@charset "utf-8";
/* main
=========================================*/
.container{
	background-color:#fff;
}
.main-section-title {
	margin-top: 50px;
}
.main-subtitle-h4 {
    background-color: #E8E8E8;
}
.main-subtitle-h4 h4 {
    background: #E8E8E8;
}
.center {
    text-align: center;
}
.mini {
    font-size: 12px;
    margin-left: 1rem;
}
/*ここまで削除禁止　スタイル追加はこの下へ
=========================================*/
.main-section  > p {
    font-size: 14px;
    line-height: 1.9;
}
.main-head {
    margin-top: 30px;
}
.ancer_btnbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 18px;
    font-size: 16px;
}
.ancer_btn {
    max-width: 250px;
    width: 100%;
    height: 64px;
    background: #CFCCDD;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding-right: 15px;
}
.ancer_btn::after {
    content: "";
    background: url(../img/ancer_arrow.svg) no-repeat center;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.ancer_btn:link {
    text-decoration: none;
}
.features_outer > p {
    font-size: 14px;
    margin-top: 14px;
    display: inline-block;
}
.features {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.features_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 230px;
    height: 230px;
    background: #ECEBF5;
    border-radius: 50%;
}
.features .features_box p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 20px;
}
.features_box figure {
    height: 56px;
    display: flex;
    align-items: center;
}
.option > p {
    text-align: center;
    margin-top: 38px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
.option_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}
.option_flex--box {
    max-width: 324px;
    width: 100%;
    min-height: 240px;
    border: 1px solid #8680A9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.option_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}
.option_flex--text {
    margin-top: 16px;
    font-size: 14px;
    font-weight: bold;
}
.option_link {
    max-width: 250px;
    margin-top: 16px;
    width: 100%;
    height: 50px;
    background: #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
}
.option_link:link {
    text-decoration: none;
}
.option_link::after {
    content: "";
    background: url(../img/ancer_arrow.svg) no-repeat center;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 12px;
    transform: rotate(270deg);
}
.plan_sub {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.plan_box {
    max-width: 174px;
    width: 100%;
    height: 206px;
    margin-bottom: 30px;
}
.plan_box h4 {
    color: #FFF;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    text-align: center;
    margin: auto;
}
.plan_text--box {
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
}
.plan_text--box::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 33px solid transparent;
    border-left: 33px solid transparent;
    border-bottom: 0;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}
.plan_box:nth-of-type(1) {
    h4 {
      background: #AFAC43;
    }
    .plan_text--box {
      background: #EBEBD1;
    }
    .plan_text--box::after {
      border-top: 20px solid #EBEBD1;
    }
}
.plan_box:nth-of-type(2) {
    h4 {
      background: #4BAA97;
    }
    .plan_text--box {
      background: #C5E3DE;
    }
    .plan_text--box::after {
      border-top: 20px solid #C5E3DE;
    }
}
.plan_box:nth-of-type(3) {
    h4 {
      background: #B96565;
    }
    .plan_text--box {
      background: #EAD5D5;
    }
    .plan_text--box::after {
      border-top: 20px solid #EAD5D5;
    }
}
.plan_text {
    line-height: 2;
    text-align: center;
}
.plan_price {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.main-contents-table td.subtitle {
    font-size: 14px;
    background-color:#CFCCDD;
    border: solid 1px #000;
}
table {
    width: 100%;
}
td {
    width: 25%;
    padding: 10px;
    font-weight: normal;
    text-align: center;
    border: solid 1px #000;
}
td:not(:nth-of-type(1)) {
    font-size: 24px;
}
th {
    font-size: 117%;
    padding: 10px;
    font-weight: normal;
    text-align: center;
    border: solid 1px #000;
	background-color:#c3c8e4;
}
.bd_introbox {
    border: 1px solid #8680A9;
    padding: 26px;
}
.bd_title {
    padding: 0;
    color: #000;
    font-weight: bold;
}
.bi_ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 20px;
}
.bi_ul li {
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 2rem;
}
.bi_ul li:nth-of-type(2n-1) {
    width: 350px;
}
.bi_ul li::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bi_ul li:nth-of-type(1)::after {
    background: url(../img/ul_icon01.svg) no-repeat center;
    width: 17px;
    height: 16px;
    left: .6rem;
}
.bi_ul li:nth-of-type(2)::after {
    background: url(../img/ul_icon02.svg) no-repeat center;
    width: 17px;
    height: 17px;
    left: .6rem;
}
.bi_ul li:nth-of-type(3)::after {
    background: url(../img/ul_icon03.svg) no-repeat center;
    width: 13px;
    height: 16px;
    left: .8rem;
}
.bi_ul li:nth-of-type(4)::after {
    background: url(../img/ul_icon04.svg) no-repeat center;
    width: 13px;
    height: 11px;
    left: .8rem;
}
.bi_ul li img {
    margin-right: 4px;
}
.bi_caution {
    margin-top: 20px;
    line-height: 2;
    padding: 0 5px;
}
.bi_caution li {
    padding-left: 1em;
    text-indent: -1em;
}
.breakdown .ancer_btnbox {
    justify-content: flex-start;
    padding: 0 5px;
}
.breakdown .ancer_btnbox .ancer_btn::after {
    transform: rotate(270deg);
    top: auto;
}
.dif_inner {
    padding: 15px 20px 30px;
}
.dif_upper {
    padding: 30px 80px;
    background: #E8E8E8;
}
.dif_upper--flex {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 2;
}
.dif_upper--flex ul li .bold {
    font-weight: bold;
}
.dif_lower {
    font-size: 14px;
    line-height: 2;
    display: flex;
    gap: 20px;
}
.dif_lower > div {
    max-width: 360px;
    width: 100%;
}
.dif_lower--box {
    margin-top: 18px;
    padding: 32px 16px;
    height: 300px;
    background: #E8E8E8;
    font-size: 13px;
}
.dif_lower--box ul {
    height: 60px;
}
.dif_lower--box ul li {
    padding-left: 4.5em;
    text-indent: -4.5em;
}
.dif_lower--box ul li .small {
    font-size: 12px;
}
.dlb_price {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    margin: 40px auto 0;
    font-size: 14px;
}
.dif_lower--boxouter:nth-of-type(1) .dlb_price {
    background: #201560;
}
.dif_lower--boxouter:nth-of-type(2) .dlb_price {
    background: #B30101;
}
.dlb_text {
    margin-top: 10px;
    text-align: center;
}
.dif_lasttext {
    background: #B30101;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    padding: 16px 30px;
    margin-top: 16px;
    .fs_20 {
        font-size: 20px;
    }
}
.flow_box {
    max-width: 642px;
    margin: 30px auto 0;
}
.flow_box--title {
    font-size: 14px;
    font-weight: bold;
}
.flow_ul {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}
.flow_ul li {
    padding: 16px 8px 4px;
    max-width: 180px;
    border: 1px solid #8680A9;
    position: relative;
    text-align: center;
}
.flow_ul li::after {
    content: "";
    background: url(../img/arrow_img01.svg) no-repeat center;
    width: 40px;
    height: 31px;
    position: absolute;
    top: 50%;
    right: -45px;
    transform: rotate(270deg);
}
.flow_ul li:last-of-type::after {
    display: none;
}
.flow_ul .flow_time {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #201560;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: -15px;
}
.flow_ul .flow_time.hour_2 {
    background: #8680A9;
}
.flow_title {
    color: #201560;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.flow_img {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_last {
    max-width: 670px;
    margin: 40px auto 0;
    padding: 36px 0;
    background: #ECEBF5;
}
.flow_last--title {
    color: #201560;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.flow_last--ul {
    margin: 16px auto 0;
    max-width: 365px;
}
.flow_last--ul li {
    line-height: 2;
    font-size: 14px;
}

.introflow_img {
    margin-top: 20px;
    text-align: center;
}
.introflow_box {
    border: 1px solid #8680A9;
    max-width: 670px;
    margin: 20px auto 0;
    padding: 30px 0;
    text-align: center;
}
.introflow_box--title {
    font-size: 24px;
    font-weight: bold;
    color: #201560;
    span {
        font-size: 16px;
    }
}
.introflow_box--text {
    margin-top: 20px;
    font-size: 14px;
}

.qa_ul {
    padding: 0 20px;
    font-size: 14px;
    line-height: 2;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.qa_question {
    font-weight: bold;
    color: #201560;
    padding-bottom: 6px;
    margin-bottom: 8px;
    border-bottom: 1px solid #8680A9;
}
.qa_ul li p {
    padding-left: 1.6em;
    text-indent: -1.6em;
}

.main-subtitle {
    margin-top: 60px;
}
.main-subtitle p{
	font-size:117%;
	text-indent:-1em;
	padding-left:1em;
}
td.pink {
    background-color: #dbdeef;
    border: none;
    width: 244px;
    height: 70px;
    vertical-align: middle;
}
.calculation td {
    text-align: center;
    font-size: 117%;
    line-height: 27px;
	vertical-align: middle;
}
.none {
    border: 0;
}
.blue {
    background-color: #c3c8e4;
    border: none;
    width: 145px;
    display: block;
    height: 70px;
    text-align: center;
}
.indent {
    line-height: 0.2;
}
.contents-menu-btn ul {
    margin: 20px 0 50px 0;
}
.contents-menu-btn li {
    display: inline-block;
    margin: 0 25px 0 0;
}
.contents-menu-btn li.last {
    margin: 0 0 0 0;
}
p.text-bottom{
	margin-bottom:30px;
}
p.text-bottom2{
	margin-bottom:20px;
}
p.text-bottom3{
	margin-bottom:50px;
}
p.text-bottom5{
	margin-bottom:10px;
}
th.top{
	font-weight:bold;
	text-align:center;
}

.main_slider--bnr {
    float: left;
}