@charset "UTF-8";


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

body {
	font-family: "メイリオ", Meiryo,-apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap {
	width: 960px;/* 960px */
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

a {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media screen and (min-width: 767px) {
a:hover {
	opacity: .7;
}
}

p {
	font-size: 14px;
}

.pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 999;
}

.pagetop img {
	width: 42px;
	height: 42px;
}
#form{
	display:block;
	margin-top: -13px;
	padding-top: 13px;
}
@media screen and (min-width: 767px) {
	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}


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


header {
	height: 83px;
	background-color: #fff;
/*	position: fixed;
	top: 0;
	left: 0;*/
    /*
	z-index: 9999;
	width: 100%;
    border-top: #c01920 solid 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	position: fixed;
}

header .h_wrap {
	max-width: 960px;
	margin: 0 auto;
}

header .h_wrap .logo {
	float: left;
	padding-top: 20px;
}

header .h_wrap .logo img {
	height: 40px;
}

header .h_wrap .utility {
	float: right;
	vertical-align: middle;
	position: relative;
	
}

header .h_wrap .utility .tel{
	display: inline-block;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 17px;
}*/

/* 修正 4/3 */
/*.head_list{
display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 11px auto 8px;
    align-items: center;
    position: fixed;
    /*background-color: #fff;*/
    /*border-top: 8px solid #c01920;*/
        /*top: -5px;
        z-index: 10;
}*/

/*.entry_list{
	display: flex;
    justify-content: center;
	align-items: center;
}

header{
 	display: flex;
    justify-content: center;
}
================================================== */

.pcbtn{
	display: block;
}
.spbtn{
	display: none;
}

.tel.pcbtn{
	padding-right: 15px;
}

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

.head_list{
    height: 15.5vw;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 3px;
}
.head_list h1 img{
	max-height: 90vw;
}
.head_list li:nth-child(1){
	width: 52vw;
}
.head_list li:nth-child(2){
	width: 39vw;
	text-align: right;
}
.pcbtn{
	display: none;
}
.spbtn{
	display: block;
}
.entry_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
}
    



/* ==================================================
	kv
 ================================================== */

#kv {
	margin-top:0;
	height: 670px;
	background: url("../img/kv.jpg") no-repeat center center;
	margin-bottom: -60px;
}


.kv_p a {
    color: #080808;
    text-decoration: underline;
}


/* ==================================================
	section
 ================================================== */

section .ttl {
	font-size: 30px;
	letter-spacing: 4px;
	text-align: center;
    margin: 20px 0 0 0;
	margin-bottom: 22px;
	position: relative;
}
section .ttl .big {
	font-size: 50px;
}
section .ttl .red {
	color: #c01920;
}
section .ttl::after {
	content:"";
    display:inline-block;
    width:60px;
    height:6px;
    background-color: #c01920;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
}
section .lead {
	font-size: 18px;
	line-height: 2.2;
	text-align: left;
    /*width: 80%;*/
    margin: 10px auto 20px;
}
section .lead_c {
		font-size: 18px;
	line-height: 2.2;
	text-align: center;
    width: 80%;
    margin: 10px auto 20px;
}
section .attention {
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
}


/* 個別
 -------------------------------------------------- */
.sp_ds{
        display:none;
    }
    .pc_ds{
        display:block;
    }
 
.lead_img{
    max-width: 1200px;
    margin: 0 auto;
}

#point5 .point {
	padding-top: 0px;
    padding-bottom: 20px;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content:center;
    flex-wrap: wrap;
}
.markerO{
    background: linear-gradient(transparent 60%, #ffcacc 0%);
}
.fwB{
    font-weight: bold;
}

#number .point {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;
}
#number .lead02 {
	font-size: 24px;
	padding-top: 70px;
	text-align:center;
	padding-bottom: 24px;
}

#voice .voice {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;
}
#voice .voiceB {
  -webkit-flex-direction: row-reverse; /* Safari */
  flex-direction:         row-reverse;
}
#voice .voiceC {
    padding-top: 16px;
}
#voice .voice .comment{
	width: 600px;
	background: #f9e8e8;
	padding: 30px;
	font-size: 16px;
	border-radius: 10px;
	position: relative;
}
#voice .voice .comment .under{
	text-decoration: underline;
}
#voice .voice .comment::before{
  content: '';
  position: absolute;
  left: -15px;
  top: 40px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid #f9e8e8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
#voice .voice.voiceB .comment::before{
  right: -15px;
	left:inherit;
	border-right: none;
  border-left: 15px solid #f9e8e8;
}

#flow img{
	display: inline-block;
}

.careerpass .lead {
	margin-bottom: 30px;
}
#support .point {
	font-size: 30px;
	letter-spacing: 4px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
	font-weight: bold;
	position: relative;
}
#support .point::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -40px;
	margin-left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #c01920;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#support .support {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:space-between;
}
/* .tab_content{
    display: block;
} */

/* タブ */
/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 900px;
    margin: 0 auto;
}
  
  /*タブのスタイル*/
  .tab_item,.tab_item2 {
    width: calc(100%/2);
    height: 50px;
    border-bottom: 3px solid #c11920;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
  .tab_item2:hover {
    opacity: 0.75;
  }
  
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  input[name="tab_item2"] {
    display: none;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .tab_contents {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
  }
  
  
  /*選択されているタブのコンテンツのみを表示*/
  #tabs_1:checked ~ #tabs_1_content,
  #tabs_2:checked ~ #tabs_2_content {
    display: block;
  }
  #tabs_3:checked ~ #tabs_3_content,
  #tabs_4:checked ~ #tabs_4_content  {
    display: block;
  }
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color: #c11920;
    color: #fff;
  }
  .tabs input:checked + .tab_item2 {
    background-color: #c11920;
    color: #fff;
  }



#faq dl {
	font-size: 16px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#faq dl dt{
	background: url("../img/faq_q.gif") no-repeat left top;
	padding: 6px 50px 14px;
	font-weight: bold;
/*    border-bottom:5px solid #c01920;*/
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
#faq dl dt span{
	display: block;
	position: absolute;
	top:5px;
	right: 10px;
 width: 10px;
  height: 10px;
  border: 4px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
#faq dl dt.active span{
	top:15px;
	  border-color: #565656 #565656 transparent transparent;
  transform: rotate(-45deg);
}
#faq dl dd{
	background: url("../img/faq_a.gif") no-repeat left top;
	padding: 6px 50px;
	margin-bottom: 20px;
}
.careerpass .pc,.rflow .pc{display: inline-block;}
.tab {
    overflow:hidden;
    text-align: center;
    /*margin-top: 70px;*/}
