/* 全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
	overflow-wrap: break-word;
　　word-wrap: break-word;
}
body {
	-webkit-appearance:none;
	-webkit-text-size-adjust: none;
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	line-height:160%;
	color: #666666;
}
label {
    cursor:pointer;
}
ul {
	list-style:none;
}
p {
	text-align:left;
}
h1 {
	font-weight:normal;
}
h2 {
	font-weight:normal;
}
h3 {
	font-weight:normal;
	font-size:1em;
}
.clearboth {
	clear: both;
}
a:link{
	color: #336666;
	text-decoration:none;
}
a:visited{
	color: #336666;
	text-decoration:none;
}
a:active{
	color: #336666;
	text-decoration:underline;
}
a:hover{
	color: #366666;
	text-decoration:underline;
}
.sp20 {
	height:20px;
}
.sp20_s {
	height:20px;
}

.sp10 {
	height:10px;
}
.text_underline {
	text-decoration:underline;
}

.topname {
	color:#fff;
	text-align:left;
	padding-top:10px;
	background:#235f27;
	height:20px;
}
.topname p {
	max-width:1000px; /* 要素の幅を指定する（固定幅ならwidth:600px;） */
    margin:0 auto;
	font-size:1em;
}
.toptitle {
	color:#fff;
	text-align:left;
	padding-top:10px;
	background:#7eb445;
	height:80px;
}

.atama {
	max-width:1000px; /* 要素の幅を指定する（固定幅ならwidth:600px;） */
    margin:0 auto;
  }
.atama_rogo {
    margin:0 auto;
	padding-left:0px;
	padding-top:10px;
	text-align:left;
	width:550px;
	float:left;
	height:65px;
	font-size:3.5em;
	font-weight:bold;
	line-height:80%;
}
.toptitle a:link{
	color:#fff;
}
.toptitle a:visited{
	color:#fff;
}
.toptitle a:active{
	color:#fff;
}
.toptitle a:hover{
	color:#fff;
}

.atama_rogo_kowado {
	padding-top:10px;
	text-align:center;
	font-size:0.3em;
	font-weight:normal;
	line-height:90%;
}
.atama_menu {
	width:430px;
	float:right;
	text-align:right;
	padding-top:0px;
	padding-left:0px;
	font-size: 1.2em;
}
.atama_login {
	text-align:right;
}
.atama_moji {
	font-size:0.94em;
	padding-top:0px;
	text-align:right;
}
.mess_moji {
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
}
.atama_moji a:link{
	color:#fff;
	text-decoration:none;
}
.atama_moji a:visited{
	color:#fff;
	text-decoration:none;
}
.atama_moji a:active{
	color:#fff;
	text-decoration:none;
}
.atama_moji a:hover{
	color:#fff;
	text-decoration:none;
}

.atama_menu_s {
	display:none;
}
#sideMenu {
	display:none;
}
#sma_menu {
	display:none;
}

/* メインページ */
#page {
	max-width:1000px;
	background:#ffffff;
	margin:0px auto;
	padding: 0px 0px;
	font-size: 1em;
	text-align: left;
	color: #666666;
}
/* 先頭に戻る */
.pagetop {
	position: fixed;
	bottom: 100px;
	right: 20px;
}
/* メッセージ送受信 */
.soudan_link {
	position: fixed;
	bottom: 200px;
	right: 20px;
	width:100px;
	height:80px;
	border-style: solid;
	border-color: #aba796;
	border-width: 1px;
	padding-top:20px;
	text-align:center;
	font-size:1.2em;
}
.soudan_link_j {
	position: fixed;
	bottom: 200px;
	right: 20px;
	width:100px;
	height:50px;
	border-style: solid;
	border-color: #aba796;
	border-width: 1px;
	padding-top:20px;
	text-align:center;
	font-size:1.2em;
}


/* パンくず */
#pankuzu_t {
	width:650px;
/*
	margin-top:10px;
	margin-bottom:10px;
	font-size:1em;
*/
}
.pankuzu_l {
	float:left;
}

#pankuzu_e {
	display:none;
}
.breadcrumb {
	margin-top:10px;
	margin-bottom:10px;
	font-size:1em;
    -webkit-overflow-scrolling: touch; /* スマホでスクロールを滑らかにする */
    overflow-x: auto; /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
}

/* 【スクロールバー*/

.breadcrumb::-webkit-scrollbar {
    height: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
}

.breadcrumb ul {
    display: table; /* [必須]  */
}

.breadcrumb ul li {
    display: table-cell; /* [必須]  */
    white-space: nowrap; /* [必須] テキストを改行させないように */
    vertical-align: middle;
    padding-right: 5px;
    position: relative;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb ol li a,
.breadcrumb ol li span {
    position: relative;
    display: block;
    top: -4px;
}

.breadcrumb ul li span {
    background-color: #eee;
    border-radius: 4px;
    padding: 6px 8px;
}

/* スクロール設定解除 */

.breadcrumb.no-scroll ul {
    display: block;
}

.breadcrumb.no-scroll ul li {
    display: inline-block;
    margin-bottom: 12px;
    white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
    top: -4px;
}
/* メッセージ送受信　*/
.mess_send_button {
	margin-top:12px;
	float:right;
	width:300px;
	height:50px;
	border-style: solid;
	border-color: #aba796;
	border-width: 1px;
	line-height:50px;
	text-align:center;
	font-size:1.4em;
}
.mess_send_button_area {
	margin-top:10px;
	float:right;
	width:300px;
	height:50px;
}
/* 頭タイトル */
#title_bar {
	padding-top:5px;
	padding-bottom:20px;
	padding-left:0px;
	font-size:2em;
	font-weight:normal;
}
/*　左側ページ　*/
#left_page {
	float:left;
	width:650px;
	box-sizing: border-box;
/*
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
*/
}
.index_menu_l {
	float:left;
	box-sizing: border-box;
	width:300px;
	margin-bottom:30px;
}
.index_menu_r {
	float:right;
	box-sizing: border-box;
	width:300px;
	margin-bottom:30px;
}
.index_menu_waku {
	height:225px;
	line-height: 225px;
	text-align:center;
	font-size:2em;
	border-style: solid;
	border-color: #aba796;
	border-width: 1px;
}
.index_menu_moji {
	margin-top:10px;
	font-size:1.14em;
}
.soudan_ichiran_t_l {
	width:600px;
	height: 40px;
	margin-left:0px;
	padding-left:20px;
}

