@charset "utf-8";
/************************************************************************************************************************************
	section_00
************************************************************************************************************************************/
#index #section_00 {
	margin-bottom: 29px;
}

/** #mv *****************************************************************/
#index #section_00 #mv {
	padding-top: 31px;
	background-image: url('../img/mv_bg_03.png') ,  url('../img/mv_bg_01.png') , url('../img/mv_bg_02.png');
	background-size: 100% auto ,  744px auto , cover;
	background-repeat: no-repeat ,  no-repeat , repeat-y;
	background-position: center bottom ,  right top , 100% top;
	box-shadow:0px 4px 3px 3px rgba(142, 139, 129, 0.16);
}

#index #section_00 #mv .label {
	position: relative;
	left: -11px;
	max-width: 651px;
}
#index #section_00 #mv .ttl {
	position: relative;
	max-width: 689px;
}
#index #section_00 #mv .ttl .popularity {
	position: absolute;
	right: 0;
	top: -117px;
	display: block;
	max-width: 162px;
}

#index #section_00 #mv .link {
	margin-bottom: 7px;
}
#index #section_00 #mv .link a:nth-child(1) {
	display: inline-block;
	max-width: 379px;
}
#index #section_00 #mv .link a:nth-child(2) {
	display: inline-block;
	max-width: 379px;
}
#index #section_00 #mv .img5 {
	max-width: 571px;
}
#index #section_00 #mv .img6 {
	max-width: 91px;
}
#index #section_00 #mv .img7 {
	max-width: 264px;
}
#index #section_00 #mv .text {
	max-width: 906px;
	margin-top: 7px;
}


@media print, screen and (min-width: 768px) {
	#index #section_00 #mv .ttl {
		margin-left: 35px;
	}
	#index #section_00 #mv .link {
		margin-top: 6px;
		margin-bottom: 25px;
		margin-left: 29px;
	}
	#index #section_00 #mv .img5 {
		float: left;
		margin-left: 4px;
	}
	#index #section_00 #mv .img6 {
		float: left;
		margin-top: 90px;
		margin-left: -4px;
	}
	#index #section_00 #mv .img7 {
		float: left;
		margin-left: 7px;
	}
	#index #section_00 #mv .text {
		margin-left: 29px;
		padding-bottom: 7px;
	}
}
@media screen and (max-width: 767px) {
	#index #section_00 #mv {
		padding-top: 100px;
		background-image: url('../img/mv_bg_03.png') ,  url('../img/mv_bg_01_sp.png') , url('../img/mv_bg_02.png');
		background-size: 100% auto ,  100% auto , cover;
		background-repeat: no-repeat ,  no-repeat , repeat-y;
		background-position: center bottom ,  right top 108px , 100% top;
	}

	#index #section_00 #mv .label {
		left: -6px;
	}

	#index #section_00 #mv .ttl {
		margin: 45px 0;
	}

	#index #section_00 #mv .ttl .popularity {
		top: -66px;
		max-width: 81px;
	}

	#index #section_00 #mv .link {
		text-align: center;
		margin-bottom: 30px;
	}

	#index #section_00 #mv .img5 {
		position: relative;
		z-index: 2;
		margin: 0 auto;

left: -20px;
width: calc(100% + 25px);
	}
	#index #section_00 #mv .img6 {
		position: relative;
		z-index: 1;
		margin: -10px auto -10px;
		transform: rotate(90deg);
	}
	#index #section_00 #mv .img7 {
		position: relative;
		z-index: 3;
		margin: 0 auto;
	}
	#index #section_00 #mv .text {
		position: relative;
		color: rgb(205, 24, 24);
		font-size: 16px;
		font-weight: 600;
		font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
		line-height: 1.4;
		padding: 0 10px 20px;
	}
}




/** .merit *****************************************************************/
#index #section_00 .merit {
	position: relative;
	z-index: 2;
	padding-bottom: 15px;
	margin-bottom: 37px;
	background-color: #3768a0;
	box-shadow:0px 4px 3px 3px rgba(142, 139, 129, 0.16);
}