.tab li{display:inline-block; padding:15px 50px 5px; margin-right:1px;font-size: 30px;cursor: pointer;}
.tab li.select{background:#efefef;}
.content li{background:#efefef;}
.hide {display:none;}

.bottom {
	padding-top: 30px;
padding-bottom: 30px;
}
.bottom .moreRead{
	text-align: center;
	font-size: 20px;
	width: 14em;
	margin-left: auto;
	margin-right: auto;
/*	font-weight: bold;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	cursor: pointer;
	position: relative;
	border-radius: 10px;
	background: #c01920;
	color: #fff;
}
.bottom .moreRead.active{
	display: none;
}
.bottom .moreRead span{
	display: block;
	position: absolute;
	top:10px;
	right: 20px;
 width: 10px;
  height: 10px;
  border: 4px solid;
  border-color:  transparent transparent #fff #fff;
  transform: rotate(-45deg);
}
.bottom dl {
	font-size: 16px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
    border-bottom:5px solid #000;
	padding: 14px 0;
	overflow: hidden;
}
.bottom dl dt{
	width: 160px;
	float: left;
	font-weight: bold;
}
.bottom dl dd{
	width: 480px;
	float: left;
}
.bnrArea {
	padding: 60px 0 0;
}
.bnrArea .wrap{
	text-align: center;
}
.bnrArea .wrap .txt{
	font-size: 20px;
}
.bnrArea a{
}
#formArea {
	padding-top: 70px;
	margin-top: 70px;
	padding-bottom: 70px;
	background: url("../img/bg_form.gif") repeat-y center top;
	color:#fff;
}
#formArea .ttl::after {
    background-color: #fff;
}

#formArea dl {
	font-size: 16px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
    border-bottom:5px solid #fff;
	padding: 20px 0;
	overflow: hidden;
}
#formArea dl dt{
	width: 200px;
	float: left;
	font-weight: bold;
	padding-top: 6px;
}
#formArea dl dt span{
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	color: #c01920;
	font-size: 80%;
	padding: 2px 6px 1px;
	margin-left: 10px;
}
#formArea dl dd{
	width: 65%;
	float: left;
}
#formArea dl dd input{
	width: 100%;
	font-size: 14px;
	padding: 6px 10px;
	background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000;
}
#formArea dl dd select{
	width: 100%;
	background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 1%;
    color: #000;
}
#formArea .sendBtn{
	padding:60px 0 0;
	text-align: center;
}



#cta .fixArea {
	width: 100%;
	z-index: 999;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-weight: bold;
	background: url("../img/bg_form.gif") repeat center top;
    border-top: #c01920 solid 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.07);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
#cta.fixed{
	height: 124px;
}
#cta.fixed .fixArea{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}
#cta .wrap{
	width: 700px;
}
#cta .txtArea{
	float: left;
}
#cta .txtArea .color{
	color: #ffff00;
}
#cta .txtArea .lead{
	font-size: 30px;
	line-height: 1.2;
}
#cta .txtArea .lead span{
	font-size: 50px;
}
#cta .txtArea .attention span{
	text-decoration: underline;
}
#cta .btnArea{
	float: right;
}



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

footer {
	background-color: #eee;
	height: 116px;
	text-align: center;
    padding-top: 19px;
    font-size: 14px;
}

.copy {
	font-size: 1.2rem;
	line-height: 102px;
	color: #666;
}

@media screen and (max-width: 768px) {
	/* ==================================================
	common
 ================================================== */
	.wrap {
		width: auto;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img {
		max-width: 100%;
	}
	/* ==================================================
	header
 ================================================== */
	header {
	 height: 46px;
	}
	header .h_wrap {
		width: 100%;
		max-width: none;
		padding: 0 3%;
		display: -webkit-flex; /* Safari */
	 	display: flex;
		-webkit-justify-content: space-between; /* Safari */
	  	justify-content:         space-between;
}
	header .h_wrap .logo {
		padding-top: 8px;
	}
	header .h_wrap .logo img {
		height:26px;
	}
	header .h_wrap .utility .tel{
	margin-right: 0px;
	padding-top: 8px;
	padding-bottom: 4px;
}
	
	
	
	header .h_wrap .utility .tel img{
		display: none;
}
	header .h_wrap .utility .btn img{
		width: 180px;	
}
/* 	
	header .h_wrap .utility .tel img{
	width: 180px;
}
	header .h_wrap .utility .btn img{
		display: none;
}

*/
	
	
	/* ==================================================
		kv
	 ================================================== */

	#kv {
		margin-top: 0;
		height: auto;
		background-image: none;
		margin-bottom: -20px;
		text-align: center;
		padding-top: 13%;
        position: relative;
	}

    .kv_p {
        position: absolute;
        right: 19px;
        top:222px;
        font-size: 12px;
        color: #fff;
    }
    
    .kv_p a {
        color: #080808;
    }


	/* ==================================================
		section
	 ================================================== */

	section {
	    padding-top: 20px;
	}

	section .ttl {
		font-size: 18px;
        margin: 15px 0 0 0;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	section .ttl .big {
		font-size: 22px;
	}
	section .ttl::after {
		height:4px;
		bottom: -4px;
	}
	section .lead {
		font-size: 14px;
		width: 90%;
	}
	section .attention {
		font-size: 10px;
	}

	/* 個別
	 -------------------------------------------------- */
    .sp_ds{
        display:block;
    }
    .pc_ds{
        display:none;
    }

	#point5 .point {
		width: 100%;
		text-align: center;
		display: block
	}
	#point5 .point img{
		width: 90%;
		/* padding: 6px; */
	}

	#number .point {
		width:auto;
		display: block;
		text-align: center;
	}
	#number .point img{
		width: 44%;
		padding: 2%;
	}
	#number .point img:nth-child(3){
		width: 54%;
	}
#number .lead02 {
	font-size: 18px;
	padding-top: 30px;
	
    padding-bottom: 10px;
}

	#voice .voice {
		width: 94%;
		display:block;
		overflow: hidden;
	}
    #voice .voiceA {
        padding-top: 0;
	}
	#voice .voice img{
		width: 20%;
		float: left;
	}
	#voice .voiceB img{
		float: right;
	}
	#voice .voice .comment{
		width: 76%;
		padding: 10px;
		font-size: 14px;
		float: right;
	}
	#voice .voiceB .comment{
		float: left;
	}
	#voice .voice .comment::before{
	  content: '';
	  position: absolute;
	  left: -15px;
	  top: 40px;
	  display: block;
	  width: 0;
	  height: 0;
	  border-right: 15px solid #f9e8e8;
	  border-top: 15px solid transparent;
	  border-bottom: 15px solid transparent;
	}
	#voice .voiceB .comment::before{
	  right: -15px;
	  left: inherit;
		border-left:none;
	  border-right: 15px solid #f9e8e8;
	  border-top: 15px solid transparent;
	  border-bottom: 15px solid transparent;

	}

    .tabs {
        margin-top: 6%;
        max-width: 100%;
        width: 760px;
    }
    .tab_content {
        padding: 30px 30px 0;
    }
    #voice .voiceC {
        padding-top: 0;
    }

	#support .point {
		font-size: 16px;
		letter-spacing: 0px;
		margin-bottom: 30px;
	}
	#support .support {
		width: 90%;
		display: block;
		text-align: center;
	}
	#support .support img{
		width: 44%;
		padding: 2%;
	}
	#flow img{
		width: 94%;
		display: inline;
	}
	.careerpass{
		text-align: center;
	}
	.careerpass img{
		max-width:60%;
		display: inline;
	}
	.rflow {
	    padding: 8% 0 6%;
	}
	.rflow img{
		width: 92%;
		display: inline;
	}
	.rflow p {
	    text-align: left;
	    margin: 2% auto 5%;
	    width: 91%;
	    letter-spacing: 1px;
	    line-height: 1.5em;
	}
	
	
	#faq dl {
		font-size: 14px;
		width: 94%;
	}
