@charset 'utf-8';


/*----------------------------------------------------------------
 base.css
----------------------------------------------------------------*/


/* common
   ========================================================================== */

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

*:before,
*:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	min-width: 1050px;
	margin: 0;
	padding: 0;
	overflow: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-overflow-scrolling: touch;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 16px;
	background-color: #fff;
	color: rgb(68,85,101);
}

body,
input,
textarea,
select,
button {
	font-family: Verdana, '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}

small {
	font-size: 14px;
}

button {
	cursor: pointer;
}

img {
	border: none;
	vertical-align: bottom;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

a img {
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

a:hover img,
a:active img {
	opacity: 0.6;
}

.hidden {
	display: none !important;
}


/* wrapper
   ========================================================================== */

#wrapper {
	position: relative;
	width: 100%;
	min-width: 1050px;
	z-index: 10;
	/*-webkit-transform: translate3d(0,0,0);*/
}


/* header
   ========================================================================== */

#header {
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1050px;
	z-index: 9999;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	-webkit-user-select: none;
}

#header_inner {
	display: table;
	margin: 0 auto;
	width: 1050px;
	height: 104px;
}

#header_inner>div {
	display: table-cell;
	vertical-align: top;
}


/* #header .sitename */

#header .sitename {
	width: 310px;
	height: 70px;
	margin: 0;
	margin-top: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../images/logo.png');
}

#header .sitename span {
	display: block;
	height: 100%;
	font-size: 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}


/* #header .header_sns */

#header .header_sns {
	margin-top: 11px;
	margin-right: 45px;
	text-align: right;
}

#header .header_sns ul {
	display: inline-block;
	width: 200px;
	margin: 0;
	padding: 0;
}

#header .header_sns li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 3px;
}

#header .header_sns img {
	height: 23px;
}


/* #header .header_navi */

#header .header_navi {
	margin-top: 11px;
	margin-right: 20px;
	text-align: right;
}

#header .header_navi ul {
	display: inline-block;
	width: 258px;
	margin: 0;
	padding: 0;
}

#header .header_navi li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}

#header .header_navi li.tel {
	width: 258px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../images/tel.png');
}


/* content
   ========================================================================== */

#content {
	width: 100%;
	min-width: 1050px;
}

#content_inner {
}

#main_content_inner>div {
	position: relative;
}

#main_content_inner .anchor {
	position: absolute;
	top: -184px;
}

#main_content_2 .inner,
#main_content_3 .inner,
#main_content_4 .inner,
#main_content_5 .inner,
#main_content_6 .inner,
#main_content_7 .inner,
#main_content_8 .inner,
#main_content_8_2 .inner,
#main_content_9 .inner,
#main_content_10 .inner {
	width: 1050px;
}

/* #main_content_1 */

#main_content_1 {
	height: 590px;
	background-color: rgb(71,159,181);
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url('../images/main_img.png');
}


/* #main_content_2 */

#main_content_2 {
	position: absolute !important;
	top: 590px;
	width: 100%;
	min-width: 1050px;
	height: 80px;
	margin-bottom: 70px;
	background-color: #fff;
	border-bottom: solid 1px rgb(217,221,224);
	-webkit-user-select: none;
}

#main_content_2.absolute {
	left: auto !important;
}

#main_content_2.fixed {
	position: fixed !important;
	top: 104px;
	width: 100%;
	min-width: 1050px;
	z-index: 9999;
	background-color: #fff;
	background-color: rgba(255,255,255,.9);
	border-bottom: solid 1px rgb(217,221,224);
	border-bottom: solid 1px rgba(217,221,224,.9);
}

#main_content_2 .inner {
	margin: 0 auto;
}

#main_content_2 .inner ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main_content_2 .inner li {
	display: table-cell;
	height: 78px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#main_content_2 .inner a {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	color:  rgb(68,85,101);
	text-decoration: none;
}

#main_content_2 .inner a::after {
	content: '';
	position: absolute;
	bottom: 25%;
	left: 50%;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.2px 3px 0 3px;
	border-color: rgb(68,85,101) transparent transparent transparent;
}

#main_content_2 .inner a:hover,
#main_content_2 .inner a:active {
	color: rgb(71,159,181);
	text-decoration: none;
}

#main_content_2 .inner a:hover::after,
#main_content_2 .inner a:active::after {
	content: '';
	position: absolute;
	bottom: 25%;
	left: 50%;
	margin-left: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.2px 3px 0 3px;
	border-color: rgb(71,159,181) transparent transparent transparent;
}

