@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('//fonts.googleapis.com/css?family=Didact+Gothic');
@import url('//fonts.googleapis.com/css?family=Bangers');
/********* HTML再定義 ***********************************************/

html {
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans Japanese" , "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0 auto;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 160%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	min-height: 100%;
}


h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	line-height: 130%;
}


p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}


/********* 全体 *****************************************************/

#fixedTop {
    right: 60px;
    bottom: 80px;
    width: 60px;
    height: 60px;
    line-height: 60px;
	background-color: #FFF;
	background-image: url(../files/medias/common/totop.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #333;
    color: #fff;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 9999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

div#container {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}
.sp_only {
	display: none;
}
@media only screen and (max-width: 768px) {
div#container {
	width: 100%;
	min-width: 480px;
}
.anchorlink {
    position: relative;
    top: -60px;
    display: block;
}
.sp_only {
	display: block;
}
.pc_only {
	display: none !important;
}
#fixedTop {
    right: 5px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

}

#footerMenu {
	background-color: #F00;
	width: 100%;
	height: 0px;
	position: fixed;
	z-index: 300;
	bottom: 0;
	overflow: none;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-webkit-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px -4px 38px rgba(50, 50, 50, 0.50);
	box-shadow:         0px -4px 38px rgba(50, 50, 50, 0.50);
}

#footerMenu.show {
	height: 50px;
	padding: 10px; 
}

ul.footerfloat {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
ul.footerfloat li {
	display: inline-block;
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

ul.footerfloat li span {
	display: inline;
	font-size: 18px;
	margin-left: 15px;
}
ul.footerfloat li a {
	display: block;
	border: 2px solid #FFF;
	color: #FFF;
	padding: 10px 50px;
	text-decoration: none;
}
ul.footerfloat li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

ul.footerfloat li:nth-child(1) a {
	display: none;
	background-color: #06F;
}
ul.footerfloat li:nth-child(2) a {
	background-color: #F00;
}

@media only screen and (max-width: 768px) {

#footerMenu {
	background-color: rgba(68,68,68,0.7);
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-webkit-box-shadow: 0px -4px 38px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px -4px 38px rgba(50, 50, 50, 0.50);
	box-shadow:         0px -4px 38px rgba(50, 50, 50, 0.50);
}
#footerMenu.show {
	height: 80px;
	padding: 10px 0;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
ul.footerfloat li {
	display: inline-block!important;
	float: left;
	width: 50%;
	font-size: 16px;
}
ul.footerfloat li span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin-left: 0;
}
ul.footerfloat li a {
	display: block;
	color: #FFF;
	border: none;
	padding: 10px 0;
	text-decoration: none;
}
ul.footerfloat li:nth-child(1) a {
	display: block;
}
}




/********* ヘッダー *************************************************/

div#header {
	font-size: 16px;
	display: block;
	clear: both;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
}


div#header h1 {
	font-family: "Noto Sans Japanese" , "游ゴシック体", "Yu Gothic", YuGothic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: inline-block;
	margin: 0;
	margin-top: 5px;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	
}
#header h1:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
div#header h1 img {
	display: block;
	width: 330px;
}
div#header h1 span {
	display: block;
	text-align: center;
	font-size: 90%;
}
ul.head_contect {
    float: right;
    margin: 0;
    padding: 0
}

ul.head_contect li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 20px;
    padding: 0
}

ul.head_contect li a {
    display: block;
}

ul.head_contect li a:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: .7
}

@media only screen and (max-width: 768px) {

div#header {
	text-align: center;
	margin-bottom: 10px;
}
div#header h1 img {
	width: 280px;
}
ul.head_contect {
	display: none;
}
}
	_

/********* メニュー *************************************************/

div#menu {
	clear: both;
}
ul.globalmenu {
	margin: 0;
	padding: 0;
}
ul.globalmenu li {
	position: relative;
	display: inline-block;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 20%;
}
ul.globalmenu li:last-child {
	float: none;
}
ul.globalmenu li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	padding: 10px;
	text-align: center;
}
ul.globalmenu li a span {
	display: block;
	color: #999;
	font-size: 70%;
}
ul.globalmenu li:before {
    transition: all .2s ease
}
ul.globalmenu li:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 10px
}
ul.globalmenu > li:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    height: 15px
}

ul.globalmenu li:nth-child(1):before  { background-color: #34C5D4; }
ul.globalmenu li:nth-child(2):before  { background-color: #7673A6; }
ul.globalmenu li:nth-child(3):before  { background-color: #00DC98; }
ul.globalmenu li:nth-child(4):before  { background-color: #BBD232; }
ul.globalmenu li:nth-child(5):before  { background-color: #D1BD50; }

@media only screen and (max-width: 768px) {
div#menu {
	display: none;
}
}
/********* フッター *************************************************/

div#footer {
	font-size: 15px;
	clear: both;
	display: block;
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #F5F5F5;
}
div#footer address {
	clear: both;
	margin-top: 20px;
	text-align: center;
	font-size: 85%;
	padding-bottom: 50px;
}

ul.footer_menu {
	margin: 0;
	padding: 0;
	margin-right: 50px;
	display: inline-block;
	vertical-align: top;
	font-size: 85%;
}
ul.footer_menu li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
ul.footer_menu li a {
	display: block;
	color: #000;
	text-decoration: none;
}
ul.footer_menu li a:hover {
	color: #999;
}
ul.footer_menu li ul {
	margin: 0;
	margin-left: 12px;
}
ul.footer_menu li ul li a:before {
	content: "- ";
}
.m_r0 {
	margin-right: 0;
}
@media only screen and (max-width: 768px) {
div#footer {
	min-width: 480px;
	padding: 0;
}
ul.footer_menu {
	display: block;
	margin-right: 0;
}
ul.footer_menu li ul {
	margin-left: 0;
}
ul.footer_menu li ul li a:before {
	content:"";
}
ul.footer_menu li a {
	border:1px solid #7eb9d0;
	font-size: 16px;
	font-family:arial, helvetica, sans-serif;
	padding: 10px;
	text-decoration:none;
	display:block;
	font-weight:bold;
	color: #FFFFFF !important;
	background-color: #a7cfdf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
	background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
	background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
	background-image: linear-gradient(to bottom, #a7cfdf, #23538a);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}

ul.footer_menu li a:hover{
	border:1px solid #5ca6c4;
	background-color: #82bbd1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#82bbd1), to(#193b61));
	background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
	background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
	background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
	background-image: -o-linear-gradient(top, #82bbd1, #193b61);
	background-image: linear-gradient(to bottom, #82bbd1, #193b61);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
}

ul.footer_menu li ul li a {
	border:1px solid #d1dcdf;
	padding: 10px 20px;
	font-weight:bold;
	color: #23538a !important;
	background-color: #f2f5f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f5f6), to(#c8d7dc));
	background-image: -webkit-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -moz-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -ms-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: -o-linear-gradient(top, #f2f5f6, #c8d7dc);
	background-image: linear-gradient(to bottom, #f2f5f6, #c8d7dc);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f5f6, endColorstr=#c8d7dc);
}

ul.footer_menu li ul li a:hover{
	border:1px solid #b6c7cc;
	background-color: #d4dee1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d4dee1), to(#a9c0c8));
	background-image: -webkit-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -moz-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -ms-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: -o-linear-gradient(top, #d4dee1, #a9c0c8);
	background-image: linear-gradient(to bottom, #d4dee1, #a9c0c8);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d4dee1, endColorstr=#a9c0c8);
}
div#footer address {
	padding-bottom: 120px;
}
}

.contactArea {
	clear: both;
	display: block;
	width: 100%;
	min-width: 1100px;
	background: #428fcd;
	text-align: center;
	padding: 50px 0;
	font-size: 16px;
	color: #fff;
	border: 0px;
    border-top: 10px solid;
    border-image: linear-gradient(to right, rgba(148,102,46,1) 0%, rgba(218,178,109,1) 50%, rgba(148,102,46,1) 100%);
    border-image-slice: 1;
}
.contactArea02 {
	clear: both;
	display: block;
	text-align: center;
	padding: 50px 0;
	font-size: 16px;
}
.contactArea_catch {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .04em;
	margin-bottom: 30px;
}
.contactArea_catch span {
	font-size: 16px;
	font-weight: normal;
}
.contactArea_tel {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 36px;
	color: #fff;
	font-family: futura, century gothic, sans-serif;
	display: inline-block;
	position: relative;
	line-height: 1;
	letter-spacing: .04em;
	vertical-align: top;
	background-image: url(../files/medias/icon/icon_tel_wh.png);
	background-repeat: no-repeat;
	background-size: 34px;
	padding-left: 30px;
}
.contactArea02 .contactArea_tel {
	background-image: url(../files/medias/icon/icon_tel.png);
}
.contactArea_tel a {
	color: #fff;
	text-decoration: none;
}
.contactArea02 .contactArea_tel a {
	color: #555;
}
ul.bt_footaccess_top {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.bt_footaccess_top li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bt_footaccess_top li a {
	display: block;
	margin: 10px 5px;
	background: #fff;
	border: 1px solid #428fcd;
	color: #428fcd;
	display: block;
	text-decoration: none;
	padding: 11px 70px;
	font-size: 18px;
}

ul.bt_footaccess_top li a:hover {
	border: 1px solid #FFF;
	background: #428fcd;
	color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.bt_footaccess {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.bt_footaccess li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bt_footaccess li a {
	display: block;
	margin: 10px 5px;
	border: 1px solid #FFF;
	background: #428fcd;
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 11px 70px;
	font-size: 18px;
}

ul.bt_footaccess li a:hover {
	background: #fff;
	border: 1px solid #428fcd;
	color: #428fcd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#contact_footmail_top a {
	display: block;
	background-image: url(../files/medias/icon/icon_mail_blue.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 20px center;
	text-align: center;
}

#contact_footaccess_top a {
	display: block;
	background-image: url(../files/medias/icon/icon_map_blue.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 20px center;
	text-align: center;
}
#contact_footaccess_top a:hover {
	background-image: url(../files/medias/icon/icon_map_wh.png);
}
#contact_footmail_top a:hover {
	background-image: url(../files/medias/icon/icon_mail_wh.png);
}



#contact_footmail a {
	display: block;
	background-image: url(../files/medias/icon/icon_mail_wh.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 20px center;
	text-align: center;
}

#contact_footaccess a {
	display: block;
	background-image: url(../files/medias/icon/icon_map_wh.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 20px center;
	text-align: center;
}
#contact_footaccess a:hover {
	background-image: url(../files/medias/icon/icon_map_blue.png);
}
#contact_footmail a:hover {
	background-image: url(../files/medias/icon/icon_mail_blue.png);
}

@media only screen and (max-width: 768px) {
.contactArea {
	min-width: 480px;
	padding: 30px 0;
}
.contactArea_catch {
	font-size: 16px;
	margin-bottom: 18px;
}

.contactArea_catch {
	font-size: 22px;
}

ul.bt_footaccess_top li, ul.bt_footaccess li {
	display: block !important;
}
}
/********* スライド *****************************************************/

div#slide {
	clear: both;
	display: block;
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	margin-bottom: 50px;
}
ul.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider li {
	margin: 0;
	padding: 0;
}

ul.bxslider li img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
div#slide {
	min-width: 480px;
}
}
/*********  タイトル *****************************************************/
div#title {
	clear: both;
	display: block;
	width: 100%;
	min-width: 1100px;
	height: 0;
	padding-top: 14%;
	padding-bottom: 16%;
	margin: 0 auto;
	margin-bottom: 20px;
	background-image: url(../files/medias/common/title_back.jpg);
	background-size: cover;
	background-position: center;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.title {
	width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
div#title h2 {
	font-family: "MS Serif", "New York", serif;
	font-size: 280%;
	color: #135;
	text-shadow: 0 0 2px rgba(255,255,255,1.0), 1px 1px 5px rgba(255,255,255,0.9), -1px -1px 5px rgba(255,255,255,0.9);
}

@media only screen and (max-width: 900px) {
div#title {
	padding: 20% 0;
	background-position: center;
}
}
@media only screen and (max-width: 768px) {
div#title {
	min-width: 480px;
	padding: 16% 0;
	background-size: 100%;
}
.title {
	width: 460px;
	margin: 0 auto;
	padding: 0 10px;
}
div#title h2 {
	font-size: 140%;
}
}

/********* パンくず *****************************************************/

.pkz {
	clear: both;
	color: #333;
	padding: 0;
	font-size: 13px;
	margin: 20px 0;
}
.pkz ol {
	margin: 0;
	padding: 0;
}
.pkz ol li {
	margin: 0;
	padding: 0;
	display: inline; /* liを横並び＆ブレットを消す */
	list-style-type: none;
}
.pkz ol li:after {
        content: " > "; /* liの後に記号追加 */
}
.pkz ol li:last-child:after {
	content: none; /* 最後のliだけcontentを消す */
	font-weight: bold;
}
.pkz ol li:last-child {
	font-weight: bold;
}	
.pkz li a:link, .pkz li a:visited {
	text-decoration: none;
	color: #333;
}
.pkz li a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
.pkz {
	display: none;
}
}
/********* 内容 *****************************************************/

div#content {
	clear: both;
	display: block;
	margin-bottom: 20px;
}
div#content_half {
	float: left;
	width: 740px;
	margin-bottom: 20px;
}
div#content .content, div#content_half .content {
	padding: 0 20px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