#faq dl dt{
	background: url("../img/faq_q.gif") no-repeat left 5px;
	background-size: 20px 20px;
	padding: 6px 40px 14px 30px;
}
#faq dl dt span{
 width: 6px;
  height: 6px;
}
#faq dl dd{
	background: url("../img/faq_a.gif") no-repeat left 5px;
	background-size: 20px 20px;
	padding: 6px 0px 14px 30px;
}
	.bottom dl {
		font-size: 14px;
		width: 94%;
		padding: 8px 0;
	}
	.bottom dl dt,.bottom dl dd{
		width: auto;
		float: none;
	}
	/*.tab {;margin-top: 40px;}*/
.tab li{ padding:10px 20px 5px;font-size: 22px;}
.bottom .moreRead{
	font-size: 16px;
	width: 80%;
}
.bottom .moreRead span{
	top:6px;
	}
.bnrArea{
	padding-top: 40px;
}
.bnrArea .wrap .txt{
	font-size: 14px;
	margin-bottom: 10px;
}
.bnrArea a{
	width: 44%;
	display: inline-block;
}
	#formArea {
		padding-top: 40px;
		margin-top: 40px;
		padding-bottom: 40px;
	}

	#formArea dl {
		font-size: 14px;
		width: 94%;
		padding: 8px 0;
		border-bottom: none;
	}
	#formArea dl dt{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	#formArea dl dd{
		width: 100%;
		float: none;
	}
	#formArea .sendBtn{
		padding:30px 0 0;
	}
	#formArea .sendBtn img{
		width: 90%;
	}




#cta .fixArea{
	padding-top: 6px;
	padding-bottom: 6px;
/*    border-top: #c01920 solid 1px;*/
	font-weight: normal;
}
#cta.fixed{
	height: 64px;
}

#cta .wrap{
	width: auto;
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
  justify-content:         space-around;
}
#cta .txtArea{
	float: none;
}
#cta .txtArea .lead{
	font-size: 16px;
}
#cta .txtArea .lead span{
	font-size: 22px;
}
#cta .txtArea .attention{
	display: none;
	font-size: 10px;
}
#cta .txtArea .attention span{
	display: block;
}
#cta .btnArea{
	float: none;
	width: 30%;
}

.foot{
	padding: 10px;
}
.foot .attention{
	font-size: 10px;
}
.foot .attention .color{
	color: #c01920;
}


	/* ==================================================
	footer
 ================================================== */
	.pagetop {
		bottom: 15px;
		right: 15px;
		width: 30px;
		height: 30px;
	}
	.pagetop img {
		width: 30px;
		height: 30px;
	}
	footer {
		height: 50px;
		text-align: center;
		margin-bottom: 0;
	}
	.copy {
		font-size: 10px;
		line-height: 1.4em;
		padding: 18px 3%;
	}
}

/*footer tel 追加*/
.utility01{
	text-align: center;
	margin-bottom: 5px;
}

/* PC */
@media screen and (min-width: 767px) {
	.utility01{
		display: none;
	}
}


/*フォーム*/


#formArea .error {
    color: #ffff00;
}
#confirm #formArea {
    margin-top: 0;
    padding-top: 10%;
}
@media screen and (max-width: 767px) {
    #confirm #formArea {
    padding-top: 24%;
    }
}

#confirm #formArea .topback {
	margin-top: 30px;
	font-size: 18px;
	line-height: 2.2;
	text-align: center;
}
#confirm #formArea .topback a {
	text-decoration: underline;
	color: #ffffff;
}
#confirm #formArea .btnArea {
	width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}
#confirm #formArea .btnArea form {
	float: left;
}
#confirm #formArea .btnArea form:last-child {
	float: right;
}
#formArea .confirmbtn,
#confirm #formArea .backbtn,
#confirm #formArea .sendbtn {
cursor: pointer;
  display: block;
  width: 330px;
  height: 85px;
	margin: 0 auto;
  border: none;
  text-indent: -9999px;
	background: url(../img/btn_send.gif) no-repeat 0 0;
}
#confirm #formArea .backbtn {
	background: url(../img/btn_back.gif) no-repeat 0 0;
}
#formArea .confirmbtn {
	background: url(../img/btn_confirm.gif) no-repeat 0 0;
}


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

#confirm #formArea .btnArea {
	width: auto;
	margin-top: 20px;
}
#formArea .confirmbtn,
#confirm #formArea .backbtn,
#confirm #formArea .sendbtn {
  width: 280px;
  height: 72px;
	background-size: cover;
}

	#confirm #formArea .btnArea form {
		float: none;
	}
	#confirm #formArea .btnArea form:last-child {
		float: none;
		margin-top: 10px;
	}
}
	/* ==================================================
	modal
 ================================================== */
/*.modal_area,.modal_areaB{
	display: flex;
}*/

.modal_area img{
	max-width: 100%;
    margin: 0 auto;
}

.modal_area h3{
	font-size: 1.7rem;
	color:#fff;
	margin: 30px 0 0;
    background: #c01920;
    text-align: center;
    padding: 1.5% 0 0.8%;
}
.modal_area h2{
    margin: 0;
    padding: 2%;
    color: #c01920;
    font-size: 2rem;
    background: #ffc7c1;
}
.modal_area > div{
	text-align: left;
}
.waku{
    border: solid 3px #c01920;
    padding: 3%;
}
.modal_areaB > div{
	margin-left: 20px;
}
	.modal_area > figure{
	width: 100%;
}
.modal_areaB > figure{
	width: 100%;
}
.fcBr{
	color:#333333;
}
.mB10{
	margin-bottom: 10px;
}
.modal_area h4,.modal_areaB h4{
	font-size: 1.6rem;
}
.modal_area h4 span{
    color: #c01920;
}
.modal_inner_list{
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	font-size: 1.4rem;
}
.modal_inner_list li:nth-child(1){
	width: 70%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
}
.modal_inner_list li:nth-child(2){
	width: 25%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
}
.modal_inner_list li:nth-child(2) img{
	max-width: 100%;
}.modal_inner_list_inexperience{
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	font-size: 1.4rem;
}
.modal_inner_list_inexperience li:nth-child(1){
	width: 70%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
}
.modal_inner_list_inexperience li:nth-child(2){
	width: 25%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
}
.modal_inner_list_inexperience li:nth-child(2) img{
	max-width: 100%;
}
@media screen and (max-width: 1280px) {
	.modal_area{
		display: block;
	}
	.modal_area > div{
	text-align: center;
		margin-left: 0;
}
.modal_area h2{
    margin-top: 5%;
}
	/* .modal_area > figure{
	width: 77%;
    margin: 0 auto -4vw;
} */
	.modal_inner_list{
 -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
		margin-bottom: 5vw;
	}
	.modal_inner_list li:nth-child(1){
	width: 100%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
		font-size: 1.2rem;
}
.modal_inner_list li:nth-child(2){
	width: 100%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
}
	.modal_inner_list_inexperience{
		margin-bottom: 5vw;
	}
	.modal_inner_list_inexperience li:nth-child(1){
	width: 70%;
	-webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
		text-align: left;
		font-size: 1.2rem;
}
.modal_inner_list_inexperience li:nth-child(2){
	width: 25%;
	-webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
	margin-right: 2vw;
}
	.modal_inner_list li > figure{
	width: 60%;
		margin: 0 auto 5vw;
	}
    .mbb{
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 768px) {
    .eigyo {
        display: flex;
    }
    .eigyo p{
        margin-left: 3%;
    }
    .mbbb{
        margin-bottom: 5px;
    }

}

/*230420追加　ポップアップ内ボタンに関する記述*/
.btnarea_modal img{
    width: 30%;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 768px) {
    .btnarea_modal img{
        width: 30%;
        margin: 2% auto 3%;
    }
}
@media screen and (max-width: 470px) {
    .btnarea_modal img{
        width: 50%;
        margin: 2% auto 3%;
    }
}



.form_list{
	display: flex;
}
.form_list li{
	width: 30%;
}
#formArea dl dd #man,#formArea dl dd #woman{
	width: inherit;
	padding: 6px 4px 6px 10px;
}
/*-------------0412太田健追加-------------*/
#career .sp .bottom{
    padding-top: 0; 
}