#main_content_2 .inner a span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: -1px;
}


/* #main_content_3 */

#main_content_3 {
	margin-top: 80px;
	margin-bottom: 80px;
	padding-top: 70px;
	background-color: #fff;
}

#main_content_3 .inner {
	margin: 0 auto;
	text-align: center;
}

#main_content_3 .inner h2 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 36px;
	font-weight: normal;
}

#main_content_3 .inner h2 strong {
	font-size: 42px;
	font-weight: bold;
}

#main_content_3 .inner p {
	margin: 30px 0;
}


/* #main_content_4 */

#main_content_4 {
	padding: 70px 0;
	background-color: rgb(229,232,237);
}

#main_content_4 .inner {
	margin: 0 auto;
	text-align: center;
}

#main_content_4 .inner h2 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 26px;
}

#main_content_4 .inner h2 strong {
	font-weight: bold;
	font-size: 42px;
}

#main_content_4 .inner p {
	margin: 30px 0;
}

#main_content_4 .inner .box {
	width: 831px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

#main_content_4 .inner .box h2 {
	margin: 21px 0;
	font-size: 24px;
	font-weight: normal;
}

#main_content_4 .inner .box ul {
	/* display: inline-block; */
	margin: 0;
	padding: 0;
}

#main_content_4 .inner .box li {
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	padding: 0;
}

#main_content_4 .inner .box li::before {
	content: '✓';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	text-align: center;
	color: #fff;
	background-color: rgb(229,30,23);
	border-radius: 50%;
}

#main_content_4 .inner .box small {
	display: inline-block;
	margin: 21px 0;
}


/* #main_content_5 */

#main_content_5 {
	margin: 0;
	padding-top: 70px;
	background-color: #fff;
}

#main_content_5 .inner {
	margin: 0 auto;
	text-align: center;
}

#main_content_5 .inner h2 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 36px;
}

#main_content_5 .inner h2 strong {
	font-weight: bold;
	font-size: 42px;
}

#main_content_5 .inner h3 {
	margin: 0;
	margin-top: 80px;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 22px;
}

#main_content_5 .inner h3 strong {
	font-weight: bold;
}

#main_content_5 div.wrapper {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main_content_5 div.wrapper>div {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

#main_content_5 div.wrapper>div:first-child {
	width: 600px;
}

#main_content_5 div.wrapper>div>div {
	width: 100%;
	margin-bottom: 12px;
	padding: 15px 0;
	position: relative;
	text-align: left;
	border: solid 1px rgb(231,231,231);
}

#main_content_5 div.wrapper>div>div::before {
	content: '';
	position: absolute;
	left: 44px;
	top: -1px;
	width: 165px;
	height: 0;
	border-top: solid 4px rgb(53,134,153);
}

#main_content_5 div.wrapper>div>div:not(:last-child)::after {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -24.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 24.5px 0 24.5px;
	border-color: #d1dad8 transparent transparent transparent;
}

#main_content_5 .step {
	display: table;
}

#main_content_5 .step>div,
#main_content_5 .step>dl {
	display: table-cell;
	vertical-align: top;
}

#main_content_5 .step>div {
	width: 100px;
	padding-top: 15px;
	padding-left: 44px;
	padding-right: 10px;
}

#main_content_5 div.wrapper>div dt {
	margin: 0;
	padding: 0;
}

#main_content_5 div.wrapper>div dt p {
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(53,134,153);
}

#main_content_5 div.wrapper>div dt .num {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 5px;
	text-align: center;
	color: #fff;
	background-color: rgb(53,134,153);
	border-radius: 50%;
}

#main_content_5 div.wrapper>div dd {
	margin: 0;
	padding: 0;
	font-size: 15px;
}

#main_content_5 div.wrapper>div dd strong {
	font-weight: bold;
	color: rgb(229,30,23);
}


/* #main_content_6 */

#main_content_6 {
	margin: 0;
	padding: 0;
	height: 593px;
	background-color: rgb(241, 241, 238);
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url('../images/online_possible.png');
}

#main_content_6 .inner {
	margin: 0 auto;
	padding: 80px 0;
}

#main_content_6 .inner h2 {
	margin: 0;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 36px;
}

#main_content_6 .inner h2 strong {
	font-weight: bold;
	font-size: 42px;
}

#main_content_6 .inner h3 {
	margin: 40px 0;
	margin-bottom: 15px;
	font-size: 22px;
}