#index #section_00 .merit .ttl {
	max-width: 581px;
	padding: 13px 0;
	margin: 0 auto;
}
#index #section_00 .merit ul {
	text-align: center;
}
#index #section_00 .merit ul li {
	position: relative;
	color: rgb(51, 51, 51);
	line-height: 1;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	border-radius: 5px;
	box-shadow:0px 0px 10px 0px #667f85;
	background-image: -moz-linear-gradient( 90deg, #FFF 0%, #ededed 100%);
	background-image: -webkit-linear-gradient( 90deg, #FFF 0%, #ededed 100%);
	background-image: -ms-linear-gradient( 90deg, #FFF 0%, #ededed 100%);
}
#index #section_00 .merit ul li::after {
	position: absolute;
	content: " ";
	display: block;
	top: -1px;
	right: -2px;
	width: 51px;
	height: 19px;
	background-image: url('../img/mv_img_10.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}


@media print, screen and (min-width: 768px) {
	#index #section_00 .merit ul {
		width: 900px;
		margin: 0 auto;
	}
	#index #section_00 .merit ul li {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		width: 175px;
		max-height: 80px;
	}
	#index #section_00 .merit ul li:nth-child(1) { font-size: 16px; padding: 22px 0; }
	#index #section_00 .merit ul li:nth-child(2) { font-size: 18px; padding: 14px 0; }
	#index #section_00 .merit ul li:nth-child(3) { font-size: 16px; padding: 22px 0; }
	#index #section_00 .merit ul li:nth-child(4) { font-size: 16px; padding: 22px 0; }
	#index #section_00 .merit ul li:nth-child(5) { font-size: 18px; padding: 14px 0; }
}
@media screen and (max-width: 767px) {
	#index #section_00 .merit {
		margin-bottom: 20px;
	}

	#index #section_00 .merit .ttl {
		padding: 13px 10px;
	}

	#index #section_00 .merit ul {
		padding: 0 8px;
	}
	#index #section_00 .merit ul li {
		-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
		width: 48%;
		padding: 16px 0;
		margin-bottom: 5px;
	}
	#index #section_00 .merit ul li:nth-child(1) { padding: 22px 0; }
	#index #section_00 .merit ul li:nth-child(3) { padding: 22px 0; }
	#index #section_00 .merit ul li:nth-child(4) { padding: 22px 0; }
}




/** .text_box *****************************************************************/
#index #section_00 .text_box {
	padding-left: 22px;
	background-color: #FFF;
	border: solid 1px #adadad;
	background-image: url('../img/sec_00_bg_01.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

#index #section_00 .text_box .ttl {
	position: relative;
	top: -1px;
	font-size: 31px;
	font-weight: 600;
	line-height: 1.2;
	padding: 13px 0 10px 79px;
	margin-bottom: 13px;
}
#index #section_00 .text_box .ttl::before {
	position: absolute;
	content: " ";
	display: block;
	left: 0;
	top: -6px;
	width: 68px;
	height: 65px;
	background-image: url('../img/icon_exclamation.png');
	background-size: 68px 65px;
	background-repeat: no-repeat;
	background-position: left top;
}
#index #section_00 .text_box .ttl::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	max-width: 556px;
	width: 100%;
	height: 0px;
	border-bottom: dotted 2px #000;
}
#index #section_00 .text_box .ttl span {
	display: block;
	font-size: 17px;
}
#index #section_00 .text_box .text {
	font-size: 19px;
}
#index #section_00 .text_box .text span {
	color: #e93113;
}
#index #section_00 .text_box .link {
	max-width: 593px;
	text-align: right;
	margin-top: -13px;
	padding-bottom: 8px;
}
#index #section_00 .text_box .link a {
	display: inline-block;
	max-width: 166px;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#index #section_00 .text_box {
		padding-bottom: 200px;
		background-position: right bottom;
	}
	#index #section_00 .text_box .ttl {
		font-size: 21px;
		background-size: 64px auto;
	}
	#index #section_00 .text_box .ttl::before {
		width: 60px;
		background-size: 100% auto;
	}
	#index #section_00 .text_box .text {
		font-size: 15px;
		padding: 0 15px;
	}
	#index #section_00 .text_box .link {
		text-align: center;
		margin: 15px auto 10px;
	}
}
@media screen and (max-width: 340px) {
	#index #section_00 .text_box .ttl {
		font-size: 21px;
		padding: 13px 0 10px 59px;
		background-size: 54px auto;
	}
	#index #section_00 .text_box .ttl span {
		font-size: 15px;
	}

}






/************************************************************************************************************************************
	section_01
************************************************************************************************************************************/
#index #section_01 {
	margin-bottom: 67px;
}
#index #section_01 .common_ttl .ttl {
	max-width: 599px;
	padding: 6px 0 4px;
	margin: 0 auto;
}

#index #section_01 .button_01 {
	max-width: 702px;
	margin: 30px auto 0;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#index #section_01 .common_ttl .ttl {
		padding: 16px 0 14px;
	}
	#index #section_01 .button_01 {
		width: calc(100% - 15px);
	}
}




/** .content_01 *****************************************************************/
#index #section_01 .content_01 {
	padding-top: 60px;
	padding-bottom: 50px;
	margin-bottom: 35px;
	background-color: #FFF;
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
}

#index #section_01 .content_01 .clr_box_01 .img {
	max-width: 398px;
}
#index #section_01 .content_01 .clr_box_01 #googlemap {
	margin-bottom: 10px;
}

#index #section_01 .content_01 .access_text {
	font-size: 16px;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝体', '游明朝', 'Yu Mincho', YuMincho, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', serif;
	margin-top: 8px;
}
#index #section_01 .content_01 .access_text span {
	display: block;
}

#index #section_01 .content_01 .ttl01 {
	font-size: 30px;
	padding: 31px 0 10px 79px;
	margin-top: 60px;
	margin-left: -51px;
	background-image: url('../img/icon_exclamation.png');
	background-size: 68px 65px;
	background-repeat: no-repeat;
	background-position: left top;
}
#index #section_01 .content_01 .common_ttl02 {
	margin-bottom: 15px;
}

#index #section_01 .content_01 .ttl02 {
	color: #c34f28;
	font-size: 24px;
}
#index #section_01 .content_01 .ttl02 span {
	padding: 0 10px;
	margin: 0 -10px;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffe8e1 0%) repeat scroll 0 0;
}

