@charset "UTF-8";

/*----------▼共通部分▼------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
.pc_dp_n{
    display: none;
    color: #ff6001;
} 
.mb20{
    margin-bottom: 20px;
}

/*----------sp------------*/
@media (max-width: 767px) { 
.pc_dp_n{
    display: block;
}
.sp_dp_n{
    display: none;
}
}
/*----------▲共通部分▲------------*/

/* タブ */
/*input[name="tab_item"] {
display: none;
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content,
#tab04:checked ~ #tab04_content,
#tab05:checked ~ #tab05_content,
#tab06:checked ~ #tab06_content{
display: block;
}*/

.price-tabs input:checked + .tab_item {
background-color: #3266cc;
color: #fff;
}

div.price-tabs {
text-align:center;
}

.tab_item {
    width: 30%;
    padding: 15px 0;
    background-color: #6c8dcd;
    font-size: 18px;
    text-align: center;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 5px 2px;
}
/*.tab_item:hover {
opacity: 0.75;
}*/

.tab_content {
   /* display: none;
    margin: 40px 0 0;*/
    padding: 25px;
    background: #fffbeb;
}
.tab_content a{
    color: #fff;
}

.price_btn_area {
    margin-top: 35px;
}
.price_content{
    display: flex;
    justify-content:space-between;
    margin-bottom: 20px;
}
.price_box {
    width: 70%;
    margin: auto;
}
.price_box table {
    width: 100%;
    border: solid 2px #6c8dcd;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    background: #fff;
    height: 86%;
}
.price_box tbody {
    font-size: 17px;
}
p.price_box_title {
    margin: 0;
    padding: 5px 0;
    background: #3266cc;
    color: #fff;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
.price_box th,.price_box td {
    padding: 5px 0 5px 5px;
    border-bottom: solid 1px #ccc;
}
.price_box tbody tr:last-child th,.price_box tbody tr:last-child td {
    border-bottom: none;
}
.price_box th {
    text-align: left;
}
.price_box td {
    width:37%;
}
h1 {
    padding: 5px 34px;
   /* margin-bottom: 30px;*/
    background: #e5e5e5;
}

/*----------sp------------*/
@media (max-width: 767px) {    
.price_content {
    flex-wrap: wrap;
    margin-bottom: 0px;
}.price_box {
    width: 100%;
    margin-bottom: 20px;
}
.price_box tbody {
    font-size: 15px;
}
.tab_item {
    font-size: 15px;
    width: 45%;
}
.tab_content {
   /* margin: 20px 0 0;*/
}
.price_btn_area {
    margin-top: 15px;
}
h2 {
     text-align: center;
}
}

/*----------simulator------------*/
.simulator h1 {
    margin-top: 35px;
    text-align: center;
}
.simulator_box {
    padding: 0px 0px 20px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 20px;
    margin-bottom: 50px;
}
.simulator_box h3 {
    font-style: normal;
    background: #3266cc;
    padding: 15px 10px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 20px 20px 0 0;
    font-size: 24px;
}
a.simulator_box_btn01 {
    display: block;
    padding: 20px;
    width: 65%;
    text-decoration: none;
    background: #ff6c00;
    margin: 20px auto;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    border-radius: 50px;
    box-shadow: 0 10px 0px #852f00;
}
.simulator_box p {
    width: 95%;
    margin: auto;
}
@media (max-width: 767px) {  
    .simulator_box {
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
}
.simulator_box h3 {
    font-size: 19px;
}
a.simulator_box_btn01 {
padding: 18px 15px 15px;
    width: 95%;
    border-radius: 15px;
    line-height: 1.2;
    font-size: 21px;
    margin: 20px auto 25px;
}
}

.choice_flex {
    width: 95%;
    display: flex;
    margin: auto;
}
.choice_flex a {
    color: #040404;
    width: 27%;
    margin: auto;
    margin-top: 0;
    line-height: 1.3;
}
.choice_flex02 {
    width: 95%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}
.choice_flex02 a {
    color: #040404;
    width: 17%;
    margin: auto;
    margin-top: 0;
    margin-bottom: 15px;
}
.mt20{
    margin-top: 20px;
}
.choice_flex img {
    margin-bottom: 15px;
    filter: drop-shadow(0 5px 5px rgba(0,0,0,0.4));
}

@media (max-width: 767px) {  
.choice_flex {
    width: 100%;
}
.choice_flex a {
    width: 31%;
    font-size: 15px;
}
.choice_flex02 {
    width: 100%;
}
.choice_flex02 a {
    width: 31%;
    font-size: 15px;
}
}

.simulator_price_box {
    margin: 2em auto;
    width: 95%;
    position: relative;
    padding: 30px;
    border-top: solid 2px #fd5d00;
    border-bottom: solid 2px #fd5d00;
    background: ivory;
}
.simulator_price_box:before, .simulator_price_box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #fd5d00;
}
.simulator_price_box:before {left: 10px;}
.simulator_price_box:after {right: 10px;}
.simulator_price_box p {
    margin: 0; 
    padding: 0;
}
.simulator_price_box p {
    font-size: 60px;
    color: #fd5d00;
    font-weight: bold;
    font-style: italic;
    border-bottom: 5px double #fd5d00;
    text-align: center;
    margin: auto;
}
.simulator_price_box .fsS {
    font-size: 15px;
    border: none;
    margin-top: 20px;
    color: #858585;
    font-weight: normal;
    font-style: normal;
}
@media (max-width: 767px) {  
    .simulator_price_box p {
    font-size: 36px;
    }
    .simulator_price_box {
    padding: 30px 10px;
    }
}


/*ポップアップ 240116下層追加*/
.active{
    display: block !important;
    animation-name: fadeIn;
    animation-duration: .2s;
    animation-fill-mode: both;
}
.madal_container {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
}
.madal_contents {
    width: 29%;
    height: auto;
    position: absolute;
    top: 44%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.madal_contents span {
    cursor: pointer;
    position: absolute;
    top: -26px;
    right: -30px;
    color: #fff;
    font-size: 2em;
    z-index: 11111;
    font-weight: bold;
}


@media screen and (max-width: 640px){
.madal_contents {
    width: 75%;
    top: 47%;
}
}

/*ポップアップ end */