#main_content_6 .inner ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#main_content_6 .inner li {
	position: relative;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	padding-left: 25px;
	list-style-type: none;
}

#main_content_6 .inner li::before {
	content: '✓';
	position: absolute;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	color: #fff;
	background-color: rgb(229,30,23);
	border-radius: 50%;
}


/* #main_content_7 */

#main_content_7 {
	margin: 0;
	padding-top: 70px;
	background-color: #fff;
}

#main_content_7 .inner {
	margin: 0 auto;
	text-align: center;
}

#main_content_7 .inner h2 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 36px;
}

#main_content_7 .inner h2 strong {
	font-weight: bold;
	font-size: 42px;
}

#main_content_7 .inner>div {
	height: 587px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url('../images/online_price.png');
}

#main_content_7 div.wrapper {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main_content_7 div.wrapper>div {
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

#main_content_7 div.wrapper>div:first-child {
	width: 650px;
}

#main_content_7 div.wrapper>div dl {
	width: 60%;
	margin: 0 auto;
	margin-top: 15px;
	padding: 10px;
	border: solid 1px rgb(231,231,231);
}

#main_content_7 div.wrapper>div dt {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

#main_content_7 div.wrapper>div dd {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: rgb(229,30,23);
}

#main_content_7 div.wrapper>div dd strong {
	font-size: 22px;
}


/* #main_content_8 */

#main_content_8 {
	padding: 70px 0;
	padding-bottom: 40px;
	background-color: rgb(242,243,245);
}

#main_content_8 .inner {
	margin: 0 auto;
}

#main_content_8 .inner h2 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 36px;
	text-align: center;
}

#main_content_8 .inner h2 strong {
	font-weight: bold;
	font-size: 42px;
}

#main_content_8 .inner>dl {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	border-bottom: solid 1px rgb(207,212,216);
}

#main_content_8 .inner>dl>dt {
	margin: 0;
	padding: 0;
}

#main_content_8 .inner>dl>dd {
	margin: 0;
	padding: 0;
}

#main_content_8 .inner>dl dl {
	display: table;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

#main_content_8 .inner>dl dl>dt,
#main_content_8 .inner>dl dl>dd {
	display: table-cell;
}

#main_content_8 .inner>dl dl>dt {
	width: 76px;
}

#main_content_8 .inner>dl dl>dt span {
	display: inline-block;
	width: 56px;
	height: 56px;
	margin: 0;
	padding: 0;
	font-size: 23px;
	line-height: 56px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-radius: 50%;
}

#main_content_8 .inner>dl dl.q>dt span {
	background-color: rgb(53,134,153);
}

#main_content_8 .inner>dl dl.a>dt {
	vertical-align: top;
}

#main_content_8 .inner>dl dl.a>dt span {
	background-color: rgb(232,31,24);
}

#main_content_8 .inner>dl dl>dd {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#main_content_8 .inner>dl dl.q>dd {
}

#main_content_8 .inner>dl dl.a>dd {
	vertical-align: top;
}

#main_content_8 .inner>dl dl>dd strong {
	font-weight: bold;
	color: rgb(232,31,24);
}


/* #main_content_8_2 */

#main_content_8_2 {
	padding: 0;
	background-color: rgb(231,230,228);
}

#main_content_8_2 .inner {
	margin: 0 auto;
	text-align: center;
}

#main_content_8_2 div.wrapper {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
}

#main_content_8_2 div.wrapper>div {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#main_content_8_2 div.wrapper>div.image {
	width: 400px;
	position: relative;
}

#main_content_8_2 div.wrapper>div.image img {
	position: absolute;
	top: -21px;
	left: -80px;
}

#main_content_8_2 .balloon {
	margin-top: 48px;
	display:none;
}

#main_content_8_2 .balloon p {
	display: inline-block;
	padding: 5px 20px;
	font-size: 20px;
	color: rgb(53,134,153);
	background-color: #fff;
	border-radius: 8px;
	position: relative;
}

#main_content_8_2 .balloon p::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -5px;
	border-style: solid;
	border-width: 12px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
}

#main_content_8_2 .balloon strong {
	font-weight: bold;
	color: rgb(232,31,24);
}

#main_content_8_2 .button {
	margin-top: 100px;
}

#main_content_8_2 .button a {
	padding: 15px 20px;
	padding-right: 30px;
	font-size: 25px;
	text-decoration: none;
	color: #fff;
	background-color: #F00;
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

