/* あすけん　PC スタイル */
.sp {
	display: none !important;
}

.asuken {
	width: 1160px;
	margin: auto;
}

.asuken dd  {
	margin-inline-start: auto;
}

.asuken dl {
	margin: 0;
}

.asuken section h2 {
	margin: 0 0 30px;
	height: 46px;
	line-height: 46px;
	background-color: #8bc24a;
	color: #fff;
	font-size: 22.4px;
	font-weight: bold;
	padding-left: 20px;
}

.block1 {
	margin: 30px 0 0;
}

/* .block1 .text1 {
	margin: 0 0 20px !important;
	font-size: 16px;
} */

.block1 img {
	display: block;
	margin: auto;
}

.block1 img.text {
	margin-top: 15px;
	margin-bottom: 25px;
}

.block1 .text2 {
	margin: 20px 0 5px !important;
	font-size: 20px;
	color: #f67618;
	font-weight: bold;
	text-align: center;
}

.block1 .text3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.block2 {
	margin: 30px 0 0;
}

.block2 img+p {
	display: inline-block;
	vertical-align: top;
	width: 895px;
	margin: 0 0 0 25px !important;
}

.block2 .text+img {
    width: 227px;
}

.block2 dl {
	width: 100%;
	padding: 30px 0 20px 25px;
	background-color: #fefcbc;
	margin: 20px auto 30px;
}

.block2 dt {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}

.block2 dt span {
	color: #f67618;
	position: absolute;
	left: 0px;
}

.block2 dd {
	font-size: 16px;
	margin-top: 5px;
}

.block2 .text {
	display: inline-block;
	vertical-align: top;
	width: 885px;
	margin-right: 40px;
}

.block2 h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px !important;
}

.block3 {
	margin: 50px 0 0;
}

.block-box .frame {
	padding: 0 30px;
}

.block-box dl {
	width: 290px;
	padding: 30px 21px 0;
	border: solid 2px #e2e2e2;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	margin-bottom: 30px;
	font-size: 16px;
	position: relative;
}

.block-box dl:nth-of-type(3) {
	margin-right: 0;
}

.block3 dl.step1,
.block3 dl.step2,
.block3 dl.step3 {
	height: 580px;
}

.block3 dl.step4,
.block3 dl.step5 {
	height: 350px;
}

.block4 dl.step1,
.block4 dl.step2,
.block4 dl.step3 {
	height: 370px;
}

.block-box dt {
	color: #4f81bd;
	margin-bottom: 20px;
	font-weight: bold;
}

.block-box dd span {
	color: #da0026;
}

.block-box dd span.step-text {
	display: block;
	margin-top: 15px;
}

.block-box img.center {
	display: block;
	margin: 20px auto 0;
}

.block-box dd span {
	color: #da0026;
}

.block-box dd span {
	color: #da0026;
}

.block-box dt::after {
	display: inline-block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	content: " ";
	border-right: 0 solid transparent;
	border-left: 15px solid #1c62b5;
	position: absolute;
	top: 180px;
	left: 350px;
	margin-top: auto;
	margin-bottom: auto;
	right: 0;
	margin-right: 15px;
}

.block-box .step3 dt::after {
	content: none !important;
}

.block-box .step3 dt::after,
.block-box .step5 dt::after {
	content: none !important;
}


.block3 .step1 .logo {
	width: 160px;
	margin: 20px 0;
}

.block3 .step1 div {
	margin-bottom: 10px;
}

.block3 .step1 div p {
	width: 110px;
	display: inline-block;
	vertical-align: top;
}

.block3 .step2 a {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 21px;
	background-color: #1c62b5;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 20px 0 25px;
	border-radius: 5px;
	box-shadow:0px 3px 0px 0px #a8a6a7;
}

.block4, .block5 {
	margin-top: 30px;
}

.block5 {
	margin-bottom: 50px;
}

.block4 h2 {
	background-color: #f26635 !important;
}

.block5 h2 {
	background-color: #808080 !important;
}

.block5 dl {
	padding: 0 30px 20px 60px;
	border-bottom: solid 1px #e2e2e2;
	margin-bottom: 20px;
}

.block5 dt span,
.block5 dd span {
	font-size: 20px;
	color: #4f81bd;
	padding-right: 10px;
	font-weight: bold;
}

.block5 dd span {
padding-left: 10px;
}

.block5 dt,
.block5 dd {
	font-size: 16px;
  text-indent: -2em;
}

.block5 dt {
	font-weight: bold;
	padding-bottom: 5px;
}

.play {
	width: 163px;
	margin: -10px;
}

/* モーダル */
.m-modalBlock_overlay {
  z-index: 20;
  width: 100%;
  height: 300vh;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,.5);
}

.m-modalBlock {
  display: none;
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.m-modalContents {
	position: relative;
	display: none;
	background-color: #fff;
	opacity: 1;
	z-index: 40;
	width: 590px;
	padding: 20px 30px;
	border-radius: 10px;
}

.m-modalContents_close--over {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 1000;
  width: 40px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
  color: #a5a5a5;
}

.m-modalContents_icoClose {
  position: relative;
  display: block;
}

.m-modalContents_icoClose::after, .m-modalContents_icoClose::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 4px;
  background: #000;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.m-modalContents_icoClose::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-modalContents_icoClose::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#js-modalContents {
	position: absolute;
}

/* コンテンツ */
.m-modalContents a {
	text-decoration: none;
	background-color: #eca154;
	color: #fff;
	display: block;
	margin: 40px auto 10px;
	width: 300px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 5px;
}

.step1 .js-modalBtn {
	display: inline-block;
}

.m-modalContents_icoClose {
	width: 35px;
	height: 35px;
	position: absolute;
	background-color: #fff;
	border: solid .5px #595959;
	border-radius: 50%;
	top: -20px;
	right: -10px;
}

.asken__benefit {
	margin-top: 35px;
}

.asken__benefit .benefit__list {
	display: flex;
	justify-content: space-between;
}

.asken__benefit .benefit__list .list__item {
	display: flex;
	flex-direction: column;
	width: 305px;
	text-align: center;
}

.asken__benefit ol,
.asken__benefit h4 {
	margin: 0;
	padding: 0;
}

.asken__benefit ol {
	margin: 0 90px;
}

.asken__benefit .benefit__point {
	margin-bottom: 5px !important;
}

.asken__benefit .benefit__list .list__item .benefit__detail>h4 {
	padding: 25px 0 15px 0;
	border-bottom: 2px solid #a4ca07;
}

.asken__benefit .benefit__list .list__item .benefit__detail>p {
	margin-top: 15px !important;
	font-size: 17px;
	text-align: left;
}

.block4 .text-block {
	display: inline-block;
	vertical-align: top;
}

.block4  img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}

.block4 .text-block p {
	margin: 10px 130px 0 25px !important;
}

.block4 .text-block p.title {
	margin: 30px 130px 0 25px !important;
	font-weight: bold;
	font-size: 18px;
}

.asuken section.block4 h2 {
	margin: 0 0 10px;
}

.list__item img.img {
	border: solid 1px #a5c907;
}