#point5 .point_sp a:nth-child(2){
    margin-left: 70px;
    margin-right: 70px;
}

/*-------------0529熊谷匠悟追加-------------*/
.pc_kv {
position: relative;
}

.pc_kv p {
    width: 315px;
    max-width: 1200px;
    display: block;
    position: absolute;
    top: 122px;
    margin: 0 auto;
    color: #fff;
    right: calc(50% - 400px);
}

.pc_kv a {
    text-decoration: underline;
    color: #FFF000;
}

.area {
    border: 1px solid #ddd;
    padding-bottom: 25px;
}

.cp_area {
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
}

.btn {
    margin: 20px 0;
    display: block;
    text-align: center;
}

.cp_area>span {
    display: block;
    position: absolute;
    right: 50px;
}

/*-------------アコーディオン-------------*/

 .acc_header {
    background: #c01920;
    color: #fff;
    padding: 1.5% 0 0.8%;
    margin: 30px 0 0;
    text-align: center;
    font-size: 1.2rem;
    position: relative;
    cursor: pointer;
}

.acc_header::after {
    content: "";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    position:absolute;
    right: 8%;
    top: 5%;
    bottom: 4%;
    margin: auto;
    transition: all .4s ease-in-out;
}

.acc_header.open::after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    transform: rotate(136deg);
    position:absolute;
    right: 8%;
    top: 5%;
    bottom: 4%;
    margin: auto;
    
}

.min-table {
    display: block;
    width: 100%;
    border: 3px solid #c01920;
    font-size: 14px;
    display: none;

}

.tab_content {
    margin: 15px auto;
    padding: 20px 0;
    width: 400px;
}

.tab_content th {
    font-weight: bold;
    background-color: #ffc7c1;
}


.tab_content th,.tab_content td {
    border: 1px solid #666;
    vertical-align: middle;
    text-align: center;
    padding:5px;
}


@media screen and (max-width: 768px) {
    .tab_content {
        width: 94%;
        margin: 10px auto;
        table-layout:  fixed;
        word-break: break-all;
        word-wrap: break-all;
    }

    .table-content {
        display: block;
        padding: 10px;
    }

    .cp_area>span {
       position: absolute;
       bottom: -10%;
       right: 26px;
    }

    .cp_area {
        margin:5px 0 5px 0;
    }


    #point5 .point {
        padding-bottom: 0;
    }

    .pc_kv p {
        width: 49%;
        display: block;
        position: absolute;
        top: 32%;
        right: 2%;
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.9px;
    }
    .pc_kv a {
        text-decoration: underline;
    }

    .acc_header {
        padding: 7% 0;
        text-align: center;
    }

    .acc_header::after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    position:absolute;
    right: 8%;
    top: 15%;
    bottom: 4%;
    margin: auto;
    }

    .acc_header.open::after {
    content: "";
    display:block;
    width:8px;
    height:8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(136deg);
    -ms-transform: rotate(136deg);
    transform: rotate(136deg);
    position:absolute;
    right: 8%;
    top: 5%;
    bottom: 4%;
    margin: auto;
    transition: all .4s ease-in-out;
    }

    .point_sp {
        padding: 0 10px;
    }

    .area {
        padding-bottom: 18px;
    }

}


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





/*
#present{
    width: 800px;
    margin: auto;
    padding-top: 20px;
    padding-left: 20px;
    margin-top: 50px;
    position: relative;
}
#present img{
    width: 250px;
}
#present p{
    font-size: 250%;
    font-weight: 600;
}


@media screen and (min-width: 767px) {
	#point5 .point a{
        width: 25%;
    }
    #present{
    width: 800px;
    margin: auto;
    padding-top: 60px;
}
/*
    #present .cola{
        position: absolute;
        right: 3%;
        top: -25px;
    }
*/

@media screen and (max-width: 768px) {
     #present{
        width: 100%;
        padding-top: 20px;
    }
    present img{
        width: 100%;
    }
/*
    #present{
        width: 100%;
        padding-top: 20px;
        padding-left: 20px;
        margin-top: 0;
        position: relative;
    }
    #present img{
        width: 150px;
    }
    #present p{
        font-size: 180%;
    }
    #present .cola{
        position: absolute;
        right: 3%;
        top: 30%;
    }*/
    
	#point5 .point {
    margin-top: 20px;
	}
    #point5 .point_sp a:nth-child(2){
        margin-left: 0;
        margin-right: 0;
    }
	#point5 .point img{
		width: 100%;
	}
}
#nikkei{
    padding-top: 0;
}
@media screen and (min-width: 767px) {
    #nikkei{
        width: 924px;
        height: 800px;
        margin: auto;
    }
    #nikkei img{
        width: 924px;
    }
/*
    #nikkei p{
        font-size: 20px;
        padding: 35px 0 0 60px;
    }
    .nikkei_red_big{
        font-size:35px;
        color: red;
        font-weight: 700;
    }
    .nikkei_red{
        color: red;
    }
    .nikkei_big{
    font-size:25px;
    font-weight: 700;
    }
*/
}
@media screen and (max-width: 768px) {
    #nikkei{
    }
    #nikkei img{
        width: 100%;
    }
    #nikkei p{
        width: 100%;
        padding:10% 5%;
        position: absolute;
        top: 0;
        font-size: 150%;
        text-align: center; 
    }
    .nikkei_red_big{
        font-size:170%;
        color: red;
        font-weight: 700;
    }
    .nikkei_red{
        color: red;
    }
        .nikkei_big{
        font-size:170%;
        font-weight: 700;
    }
}
/*-------------0412太田健追加-------------ここまで*/
#spbnr00{
	width: 70%;
	margin: 0 auto;
}

#spbnr01{
	width: 70%;
	margin: 30px auto 20px;
}

#spbnr01 img{
	width: 100%;
}

#spbnr03{
	width: 70%;
	margin: 30px auto 10px;
}


/*-------------0522おきた追加-------------ここまで*/
@media screen and (min-width: 768px) {
#point5 {
	margin-bottom: 80px;
    padding-top: 30px;
}
#number{
    	margin-bottom: 100px;
}
#flow{
    	margin-bottom: 100px;
}
#voice{
    	margin-bottom: 100px;
}

#support{
    	margin-bottom: 100px;
}
#career{
    	margin-bottom: 100px;
}
#adopt{
    	margin-bottom: 100px;
    	padding: 3% 0;
}
.rflow_c {
        display: flex;
    }
    .rflow_c > div {
        width: 25%;
    }
    
    .rflow_c > div img {
        width: 100%;
    }
    .rflow_c > div p {
        text-align: left;
        padding-right: 25px;
        margin-top: 10px;
    }
    
    .rflow_c div:nth-of-type(2) p {
        padding-left: 10px;
         padding-right: 10px;
    }
    .rflow_c div:nth-of-type(3) p {
        padding-left: 15px;
         padding-right: 10px;
    }
    .rflow_c div:nth-of-type(4) p {
        padding-left: 21px;
         padding-right: 10px;
    }
}