#index #section_01 .content_01 .common_ttl03 {
	margin-bottom: 10px;
}

#index #section_01 .content_01 .img02 {
	max-width:900px;
}
#index #section_01 .content_01 .img03 {
	max-width:914px;
	margin-top: 20px;
}

#index #section_01 .content_01 .text02 {
	font-size: 12px;
	text-align: right;
}


@media print, screen and (min-width: 768px) {
	#index #section_01 .content_01 .clr_box_01 .img {
		float: left;
	}
	#index #section_01 .content_01 .clr_box_01 #googlemap {
		float: right;
		width: 100%;
	}
	#index #section_01 .content_01 .access_text {
		float: left;
		margin-left: 41px;
	}

	#index #section_01 .content_01 .text02 {
		margin-top: -10px;
	}

	#index #section_01 .content_01 .img03 {
		width:914px;
	}
}
@media screen and (max-width: 767px) {
	#index #section_01 .content_01 {
		padding-top: 30px;
	}

	#index #section_01 .content_01 .clr_box_01 .img {
		margin-bottom: 20px;
	}
	#index #section_01 .content_01 .access_text {
		font-size: 14px;
		margin-top: 15px;
	}
	#index #section_01 .content_01 .access_text span {
		text-indent: -56px;
		padding-left: 56px;
		margin-top: 4px;
	}

	#index #section_01 .content_01 .ttl01 {
		font-size: 20px;
		padding: 3px 0 3px 48px;
		margin-top: 30px;
		margin-left: 0;
		background-image: url('../img/icon_exclamation.png');
		background-size: 44px auto;
		background-repeat: no-repeat;
		background-position: left center;
	}
	#index #section_01 .content_01 .common_ttl02 {
		margin-top: 30px;
	}
	#index #section_01 .content_01 .ttl02 {
		font-size: 18px;
	}


	#index #section_01 .content_01 .img02, 
	#index #section_01 .content_01 .img03 {
		position: relative;
		overflow: auto;
		white-space: nowrap;
	}
	#index #section_01 .content_01 .img02::-webkit-scrollbar/*,  
	#index #section_01 .content_01 .img03::-webkit-scrollbar*/ {
		height: 5px;
	}
	#index #section_01 .content_01 .img02::-webkit-scrollbar-track/*,  
	#index #section_01 .content_01 .img03::-webkit-scrollbar-track*/ {
		background: #EEEEEE;
	}
	#index #section_01 .content_01 .img02::-webkit-scrollbar-thumb/*,  
	#index #section_01 .content_01 .img03::-webkit-scrollbar-thumb*/ {
		background: #666666;
	}
	#index #section_01 .content_01 .img02 img {
		width: 743px;
		max-width: auto;
		max-width: inherit;
	}/*
	#index #section_01 .content_01 .img03 img {
		width: 457px;
		max-width: auto;
		max-width: inherit;
	}*/
}
@media screen and (max-width: 374px) {
	#index #section_01 .content_01 .img03::-webkit-scrollbar {
		height: 5px;
	}
	#index #section_01 .content_01 .img03::-webkit-scrollbar-track {
		background: #EEEEEE;
	}
	#index #section_01 .content_01 .img03::-webkit-scrollbar-thumb {
		background: #666666;
	}
	#index #section_01 .content_01 .img03 img {
		width: 457px;
		max-width: auto;
		max-width: inherit;
	}
}








/** .content_02 *****************************************************************/
#index #section_01 .content_02 {
}

#index #section_01 .content_02 .ttl {
	color: #FFF;
	font-size: 27px;
	text-align: center;
	padding: 22px 0 22px 0;
	background-color: #a0763d;
	background-image: -moz-linear-gradient( 90deg, #c49a4d 0%, #a46725 100%);
  background-image: -webkit-linear-gradient( 90deg, #c49a4d 0%, #a46725 100%);
  background-image: -ms-linear-gradient( 90deg, #c49a4d 0%, #a46725 100%);
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
#index #section_01 .content_02 .ttl .large {
	color: rgb(255, 222, 132);
	font-size: 30px;
}
#index #section_01 .content_02 .ttl .large2 {
	color: rgb(255, 222, 132);
	font-size: 32px;
}


#index #section_01 .content_02 .box_inner {
	background-color: #FFF;
	border: solid 2px #a0763d;
	background-image: url('../img/sec_01_bg_01.png');
	background-size: 216px 167px;
	background-repeat: no-repeat;
	background-position: right 24px bottom 20px;
}

#index #section_01 .content_02 .box_inner ul {
	padding: 8px 0;
}
#index #section_01 .content_02 .box_inner li {
	font-size: 22px;
	margin: 14px 0;
}

#index #section_01 .content_02 .img04 {
	max-width: 860px;
	margin: 0 auto;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#index #section_01 .content_02 .ttl {
		font-size: 17px;
		text-align: center;
		padding: 6px 8px 6px;
		background-color: #a0763d;
	}
	#index #section_01 .content_02 .ttl .large {
		font-size:18px;
	}
	#index #section_01 .content_02 .ttl .large2 {
		font-size:20px;
	}

	#index #section_01 .content_02 .box_inner {
		background-image: none;
	}

	#index #section_01 .content_02 .box_inner li {
		font-size: 15px;
		text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
		text-indent: -15px;
		padding-left: 15px;
	}
}