.soudan_ichiran_t_r {
	text-align:right;
	width:10px;
	height: 40px;
	margin-left:0px;
	padding-right:20px;
}
.soudan_ichiran_br {
	display:none;
}
/* 漢方薬等一覧 */
.sakuin {
	width:650px;
	text-align:center;
}
.sakuin_1 {
	display: inline;
	font-size:1.2em;
	padding-right:45px;
}
.sakuin_gyou {
	display: inline;
	font-size:1.2em;
	margin-left:-35px;
}
.sakuin_2 {
	display: inline;
	font-size:1.2em;
	padding-right:40px;
}
.sakuin_gyou2 {
	display: inline;
	font-size:1.2em;
	margin-left:-30px;
}
.ichi_title{
	box-sizing: border-box;
	margin-top:10px;
	margin-bottom:10px;
	width:650px;
	height:30px;
	color:#fff;
	padding-left:20px;
	line-height:30px;
	font-size:1.2em;
	background:#7eb445;
}
.ichiran {
	padding-left:20px;
	font-size:1.2em;
	line-height:30px;
}
.ichiran_l {
	font-size:1.2em;
	width:300px;
	float:left;
}
.ichiran_r {
	font-size:1.2em;
	width:300px;
	float:right;
}
.ichiran_ruby {
	font-size:1em;
}
.link_area {
	margin-top:20px;
	padding:10px;
	font-size:1em;
	border:solid;
	border-color: #aba796;
	border-width: 1px;
	color: #666666;
}
/*くすりメーカー */
.meiker {
	width:610px;
	border:solid;
	border-color: #aba796;
	border-width: 1px;
	color: #666666;
	font-size:1.1em;
	line-height:30px;
	margin-left:0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}
#kanpou_moji_ichiran {
	padding-left:20px;
	padding-right:20px;
	font-size:1.2em;
	line-height:30px;
	line-break: strict;
	hanging-punctuation:allow-end;
	overflow-wrap: break-word;
　　word-wrap: break-word;
}
.kanpou_moji_naiyou {
	padding-left:20px;
	padding-right:20px;
	font-size:1.2em;
	line-height:30px;
	overflow-wrap: break-word;
　　word-wrap: break-word;
}

/* 漢方薬詳細 */
.title_herf {
	box-sizing: border-box;
	margin-top:0px;
	margin-bottom:0px;
	width:300px;
	height:30px;
	color:#fff;
	padding-left:10px;
	line-height:30px;
	font-size:1.2em;
	background:#7eb445;
}
.title_herf_mojis {
	margin-top:10px;
	margin-left:10px;
	font-size:1.2em;
}
.syouyaku_l {
	float:left;
	margin-right:4px;
	width:68px;
	height:25px;
}
.syouyaku_l2 {
	float:left;
	margin-right:0px;
	width:140px;
	height:25px;
}

.syouyaku_r {
	float:right;
	width:68px;
	height:25px;
}
.kanpou_moji {
	padding-left:20px;
	padding-right:20px;
	font-size:1.2em;
	line-height:30px;
	overflow-wrap: break-word;
　　word-wrap: break-word;
}
.kanpou_moji ul {
	padding-left:20px;
	list-style-type: disc;
}
.kanpou_moji_soudan {
	padding-left:20px;
	font-size:1.2em;
	line-height:30px;
}
.kanpou_moji_soudan ul {
	padding-left:0px;
	list-style-type:none;
}
.syousai_soudan {
	color: #336666;
	cursor:pointer;
}
.syousai_soudan	a:link{
	color: #336666;
	text-decoration:none;
}
.syousai_soudan a:visited{
	color: #336666;
	text-decoration:none;
}
.syousai_soudan a:active{
	color: #336666;
	text-decoration:underline;
}
.syousai_soudan a:hover{
	color: #366666;
	text-decoration:underline;
}

/* 症状から検索 */
.free_word {
	margin-top:0px;
	margin-bottom:33px;
	margin-left:0px;
	float:left;
	width:570px;
	height:40px;
	text-align:left;
}
.free_button {
	float:right;
	width:60px;
	height:40px;
	line-height:40px;
}
.free_button p {
	cursor:pointer;
	width:60px;
	height:40px;
	text-align:center;
	line-height: 40px;
	font-size:1.2em;
	font-weight:bold;
	background:#DEB871;
	color:#fff;
}

.free_text {
	background:none;
	-webkit-appearance:none;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:560px;
	height:40px;
	line-height: 40px;
	padding-left:20px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.2em;
}
.jyouken {
	width:650px;
	margin-bottom:30px;
	border-top:solid;
	border-color: #aba796;
	border-width: 1px;
	color: #666666;
	font-size:1.14em;
}
.jyouken_l {
	width:60px;
	min-height: 40px;
	height: auto !important;
	margin-left:0px;
	border-bottom:solid;
	border-left:solid;
	border-color: #aba796;
	border-width: 1px;
	padding-left:20px;
}
.jyouken_l2 {
	width:510px;
	min-height: 40px;
	height: auto !important;
	margin-left:0px;
	border-bottom:solid;
	border-color: #aba796;
	border-width: 1px;
}

.jyouken_r {
	width:60px;
	min-height: 40px;
	line-height: 40px;
	margin-left:0px;
	border-bottom:solid;
	border-right:solid;
	border-color: #aba796;
	border-width: 1px;
}
.nokori_moji {
	cursor:pointer;
}
.syoujyou_kanpou_moji {
	margin-top:2%;
	font-size:1.3em;
}

.syoujyou_kanpou_mojis {
	margin-top:10px;
	font-size:1.14em;
/*	line-height: 20px; */
	height:150px;
/*	height:auto; */
}
.syoujyou_soudanrei {
	text-align:right;
	cursor:pointer;
	font-size:1.1em;
}
.syoujyou_soudanrei:visited{
	color: #336666;
	text-decoration:none;
}
.syoujyou_soudanrei:active{
	color: #336666;
	text-decoration:underline;
}
.syoujyou_soudanrei:hover{
	color: #366666;
	text-decoration:underline;
}
.kekka_nasi {
	font-size:1.2em;
	text-align:center;
	margin-bottom:30px;
}
/*
.jyouken_l {
	float:left;
	box-sizing: border-box;
	width:590px;
	min-height: 40px;
	height: auto !important;
	line-height: 40px;
	margin-left:0px;
	border-bottom:solid;
	border-left:solid;
	border-color: #aba796;
	border-width: 1px;
	padding-left:20px;
	font-size:1.2em;
}
.jyouken_r {
	float:right;
	box-sizing: border-box;
	width:60px;
	min-height: 40px;
	height: auto !important;
	line-height: 40px;
	margin-left:0px;
	border-bottom:solid;
	border-right:solid;
	border-color: #aba796;
	border-width: 1px;
	font-size:1.2em;
}
*/
/* チェック状態表示バー */
.syoujyou_bar {
	position: fixed;
	bottom:0px;
	width:100%;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	background:#666;
}
.select_bar {
	position: fixed;
	bottom:0px;
	width:100%;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	background:#666;
}
.kanpou_bar {
	max-width:1000px;
}
.bar_l {
	float:left;
	width:650px;
	text-align:left;
	font-size:1.2em;
}
.bar_r {
	float:right;
	width:300px;
}
.bar_button {
	cursor:pointer;
	width:300px;
	height:50px;
	text-align:center;
	line-height: 50px;
	font-size:1.5em;
	font-weight:bold;
	background:#DEB871;
	color:#fff;
	margin-bottom:0px;
	margin-top:0px;
}
.end_long {
	width:100%;
	background:#235f27;
	height:60px;
}