#main_content_8_2 .button a:hover,
#main_content_8_2 .button a:active {
	opacity: 0.6;
}

#main_content_8_2 .button a::after {
	content: '›';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -22px;
	font-size: 44px;
	line-height: 1;
	color: rgba(255,255,255,.6);
}


/* #main_content_9 */

#main_content_9 {
	margin: 0;
	padding-top: 70px;
	background-color: #fff;
}

#main_content_9 .inner {
	margin: 0 auto;
	text-align: center;
}

#main_content_9 .inner h2 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 36px;
}

#main_content_9 .inner h2 strong {
	font-weight: bold;
	font-size: 42px;
}

#main_content_9 .inner>div {
	padding: 30px;
	background-color: rgb(220,223,228);
	background-repeat: repeat;
	background-position: left top;
	background-image: url('../images/bg.png');
}

#main_content_9 .inner dl {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	background-color: #fff;
	position: relative;
}

#main_content_9 .inner dl:last-child {
	margin: 0;
}

#main_content_9 .inner dl>dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 125px;
	height: 125px;
	margin: 0;
	padding: 0;
	color: #fff;
}

#main_content_9 .inner dl>dt::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 125px 125px 0 0;
	border-color: rgb(68,85,101) transparent transparent transparent;
}

#main_content_9 .inner dl>dt::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 19px 0 0;
	border-color: #ffffff transparent transparent transparent;
}

#main_content_9 .inner dl>dt p {
	position: absolute;
	top: 16px;
	left: 19px;
	margin: 0;
	padding: 0;
}

#main_content_9 .inner dl>dt p .num {
	position: absolute;
	top: 16px;
	left: 8px;
	margin: 0;
	padding: 0;
	font-size: 28px;
}

#main_content_9 .inner dl>dd {
	margin: 0;
	padding: 0;
}

#main_content_9 .inner h3 {
	height: 125px;
	margin: 0;
	font-weight: normal;
	font-size: 30px;
	line-height: 125px;
}

#main_content_9 .wrapper {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 28px;
	padding-top: 0;
}

#main_content_9 .wrapper.reverse {
	flex-direction: row-reverse;
}

#main_content_9 .wrapper>div {
	margin: 0;
	padding: 20px;
	text-align: left;
}

#main_content_9 .inner h4 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 20px;
}

#main_content_9 .inner h4 strong {
	font-weight: bold;
}

/* #main_content_10 */

#main_content_10 {
	padding: 70px 0;
	padding-bottom: 40px;
	background-color: rgb(242,243,245);
}

#main_content_10 .inner {
	margin: 0 auto;
}

#main_content_10 .inner h2 {
	margin: 0;
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 36px;
	text-align: center;
}

#main_content_10 .inner h2 strong {
	font-weight: bold;
	font-size: 42px;
}

#main_content_10 .inner>dl {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	border-bottom: solid 1px rgb(207,212,216);
}

#main_content_10 .inner>dl>dt {
	margin: 0;
	padding: 0;
}

#main_content_10 .inner>dl>dd {
	margin: 0;
	padding: 0;
}

#main_content_10 .inner>dl dl {
	display: table;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

#main_content_10 .inner>dl dl>dt,
#main_content_10 .inner>dl dl>dd {
	display: table-cell;
}

#main_content_10 .inner>dl dl>dt {
	width: 76px;
}

#main_content_10 .inner>dl dl>dt span {
	display: inline-block;
	width: 56px;
	height: 56px;
	margin: 0;
	padding: 0;
	font-size: 23px;
	line-height: 56px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-radius: 50%;
}

#main_content_10 .inner>dl dl.q>dt span {
	background-color: rgb(53,134,153);
}

#main_content_10 .inner>dl dl.a>dt {
	vertical-align: top;
}

#main_content_10 .inner>dl dl.a>dt span {
	background-color: rgb(232,31,24);
}

#main_content_10 .inner>dl dl>dd {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#main_content_10 .inner>dl dl.q>dd {
}

#main_content_10 .inner>dl dl.a>dd {
	vertical-align: top;
}

#main_content_10 .inner>dl dl>dd strong {
	font-weight: bold;
	color: rgb(232,31,24);
}

/* footer
   ========================================================================== */

#footer {
	position: relative;
	padding-top: 80px;
	background-color: #fff;
	/*-webkit-transform: translate3d(0,0,0);*/
}

#footer .inner {
	margin: auto;
	width: 1050px;
}

#footer .inner h2 {
	margin: 0;
	margin-bottom: 70px;
	font-weight: normal;
	font-size: 36px;
	text-align: center;
}