/** .content_03 *****************************************************************/
#index #section_01 .content_03 {
	position: relative;
	background-color: #FFF;
	border: solid 10px #d43603;
}

#index #section_01 .content_03 .ttl {
	font-size: 24px;
	font-family: '游明朝体', '游明朝', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', serif;
	font-weight: 600;
	padding-top: 27px;
	margin-bottom: 28px;
}

#index #section_01 .content_03 .ttl .large {
	font-size: 30px;
}
#index #section_01 .content_03 .ttl .large2 {
	font-size: 32px;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #f8e194 0%) repeat scroll 0 0;
}

#index #section_01 .content_03 .img05 {
	position: absolute;
	top: -49px;
	right: 20px;
	width: 58px;
}

#index #section_01 .content_03 ul li {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-indent: -76px;
	padding-left: 76px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #cabea4;
}
#index #section_01 .content_03 ul li:last-child {
	padding-bottom: 20px;
	margin-bottom: 0;
	border-bottom: none;
}

#index #section_01 .content_03 ul li .color {
	font-size: 16px;
}

#index #section_01 .content_03 ul li .num {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	text-indent: 0px;
	text-align: center;
	width: 26px;
	height: 26px;
	margin: 0 10px 0 8px;
	background-color: #5bb02a;
	border-radius: 3px;
}

#index #section_01 .content_03 ul li .small {
	font-size: 16px;
}

#index #section_01 .content_03 ul li .bold {
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	
}
@media screen and (max-width: 767px) {
	#index #section_01 .content_03 .ttl {
		font-size: 24px;
	}
	#index #section_01 .content_03 .ttl .large {
		font-size: 30px;
	}
	#index #section_01 .content_03 .ttl .large2 {
		font-size: 32px;
	}

	#index #section_01 .content_03 .img05 {
		position: absolute;
		top: -33px;
		right: 10px;
		width: 46px;
	}
#index #section_01 .content_03 .img05 img{
		width: 46px;
		height:auto;
	}
	#index #section_01 .content_03 ul li {
		font-size: 14px;
		text-indent: -73px;
		padding-left: 73px;
	}
	#index #section_01 .content_03 ul li .color {
		font-size: 14px;
	}
	#index #section_01 .content_03 ul li .num {
		font-size: 14px;
	}
	#index #section_01 .content_03 ul li .small {
		font-size: 14px;
	}
}






/************************************************************************************************************************************
	section_02
************************************************************************************************************************************/
#index #section_02 {
	margin-bottom: 59px;
}
#index #section_02 .common_ttl .ttl {
	max-width: 385px;
	padding: 22px 0 22px;
	margin: 0 auto;
}

#index #section_02 .button_01 {
	max-width: 702px;
	margin: 0 auto 70px;
}

#index #section_02 .button_02 {
	max-width: 702px;
	margin: 0 auto 70px;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#index #section_02 .common_ttl .ttl {
		max-width: 193px;
		max-width: 192.5px;
	}
	#index #section_02 .button_01, 
	#index #section_02 .button_02 {
		width: calc(100% - 15px);
		margin: 0 auto 40px;
	}
}




/** .content_01 *****************************************************************/
#index #section_02 .content_01 {
	padding-bottom: 55px;
	margin-bottom: 40px;
	background-color: #FFF;
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
}

#index #section_02 .content_01 .list01 {
	padding-top: 45px;
}
#index #section_02 .content_01 .list01 li {
	margin-top: 14px;
}

#index #section_02 .content_01 .list01 li .ttl {
	font-size: 23px;
	font-weight: 600;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝体', '游明朝', 'Yu Mincho', YuMincho, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', serif;
	letter-spacing: -2px;
	vertical-align: bottom;
	min-height: 34px;
	padding-bottom: 1px;
	margin-top: 6px;
	margin-bottom: 7px;
	border-bottom: solid 1px #5b5b5b;
}
#index #section_02 .content_01 .list01 li .ttl.uq01 {
	letter-spacing: -4px;
}
#index #section_02 .content_01 .list01 li .ttl.uq02 {
	font-size: 21px;
	letter-spacing: -1px;
}
#index #section_02 .content_01 .list01 li .ttl.uq02.small {
	font-size: 18px;
	letter-spacing: -3px;
}
#index #section_02 .content_01 .list01 li .ttl.uq02.small span {
	font-size: 18px;
	letter-spacing: -3px;
}
#index #section_02 .content_01 .list01 li .ttl.uq02 span {
	font-size: 20px;
	letter-spacing: -6px;
}
#index #section_02 .content_01 .list01 li .ttl span {
	color: #cc2a0a;
}
#index #section_02 .content_01 .list01 li .text {
	font-size: 14px;
	margin-top: 7px;
}
#index #section_02 .content_01 .list01 li.is_empty {
}

#index #section_02 .content_01 .text01 {
	font-size: 16px;
	padding: 15px 50px;
	margin: 20px 0 30px;
	background-color: #f5f2eb;
}
#index #section_02 .content_01 .text01 span {
	color: #e9972c;
	font-size: 18px;
	font-weight: 600;
}