/* 体質から検索 */
.kanpou_check {
	margin-left:5px;
	transform:scale(1.4);
}
.taisitu_menu_waku {
	height:225px;
	line-height: 225px;
	text-align:center;
	font-size:1.8em;
	border-style: solid;
	border-color: #aba796;
	border-width: 1px;
}
.taisitu_menu_moji {
	margin-top:10px;
	font-size:1.14em;
}
.taisitu_kanpou_moji {
	margin-top:2%;
	font-size:1.3em;
}
.taisitu_kanpou_mojis {
	margin-top:0px;
	font-size:1.1em;
}
/* 検索項目表示　*/
.top_sen {
	margin-left:20px;
	width:610px;
	height:1px;
	border-top:solid;
	border-color: #cccccc;
	border-width: 1px;
}
.check_menu {
	margin-left:0px;
	border-top:solid;
	border-color: #cccccc;
	border-width: 1px;
}
.check_menu_l {
	float:left;
	box-sizing: border-box;
	width:325px;
	font-size:1.2em;
	padding-left:20px;
	padding-right:20px;
	border-top:none;
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-color: #cccccc;
	border-width: 1px;
	height: 40px;
	line-height:40px;
}
.check_menu_r {
	float:left;
	box-sizing: border-box;
	width:325px;
	font-size:1.2em;
	padding-left:20px;
	padding-right:20px;
	border-top:none;
/*	border-left:solid; */
	border-right:solid;
	border-bottom:solid;
	border-color: #cccccc;
	border-width: 1px;
	height: 40px;
	line-height:40px;
}
.check_menu_l_e {
	float:left;
	box-sizing: border-box;
	width:325px;
	font-size:1.2em;
	padding-left:20px;
	padding-right:20px;
	border-top:none;
	border-left:solid;
	border-bottom:solid;
	border-right:solid;
	border-color: #cccccc;
	border-width: 1px;
	height: 40px;
	line-height:40px;
}
/* 漢方相談 */
.check_menu_nm {
	float:left;
	box-sizing: border-box;
	width:260px;
}
.check_menu_ya {
	text-align:right;
	float:right;
	box-sizing: border-box;
	width:20px;
}
.soudan_ichiran {
	width:650px;
	border-top:solid;
	border-left:solid;
	border-right:solid;
	border-color: #aba796;
	border-width: 1px;
	color: #666666;
	font-size:1.2em;
	cursor:pointer
}
.soudan_ichiran a {
	color: #666666;
}
.soudan_ichiran_l {
	width:600px;
	height: 40px;
	margin-left:0px;
	padding-left:20px;
}

.soudan_ichiran_r {
	text-align:right;
	width:10px;
	height: 40px;
	margin-left:0px;
	padding-right:20px;
}
.soudanrei_line {
	width:650px;
	border-top:solid;
	border-color: #aba796;
	border-width: 1px;
}
.soudan_bangou {
	margin-top:14px;
	text-align:center;
	font-size:1.3em;
}
.soudan_bangou_moji {
	cursor:pointer;
}
.soudan_ichiran_ret {
	margin-top:30px;
	text-align:center;
	font-size:1.3em;
}
.soudan_syousai_link a:link{
	text-decoration:none;
}
.soudan_syousai_link a:visited{
	text-decoration:none;
}
.soudan_syousai_link a:active{
	text-decoration:none;
}
.soudan_syousai_link a:hover{
	text-decoration:none;
}
#jizen_naiyou {
	width:650px;
	height:250px;
	padding:10px;
	box-sizing: border-box;
	border:solid;
	border-color: #aba796;
	border-width: 2px;
	color:#666666;
	font-size:1em;
}
#jizen_text {
	background:none;
	-webkit-appearance:none;
	width:650px;
	height:250px;
	padding:10px;
	box-sizing: border-box;
	border:solid;
	border-color: #aba796;
	border-width: 2px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.1em;
	overflow:auto;
	outline:none;
}
.i_moji {
	font-size:1em;
}
.soudan_kiyaku_link {
	text-align:center;
	text-decoration:underline;
	font-size:1.1em;
	margin-bottom:20px;
}
.soudanrei_top {
	height:auto;
}
.soudanrei_l {
	float:left;
	width:330px;
}
.soudanrei_r {
	float:right;
	width:300px;
	margin-bottom:10px;
}
.soudanrei_title {
	box-sizing: border-box;
	margin-top:0px;
	margin-bottom:10px;
	width:330px; 
	height:30px;
	color:#fff;
	padding-left:10px;
	line-height:30px;
	font-size:1.2em;
	background:#7eb445;
}
.soudanrei_kanpou_mojis {
	margin-top:10px;
	font-size:1.14em;
	line-height: 20px;
/*	margin-bottom:20px; */
}
#syoujou_koumoku {
	padding-left:20px;
	font-size:1.1em;
	margin-top:10px;
}
#syoujou_dt {
	padding-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1em;
	line-height: 20px;
}
.soudanrei_incyou_l {
	float:left;
	width:330px;
}
.soudanrei_incyou_r {
	float:right;
	width:300px;
	text-align:right;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:2px;
}
.soudanrei_incyou_r img{
	width:200px;
	height:auto;
}
/*　体質チェック　*/
.taisitu_menu {
	margin-left:0px;
	margin-bottom:20px;
	border-top:solid;
	border-color: #cccccc;
	border-width: 1px;
}
.taisitu_title_moji {
	float:left;
	box-sizing: border-box;
	width:260px;
	text-align:center;
}
.taisitu_moji {
	margin-top:0px;
	margin-bottom:20px;
	font-size:1.1em;
	text-align:center;
}
.mondai_red {
	color:red;
	font-size:1.2em;
}
.taisitu_menu_l {
	float:left;
	box-sizing: border-box;
	width:325px;
	font-size:1.8em;
	height:70px;
	line-height: 70px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-right:20px;
/*	padding: 5px 20px; */
	border-top:none;
	border-left:solid;
	border-bottom:solid;
	border-color: #cccccc;
	border-width: 1px;
}
.taisitu_menu_r {
	float:right;
	box-sizing: border-box;
	width:325px;
	font-size:1.8em;
	height:70px;
	line-height: 70px;
	margin-bottom:0px;
	margin-right:0px;
	padding-right:20px;
/*	padding: 5px 20px; */
	border-top:none;
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-color: #cccccc;
	border-width: 1px;
}

/* 体質詳細 */
.taisitu_waku {
	width:300px;
	height:200px;
	line-height: 200px;
	text-align:center;
	font-size:1.8em;
	border-style: solid;
	border-color: #aba796;
	border-width: 1px;
}
.taisitu_waku_b {
	width:300px;
	height:200px;
	line-height: 200px;
	text-align:center;
	font-size:1.8em;
	border-style: solid;
	border-color: #aba796;
	border-width: 1px;
}

.taisitu_title_herf {
	box-sizing: border-box;
	margin-top:0px;
	margin-bottom:0px;
	width:300px;
	height:30px;
	color:#fff;
	padding-left:10px;
	line-height:30px;
	font-size:1.2em;
	background:#7eb445;
}
.taisitu_s_1_l {
	float:left;
	box-sizing: border-box;
	width:300px;
	margin-bottom:10px;
}
.taisitu_s_1_r {
	float:right;
	box-sizing: border-box;
	width:300px;
	margin-bottom:10px;
}
.taisitu_moji_s {
	padding-left:20px;
	font-size:1.2em;
/*	line-height:30px; */
}
.taisitu_moji_s_b {
	padding-left:20px;
	font-size:1.2em;
}
.taisitu_moji_s2 {
	margin-top:10px;
	font-size:1.2em;
}
.taisitu_moji_s2_b {
	margin-top:10px;
	font-size:1.2em;
}