/* #footer .footer-clinic */

#footer .footer-clinic {
	display: table;
	margin: 35px 0;
	margin-left: -25px;
}

#footer .footer-clinic dl {
	display: table-cell;
	width: 33.3333%;
	margin: 0;
	padding: 0;
	padding-left: 25px;
}

#footer .footer-clinic dt {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

#footer .footer-clinic dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
}


/* #footer .footer-info */

#footer .footer-info {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

#footer .footer-info>div {
	display: table-cell;
}

#footer .footer-info>div:first-child {
	width: 360px;
}

#footer .footer-info dt {
	font-size: 26px;
	font-weight: bold;
	color: rgb(68,85,101);
}

#footer .footer-info dd {
	margin-left: 0px;
}

#footer .footer-info small {
	font-size: 12px;
}

#footer .footer-info p {
	margin: 0;
	margin-top: 20px;
}

#map_canvas {
	width: 670px;
	height: 380px;
}


/* #footer .time_table */

#footer .time_table {
	font-size:12px;
	margin-bottom:5px;
}

#footer .time_table th {
	background: rgb(68,85,101);
	color:#fff;
	border:solid 1px #fff;
	padding:10px;
}
	
#footer .time_table td {
	border:solid 1px #ccc;
	padding: 12px 10px;
	line-height:18px;
}
	
#footer .time_table td.maru {
	color:#999;
	font-size:16px;
	line-height:18px;
}


/* #footer footer_sns */

#footer .footer_sns {
	margin: 100px 0;
	margin-bottom: 30px;
	text-align: center;
}

#footer .footer_sns ul {
	display: inline-block;
	width: 200px;
	margin: 0;
	padding: 0;
}

#footer .footer_sns li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 3px;
}

#footer .footer_sns img {
	height: 23px;
}


/* #footer .copyright */
#footer .copyright {
	line-height: 116px;
	text-align: center;
	color: #fff;
	background-color: rgb(68,85,101);
}


/* btn_top
   ========================================================================== */

#btn_top {
	position: fixed;
	bottom: -88px;
	right: 40px;
	opacity: 0;
	z-index: 999;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}

#btn_top.visible {
	bottom: 57px;
	opacity: 1.0;
}

#btn_top a {
	display: block;
	width: 88px;
	height: 88px;
	background-color: #000;
	cursor: pointer;
	opacity: .5;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

#btn_top a:hover,
#btn_top a:active {
	opacity: .3;
}


#btn_top a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 26px 15px;
	border-color: transparent transparent #ffffff transparent;
}




/*----------------------------------------------------------------
 min-width:769px
----------------------------------------------------------------*/

@media screen and (min-width:769px) {


/* common
   ========================================================================== */

.disp_sp {
	display: none !important;
}


}




/*----------------------------------------------------------------
 max-width:768px
----------------------------------------------------------------*/

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


/* common
   ========================================================================== */

html {
	min-width: 0;
}

body {
	font-size: 14px;
}

small {
	font-size: 12px;
}

img {
	max-width: 100%;
}

.disp_pc {
	display: none !important;
}


/* wrapper
   ========================================================================== */

#wrapper {
	min-width: 0;
}


/* header
   ========================================================================== */

#header {
	min-width: 0;
	background-color: rgba(255,255,255,.95);
}

#header_inner {
	width: 100%;
	height: 50px;
}


#header_inner>div {
	display: table-cell;
	vertical-align: top;
}


/* #header .logo */

#header .logo {
	width: 270px;
}


/* #header .sitename */

#header .sitename {
	width: auto;
	height: 40px;
	margin-left: 15px;
	margin-top: 5px;
	background-size: contain;
}


/* #menu_button_sp */

#menu_button_sp {
	position: absolute;
	top: 11px;
	right: 11px;
	padding: .25em;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.menu-trigger {
	position: relative;
	width: 25px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: rgb(68,85,101);
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}


.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}


/* menu_content_sp */

#menu_content_sp {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	overflow: hidden;
	z-index: 9999;
	background-color: #fff;
	background-color: rgba(255,255,255,.95);
	-webkit-user-select: none;
}

#menu_content_sp .wrapper {
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#menu_content_sp.close .wrapper {
	max-height: 0;
	margin-top: -100%;
}

#menu_content_sp.open .wrapper {
	max-height: 5000px;
	margin-top: 0;
}

#menu_content_sp ul {
	margin: 0;
	padding: 0;
}