/*-------------0629林英里香追加-------------ここまで*/


@media screen and (min-width: 768px) {
    .voiceB_comment{
    	height: 134px;
    }
}

/*-------211122 佐々木尚追加 ///募集要項////----------*/
.s_06 .accordion_one {
  max-width: 768px;
  margin: 0 auto;
}
.s_06 .accordion_one .accordion_header{
  background-color: #c11a21;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_header{
    background-color: #ff9a05;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_header{
    background-color: #1c85d8;
}
.s_06 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_06 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_06 .accordion_one .accordion_header .i_box .one_i{
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_06 .accordion_one .accordion_header.open .i_box{
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_06 .accordion_one .accordion_header .i_box .one_i:before, .s_06 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_06 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_06 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_06 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_06 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 15px;
  border-left: 2px solid #c11a21;
  border-right: 2px solid #c11a21;
  border-bottom: 2px solid #c11a21;
  box-sizing: border-box;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_06 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_06 .accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c11a21;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
  margin-top: 20px;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #ff9a05;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #1c85d8;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
@media screen and (max-width: 1024px) {
  .s_06 .accordion_one .accordion_header{
    font-size: 18px;
  }
  .s_06 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .s_06 .accordion_one .accordion_header{
    font-size: 16px;
    text-align: center;
    padding: 15px 60px 15px 15px;
  }
  .accordion_inner {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
    .section{
        max-width: 800px;
        margin: 0 auto;
    }
}

.point1{
    border-bottom: 4px solid #000;
    padding: 2px;
    margin: 12px;
    font-weight: bold;
    margin-top: 13px;
}

.iwai{
    font-weight: bold;
    font-size: 20px;
}

/*___アコーディオン追記___*/
.tab_content_inner { display:none; }

.middle02 {
   background: black;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto 15px;
}

@media screen and (max-width: 767px) {
    .middle {
    width: 90%;
}
}
.tab_content_inner ttl{
	margin-bottom: 20px;
}
.tab_content_inner table{
    margin: 0 auto 20px;
}

.tab_content_inner th{
	font-weight: bold;
	width: 25%;
}
.tab_content_inner tr{
height: 45px;
}

@media screen and (max-width: 767px) {
    .tab_content_inner th{
	width: 19%;
    }
}


/*___フルスクリーン___*/

.map{
    /*padding: 3% 0 60%;*/
    /*background: #f1f1f1;*/
    margin-top: 3%;
    position:relative;
    max-width : 100%;
    margin-bottom: 13%;
    height: 500px;
}


.map p{
    font-size:40px;
    text-align: center;
    font-weight: bold;
}



.sigumachan{
   position: absolute;
    top: 21%;
    width: 12%;
    left: 44%;
}


.s-logo{
   position: absolute;
    width: 9%;
    top: 51%;
    left: 37%;
}



.hokkaido{
  position: absolute;
    left: 63%;
    top: 19%;

}

.hokkaido a {
 display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 150px;
    height: 122px;
    color: white;
    font-size: -5px;
    font-weight: 700;
    background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}


.fts{
    text-align: center;
    padding-left: 22%;
    padding-top: 8%;
    font-size: 26px;
    
}




.tohoku{
 position: absolute;
    left: 63%;
    top: 50%;
    
    
}

.tohoku a {
 display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 85px;
    height: 101px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    border-radius: 10%;
    pointer-events: none;
}



.kanto{
 position: absolute;
    left: 63%;
    top: 80%;
    
}

.kanto a {
 display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 85px;
    height: 166px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
}



.kanto a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}


.kousinetu{
  position: absolute;
    left: 54%;
    top: 80%;
    
    
}

.kousinetu a {

   display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 85px;
    height: 55px;
    color: white;
    font-size: 18px;
    font-weight: 700;
      background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    border-radius: 10%;
   
}




.kousinetu a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}




.chubu{
  position: absolute;
    left: 54%;
    top: 102%;
    
}

.chubu a {
 display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 85px;
    height: 55px;
    color: white;
    font-size: 18px;
    font-weight: 700;
      background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    border-radius: 10%;
 
}



.chubu a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}


.kansai{
 position: absolute;
    left: 45%;
    top: 80%;
    
}

.kansai a {
 display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 85px;
    height: 166px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
}



.kansai a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #aaaaaa;
}



.chugoku{
  position: absolute;
    left: 36%;
    top: 80%;

    
    
}

.chugoku a {
 display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 85px;
    height: 55px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    border-radius: 10%;
    pointer-events: none;
}


.shikoku{
  position: absolute;
    left: 36%;
    top: 102%;
    
    
}

.shikoku a {
 display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 85px;
    height: 55px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    border-radius: 10%;
    pointer-events: none;
}


.kyusyu{
 position: absolute;
    left: 27%;
    top: 80%;
    
}

.kyusyu a {
 display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 85px;
    height: 166px;
    color: white;
    font-size: 18px;
    font-weight: 700;
   background-color: #c0c0c0;
     box-shadow: 0 5px 0 #696969;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}


.okinawa{
 position: absolute;
    left: 27%;
    top: 124%;
}

.okinawa a {
 display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 85px;
    height: 33px;
    color: white;
    font-size: 18px;
    font-weight: 700;
   background-color: #c0c0c0;
     box-shadow: 0 5px 0 #696969;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}

.fts2{
    text-align: center;
    padding-left: 16%;
    padding-top: 4%;
    font-size: 27px;
    
}

.fts3{
   text-align: center;
    padding-left: 13%;
    padding-top: 3%;
    font-size: 22px;
    
}

.s{
    
    text-align: center;
    padding-left: 22%;
    padding-top: 3%;
    font-size: 22px;
}
    


/* スマホ版　*/

@media screen and (max-width: 600px) {
    
    .map {
    margin-top: 3%;
    position: relative;
    width: 100%;
    margin-bottom: 13%;
    height: 258px;
}
    
    .map p {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}


.sigumachan {
   position: absolute;
    top: 18%;
    width: 20%;
    left: 43%;
}

.s-logo {
  position: absolute;
    width: 20%;
    top: 33%;
    left: 26%;
}


.hokkaido {
    position: absolute;
    left: 77%;
    top: 20%;
}


  .fts {
   font-size: 16px;
    /* top: 5%; */
    text-align: center;
}

.tohoku {
 position: absolute;
    left: 77%;
    top: 47%;
}

.kanto {
    position: absolute;
    left: 77%;
    top: 68%;
}

.kousinetu {
  position: absolute;
    left: 57%;
    top: 55%;
}

.chubu {
   position: absolute;
    left: 57%;
    top: 78%;
}

.kansai {
    position: absolute;
    left: 39%;
    top: 68%;
}

.chugoku {
    position: absolute;
    left: 22%;
    top: 56%;
}

.shikoku {
    position: absolute;
    left: 22%;
    top: 78%;
}

.kyusyu {
    position: absolute;
    left: 4%;
    top: 68%;
}

.okinawa {
   position: absolute;
    left: 6%;
    top: 90%;
}


.fts3 {
    text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 15px;
}

.map a {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 10px;
    width: auto;
    height: auto;
    color: white;
    font-size: 17px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    border-radius: 10%;
}


.fts {
    font-size: 15px;
    /* top: 5%; */
    text-align: center;
    padding: 0px;
}

.fts2 {
    text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 14px;
}

.map a::after{
    display: none;
}

.hokkaido a{
     background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    padding: 16px;
    
}

.g a{
     background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    
}
.s1 {
    padding: 7px;
}

.s2{
     padding: 4px;
    
    
}

/* .area {
    margin-top: 35px;
} */

.chubu a {
    
    display: block;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 13px;
    width: auto;
    height: auto;
    color: white;
    font-size: 15px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    border-radius: 10%;
    
    
}

}




@media screen and (min-width: 1438px) and (max-width: 1440px) {
    
    .fts {
    text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 35px;
}
  
  
  .fts2 {
    text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 39px;
} 
    
    
    .fts3 {
    text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 35px;
}

.kousinetu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 26px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    border-radius: 10%;
}

.hokkaido {
    position: absolute;
       left: 68.5%;
    top: 20%;
}
    
    .tohoku {
    position: absolute;
       left: 68.5%;
    top: 50%;
}

.kanto {
    position: absolute;
        left: 68.5%;
    top: 82%;
}

.kousinetu {
    position: absolute;
    left: 55%;
    top: 80%;
}

.chubu {
   position: absolute;
    left: 55%;
    top: 102%;
}

.kansai {
   position: absolute;
    left: 43%;
    top: 82%;
}

.chugoku {
    position: absolute;
    left: 30%;
    top: 79%;
}

.shikoku {
    position: absolute;
    left: 30%;
    top: 102%;
}
.kyusyu {
    position: absolute;
    left: 17%;
    top: 80%;
}

.okinawa {
   position: absolute;
    left: 17%;
    top: 111%;
}

.map {
    margin-top: 3%;
    position: relative;
    max-width: 100%;
    margin-bottom: 17%;
    height: 500px;
}

.sigumachan {
    position: absolute;
    top: 17%;
    width: 15%;
    left: 44%;
}

.s-logo {
    position: absolute;
    width: 10%;
    top: 49%;
    left: 36%;
}

.map a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 41px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
    
}


.fts3 {
    text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 30px;
}
    
  .kanto a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 2em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 33px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
}