.taisitu_herf_mojis {
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:1.2em;
}
.taisitu_youjyou {
	margin-top:20px;
	margin-left:20px;
	font-size:1.2em;
	line-height:155%;
}

.taisitu_moji_end {
	margin-top:20px;
	text-align:center;
	font-size:1.2em;
}
.taisitu_ten_nasi {
	list-style:none;
}
.taisitu_syou {
	padding-left:20px;
	font-size:1.2em;
	line-height:30px;
}
.taisitu_menu_waku_b {
	height:225px;
	line-height: 225px;
	text-align:center;
	font-size:1.8em;
	border-style: solid;
	border-color: #aba796;
	border-width: 1px;
}
.taisitu_kanpou_button {
	cursor:pointer;
	width:300px;
	height:50px;
	text-align:center;
	line-height: 50px;
	font-size:1.2em;
	font-weight:bold;
	background:#DEB871;
	color:#fff;
	margin-bottom:20px;
	margin-top:20px;
}

/* 証判定データ表示 */
.syou_towa {
	width:670px;
	background:#ffffff;
	text-align: left;
	font-size:1.2em;
	color: #666666;
	line-height:140%;
	padding:2px 10px;
}

/*　右側ページ　*/
/*
#right_page {
	float:right;
	width:300px;
	padding-left:0px;
} */
#right_page {
	margin-top:-23px;
	float:right;
	width:300px;
	height:100%;
	padding-left:0px;
/*	background:#e8f2df;
	border-style: solid;
	border-color: #666666;
	border-width: 1px; */
}

.right_title {
	width:300px;
	height:50px;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
	line-height: 50px;
	font-size:1.5em;
	background:#7eb445;
	color:#fff;
}
.right_button {
	cursor:pointer;
	width:300px;
	height:50px;
	text-align:center;
	line-height: 50px;
	font-size:1.5em;
	font-weight:bold;
	background:#DEB871;
	color:#fff;
	margin-bottom:20px;
	margin-top:20px;
}
/*
.taisitu_area {
/*	overflow:auto;
	-webkit-overflow-scrolling:touch;
	border:none;
	height:150px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}
*/
/*　右メニュー証判定結果　*/
.syou_graph {
	margin-top:0px;
	padding-top:5px;
	width:300px;
	height:250px;
	text-align:center;
	line-height:240px;
	border-style:solid;
	border-color: #aba796;
	border-width: 1px;
	box-sizing: border-box;
}
.syou_graph iframe {
	width:238px;
	height:238px;
}
.syou_time {
	text-align: right;
}
.syou_kekka {
/*	margin-top:-23px; */
	margin-bottom:0px;
}
.syou_kako {
	margin-bottom:20px;
	text-align:center;
	font-size:1.1em;
}
.kyoukai {
	padding-top:10px;
	padding-bottom:10px;
}
.kyoukai_line {
	border-top:1px solid #aba796;
}

/*　申し込みプルダウン　*/
.mou_frame {
	height:450px;
	border:none;
}
#mousikomi_area {
/*	margin-top:0px;
	margin-top:54px; */
}
.seigen_moji {
	text-align:center;
	color:red;
	margin-top:10px;
}
.sel_kan {
	text-align:center;
}
.sel_kan select {
	width:300px;
	height:50px;
	margin-top:0px;
	color: #666666;
	line-height: 50px;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.5em;
	border-top:solid 1px #aba796;
	border-left:solid 1px #aba796;
	border-right:solid 1px #aba796;
	border-bottom:dashed 1px #aba796;
}
.sel_kanname {
	width:288px;
	height:30px;
	padding-left:10px;
	min-height: 30px;
	height: auto !important;
	line-height: 30px;
	color: #666666;
	font-size:1.2em;
	border-top:none;
	border-left:solid 1px #aba796;
	border-right:solid 1px #aba796;
	border-bottom:solid 1px #aba796;
}
.sel_syurui {
	text-align:center;
}
.sel_syurui select {
	width:300px;
	height:50px;
	margin-top:10px;
	color: #666666;
	line-height: 50px;
	font-size:1.5em;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	border:solid 1px #aba796;
}
.syurui_caution {
	margin-top:5px;
	margin-left:0px;
	color: #666666;
}
.sel_kikan {
	text-align:center;
}
.sel_kikan select {
	width:300px;
	height:50px;
	margin-top:10px;
	color: #666666;
	line-height: 50px;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.5em;
	border:solid 1px #aba796;
}
.kan_price {
	width:288px;
	height:50px;
	padding-left:10px;
	margin-top:10px;
	color: #666666;
	line-height: 50px;
	font-size:1.5em;
	text-align:center;
	border:solid 1px #aba796;
}
#m_cancel_button {
	margin-top:10px;
	margin-left:11px;
}
.uchikan_towa_moji {
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	font-size:1.14em;
	text-decoration:underline;
	cursor:pointer;
}
#uchikan_towa{
	font-size:1.14em;
	text-align:left;
}
#uchikan_towa img{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:auto;
}
.movie-wrap {
    position: relative;
    width: 100%;
}
.movie-wrap:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.movie-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie-wrap_douga {
	margin-top:20px;
	margin-bottom:20px;
    position: relative;
    width: 100%;
	height:auto;
}
.movie-wrap_douga:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.movie-wrap_douga iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 申し込みページ */
.setumei_moji {
	line-height:155%;
	font-size:1.2em;
}

/* お客様情報フォーム */
.inform {
	width:1000px;
	margin-top:20px;
	margin-left:0px;
	font-size:1.14em;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
}
.inform_l {
	margin-bottom:20px;
	float:left;
	width:200px;
	height:30px;
	background:#F2F2DE;
	padding-left:5px;
	line-height:30px;
}
.inform_r {
	margin-bottom:20px;
	margin-left:30px;
	float:left;
	width:340px;
	height:30px;
	text-align:left;
	line-height:30px;
}
.inform_r2 {
	float:right;
	margin-top:0px;
	width:410px;
	height:30px;
	text-align:left;
	line-height:30px;
}
.inform_r_o {
	width:100%;
	height:30px;
	line-height:30px;
	margin:0px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
}
.inform_text {
	background:none;
	-webkit-appearance:none;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:340px;
	height:30px;
	font-size:1.14em;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	line-height:30px;
}
.inform_ra {
	width:14px;
	height:14px;
	-moz-transform:		scale(1.4);
	-webkit-transform:	scale(1.4);
	transform:		scale(1.4);
	margin-left:5px;
/*	vertical-align:-5%; */
}
.inform_yy {
	background:none;
	-webkit-appearance:none;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:70px;
	height:30px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
	IME-MODE: disabled;
}
.inform_mm {
	background:none;
	-webkit-appearance:none;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:60px;
	height:30px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
}
.inform_l_c {
	margin-top:0px;
	float:left;
	width:200px;
	height:19px;
	padding:3px;
}
.inform_mail {
	background:none;
	-webkit-appearance:none;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:340px;
	height:30px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
	IME-MODE: disabled;
}
.inform_r_u {
	float:right;
	width:410px;
	height:30px;
	line-height:30px;
	text-align:left;
}

