@charset "UTF-8";
/* =============================================



	main_visual



*  ============================================= */
/* -------------------------------------------------------------------------------

	main_visual

--------------------------------------------------------------------------------- */
.main_visual {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.main_visual .main_visual_img {
	width: 100%;
	height: 0;
	padding-top: 40%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main_visual .main_visual_img.top_img {
	background-image: url(../img/index/top_img.jpg);
}
.main_visual .main_visual_img.dentist_img {
	background-image: url(../img/dentist/dentist_img.jpg);
}
.main_visual .main_visual_img.kodomo_img {
	background-image: url(../img/kodomo/kodomo_img.jpg);
}
.main_visual .main_visual_img.otona_img {
	background-image: url(../img/otona/otona_img.jpg);
}
.main_visual .main_visual_img.clinic-guide_img {
	background-image: url(../img/clinic-guide/clinic-guide_img.jpg);
}
@media only screen and (max-width: 960px) {
	.main_visual .main_visual_img {
		padding-top: 42%;
	}
	.main_visual .main_visual_img.dentist_img {
		background-image: url(../img/dentist/dentist_img_sp.jpg);
	}
}
@media only screen and (max-width: 640px) {
	.main_visual .main_visual_img {
		padding-top: 60%;
	}
	.main_visual .main_visual_img.top_img {
		background-image: url(../img/index/top_img_sp.jpg);
	}
}
/* -------------------------------------------------------------------------------

	main_visual_common

--------------------------------------------------------------------------------- */
.main_visual_common {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.main_visual_common .main_visual_img {
	width: 100%;
	height: 0;
	padding-top: 16%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main_visual_common .main_visual_img.common_img {
	background-image: url(../img/common/common_img.jpg);
}
@media only screen and (max-width: 960px) {
	.main_visual_common .main_visual_img {
		padding-top: 20%;
	}
}
@media only screen and (max-width: 640px) {
	.main_visual_common .main_visual_img {
		padding-top: 25%;
	}
}

/* =============================================



	information-sys



*  ============================================= */

.information-sys {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 84%;
}

.information-sys .information-sys-inn {
	margin: 48px auto 12px;
	border-radius: 12px;
	box-shadow: 0px 4px 10px 0px rgba(105, 133, 54, 0.32);
	padding: 32px 40px 24px;
	width: 80%;
}

.information-sys .information-sys-inn .inn-iframe {
	height: auto;
	width: 100%;
	z-index: 8;
}

.information-sys .information-sys-inn .information-sys-inn-list {
	margin-top: 24px;
	text-align: right;
}

.information-sys .information-sys-inn .information-sys-inn-list a {
	font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
	.information-sys {
		width: 92%;
	}
	.information-sys .information-sys-inn {
		margin: 4.8vh auto 2vh;
		padding: 8vw 8vw 6.4vw;
		width: 76%;
	}
	.information-sys .information-sys-inn .information-sys-inn-list {
		margin-top: 32px;
	}
	.information-sys .information-sys-inn .information-sys-inn-list a {
		font-size: 4vw;
	}
}

/* =============================================



2025-8-8
診療時間変更案内



*  ============================================= */

.information-reschedule {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 84%;
}

.information-reschedule .reschedule-inn {
	margin: 48px auto 12px;
	border: 1px solid #698536;
	border-radius: 12px;
	padding: 40px 40px 36px;
	width: 80%;
}

.information-reschedule .reschedule-inn .inn-ttl {
	color: #698536;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

.information-reschedule .reschedule-inn .inn-txt {
	color: #698536;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 16px;
}

@media only screen and (max-width: 767px) {
	.information-reschedule {
		width: 92%;
	}
	.information-reschedule .reschedule-inn {
		margin: 4.8vh auto 2vh;
		padding: 8vw 8vw 6.4vw;
		width: 76%;
	}
}

/* =============================================



	wrap_sty



*  ============================================= */
/* -------------------------------------------------------------------------------

	wrap_sty_normal

--------------------------------------------------------------------------------- */
.wrap_sty_normal {
	clear: both;
	box-sizing: border-box;
	overflow: hidden;
	width: 84%;
	margin: 0 auto;
	padding-top: 6%;
}
@media only screen and (max-width: 960px) {
	.wrap_sty_normal {
		width: 92%;
		padding-top: 8%;
	}
}
@media only screen and (max-width: 640px) {
	.wrap_sty_normal {
		width: 88%;
		padding-top: 18%;
	}
}
/* -------------------------------------------------------------------------------

	wrap_sty_normal_thin

--------------------------------------------------------------------------------- */
.wrap_sty_normal_thin {
	clear: both;
	box-sizing: border-box;
	overflow: hidden;
	width: 84%;
	margin: 0 auto;
}
@media only screen and (max-width: 960px) {
	.wrap_sty_normal_thin {
		width: 92%;
	}
}
@media only screen and (max-width: 640px) {
	.wrap_sty_normal_thin {
		width: 88%;
	}
}
/* -------------------------------------------------------------------------------

	wrap_sty_normal_w

--------------------------------------------------------------------------------- */
.wrap_sty_normal_w {
	clear: both;
	box-sizing: border-box;
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
	padding-top: 6%;
}
@media only screen and (max-width: 960px) {
	.wrap_sty_normal_w {
		width: 90%;
		padding-top: 8%;
	}
}
@media only screen and (max-width: 640px) {
	.wrap_sty_normal_w {
		width: 88%;
		padding-top: 18%;
	}
}
/* -------------------------------------------------------------------------------

	wrap_sty_normal_w_thin

--------------------------------------------------------------------------------- */
.wrap_sty_normal_w_thin {
	clear: both;
	box-sizing: border-box;
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
}
@media only screen and (max-width: 960px) {
	.wrap_sty_normal_w_thin {
		width: 90%;
	}
}
@media only screen and (max-width: 640px) {
	.wrap_sty_normal_w_thin {
		width: 88%;
	}
}
/* -------------------------------------------------------------------------------

	wrap_sty_100

--------------------------------------------------------------------------------- */
.wrap_sty_100 {
	clear: both;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding-top: 4%;
}
.wrap_sty_100_inner {
	width: 80%;
	margin: 0 auto;
	padding: 2%;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.wrap_sty_100_inner_bg_right {
	padding: 2% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-box-shadow:0 0 2px 2px rgba(120,120,120,0.2) inset;
	-moz-box-shadow:0 0 2px 2px rgba(120,120,120,0.2) inset;
	box-shadow:0 0 2px 2px rgba(120,120,120,0.2) inset;
}
.wrap_sty_100_inner_bg_right.index_bg_aisatsu {
	background-image: url(../img/index/index_bg_aisatsu.jpg);
}
@media only screen and (max-width: 960px) {
	.wrap_sty_100 {
		padding-top: 6%;
	}
	.wrap_sty_100_inner {
		width: 90%;
	}
}
@media only screen and (max-width: 640px) {
	.wrap_sty_100 {
		padding-top: 8%;
	}
	.wrap_sty_100_inner {
		width: 80%;
		margin: 4% auto;
		padding: 4%;
	}
	.wrap_sty_100_inner_bg_right {
		background-position: 75%;
	}
}
/* -------------------------------------------------------------------------------

	wrap_sty_100_thin

--------------------------------------------------------------------------------- */
.wrap_sty_100_thin {
	clear: both;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
/* -------------------------------------------------------------------------------

	wrap_sty_100_bg_green

--------------------------------------------------------------------------------- */
.wrap_sty_100_bg_green {
	clear: both;
	width: 100%;
	margin: 3% auto 0;
	padding: 4% 0 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/common/bg_green_top.png);
}
.wrap_sty_100_bg_green_wrap {
	padding: 0 0 4%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../img/common/bg_green_bottom.png);
}
.wrap_sty_100_bg_green_inner {
	box-sizing: border-box;
	overflow: hidden;
	padding: 1% 0;
	background-color: #faf9f5;
}

.wrap_sty_100_bg_none_inner {
	box-sizing: border-box;
	overflow: hidden;
	padding: 1% 0;
}

.wrap_sty_100_bg_green_inner_w {
	width: 70%;
	margin: 0 auto;
}
@media only screen and (max-width: 960px) {
	.wrap_sty_100_bg_green {
		margin: 3% auto 0;
		padding: 4% 0 0;
	}
	.wrap_sty_100_bg_green_wrap {
		padding: 0 0 4%;
	}
	.wrap_sty_100_bg_green_inner {
		padding: 3% 0;
	}
	.wrap_sty_100_bg_none_inner {
		padding: 3% 0;
	}
	.wrap_sty_100_bg_green_inner_w {
		width: 90%;
	}
}
@media only screen and (max-width: 640px) {
	.wrap_sty_100_bg_green {
		margin: 4% auto 0;
		padding: 4% 0 0;
	}
	.wrap_sty_100_bg_green_wrap {
		padding: 0 0 4%;
	}
	.wrap_sty_100_bg_green_inner {
		padding: 8% 0;
	}
	.wrap_sty_100_bg_none_inner {
		padding: 8% 0;
	}
	.wrap_sty_100_bg_green_inner_w {
		width: 88%;
	}
}
/* -------------------------------------------------------------------------------

	wrap_sty_100_bg_dot

--------------------------------------------------------------------------------- */
.wrap_sty_100_bg_dot {
	clear: both;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin: 2% auto 0;
	padding: 3% 0;
	background-image: radial-gradient(#efdfa3 16%, transparent 0), radial-gradient(#efdfa3 16%, transparent 0);
	background-position: 0 0, 8px 8px;
	background-size: 8px 8px;
}
@media only screen and (max-width: 960px) {
	.wrap_sty_100_bg_dot {
		margin: 3% auto 0;
		padding: 6% 0;
	}
}
@media only screen and (max-width: 640px) {
	.wrap_sty_100_bg_dot {
		margin: 14% auto 0;
		padding: 12% 0;
	}
}
/* =============================================



	conts_2col_sty



*  ============================================= */
/* -------------------------------------------------------------------------------

	conts_2col_sty_100link

--------------------------------------------------------------------------------- */
.conts_2col_sty_100link_left {
	width: 50%;
	margin: 0 auto;
	float: left;
}
.conts_2col_sty_100link_right {
	width: 50%;
	margin: 0 auto;
	float: right;
}
.conts_2col_sty_100link_left:hover ,
.conts_2col_sty_100link_right:hover {
	opacity:0.50;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity:0.50;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.conts_2col_sty_100_bg {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.conts_2col_sty_100_bg.conts_2col_sty_bg_index_1 {
	background-image: url(../img/index/conts_2col_sty_bg_index_1.jpg);
}
.conts_2col_sty_100_bg.conts_2col_sty_bg_index_2 {
	background-image: url(../img/index/conts_2col_sty_bg_index_2.jpg);
}
@media only screen and (max-width: 640px) {
	.conts_2col_sty_100link_left {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.conts_2col_sty_100link_right {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
}
/* -------------------------------------------------------------------------------

	conts_2col_sty_50

--------------------------------------------------------------------------------- */
.conts_2col_sty_50_left {
	width: 46%;
	margin: 0 auto;
	float: left;
}
.conts_2col_sty_50_right {
	width: 46%;
	margin: 0 auto;
	float: right;
}
.conts_2col_sty_50_left a:hover ,
.conts_2col_sty_50_right a:hover {
	opacity:0.50;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity:0.50;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.conts_2col_sty_50_left .conts_2col_sty_img ,
.conts_2col_sty_50_right .conts_2col_sty_img {
	width: 99%;
	margin: 0 auto 4%;
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
	.conts_2col_sty_50_left {
		width: 100%;
		margin: 0 auto 12%;
		float: none;
	}
	.conts_2col_sty_50_right {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.conts_2col_sty_50_left .conts_2col_sty_img ,
	.conts_2col_sty_50_right .conts_2col_sty_img {
		margin: 0 auto 8%;
	}
}
/* -------------------------------------------------------------------------------

	conts_2col_sty_37

--------------------------------------------------------------------------------- */
.conts_2col_sty_37 {
	clear: both;
	overflow: hidden;
}
.conts_2col_sty_37_left {
	width: 30%;
	margin: 2% auto 4%;
	float: left;
}
.conts_2col_sty_37_right {
	width: 68%;
	margin: 2% auto 4%;
	float: right;
}
@media only screen and (max-width: 960px) {
	.conts_2col_sty_37_left {
		margin: 4% auto 2%;
	}
	.conts_2col_sty_37_right {
		margin: 4% auto 2%;
	}
}
@media only screen and (max-width: 640px) {
	.conts_2col_sty_37_left {
		width: 100%;
		margin: 6% auto;
		float: none;
	}
	.conts_2col_sty_37_right {
		width: 100%;
		margin: 0 auto 4%;
		float: none;
	}
}
/* -------------------------------------------------------------------------------

	conts_2col_sty_37_btn

--------------------------------------------------------------------------------- */
.conts_2col_sty_37_btn_left {
	width: 26%;
	margin: 0 auto;
	float: left;
}
.conts_2col_sty_37_btn_right {
	width: 68%;
	margin: 0 auto;
	float: right;
}
/* -------------------------------------------------------------------------------

	conts_2col_sty_28_btn

--------------------------------------------------------------------------------- */
.conts_2col_sty_28_btn_left {
	width: 20%;
	margin: 0 auto;
	float: left;
}
.conts_2col_sty_28_btn_right {
	width: 78%;
	margin: 2% auto 0;
	float: right;
}
/* =============================================



	conts_3col_sty




*  ============================================= */
.conts_3col_sty_normal {
	clear: both;
	overflow: hidden;
	width: 82%;
	margin: 0 auto 2%;
	padding-left: 2%;
}
.conts_3col_sty_normal a:hover {
	opacity:0.50;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity:0.50;
	-webkit-transition: all .5s;
	transition: all .5s;
}
@media only screen and (max-width: 960px) {
	.conts_3col_sty_normal {
		width: 92%;
	}
}
@media only screen and (max-width: 640px) {
	.conts_3col_sty_normal {
		width: 88%;
		margin: 0 auto;
	}
}
.conts_3col_sty_100 {
	clear: both;
	overflow: hidden;
	margin: 0 auto 2%;
	padding-left: 2%;
}
/* -------------------------------------------------------------------------------

	item_box

--------------------------------------------------------------------------------- */
.conts_3col_sty_normal .item_box {
	box-sizing: border-box;
	display: inline-block;
	width: 31.6%;
	margin-right: 2%;
	vertical-align: top;
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
	background-color: #fff;
}
.conts_3col_sty_100 .item_box {
	box-sizing: border-box;
	display: inline-block;
	width: 31.6%;
	margin-right: 2%;
	margin-bottom: 2%;
	vertical-align: top;
}
.conts_3col_sty_normal .item_box img ,
.conts_3col_sty_100 .item_box img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.conts_3col_sty_normal .item_box:nth-child(3n) ,
.conts_3col_sty_100 .item_box:nth-child(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 640px) {
	.conts_3col_sty_normal .item_box ,
	.conts_3col_sty_100 .item_box {
		width: 99%;
		margin-right: 0;
		margin-bottom: 12%;
	}
	.conts_3col_sty_normal .item_box:nth-child(3n) ,
	.conts_3col_sty_100 .item_box:last-child {
		margin-bottom: 0;
	}
}
/* -------------------------------------------------------------------------------

	item_box_line

--------------------------------------------------------------------------------- */
.conts_3col_sty_normal .item_box_line {
	box-sizing: border-box;
	display: inline-block;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 1%;
	padding: 2%;
	vertical-align: top;
	border: 1px solid #8a9d50;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.conts_3col_sty_normal .item_box_line:nth-child(3) {
	margin-right: 0;
}
@media only screen and (max-width: 640px) {
	.conts_3col_sty_normal .item_box_line {
		width: 99%;
		margin-right: 0;
		margin-bottom: 6%;
		padding: 8% 4%;
	}
}
/* -------------------------------------------------------------------------------

	item_box_gra

--------------------------------------------------------------------------------- */
.conts_3col_sty_normal .item_box_gra {
	box-sizing: border-box;
	display: inline-block;
	width: 31%;
	margin-top: 5px;
	margin-right: 2%;
	margin-bottom: 1%;
	padding: 2%;
	vertical-align: top;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background: linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0));
	background: -moz-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0)); /* Firefox */
	background: -o-linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0)); /* Opera */
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,1)),to(rgba(255,255,255,0))); /* Safari,Google Chrome */
	box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
}
.conts_3col_sty_normal .item_box_gra:nth-child(3n) {
	margin-right: 0;
}
@media only screen and (max-width: 640px) {
	.conts_3col_sty_normal .item_box_gra {
		width: 99%;
		margin-right: 0;
		margin-bottom: 6%;
		padding: 4% 4% 3%;
	}
}
/* =============================================



	conts_4col_sty



*  ============================================= */
.conts_4col_sty_normal {
	clear: both;
	overflow: hidden;
	width: 88%;
	margin: 0 auto;
	padding: 2% 1%;
}
.conts_4col_sty_normal a:hover {
	opacity:0.50;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity:0.50;
	-webkit-transition: all .5s;
	transition: all .5s;
}
@media only screen and (max-width: 960px) {
	.conts_4col_sty_normal {
		width: 88%;
	}
}
@media only screen and (max-width: 640px) {
	.conts_4col_sty_normal {
		width: 88%;
	}
}
/* -------------------------------------------------------------------------------

	item_box_4col_sty_normal

--------------------------------------------------------------------------------- */
.conts_4col_sty_normal .item_box_4col_sty_normal {
	box-sizing: border-box;
	display: inline-block;
	width: 24%;
	margin-right: 0.7%;
	padding: 1%;
	vertical-align: top;
	border: 1px solid #8a9d50;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background-color: #fff;
}
.conts_4col_sty_normal .item_box_4col_sty_normal:nth-child(4) {
	margin-right: 0;
}
.conts_4col_sty_normal .item_box_4col_sty_normal img {
	margin-top: 4%;
}
@media only screen and (max-width: 960px) {
	.conts_4col_sty_normal .item_box_4col_sty_normal {
		width: 48%;
		margin-right: 3%;
		margin-bottom: 4%;
		padding: 1% 3%;
	}
	.conts_4col_sty_normal .item_box_4col_sty_normal:nth-child(2) ,
	.conts_4col_sty_normal .item_box_4col_sty_normal:nth-child(4) {
		margin-right: 0;
	}
	.conts_4col_sty_normal .item_box_4col_sty_normal:nth-child(3) ,
	.conts_4col_sty_normal .item_box_4col_sty_normal:nth-child(4) {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 640px) {
	.conts_4col_sty_normal .item_box_4col_sty_normal {
		width: 99%;
		margin-right: 0;
		margin-bottom: 8%;
		padding: 3% 6%;
	}
	.conts_4col_sty_normal .item_box_4col_sty_normal:nth-child(3) {
		margin-bottom: 8%;
	}
	.conts_4col_sty_normal .item_box_4col_sty_normal:nth-child(4) {
		margin-bottom: 0;
	}
}
/* =============================================



	strong_sty



*  ============================================= */
.strong_sty {
	box-sizing: border-box;
	width: 83%;
	margin: 0 auto;
	padding-top: 3%;
	overflow: hidden;
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 30px;
	background-image: url(../img/common/line_1.png);
}
.strong_sty_inner {
	padding-bottom: 5%;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-size: 30px;
	background-image: url(../img/common/line_1.png);
}
@media screen and (max-width: 980px) {
	.strong_sty {
		width: 92%;
		padding-top: 8%;
	}
	.strong_sty_inner {
		padding-bottom: 8%;
	}
}
@media screen and (max-width: 640px) {
	.strong_sty {
		width: 88%;
		margin-top: 4%;
		padding-top: 15%;
	}
	.strong_sty_inner {
		padding-bottom: 15%;
	}
}
/* =============================================



	list_sty



*  ============================================= */
/* -------------------------------------------------------------------------------

	list_sty_normal

--------------------------------------------------------------------------------- */
.list_sty_normal {
	padding-left: 5px;
}
.list_sty_normal li {
	padding-bottom: 2%;
	font-size: 1.6rem;
	font-weight: bold;
}
.list_sty_normal li:last-child {
	padding-bottom: 0;
}
.list_sty_normal li a:link {
	padding-right: 5px;
	color: #698536;
	font-size: 1.5rem;
	font-weight: bold;
}
.list_sty_normal li a:visited {
	color: #698536;
}
.list_sty_normal li a:hover {
	color: #f5c532;
	-webkit-transition: all .5s;
	transition: all .5s;
}
@media only screen and (max-width: 960px) {
	.list_sty_normal {
		padding-bottom: 6%;
	}
	.list_sty_normal li {
		padding-bottom: 3%;
	}
}
@media only screen and (max-width: 320px) {
	.list_sty_normal li {
		font-size: 1.4rem;
	}
}
/* -------------------------------------------------------------------------------

	list_sty_number

--------------------------------------------------------------------------------- */
.list_sty_number {
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 6%;
	padding-bottom: 2%;
}
.list_sty_number li {
	padding-bottom: 2%;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-weight: bold;
}
.list_sty_number li:last-child {
	padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
	.list_sty_number {
		padding-left: 10%;
		padding-bottom: 4%;
	}
	.list_sty_number li {
		padding-bottom: 3%;
	}
}
@media only screen and (max-width: 320px) {
	.list_sty_number li {
		font-size: 1.4rem;
	}
}
/* -------------------------------------------------------------------------------

	list_sty_check

--------------------------------------------------------------------------------- */
.list_sty_check {
	padding: 2% 0;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.list_sty_check .checkbox {
	font-size: 1.8rem;
	line-height: 3.0rem;
}
@media only screen and (max-width: 640px) {
	.list_sty_check .checkbox {
		font-size: 1.7rem;
		line-height: 3.0rem;
	}
}
@media only screen and (max-width: 320px) {
	.list_sty_check .checkbox {
		font-size: 1.6rem;
		line-height: 3.0rem;
	}
}
/* =============================================



	form



*  ============================================= */
.cd-form {
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
	.cd-form {
		width: 100%;
		margin: 12% auto 0;
	}
}
.cd-form::after {
	clear: both;
	content: "";
	display: table;
}
.cd-form fieldset {
	margin: 0;
}
.cd-form div {
	/* form element wrapper */
	position: relative;
	margin: 0;
}
.cd-form h2, .cd-form .cd-label {
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro” , ”游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.cd-form .cd-label {
	display: block;
	font-size: 1.8rem;
	color: #698536;
}
.cd-form h2 {
	text-align: left;
	font-size: 1.8rem;
}
.cd-form .h2_small {
	font-size: 1.4rem;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro” , ”游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 1.8rem;
	color: #698536;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea {
	display: block;
	width: 95%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.cd-form select,
.cd-form legend {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
	padding: 12px;
	border: 1px solid #bbb;
	background-color: #fff;
	border-radius: .25em;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
	outline: none;
	border: 1px solid #555;
	box-shadow: none;
}
.cd-form .cd-select {
	position: relative;
}
.cd-form .cd-select::after {
	content: '';
	position: absolute;
	z-index: 1;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/contact/cd-icon-arrow.svg") no-repeat center center;
	pointer-events: none;
}
.cd-form select {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	cursor: pointer;
}
.cd-form select::-ms-expand {
	display: none;
}
@media screen and (max-width: 980px) {
	.cd-form .cd-select::after {
		right: 6px;
		top: 50%;
	}
}
@media screen and (max-width: 480px) {
	.cd-form .cd-select::after {
		margin-top: -3px;
		width: 10px;
		height: 10px;
	}
	.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
		font-size: 1.6rem;
	}
	.cd-form input[type="text"],
	.cd-form input[type="email"],
	.cd-form textarea {
		width: 92%;
	}
}
@media screen and (max-width: 320px) {
	.cd-form select {
		font-size: 1.3rem;
	}
}
.cd-form textarea {
	min-height: 120px;
	resize: vertical;
	overflow: auto;
}
.cd-form input[type="submit"] {
	/* button style */
	border: none;
	background: #698536;
	border-radius: .25em;
	padding: 16px 20px;
	color: #fff;
	font-weight: bold;
	float: right;
	cursor: pointer;
}
.cd-form input[type="submit"]:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
	-webkit-transition: all .8s;
	transition: all .8s;
}
/* --------------------------------

Inputarea

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
	padding-left: 10px !important;
}
.select-area{
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px 0;
}
.month-select {
	display: table-cell;
	vertical-align:middle;
	width: 20% !important;
}
.day-select {
	display: table-cell;
	vertical-align:middle;
	width: 20% !important;
}
.time-select {
	display: table-cell;
	vertical-align:middle;
	width: 50% !important;
}
/* --------------------------------

FLoating labels

-------------------------------- */
.floating-labels div {
	margin: 4% 0;
}
.floating-labels .cd-label {
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 1.6rem;
	color: #698536;
	cursor: text;
	-webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
	-moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
	transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.floating-labels .icon .cd-label {
	left: 10px;
}
.floating-labels .cd-label.float {
  /* move label out the input field */
	font-size: 1.2rem;
	top: -16px;
	left: 0 !important;
}
@media screen and (max-width: 990px) {
	.floating-labels div {
		margin: 6% 0;
	}
}



/* -------------------------------------------------------------------------------

	20201111

--------------------------------------------------------------------------------- */
.wrap-fee {
	clear: both;
	width: 100%;
	margin: 1% auto 0;
}
.wrap-fee .wrap-fee-inner {
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	padding: 2% 0;
	width: 70%;
}
.wrap-fee .wrap-fee-inner .fee-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #dedede;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.wrap-fee .wrap-fee-inner .fee-table th,
.wrap-fee .wrap-fee-inner .fee-table td {
	border-top: 1px solid #dedede;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.2rem;
	padding: 20px;
}
.wrap-fee .wrap-fee-inner .fee-table th {
	background-color: #faf9f5;
	width: 32%;
}
.wrap-fee .wrap-fee-inner .fee-table th.fee-txt-nml,
.wrap-fee .wrap-fee-inner .fee-table td.fee-txt-nml {
	font-size: 1.4rem;
	border-top: none;
	font-weight: normal;
	padding: 0 20px 20px 20px;
	letter-spacing: 0.1rem;
}

@media only screen and (max-width: 960px) {
	.wrap-fee .wrap-fee-inner {
		padding: 3% 0;
		width: 90%;
	}
	.wrap-fee .wrap-fee-inner .fee-table th,
	.wrap-fee .wrap-fee-inner .fee-table td {
		font-size: 1.6rem;
		padding: 2%;
	}
	.wrap-fee .wrap-fee-inner .fee-table th.fee-txt-nml,
	.wrap-fee .wrap-fee-inner .fee-table td.fee-txt-nml {
		font-size: 1.2rem;
		padding: 0 2% 2% 2%;
	}
}
@media only screen and (max-width: 640px) {
	.wrap-fee {
		margin: 4% auto 0;
	}
	.wrap-fee .wrap-fee-inner {
		width: 88%;
	}
	.wrap-fee .wrap-fee-inner .fee-table th,
	.wrap-fee .wrap-fee-inner .fee-table td {
		font-size: 4vw;
		padding: 2%;
		letter-spacing: 0;
	}
	.wrap-fee .wrap-fee-inner .fee-table th {
		width: 40%;
	}
	.wrap-fee .wrap-fee-inner .fee-table th.fee-txt-nml,
	.wrap-fee .wrap-fee-inner .fee-table td.fee-txt-nml {
		font-size: 1.2rem;
		padding: 0 2% 2% 2%;
	}
}

.risk-list-ol {
	list-style-position: outside;
	list-style-type: decimal;
	padding: 1% 4% 4%;
}
.risk-list-ul {
	list-style-position: outside;
	list-style-type: disc;
	padding: 1% 4%;
}
.risk-list-ol li,
.risk-list-ul li {
	padding-bottom: 2%;
	font-size: 1.6rem;
	letter-spacing: 0.04rem;
	line-height: 1.6;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.risk-list-ol li:last-child,
.risk-list-ul li:last-child {
	padding-bottom: 0;
}
@media only screen and (max-width: 960px) {
	.risk-list-ol,
	.risk-list-ul {
		padding: 2% 4%;
	}
	.risk-list-ol li,
	.risk-list-ul li {
		padding-bottom: 3%;
		font-size: 1.5rem;
		letter-spacing: 0.02rem;
	}
}
@media only screen and (max-width: 640px) {
	.risk-list-ol,
	.risk-list-ul {
		padding: 1% 1% 1% 10%;
	}
	.risk-list-ol li,
	.risk-list-ul li {
		padding-bottom: 6%;
	}
}
@media only screen and (max-width: 320px) {
	.risk-list-ol li,
	.risk-list-ul li {
		font-size: 1.4rem;
	}
}

.cvbtn {
	padding-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cvbtn .cvbtn-left a {
	box-sizing: border-box;
	background: #fefcea;
	background: linear-gradient(to bottom, #fefcea 0%,#f2ecd2 100%);
	box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	color: #698536;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 24px 0;
	text-align: center;
	transition: all 0.3s;
	width: 320px;
}

.cvbtn .cvbtn-right a {
	box-sizing: border-box;
	background: #fefcea;
	background: linear-gradient(to bottom, #fefcea 0%,#f2ecd2 100%);
	box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	box-sizing: border-box;
	color: #698536;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 24px 0;
	text-align: center;
	transition: all 0.3s;
	width: 320px;
}

.cvbtn .cvbtn-left a:hover,
.cvbtn .cvbtn-right a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 420px) {
	.cvbtn {
		padding-top: 12%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cvbtn .cvbtn-left {
		margin: 0 auto;
		width: 90%;
	}
	.cvbtn .cvbtn-left a {
		width: 100%;
	}
	.cvbtn .cvbtn-right {
		margin: 0 auto;
		width: 90%;
	}
	.cvbtn .cvbtn-right a {
		width: 100%;
	}
}