div#content {
	padding: 0 10px;
}
div#content_half {
	float: none;
	clear: both;
	display: block;
	width: auto;
	padding: 0 10px;
}
div#content .content, div#content_half .content {
	padding: 0 10px;
}
}

/********* トップページ *****************************************************/
#top_entry {
	clear: both;
	margin-bottom: 20px;
}
#top_entry h3 {
	color: #06F;
	font-size: 160%;
	margin-bottom: 5px;
}
dl.top_entry {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
dl.top_entry dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px;
	width: 120px;
	border-top: 1px dotted #CCC;
}
dl.top_entry dd {
	margin: 0;
	margin-left: 140px;
	padding: 10px;
	border-top: 1px dotted #CCC;
}
dl.top_entry dd a {
	display: block;
	text-decoration: none;
	color: #000;
}
dl.top_entry dd a:hover {
	text-decoration: underline;
	color: #06F;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
#top_entry h3 {
	font-size: 130%;
}
dl.top_entry {
	border-bottom: none;
}
dl.top_entry dt {
	clear: both;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-top: none;
}
dl.top_entry dd {
	margin: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 5px;
	border-top: none;
	border-bottom: 1px dotted #CCC;
}
}



.top_title {
	border: 1px solid #e7e7e7;
	border-left: 5px solid #428fcd;
	padding: 15px 25px;
}
.top_title h3 {
	font-size: 24px;
	margin: 0;
}

.top_content {
	padding: 30px;
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
.top_title {
	padding: 10px 15px;
}
.top_title h3 {
	font-size: 18px;
}

.top_content {
	padding: 15px;
}
}


ul.list_usuge {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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
}

ul.list_usuge li {
	position: relative;
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin: 0;
	margin-right: 12px;
    margin-bottom: 15px;
    padding: 15px;
	padding-bottom: 70px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

ul.list_usuge li:nth-child(4n) {
	margin-right: 0;
    float: none
}
.usuge_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.usuge_pic img {
	width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.before_treatment {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 70%;
	z-index: 10;
	background-color: #000;
	color: #FFF;
	line-height: 100%;
	padding: 2px 10px;
}
.after_treatment {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 70%;
	z-index: 10;
	background-color: #11b297;
	color: #FFF;
	line-height: 100%;
	padding: 2px 10px;
}
.idxItem_name {
	background-color: #F5F5F5;
	color: #26b497;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
}

.idxItem_name:before {
	content: "▶";
}
.idxItem_data {
	font-size: 80%;
	line-height: 1.2;
}

.bt_agasample {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
    display: block;
	width: 85%;
	margin: 0 auto;
    line-height: 1.2
}

.bt_agasample a {
    display: block;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    background-color: #fff;
	text-decoration: none;
    font-size: 14px;
	text-decoration: none;
    color: #206ad0;
    border: 2px solid #206ad0
}

.bt_agasample a:hover {
    background-color: #206ad0;
	text-decoration: none;
    color: #FFF;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: .7
}
.idxItem_data {
	line-height: 1.3;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
    color: #555;
    font-size: 14px;
}

.box_agasample {
    display: block;
    padding: 15px;
    font-size: 14px;
    background-color: #EEE;
    margin-bottom: 20px
}

.box_agasample dl {
    margin: 0;
	margin-bottom: 10px;
    padding: 5px 0;
	border: none;
	line-height: 1.3;
    border-bottom: 1px dotted #999;
}

.box_agasample dl dt {
    clear: both;
    float: left;
    width: 120px;
    background: 0 0;
    font-weight: 700;
	border: none;
    margin: 0;
    padding: 0;
}

.box_agasample dl dt:after {
    content: ":"
}

.box_agasample dl dd {
    margin: 0;
    margin-left: 120px;
    padding: 0;
    margin-bottom: 5px;
	border: none;
}

@media only screen and (max-width: 768px) {
ul.list_usuge {
	display: block;
}
ul.list_usuge li {
	display: block;
    margin: 0;
	width: auto;
	float: none;
	margin-bottom: 15px;
}

.usuge_pic {
	display: inline-block;
	float: left;
	width: 50%;
	padding-bottom: 35%;
	margin-bottom: 10px;
}

.idxItem_name {
	clear: both;
}
.idxItem_data {
	line-height: 1.3;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
    color: #555;
    font-size: 14px;
}

.box_agasample {
    display: block;
    padding: 15px;
    font-size: 14px;
    background-color: #EEE;
    margin-bottom: 20px
}
.box_agasample dl dt {
    clear: both;
    float: none;
    width: auto;
}

.box_agasample dl dd {
    margin: 0;
	margin-bottom: 10px;
    padding: 0 10px;
}
}



.fukidashi_right {
	float: right;
	width: 540px;
}


.fukidashi_right img {
	max-width: 100%;
}

.box_fukidashileft {
 	position: relative;
	display: inline-block;
	position: relative;
	display: inline-block;
	background-color: rgba(238,238,238,0.8);
	padding: 25px 40px;
	
}
.box_fukidashileft:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -60px;
 	margin-top: -30px;
	border: 30px solid transparent;
	border-right: 30px solid rgba(238,238,238,0.8);
}
.method_title {
	border-left: 15px solid #428fcd;
	color: #428fcd;
	padding: 5px 10px;
	margin-bottom: 20px;
	line-height: 160%;
}
.method_title_f {
	border-left: 15px solid #fa6fa3;
	color: #fa6fa3;
	padding: 5px 10px;
	margin-bottom: 20px;
	line-height: 160%;
}
.method_title h2, .method_title_f h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 90%;
}
.method_title h2 span, .method_title_f h2 span {
	font-weight: normal;
	font-size: 24px;
}
.method_title p, .method_title_f p {
	padding: 0;
	margin: 0;
	line-height: 90%;
	letter-spacing: 2px;
}

.top_male {
	clear: both;
	min-height: 640px;
	position: relative;
	display: block;
	margin-bottom: 50px;
	margin-top: 80px;
}

.top_maleimg {
	float: right;
	width: 70%;
}
.top_femaleimg {
	float: left;
	width: 70%;
}
.fukidashi_left02 {
	position: absolute;
	left: 3%;
	top: -50px;
}
.fukidashi_right02 {
	position: absolute;
	right: 3%;
	top: -50px;
}


@media screen and (max-width: 768px) {
.top_male {
	min-width: 480px;
	display: block;
	clear: both;
	min-height: 50px;
	margin: 0 10px;
	margin-bottom: 15px;
}

.top_maleimg, .top_femaleimg {
	float: none;
	width: 100%;
	min-width: 480px;
	display: block;
}
.fukidashi_left02, .fukidashi_right02 {
	position: static;
	display: block;
	width: auto;
	margin: 0 auto;
}
}



.fukidashi_left {
	max-width: 540px;
}
#fukidashi_aging {
	margin-top: 100px;
}

.fukidashi_left img {
	max-width: 100%;
}
.box_fukidashiright {
 	position: relative;
	display: inline-block;
	background-color: rgba(238,238,238,0.8);
	padding: 25px 40px;
}