.kansai a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 2em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 33px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
}

.shikoku a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: auto;
    height: auto;
    color: white;
    font-size: 27px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
}
    
    
.chugoku a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: auto;
    height: auto;
    color: white;
    font-size: 27px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
}

.chubu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: auto;
    height: auto;
    color: white;
    font-size: 27px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
}
    
   .kousinetu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1.5em;
    width: auto;
    height: auto;
    color: white;
    font-size: 27px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
}
  .sc {
    text-align: center;
    padding-left: -15%;
    padding-top: 0%;
    font-size: 29px;
}

.g a{
     background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    
}
    
}



@media screen and (min-width: 1023px) and (max-width: 1024px) {

.map a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 40px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}

.fts {
  text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 31px;
}

.fts2 {
    text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 33px;
}



.fts3 {

    text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 24px;

}

.tohoku a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1.2em;
    width: auto;
    height: auto;
    color: white;
    font-size: 40px;
    font-weight: 700;
    background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;

}

.hokkaido {
    position: absolute;
    left: 70%;
    top: 21%;
}

.tohoku {
    position: absolute;
    left: 70%;
    top: 49%;
}

.kanto {
    position: absolute;
    left: 70%;
    top: 77%;
}

.kousinetu {
    position: absolute;
    left: 56%;
    top: 77%;
}

.chubu {
    position: absolute;
    left: 56%;
    top: 102%;
}

.kansai {
    position: absolute;
    left: 40.5%;
    top: 77%;
}

.chugoku {
    position: absolute;
    left: 27%;
    top: 77%;
}

.shikoku {
    position: absolute;
    left: 27%;
    top: 102%;
}

.kyusyu {
    position: absolute;
    left: 11%;
    top: 77%;
}

.okinawa {
    position: absolute;
    left: 13%;
    top: 105%;
}

.map {
    margin-top: 3%;
    position: relative;
    max-width: 100%;
    margin-bottom: 22%;
    height: 500px;
}

.kousinetu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1.4em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 29px;
    font-weight: 700;
    background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}


.okinawa a {
   display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 20px;
    font-weight: 700;
    background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}


.g a{
     background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    
}
}



@media screen and (min-width: 1100px) and (max-width: 1800px) {
.okinawa {
    position: absolute;
    left: 11%;
    top: 124%;
}
    
.kyusyu {
    position: absolute;
    left: 11%;
    top: 80%;
}


.shikoku {
    position: absolute;
    left: 24%;
    top: 102%;
}

.chugoku {
    position: absolute;
    left: 24%;
    top: 80%;
}


.kansai {
    position: absolute;
    left: 37%;
    top: 80%;
}
.chubu {
    position: absolute;
    left: 49%;
    top: 102%;
}
.kousinetu {
    position: absolute;
    left: 49%;
    top: 80%;
}

.kanto {
    position: absolute;
    left: 62%;
    top: 80%;
}


.tohoku {
    position: absolute;
    left: 62%;
    top: 50%;
}
    
    
 .hokkaido {
    position: absolute;
    left: 62%;
    top: 19%;
}
}

@media screen and (min-width: 769px) and (max-width:1048px) {
    
    .s-logo {
    position: absolute;
    width: 12%;
    top: 46%;
    left: 21%;
}

    .sigumachan {
    position: absolute;
    top: 21%;
    width: 14%;
    left: 29%;
}

.hokkaido {
    position: absolute;
    left: 70%;
    top: 19%;
}
    
    
 .tohoku {
    position: absolute;
    left: 70%;
    top: 50%;
}


.kanto {
    position: absolute;
    left: 70%;
    top: 80%;
}

.kousinetu {
    position: absolute;
    left: 54%;
    top: 80%;
}

.chubu {
    position: absolute;
    left: 54%;
    top: 102%;
}

.kansai {
    position: absolute;
    left: 38%;
    top: 80%;
}

.chugoku {
    position: absolute;
    left: 22%;
    top: 80%;
}

.shikoku {
    position: absolute;
    left: 22%;
    top: 102%;
}

.kyusyu {
    position: absolute;
    left: 5%;
    top: 80%;
}

.okinawa {
    position: absolute;
    left: 5%;
    top: 124%;
}
    
    
}

@media screen and (min-width: 601px) and (max-width: 800px) {

      .map{
    min-width:1420px;
    margin-bottom: 20%;
    }
    
    .sigumachan {
    position: absolute;
    top: 27%;
    width: 18%;
    left: 35%;
}

.s-logo {
    position: absolute;
    width: 15%;
    top: 51%;
    left: 22%;
}

.hokkaido {
    position: absolute;
    left: 62%;
    top: 19%;
}

.tohoku {
    position: absolute;
    left: 62%;
    top: 50%;
}

.kanto {
    position: absolute;
    left: 62%;
    top: 80%;
}

.kousinetu {
    position: absolute;
    left: 47%;
    top: 80%;
}

.chubu {
    position: absolute;
    left: 47%;
    top: 102%;
}

    
    .kansai {
    position: absolute;
    left: 32%;
    top: 80%;
}

.chugoku {
    position: absolute;
    left: 17%;
    top: 80%;
}

.shikoku {
    position: absolute;
    left: 17%;
    top: 102%;
}

.kyusyu {
    position: absolute;
    left: 2%;
    top: 80%;
}

.okinawa {
    position: absolute;
    left: 2%;
    top: 124%;
}
    
}