#index #section_02 .content_01 .text02 {
	font-size: 14px;
	text-align: right;
	margin: 30px 0 20px;
}



#index #section_02 .content_01 .list02 {
	margin-bottom: 25px;
}
#index #section_02 .content_01 .list02 li {
	margin-top: 30px;
}
#index #section_02 .content_01 .list02 li .text {
	font-size: 13px;
	text-align: center;
}





#index #section_02 .content_01 .redtext {
	color: #cf3303;
	font-size: 18px;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	margin-top: 12px;
}

#index #section_02 .content_01 .table {
	width: 100%;
}
#index #section_02 .content_01 .table table {
	width: 100%;
}
#index #section_02 .content_01 .table table thead {
}
#index #section_02 .content_01 .table table tbody {
}

#index #section_02 .content_01 .table table thead {
	border-top: solid 1px #7e6c5d;
	border-left: solid 1px #7e6c5d;
	border-right: solid 1px #7e6c5d;
}
#index #section_02 .content_01 .table table thead td {
	width: 250px;
	background-color: #e5ddcf;
	border-bottom: solid 1px #a18d6f;
}
#index #section_02 .content_01 .table table thead th {
	color: #675638;
	font-size: 18px;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0;
	background-color: #e5ddcf;
	border-left: solid 1px #b3a69a;
	border-bottom: solid 1px #b3a69a;
}
#index #section_02 .content_01 .table table thead th:nth-child(2) {
	width: 130px;
}

#index #section_02 .content_01 .table table tbody {
}
#index #section_02 .content_01 .table table tbody th {
	color: #675638;
	font-size: 18px;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	vertical-align: middle;
	padding: 8px 0;
	background-color: #f4eee4;
	border-left: solid 1px #b3a69a;
	border-right: solid 1px #b3a69a;
	border-bottom: solid 1px #b3a69a;
}
#index #section_02 .content_01 .table table tbody td {
	color: #675638;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	vertical-align: middle;
	padding: 8px;
	border-left: solid 1px #b3a69a;
	border-right: solid 1px #b3a69a;
	border-bottom: solid 1px #b3a69a;
}
#index #section_02 .content_01 .table table tbody td:nth-child(2) {
	font-size: 16px;
	text-align: center;
}


@media print, screen and (min-width: 768px) {
	#index #section_02 .content_01 .list01 li {
		width: 290px;
	}
	#index #section_02 .content_01 .list01 li:nth-child(1), 
	#index #section_02 .content_01 .list01 li:nth-child(2), 
	#index #section_02 .content_01 .list01 li:nth-child(3) {
		margin-top: 0;
	}
	#index #section_02 .content_01 .list01 li.is_empty {
		width: 290px;
		height: 1px;
		margin: 0;
	}



	#index #section_02 .content_01 .list02 li {
		width: 215px;
	}
	#index #section_02 .content_01 .list02 li:nth-child(1), 
	#index #section_02 .content_01 .list02 li:nth-child(2), 
	#index #section_02 .content_01 .list02 li:nth-child(3), 
	#index #section_02 .content_01 .list02 li:nth-child(4) {
		margin-top: 0;
	}
	#index #section_02 .content_01 .list02 li.is_empty {
		width: 215px;
		height: 1px;
		margin: 0;
	}
}
@media screen and (max-width: 767px) {
	#index #section_02 .content_01 .list01 {
		padding-top: 25px;
	}
	#index #section_02 .content_01 .list01 li {
		width: 100%;
		margin-top: 30px;
	}
	#index #section_02 .content_01 .list01 li:first-child {
		margin-top: 0;
	}
	#index #section_02 .content_01 .list01 li.is_empty {
		margin: 0;
	}


	#index #section_02 .content_01 .list02 li {
		width: 49%;
	}
	#index #section_02 .content_01 .list02 li.is_empty {
		margin: 0;
	}


	#index #section_02 .content_01 .redtext {
		font-size: 16px;
	}

	#index #section_02 .content_01 .text01 {
		font-size: 14px;
		padding: 15px 10px;
		margin: 30px 0;
	}

	#index #section_02 .content_01 .table {
		position: relative;
		overflow: auto;
		white-space: nowrap;
	}
	#index #section_02 .content_01 .table::-webkit-scrollbar {
		height: 5px;
	}
	#index #section_02 .content_01 .table::-webkit-scrollbar-track {
		background: #EEEEEE;
	}
	#index #section_02 .content_01 .table::-webkit-scrollbar-thumb {
		background: #666666;
	}
	#index #section_02 .content_01 .table table {
		width: 650px;
	}

	#index #section_02 .content_01 .table table thead th {
		font-size: 16px;
	}
	#index #section_02 .content_01 .table table tbody th {
		font-size: 15px;
	}
	#index #section_02 .content_01 .table table tbody td {
		font-size: 14px;
	}


	#index #section_02 .content_01 .list01 li .ttl {
		font-size: 17px;
		letter-spacing: 0px;
	}
	#index #section_02 .content_01 .list01 li .ttl.uq01 {
		font-size: 17px;
		letter-spacing: 0px;
	}
	#index #section_02 .content_01 .list01 li .ttl.uq02 {
		font-size: 17px;
		letter-spacing: 0px;
	}
	#index #section_02 .content_01 .list01 li .ttl.uq02 span {
		font-size: 17px;
		letter-spacing: 0px;
	}
}




