@charset "UTF-8";
/*-----TOP-----*/
body {
    color: #333;
}
h2 {
    font-size: 40px;
    color: #333;
}
p {
    font-size: 14px;
    line-height: 35px;
    color: #333;
}

.button a {
/*    font-size: 16px;
    font-weight: 600;*/
    color: #fff;
    background-color: #EF8062;
    padding: 18px 30px;
    border-radius: 30px;
    transition: all .3s;
}
.button a:hover {
    color: #fff;
    background-color: #CE5F41;
}


/*MV*/
.top {
    background-color: #fff;
}
.top .container {
    position: relative;
}
.top h1 {
    color: #333;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.top h1 .h1_fontsize {
    color: #FF7F00;
    font-size: 80px;
}
.top h1 .sp_br {
    display: none;
}
.top h1 .h1_sub {
    font-size: 25px;
    font-weight: 600;
    color: #333;
}
.news_box {
    margin-top: 120px;
}
.ttl {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.ttl img {
    width: 25px;
}
.ttl .ttl_en {
    font-size: 20px;
    font-weight: 700;
    font-family: Hind, sans-serif;
    color: #6D6C6C;
    margin-left: 10px;
}

/*NEWS*/
.news_box .ttl {
    margin-bottom: 50px;
}
.about_us {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.about_us .box1 {
    width: 50%;
}
.about_us .box1 h2 {
    text-align: left;
}
.about_us .img {
    width: 45%;
    height: 100%;
}
.about_us .img img {
    width: 100%;
}

/*FEATURE*/
.feature {
    margin-top: 120px;
}
.feature .ttl_box .ttl {
    display: block;
    text-align: center;
}
.feature .box1 figure {
    margin-top: 50px;
}
.feature .box1 figure img {
    width: 100%;
}
.feature p {
    color: #333;
    line-height: 35px;
}
.feature .box1 .p_ttl {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    font-family: Hind, sans-serif;
    color: #333;
    line-height: 1.4;
    margin-bottom: 40px;
    margin-top: 100px;
}
.feature .box1 .p_detail {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.feature .box1 .p_detail span {
    font-size: 18px;
    font-weight: 600;
    color: #EF8062;
}


/*PLAN*/
.plantop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
}
.plantop .box1 {
    width: 45%;
}
.plantop .box1 h2 {
    text-align: left;
}
.plantop .img {
    width: 50%;
    height: 100%;
}
.plantop .img img {
    width: 100%;
}
.plantop p {
    margin-bottom: 68px;
}


/*SIMULATION_APPLICATION*/
.simulation_application {
    margin-top: 120px;
}
.simulation_application .box1 {
    display: flex;
    justify-content: space-between;
}
.simulation_application .box1 a {
    width: 46%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.simulation_application .box1 .cp_btn2 {
    border: 5px solid #2EB6EB;
    transition: all .3s;
}
.simulation_application .box1 .cp_btn2:hover {
    background-color: #D4F0FA;
    border-radius: 40px;
}
.simulation_application .box1 .cp_btn3 {
    border: 5px solid #98C731;
    transition: all .3s;
}
.simulation_application .box1 .cp_btn3:hover {
    background-color: #EAF3D5;
    border-radius: 40px;
}
.simulation_application .box1 a .ttl_box .ttl {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.simulation_application .box1 a .ttl_box h2 {
    margin-bottom: 0;
}

/*FAQ*/
.faq {
    margin-top: 120px;
}
.faq h2 {
    text-align: left!important;
}
.accordion-open {
    background-color: #DAEBE8!important;
    border: none!important;
    color: #333!important;
}
.accordion-close .accordion-open {
    background-color: #f5f5f5!important;
}
.accordion-open::before,
.accordion-open::after {
    background: #333!important;
}


/*SALES AGENT*/
.sales_agent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
}
.sales_agent .box1 {
    width: 45%;
}
.sales_agent .box1 .ttl_box h2 {
    text-align: left;
}
.sales_agent .box1 p {
    margin-bottom: 68px;
}
.sales_agent .img {
    width: 50%;
    height: 100%;
}
.sales_agent .img img {
    width: 100%;
}


/*SDGs*/
.sdgs_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
}
.sdgs_ .box1 {
    width: 45%;
}
.sdgs_ .box1 p {
    margin-bottom: 0;
    line-height: 30px;
}
.sdgs_ .box1 .ttl_box h2 {
    text-align: left;
}
.sdgs_ .img {
    width: 50%;
    height: 100%;
}
.sdgs_ .img img {
    width: 100%;
}
.section-seperator {
    border-bottom: none;
}


/*CONTACT*/
.contact {
    margin-top: 120px;
}
.contact_img_sp {
    display: none;
}
.contact_img_pc {
    position: relative;
    width: 100%;
}
.contact_img_pc .img_pc {
    width: 100%;
    height: 100%;
}
.contact_img_pc .box1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.contact .ttl_box .ttl {
    display: block;
    text-align: center;
}
.contact h2 {
    margin-bottom: 58px!important;
    white-space: nowrap;
}
.contact a {
    color: #fff!important;
    text-decoration: none!important;
}


/*FOOTER*/
.footer {
    padding-top: 220px;
    padding-bottom: 50px;
}
.footer .box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.footer .box1 ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
}
.footer .box1 ul li {
    margin-left: 40px;
    margin-bottom: 0;
    color: #fff;
}
.footer .box1 ul li a img {
    width: 100%;
    height: 30px;
}
.footer .box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 100px 120px 100px;
}
.footer .box2 ul li {
    margin-bottom: 40px;
}
.footer .copyright p {
    font-size: 13px;
    text-align: center;
}