.box_fukidashiright:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -30px;
	border: 30px solid transparent;
	border-left: 30px solid rgba(238,238,238,0.8);
	
}

ul.bt_male, ul.bt_female {
	margin: 0;
	padding: 0;
}
ul.bt_male li, ul.bt_female li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bt_male li a {
	display: block;
	text-decoration: none;
	background-color: #FFF;
	color: #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px 20px;
	padding-top: 0;
	font-size: 20px;
	margin-bottom: 10px;
}

ul.bt_female li a {
	display: block;
	text-decoration: none;
	background-color: #FFF;
	color: #fa6fa3;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px 20px;
	padding-top: 0;
	font-size: 20px;
	margin-bottom: 10px;
}

ul.bt_male li a:before, ul.bt_female li a:before {
	content: "+";
	color: #333;
	line-height: 100%;
	font-weight: bold;
	font-size: 32px;
	margin-right: 10px;
	margin-top: 10px;
}

ul.bt_male li a:hover, ul.bt_female li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

.top_aging {
	clear: both;
	background-image: url(../files/medias/toppage/back_top_aging.jpg);
	background-repeat: no-repeat;
	background-size: 65%;
	background-position: right top;
	min-height: 640px;
	position: relative;
	display: block;
	margin-bottom: 50px;
}
.bt_aging {
	display: inline-block;
	margin-top: 20px;
}
.bt_aging a {
	display: block;
	margin: 10px 0;
	margin-right: 10px;
	padding: 8px 30px;
	text-decoration: none;
	background-color: #FFF;
	font-size: 20px;
	color: #206ad0;
	border: 2px solid #206ad0;
}
.bt_aging a:hover {
	background-color: #206ad0;
	color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
.fukidashi_left {
	width: 100%;
	margin: 0 auto;
}
.fukidashi_right {
	float: none;
	padding-top: 180px;
	width: 100%;
	margin: 0 auto;
}

.box_fukidashileft {
 	position: relative;
	display: block;
	width: auto;
	padding: 15px;
	margin-bottom: 20px;
}
.box_fukidashileft:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -30px;
 	margin-top: -30px;
	border: 30px solid transparent;
	border-bottom: 30px solid rgba(238,238,238,0.8);
}
.method_title {
	border-left: 10px solid #428fcd;
	padding: 5px;
}
.method_title_f {
	border-left: 10px solid #fa6fa3;
	padding: 5px;
}
.method_title h2, .method_title_f h2 {
	font-size: 25px;
}
.method_title h2 span, .method_title_f h2 span {
	font-size: 18px;
}

.top_aging {
	clear: both;
	background-position: top center;
	background-size: 100%;
	min-height: 400px;
	margin-bottom: 30px;
}

.fukidashi_left {
	padding-top: 220px;
	width: 100%;
}

#fukidashi_aging {
	margin-top: 0;
}
.fukidashi_left img {
	max-width: 100%;
}
.box_fukidashiright {
 	position: relative;
	display: block;
	width: auto;
	padding: 15px;
	margin-bottom: 20px;
}

.box_fukidashiright:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -30px;
 	margin-top: -30px;
	border: 30px solid transparent;
	border-bottom: 30px solid rgba(238,238,238,0.8);
}

ul.bt_male li a, ul.bt_female li a {
	padding: 3px 10px;
	font-size: 16px;
}

ul.bt_male li a:before, ul.bt_female li a:before {
	font-size: 24px;
	margin-right: 5px;
	margin-top: 5px;
}

}

.threemethod {
	clear: both;
	background-image: url(../files/medias/toppage/back_method.jpg);
	background-repeat: no-repeat;
	background-position: 0 50px;
	position: relative;
	display: block;
	margin-bottom: 50px;
}

ul.list_method {
	margin: 0;
	padding: 0;
}

ul.list_method li {
	display: inline-block;
	list-style: none;
	float: left;
	margin: 0 2px;
	padding: 0;
	width: 175px;
}
ul.list_method li img {
	width: 100%;
}
@media only screen and (max-width: 768px) {
.threemethod {
	clear: both;
	display: block;
	background-position: top center;
	background-size: 100%;
	min-height: 300px;
	margin: 0 10px;
	margin-bottom: 30px;
}

ul.list_method li {
	width: 32%;
}
ul.list_method li img {
	width: 100%;
}
}



.voice_left {
	float: left;
	width: 49%;
}

.voice_right {
	float: right;
	width: 49%;
}

ul.top_voiece {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}

ul.top_voiece li {
	display: inline-block;
	vertical-align: top;
	width: 42%;
	margin: 0 5px;
	margin-bottom: 15px;
	padding: 15px;
	padding-bottom: 30px;
	background-color: #FFF;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	line-height: 1.3;
    color: #555;
    font-size: 14px;
	background-image: url(../files/medias/icon/yaji.png);
	background-repeat: no-repeat;
	background-position: bottom 10px center;
}
ul.top_voiece li a {
	display: block;
	color: #555;
	text-decoration: none;
}
ul.top_voiece li:hover {
	background-color: #EFEFEF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
ul.top_voiece li imagecenetr {
	margin-bottom: 10px;
}
p.voice_title_top {
	font-weight: bold;
	font-size: 110%;
	color: #06F;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
}
.color_woman {
	color: #F69 !important;
}
@media only screen and (max-width: 768px) {
.voice_left, .voice_right {
	float: none;
	display: block;
	width: auto;
}
ul.top_voiece li {
	width: 41.5%;
	margin: 0 3px;
	margin-bottom: 15px;
}
}

.top_access {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 1100px;
	position: relative;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #F5F5F5;
}

.top_access h3 {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 20px;
}
.top_access ul {
	margin: 0;
	padding: 0;
}
.top_access ul li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 48%;
	font-size: 90%;
}
.top_access ul li iframe{
	width: 100%;
}
.top_access ul li:nth-child(odd) {
	clear: both;
	margin-right: 20px;
}
.top_access ul li:nth-child(even) {
	float: right;
}
.top_access dl {
	margin:20px 0;
	padding: 20px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.top_access dl dt {
	clear: both;
	float: left;
	font-weight: normal;
	background: none;
	padding: 2px 15px;
	margin: 0;
	text-align: center;
	width: 150px;
	border: 1px solid #CCC;
}
.top_access dl dd {
	margin-left: 200px;
	padding: 2px 0;
	margin-bottom: 15px;
}
.access_holiday {
	border-color: #F00 !important;
	color: #F00;
}
.bt_topaccess {
	display: block;
	margin: 10px 0;
	width: 100%;
}

.bt_topaccess span {
	display: inline-block;
	margin: 2px 5px;
}
.bt_topaccess span a {
	display: block;
	padding: 5px;
	width: 150px;
	text-decoration: none;
	background-color: #06F;
	color: #FFF;
	text-align: center;
}
.bt_topaccess span a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
.icon_ginza, .icon_marunouchi, .icon_hibiya, .icon_touzai, .icon_chiyoda, .icon_yuurakuchou, .icon_hanzomon, .icon_nanboku, .icon_fukutoshin, .icon_asakusa, .icon_mita, .icon_shinjuku, .icon_ooedo, .icon_jr, .icon_keio, .icon_inogashira, .icon_odakyuu {
	line-height: 120%;
	background-repeat: no-repeat;
	background-size: 20px;
	padding: 2px 0;
	padding-left: 25px;
}

.icon_ginza {
	background-image: url(../files/medias/icon/icon_ginza.png);
}
.icon_marunouchi {
	background-image: url(../files/medias/icon/icon_marunouchi.png);
}
.icon_hibiya {
	background-image: url(https://www.shinjukumc.com/files/medias/icon/icon_hibiya.png);
}
.icon_touzai {
	background-image: url(https://www.shinjukumc.com/files/medias/icon/icon_touzai.png);
}
.icon_chiyoda {
	background-image: url(https://www.shinjukumc.com/files/medias/icon/icon_chiyoda.png);
}
.icon_yuurakuchou {
	background-image: url(https://www.shinjukumc.com/files/medias/icon/icon_yuurakuchou.png);
}
.icon_hanzomon {
	background-image: url(../files/medias/icon/icon_hanzomon.png);
}
.icon_nanboku {
	background-image: url(../files/medias/icon/icon_nanboku.png);
}
.icon_fukutoshin {
	background-image: url(https://www.shinjukumc.com/files/medias/icon/icon_fukutoshin.png);
}
.icon_asakusa {
	background-image: url(https://www.shinjukumc.com/files/medias/icon/icon_asakusa.png);
}
.icon_mita {
	background-image: url(https://www.shinjukumc.com/files/medias/icon/icon_mita.png);
}
.icon_shinjuku {
	background-image: url(../files/medias/icon/icon_shinjuku.png);
}
.icon_ooedo {
	background-image: url(../files/medias/icon/icon_ooedo.png);
}
.icon_jr {
	background-image: url(../files/medias/icon/icon_jr.png);
}
.icon_keio {
	background-image: url(../files/medias/icon/icon_keio.png);
}
.icon_inogashira {
	background-image: url(https://www.shinjukumc.com/files/medias/icon/icon_inogashira.png);
}
.icon_odakyuu {
	background-image: url(../files/medias/icon/icon_odakyuu.png);
}

@media only screen and (max-width: 768px) {
.top_access {
	width: 100%;
	min-width: 480px;
}
.top_access h3 {
	font-size: 24px;
}
.top_access p {
	margin-bottom: 15px;
}
.top_access ul li {
	display: block;
	margin: 0;
	margin-bottom: 20px;
	width: auto;
}
.top_access ul li:nth-child(odd) {
	clear: both;
	margin-right: 0;
}
.top_access ul li:nth-child(even) {
	float: none;
}
.top_access dl {
	margin:20px 0;
	padding: 20px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.top_access dl dt {
	clear: both;
	float: left;
	font-weight: normal;
	background: none;
	padding: 2px 15px;
	margin: 0;
	text-align: center;
	width: 150px;
	border: 1px solid #CCC;
}
.top_access dl dd {
	margin-left: 200px;
	padding: 2px 0;
	margin-bottom: 15px;
}
.bt_topaccess span {
	display: block;
	margin: 2px 5px;
}
.bt_topaccess span a {
	width: auto;
}

}

/********* エントリー ***********************************************/
#entry img {
	max-width: 100%;
}

.entry {
	display: block;
	margin-bottom: 20px;
	padding: 15px 30px;
	border: 1px solid #CCC;
	border-bottom: 5px solid #EEE;
}
div#entry div.entry h3 {
	font-size: 140%;
	padding: 5px;
	border-bottom: 5px solid #EEE;
}
div#entry div.entry h4 {
	font-size: 130%;
	padding: 5px;
	border-bottom: 5px solid #EEE;
}
.entry h3 a, .entry h4 a {
	color: #000;
	text-decoration: none;
}
.entry h3 a:hover .entry h4 a:hover {
	color: #777777;
	text-decoration: underline;
}
.entry .content {
	padding: 0 10px;
}

.entry_pic {
	float: right;
	margin-left: 20px;
	max-width: 320px;
}
.box_name {
	display: inline-block;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	padding: 15px 30px;
	margin: 15px 0;
}
.box_name_full {
	display: block;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	padding: 15px 30px;
	margin-bottom: 15px;
}
ul.list_information {
	display: inline-block;
	margin: 0;
	padding: 0;
}

ul.list_information li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list_information li a {
	display: block;
	padding: 5px 10px;
	background-color: #000;
	color: #FFF;
	font-size: 90%;
	line-height: 1.2;
	text-decoration: none;
}


#title_box {
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	border-bottom: 5px solid #135;

}
#title_box_page {
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 8px solid #DDD;
}

#title_box h2, #title_box h3, #title_box_page h2, #title_box_page h3{
	font-size: 150%;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
.entry_pic {
	float: none;
	margin: 0 auto;
	margin-bottom: 10px;
	max-width: 100%;
}
.box_name {
	display: block;
	padding: 15px;
	margin: 15px 0;
}
}



div#entry div#entry_link ul.entry_link {
	text-align: center;
	font-size: 90%;
	margin: 0;
	padding: 0;
}
div#entry div#entry_link ul.entry_link li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#entry div#entry_link ul.entry_link li a {
	display: block;
	color: #000;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}

div#entry div#entry_link ul.entry_link li a:hover {
	background-color: #EEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
div#entry div#entry_link ul.entry_link li.home {
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
div#entry div#entry_link ul.entry_link li.previous {
	float: left;
}
div#entry div#entry_link ul.entry_link li.next {
	float: right;
}

div#entry div#entry_link ul.entry_link li.previous a:before {
	content: "◀ ";
}
div#entry div#entry_link ul.entry_link li.next a:after {
	content: " ▶";
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
div#page ul.order {
	margin: 10px 0;
}
div#page ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}
div#page ul.direct {
	margin: 10px 0;
	text-align: right;
}
div#page ul.direct li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

