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

.asuken {
	padding: 0 10px;
}

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

.asuken dl {
	margin: 0;
}

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

.block1 {
	margin: 35px 0 0;
}

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

.block1 img {
  width: 100%;
	display: block;
	margin: auto;
}

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

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

.block2 {
	margin: 30px 0 0;
}

.block2 h2+img {
  display: block;
  width: 200px;
  margin-bottom: 15px;
}

.block2 img+p {
	display: inline-block;
  vertical-align: top;
}

.block2 dl {
	padding: 20px 20px 20px 30px;
	background-color: #fefcbc;
  margin: 20px auto 30px;
}

.block2 dt {
	font-size: 20px;
	font-weight: bold;
	position: relative;
  padding-left: 22px;
  text-indent: -15px;
  padding-bottom: 5px;
}

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

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

.block2 dd p {
  text-indent: -1em;
}

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

.block2 .text+img {
  display: block;
  margin: 20px auto 0;
  width: 70%;
}

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

.block3 {
	margin: 50px 0 0;
}

.block-box .frame {
  width: 355px;
  margin: auto;
}

.block-box dl {
  width: 100%;
  padding: 30px 15px 20px;
  border: solid 2px #e2e2e2;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
}

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

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

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

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

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

.block-box dd::after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 15px solid #1c62b5;
  position: absolute;
  bottom: -36px;
  left: 161px;
}

.block4 .step3 dd::after,
.block3 .step5 dd::after {
	content: none !important;
}


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

.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;
}

.block5 {
	margin-bottom: 50px;
}

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

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

.block5 dl {
	padding: 0 30px 20px 60px;
}

.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: 90%;
	padding: 20px;
	border-radius: 10px;
	margin: auto;
}

.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: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 5px;
}

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

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

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

.block1 .rogo01 {
	width: 90%;
}

.block1 img.text {
	width: 70%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.asken__benefit {
	margin-top: 30px;
}

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

.asken__benefit .benefit__list {
	display: block;
	margin: 0 5%;
}

.asken__benefit .benefit__list .list__item {
	display: block;
	width: 100%;
	margin-top: 0;
}

.asken__benefit .benefit__list .list__item .benefit__point img {
	width: 19%;
	margin: 15px auto 0;
	display: block;
}

.asken__benefit .benefit__list .list__item .benefit__detail {
	margin-top: 24px;
}

.asken__benefit .benefit__list .list__item .benefit__detail>h4 {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #a4ca07;
	text-align: left;
}

.asken__benefit .benefit__list .list__item--1 .benefit__detail h4 img {
	width: 81.27272727272727%;
}

.asken__benefit .benefit__list .list__item--2 .benefit__detail h4 img {
	width: 96.72727272727273%;
}

.asken__benefit .benefit__list .list__item--3 .benefit__detail h4 img {
	width: 74.72727272727273%;
}

.asken__benefit .benefit__list .list__item .benefit__detail>p {
	margin-top: 10px;
	font-size: 16px;
	text-align: left;
}

.asken__benefit .benefit__list .list__item .img {
	width: 56%;
	display: block;
	margin: 15px auto;
}

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

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

.block4 .text-block p.title {
	margin-bottom: 10px !important;
	font-weight: bold;
	font-size: 18px;
}

.block4 img {
	display: block;
	margin: 10px auto 15px;
}