
@import url("common.css");
@import url("base.css");
@import url("default.css");

/*--ivv--------------*/
.mb10{
    margin-bottom:10px;
}
.w33{
    width:33.3%;
}
.center{
    text-align:center;
}
#ivv .box-img img{
    width:80%;
}
#ivv .shadow{
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
}
#ivv .flex-block .mb80{
    margin:0 auto 80px;
}
#ivv .flex-block{
    justify-content: flex-start !important;
}
@media screen and (max-width: 1050px){
    #ivv .w33 {
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    #ivv .w33 {
        width: 100%;
    }
}

/*--plan--------------*/
.wrap_option {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    height: auto;
}
.box_common_plan {
    border-radius: 20px;
    background: #e6e0cf;
    word-break: break-all;
    padding: 20px 10px;
}
.ivalue_red{
    color: #CF2E5A;
}

.ivalue_plan_left p {
    font-weight: 700;
    line-height: 90px;
    margin-left: 20px;
}

.ivalue_plan_left{
    text-align: center;
    margin-right: 5%;
}
 .ivalue_plan_cent{
margin-right: 5%;
 }

@media screen and (max-width: 767px){
    .box_common_plan {
        
        padding: 20px 20px;
    }

    .ivalue_plan_left {
        width: 100%;
        text-align: center;
        margin-right: 0%;

    }
    .ivalue_plan_cent {
        width: 100%!important;
        margin-right: 0%;
    }

}

.w270{
    width:270px;
}

#plan .box_common_plan {
    background-color: #fff !important;
}

#option-menu .wrap_option{
    width:90%;
    justify-content: space-between;
    align-items: center;
}
#option-menu .img-wrapper{
    width:45%;
}

#option-menu img{
    width:100%;
}
#option-menu .txt-wrapper{
    width:50%;
    margin-top:40px;
}
#option-menu .txt-wrapper .option-menu-lead{
    font-size:22px;
    font-weight: bold;
}
#option-menu .txt-wrapper .option-menu-txt{
    line-height:1.7;
}
.mb20{
    margin-bottom:20px;
}
.option-menu-list li{
    margin-bottom: 5px;
}

@media screen and (max-width: 767px){
    #option-menu .img-wrapper{
        width:100%;
    }
    #option-menu .txt-wrapper{
        width:100%;
    }
}

/*--function--------------*/
.small_span {
    display: block!important;
    font-weight: 700!important;
}

@media screen and (min-width: 1100px){
    .small_span{
        font-size: 18px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.small_span{
        font-size: 14px !important;
	}
}
@media screen and (max-width: 767px) {
	.small_span{
        font-size: 12px !important;
	}
    .w33 {
        width: 100%;
    }
}
.box_heading {
    text-align: center;
}


@media screen and (max-width: 767px) {
	.sectioncont3 {
		padding: 40px 15px;
	}
}
@media print, screen and (min-width: 768px) {
	.sectioncont3 {
		padding: 60px 0 0;
	}
}
.sectioncont3 .basic-label {
	display: inline-flex;
	width: auto;
	padding: 0 26px;
	font-weight: 900;
	text-align: center;
}
.sectioncont3 .basic-label.sectiontit {
	height: 64px;
}
.sectioncont3 .basic-label.admin {
	border: 5px solid #CF2E5A;
	background: #fff;
	color: #CF2E5A;
}
.sectioncont3 .basic-label.stit {
	background: #FEE101;
	color: #000;
}
@media screen and (max-width: 767px) {
	.sectioncont3 .basic-label.sectiontit {
		margin-bottom: 40px;
		font-size: 18px;
	}
	.sectioncont3 .basic-label.stit {
		margin-bottom: 30px;
		font-size: 1rem;
	}
}
@media print, screen and (min-width: 768px) {
	.sectioncont3 .basic-label.sectiontit {
		min-width: 390px;
		margin-bottom: 60px;
		font-size: 22px;
	}
	.sectioncont3 .basic-label.stit {
		margin-bottom: 50px;
		font-size: 1rem;
	}
}
.sectioncont3 .basic-label.stit.mt30 {
	background: #FEE101;
	color: #000;
	margin-top: 30px;
}

/*--pm--------------*/

.prg_4w{
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.img_plus {
	max-width: 30px;
    margin-right: auto;
    margin-left: auto;
	}
}
@media print, screen and (min-width: 768px) {
.img_plus {
	max-width: 40px;
	margin-right: auto;
	margin-left: auto;
	}
}	

.base_form {
	padding: 20px 25px;
}
.container_box01 {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
}
.base_form .box_img{
	display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-right: 15px;
}
.base_form .box_img img {
    margin-right: 15px;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
.base_form .box_img img {
	width: 40px;
	}
}
@media print, screen and (min-width: 768px) {
.base_form .box_img img {
	width: 60px;
	}
}

.detail02{
	line-height: 1.7;
    font-size: 12px;
    text-align: left;
}

.detail03{
	line-height: 1.7;
    font-size: 12px;
    text-align: left;
	padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
.detail03{
	margin-bottom: 70px;
	}
}

/* footer company */
@media screen and (min-width: 768px) {
    .footer-wrap{
      display: flex;
      text-align: center;
    }
    .footer-companies:first-child{
      margin: 0 60px 0 auto; 
    }
    .footer-companies:last-child{
      margin: 0 auto 0 60px; 
    }
    .footer-pmark{
      margin: 10px auto;
      width: 50px;
    }
  }
  @media screen and (max-width: 767px) {
    .footer-wrap{
      text-align: center;
    }
    .footer-label{
      margin: 10px auto;
    }
    .footer-companies:last-child{
      margin-top:60px;
    }
    .footer-logo{
      justify-content: center;
    }
    .footer-logo > img{
      margin: auto 0;
      height: 45px;
    }
    .footer-pmark{
      display: flex;
      margin: 10px auto;
      width: 60px;
    }
    .inc-logo{
      width: 150px !important;
    }
  }
  .footer-label{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    margin: 0 auto 10px auto;
  }
  .footer-logo{
    height:53px;
    display: flex;
  }
  .footer-logo > img{
    margin: auto;
    width: 50%;
  }
  .company-name{
    font-weight: 700;
    font-size: 1rem;
    margin-top: 10px;
  }
  .company-name-works{
    font-weight: 400;
    font-size: 0.8rem;
  }
  .company-address{
    margin-top:15px;
    font-size:0.8rem;
    line-height: 1.3rem;
  }
  .footer-complement{
    font-size: 0.6rem;
    line-height: 1.7;
    margin-top: 18px;
  }
  .company-url{
    font-size: 0.7rem;
    font-weight: 700;
    margin-top: 18px;
  }
  .fix-size1{
    padding-top: 40px;
  }
  