/********* インフォメーション ***************************************/

div#information {
	clear: both;
	display: block;
	margin-bottom: 20px;
}

/********* ユーティリティ *******************************************/

div#utility {
	float: right;
	width: 320px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.3
}
.utility {
	border: 1px solid #999;
	margin: 0 auto;
}
div#utility div.utility h3 {
	background-color: #555;
	padding: 15px;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
}
.utility .content {
	padding: 10px 15px;
}
.utility .tel {
	font-size: 34px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	position: relative;
	line-height: 1;
	letter-spacing: .04em;
	vertical-align: top;
	background-image: url(../files/medias/icon/icon_tel.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 26px;
	padding-left: 26px;
}
.utility .tel a {
	color: #333;
	display: block;
	text-decoration: none;
}
.utility .tel a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
.bt_mail_utility {
	display: block;
}
.bt_mail_utility a {
	display: block;
	padding: 15px 10px;
	font-size: 150%;
	background-color: #36d0b3;
	color: #FFF;
	text-decoration: none;
	background-image: url(../files/medias/icon/icon_mail_wh.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 24px;
	padding-left: 40px;
}
.bt_mail_utility a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
div#utility {
	display: none;
}
}
/********* 個別指定 *************************************************/

ul.page_link {
	text-align: center;
	margin: 20px auto;
	padding: 0;
}
ul.page_link li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.page_link li a {
	display: block;
	padding: 15px;
	background-color: #3CC;
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}
ul.page_link li.home a {
	background-color: #09F;
	margin:0 10px;
}
ul.page_link li a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
ul.page_link li.previous a:before {
	content: "< ";
}
ul.page_link li.next a:after {
	content: " >";
}

ul.link {
	margin: 0;
	padding: 10px;
	text-align: right;
}
ul.link li {
	display: inline;
	margin-left: 5px;
}

@media only screen and (max-width: 768px) {

ul.page_link li {
	display: block;
	margin-bottom: 10px;
}
ul.page_link li a {
	font-size: 100%;
}

ul.page_link li.home a {
	margin:0 2px;
}
}


/********* ページ ************************************************/

ul.list_submenu {
	margin: 0;
	padding: 0
}
ul.list_submenu li {
	display: inline-block;
	margin: 0 10px;
	margin-bottom: 20px;
	padding: 0;
	min-width: 31%;
}
ul.list_submenu li a {
	display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;
  color: #FFF;
  font-size: 120%;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #668ad8;
  border: dashed 1px #FFF;
}
ul.list_submenu li a:hover {
  border: dotted 1px #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


#page_content {
	border-bottom: 1px solid #DDD;
}

h3.title_midashi {
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	padding: 15px 0;
	font-size: 150%;
}
h3.title_Mincho {
	font-family: "MS Serif", "New York", serif;
	text-align: center;
	color: #135;
	font-size: 200%;
}

h2.title_midashi_line, h3.title_midashi_line {
	line-height: 120%;
	position: relative;
	font-size: 42px;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
h2.title_midashi_line:before, h3.title_midashi_line:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #223a70;
	border-radius: 2px;
}
h2.title_midashi_line span, h3.title_midashi_line span {
	font-size: 32px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}



h3.title_aqualine, h4.title_aqualine {
	font-size: 150%;
	line-height: 120%;
	border: none;
	padding: 7px;
	padding-left: 10px;
	margin: 0;
	margin-bottom: 20px;
	color: #229be4;
	border: none;
	border-left: 10px solid #229be4;
}


.title_udline {
	padding: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


@media screen and (max-width: 768px) {
#page_aga_male h2 {
	font-size: 24px;
}
#page_aga_male h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
h3.title_aqualine, h4.title_aqualine {
	font-size: 120%;
}

}


@media only screen and (max-width: 768px) {
h3.title_midashi {
	padding: 10px 0;
	font-size: 130%;
}
h3.title_Mincho {
	font-size: 150%;
}
h2.title_midashi_line, h3.title_midashi_line {
	font-size: 26px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
h2.title_midashi_line:before, h3.title_midashi_line:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #223a70;
	border-radius: 2px;
}
h2.title_midashi_line span, h3.title_midashi_line span {
	font-size: 18px;
}
}

/**髪の悩み**/

ul.box_aga {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}
ul.box_aga li {
	float: left;
	display: inline-block;
	width: 44.3%;
	margin: 0;
	padding: 20px 30px;
	text-align: center;
}
.box_aga_inner {
	background-color: #FFF;
	color: #000;
	display: block;
	padding: 15px;
	text-align: left;
}
ul.box_aga li#male {
	color: #000;
	background-color: #CCC;
}
ul.box_aga li#female {
	float: none;
	color: #FFF;
	background-color: #de4884;
}
p.malefemale {
	line-height: 2.0;
}

p.malefemale a {
	color: #000;
	text-decoration: none;
}

p.malefemale a:hover {
	text-decoration: underline;
}

.icon_male {
	display: inline-block;
	background-color: #333;
	text-align: center;
	background-image: url(../files/medias/icon/icon_male_wh.png);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center center;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 30px;
}
.icon_female {
	display: inline-block;
	background-color: #333;
	text-align: center;
	background-image: url(../files/medias/icon/icon_female_wh.png);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center center;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
ul.box_aga {
	display: block;
}
ul.box_aga li {
	float: none;
	display: block;
	width: auto;
	margin: 0;
	margin-bottom: 20px;
	padding: 15px;
}
.box_aga_inner {
	background-color: #FFF;
	color: #000;
	display: block;
	padding: 15px;
	text-align: left;
}
.icon_male {
	margin-bottom: 15px;
}
.icon_female {
	margin-bottom: 15px;
}
}


/**男性AGA**/

ul.list_aga_male {
	margin: 0;
	padding: 0;
	font-size: 16px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}

ul.list_aga_male li {
	display: block;
	width: 46%;
	padding: 0;
	margin: 0 ;
	margin-bottom: 30px;
	border-bottom: 10px solid #223a70;
	box-shadow: 0 0 5px rgba(34,25,112,0.5); /* 影 */
}
ul.list_aga_male li:nth-child(odd) {
	margin-right: 50px;
}
ul.list_aga_male li .pic_right {
	float: right;
	margin-left: 30px;
	margin-bottom: 0;
	max-width: 200px;
}
.aga_padding {
	padding: 20px 30px;
}

ul.list_aga_male li h5 {
	background-color: #223a70;
	color: #FFF;
	margin: 0;
	padding: 10px;
}
ul.list_aga_male li p {
	line-height: 150%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
ul.list_aga_male {
	display: block;
}
ul.list_aga_male li {
	width: auto;
	margin-bottom: 20px;
	border-bottom: 5px solid #223a70;
}
ul.list_aga_male li:nth-child(odd) {
	margin-right: 0;
}
ul.list_aga_male li .pic_right {
	max-width: 160px;
	margin-left: 10px;
}
}

#section_treatment table {
	table-layout: fixed;
	text-align: center;
	width: 100%;
	border: none;
}
#section_treatment table img {
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
}

#section_treatment table th {
	background-color: #777;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding: 15px !important;
	border-color: #FFF;
}
#section_treatment table td {
	padding: 15px !important;
	color: #777;
	text-align: center;
	border-color: #777;
}
.non_th {
	background: none !important;
	border: none !important;
}
.bg_gray {
	background-color: #DDD;
}
.bg_white {
	background-color: #FFF;
}

