.lp_icon_box {
	/* background-image: url("../images/icon01.png"), url("../images/icon02.png");
	background-repeat: no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	background-size: 200px auto;
	padding: 30px 20px;
	box-sizing: border-box; */
	background-image: url("../images/icon01.png"), url("../images/icon02.png");
	background-repeat: no-repeat;
	background-position: 5% top, 95% top;
	background-size: auto 200px;
}

#container .title_l {
    text-align: center;
}
#body .contens_main .mainvisual{
    height: auto;
    max-height: none;
}

.lp_icon_box_4 {
   position: relative; 
    padding: 60px 0 ;
}
.lp_icon_box_4 img{
    max-width: 100%;
}

.lp_icon_box_4:before,.lp_icon_box_4:after{
    content: "";
    position: absolute;
    bottom: 0;
    width:100%;
    height: 300px;
    z-index: -1;
    left:0;
    
}

.lp_icon_box_4:before
{
    top:0;
    background: url("../images/icon05.png")no-repeat;
    background-position: center;
    background-size: contain;
}
.lp_icon_box_4:after
{
    background: url("../images/icon06.png")no-repeat;
        background-position: center;
    background-size: contain;
}
@media screen and (max-width: 768px) {
    .lp_icon_box_4:before,.lp_icon_box_4:after{
    height: 30vw;
    }}



.lp_icon_box_title {
	font-size: 2.6rem;

}
.lp_tokuten dt {
	font-size: 1.6rem;
	text-align: center;
	padding: 1em 0 1em;
}
.lead_shadow {
	text-shadow: 1px 1px 1px #808080;
}
@media screen and (min-width: 769px) {
	.pc_mt10 {
		margin-top: 10px;
	}
	.pc_mt20 {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.lp_icon_box {
		background-size: auto 100px;
	}
	.lp_icon_box_title {
		font-size: 2rem;
		padding-top: 3rem;
		margin-bottom: 10px;
	}
	.lp_tokuten dt {
		font-size: 1.3rem;
		text-align: center;
		padding: 0.2rem 0 0;
	}
	.lead_shadow {
		text-shadow: none;
		padding: 0 0.8em;
	}
	.lp_tokuten {
		margin-top: 0;
	}
	.lp_tokuten dd {
		min-height: auto;
		align-items: auto;
	}
	.sp_mt_s {
		margin-top: 5px;
	}
	.contents_w920 {
		padding: 0 3vw;
	}
}
/*���W�I�{�^���ǉ�
------------------------------------------------------------------------------*/
.radio_ara{
    display: flex;
    justify-content: space-between;
    }

.radio_ara > *{
    width:30%;
}
@media screen and (max-width: 768px) {
    .radio_ara{
   display: block;
    }

.radio_ara > *{
    width:auto;
    margin-bottom: 5%!important;
}
}
.radio {
  margin:auto auto  auto 0.5rem ;
}

.radio_ara .radio label{
           font-size: 2rem;
    font-weight: bold;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
 
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  position: relative;
  top: 0em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}


.title_border_ud{
   border-bottom: solid 1px #1c69d4;
    border-top: solid 1px #1c69d4;
    color: #1c69d4;
    padding: 1.0em 0;
    margin-bottom: 1.5em;
}

.font_l{
    font-size: 2.4rem;
}
/*gray_box*/
.gray_box{
    padding: 10px 10px 10px 0;
    background: #F3F3F3;
}
.gray_box > p{
    border-left: 8px solid #1c69d4;
    font-size: 1.8rem;
    padding-left: 5px;
}
.gray_box >p +p{
    margin-top: 10px
}


/*img*/
.img_w_100{
    width:100%;
}
/*cv*/
.lp_cv_btn{
padding: 50px 0 ;    
}
.lp_cv_btn .btn{
padding: 0.75em 1em 0.75em 1em;
}
.lp_cv_btn .btn:after,.lp_cv_btn .btn_line:after,.lp_cv_btn .next.page-numbers:after {
content: normal;
}