/*PAGETOP*/
.back-to-top.back-to-top-fade-out {
    opacity: .5;
}
.back-to-top {
    background-color: #639088;
}



/*-----OTHER-----*/
.other_page_ttl {
    margin-top: 100px;
    margin-bottom: 45px;
}
.other_page_ttl .ttl_box {
    text-align: center;
}
.other_page_ttl .ttl_box .ttl {
    display: block;
}

/*-----APPLICATION-----*/
.application {
    padding-top: 120px;
    padding-bottom: 70px;
    background-color: #F6FAF9;
}
.application .box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.application .box1 .box2 {
    width: 45%;
}
.application .box1 .box2 h2 {
    text-align: left;
    font-size: 30px;
    color: #639088;
}
.application .box1 .box2 p {
    font-size: 16px;
}
.application .box1 figure {
    width: 50%;
}
.application .box1 figure img {
    width: 100%;
    height: 100%;
}
.confirmation_files {
    margin-top: 50px;
    padding: 50px;
    border: 5px solid #DAEBE8;
    border-radius: 0;
}
.confirmation_files p {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: normal;
}
.confirmation_files ul {
    margin-bottom: 40px;
    padding-left: 20px;
}
.confirmation_files .ul {
    margin-bottom: 0px;
}
.confirmation_files ul li {
    font-size: 14px;
    color: #333;
}
.confirmation_files ul li::marker {
    color: #fff;
}
.confirmation_files ul li a {
    color: #EF8062;
    font-weight: 600;
}
.form-group {
    margin-top: 80px;
}
.application .btn2 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #EF8062;
    padding: 18px 30px;
    border-radius: 30px;
    transition: all .3s;
    border: none;
    opacity: 1;
}
.application .btn2:hover {
    color: #fff;
    background-color: #CE5F41;
}
#mainform {
    width: 100%;
    border: 5px solid #DAEBE8;
    border-radius: 0;
}
#mainform .alert {
    background-color: #F6FAF9;
}