#menu_content_sp li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: solid 1px rgb(217,221,224);
	border-bottom: solid 1px rgba(217,221,224,.9);
}

#menu_content_sp li:first-child {
	border-top: solid 1px rgb(217,221,224);
	border-top: solid 1px rgba(217,221,224,.9);
}

#menu_content_sp a {
	display: block;
	padding: 10px 15px;
	font-size: 15px;
	text-decoration: none;
	color: rgb(68,85,101);
	position: relative;
}

#menu_content_sp a::after {
	content: '›';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -11px;
	font-size: 22px;
	line-height: 1;
	color: rgb(68,85,101);
}


/* content
   ========================================================================== */

#content {
	min-width: 0;
}

#main_content_inner .anchor {
	top: -50px;
}

#main_content_2 .inner,
#main_content_3 .inner,
#main_content_4 .inner,
#main_content_5 .inner,
#main_content_6 .inner,
#main_content_7 .inner,
#main_content_8 .inner,
#main_content_8_2 .inner,
#main_content_9 .inner,
#main_content_10 .inner{
	width: 100%;
}


/* #main_content_0 */

#main_content_0 {
	margin-top: 50px;
}

#main_content_0 .header_sns {
	padding: 15px 0;
	text-align: center;
}

#main_content_0 .header_sns ul {
	display: inline-block;
	width: auto;
	margin: 0;
	margin-left: 8px;
	padding: 0;
}

#main_content_0 .header_sns li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 8px;
}

#main_content_0 .header_sns img {
	height: 23px;
}

#main_content_0 .tel {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#main_content_0 .tel a {
	display: block;
	width: 100%;
	max-width: 205px;
	height: 34px;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/tel.png);
	background-size: contain;
}


/* #main_content_1 */

#main_content_1 {
	height: auto;
	background-image: none;
}

#main_content_1 img {
	width: 100%;
}


/* #main_content_2 */

#main_content_2 {
	min-width: 0;
}

#main_content_2.fixed {
	min-width: 0;
}


/* #main_content_3 */

#main_content_3 {
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 30px;
}

#main_content_3 .inner {
	padding: 0 15px;
}

#main_content_3 .inner h2 {
	margin: 0;
	font-size: 16px;
}

#main_content_3 .inner h2 strong {
	font-size: 20px;
}


/* #main_content_4 */

#main_content_4 {
	padding: 30px 0;
}

#main_content_4 .inner {
	padding: 0 15px;
}

#main_content_4 .inner h2 {
	font-size: 16px;
}

#main_content_4 .inner h2 strong {
	font-size: 20px;
}

#main_content_4 .inner .box {
	width: 100%;
	padding: 0 15px;
}

#main_content_4 .inner .box h2 {
	font-size: 14px;
}

#main_content_4 .inner .box ul {
	display: block;
}

#main_content_4 .inner .box li {
	/* display: block;
	padding: 0 15px;
	text-align: left; */
}


/* #main_content_5 */

#main_content_5 {
	padding-top: 30px;
}

#main_content_5 .inner {
	padding: 0 15px;
}

#main_content_5 .inner h2 {
	font-size: 16px;
}

#main_content_5 .inner h2 strong {
	font-size: 20px;
}

#main_content_5 .inner h3 {
	margin: 20px 0;
	font-size: 14px;
}

#main_content_5 div.wrapper {
	display: block;
}

#main_content_5 div.wrapper>div {
	display: block;
}

#main_content_5 div.wrapper>div:first-child {
	width: 100%;
}

#main_content_5 div.wrapper>div>div::before {
	left: 20px;
}

#main_content_5 .step>div {
	width: 80px;
	padding-left: 10px;
}


/* #main_content_6 */

#main_content_6 {
	height: auto;
	background-image: none;
}

#main_content_6 .inner {
	padding: 20px 15px;
}

#main_content_6 .inner h2 {
	font-size: 16px;
	text-align: center;
}

#main_content_6 .inner h2 strong {
	font-size: 20px;
}

#main_content_6 .inner h3 {
	margin: 20px 0;
	font-size: 16px;
	text-align: center;
}

#main_content_6 p {
	font-size: 11px;
	text-align: center;
}


/* #main_content_7 */

#main_content_7 {
	padding-top: 30px;
}

#main_content_7 .inner {
	padding: 0 15px;
}

#main_content_7 .inner h2 {
	font-size: 16px;
}

#main_content_7 .inner h2 strong {
	font-size: 20px;
}

