/* ----------- mv ----------- */
#top_anchor02 h2 {
	font-size: 3rem;
}

.mv {
	position: relative;
}
.mv_box{
	width: 100%;
	height: 770px;
	padding: 45px 0 0 0;
	box-sizing: border-box;
	background: url(../img/mv_bg.png) no-repeat top center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.mv_tableBox{
	position: relative;
	width: 1000px;
	max-width: 95%;
	height: 100%;
	margin: 0 auto;
}
.mv_box table{
	width: 100%;
	height: 100%;
}
.mv_box table td{
	vertical-align: top;
	text-align: left;
}
.mv_content{
	
}
.mv_content img.mv_pc{
	display: block;
	max-width: 100%;
	position: relative;
	left: -1%;
}
.mv_content img.mv_sp{
	display: none;
	max-width: 100%;
	margin: 0 auto;
}
.mv_btn{
	padding-top: 15px;
}
.mv_btn a{
	display: inline-block;
	width: 495px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1;
	background-color: #ff8000;
	color: #FFFFFF;
	text-align: center;
	padding: 27px 10px 20px;
	letter-spacing: 2px;
	border-radius: 5px;
}
.mv_btn a span{
	margin-right: 8px;
}
.mv_btn a:hover{
	background-color: #e60012;
	/*opacity: 0.9;*/
}
.mv_banner{
	width: 100%;
	background-color: rgba(144,29,219,0.75);
	position: absolute;
	bottom: 0;
	left: 0;
}
.mv_bannerContent{
	width: 1000px;
	max-width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.mv_bannerContent div{
	width: 31%;
	float: left;
	padding: 35px 0;
}
.mv_bannerContent div:nth-child(2){
	margin: 0 3.5%;
}
.mv_bannerContent div img.mv_pc{
	display: block;
}
.mv_bannerContent div img.mv_sp{
	display: none;
}
/* ----------- common ----------- */


/* ----------- insurance ----------- */
.insurance{
	background: url(../img/top_img01.png) no-repeat center center;
	background-size: cover;
	padding: 85px 0;
}
.insurance_Box{
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*opacity: 0;*/
}
.insurance_L{
	/*width: 57%;*/
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	padding-right: 45px;
}
.insurance_R{
	width: 390px;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	padding-top: 20px;
}
.insurance_content{
	background-color: #FFFFFF;
	margin-top: 18px;
}
.insurance_cQ{
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	color: #901ddb;
	border-bottom: 3px solid #901ddb;
	padding: 25px 20px 10px;
}
.insurance_cA{
	padding: 10px 25px 20px 20px;
}
.insurance_cA table{
	width: 100%;
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: normal;
	color: #2e3136;
}
.insurance_cA table td:nth-child(1){
	color: #901ddb;
	font-size: 1.2rem;
	vertical-align: top;
	padding: 3px 0;
	width: 14px;
}
.insurance_cA table td:nth-child(2){
	vertical-align: top;
	padding: 3px 0;
	text-align: justify;
}
.insurance_RTitle{
	font-size: 3.7rem;
	color: #2e3136;
	font-weight: bold;
	text-align: center;
}
.insurance_city{
	padding-top: 20px;
	overflow: hidden;
	padding-right: 15px;
}
.insurance_city span{
	display: block;
	font-size: 2.0rem;
	line-height: 1;
	background-color: #901ddb;
	color: #FFFFFF;
	width: 31%;
	padding: 8px 0px 4px;
	text-align: center;
	margin-bottom: 15px;
	box-sizing: border-box;
	float: left;
}
.insurance_city span:nth-child(3n-1){
	margin: 0 3.5% 15px 3.5%;
}
/* ----------- reason ----------- */
.reason{
	background: url(../img/top_img02.png) no-repeat;
	background-position: calc(50% + 268px) bottom;
	padding: 75px 0;
}
.reason_Box{
	width: 56.7%;
	margin: 0 auto 0 0;
}
.reason_content{
	padding-top: 15px;
}
.reason_content li{
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #901ddb;
	margin-bottom: 12px;
}
.reason_content li:last-child{
	margin-bottom: 0;
}
.reason_num{
	width: 95px;
	background-color: #901ddb;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	padding-top: 5px\0;
	
}
.reason_text{
	background-color: #FFFFFF;
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 20px 25px 15px;
}
.reason_num p:nth-child(1){
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
	color: #FFFFFF;
}
.reason_num p:nth-child(2){
	font-size: 3.0rem;
	line-height: 1;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}
.reason_text p:nth-child(1){
	font-size: 3.0rem;
	line-height: 1;
	font-weight: bold;
	color: #901ddb;
	text-align: justify;
}
.reason_text p:nth-child(2){
	font-size: 1.8rem;
	line-height: 1;
	color: #2e3136;
	padding-top: 10px;
	text-align: justify;
}
.reason_img{
	display: none;
}


@media only screen and (max-width: 1024px) {
	/* ----------- insurance ----------- */
	.insurance_L {
	    padding-right: 30px;
	}
	.insurance_R {
	    width: 290px;
	    padding-top: 20px;
	}
	.insurance_city {
	    padding-right: 0px;
	}
	.insurance_city span {
	    width: 48%;
	}
	.insurance_city span:nth-child(3n-1) {
	    margin: 0 0% 15px 0;
	}
	.insurance_city span:nth-child(2n) {
	    margin-left: 4%;
	}
	/* ----------- reason ----------- */
	.reason {
	    background: url(../img/top_img02.png) no-repeat;
	    background-position: calc(100% + 30px) bottom;
	    background-size: 50% auto;
	}
	.reason_Box {
	    width: 60%;
	}
	.reason_text p:nth-child(1) {
	    font-size: 3.0vw;
	}
	
	
}

@media only screen and (max-width: 768px) {
	#top_anchor02 h2 {
		font-size: 2.8rem;
	}
	/* ----------- mv ----------- */
	.mv_box {
	    width: 100%;
	    height: 93vw;
	    padding: 7vw 0 13vw;
	}
	.mv_btn {
	    padding-top: 10px;
	}
	.mv_btn a {
	    width: 50vw;
	    font-size: 3.0vw;
	    padding: 3.2vw 1.0vw;
	    letter-spacing: 0px;
	}
	.mv_bannerContent div {
	    width: 32%;
	    padding: 2.0vw 0;
	}
	.mv_bannerContent div:nth-child(2) {
	    margin: 0 2%;
	}
	.mv_btn a img {
	    width: 1.6vw;
	}
	/* ----------- common ----------- */
	
	/* ----------- insurance ----------- */
	.insurance_L {
	    padding-right: 0px;
	    display: block;
	}
	.insurance_R {
	    width: auto;
	    padding-top: 20px;
	    display: block;
	}
	.insurance_RTitle {
	    font-size: 3.0rem;
	}
	.insurance_city {
	    padding-top: 15px;
	    margin-bottom: -15px;
	}
	.insurance_city span{
		width: 31%;
	}
	.insurance_city span:nth-child(2n){
		margin: 0 0% 15px 0%;
	}
	.insurance_city span:nth-child(3n-1){
		margin: 0 3.5% 15px 3.5%;
	}
	/* ----------- reason ----------- */
	.reason {
	    background: #FFFFFF;
	    padding-bottom: 0 !important;
	}
	.reason_Box {
	    width: auto;
	}
	.reason_num {
	    width: 85px;
	}
	.reason_num p:nth-child(1) {
	    font-size: 1.4rem;
	}
	.reason_num p:nth-child(2) {
	    font-size: 2.6rem;
	    padding-top: 5px;
	}
	.reason_text p:nth-child(1) {
	    font-size: 2.6rem;
	}
	.reason_text {
	    background-color: rgba(255,255,255,0.6);
	    padding: 15px 15px 10px;
	}
	.reason_img{
		display: block;
		padding-top: 20px;
	}
	.reason_img img{
		display: block;
		margin: 0 auto;
		width: 50%;
	}
	
}

@media only screen and (max-width: 480px) {
	#top_anchor02 h2 {
		font-size: 2.4rem;
	}
	
	/* ----------- mv ----------- */
	.mv_box {
	    height: 160vw;
	    padding: 3.5vw 0 56.5vw;
	    background: url(../img/mv_sp_bg.png) no-repeat top center;
	    background-size: cover;
	   background-position: center center;
	    overflow: hidden;
	    position: relative;
	}
	.mv_tableBox {
	    width: 434px;
	    max-width: 100%;
	}
	.mv_box table td {
	    text-align: center;
	    vertical-align: middle;
	}
	.mv_content img.mv_pc{
		display: none;
	}
	.mv_content img.mv_sp{
		display: block;
		width: 100%;
		max-width: 434px;
	}
	.mv_btn {
	    padding-top: 5px;
	}
	.mv_btn a {
	    width: 91%;
	    font-size: 4.7vw;
	    padding: 4.3vw 1.0vw 4.0vw;
	    letter-spacing: 0px;
	}
	.mv_btn a img {
	    width: 2.6vw;
	}
	.mv_banner {
	    width: 100%;
		background-color: rgba(144,29,219,1);
	    position: relative;
	    padding: 7.5vw 0;
	}
	.mv_bannerContent div {
	    width: 100%;
	    padding: 0 0;
	}
	.mv_bannerContent div:nth-child(2) {
	    margin: 3.0vw 0;
	}
	.mv_bannerContent div img.mv_pc{
		display: none;
	}
	.mv_bannerContent div img.mv_sp{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 407px;
	}
	/* ----------- common ----------- */
	
	/* ----------- insurance ----------- */
	.insurance {
	    background: url(../img/top_img01.png) no-repeat 80% center;
	    background-size: cover;
	}
	.insurance_cQ {
	    font-size: 1.8rem;
	    line-height: 1;
	    border-bottom: 2px solid #901ddb;
	    padding: 15px 10px 10px;
	}
	.insurance_cA {
	    padding: 15px 15px 20px;
	}
	.insurance_cA table {
	    font-size: 1.4rem;
	    line-height: 2.0rem;
	}
	.insurance_cA table td:nth-child(1) {
	    font-size: 1.2rem;
	    width: 12px;
	}
	.insurance_RTitle {
	    font-size: 2.6rem;
	}
	.insurance_city {
	    padding-top: 10px;
	}
	.insurance_city span {
	    font-size: 1.6rem;
	    padding: 8px 0px 5px;
	}
	/* ----------- reason ----------- */
	.reason {
	    padding-bottom: 0 !important;
	}
	.reason_content li {
	    border: 2px solid #901ddb;
	    margin-bottom: 10px;
	}
	.reason_num {
	    width: 65px;
	}
	.reason_text {
	    background-color: rgba(255,255,255,0.6);
	    padding: 15px 10px 10px;
	}
	.reason_text p:nth-child(1) {
	    font-size: 2.2rem;
	}
	.reason_text p:nth-child(2) {
	    font-size: 1.6rem;
	    padding-top: 5px;
	}
	.reason_img img {
	    width: 70%;
	}
	
}

/*20230314追加　対応エリア*/

.insurance_city a:nth-child(3n-1) span{
	margin: 0 3.5% 15px 3.5%;
}
	