.td_title {
	width: 15% !important;
	color: #777;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}
.td_title span {
	font-weight: normal;
	text-align: center;
	font-size: 80%;
}
.tr_cospa {
	border: 5px solid #223a70;
}
.td_jisha {
	color: #000 !important;
	border-left: 5px solid #223a70 !important;
	border-right: 5px solid #223a70 !important;
}
.td_jisha_top {
	font-size: 150% !important;
	background-color: #223a70!important;
	border-top: 5px solid #223a70 !important;
	border-left: 5px solid #223a70 !important;
	border-right: 5px solid #223a70 !important;
}
.icon_face_big {
	width: 70px;
}
.icon_face_small {
	width: 50px;
}


@media only screen and (max-width: 768px) {
#section_treatment table {
	font-size: 14px;
}

#section_treatment table th {
	line-height: 120%;
	padding: 5px;
}
#section_treatment table td {
	padding: 5px;
	vertical-align: top;
}
.td_title {
	width: 8%;
	font-size: 110%;
}
.td_title span {
	display: none;
}
.td_jisha_top {
	font-size: 110%;
}
.icon_face_big {
	width: 60px;
}
.icon_face_small {
	width: 35px;
}
}


ul.bt_medical {
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}

ul.bt_medical li {
	font-size: 18px;
	display: inline-block;
	min-width: 23%;
	margin: 0 2px;
	padding: 0;
	text-align: center;
}
ul.bt_medical li a {
	display: block;
	margin-bottom: 15px;
	padding: 10px;
	text-align: center;
	color: #206ad0;
	text-decoration: none;
	border: 2px solid #206ad0;
}

ul.bt_medical li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #206ad0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

dl.list_method {
	border: none !important;
	position: relative;
	z-index: 10;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "MS Serif", "New York", serif;
	background-color: #223a70;
	font-weight: bold;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
dl.list_method dt {
	border: none !important;
	float: left;
	clear: both;
	width: 120px;
	margin: 0;
	padding: 20px !important;
	color: #FFF;
	font-size: 18px;
}
dl.list_method dt span {
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	font-size: 50px;
}

dl.list_method dd {
	border: none !important;
	margin: 0;
	margin-left: 160px;
	padding: 20px !important;
	font-size: 24px;
	letter-spacing: 2px;
	background-color: #EEE;
}


.box_method {
	display: block;
	padding: 30px 50px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin-bottom: 50px;
}
.box_method .pic_right {
	max-width: 45%;
}

.box_method h4 {
	display: inline-block;
	font-size: 150%;
}
.box_method h5 {
	display: inline-block;
	font-size: 130%;
}
#page_aga_male h2 {
	color: #229be4;
	font-size: 42px;
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
#page_aga_male h3 {
	font-size: 28px;
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#page_aga_male h4 {
	font-size: 24px;
	line-height: 120%;
	border: none;
	padding: 7px;
	padding-left: 10px;
	margin: 0;
	margin-bottom: 20px;
	color: #229be4;
	border: none;
	border-left: 10px solid #229be4;
}

#page_aga_male h5 {
	display: inline-block;
	border: none;
	font-size: 20px;
}

.box_male_mechanism {
	display: block;
	margin: 60px 0;
	border: 8px solid #00b8ec;
	padding: 30px 80px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.box_male_mechanism_title {
	display: block;
	line-height: 100%;
	text-align: center;
	margin: 0 auto;
	margin-top: -65px;
	background-color: #00b8ec;
	color: #FFF;
	padding: 15px 20px;
	width: 80%;
	font-weight: bold;
	font-size: 38px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.box_male_mechanism.imagecneter {
	margin-bottom: 0;
}

#male_mechanism .imageright {
	margin-left: 80px;
	max-width: 100%;
}
#male_mechanism .imageleft {
	margin-right: 80px;
	max-width: 50%;
}
cite {
	font-style: normal;
}

@media only screen and (max-width: 768px) {
ul.bt_medical {
}
ul.bt_medical li {
	font-size: 16px;
	display: inline-block;
	min-width: 48%;
}
ul.bt_medical li a {
	padding: 10px 0;
}
ul.bt_medical li:nth-child(4n) {
	margin-right: 0;
}
.box_vitamin {
	padding: 15px;
}
ol.list_number {
	display: block;
	margin: 0 !important;
}
 ol.list_number21 {
	display: block;
	margin: 0 !important;
}
ol.list_number41 {
	display: block;
	margin: 0 !important;
}

dl.list_method {
	position: relative;
	z-index: 10;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "MS Serif", "New York", serif;
	background-color: #223a70;
	font-weight: bold;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
dl.list_method dt {
	float: left;
	clear: both;
	width: 120px;
	margin: 0;
	padding: 20px !important;
	color: #FFF;
	font-size: 18px;
}
dl.list_method dt span {
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	font-size: 50px;
}

dl.list_method dd {
	margin: 0;
	margin-left: 160px;
	padding: 20px !important;
	font-size: 24px;
	letter-spacing: 2px;
	background-color: #EEE;
}


.box_method {
	display: block;
	padding: 30px 40px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin-bottom: 50px;
}

.box_method h4, .box_method h4{
	display: inline-block;
}
.box_method .pic_right {
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 100%;
}

dl.list_method dt {
	width: 90px;
	margin: 0;
	padding: 10px !important;
	font-size: 14px;
}
dl.list_method dt span {
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	font-size: 30px;
}

dl.list_method dd {
	margin-left: 110px;
	padding: 10px !important;
	font-size: 16px !important;
	letter-spacing: 1px;
}
.box_method {
	padding: 15px;
	margin-bottom: 30px;
}
#page_aga_male h2 {
	font-size: 24px;
}
#page_aga_male h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
.box_male_mechanism {
	margin: 60px 0;
	border: 3px solid #00b8ec;
	padding: 15px 30px;
}
#male_mechanism .imageright {
	float: none;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 100%;
}
.box_male_mechanism_title {
	margin-top: -35px;
	color: #FFF;
	padding: 10px;
	width: 90%;
	font-weight: bold;
	font-size: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
}


/********* あなたの症状に合せた治療を行います。 ********************/

ul.list_symptom {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	font-weight: bold;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}

ul.list_symptom li {
	font-size: 20px;
	line-height: 160%;
	color: #223a70;
	display: inline-block;
	list-style: none;
	width: 30%;
	margin-right: 20px;
	padding: 0;
	margin-bottom: 20px;
}
ul.list_symptom li:nth-child(3n) {
	margin-right: 0;
}
.box_symptom {
	position: relative;
	clear: both;
	display: block;
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
	background-color: #e5f4fb;
	margin-bottom: 30px;
}
.kentou {
	position: absolute;
	left: 20px;
	top: 15px;
}
.box_symptom h5 {
	clear: both;
	display: block;
	background-color: #48C;
	color: #FFF;
	text-align: center;
	font-size: 26px;
	padding: 15px;
}

.box_symptom .padding {
	padding: 30px;
	padding-left: 200px;
}


.box_astray {
	clear: both;
	display: block;
	text-align: center;
	background-image: url("https://www.shinjukumc.com/files/medias/aga_male/back_astray.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 50px 0;
}

.box_astray h5 {
	line-height: 160% !important;
	font-size: 24px;
	color: #223a70;
}
ul.list_astray {
	text-align: center;
	margin: 0 20px;
	margin-bottom: 30px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}

ul.list_astray li {
	display: inline-block;
	list-style: none;
	width: 30%;
	margin-right: 10px;
	padding: 15px 10px !important;
	margin-bottom: 20px;
	color: #FFF;
	background-color: rgba(35,58,112,0.9);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul.list_astray li h4 {
	margin-bottom: 15px;
}
ul.list_astray li:nth-child(3n) {
	margin-right: 0;
}


.male_flow_time {
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
ul.list_symptom {
	margin-bottom: 20px;
    display: block;
	font-weight: bold;
}

ul.list_symptom li {
	clear: both;
	font-size: 16px;
	line-height: 130%;
	display: block;
	list-style: none;
	width: auto;
	margin-right: 0;
}
ul.list_symptom li .imagecenter{
	max-width: 20%;
	float: left;
	margin-right: 20px;
}
.box_symptom {
	position: relative;
	clear: both;
	display: block;
	font-size: 20px;
	line-height: 160%;
	font-weight: bold;
	background-color: #e5f4fb;
	margin-bottom: 30px;
}
.kentou {
	width: 80px;
	left: 10px;
	top: 10px;
}
.box_symptom h5 {
	clear: both;
	display: block;
	background-color: #223a70;
	color: #FFF;
	font-size: 16px;
	padding: 10px 5px;
}

.box_symptom .padding {
	padding: 15px;
	padding-left: 100px;
}

.box_astray {
	background-size: 100%;
	padding: 20px 0;
}
.box_astray h3 {
	font-size: 22px !important;
}
.box_astray h5 {
	font-size: 15px !important;
	line-height: 130% !important;
}
ul.list_astray {
	margin-bottom: 20px;
	padding: 0;
	display: block;
}

ul.list_astray li {
	display: block;
	list-style: none;
	width: auto;
	margin-right: 0;
	padding: 10px !important;
	margin-bottom: 10px;
	color: #FFF;
}
ul.list_astray li h4 {
	margin-bottom: 5px;
}

}


/********* 費用について *********************/

.section_cost {
	display: block;
	border: 3px solid #223a70;
	padding: 20px;
	margin-bottom: 30px;
}
.section_cost table {
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	border: none;
	margin-bottom: 20px;
	color: #223a70;
	border: 2px solid #223a70;
}

.section_cost table th {
	vertical-align: top;
	border: none;
	font-weight: bold;
	text-align: left;
	background: none;
	font-size: 20px;
	padding: 10px 15px;
	border-bottom: 1px dotted #223a70;
	background-color: #223a70;
	color: #FFF;
}
.section_cost table td {
	vertical-align: top;
	border: none;
	padding: 15px;
}
.pricebox {
	width: 50%;
}
.pricebox table {
	margin: 0;
	padding: 0;
	border: none;
}
.pricebox table tr, .pricebox table th, .pricebox table td {
	margin: 0;
	padding: 0;
	border: none;
}
.price {
	color: #000;
	font-size: 30px;
	text-align: right;
	font-weight: bold;
}

.price span {
	font-size: 18px;
	font-weight: normal;
}


.otherprice {
	display: block;
	clear: both;
	margin-bottom: 50px;
}

.otherprice h4 {
	clear: both;
	background-color: #223a70;
	color: #FFF;
	padding: 10px;
	font-size: 24px;
	text-align: center;
}

ul.list_otherprice {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
ul.list_otherprice li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
ul.list_otherprice li:nth-child(odd) {
	clear: both;
	float: left;
}

ul.list_otherprice li:nth-child(even) {
	background-image: url("https://www.shinjukumc.com/files/medias/aga_male/equal.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 50px;
	float: right;
}



@media only screen and (max-width: 768px) {
.section_cost {
	border: 2px solid #223a70;
	padding: 5px;
}

.section_cost table th {
	font-size: 16px;
	padding: 5px;
}
.section_cost table td {
	font-size: 14px;
	line-height: 120%;
	padding: 5px;
}
.pricebox {
	width: 50%;
}
.price {
	font-size: 16px;
}
.price span {
	font-size: 12px;
}

.otherprice {
	margin-bottom: 30px;
}

.otherprice h4 {
	clear: both;
	background-color: #227;
	font-size: 20px;
}
ul.list_otherprice li {
	display: block;
	clear: both;
}
ul.list_otherprice li img {
	max-width: 100%;
}
ul.list_otherprice li:nth-child(odd) {
	margin-bottom: 10px;
}
ul.list_otherprice li:nth-child(even) img {
	max-width: 200px;
}

}

table.table_male_price {
	width: 100%;
	table-layout: auto;
	text-align: center;
	border: 1px solid #37baf5;
	border-collapse: collapse;
	line-height: 150%;
}

table.table_male_price th {
	padding: 15px 0;
	font-size: 20px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #67c3ed;
	text-align: center;
}

table.table_male_price td {
	padding: 10px;
	border: 1px solid #37baf5;
	text-align: center;
}

#table_male_price_pic {
	padding: 0;
	width: 25%;
}
#table_male_price_pic img {
	width: 100%;
}


#table_male_price_kingaku {
	font-weight: bold;
	font-size: 115%;
}
.table_male_price_kingaku_small {
	display: block;
	font-weight: normal;
	background-color: #EEE;
	font-size: 14px;
	margin-top: 5px;
	padding: 5px;
	line-height: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.bg033 {
	background-color:#205fa9;
}
.bg034 {
	background-color:#7fac23;
}
.bg035 {
	background-color:#d43d3a;
}	
.colorstyle033 {
 color:#205fa9;
}
.colorstyle034 {
 color:#7fac23;
}
.colorstyle035 {
 color:#d43d3a;
}


table.table_male_hilaku {
	width: 100%;
	table-layout: auto;
	text-align: center;
	border: 1px solid #CCC;
	border-collapse: collapse;
	line-height: 150%;
}

table.table_male_hilaku th {
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #FFF;
	color: #FFF;
	text-align: center;
}

table.table_male_hilaku td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: center;
}

#table_male_price_pic {
	padding: 0;
	width: 25%;
}
#table_male_price_pic img {
	width: 100%;
}