#main_content_7 .inner>div {
	height: auto;
	background-image: none;
}

#main_content_7 div.wrapper {
	display: block;
}

#main_content_7 div.wrapper>div:first-child {
	width: 100%;
}

#main_content_7 div.wrapper>div dl {
	width: 100%;
	margin-bottom: 20px;
}

#main_content_7 div.wrapper>div dt {
	font-size: 18px;
}

#main_content_7 div.wrapper>div dd {
	font-size: 12px;
}

#main_content_7 div.wrapper>div dd strong {
	font-size: 18px;
}


/* #main_content_8 */

#main_content_8 {
	padding: 30px 0;
}

#main_content_8 .inner {
	padding: 0 15px;
}

#main_content_8 .inner h2 {
	font-size: 16px;
}

#main_content_8 .inner h2 strong {
	font-size: 20px;
}

#main_content_8 .inner>dl dl.q>dt {
	vertical-align: top;
}


/* #main_content_8_2 */

#main_content_8_2 .inner {
	padding: 0 15px;
}

#main_content_8_2 div.wrapper {
	display: block;
	height: auto;
	padding-top: 15px;
}

#main_content_8_2 div.wrapper>div.image {
	width: 100%;
	margin-top: 20px;
}

#main_content_8_2 div.wrapper>div.image img {
	position: static;
	max-width: 250px;
}

#main_content_8_2 .balloon {
	margin: 0;
}

#main_content_8_2 .balloon p {
	width: 100%;
	font-size: 11px;
}

#main_content_8_2 .button {
	margin-top: 10px;
}

#main_content_8_2 .button a {
	display: inline-block;
	width: 100%;
	font-size: 17px;
}

#main_content_8_2 .button a:hover,
#main_content_8_2 .button a:active {
	opacity: 0.6;
}

#main_content_8_2 .button a::after {
	margin-top: -18px;
	font-size: 36px;
}


/* #main_content_9 */

#main_content_9 {
	padding: 30px 0;
}

#main_content_9 .inner {
	padding: 0 15px;
}

#main_content_9 .inner h2 {
	font-size: 16px;
}

#main_content_9 .inner h2 strong {
	font-size: 20px;
}

#main_content_9 .inner>div {
	padding: 15px;
}

#main_content_9 .inner dl {
	margin-bottom: 15px;
}

#main_content_9 .inner dl>dt {
	width: 60px;
	height: 60px;
}

#main_content_9 .inner dl>dt::before {
	border-width: 60px 60px 0 0;
}

#main_content_9 .inner dl>dt::after {
	border-width: 10px 10px 0 0;
}

#main_content_9 .inner dl>dt p {
	top: 5px;
	left: 9px;
	font-size: 10px;
}

#main_content_9 .inner dl>dt p .num {
	top: 10px;
	left: 6px;
	font-size: 14px;
}

#main_content_9 .inner h3 {
	height: auto;
	font-size: 20px;
	padding: 0 10px;
	padding-top: 60px;
	line-height: normal;
}

#main_content_9 .wrapper {
	display: block;
	padding: 0;
}

#main_content_9 .wrapper>div {
	padding: 10px;
}

#main_content_9 .wrapper>div.text {
	padding-bottom: 0;
}

#main_content_9 .wrapper>div.image {
	text-align: center;
}

#main_content_9 .inner h4 {
	font-size: 16px;
	margin-bottom: 15px;
}

	/* #main_content_10 */

	#main_content_10 {
		padding: 30px 0;
	}

	#main_content_10 .inner {
		padding: 0 15px;
	}

	#main_content_10 .inner h2 {
		font-size: 16px;
	}

	#main_content_10 .inner h2 strong {
		font-size: 20px;
	}

	#main_content_10 .inner>dl dl.q>dt {
		vertical-align: top;
	}


/* footer
   ========================================================================== */

#footer {
	padding-top: 0;
}

#footer .inner {
	width: 100%;
}

#footer .inner h2 {
	margin-bottom: 30px;
	font-size: 16px;
}


/* #footer .footer-clinic */

#footer .footer-clinic {
	display: block;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 0 15px;
}

#footer .footer-clinic dl {
	display: block;
	width: 100%;
	padding-left: 0;
}

#footer .footer-clinic dd {
	padding-bottom: 15px;
}


/* #footer .footer-info */

#footer .footer-info {
	display: block;
	padding: 0 15px;
	text-align: center;
}

#footer .footer-info>div {
	display: block;
	width: 100%;
}