/** .content_02 *****************************************************************/
#index #section_02 .content_02 {
	position: relative;
	z-index: 1;
	background-color: #FFF;
	box-shadow: 7.314px 6.82px 0px 3px rgba(0, 0, 0, 0.16);
}

#index #section_02 .content_02 .ttl {
	color: #6c4a22;
	font-size: 24px;
	font-weight: 600;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝体', '游明朝', 'Yu Mincho', YuMincho, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', serif;
	padding: 30px 0 15px 30px;
	background-image: -moz-linear-gradient( 90deg, #fffbd9 0%, #fffdee 100%);
	background-image: -webkit-linear-gradient( 90deg, #fffbd9 0%, #fffdee 100%);
	background-image: -ms-linear-gradient( 90deg, #fffbd9 0%, #fffdee 100%);
	border: solid 1px #f4eee4;
}
#index #section_02 .content_02 .color {
	color: #9e8356;
}
#index #section_02 .content_02 .large {
	font-size: 32px;
}

#index #section_02 .content_02 .box_inner {
	padding-top: 15px;
	padding-bottom: 30px;
	border-left: solid 1px #b3a69a;
	border-right: solid 1px #b3a69a;
	border-bottom: solid 1px #b3a69a;
}

#index #section_02 .content_02 .ttl02 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
#index #section_02 .content_02 .ttl02::before {
	display: block;
	position: absolute;
	top: 5px;
	left: -23px;
	content: " ";
	width: 21px;
	height: 20px;
	background-image: url('../img/sec_02_img_04.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#index #section_02 .content_02 .text {
	margin-bottom: 24px;
}
#index #section_02 .content_02 .text.uq01 {
}

#index #section_02 .content_02 .text02 {
	font-size: 15px;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: middle;
}
#index #section_02 .content_02 .text02 span {
	font-size: 14px;
	vertical-align: middle;
}
#index #section_02 .content_02 .text02 img {
	width: 150px;
	margin-left: 15px;
	vertical-align: middle;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#index #section_02 .content_02 {
		background-image: none;
		background-size: contain;
		background-position: right bottom;
	}
	#index #section_02 .content_02 .ttl {
		font-size: 17px;
		padding: 6px 15px 6px;
	}
	#index #section_02 .content_02 .large {
		font-size: 24px;
	}

	#index #section_02 .content_02 .ttl02 {
		font-size: 16px;
		padding-left: 16px;
	}
	#index #section_02 .content_02 .ttl02::before {
		left: -5px;
	}

	#index #section_02 .content_02 .text {
		text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
		padding: 0 18px;
	}
}






/************************************************************************************************************************************
	section_03
************************************************************************************************************************************/
#index #section_03 {
}
#index #section_03 .common_ttl .ttl {
	max-width: 244px;
	padding: 20px 0 20px;
	margin: 0 auto;
}

#index #section_03 .button_01 {
	max-width: 702px;
	margin: 0 auto 94px;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#index #section_03 .common_ttl .ttl {
		max-width: 122px;
	}
	#index #section_03 .button_01 {
		width: calc(100% - 15px);
		margin: 0 auto 54px;
	}
}




/** .content_01 *****************************************************************/
#index #section_03 .content_01 {
	padding: 45px 0 25px;
	margin-bottom: 40px;
	background-color: #FFF;
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
}

#index #section_03 .list01 {
}
#index #section_03 .list01 .box {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	position: relative;
	color: #463f2f;
	font-size: 18px;
	vertical-align: middle;
	padding: 11px 0 11px 13px;
	border: solid 2px #dec7a1;
	border-left: solid 25px #dec7a1;
	border-radius: 6px;
}
#index #section_03 .list01 .box span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -17px;
	color: #806841;
	font-size: 24px;
	font-weight: 600;
	font-family: "Times New Roman";
	height: 1em;
	margin: auto 0;
}
#index #section_03 .list01 .arrow {
	vertical-align: middle;
	text-align: center;
}



#index #section_03 .common_ttl02 {
	color: #c34f28;
	font-size: 18px;
	font-weight: 600;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	margin-top: 40px;
	border-bottom: solid 2px #dec7a1;
}
#index #section_03 .inner {
	padding: 0 25px;
}
#index #section_03 .text01 {
	font-size: 14px;
	letter-spacing: -0.7px;
	margin-bottom: 25px;
}
#index #section_03 .text01:last-child {
	margin-bottom: 0px;
}
#index #section_03 .text02 {
	font-size: 14px;
	letter-spacing: -0.7px;
	padding: 0 13px;
	margin-bottom: 25px;
}
#index #section_03 .text02:last-child {
	margin-bottom: 0px;
}
#index #section_03 .ttl2 {
	font-size: 14px;
	font-weight: 600;
	text-indent: -13px;
	margin-bottom: 2px;
}
#index #section_03 .text01 a, 
#index #section_03 .text02 a {
	text-decoration: underline;
}