@media screen and (min-width: 601px) and (max-width:778px) {

    .map{
        min-width:779px;
        margin-bottom: 20%;
    }
    
    .sigumachan {
   position: absolute;
    top: 13%;
    width: 20%;
    left: 41%;
}

.s-logo {
   position: absolute;
    width: 15%;
    top: 34%;
    left: 28%;
}
    
    
    
    .map a {

  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 23px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}
    
    .fts {
   text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 24px;
}
    
    .fts2 {
   
   text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 24px;

}

.fts3 {
  text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 23px;
}

.s {
   text-align: center;
    padding-left: 0%;
    padding-top: 0%;
    font-size: 24px;
}

.hokkaido {
    position: absolute;
    left: 66%;
    top: 19%;
}

.tohoku {
   position: absolute;
    left: 66%;
    top: 41%;
}

.kanto {
   position: absolute;
    left: 66%;
    top: 63%;
}

.kousinetu {
  position: absolute;
    left: 51%;
    top: 55%;
}

.chubu {
   position: absolute;
    left: 51%;
    top: 78%;
}

.kansai {
   position: absolute;
    left: 37%;
    top: 63%;
}

.chugoku {
    position: absolute;
    left: 23%;
    top: 55%;
}

.shikoku {
   position: absolute;
    left: 23%;
    top: 77%;
}

.kyusyu {
    position: absolute;
    left: 7%;
    top: 62%;
}

.okinawa {
  position: absolute;
    left: 8%;
    top: 91%;
}


.kousinetu a {
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1.3em 0.7em;
    width: auto;
    height: auto;
    color: white;
    font-size: 19px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}

.kanto a {
    padding: 2em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4em 1em;
    padding: 2em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 23px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}

.kansai a {
    padding: 2em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4em 1em;
    padding: 2em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 23px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}


.kyusyu a {
    padding: 2em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4em 1em;
    padding: 2em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 23px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}


.okinawa a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 1em;
    width: auto;
    height: auto;
    color: white;
    font-size: 16px;
    font-weight: 700;
    background-color: #88CC11;
    box-shadow: 0 5px 0 #446600;
    transition: 0.3s;
    border-radius: 10%;
    pointer-events: none;
}



.g a{
     background-color: #c0c0c0;
    box-shadow: 0 5px 0 #696969;
    
}
    
}






@media screen and (min-width: 779px) and (max-width:1100px) {
    .map{
        min-width:1100px;
        margin-bottom: 20%;
    }
    
}


@media screen and (min-width: 1101px) and (max-width: 1400px) {
    .map{
    min-width:1420px;
    margin-bottom: 20%;
    }
    
}

@media screen and (min-width: 1700px) and (max-width: 1800px) {

      .map{
    min-width:1400px;
    margin-bottom: 20%;
    }
    
    
    .chubu {
    position: absolute;
    left: 51%;
    top: 102%;
}


.kousinetu {
    position: absolute;
    left: 51%;
    top: 80%;
}
.kansai {
    position: absolute;
    left: 40%;
    top: 80%;
}
.chugoku {
    position: absolute;
    left: 29%;
    top: 80%;
}

.shikoku {
    position: absolute;
    left: 29%;
    top: 102%;
}

.kyusyu {
    position: absolute;
    left: 18%;
    top: 80%;
}

.okinawa {
    position: absolute;
    left: 18%;
    top: 124%;
}

    
}


@media screen and (min-width: 1050px) and (max-width: 1099px) {
    
    .hokkaido {
    position: absolute;
    left: 72%;
    top: 19%;
}
.tohoku {
    position: absolute;
    left: 72%;
    top: 50%;
}
.kanto {
    position: absolute;
    left: 72%;
    top: 80%;
}
.kousinetu {
    position: absolute;
    left: 56%;
    top: 80%;
}
.chubu {
    position: absolute;
    left: 56%;
    top: 102%;
}
    .kansai {
    position: absolute;
    left: 40.5%;
    top: 80%;
}
.chugoku {
    position: absolute;
    left: 25%;
    top: 80%;
}

.shikoku {
    position: absolute;
    left: 25%;
    top: 102%;
}

.kyusyu {
    position: absolute;
    left: 9%;
    top: 80%;
}

.okinawa {
    position: absolute;
    left: 9%;
    top: 124%;
}
    .map{
        min-width: 1099px;
    }
    
    
}



.area_choice{
   background-color: #c01920;
    width: 33%;
    position: relative;
    margin: 0 auto;
    border-radius: 40px;
    
}

.map p {
    font-size: 33px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    color: white;
}


.select_map{
    margin-top: 2%;
    
}


@media screen and (max-width: 600px) {
.area_choice {
    background-color: #c01920; 
    width: 68%;
    position: relative;
    margin: 0 auto;
    border-radius: 40px;
  
}
    
    .map p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    color: white;
}

.select_map{
    margin-top: 2%;
    
}
    
}

@media screen and (min-width: 601px) and (max-width: 778px){
    .area_choice {
    background-color: #c01920;
    width: 68%;
    position: relative;
    margin: 0 auto;
    border-radius: 40px;
}
    
    
}


.blank{
    height: 5%;
    
    
}

@media screen and (min-width: 769px) and (max-width: 1048px){
    .area_choice {
  background-color: #c01920;
    width: 63%;
    position: relative;
    margin: 0 auto;
    border-radius: 40px;
}
    
    
}

@media screen and (min-width: 1050px) and (max-width: 1099px){
    
    .area_choice {
    background-color: #c01920;
    width: 53%;
    position: relative;
    margin: 0 auto;
    border-radius: 40px;
}
    
}


#red{
    position: relative;
    top: -100px;
    height: 0;
}


.map2{
    position: relative;
}
.map::after{
    content: '';
    display: block;
    width: 100%;
    height: 760px;
    position: absolute;
    background-color: #e3f5ff;
    z-index: 1;
    top: -35px;
    margin: auto;
    max-width: 1200px;
    left: 0;
    right: 0;
}
.select_map>div,
.select_map>.illust>img,
.area_choice{
    z-index: 3;
}




@media screen and (min-width: 1499px) and (max-width: 1693px){
   .map::after{
       height: 723px;
    top: -22px;
    }

    
}

@media screen and (min-width: 1400px) and (max-width: 1498px){
    
     .map::after{
       height: 712px;
    top: -22px;
    margin-bottom:20px;
    }
    
    
}

@media screen and (min-width: 601px) and (max-width: 765px){
    
   .map::after {
    height: 572px;
    top: -13px;
}
    
    
}

@media screen and (min-width: 766px) and (max-width: 952px){
    
      .map::after {
    height: 650px;
    top: -13px;
}
    
}

@media screen and (min-width: 955px) and (max-width: 1077px){
       .map::after {
    height: 712px;
    top: -13px;
    }
}

@media screen and (max-width: 600px) {
     .map::after {
    height: 300px;
    top: -11px;
     }
}

#formArea .lead a {
    text-decoration: underline;
    color: #fff;
    font-size: 30px;
}

/*#formArea .lead_c a {
    text-decoration: underline;
    color: #fff;
    font-size: 30px;
}*//*0118追加*/

#support {
    background: #e2e2e2;
    padding: 3% 0;
}
@media screen and (max-width: 767px) {
    #support {
    padding: 8% 0;
    margin-top: 10%;
}
}
.rflow {
    background: #e2e2e2;
}