#footer .footer-info>div:first-child {
	width: 100%;
}

#map_canvas {
	width: 100%;
	height: 380px;
	margin-top: 20px;
}


/* #footer .time_table */

#footer .time_table {
	margin: 5px auto;
	font-size: 12px;
}

#footer .time_table td.maru {
	font-size: 12px;
	line-height: normal;
}


/* #footer .footer_sns */

#footer .footer_sns {
	margin: 30px 0;
}

#footer .footer_sns ul {
	width: auto;
	margin-left: 8px;
}

#footer .footer_sns li {
	margin-right: 8px;
}


/* #footer .copyright */
#footer .copyright {
	padding: 10px 0;
	font-size: 10px;
	line-height: normal;
}


/* btn_top
   ========================================================================== */

#btn_top {
	bottom: -40px;
	right: 15px;
}

#btn_top.visible {
	bottom: 15px;
	opacity: 1.0;
}

#btn_top a {
	width: 40px;
	height: 40px;
}

#btn_top a::after {
	margin-top: -7px;
	margin-left: -8px;
	border-width: 0 8px 14px 8px;
}

}


/* #footer .footer_pickup */
.footer_pickup {
	padding-top: 60px;
}

.footer_pickup .pickupbox {
    letter-spacing: -.40em;
    font-size: 12px;
    margin-left: -20px;
    list-style-type: none;
}

.footer_pickup .pickupbox li {
    margin-bottom: 20px;
    display: inline-block;
    width: 220px;
    margin-left: 20px;
    letter-spacing: normal;
    vertical-align: top;
}

/*
.btn_checksheet
___________________*/

.btn_checksheet{
	text-align: center;
	margin:20px 0;
}
.btn_checksheet a,
.btn_checksheet button{
	padding: 15px 40px 15px 20px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	background-color: rgb(53,134,153);
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.go-checksheet{
	font-size: 24px !important;
	background-color: #F00 !important;
}

@media screen and (max-width:768px) {
.go-checksheet{
	font-size: 18px !important;
}
}

.btn_checksheet a:hover,
.btn_checksheet a:active,
.btn_checksheet button:hover,
.btn_checksheet button:active{
	opacity: 0.6;
}

.btn_checksheet a::after,
.btn_checksheet button::after{
    content: '>';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    font-size: 20px;
    line-height: 1;
    color: rgba(255,255,255,.6);
}

.btn_checksheet.d_arr{
	margin-bottom: 40px;
}
.btn_checksheet.d_arr a::after{
    content: '▼' !important;
}


.w100p{
	width:100%;
}

#checksheet_box label{
	margin-right: 20px;
	display: inline-block;
}

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

	.footer_pickup {
	    margin-top: -30px;
	    padding-top: 30px;
	    margin-bottom: 20px;
	}

	.footer_pickup .pickupbox {
	    margin-left: 0;
	    padding: 0 15px;
	}

	.footer_pickup .pickupbox li {
	    margin-bottom: 15px;
	    width: 48%;
	    margin-left: 0;
	    text-align: center;
	}

	.footer_pickup .pickupbox li:nth-child(even) {
	    margin-left: 4%;
	}

	.pickupbox img {
	    margin-bottom: 7px;
	    width: auto;
	    height: auto;
	}

	.footer_pickup .pickupbox li p {
	    text-align: left;
	}

#main_content_8 .inner#checksheet_box >dl dl>dt {
    width: 30px;
}
#main_content_8 .inner#checksheet_box >dl dl>dd{
		line-height: 25px
	}
#main_content_8 .inner#checksheet_box >dl dl>dt span {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
}

	#main_content_10 .inner#checksheet_box >dl dl>dt {
		width: 30px;
	}
	#main_content_10 .inner#checksheet_box >dl dl>dd{
		line-height: 25px
	}
	#main_content_10 .inner#checksheet_box >dl dl>dt span {
		width: 25px;
		height: 25px;
		font-size: 14px;
		line-height: 25px;
	}

.btn_checksheet a, .btn_checksheet button {
	  padding: 10px 40px 10px 10px;
    font-size: 11px;
}	
	
}


.tvcm-video {
    width: 100%;
    height: 716px;
}

@media screen and (max-width : 640px){
    .tvcm-video {
        height: 204px;
    }
}

.underline{
text-decoration:underline;
}
.underline_wavy {
text-decoration:underline;
text-decoration-style:wavy;
}
.bold{
	font-weight: 600;
}