/*-----COMPANY-----*/
.company_ h3 {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: center;
}
.company_ h3 br {
    display: none;
}
.company_ .company_box {
    margin-top: 0;
    margin-bottom: 120px;
}
.company_ .company_box {
    border-top: 1px solid #ddd;
}
.company_ .company_box tr th {
    width: 25%;
    background-color: #DAEBE8;
    color: #333;
    text-align: left;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.company_ .company_box tr td {
    width: 75%;
    background-color: #fff;
    color: #333;
    text-align: left;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
    border-left: none;
    line-height: 30px;
}
.company_ .company_box tr td .br {
    display: none;
}
.company_ .company_box2 {
    margin-top: 0;
}
.company_ .company_box2 tr th {
    width: 25%;
    background-color: #fff;
    line-height: 1;
    color: #333;
    text-align: left;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.company_ .company_box2 tr td {
    width: 75%;
    background-color: #fff;
    color: #333;
    text-align: left;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    border-left: none;
    line-height: 30px;
}


/*-----SPECIFIED COMMERCIAL TRANSACTION----*/
.specified_commercial_transaction h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
.specified_commercial_transaction_box{
    margin-top: 0;
    margin-bottom: 120px;
    border-top: 1px solid #ddd;
}
.company_ .company_box {
    border-top: 1px solid #ddd;
}
.specified_commercial_transaction_box tr th {
    width: 25%;
    background-color: #DAEBE8;
    color: #333;
    text-align: left;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.specified_commercial_transaction_box tr:last-child th {
    border-bottom: 1px solid #ddd;
}
.specified_commercial_transaction_box tr td {
    width: 75%;
    background-color: #fff;
    color: #333;
    text-align: left;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
    border-left: none;
    line-height: 30px;
}
.specified_commercial_transaction_box tr:last-child td {
    border-bottom: 1px solid #ddd;
}


/*SECURITY*/
.security h3 {
    font-size: 16px;
    margin-bottom: 0;
    padding: 20px 0 20px 20px;
    background-color: #DAEBE8;
}
.security p {
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
}


/*-----PRIVACY POLICY----*/
.privacy_policy p,
.privacy_policy ol li,
.privacy_policy h3,
.privacy_policy_ p,
.privacy_policy_ h3{
    font-size: 16px;
    line-height: 35px;
}
.privacy_policy p {
    margin-bottom: 40px;
}
.privacy_policy ol {
    padding-left: 70px;
    font-size: 16px;
}
.privacy_policy ol li {
    color: #333;
    margin-bottom: 30px;
}
.privacy_policy_ {
    margin-top: 90px;
}
.privacy_policy_ h3 {
    padding: 20px 0 20px 20px;
    background-color: #DAEBE8;
    margin-bottom: 0;
}
.privacy_policy_ p {
    line-height: 30px;
    padding: 20px 0 45px 20px;
    margin-bottom: 0;
}
.privacy_policy_ ul {
    padding-left: 50px;
    margin-top: 10px;
    margin-bottom: 45px;
    margin-left: 0;
}
.privacy_policy_ .ul2 {
    margin-bottom: 30px;
}
.privacy_policy_ .ul3 {
    margin-bottom: 10px;
}
.privacy_policy_ ul li {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.privacy_policy_ .p {
    padding-bottom: 0px;
}
.privacy_policy_ p strong {
    color: #639088;
}
.privacy_policy_ .p_bold {
    font-weight: 600;
}
.privacy_policy_ .p_bold span {
    color: #333;
    font-size: 16px;
}
.privacy_policy_ .ul {
    margin-bottom: 10px;
}
.privacy_policy_ ol {
    padding-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.privacy_policy_ ol li {
    color: #333;
    line-height: 30px;
    font-size: 16px;
}
.privacy_policy_ a {
    color: #EF8062;
    font-weight: 600;
    font-size: 16px;
}
.privacy_policy_contact {
    margin-top: 120px;
}
.privacy_policy_contact h4 {
    font-size: 40px;
    color: #333;
    margin-bottom: 40px;
}
.privacy_policy_contact .box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.privacy_policy_contact .box1 .box2 {
    width: 45%;
}
.privacy_policy_contact .box1 figure {
    width: 50%;
    height: 100%;
}
.privacy_policy_contact .box1 .img img {
    width: 100%;
    height: auto;
}
.privacy_policy_contact .box1 .box2 .p_ttl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

/*-----SIMULATION-----*/
.simulation {
    padding-top: 120px;
    padding-bottom: 70px;
}
.simulation .ttl_box .ttl {
    display: block;
    text-align: center;
}
.simulation .ttl_box h2 {
    text-align: center;
}
.simulation_box {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F6FAF9;
}
.simulation_box .box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.simulation_box .box1 .box2 {
    width: 45%;
}
.simulation_box .box1 .box2 h2 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #639088;
}
.simulation_box .box1 .box2 p {
    font-size: 16px;
    line-height: 35px;
}
.simulation_box p strong {
    font-size: 30px;
    color: #639088;
}
.simulation_box figure {
    width: 50%;
}
.simulation_box figure img {
    width: 100%;
    height: 100%;
}
.simulation_box table {
    margin-top: 50px;
    background-color: #F6F9FA;
}
.simulation_box tr th {
    font-size: 16px;
    padding: 15px 30px 15px 30px;
    text-align: left;
    border: 1px solid #F6FAF9;
    background-color: #639088;
}
.simulation_box tr td {
    font-size: 16px;
    padding: 15px 30px 15px 30px;
    border: 1px solid #DAEBE8;
    background-color: #fff;
}
.simulation_box tr td:last-child {
    border: 1px solid #DAEBE8;
}
.cp_btn {
  width: auto;
  margin: 80px auto 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #EF8062;
  border: none;
  border-radius: 30px;
  transition: all .3s;
}
.cp_btn:hover {
  color: #fff!important;
  background-color: #CE5F41;
}

/*SIMULATION RESULT*/
#comparison {
    padding: 0px;
    border: none;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 0px;
}
.comparison_box h3 {
    text-align: left;
    padding: 25px 50px;
    background-color: #639088;
    color: #fff;
    font-size: 30px;
    border-radius: 20px 20px 0 0 ;
    margin-bottom: 0;
}
.comparison_box1 {
    padding: 40px 0;
    border-radius: 0 0 20px 20px;
    border: 5px solid #639088;
}
.comparison_box_p {
    display: inline-block;
    text-align: left;
}
.comparison_box_p .p1 {
    font-size: 14px!important;
}
.comparison_box_p .p2 {
    color: #EF8062;
    font-size: 30px;
    margin-bottom: 0;
}
.comparison_box_p .p2 span {
    color: #EF8062!important;
    font-size: 70px;
}
.comparison_box2 {
    display: flex;
    align-items: center;
}
.comparison_box_p .p3 {
    color: #333;
    font-size: 30px;
    margin-bottom: 0;
    margin-left: 20px;
}
.simulation_result_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.simulation_result_box .box1 {
    width: 45%;
}
.simulation_result_box .box1 .arrow2 img {
    transform: none!important;
}
.simulation_result_box .img {
    width: 50%;
}
.simulation_result_box .img img {
    width: 100%!important;
    height: 100%;
    margin-top: 0!important;
    transform: none!important;
}
.simulation_result_box .box1 .box2 .box-headline {
    font-size: 16px;
    text-align: left;
    padding: 20px;
    background-color: #666;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.simulation_result_box .box1 .box2 p {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #666;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
}
.arrow2 img {
    margin-top: 0!important;
}
.simulation_result_box .box1 .box3 .box-headline {
    font-size: 16px;
    text-align: left;
    padding: 20px;
    background-color: #639088;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin-top: 20px;
}
.simulation_result_box .box1 .box3 p {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #639088;
    border-radius: 0 0 10px 10px;
    margin-bottom: 0px;
}
.simulation_result_box2 h4 {
    font-size: 30px;
    color: #639088;
    margin-bottom: 30px;
}
.simulation_result_box2 p {
    font-size: 16px;
    margin-bottom: 60px;
}
.simulation_result_box2 p span {
    color: #EF8062;
}
.yearlyTableL thead th {
    background-color: #666;
}
.yearlyTableL tbody th {
    background-color: #666;
    border: 1px solid #fff;
}
.yearlyTableL tbody td {
    background-color: #fff;
    border: 1px solid #666;
}
.yearlyTableL tbody td:last-child{
    border: 1px solid #666;
}
.yearlyTableR thead th {
    color: #fff;
    background-color: #639088;
}
.yearlyTableR tbody th {
    color: #fff;
    background-color: #639088;
    border: 1px solid #fff;
}
.yearlyTableR tbody td {
    background-color: #fff;
    border: 1px solid #639088;
}
.yearlyTableR tbody td:last-child{
    border: 1px solid #639088;
}
.yearlyTableL,
.yearlyTableR {
    margin-bottom: 0;
}
.print_btn {
  width: auto;
  margin: 80px auto 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 20px 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #EF8062;
  border: none;
  border-radius: 30px;
  transition: all .3s;
}
.print_btn:hover {
  color: #fff!important;
  background-color: #CE5F41;
}






@media (max-width: 1200px){
    .top h1 {
        font-size: 38px;
    }
    .top h1 .h1_fontsize {
        font-size: 70px;
    }
    .top h1 .h1_sub {
        font-size: 20px;
    }
    h2 {
        font-size: 35px;
    }
    .ttl {
        margin-bottom: 20px;
    }
    .ttl img {
        width: 22px;
    }
    .ttl .ttl_en {
        font-size: 18px;
    }
    p {
        line-height: 30px;
    }
    .news_box {
        margin-top: 80px;
    }
    .news_box .ttl {
        margin-bottom: 40px;
    }
    .about_us,
    .feature,
    .plan,
    .simulation_application,
    .faq,
    .sales_agent,
    .sdgs_,
    .contact {
        margin-top: 100px;
    }
    .feature .box1 .p_ttl {
        font-size: 35px;
        margin-top: 80px;
        margin-bottom: 30px;
    }
    .simulation_application .box1 a .ttl_box h2 {
        margin-bottom: 0!important;
    }
    
    
    /*-----PRIVACY POLICY----*/
    .privacy_policy_contact h4 {
        font-size: 35px;
    }
}


@media (max-width: 992px){
    .top h1 {
        font-size: 32px;
    }
    .top h1 .h1_fontsize {
        font-size: 60px;
    }
    .top h1 .h1_sub {
        font-size: 18px;
    }
    .ttl .ttl_en {
        font-size: 16px;
    }
    .ttl img {
        width: 20px;
    }
    .news_box {
        margin-top: 65px;
    }
    .news_box .ttl {
        margin-bottom: 30px;
    }
    .about_us,
    .feature,
    .plan,
    .simulation_application,
    .faq,
    .sales_agent,
    .sdgs_,
    .contact {
        margin-top: 80px;
    }
    .simulation_application .box1 a {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .sdgs_{
        display: block;
    }
    .sdgs_ .box1 {
        width: 100%;
    }
    .sdgs_ .img {
        width: 80%;
        margin: 30px auto 0;
    }
    .footer {
        padding-top: 160px;
        padding-bottom: 50px;
    }
    .footer .box1 {
        padding-bottom: 40px;
    }
    .footer .box2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 40px 50px 80px 50px;
    }
    
    
    /*-----PRIVACY POLICY----*/
    .privacy_policy_contact .box1 {
        display: block;
    }
    .privacy_policy_contact .box1 .box2 {
        width: 100%;
    }
    .privacy_policy_contact .box1 .img {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    /*-----SIMULATION-----*/
    .simulation_box {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .simulation_box .box1 .box2 p {
        font-size: 14px;
        line-height: 30px;
    }
    .simulation_box .box1 .box2 p span {
        font-size: 14px;
        line-height: 30px;
    }
    .simulation_box tr th {
        padding: 15px 0px 15px 20px;
    }
}


@media (max-width: 768px){
    .header .navbar-logo-img {
        width: 180px;
    }
    .top h1 {
        font-size: 26px;
        left: 15px;
    }
    .top h1 .h1_fontsize {
        font-size: 50px;
    }
    .top h1 .h1_sub {
        font-size: 16px;
    }
    .ttl .ttl_en {
        font-size: 14px;
    }
    .top h1 .sp_br {
        display: block;
    }
    .about_us,
    .plan,
    .sales_agent,
    .simulation_application .box1 {
        display: block;
    }
    .about_us .box1,
    .plan .box1,
    .sales_agent .box1 {
        width: 100%;
    }
    .about_us .img {
        width: 80%;
        margin: 30px auto 0;
    }
    .plan .img,
    .sales_agent .img,
    .sdgs_ .img {
        width: 80%;
        margin: 48px auto 0;
    }
    .feature .box1 figure {
        margin-top: 40px;
    }
    .feature .box1 .p_ttl {
        margin-top: 65px;
    }
    .feature .box1 .p_detail {
        font-size: 16px;
        line-height: 30px;
    }
    .feature .box1 .p_detail span {
        font-size: 16px;
        line-height: 30px;
    }
    .plan p {
        margin-bottom: 48px;
    }
    .simulation_application .box1 a {
        display: block;
        width: 100%;
    }
    .simulation_application .box1 .cp_btn2 {
        margin-bottom: 30px;
        border: 3px solid #2EB6EB;
    }
    .simulation_application .box1 .cp_btn3 {
        border: 3px solid #98c731;
    }
    .sales_agent .box1 p {
        margin-bottom: 48px;
    }
    .sdgs_ .img {
        width: 100%;
    }
    .contact_img_pc {
        display: none;
    }
    .contact_img_sp {
        display: block;
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
    .contact_img_sp .img_sp {
        width: 100%;
        height: 100%;
    }
    .contact_img_sp .box1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .footer .box2 {
        display: block;
    }
    .footer .box2 ul li a {
        font-size: 14px;
    }
    .footer .box2 ul li {
        margin-bottom: 30px;
    }
    .footer .box3 {
        margin-bottom: 30px;
    }
    
    /*Application*/
    .application {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .application .box1 {
        display: block;
    }
    .application .box1 .box2 {
        width: 100%;
    }
    .application .box1 figure {
        width: 80%;
        margin: 30px auto 50px;
    }
    .application .box1 .box2 p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .application .box1 .box2 h2 {
        margin-bottom: 30px;
    }
    .confirmation_files {
        padding: 40px 20px;
    }
    .form-group {
        margin-top: 50px;
    }
    
    /*-----COMPANY-----*/
    .company_ h3 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    .company_ h3 br {
        display: block;
    }
    .company_ .company_box {
        margin-bottom: 80px;
    }
    .company_ .company_box tr {
        display: block;
    }
    .company_ .company_box tr th {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-left: 20px;
        padding-bottom: 15px;
    }
    .company_ .company_box tr td {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-left: 20px;
        padding-bottom: 25px;
        line-height: 25px;
    }
    .company_ .company_box tr td .br {
        display: block;
    }
    .company_ .company_box2 tr {
        display: block;
    }
    .company_ .company_box2 tr th {
        display: block;
        width: 100%;
        color: #999;
        font-weight: 500;
        padding-top: 15px;
        padding-left: 20px;
        padding-bottom: 0px;
        border-bottom: none;
    }
    .company_ .company_box2 tr td {
        display: block;
        width: 100%;
        color: #333;
        padding-top: 5px;
        padding-left: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
        border-left: none;
        line-height: 25px;
    }
    
    /*-----SPECIFIED COMMERCIAL TRANSACTION----*/
    .specified_commercial_transaction h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .specified_commercial_transaction_box {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .specified_commercial_transaction_box tr {
        display: block;
    }
    .specified_commercial_transaction_box tr th {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-left: 20px;
        padding-bottom: 15px;
    }
    .specified_commercial_transaction_box tr td {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-left: 20px;
        padding-bottom: 25px;
        line-height: 25px;
    }
    
    
    /*SECURITY*/
    .security h3 {
        font-size: 14px;
        margin-bottom: 0;
        padding: 15px 0 15px 10px;
        background-color: #DAEBE8;
    }
    .security p {
        font-size: 14px;
        margin-bottom: 0;
        padding-top: 15px;
        padding-left: 10px;
        padding-bottom: 25px;
        line-height: 25px;
    }
    
    
    /*SECURITY*/
    .security h3 {
        font-size: 16px;
        margin-bottom: 0;
        padding: 20px 0 20px 20px;
        background-color: #DAEBE8;
    }
    .security p {
        font-size: 16px;
        margin-bottom: 0;
        padding-top: 20px;
        padding-left: 20px;
        padding-bottom: 50px;
    }


    /*-----PRIVACY POLICY----*/
    .privacy_policy p,
    .privacy_policy ol li,
    .privacy_policy h3,
    .privacy_policy_ p,
    .privacy_policy_ h3{
        font-size: 14px;
        line-height: 25px;
    }
    .privacy_policy p {
        margin-bottom: 30px;
    }
    .privacy_policy ol {
        padding-left: 35px;
        font-size: 14px;
    }
    .privacy_policy ol li {
        margin-bottom: 20px;
    }
    .privacy_policy_ {
        margin-top: 60px;
    }
    .privacy_policy_ h3 {
        padding: 15px 0 15px 10px;
    }
    .privacy_policy_ p {
        line-height: 25px;
        padding: 15px 0 45px 10px;
        margin-bottom: 0;
    }
    .privacy_policy_ ul {
        padding-left: 35px;
    }
    .privacy_policy_ ul li {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .privacy_policy_ .p_bold span {
        font-size: 14px;
    }
    .privacy_policy_ ol {
        padding-left: 35px;
    }
    .privacy_policy_ ol li {
        line-height: 25px;
        font-size: 14px;
    }
    .privacy_policy_ a {
        font-size: 14px;
    }
    .privacy_policy_contact {
        margin-top: 80px;
    }
    .privacy_policy_contact h4 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .privacy_policy_contact .box1 .box2 .p_ttl {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 25px;
    }
    .privacy_policy_contact .box1 .box2 p {
        line-height: 25px;
    }
    
    
    /*-----SIMULATION-----*/
    .simulation_box {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .simulation_box .box1 {
        display: block;
    }
    .simulation_box .box1 .box2 {
        width: 100%;
    }
    .simulation_box .box1 .box2 h2 {
        margin-bottom: 30px;
    }
    .simulation_box figure {
        width: 80%;
        margin: 0 auto;
    }
    .simulation_box tr {
        display: block;
    }
    .simulation_box tr th {
        display: block;
        width: 100%!important;
    }
    .simulation_box tr td {
        display: block;
        width: 100%!important;
        margin-bottom: 5px;
    }
    .cp_btn {
      margin: 50px auto 0;
    }
    
    
    /*SIMULATION RESULT*/
    .comparison_box h3 {
        padding: 20px 20px;
        background-color: #639088;
        color: #fff;
        font-size: 20px;
        border-radius: 20px 20px 0 0 ;
        margin-bottom: 0;
    }
    .simulation_result_box {
        display: block;
        margin-bottom: 80px;
    }
    .simulation_result_box .box1 {
        width: 100%;
    }
    #diff-area {
        padding-bottom: 30px;
    }
    .simulation_result_box .box1 .box2 .box-headline {
        padding: 15px 20px;
    }
    .simulation_result_box .box1 .box2 p {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .simulation_result_box .box1 .box3 .box-headline {
        padding: 15px 20px;
    }
    .simulation_result_box .box1 .box3 p {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .simulation_result_box .img {
        width: 80%;
        margin: 30px auto 0;
    }
    .simulation_result_box2 h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .simulation_result_box2 p {
        font-size: 14px;
        margin-bottom: 50px;
    }
    .simulation_result_box2 p span {
        font-size: 14px;
    }
    #yearly  table {
        float: unset!important;
        width: 100%;
        margin-bottom: 30px;
    }
    .print_btnDIV {
        width: auto;
    }
    .print_btn {
        margin-top: 50px;
    }
}


@media (max-width: 480px){
    .top h1 {
        font-size: 22px;
    }
    .top h1 .h1_fontsize {
        font-size: 40px;
        font-weight: 600;
    }
    .top h1 .h1_sub {
        font-size: 14px;
    }
    h2 {
        font-size: 28px;
    }
    .news_box {
        margin-top: 50px;
    }
    .news_box .ttl {
        margin-bottom: 20px;
    }
    .about_us,
    .feature,
    .plan,
    .simulation_application,
    .faq,
    .sales_agent,
    .sdgs_,
    .contact {
        margin-top: 80px;
    }
    .about_us .img {
        width: 100%;
    }
    .plan .img,
    .sales_agent .img,
    .sdgs_ .img {
        width: 100%;
    }
    .feature p {
        text-align: left;
    }
    .feature .box1 figure {
        margin-top: 30px;
    }
    .feature .box1 .p_ttl {
        margin-top: 50px;
        font-size: 28px;
    }
    .feature .box1 .p_detail {
        font-size: 14px;
        text-align: left;
    }
    .feature .box1 .p_detail span {
        font-size: 14px;
    }
    .sales_agent p br {
        display: none;
    }
    .simulation_application .box1 .cp_btn2 {
        margin-bottom: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contact_img_sp {
        width: 100%;
    }
    .footer .box1 {
        padding-bottom: 30px;
    }
    .footer .box1 ul li {
        margin-left: 30px;
    }
    .footer .box1 ul li a .twitter_img {
        width: 30.75px;
        height: 100%;
    }
    .footer .box1 ul li a .facebook_img {
        width: 13.5px;
        height: 100%;
    }
    .footer .box2 {
        margin: 30px 20px 60px 20px;
    }
    
    /*Application*/
    .application .box1 figure {
        width: 100%;
    }
    .application .box1 .box2 h2 {
        margin-bottom: 20px;
    }
    
    
    .privacy_policy_contact .box1 .img {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    
    /*SIMULATION RESULT*/
    .comparison_box_p .p1 {
        font-size: 14px!important;
    }
    .comparison_box_p .p2 {
        color: #EF8062;
        font-size: 30px;
        margin-bottom: 0;
    }
    .comparison_box_p .p2 span {
        color: #EF8062!important;
        font-size: 50px!important;
    }
    .comparison_box2 {
        display: flex;
        align-items: center;
    }
    .comparison_box_p .p3 {
        color: #333;
        font-size: 20px!important;
        margin-bottom: 0;
        margin-left: 20px;
    }
    .simulation_result_box .img {
        width: 100%;
    }
    .simulation_result_box .box1 .arrow2 img {
        width: 75px!important;
    }
}







