.reason-block{
}

/*.reason-block > div{
	position: relative;
	margin: 30px 0;
	height: 100%;
}

.reason-block > div img{
	width: 45%;
	border: 10px solid #FFFF00;
	border-image: linear-gradient(to right, #FFFF00 0%, #FBB03B 100%);
	border-image-slice: 1;
}

.reason-block > div > div{
	position: absolute;
	top: 10%;
	right: 0;
	background:	rgba(0,100,0,.8);
	padding: 50px;
	width: 48%;
}

.reason-block > div > div h3{
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 2.2rem;
}

.reason-block > div > div p{
	color: #fff;
}*/

.notice-block ul{
	list-style: none;
}

.notice-block ul a{
	text-decoration: none;
	color: #4D4D4D;
	padding: 10px 0;
	display: block;
	transition: all .3s 0s ease;
}

.notice-block ul a:hover{
	transform: translateY(2px);
	color: rgb(231,56,29);
}

.notice-block ul li p:nth-of-type(1){
	font-size: 80%;
}

.notice-block ul li p:nth-of-type(2){
	text-decoration: underline dotted;
}

h2.s-title{
	background: url(../../../images/customer/v2/9.png);
	background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 600%;
  font-size: 4rem;
}

.s-first-block{
	position: relative;
	background: url(../../../images/customer/v2/10.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
	width: 100%;
	height: 800px;
}

.s-first-block > div{
	position: absolute;
	width: 70%;
	height: 800px;
}

.s-first-block > div > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.s-first-block > div > div p{
	text-align: center;
	padding: 8px 0;
	margin: 5px 0;
	width: 49%;
	color: #fff;
	font-size: 1.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s-first-block > div > div p strong{
	font-size: 2.5rem;
	animation: flash 1s linear infinite;
	padding: 0 6px;
}

.s-second-block{
	font-size: 2.5rem;
	font-weight: bold;
}


.s-second-block::before{
	content: '';
	display: inline-block;
	/*background: url(../../../images/customer/v2/11.png);*/
	background: url(../../../images/addimage/14addimage.png);
	/*width: 40px;
	height: 30px;*/
	width: 48px;
    height: 36px;
	/*background-size: contain;*/
	background-size: cover;
	background-repeat: no-repeat;
}


@keyframes flash {
	0% {
	opacity: 1;
  }

  50% {
    opacity: .5;
  }


  100% {
    opacity: 1;
  }
}

.s-first-block > div > div p:nth-of-type(1){
	background: #1F39DF;
}

.s-first-block > div > div p:nth-of-type(2){
	background: #379CFF;
}

.s-first-block > div > div p:nth-of-type(3){
	background: #FF5ACA;
}

.s-first-block > div > div p:nth-of-type(4){
	background: #30AA00;
}

.s-first-block > div > div p:nth-of-type(5){
	background: #FD902A;
}

.s-first-block > div > div p:nth-of-type(6){
	background: rgb(219,212,2);
}

.s-first-block > div > div p:nth-of-type(7){
	background: #05E3C5;
}

.s-first-block > div > div p:nth-of-type(8){
	background: #BB2074;
}

.s-second h3{
	text-align: center;
	color: #fff;
	/*background: #000;*/
	background: #2a3e79;
	font-size: 120%;
	padding: 5px 0;
}

.s-third-block{
	display: flex;
	justify-content: center;
}

.s-third-block > ul{
	width: 45%;
	margin: 0;
	padding: 0;
	font-size: 1.3rem;
}

.container{
	  max-width: 920px;
    margin: 12rem auto 5rem;
    padding: 0 2rem;
}

.sub-main h1{
	font-size: 2rem;
}

.sub-top img{
	width: 100%;
}

.sub-title{
	background: #EF7E26;

}

.sub-title h1{
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	font-style: italic;
	padding: 30px 20px;
}

.sub-explain{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sub-explain > img{
	display: block;
	width: 35%;
}

.sub-explain > p{
	  width: 60%;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.8;
}

.sub-shinsa > h2{
	  color: #008D03;
    text-align: center;
    font-size: 270%;
    text-shadow: 3px 3px rgb(255 230 88);
    background: url(../../../images/customer/v2/101803.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    line-height: 540%;
}

.sub-shinsa > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sub-shinsa > div h3{
	width: 20%;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	border-radius: 10px;
	font-size: 2.2rem;
}

.sub-shinsa > div:nth-of-type(1) h3{
	background: #ED1C24;
}

.sub-shinsa > div:nth-of-type(2) h3{
	background: #24A939;
}

.sub-shinsa > div:nth-of-type(3) h3{
	background: #146FB8;
}

.sub-shinsa > div:nth-of-type(4) h3{
	background: #F49E3B;
}

.sub-shinsa > div p{
	width: 77%;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 3px dashed #000;
	padding-bottom: 12px;
}





@media(max-width: 890px){

	.sp{
		display: none;
	}

	.sub-title h1{
		padding: 20px 20px;
	}

	.sub-shinsa{
		margin-top: 50px;
	}

	.sub-shinsa > div h3{
		width: 30%;
		font-size: 1.5rem;
	}

	.sub-shinsa > div p{
		width: 67%;
		font-size: 1.2rem;
	}

	.sub-shinsa > h2{
		font-size: 150%;
		line-height: 450%;
	}

	.sub-explain > p{
		font-size: 1rem;
	}


	.sub-title h1{
		font-size: 2rem;
	}

	h2.s-title{
		font-size: 2.2rem;
		line-height: 450%;
	}

	.s-first-block > div > div p {
		font-size: 1.3rem;
	}

	.s-first-block {
		height: 370px;
	}

	.s-first-block > div > div p {
		padding: 2px 0;
	}


	.reason-block > div > div{
		width: 53%;
		padding: 10px;
	}

	.reason-block > div > div h3{
		font-size: 1.2rem;
		margin: 0 0 10px 0;
	}

	.reason-block > div > div p{
		font-size: 1rem;
	}

	.s-third-block > ul{
		font-size: 1.1rem;
	}

}