#index #section_03 .through {
	text-decoration: line-through;
}
#index #section_03 .red {
	color: red;
	font-weight: 600;
}


#index #section_03 .boxtext {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	max-width: 540px;
	padding: 20px 25px;
	margin-bottom: 25px;
	border: solid 2px #dec7a1;
}
#index #section_03 .boxtext li {
	font-size: 14px;
}
#index #section_03 .boxtext li span {
	font-weight: 600;
}

#index #section_03 .boxtext02 {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	font-size: 16px;
	max-width: 540px;
	padding: 20px 25px;
	margin-bottom: 20px;
	border: solid 2px #dec7a1;
}
#index #section_03 .boxtext02 span {
	font-weight: 600;
}


@media print, screen and (min-width: 768px) {
	#index #section_03 .list01 {
		display: table;
		width: 100%;
	}
	#index #section_03 .list01 li {
		display: table-cell;
		letter-spacing: -2px;
	}
	#index #section_03 .list01 .box {
	}
	#index #section_03 .list01 .box span {
		top: -8px;
	}
	#index #section_03 .list01 .arrow {
		width: 13px;
	}
	#index #section_03 .list01 .arrow span {
		z-index: 1;
		width: 13px;
		height: 25px;
		margin: auto 0;
	}

	#index #section_03 .list01 .box:nth-child(1) { width: 306px; }
	#index #section_03 .list01 .box:nth-child(3) { width: 162px; }
	#index #section_03 .list01 .box:nth-child(5) { width: 101px; }
	#index #section_03 .list01 .box:nth-child(7) { width: 167px; }
	#index #section_03 .list01 .box:nth-child(9) { width: 112px; }

	#index #section_03 .boxtext li {
		float: left;
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	#index #section_03 .list01 .arrow {
		width: 15px;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	#index #section_03 .list01 .box {
		font-size: 16px;
	}
	#index #section_03 .list01 .box span {
		top: -8px;
	}


	#index #section_03 .inner {
		padding: 0 0px;
	}
	#index #section_03 .common_ttl02 {
		font-size: 17px;
	}
	#index #section_03 .ttl2 {
		padding-left: 13px;
	}
	#index #section_03 .boxtext li:first-child {
		margin-bottom: 15px;
	}
}






/************************************************************************************************************************************
	section_04
************************************************************************************************************************************/
/** #section_04 *****************************************************************/
#index #section_04 {
}
#index #section_04 .common_ttl .ttl {
	max-width: 183px;
	padding: 21px 0 18px;
	margin: 0 auto;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#index #section_04 .common_ttl .ttl {
		max-width: 92px;
		max-width: 91.5px;
	}
}


/** .content_01 *****************************************************************/
#index #section_04 .content_01 {
	padding: 40px 0 40px;
	margin-bottom: 39px;
	background-color: #FFF;
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
}

#index #section_04 .content_01 dl {
	padding-bottom: 10px;
	margin-bottom: 9px;
	border-bottom: dotted 1px #bfbfbf;
}
#index #section_04 .content_01 dl:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#index #section_04 .content_01 dt {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.5px;
	padding: 2px 10px 7px 40px;
	margin-bottom: 5px;
	background-image: url('../img/sec_04_img_01.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: left top;
}
#index #section_04 .content_01 dd {
	font-size: 16px;
	letter-spacing: -0.5px;
	padding: 2px 10px 7px 40px;
	background-image: url('../img/sec_04_img_02.png');
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: left top;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#index #section_04 .content_01 dt {
		font-size: 16px;
	}
	#index #section_04 .content_01 dd {
		font-size: 14px;
	}
}






/************************************************************************************************************************************
	section_05
************************************************************************************************************************************/
/** #section_05 *****************************************************************/
#index #section_05 {
}
#index #section_05 .common_ttl .ttl {
	max-width: 652px;
	padding: 19px 0 17px;
	margin: 0 auto;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}




/** .content_01 *****************************************************************/
#index #section_05 .content_01 {
	padding: 38px 0 35px;
	margin-bottom: 30px;
	background-color: #FFF;
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
}

#index #section_05 .content_01 .text01 {
	font-size: 16px;
	margin: 0 0 25px;
}
#index #section_05 .content_01 .text01 .required {
	color: #ff0000;
}

#index #section_05 .content_01 .check {
	font-size: 16px;
	vertical-align: middle;
	margin: 25px 0 45px;
}
#index #section_05 .content_01 .ttl {
	color: #7b9c41;
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 9px;
}
#index #section_05 .content_01 .pptext {
	overflow-y: scroll;
	height: 100px;
	border: solid 1px #bfbfbf;
}
#index #section_05 .content_01 .pptext p {
	padding: 1em;
}



@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#index #section_05 .content_01 .preferred span {
		font-size: 12px;
		letter-spacing: -5px;
	}
	#index #section_05 .content_01 .preferred p:not(:last-child) {
		margin-bottom: 10px;
	}

	#index #section_05 .content_01 .check {
		font-size: 14px;
		text-indent: -19px;
		padding-left: 19px;
		margin: 15px 0 25px;
	}

	#index #section_05 .content_01 .ttl {
		font-size: 16px;
		margin-top: 40px;
	}
	#index #section_05 .content_01 .pptext p {
		font-size: 12px;
	}
}