.inform_ken {
	background:none;
	-webkit-appearance:none;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:160px;
	height:30px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
}
.inform_r_addr {
	margin-top:20px;
	margin-left:30px;
	float:left;
	width:674px;
	height:30px;
	text-align:left;
}
.inform_addr {
	background:none;
	-webkit-appearance:none;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:766px;
	height:30px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
	IME-MODE: active;
}
.inform_r3{
	margin-left:30px;
	float:left;
	width:180px;
	height:30px;
	text-align:left;
	line-height:30px;
}
.inform_r4 {
	float:right;
	width:570px;
	height:30px;
	text-align:left;
	line-height:30px;
}

.inform_text2 {
	background:none;
	-webkit-appearance:none;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:180px;
	height:30px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
	IME-MODE: disabled;
}
.inform_r_other_b{
	margin-left:30px;
	float:left;
	width:600px;
	height:30px;
	text-align:left;
	line-height:30px;
}

.inform_other {
	background:none;
	-webkit-appearance:none;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:766px;
	height:120px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
	margin-bottom:30px;
	padding-left:5px;
	padding-top:5px;
}
.inform_r_other {
	margin-top:-20px;
	margin-bottom:20px;
	margin-left:30px;
	float:left;
	width:764px;
	height:auto;
	text-align:left;
}
.m_yajirusi {
	text-align:center;
	margin-top:20px;
}
/* 商品表示 */
.price_pc {
	margin-top:36px;
	margin-bottom:30px;
}
.price_sma {
	display:none;
}
.cart_moji {
	font-size:1.4em;
	text-align:center;
	margin-bottom:10px;
}

#cart_n{
	font-size:1.14em;
	width:1000px;
	margin-top:5px;
	margin-left:0px;
	text-align: center;
	line-height: 200%;
	color: #666666;
	border-style:solid;
	border-color: #aba796;
	border-width: 1px;
}
#cart_n_t1{
	width:750px;
	border-style: none solid none none;
	border-color: #aba796;
	border-width: 1px;
	background:#efefef;
}
#cart_n_t2{
	width:250px;
	border-style: none;
	background:#efefef;
}
#cart_n_n1_s{
	width:750px;
	text-align: left;
	padding-left: 10px;
	border-style: solid solid none none;
	border-color: #aba796;
	border-width: 1px;
}
#cart_n_n1_s2{
	width:750px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-style: solid solid none none;
	border-color: #aba796;
	border-width: 1px;
}
#cart_n_n2_k{
	width:250px;
	text-align: right;
	padding-right: 10px;
	border-style: solid none none none;
	border-color: #aba796;
	border-width: 1px;
}
/* 支払い方法 */
/* 注文フォーム */
.cart_c{
 width:1000px;
 height:auto;
margin-left:0px;
margin-top:-10px;
font-size:1.2em;
text-align: left;
line-height: 200%;
   display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
color: #666666;
border-style:solid;
border-color: #aba796;
border-width: 1px;
}
.cart_c_t1{
box-sizing: border-box;
 width:1000px;
 height:30px;
padding: 0px 10px;
border-style: none none solid none;
border-color: #aba796;
border-width: 1px;
background:#fffacd;
}
.cart_c_n4{
  width:1000px;
box-sizing: border-box;
padding: 0px 10px;
border-style: none;
}
/* 確認画面 */
.cart_c_n1{
box-sizing: border-box;
width:800px;
padding: 0px 10px;
border-style: none none solid none;
border-color: #aba796;
border-width: 1px;
}
.cart_c_n2{
box-sizing: border-box;
width:200px;
padding: 0px 10px;
border-style: none solid solid none;
border-color: #aba796;
border-width: 1px;
background:#efefef;
}
.cart_c_n3{
box-sizing: border-box;
width:200px;
padding: 0px 10px;
border-style: none solid none none;
border-color: #aba796;
border-width: 1px;
background:#efefef;
}
.cart_c_n5{
  width:700px;
box-sizing: border-box;
padding: 0px 10px;
border-style: none;
}
.caution_moji {
	font-size:1.4em;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	color:red;
}
.modoru_moji {
	margin-top:30px;
	font-size:1.4em;
	text-align:center;
}
.siharai_chg_moji {
	font-size:1em;
	line-height:120%;
}
/* 購入規約 */
.kiyaku {
	width:1000px;
	height:auto;
}
.kiyaku_area {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	width:1000px;
	height:300px;
	margin-left:0px;
	text-align:left;
	border: 1px #aba796 solid;
}
.kiyaku_frame {
	border:none;
	display:block;
	width:100%;
	height:100%;
/*	border: 1px #aba796 solid;	*/
}
.globalsign {
	float:right;
	width:210px;
	margin-left:30px;
	margin-top:50px;
	text-align:left;
}
#kiyaku_body {
	width:100%;
	height: 100%;
	margin-left: 0px;
	padding-left:0px;
	text-align: left;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	background-position: center top; 
	color: #666666;
	line-height: 140%;
}
.kiyaku_honbun {
	font-size:1em;
	padding:10px;
}
/*　ページend　*/
.end{
/*	width:100%; */
	color:#fff;
	margin-top:50px;
	padding-top:15px;
	text-align:center;
	background:#235f27;
}
.end_m {
	max-width:1000px;
	font-size:1.14em;
	display:block;
}
.end_s {
	display:none;
}
.end a:link{
	color: #fff;
	text-decoration:none;
}
.end a:visited{
	color: #fff;
	text-decoration:none;
}
.end a:active{
	color: #fff;
	text-decoration:underline;
}
.end a:hover{
	color: #fff;
	text-decoration:underline;
}
.end li {
	display: inline;
	font-size:0.95em;
	padding-right:30px;
}

.copyright {
	text-align:center;
	width:100%;
	color:#ccc;
	padding-top:15px;
	padding-bottom:15px;
	background:#235f27;
}

/*　ログイン　*/
.login_moji {
	font-size:1.2em;
	font-weight:bold;
	margin-top:30px;
	margin-left:0px;
}
.login_l {
	float:left;
	width:500px;
	height:auto;
	font-size:1.1em;
	padding:10px;
	margin-bottom:10px;
	margin-top:50px;
}
.login_r {
	margin-top:50px;
	float:right;
}