#table_male_price_meyasu {
	padding: 15px 10px;
	background-color: #d2f0fd;
	color: #034867;
}
#table_male_price_kikan {
	vertical-align: top;
	background-color: #37baf5;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	font-size: 130%;
}

.table_male_price_kikan_small {
	display: block;
	background-color: #FFF;
	color: #37baf5;
	font-size: 15px;
	margin-top: 5px;
	padding: 2px;
	line-height: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}



.box_creditcard {
	border: dashed 1px #2cb7b3;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 20px;
}


@media screen and (max-width: 768px) {
table.table_male_price {
	table-layout: fixed;
	line-height: 130%;
}

table.table_male_price th {
	padding: 10px 0;
	font-size: 14px;
}

table.table_male_price td {
	font-size: 12px;
	padding: 5px;
}

.table_male_hilaku {
	width: 100%;
	table-layout: auto;
	line-height: 130%;
}

table.table_male_hilaku th {
	padding: 5px;
	font-size: 16px;
}

table.table_male_hilaku td {
	font-size: 12px;
	padding: 5px;
}




#table_male_price_pic {
	width: auto;
}
#table_male_price_meyasu {
	padding: 5px;
}
#table_male_price_kikan {
	font-size: 16px;
}
.table_male_price_kikan_small {
	font-weight: normal;
	font-size: 13px;
}

#table_male_price_kingaku {
	font-size: 12px;
}
.table_male_price_kingaku_small {
	font-size: 12px;
	padding: 3px;
}

.box_creditcard {
	padding: 10px;
	padding-bottom: 0;
}

}
/********* 新宿メディカルクリニックのダイレクト治療 ***************/

ul.list_page_aga_male {
	display: block;
	margin: 0;
	padding: 0;
}

ul.list_page_aga_male li {
	display: inline-block !important;
	vertical-align: top;
	list-style: none !important;
	list-style-position: outside !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 45%;
	margin-right: 25px !important;
}
ul.list_page_aga_male li:before{
	width: 0 !important;
	height: 0 !important;
	list-style-position: outside !important;
}
ul.list_page_aga_male li:nth-child(odd) {
	clear: both;
}
ul.list_page_aga_male li:nth-child(even) {
	float: right;
	margin-right: 0 !important;
}
ul.list_page_aga_male li h5 {
	float: left;
	display: inline-block;
	border: none !important;
	margin: 0;
	margin-right: 20px;
	padding: 0;
}
ul.list_page_aga_male  li h5 img {
	width: 220px;
}
ul.list_page_aga_male li p {
	margin: 0;
	margin-top: 20px;
	padding: 0;
}





@media screen and (max-width: 768px) {

#section_directtreatment .imageright {
	float: none;
	display: block !important;
	margin: 0 auto !important;
	margin-bottom: 15px !important;
}
#section_directtreatment .imageright.max40 {
	max-width: 100% !important;
}

ul.list_page_aga_male li {
	clear: both;
	display: block !important;
	width: auto;
	margin-right: 0 !important;
}
ul.list_page_aga_male li:nth-child(odd) {
	clear: both;
}
ul.list_page_aga_male li:nth-child(even) {
	float: none;
	margin-right: 0 !important;
}
ul.list_page_aga_male li h5 {
	float: left;
	display: block;
	width: 30%;
	border: none !important;
	margin: 0 !important;
	margin-right: 15px !important;
	padding: 0;
}
ul.list_page_aga_male  li h5 img {
	width: 100%;
}
ul.list_page_aga_male li p {
	margin: 0;
	margin-top: 20px;
	padding: 0;
}

#male_mechanism .imageright {
	float: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#male_mechanism .imageleft {
	float: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
}


/**女性の髪の悩み**/

ul.list_aga_female {
	margin: 0;
	padding: 0;
	font-size: 16px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}

ul.list_aga_female li {
	display: block;
	width: 46%;
	padding: 0;
	margin: 0 ;
	margin-bottom: 30px;
	border-bottom: 10px solid #de4884;
	box-shadow: 0 0 5px rgba(222,72,132,0.5); /* 影 */
}
ul.list_aga_female li:nth-child(odd) {
	margin-right: 50px;
}
ul.list_aga_female li .pic_right {
	float: right;
	margin-left: 30px;
	margin-bottom: 0;
	max-width: 200px;
}

ul.list_aga_female li h5 {
	background-color: #de4884;
	color: #FFF;
	margin: 0;
	padding: 10px;
}
ul.list_aga_female li p {
	line-height: 150%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
ul.list_aga_female {
	display: block;
}
ul.list_aga_female li {
	width: auto;
	margin-bottom: 20px;
	border-bottom: 5px solid #223a70;
}
ul.list_aga_female li:nth-child(odd) {
	margin-right: 0;
}
ul.list_aga_female li .pic_right {
	max-width: 160px;
	margin-left: 10px;
}
}

label.check00 {
	display: block !important;
	margin: 0;
}

/**治療の流れ**/
label.check00 {
	display: block !important;
	margin: 0;
}

.box_flow_fe {
	display: block;
	border: 10px solid #EEE;
	padding: 20px;
	margin-bottom: 20px;
}
.box_flow_fe .imageright_pconly {
	margin-left: 10px;
}