/*--------------------------220909伊勢本追加-----------------------------------*/
@media screen and (max-width: 768px) {
        .spbtn_top{
        text-align: center;
    }
    .imasugu_btn{
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        padding: 0;
    }
    .imasugu_btn_2{
        text-align: center;
        font-weight: bold;
        margin: 20px 30px 0 30px;
        padding: 0;
    }
    .imasugu_btn_3{
        text-align: center;
        font-weight: bold;
        margin: 20px 30px 50px 40px;
        padding: 0;
    }
    .imasugu_btn_4{
        text-align: center;
        font-weight: bold;
        padding: 0;
        margin: 20px 30px 30px 30px;
    }
    .middle_btn{
        text-align: center;
        width: 100%;
    }
    #point5 .point a img{
        width: 87%;
        padding: 0;
    }
    .blinking p{
        font-size: 18px;
    }
    /*section {
        padding-top: 40px;
    }*/
    /* 点滅 */
    .blinking {
        animation: blinking 1s ease-in-out infinite alternate;
    }

    @keyframes blinking {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }
}


@media screen and (min-width: 767px){
#point5 .point a img{
        /*width: 70%;*/
        padding: 0;
    }
.spbtn_top{
    text-align: center;
}
/*.imasugu_btn{
    text-align: center;
    font-weight: bold;
    margin: 30px;
    padding: 0;
}
    .imasugu_btn_2{
        text-align: center;
        font-weight: bold;
        margin: 0 0 90px 0;
        padding: 0;
    }
    .imasugu_btn_3{
        text-align: center;
        font-weight: bold;
        margin: 10px 0 85px 0;
        padding: 0;
    }
    .imasugu_btn_4{
        text-align: center;
        font-weight: bold;
        padding: 0;
        margin: 0 0 90px 0;
    }*/   
    .blinking p{
        font-size: 22px;
    }
    .middle_btn{
    text-align: center;
    width: 100%;
}
    .blinking {
        animation: blinking 1s ease-in-out infinite alternate;
    }

    @keyframes blinking {
        0% {opacity: 0;}
        100% {opacity: 1;}
    }
    #flow {
        margin-bottom: 20px;
    }
    #adopt {
        margin-bottom: 50px;
    }
    #support {
        margin-bottom: 50px;
    }
    #number {
        margin-bottom: 60px;
    }
    #voice {
        margin-bottom: 35px;
    }
}

/*--------------------------2301122_佐藤追加-----------------------------------*/
/*  */
    .ttl_b {
        font-size: 22px;
    }
    @media screen and (max-width: 768px) {
    .ttl_b {
        font-size: 18px;
    }
}

/* キャンペーン */
.cp {
    margin: 0 auto;
    text-align: center;
}

/* CTA */
.imasugu_btn_top {
    text-align: center;
    font-weight: bold;
    margin: 30px;
    padding: 30px 90px;
    color: #e13a00;
    background: #f7f7f7;
    border-left: double 7px #c11a21;
    border-right: double 7px #c11a21;
}
.imasugu_btn_2, .imasugu_btn_3, .imasugu_btn_4, .imasugu_btn_5 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
    padding: 30px 0;
    color: #e13a00;
    background: #f7f7f7;
    border-left: double 7px #c11a21;
    border-right: double 7px #c11a21;
    max-width: 800px;
}

/* 円グラフ */
.graph {
    display: flex;
    /*margin: 10px auto;*/
    text-align: center;
    align-items: flex-start;
    justify-content: center;
}
.graph img {
    margin: 0 15px;
}

/* 4つの魅力 */
.charm {
    background-color: #ffc7c1;
    display: flex;
    margin: 30px auto;
    padding: 30px 0;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
}
.charm img {
    margin: 0 15px;
    width: 20%;
}
.charm_link{
    width: 20%;
    margin: 0 15px;
}
.charm img.manon {
    width: 100%;
    margin: 0;
}
.charm p{
    background-color: #fff;
    width: 100%;
    text-align: right;
    padding-bottom: 2%;
    margin: 0 auto;
    padding: 0 2% 2%;
}
.charm a{
    color: #000;
    font-size: 0.6rem;
    text-decoration: underline;
}
.charm b.fcR{
    color: #c01920;
}


/* 収入イメージ */
#income {
    background: #e2e2e2;
    margin: 30px auto;
    padding: 30px 0;
}
.income {
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: center;
}
.income img {
    margin: 0 15px;
    width: 20%;
}


@media screen and (max-width: 768px) {
    .imasugu_btn_top {
        text-align: center;
        font-weight: bold;
        margin: 20px 10px 40px 10px;
        padding: 20px;
    }
    .imasugu_btn_2, .imasugu_btn_3, .imasugu_btn_4, .imasugu_btn_5 {
    margin: 10px;
    padding: 20px;
    max-width: 500px;
}
    .blinking p{
        font-size: 16px !important;
    }
    .graph {
    flex-wrap: wrap;
    }
    .graph img {
    margin: 10px;
    width: 40%;
    }
    .graph img:last-child {
    width: 55%;
    }

/* 3つの魅力 */
    .charm {
    display: block;
    }
    .charm_link{
        width: 80%;
        margin: 0 auto;
    }
    .charm img {
    margin: 15px auto;
    width: 80%;
    }
    .charm img.manon {
        margin: 15px 0 0;
    }
    .charm p{
        background-color: #fff;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 2%;
    }
    .charm a{
        font-size: 0.6em;
    }
/* 収入イメージ */
    .income {
    display: block;
    }
    .income img {
    margin: 20px 0;
    width: 80%;
}
}
@media screen and (max-width: 1200px) and (min-width: 768px){
    .charm a {
        font-size: 0.3em;
    }
}

/*サンクスページ*/
section#finish_content {
    max-width: 1000px;
    margin: 30px auto 50px;
    background: #fff;
    padding: 50px;
    width: 95%;
}
.finish_wrapper{
    padding: 100px 0 50px;
    overflow: hidden;
    margin: auto;
    position: relative;
    background: #fffce1;
}
.finish_inner01 {
    text-align: center;
}

.finish_wrapper p {
    font-size: 16px;
}


p.finish_content_p {
    font-weight: bold;
    margin: 35px 0 20px;
    font-size: 20px;
}
.finish_inner02 {
    text-align: center;
    margin: 40px 0px;
    border: 2px solid #f21825;
    padding: 20px 15px;
}
.finish_inner02 img {
    max-width: 540px;
    width: 90%;
    margin-top: 15px;
}
p.finish_content_p2 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 5px !important;
    color: #f21825;
}
.finish_inner02 p {
    margin: 0;
}
.finish_inner03 {
    padding: 20px;
    background: #ebebeb;
}


p.finish_content_p3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 4px solid #f21825;
    width: fit-content;
    margin: 20px auto;
}
.finish_inner04 {
    display: flex;
    justify-content: space-between;
}
.finish_inner04 p {
    width: 30%;
    margin-top: 1rem;
}
section#finish_content img {
    width: 100%;
}

.finish footer {
    padding: 30px 20px;
    text-align: center;
    background: #c21920;
    font-size: 13px;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
}
.finish footer a {
    color: #fff!important;
}
.finish .head_list {
    top: 5px;
}

@media screen and (max-width:640px) {
    section#finish_content {
        width: 95%;
        margin: 0 auto;
        padding: 35px 15px 45px;
    }
    .finish_inner03 {
        padding: 20px 10px;
    }
    .finish_inner03 .sp p {
    margin: 1rem 0;
}
    .finish footer {
    padding: 40px 20px;
    height: auto;
}
.finish .head_list {
    top: -5px;
}
}