/* 特定商取引表示 */
/* 運営薬局　 */
.waku {
	width:650px;
	height: auto;
	border-top:solid 1px #aba796;
	border-left:solid 1px #aba796;
   display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size:1.04em;
}
.waku_l {
	float:left;
	box-sizing: border-box;
	width:150px;
	height: auto;
	line-height: 140%;
	border-bottom:solid 1px #aba796;
	border-right:solid 1px #aba796;
	padding: 5px 10px;
	font-size:1.1em;
}
.waku_r {
	float:right;
	box-sizing: border-box;
	width:500px;
	height: auto;
	line-height: 140%;
	border-bottom:solid 1px #aba796;
	border-right:solid 1px #aba796;
	padding: 5px 10px;
	font-size:1.1em;
}
.waku_e {
	box-sizing: border-box;
	width:650px;
	height: auto;
	line-height: 140%;
	border-bottom:solid 1px #aba796;
	border-right:solid 1px #aba796;
	padding: 5px 10px;
	font-size:1.1em;
}
.waku_2 {
	width:480px;
	height: auto;
	border-top:solid 1px #aba796;
	border-left:solid 1px #aba796;
   display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.waku2_l {
	float:left;
	box-sizing: border-box;
	width:120px;
	height: auto;
	line-height: 120%;
	border-bottom:solid 1px #aba796;
	border-right:solid 1px #aba796;
	padding: 2px 5px;
	font-size:1em;
}
.waku2_r {
	float:right;
	box-sizing: border-box;
	width:120px;
	height: auto;
	line-height: 120%;
	border-bottom:solid 1px #aba796;
	border-right:solid 1px #aba796;
	padding: 2px 5px;
	font-size:1em;
}

.end_moji {
	font-size:1.1em;
	line-height: 155%;
}
/* よくある質問 */
.q_line {
	width:650px;
	border-top:solid;
	border-color: #aba796;
	border-width: 1px;
}
.question_waku {
	width:650px;
	border-left:solid;
	border-right:solid;
	border-color: #aba796;
	border-width: 1px;
	box-sizing: border-box;
	font-size:1.1em;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	color: #666666;
}
.question_l {
	width:619px;
	height: 40px;
	margin-left:0px;
	padding-left:20px;
}
.question_r {
	text-align:right;
	height: 40px;
	width:29px;
	padding-right:2%;
}
/*
.question_waku {
	width:650px;
	border-top:solid;
	border-left:solid;
	border-right:solid;
	border-color: #aba796;
	border-width: 1px;
	box-sizing: border-box;
	font-size:1.1em;
	margin-bottom:20px;
}
.question_l {
	float:left;
	box-sizing: border-box;
	width:619px;
	min-height: 40px;
	line-height: 40px;
	margin-left:0px;
	border-bottom:solid;
	border-color: #aba796;
	border-width: 1px;
	padding-left:20px;
}
.question_r {
	float:right;
	box-sizing: border-box;
	text-align:right;
	width:29px;
	min-height: 40px;
	line-height: 40px;
	border-bottom:solid;
	border-color: #aba796;
	border-width: 1px;
	padding-right:2%;
}
*/
.question_waku a {
	color:#666666;
}

.question_title_l {
	width:90%;
	float:left;
}
.question_title_r {
	float:right;
	width:5%;
	padding-right:3%;
	text-align:right;
	cursor:pointer;
}
.question_title_r a {
	color:#fff;
}
.modoru_button {
	cursor:pointer;
	width:100px;
	height:50px;
	text-align:center;
	line-height: 50px;
	font-size:1.5em;
	font-weight:bold;
	background:#aba796;
	color:#fff;
	margin-bottom:50px;
	margin-top:50px;
}

/*　問合せ　*/
.toiawaseform {
	margin-top:20px;
	width:650px;
	height: auto;
}
.toiawaseform_l {
	float:left;
	width:180px;
	height:30px;
	font-size:1.14em;
	background:#F2F2DE;
	padding-left:5px;
	margin-right:15px;
	margin-bottom:15px;
	line-height:30px;
}
.toiawaseform_r {
	float:left;
	width:435px;
	font-size:1.14em;
	margin-bottom:15px;
}
.toiawase_text {
	background:none;
	-webkit-appearance:none;
	width:100%;
	height:30px;
	line-height:30px;
	padding-left:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
	vertical-align:middle;
}
.toiawase_bir {
	width:100%;
	height:30px;
	line-height:30px;
	margin:0px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	display:flex;
	alignItems:center;
/*	font-size:1.14em; */
}
/*
.toiawase_bir_tbl {
	width:360px;
	height:30px;
	line-height:30px;
	margin:0px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
}

.toiawase_bir_m {
	width:40px;
}
.toiawase_bir_y {
	width:80px;
}
.toiawase_bir_dd {
	width:60px;
}
.toiawase_bir_tbl_s {
	width:356px;
	height:30px;
	line-height:30px;
	margin:0px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
}

.toiawase_bir_ss {
	width:60px;
}
*/
.toiawase_yy {
	background:none;
	-webkit-appearance:none;
	width:80px;
	height:30px;
	line-height:30px;
	padding-left:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
	vertical-align:middle;
}
.toiawase_mm {
	background:none;
	-webkit-appearance:none;
	appearance: none;
	width:60px;
	height:30px;
	padding-left:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
	vertical-align:middle;
}
.toiawase_yu {
	background:none;
	-webkit-appearance:none;
	width:80px;
	height:30px;
	line-height:30px;
	padding-left:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
	vertical-align:middle;
}
.toiawase_ken {
	background:none;
	-webkit-appearance:none;
	width:160px;
	height:30px;
	line-height:30px;
	padding-left:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
}
.toiawase_tel {
	background:none;
	-webkit-appearance:none;
	width:160px;
	height:30px;
	line-height:30px;
	padding-left:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
}

.toiawase_r3{
	margin-top:0px;
	margin-left:0px;
	float:left;
	width:160px;
	height:auto;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
	text-align:left;
}
.toiawase_pass {
	background:none;
	-webkit-appearance:none;
	width:100%;
	height:30px;
	line-height:30px;
	padding-left:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
}

.toiawase_r4 {
	float:left;
	width:270px;
	height:30px;
	line-height:30px;
	text-align:left;
	font-size:0.9em;
}
.toiawase_text2 {
	background:none;
	-webkit-appearance:none;
	width:200px;
	height:30px;
	padding-left:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
}
.toiawase_other {
	background:none;
	-webkit-appearance:none;
	width:435px;
	height:200px;
	padding-left:5px;
	padding-top:5px;
	border:solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.14em;
}
.toiawase_button {
	cursor:pointer;
	width:300px;
	height:50px;
	text-align:center;
	line-height: 50px;
	font-size:1.8em;
	font-weight:bold;
	background:#DEB871;
	color:#fff;
	margin-bottom:20px;
	margin-top:20px;
}
.toiawase_moji {
	font-size:1.2em;
}
.toiawaseform_r_k {
	float:left;
	height:30px;
	line-height: 30px;
	width:440px;
	font-size:1.14em;
	margin-bottom:10px;
}
.toiawaseform_r_k_add {
	float:left;
	height:auto;
	line-height: auto;
	width:440px;
	font-size:1.14em;
	margin-bottom:10px;
}
.toiawase_com1 {
	font-size:0.8em;
}
.toiawase_com2 {
	font-size:0.9em;
}

/* ログイン後購入済み表示 */
.kounyu_title {
	width:300px;
	height:50px;
	margin-top:50px;
	text-align:center;
	line-height: 50px;
	font-size:1.5em;
	font-weight:bold;
}

.kako_l {
	float:left;
	box-sizing: border-box;
	width:120px;
	height:30px;
	margin-top:10px;
	color: #666666;
	text-align:center;
	line-height:30px;
	font-size:1.2em;
	border-top:solid 1px #aba796;
	border-left:solid 1px #aba796;
	border-right:none;
	border-bottom:solid 1px #aba796;
}
.kako_r {
	float:right;
	box-sizing: border-box;
	width:180px;
	height:30px;
	margin-top:10px;
	color: #666666;
	text-align:center;
	line-height:30px;
	font-size:1.2em;
	border-top:solid 1px #aba796;
	border-left:solid 1px #aba796;
	border-right:solid 1px #aba796;
	border-bottom:solid 1px #aba796;
}
.kako_kan {
	width:300px;
	box-sizing: border-box;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	color: #666666;
	text-align:center;
	line-height:30px;
	font-size:1.2em;
	border-top:none;
	border-left:solid 1px #aba796;
	border-right:solid 1px #aba796;
	border-bottom:solid 1px #aba796;
}
.morek_style {
	width:300px;
	text-align:center;
	margin-top:20px;
}
.morek_style_m {
	font-size:1em;
}
/* 体質判定結果(過去一覧)　*/
.syou_time_kako {
	margin-top:24px;
	margin-bottom:8px;
	font-size:1.5em;
}
.syouk_left{
	float:left;
	width:315px;
	margin-top:18px;
	padding: 0px 0px;
	font-size: 1.2em;
	text-align: left;
}
.syouk_right{
	float:right;
	width:300px;
	height:300px;
	margin-top:20px;
	padding: 0px 0px;
	font-size: 1.2em;
	text-align: left;
}
.syou_graph_k {
	margin-top:0px;
	padding-top:5px;
	width:300px;
	height:250px;
	text-align:center;
	line-height:240px;
	border-style:solid;
	border-color: #aba796;
	border-width: 1px;
	box-sizing: border-box;
}
.syou_graph_k iframe {
	width:238px;
	height:238px;
}

.graph_class_s {
	display:none;
}
/* お客様ページ相談 */
.mess_area {
	background:none;
	-webkit-appearance:none;
	margin-bottom:20px;
	width:100%;
	height:250px;
	color:#666666;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	font-size:1.5em;
	border:solid 1px #ccc;
}
.incyou_moji {
	position: relative;
	float:left;
	width:198px;
	height:148px;
}
.incyou_moji p{
	width:100px;
	height:60px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align:center;
	line-height:140%;
}
.incyo_img {
	width:450px;
	height:160px;
	float:right;
	text-align:right;
}

.line {
	margin-top:15px;
	margin-bottom:15px;
	border-top:1px dashed #aba796;
}
.write_img {
	float:left;
	width:70px;
	height:auto;
}
.mess_data {
	width:580px;
	float:right;
	font-size:1.14em;
	text-align: left;
	color: #666666;
	line-height: 140%;
}
.mess_name {
	float:left;
	color: #336666;
	font-weight:bold;
}
.mess_time {
	float:right;
}

/* マニュアル */
.manual {
	width:660px;
	background:#ffffff;
	text-align: left;
	font-size:1.2em;
	color: #666666;
	line-height:140%;
	padding:2px 10px;
}
.manual h3{
	text-align: left;
	margin-bottom:20px;
}
.manual h4{
	text-align: left;
	margin-bottom:20px;
}

.manual_title {
	box-sizing: border-box;
	margin-top:10px;
	margin-bottom:10px;
	width:660px;
	height:30px;
	color:#fff;
	padding-left:20px;
	line-height:30px;
	font-size:1.2em;
	background:#7eb445;
}
.manual_title_r {
	box-sizing: border-box;
	margin-top:10px;
	margin-bottom:10px;
	width:660px;
	height:30px;
	color:#fff;
	padding-left:20px;
	line-height:30px;
	font-size:1.2em;
	background:#7eb445;
}
.manual img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.manual_sma {
	width:660px;
	background:#ffffff;
	text-align: left;
	font-size:1.2em;
	color: #666666;
	line-height:140%;
	padding:2px 10px;
}
.manual_sma h3{
	text-align: left;
	margin-bottom:20px;
}
.manual_sma h4{
	text-align: left;
	margin-bottom:20px;
}

.manual_sma_title {
	box-sizing: border-box;
	margin-top:10px;
	margin-bottom:10px;
	width:660px;
	height:30px;
	color:#fff;
	padding-left:20px;
	line-height:30px;
	font-size:1.2em;
	background:#7eb445;
}
.manual_sma img{
	width:200px;
	height:auto;
	margin-bottom:20px;
}
.manual_sma_title_r {
	box-sizing: border-box;
	margin-top:10px;
	margin-bottom:10px;
	width:660px;
	height:30px;
	color:#fff;
	padding-left:20px;
	line-height:30px;
	font-size:1.2em;
	background:#7eb445;
}
.aki {
	height:300px;
}

/* 追加漢方薬検索結果　*/
.kanpou_kensaku_menu_l {
	box-sizing: border-box;
	float:left;
	width:320px;
	height:50px;
	margin-top:0px;
	margin-bottom:20px;
	line-height: 50px;
	font-size:1.5em;
	border:solid 3px #7eb445;
	cursor:pointer;
}
.kanpou_kensaku_menu_l p {
	text-align:center;
}
.kanpou_kensaku_menu_r {
	box-sizing: border-box;
	float:right;
	width:320px;
	height:50px;
	margin-top:0px;
	margin-bottom:20px;
	line-height: 50px;
	font-size:1.5em;
	border:solid 3px #7eb445;
	cursor:pointer;
}
.kanpou_kensaku_menu_r p{
	text-align:center;
}
/* リニューアル */
.top_incyou {
	width:650px;
	height:auto;
}
.top_moji1 {
	text-align:center;
	font-size: 1.34em;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
.top_moji2 {
	text-align:center;
	font-size: 1.34em;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
.top_moji3 {
	font-size: 1.2em;
	width:650px;
	height:auto;
	text-align:center;
	border-style: solid;
	border-color: #aba796;
	border-width: 1px;
	padding:10px;
	line-height:20px;
}
.top_moji4 {
	text-align:center;
	font-size: 1.4em;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}
.top_moji5 {
	text-align:center;
	color:red;
	font-size: 1.2em;
	padding-top:10px;
	padding-bottom:10px;
}
.top_moji6 {
	width:630px;
	height:auto;
	text-align:center;
	border-style: solid;
	border-color: #aba796;
	border-width: 1px;
	padding:10px;
	line-height:30px;
}
.top_moji7 {
	font-size: 1.2em;
	text-align:center;
	line-height:240%;
}
.top_moji8 {
	font-size: 1.2em;
	text-align:center;
}
.top_moji9 {
	text-align:center;
	font-size: 1.5em;
	line-height:240%;
}
.top_waku1 {
	width:650px;
	height:auto;
	text-align:center;
	border-style: solid;
	border-color: #7eb445;
	border-width: 1px;
	background-color:#e1efd8;
	padding-top:15px;
	padding-bottom:15px;
}
.top_waku2 {
	width:650px;
	height:auto;
	text-align:center;
	border-style: solid;
	border-color: #7eb445;
	border-width: 1px;
	padding-top:15px;
	padding-bottom:15px;
}
/* prescription */
.main {
}
.main_moji {
	float:left;
	font-size: 2.1em;
	padding-top:50px;
	padding-left:100px;
	font-family:HG丸ｺﾞｼｯｸM-PRO;
	line-height:140%;
}
.main_moji_r {
	font-size:0.8em;
	color:red;
	padding-top:30px;
}
.main_moji_s {
	display:none;
}

.main_box {
	height:335px;
	float:right;
}
.title_box {
	height:auto;
	padding-top:5px;
	padding-bottom:3px;
/*	background:#669900; */
	background:#235f27;
	font-size:2.5em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:50px;
}

.title_box2 {
	height:50px;
	padding-top:5px;
	padding-bottom:3px;
	background:#d9d9d9;
	font-size:2.5em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
}
.title_box_s {
	padding-top:20px;
	padding-bottom:20px;
	background:#7eb445;
	font-size:2.5em;
	color:#fff;
	font-weight:bold;
	text-align:center;
	margin-top:0px;
	margin-bottom:50px;
}

.d_yajirusi {
	margin-top:20px;
	text-align:center;
	margin-bottom:20px;
}
.taisitu_go {
	max-width:380px;
	text-align:center;
	margin-bottom:50px;
}
.osusume {
	max-width:1000px;
    margin:0 auto;
	text-align:center;
}

.osusume_l {
	float:left;
	width:460px;
	height:auto;
	font-size:1.8em;
	padding-left:40px;
	padding-bottom:20px;
	text-align:left;
}
.osusume_l img {
	padding-right:15px;
	width:40px;
	height:40px;
	vertical-align: middle;
}
.moji_b {
	text-align:center;
	font-size:3em;
	color:#d95911;
	font-weight:bold;
}
.center_menu {
	width:100%;
	height:auto;
}
.center_menu_l {
	float:left;
	width:25%;
	text-align:center;
}

.center_menu_r {
	float:right;
	text-align:center;
}
.uchikantowa {
	text-align:left;
	font-size:1.2em;
	line-height:160%;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:70px;
}
.uchikantowa_p {
	display:none;
}
.uchikantowa_12 {
/* max-width:1000px; */
margin-left:40px;
font-size:1.2em;
text-align: left;
line-height: 160%;
   display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
/*
	margin-left:40px;
	margin-right:40px;
	font-size:1.2em;
	text-align:left;
	line-height:160%;
*/
}

.uchikanotowa_l {
box-sizing: border-box;
	width:280px;
	margin-right:34px;
	margin-bottom:50px;
}
.uchikanotowa_l img {
	width:100%;
	height:auto;
}
.uchikanotowa_r {
box-sizing: border-box;
	width:280px;
	margin-bottom:50px;
}
.uchikanotowa_r img {
	width:100%;
	height:auto;
}
.towa_moji_t {
	font-weight:bold;
	font-size:1.5em;
	color:#235f27;
	text-align:center;
}
.sonota_moji {
	text-align:center;
	font-size:1.2em;
	margin-top:40px;
	margin-bottom:40px;
}

.koe_top {
	margin-left:40px;
	margin-right:40px;
	font-size:1.2em;
	line-height:160%;
}
.koe_moji {
	padding-top:0px;
	padding-bottom:20px;
	text-align:left;
}
.tensen {
	padding-bottom:20px;
	border:none;
	border-top:dashed 1px #666666;
	height:1px;
	width:100%;
}
.kan_area {
	margin-left:40px;
	margin-right:40px;
	font-size:1.2em;
	text-align: left;
	line-height:160%;
}

.moji_r {
	text-align:right;
	margin-bottom:30px;
}
.kan_area .g_syoujyou {
	padding:5px;
	border-style:dashed;
	border-width:1px;
}
.graph img {
	width:310px;
	height:auto;
}
.graph_l {
	float:left;
	width:45%;
}
.graph_r {
	float:right;
	text-align:right;
	width:45%;
}
.ya {
	float:left;
	padding-top:14.4%;
	text-align:center;
	width:10%;
}
.ya img{
	width:60px;
	height:auto;
	vertical-align: middle;
}
.top_qestion_box {
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	font-size:1.2em;
	text-align: left;
	line-height:160%;
}
.top_qestion {
	margin-bottom:10px;
}
.top_qestion_moji_q {
	width:6%;
	height:auto;
	color:#235f27;
	float:left;
}
.top_qestion_moji_a {
	width:6%;
	height:auto;
	float:left;
}
.top_qestion_q {
	width:94%;
	height:auto;
	color:#235f27;
	float:left;
}
.top_qestion_a {
	width:94%;
	height:auto;
	float:left;
}

.price {
	line-height:250%;
	letter-spacing:0em;
	font-size:1em;
	font-weight:bold;
}
.price_1 {
	font-size:2.2em;
	display:inline-block;
	font-weight:bold;
	color:#666;
}
.price_2 {
	font-weight:normal;
	text-align:center;
	font-size:1.5em;
}
.profile {
	margin-left:40px;
	margin-right:40px;
	float:left;
	font-size:1.2em;
	line-height:160%;
}
.profile_douga {
	padding-right:40px;
	float:right;
}

/*ボタン関連*/

.syouhantei_main {
	cursor:pointer;
	width:380px;
	height:80px;
	text-align:center;
	line-height: 80px;
	font-size:2em;
	font-weight:bold;
	background:#DEB871;
	color:#fff;
	margin-bottom:70px;
	margin-top:80px;
}
/* 無料相談　よくある質問 */
.top_qestion_box_m {
	margin-top:20px;
	font-size:1.2em;
	text-align: left;
}
.q_line_m {
	width:800px;
	border-top:solid;
	border-color: #aba796;
	border-width: 1px;
}
.question_waku_m {
	width:800px;
	border-left:solid;
	border-right:solid;
	border-color: #aba796;
	border-width: 1px;
	box-sizing: border-box;
	font-size:1.1em;
	font-family:"メイリオ","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック", sans-serif;
	color: #666666;
}
.question_space {
	width:30px;
}
.question_l_m {
	width:771px;
	height: 40px;
	margin-left:0px;
	padding-left:20px;
}
.question_r_m {
	text-align:right;
	height: 40px;
	width:29px;
	padding-right:2%;
}
/*　無料相談　体質チェック　*/
.taisitu_moji_m {
	margin-top:0px;
	margin-bottom:20px;
	font-size:1.3em;
	text-align:center;
}
.taisitu_menu_m {
	margin-left:0px;
	margin-bottom:20px;
	border-top:solid;
	border-color: #cccccc;
	border-width: 1px;
}
.taisitu_menu_m_l {
	float:left;
	box-sizing: border-box;
	width:500px;
	font-size:1.3em;
	height: 40px;
	line-height:40px;
	padding-left:20px;
	padding-right:20px;
	border-top:none;
	border-left:solid;
	border-bottom:solid;
	border-right:none;
	border-color: #cccccc;
	border-width: 1px;
}
.taisitu_menu_m_r {
	float:right;
	box-sizing: border-box;
	width:500px;
	font-size:1.3em;
	height: 40px;
	line-height:40px;
	padding-right:20px;
	padding-left:20px;
	border-top:none;
	border-left:solid;
	border-right:solid;
	border-bottom:solid;
	border-color: #cccccc;
	border-width: 1px;
}
.taisitu_menu_m_l_e {
	float:left;
	box-sizing: border-box;
	width:501px;
	font-size:1.3em;
	padding-left:20px;
	padding-right:20px;
	border-top:none;
	border-left:solid;
	border-bottom:solid;
	border-right:solid;
	border-color: #cccccc;
	border-width: 1px;
	height: 40px;
	line-height:40px;
}
#right_page_m {
	margin-top:-23px;
	float:right;
	width:300px;
	height:100%;
	padding-left:0px;
}