.icon-down-circled {
	display: inline-block;
	height: 50px;
	width: 50px;
	background-image: url("https://www.shinjukumc.com/files/medias/icon/yaji_under.png");
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
ul.list_flow_fe {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}

ul.list_flow_fe li {
	position: relative;
	vertical-align: top;
	display: inline-block ;
	width: 47%;
	margin: 0;
	padding: 0;
	padding-right: 57px;
	background-image: url("https://www.shinjukumc.com/files/medias/icon/yaji_right.png");
	background-position: right 7px center;
	background-repeat: no-repeat;
}
ul.list_flow_fe li:nth-child(even) {
	padding-right: 0;
	background: none;
}
ul.list_flow_fe li .box_flow_fe {
	min-height: 75%;
}

.box_flow_fe .tel {
	font-size: 34px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	line-height: 1;
	letter-spacing: .04em;
	vertical-align: top;
	background-image: url(../files/medias/icon/icon_tel.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 26px;
	padding-left: 26px;
}
.box_flow_fe .tel a {
	color: #333;
	display: block;
	text-decoration: none;
}
.box_flow_fe .tel a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
.bt_mail_flow_fe {
	display: inline-block;
}
.bt_mail_flow_fe a {
	display: block;
	padding: 15px 10px;
	font-size: 120%;
	background-color: #36d0b3;
	color: #FFF;
	text-decoration: none;
	background-image: url(../files/medias/icon/icon_mail_wh.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 24px;
	padding-left: 40px;
}
.bt_mail_flow_fe a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
.titleboxicon_f {
    background-color:#de4884;
    color:#fff;
	display: inline-block;
    text-align:center;
    padding:5px;
}
.subtitle_f {
	font-size: 80%;
	display: inline-block;
	min-width: 30%;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	padding: 10px;
	margin-bottom: 20px;
}
.titleboxv2 {
	display: block;
    padding-left:10px;
    color:#fff;
	font-weight: bold;
    margin:10px auto;
	margin-bottom: 30px;
    font-size:24px;
    background-color:#47c1fa;
    text-align:center;
	padding: 20px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.male_flow_time {
	display: block;
	max-width: 100%;
}



@media screen and (max-width: 768px) {

.box_flow_fe .imageright_pconly {
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.icon-down-circled {
	margin-bottom: 15px;
}
ul.list_flow_fe {
	display: block;
}

ul.list_flow_fe li {
	display: block ;
	width: auto;
	padding-right: 0;
	padding-bottom: 50px;
	margin-bottom: 15px;
	background-image: url("https://www.shinjukumc.com/files/medias/icon/yaji_under.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}
ul.list_flow_fe li:nth-child(even) {
	padding-bottom: 0;
}
ul.list_flow_fe li .box_flow_fe {
	min-height: inherit;
}

.bt_mail_flow_fe {
	display: block;
}
.subtitle_f {
	font-size: 100%;
	display: block;
}
.titleboxv2 {
	display: block;
    padding-left:10px;
    color:#fff;
	font-weight: bold;
    margin:10px auto;
	margin-bottom: 30px;
    font-size:24px;
    background-color:#47c1fa;
    text-align:center;
	padding: 20px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.male_flow_time {
	display: block;
	max-width: 100%;
}

}
/**注射・点滴メニュー**/

ul.list_aging {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}
ul.list_aging li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 23%;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #CCC;
	font-weight: bold;
	line-height: 1.3;
}
ul.list_aging li:nth-child(1n) { background-color: #e0ea85; }
ul.list_aging li:nth-child(2n) { background-color: #92e5cd; }
ul.list_aging li:nth-child(3n) { background-color: #e6d6b0; }
ul.list_aging li:nth-child(4n) { background-color: #b2dfe4; }

ul.list_aging li .box {
	display: block;
	background-color: #FFF;
	font-weight: normal;
	font-size: 90%;
	padding: 10px;
	margin-bottom: 15px;
	min-height: 120px;
}
ul.list_aging li .box02 {
	display: block;
	background-color: #FFF;
	font-weight: normal;
	font-size: 90%;
	padding: 10px;
	margin-bottom: 15px;
	min-height: 180px;
}
ul.list_aging li .box_price {
	text-align: right;
	background-color: #FFF;
	font-size: 20px;
	padding: 10px;
}

.iconblack {
	font-size: 80%;
	line-height: 120%;
	display: inline-block;
	padding: 2px 10px;
	font-weight: normal;
	background-color: #000;
	color: #FFF;
	margin-bottom: 10px;
	
}
@media only screen and (max-width: 768px) {
ul.list_aging {
	display: block;
}
ul.list_aging li {
	display: block;
	width: auto;
	padding: 10px;
}
ul.list_aging li .box {
	min-height: inherit;
}
ul.list_aging li .box02 {
	min-height: inherit;
}
}


/**クリニック紹介**/

.box_clinic_title {
	display: block;
	text-align: center;
	padding: 30px;
	margin-bottom: 20px;
	background: rgb(247,247,247);
	background: -moz-linear-gradient(-10deg,  rgba(247,247,247,1) 0%, rgba(247,247,247,1) 50%, rgba(242,242,240,1) 51%, rgba(242,242,240,1) 100%);
	background: -webkit-linear-gradient(-10deg,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 50%,rgba(242,242,240,1) 51%,rgba(242,242,240,1) 100%);
	background: linear-gradient(170deg,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 50%,rgba(242,242,240,1) 51%,rgba(242,242,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f2f2f0',GradientType=1 );
}
.box_clinic_title h4 {
	font-family: "MS Serif", "New York", serif;
	border: none;
	font-size: 36px;
}
.box_clinic_title h5 {
	font-family: "MS Serif", "New York", serif !important;
	color: #3072b3;
	font-size: 48px;
	margin: 0;
	padding: 0;
}
.text_clinic {
	text-align: center;
	color: #135;
	font-weight: bold;
	font-size: 20px;
	line-height: 200%;
}

ul.list_clinicpic {
	margin: 0;
	padding: 25px 20px;
	padding-bottom: 0;
	background-color: #000;
	color: #b3951f;
	font-size: 18px;
	text-align: center;
}

ul.list_clinicpic li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	width: 23%;
	margin-right: 20px;
}
ul.list_clinicpic li:last-child {
	margin-right: 0;
}
.clinicpic {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	margin-bottom: 5px;
	overflow: hidden;
}

.clinicpic img {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	width: 100%;
}
.clinicpic img:hover {
	width: 130%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


@media only screen and (max-width: 768px) {
.box_clinic_title h4 {
	border: none;
	font-size: 20px;
}
.box_clinic_title h5 {
	font-size: 24px;
}

.box_clinic_title {
	padding: 15px 0;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.text_clinic {
	font-size: 16px;
	line-height: 150%;
}


ul.list_clinicpic {
	padding: 15px;
	padding-bottom: 0;
	font-size: 16px;
}

ul.list_clinicpic li {
	width: 47%;
	margin-right: 10px;
	margin-bottom: 10px;
}
ul.list_clinicpic li:nth-child(2n) {
	float: none;
	clear: none;
	margin-right: 0;
}
ul.list_clinicpic li img {
	margin-bottom: 5px;
}

}


.box_access {
	background-color: #17283f;
	color: #FFF;
	padding: 30px 50px;
}
.box_access dl {
	font-size: 18px;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 45%;
}
.box_access dl dt {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	color: #b3951f;
	border-bottom: 1px solid #FFF;
}
.box_access dl dd {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	border: none;
	line-height: 150%;
}
.box_access dl dd h4 {
	border: none;
	background-color: #000;
	font-weight: normal;
	padding: 5px 20px;
	font-size: 20px;
	margin: 10px 0;
}
.freedial {
	font-size: 42px;
	letter-spacing: 2px;
}
.pic_access {
	width: 45%;
	float: right;
}

@media only screen and (max-width: 768px) {
.box_access {
	padding: 15px;
	margin-bottom: 20px;
}
.box_access iframe {
	max-height: 280px;
}
.box_access dl {
	font-size: 16px;
	display: block;
	margin: 0;
	width: auto;
}
.box_access dl dd {
	padding: 0 15px;
	margin-bottom: 15px;
}
.box_access dl dd h4 {
	color: #FFF;
	padding: 5px 20px;
}
.freedial {
	color: #FFF;
	font-size: 36px;
}
.freedial a {
	color: #FFF;
}
.pic_access {
	display: block;
	width: 100%;
	float: none;
}
}

/**よくある質問**/

dl.list_faq {
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-top: none;
}

dl.list_faq dt {
	margin: 0;
	padding: 15px;;
	font-weight: bold;
	background-color: #F5F5F5;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
dl.list_faq dd {
	margin: 0;
	padding: 15px;
}



/**オンライン診療の流れ**/

.box_blueline {
	display: block;
	background-color: rgba(255,255,255, 0.8);
	border: 2px solid #FFF;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 0 5px rgba(34,25,112,0.5); /* 影 */
}
.box_blueline h4 {
	color: #09F;
	font-size: 150%;
	margin-bottom: 10px;
	display: inline-block;
}
.box_blueline h5 {
	margin-bottom: 5px;
}
.box_blueline h6 {
	padding: 10px;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.box_blueline h6 a {
	color: #09F;
	text-decoration: none;
}
.box_blueline h6 a:hover {
	text-decoration: underline;
}

.box_creditcard {
	border: dashed 1px #2cb7b3;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 20px;
}
ul.list_flow_merit {
	margin: 0;
	padding: 0;
}
ul.list_flow_merit li {
	list-style: none;
	text-align: center;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 18%;
	margin-right: 23px;
	margin-bottom: 10px;
}
ul.list_flow_merit li:last-child {
	margin-right: 0;
	float: none;
}
ul.list_flow_merit li p {
	margin: 0;
	padding: 0;
}
ul.list_flow_merit li img {
	display: block;
	width: 80%;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,102,0.5);
	margin: 0 auto;
	margin-bottom: 10px;
}

ul.list_flow_enkaku {
	margin: 0;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}
ul.list_flow_enkaku li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin: 0;
	width: 26%;
	margin-right: 70px;
	margin-bottom: 20px;
	padding: 15px !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
ul.list_flow_enkaku li::after {
	border-top: solid 25px transparent;
	border-bottom: solid 25px transparent;
	border-left: solid 30px #006;
	right: -50px;
	content:"";
	display:block;
	height:0;
	top:50%;
	margin-top:-7px;
	position: absolute;
	width:0;
	
}
ul.list_flow_enkaku li:nth-child(3n)::after {
	display: none;
	border: none;
	
}
ul.list_flow_enkaku li:nth-child(3n) {
	margin-right: 0;
}
ul.list_flow_enkaku li .imagecenter {
	margin: 10px auto;
}
ul.list_flow_enkaku li h5 {
	color: #006;
	font-size: 110%;
	margin: 0;
	margin-bottom: 10px;
}
ul.list_flow_enkaku p {
	margin: 0;
	padding: 0;
}

.list_flow_enkaku_no {
	background-color: #006;
	color: #FFF;
	display: block;
	padding: 5px 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
ul.list_flow_merit li {
	width: 30%;
	margin-right: 18px;
	margin-bottom: 10px;
}
ul.list_flow_merit li:nth-child(3n) {
	margin-right: 0;
	float: none;
}
ul.list_flow_merit li:nth-child(4n) {
	clear: both;
}
ul.list_flow_merit li p {
	font-size: 90%;
	line-height: 1.2
}

ul.list_flow_enkaku li {
	width: 41.5%;
	margin-right: 10px;
	margin-bottom: 20px;
}
ul.list_flow_enkaku li::after {
	display: none;
	
}
ul.list_flow_enkaku li:nth-child(3n) {
	margin-right: 10px;
}
ul.list_flow_enkaku li:nth-child(even) {
	margin-right: 0;
}
ul.list_flow_enkaku li h5 {
	font-size: 100% ;
}

}


/**発毛症例集**/
.ba {
	margin-bottom: 30px;
}
.ba h4 {
	font-size: 140%;
	margin-bottom: 15px;
}
.ba h5 {
	font-size: 110%;
	margin-bottom: 5px;
}

.ba table {
	width: 100%;
	margin-bottom: 20px;
}
.ba table th {
	padding: 10px;
	font-weight: normal;
white-space: nowrap;
}
.ba table td {
	padding: 10px;
}

ul.list_ba {
	margin: 40px 0;
	padding: 0;
}
ul.list_ba li {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 48.5%;
}
ul.list_ba li:nth-child(odd) {
	margin-right: 20px;
}
.pic_ba {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}
.pic_ba img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}


.ba_beforeafter {
	position: absolute;
	top: -25px;
	left: 0;
	font-size: 90%;
	z-index: 10;
	background-color: #000;
	color: #FFF;
	line-height: 100%;
	padding: 5px 10px;
}
.ba_keizoku {
	position: absolute;
	top: -25px;
	right: 0;
	font-size: 90%;
	z-index: 10;
	background-color: #09F;
	color: #FFF;
	line-height: 100%;
	padding: 5px 10px;
}

.bt_ba {
	display: inline-block;
}
.bt_ba a {
	display: block;
	background-color: #09F;
	color: #FFF;
	padding: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bt_ba a:hover {
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}


@media only screen and (max-width: 768px) {
.ba h4 {
	font-size: 130%;
}
.ba h5 {
	font-size: 100%;
}

.ba table {
	font-size: 14px;
}
.ba table th {
	padding: 5px;
}
.ba table td {
	padding: 5px 10px;
}

ul.list_ba {
	margin: 30px 0;
	padding: 0;
}
ul.list_ba li {
	display: block;
	width: auto;
	margin-bottom: 30px;
}
ul.list_ba li:nth-child(odd) {
	margin-right: 0;
}
.pic_ba {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
}
.pic_ba img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
}


/********* フォーム *************************************************/

#form {
	clear: both;
}

label {
	display: inline-block !important;
	min-width: 100px;
	margin-right: 20px;
}

#form dl {
	display: block;
	padding: 0;
	margin-bottom: 0;
}
#form dt {
	border-top: 1px dotted #CCC;
	clear: both;
	float: left;
	padding: 15px 10px;
	margin: 0;
	width: 200px;
	font-weight: bold;
}

#form dd {
	border-top: 1px dotted #CCC;
	margin: 0;
	margin-left: 220px;
	padding: 15px 10px;
}


#form dl dt:first-child {
	border-top: none;
}
#form dl dt:first-child + dd {
	border-top: none;
}
@media only screen and (max-width: 768px) {
#form dt {
	border-top: none;
	float: left;
	padding: 5px;
	margin: 0;
	width: auto;
}

#form dd {
	border-top: none;
	border-bottom: 1px dotted #CCC;
	margin: 0;
	margin-bottom: 15px;
	padding: 15px 10px;
}
}


#form dd p {
	font-weight: bold;
	color: #06F;
	margin-bottom: 5px;
}	

.hissu {
	border:1px solid #df0909;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10px;
	line-height: 100%;
	padding: 2px 6px;
	margin-left: 10px !important;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFF !important;
	background-color: #f62b2b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
	background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
	background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
	background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
	background-image: -o-linear-gradient(top, #f62b2b, #d20202);
	background-image: linear-gradient(to bottom, #f62b2b, #d20202);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}


#formWrap {
	margin:0 auto;
	color:#555;
	line-height: 160%;
}

#formWrap h4 {
	line-height: 160%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th {
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
	font-size: 18px;
	line-height: 200%;
}



/********* ボックス ************************************************/
.box_border {
	border: 2px solid #223a70;
	padding: 15px;
	margin-bottom: 50px;
}
.box_border h3 {
	margin: 0;
}
@media only screen and (max-width: 768px) {
.box_border {
	margin-bottom: 20px;
}
}

.box_gray {
	clear: both;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	padding: 15px 30px;
	margin-bottom: 20px;
}


.box_shadow {
	display: block;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	padding: 30px;
	margin-bottom: 30px;
}

/********* liststyle ************************************************/

ul.list_half {
	margin: 0;
	padding: 0;
}

ul.list_half li {
	vertical-align: top;
	display: inline-block ;
	width: 45%;
	margin: 0;
	margin-right: 50px;
	padding: 0;
}
ul.list_triple {
	margin: 0;
	padding: 0;
}

ul.list_triple li {
	vertical-align: top;
	display: inline-block;
	width: 31% ;
	margin: 0;
	margin-right: 20px;
	padding: 0;
}
ul.triple {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}

ul.triple li {
	display: inline-block;
	list-style: none;
	width: 31%;
	margin-right: 30px;
	padding: 0;
	margin-bottom: 20px;
}
ul.triple li:nth-child(3n) {
	margin-right: 0;
}
ul.halfbox {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
}
ul.halfbox li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	width: 41%;
	box-shadow: 0 0 5px rgba(34,25,112,0.5); /* 影 */
	border: 2px solid #FFF;
	padding: 20px 30px;
	margin-bottom: 30px;
}
ul.halfbox li:nth-child(odd) {
	margin-right: 50px;
}

ul.halfbox li .pic_right {
	max-width: 180px;
	margin-left: 10px;
}
ul.halfbox h4 {
	font-size: 140%;
	margin-bottom: 10px;
}
ul.halfbox h4 span{
	font-size: 16px;
	font-weight: normal;
}

ul.halfbox h5 {
	display: inline-block;
	font-size: 18px;
	margin-bottom: 10px;
}
ul.halfbox h5 span{
	font-size: 14px;
	font-weight: normal;
}
ul.halfbox p {
	margin-top: 0;
	padding-top: 0;
}
.onebox {
	display: block;
	box-shadow: 0 0 5px rgba(34,25,112,0.5); /* 影 */
	border: 2px solid #FFF;
	padding: 20px 30px;
	margin-bottom: 30px;
}
.onebox h4 {
	font-size: 140%;
}

.onebox h4 span{
	font-size: 16px;
	font-weight: normal;
}

.onebox .pic_right {
	max-width: 200px;
	margin-left: 10px;
}
@media only screen and (max-width: 768px) {

ul.list_half {
	display: block;
}
ul.list_half li {
	display: block;
	width: auto;
	margin-right: 0;
}
ul.list_triple {
	display: block;
}
ul.list_triple li {
	display: block ;
	width: auto;
	margin-right: 0;
}
ul.triple {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
    display: block;
}

ul.triple li {
	display: block;
	list-style: none;
	width: auto;
	margin-right: 0;
	margin-bottom: 15px;
}
ul.halfbox {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	display: block;
}

ul.halfbox li {
	width: auto;
	display: block;
	width: suto;
	padding: 20px 30px;
	padding: 15px;
	margin-bottom: 20px;
}
ul.halfbox li:nth-child(odd) {
	margin-right: 0;
}

ul.halfbox li .pic_right{
	margin-left: 15px;
}
}



	
/********* 画像 ************************************************/


.imageleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.imageright {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.imageright_pconly {
	max-width: 40%;
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
.imageleft {
	max-width: 160px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imageright {
	max-width: 160px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imageright_pconly {
	max-width: 100%;
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}
}

.imagecenter {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}


.pic {
	margin-bottom: 3px;
	border: 3px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}

.pic_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}
.pic_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}
.pic_center {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	border: 5px solid #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	
}



/********* ボタン ************************************************/


.bt {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bt:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}	

.bt_center {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.bt_center:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

.bt_black {
	font-size: 14px;
	line-height: 120%;
	display: inline-block;
	margin-right: 10px;
	
}
.bt_black_r {
	float: right;
	font-size: 14px;
	line-height: 120%;
	display: inline-block;
	margin-left: 10px;
	
}
.bt_black a, .bt_black_r a {
	text-align: center;
	text-decoration: none;
	padding: 5px 30px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	
}
.bt_black a:hover, .bt_black_r a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.bt_black a:after, .bt_black_r a:after {
	content: " >";
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bt_white {
	margin-bottom: 20px;
}
.bt_white a {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 20px;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}

.bt_white a:after {
	content: " >";
}
.bt_white a:hover {
	background-color: #EFEFEF;
}

.bt_white_r {
	text-align: right;
	margin-bottom: 20px;
}
.bt_white_r a {
	border: 1px solid #000;
	text-align: center;
	padding: 5px 20px;
	color: #000;
	text-decoration: none;
}

.bt_white_r a:after {
	content: " >";
}
.bt_white_r a:hover {
	background-color: #EFEFEF;
}

.bt_blue {
	display: inline-block;
}
.bt_blue a {
	display: block;
	padding: 5px 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #223a70;
	border: double 3px #FFF;
}

.bt_blue a:hover {
	color: #FFF;
	background-color: #F00;
	text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}
.bt_wine {
	display: inline-block;
}
.bt_wine a {
	display: block;
	padding: 5px 20px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #de4884;
	border: double 3px #FFF;
}

.bt_wine a:hover {
	color: #FFF;
	background-color: #00F;
	text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


/********* フレームレスポンシブル ************************************************/


.googlemap {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
 
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin-bottom: 30px;
}
 
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********* 個別 ************************************************/



.aqua {
	color: #09F !important;
}
.red {
	color: #F00 !important;
}
.blue {
	color: #39F;
}
.navy{
	color: #223a70 !important;
}

.normal {
	color: #000;
	font-weight: normal;
	line-height: 130%;
}
.left {
	float: left ;
}
.right {
	float: right;
}

.t_center {
	text-align: center;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}

.f70 {
	font-size: 70% !important;
	line-height: 1.2
}
.f80 {
	font-size: 80% !important;
	line-height: 1.2
}
.f90 {
	font-size: 90% !important;
	line-height: 1.3
}
.f110 {
	font-size: 110% !important;
	line-height: 1.3;
}
.f120 {
	font-size: 120% !important;
	line-height: 1.3;
}
.f130 {
	font-size: 130% !important;
	line-height: 1.3;
}
.f140 {
	font-size: 140% !important;
	line-height: 1.3;
}
.f150 {
	font-size: 150% !important;
	line-height: 1.3;
}
.f180 {
	font-size: 180% !important;
	line-height: 1.3;
}
.f200 {
	font-size: 200% !important;
	line-height: 1.3;
}
.max40 {
	max-width: 40% !important;
}

@media only screen and (max-width: 768px) {
.f140 {
	font-size: 110% !important;
	line-height: 1.3;
}
.f150 {
	font-size: 120% !important;
	line-height: 1.3;
}
.f180 {
	font-size: 130% !important;
	line-height: 1.3;
}
.f200 {
	font-size: 130% !important;
	line-height: 1.3;
}
}