/** .content_02 *****************************************************************/
#index #section_05 .content_02 {
	padding: 0 0 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	border: solid 1px #ffc822;
	background-image: url('../img/sec_05_bg_01.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: left top;
}


#index #section_05 .content_02 .ttl {
	font-size: 17px;
	font-weight: 600;
	padding: 13px 0 9px 0;
	border-bottom: solid 3px #f4eee4;
}

#index #section_05 .content_02 table {
	width: 100%;
	margin: 10px 0 15px;
}
#index #section_05 .content_02 table tr {
	border-bottom: dotted 1px #000;
}
#index #section_05 .content_02 table th {
	color: #2d2d2d;
	font-size: 16px;
	text-align: left;
	width: 88px;
	padding: 4px 0px 6px 2px;
}
#index #section_05 .content_02 table td {
	font-size: 16px;
	padding: 4px 2px 6px 8px;
}

#index #section_05 .content_02 .link {
	display: inline-block;
	padding: 9px 26px;
	background-color: #f8f3e3;
}
#index #section_05 .content_02 .link a {
	color: #ad6b03;
	font-size: 14px;
}
#index #section_05 .content_02 .link a::after {
	display: inline-block;
	content: " ";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	background-image: url('../img/sec_05_icon_01.png');
	background-size: 12px 12px;
	background-repeat: repeat;
	background-position: left center;

}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	#index #section_05 .content_02 .ttl {
		font-size: 16px;
	}
	#index #section_05 .content_02 table th {
		font-size: 14px;
	}
	#index #section_05 .content_02 table td {
		font-size: 14px;
	}

	#index #section_05 .content_02 a {
		font-size: 13px;
	}
}






/************************************************************************************************************************************
	profile
************************************************************************************************************************************/
/** #profile *****************************************************************/
#index #profile .inner {
	background-color: #FFF;
	box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.16);
}
#index #profile table {
	background-color: #FFF;
}


@media print, screen and (min-width: 768px) {
	#index #profile {
		padding-top: 20px;
	}
	#index #profile .inner {
		padding: 40px 20px;
	}
}
@media screen and (max-width: 767px) {
	#index #profile {
		padding-top: 60px;
	}
	#index #profile .inner {
		padding: 80px 10px;
	}
}






/************************************************************************************************************************************
	subsidy
************************************************************************************************************************************/
/** #subsidy *****************************************************************/
#index #subsidy .common_ttl .ttl {
	text-align: center;
	text-shadow: 0px 0px 3px rgba(93, 20, 7, 0.004);
}
#index #subsidy .common_ttl .ttl span {
	vertical-align: middle;
}
#index #subsidy .common_ttl .ttl .large {
	color: #e0c657;
	font-size: 33px;
	font-weight: 600;
	background: -webkit-linear-gradient(90deg, #e0c657, #fef8d9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#index #subsidy .common_ttl .ttl .small {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	margin-left: 10px;
}


#index #subsidy .inner {
	background-color: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(145, 116, 65, 0.5);
}
#index #subsidy table {
	background-color: #FFF;
}

#index #subsidy .uq1 {
	background: #F7F8E0;
	padding: 15px;
}


@media print, screen and (min-width: 768px) {
	#index #subsidy {
		padding-top: 20px;
	}
	#index #subsidy .inner {
		padding: 40px 20px;
	}

	#index #subsidy .common_ttl .inner {
		padding: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	#index #subsidy {
		padding-top: 120px;
	}
	#index #subsidy .inner {
		padding: 10px 10px;
	}

	#index #subsidy .common_ttl .ttl .large {
		font-size: 18px;
	}
	#index #subsidy .common_ttl .ttl .small {
		font-size: 14px;
	}
}








#section_02 .uq_design_tag {
	height: 20px;
}


/* お問い合わせフォームへのボタンと電話案内 */

.contact_text {
	max-width: 820px;
	margin: 20px auto 95px;
	padding-bottom: 10px;
	border: solid 1px rgb(62, 131, 43);
	border-radius: 3px;
}
.contact_text h2 {
	color: #FFF;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 13px;
	background-color: rgb(62, 131, 43);
}


.contact_text .left {
	max-width: 415px;
}

.contact_text .right span,
.contact_text .right a {
	display: block;
	margin: 0 auto;
	line-height: 1;
}
.contact_text .right span:nth-child(1) {
	max-width: 296px;
}
.contact_text .right a:nth-child(2) {
	max-width: 309px;
	margin: 7px 0;
}
.contact_text .right span:nth-child(3) {
	max-width: 127px;
}


@media print, screen and (min-width: 768px) {
	.contact_text {
	}
	.contact_text .left {
		float: left;
		padding-left: 26px;
	}
	.contact_text .right {
		float: right;
		padding-right: 13px;
	}
}
@media screen and (max-width: 767px) {
	.contact_text h2 {
		font-size: 20px;
	}
	.contact_text .left,
	.contact_text .right {
		padding-left: 10px;
		padding-right: 10px;
	}
	.contact_text .left {
		margin-bottom: 10px;
	}

	.contact_text .right a:nth-child(2) {
		margin: 7px auto;
	}
}

