@charset "utf-8";

/* --------- .headline_about --------- */

.headline_about {
    background: url(../images/about/bg_headline.jpg) bottom center no-repeat;
    background-size: cover;
}

body {
    color: #0059a4;
}

/* -----------------------------------------------------------
   #about_philosophy
   ----------------------------------------------------------- */

#about_philosophy {
    padding: 90px 5%;
}

@media only screen and (max-width: 900px) {
    #about_philosophy {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #about_philosophy {
        padding: 70px 5%;
    }
}


/* .catchArea */

#about_philosophy .catchArea {
    position: relative;
    z-index: 2;
    text-align: center;
}

#about_philosophy .catchArea h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 3px;
}

#about_philosophy .catchArea h3 span {
    position: relative;
    z-index: 1;
    padding: 0 60px;
}

#about_philosophy .catchArea h3 span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}

#about_philosophy .catchArea h3 span:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}


/* .txtArea */

#about_philosophy .txtArea {
    margin: 45px auto 0;
    max-width: 1000px;
}

.greetingFlx {
    display: flex;
}

.flexTxt {
    flex: 0 0 70%;
}

.flexImg {
    flex: 0 0 30%;
    padding: 1% 2%;
}

@media only screen and (max-width: 900px) {
    #about_philosophy .catchArea h3 {
        font-size: 25px;
    }

    #about_philosophy .txtArea {
        margin: 35px auto 0;
    }
}

@media only screen and (max-width: 736px) {
    #about_philosophy .catchArea h3 {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 1px;
    }

    #about_philosophy .catchArea h3 span {
        padding: 0 25px;
    }

    #about_philosophy .catchArea h3 span:before,
    #about_philosophy .catchArea h3 span:after {
        width: 15px;
    }

    #about_philosophy .txtArea {
        margin: 25px auto 0;
        padding: 0 2.5%;
    }
}

@media only screen and (max-width: 600px) {
    .greetingFlx {
        flex-direction: column;
    }

    .flexTxt {
        flex: 0 0 100%;
        order: 2;
    }

    .flexImg {
        flex: 0 0 100%;
        order: 1;
    }

    .flexImg img {
        width: 50%;
        margin: 0 auto;
    }
}


/* -----------------------------------------------------------
   #about_company
   ----------------------------------------------------------- */

#about_company {
    padding: 90px 5%;
    /* background: url(../images/common/noise.png) repeat #f5f5f5; */
    overflow: auto;
    color: #000;
}

#about_company .wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}





@media only screen and (max-width: 900px) {
    #about_company {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 738px) {
    #about_company {
        padding: 70px 5%;
    }
}


/* .strengthArea */
#strength .wrap {
    background: #e8ebf0;
    padding: 20px;
}

.strengthArea {
    margin: 50px auto;
    background: #fefefe;
    overflow: hidden;
    border-radius: 10px;
    max-width: 1100px;
}

.inner {
    padding: 50px 20px;
    max-width: 900px;
}

.inner .cnt.text h2 {
    /* text-align: right; */
    color: #00559b;
    line-height: 3rem;
}

.inner .cnt.text h3 {
    line-height: 3rem;
}

.cont_box {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 1em;
    border: solid 3px #0059a5;
    border-radius: 8px;
}

.cont_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #ffffff;
    color: #18274d;
    font-weight: bold;
}

.cont_box p {
    margin: 0;
    padding: 0;
}



.tanto {
    width: calc(100%);
    margin: 0.5%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2%;
}

.tanto ul {
    margin-top: 20px;
}

.tanto .box-contact {
    font-size: 15px;
    /* background: #919191; */
    border-bottom: 1px solid #ddd;
    padding: 4px 4px 4px 1.8em;
    text-align: left;
    color: #5d5d5d;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    line-height: 2;
    top: 10px;
}

.tanto .box-contact:before {
    position: relative;
    font-family: 'Font Awesome 6 pro';
    content: "\f1ad";
    position: absolute;
    left: 0.5em;
    color: #0059a5;
}


.tanto p {
    padding: 15px 20px;
    margin: 0;
}


.tanto ul li {
    line-height: 1.5;
    padding: 0.5em 1.5em;
    list-style-type: none !important;
}

.tanto ul li a {
    color: #0059a5;
    display: inline;
    font-size: 1.4rem;
    font-weight: 600;
}

.tanto ul li a.c_phont:before {
    content: "\e728";
    font-family: "Font Awesome 6 pro";
    content: "\f095";
    padding-right: 5px;
}


/* .tanto ul li.c_fax:before {
  content: "\e728";
  font-family: "Font Awesome 6 pro";
  content: "\f1ac";
  padding-right: 5px;
} */


.flexbox_etc {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

@media only screen and (min-width: 600px) {
    .tanto {
        width: calc(100%/2.1);
    }
}


@media only screen and (min-width: 1000px) {
    .tanto {
        width: calc(100%/2.1);
    }
}












#about_company .logoArea {
    /* float: left; */
    width: 100%;
}

#about_company .logoArea .imgArea {
    /* border: #e5e8ef 1px solid; */
    /* display: block; */
    /* width: 100%; */
}


/* .infoArea */

#about_company .infoArea {
    /* float: right; */
    width: 100%;
}

@media only screen and (max-width: 900px) {

    /* .aboutArea */
    #about_company .aboutArea {
        padding: 45px 5%;
    }
}

@media only screen and (max-width: 736px) {

    /* .aboutArea */
    #about_company .aboutArea {
        padding: 0;
        background: none;
    }

    #about_company .logoArea {
        float: none;
        width: 100%;
    }

    #about_company .logoArea .imgArea {
        background: #fefefe;
        border: #ddd 1px solid;
    }

    /* .infoArea */
    #about_company .infoArea {
        margin-top: 35px;
        float: none;
        width: 100%;
    }
}


/* ======== table.tableOther ======== */

table.company {
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    width: 100%;
    border-bottom: #e5e8ef 1px solid;
}

table.company tr {
    border-top: #e5e8ef 1px solid;
}

table.company th {
    width: 25%;
    padding: 20px 20px;
    vertical-align: 0;
    font-weight: 700;
}

table.company th span {
    display: block;
    font-weight: 500;
    font-size: 0.9em;
}

table.company td {
    padding: 20px 0;
    vertical-align: 0;
}

table.company td .linkArea {
    margin-top: 10px;
    text-align: left;
}

table.company td .linkArea a.btn {
    margin: 0;
}

@media only screen and (max-width: 900px) {
    table.company {
        font-size: 13px;
    }
}

@media only screen and (max-width: 736px) {
    table.company {
        font-size: 12px;
        line-height: 1.8;
        border-bottom: #ddd 1px solid;
    }

    table.company tr {
        border-top: #ddd 1px solid;
    }

    table.company th {
        width: 30%;
        letter-spacing: 0.5px;
    }
}


/* ul.circle */

ul.circle {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: circle;
    font-size: 14px;
    text-align: left;
}

ul.circle li {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2;
}

ul.circle li a {
    border-bottom: #3f5faa 1px dashed;
}

ul.circle li a:hover {
    background: #3f5faa;
    color: #fefefe;
    border-bottom: #3f5faa 1px dashed;
}

@media only screen and (max-width: 900px) {
    ul.circle li {
        font-size: 13px;
    }

    ul.circle li a:hover {
        background: none;
        color: #111;
        border-bottom: #3f5faa 1px dashed;
    }
}

@media only screen and (max-width: 738px) {
    ul.circle li {
        font-size: 12px;
    }
}


/* -----------------------------------------------------------
   #link_access
   ----------------------------------------------------------- */

#link_access {
    padding: 65px 0 0;
    margin: -65px 0 0;
}

@media only screen and (max-width: 900px) {
    #link_access {
        padding: 60px 0 0;
        margin: -60px 0 0;
    }
}

@media only screen and (max-width: 738px) {
    #link_access {
        padding: 50px 0 0;
        margin: -50px 0 0;
    }
}


/* -----------------------------------------------------------
   #about_access
   ----------------------------------------------------------- */

#about_access {
    padding: 90px 5%;
}

@media only screen and (max-width: 900px) {
    #about_access {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 738px) {
    #about_access {
        padding: 70px 5%;
    }
}


/* .contactArea */

#about_access .contactArea {
    /* margin: -50px -2.5% 0; */
    /* font-size: 0; */
    display: flex;
    flex-wrap: wrap;
    /* align-content: space-between; */
    justify-content: space-between;
}

#about_access .contactBox {
    margin: 30px 1% 0;
    display: inline-block;
    flex: 0 0 31%;
    padding: 20px 2%;
    background: #f5f5f5;
}


/* .titleArea */

#about_access .contactBox .titleArea {
    height: 250px;
    border: #ddd 1px solid;
    margin-top: 20px;
}


/* .txtArea */

#about_access .contactBox .txtArea {
    background: url(../images/common/noise.png) repeat #f5f5f5;
}


/* dl */

#about_access .contactBox .txtArea dl {
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    border-top: #ddd 1px solid;
}

#about_access .contactBox .txtArea dl:last-child {
    border-bottom: #ddd 1px solid;
    text-align: center;
}

dl {}

dl {}

#about_access .contactBox .txtArea dt {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

#about_access .contactBox .txtArea dd {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    padding: 0;
    color: #111;
    /* border: #111 2px solid; */
    /* line-height: 55px; */
    font-size: 14px;
    /* text-align: center; */
    position: relative;
}

#about_access .contactBox .txtArea dd a {
    /*     display: inline-block; */
    /*     margin: 10px 0 0; */
    /*     width: 300px; */
    max-width: 100%;
    padding: 0;
    color: #111;
    font-size: 14px;
    line-height: 55px;
    /* text-align: left; */
    position: relative;
}

#about_access .contactBox .txtArea dd a:hover {
    /*     color: #fefefe;
    background: #14357b;
    border-color: #14357b; */
}


/* #about_access .contactBox .txtArea dd a:after {
    position: absolute;
    top: 0;
    left: 15px;
    font-family: themify;
    content: "\e693";
    font-size: 18px;
    font-weight: normal;
    z-index: 1;
}
 */

#about_access .contactBox .txtArea dd a.btnTel {
    color: #14357b;
    text-align: left;
}

#about_access .contactBox .txtArea dd a.btnTel:hover {
    border-bottom: #14357b 1px solid;
}

#about_access .contactBox .txtArea dd a.btnTel:before {
    font-size: 14px;
    font-family: 'Font Awesome 6 pro';
    content: "\f87b";
    font-size: 18px;
    padding-right: 10px;
}

#about_access .contactBox .txtArea dd.btnFax {
    color: #14357b;
    text-align: left;
}


/* #about_access .contactBox .txtArea dd.btnFax:hover {
    border-bottom: #14357b 1px solid;
} */

#about_access .contactBox .txtArea dd.btnFax:before {
    font-size: 14px;
    font-family: 'Font Awesome 6 pro';
    content: "\f1ac";
    font-size: 18px;
    padding-right: 10px;
}

#about_access .contactBox .txtArea dd a.btnMail {
    color: #fefefe;
    background: #14357b;
    border-color: #14357b;
    text-align: center;
}

#about_access .contactBox .txtArea dd a.btnMail:hover {
    color: #14357b;
    background: #f5f5f5;
    border: #14357b 1px solid;
}

#about_access .contactBox .txtArea dd a.btnMail:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f3c5";
    font-size: 18px;
    padding-right: 10px;
}

a.btnGoogle:after {
    font-family: 'themify';
    /*     content: "\e649"; */
    font-size: 14px;
    content: "\e693"
}

@media only screen and (max-width: 900px) {

    /* .contactArea */
    #about_access .contactArea {
        margin: -45px -2.5% 0;
    }

    #about_access .contactBox {
        margin-top: 45px;
        padding: 45px 5%;
    }

    #about_access .contactBox .txtArea dl {
        font-size: 13px;
    }

    #about_access .contactBox .txtArea dd a {
        line-height: 50px;
        font-size: 13px;
    }

    #about_access .contactBox .txtArea dd a:hover {
        color: #31424e;
        background: none;
        border: #31424e 2px solid;
    }
}

@media only screen and (max-width: 736px) {

    /* .contactArea */
    #about_access .contactArea {
        margin: 0;
    }

    #about_access .contactBox {
        margin: 40px 0 0;
        padding: 40px 5%;
        display: block;
        width: 100%;
    }

    /* .titleArea */
    #about_access .contactBox .titleArea {
        height: 200px;
        border: #ddd 1px solid;
    }

    /* .txtArea */
    #about_access .contactBox .txtArea {
        float: none;
        width: 100%;
        margin-top: 25px;
        padding: 0;
    }

    #about_access .contactBox .txtArea dl {
        font-size: 12px;
    }

    #about_access .contactBox .txtArea dd a {
        line-height: 45px;
        font-size: 12px;
    }
}


/* --------- #map_canvas --------- */

#map_canvas_tokyo,
#map_canvas_kyoto,
#map_canvas_yokohama,
#map_canvas_kobe {
    width: 100%;
    position: relative;
    z-index: 1;
    border: #ddd 1px solid;
}

@media only screen and (max-width: 736px) {

    #map_canvas_tokyo,
    #map_canvas_kyoto,
    #map_canvas_yokohama,
    #map_canvas_kobe {
        height: 300px;
    }
}

#about_history {
    padding-bottom: 110px;
    padding: 50px 5%;
    background: #fefefe;
    overflow: auto;
}


/* label {
    padding: 0px;
    line-height: 0;
} */

.timeline {
    margin: 4em auto;
    position: relative;
    max-width: 80em;
    /* background: url("../img/ryowa_history.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: top right; */
    /* background-size: 400px; */
}

@media only screen and (max-width: 500px) {
    .timeline {
        margin: 4em auto;
        position: relative;
        max-width: 80em;
        background: none
    }
}

.timeline::before {
    background-color: rgb(20 53 123);
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0px;
    left: 2em;
    width: 2px;
    height: 100%;
}

.timeline-event {
    position: relative;
}

.timeline-event:hover .timeline-event-icon {
    transform: rotate(-45deg);
    background-color: rgb(74 136 174);
}

.timeline-event:hover .timeline-event-thumbnail {
    /*     box-shadow: #ddd 10em 0px 10px 0px inset; */
    /*     box-shadow: #ddd 40em 0px 0px 0px inset; */
    /*         border-bottom:2px solid #ddd; */
    transition: transform 0.2s ease-in 0s;
    width: 10em;
}

.timeline-event-icon {
    padding: 0px;
    line-height: 0;
}

.timeline-event-copy {
    padding: 1em 2em;
    position: relative;
    top: -1.875em;
    left: 3em;
    width: 90%;
}

.timeline-event-copy h3 {
    font-size: 18px;
    display: inline;
    padding-left: 10px;
    /* margin-left: 2em; */
    /* text-indent: -2em; */
}

.timeline-event-copy h4 {
    font-size: 1.2em;
    margin-bottom: 1.2em;
}

.timeline-event-copy strong {
    font-weight: 700;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em;
    font-size: 18px;
}

.timeline-event-icon {
    transition: transform 0.2s ease-in 0s;
    /* transform: rotate(45deg); */
    /* background-color: rgb(2, 18, 109); */
    outline: white solid 10px;
    background: #14357b;
    border-radius: 50%;
    display: block;
    margin: 0.5em 0.5em 1em -0.5em;
    position: absolute;
    top: -8px;
    left: 1.9em;
    width: 1.2em;
    height: 1.2em;
}

.timeline-event-thumbnail {
    transition: box-shadow 0.5s ease-in 0.1s;
    color: #242e76;
    font-size: 1.1em;
    /* background-color: rgb(2, 18, 109); */
    border-bottom: #ddd;
    /* box-shadow: #3f5faa 0px 0px 0px 0em inset; */
    border-bottom: #ddd;
    display: inline;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em;
    /* width: 150px; */
}

.circle {
    width: 300px;
    height: 300px;
    border: 1px solid rgb(51, 51, 51);
    border-radius: 50%;
    position: relative;
    margin: 100px;
}

.common {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    left: 25%;
    top: 25%;
    animation: 60s linear 0s infinite normal none running rotate;
}

.top {
    position: absolute;
    left: 25%;
    top: -25%;
    border: 1px solid rgb(51, 51, 51);
    transform-origin: center 150%;
}

.right {
    position: absolute;
    left: 75%;
    top: 25%;
    transform-origin: -50% center;
}

.bottom {
    position: absolute;
    left: 25%;
    top: 75%;
    transform-origin: center -50%;
}

.left {
    position: absolute;
    left: -25%;
    top: 25%;
    transform-origin: 150% center;
}

.content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgb(51, 51, 51);
    animation: 60s linear 0s infinite reverse none running rotate;
    overflow-wrap: break-word;
    line-height: 100%;
}

.content p {}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




.accordion {
    width: 100%;
    /* max-width: 360px; */
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 1em;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion .link:before {
    padding-right: 1em;
    font-family: 'Font Awesome 6 pro';
    content: "\f1b3";
}



.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {
    display: block;
}

/**
* Submenu
-----------------------------*/
.submenu {
    display: none;
    background: #ebebeb;
    font-size: 16px;
}

.submenu li {
    border-bottom: 1px solid #d4d4d4;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px;
    padding-left: 3em;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a img {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px;
    padding-left: 0px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /*     width:200px; */
}


.submenu a:hover {
    background: #4c85b2;
    color: #FFF;
}

.fa_flex {
    display: flex;
}

.fac_flex_img {
    flex: 0 0 30%;
}

.fac_flex_txt {
    flex: 0 0 60%;
}

.strength_flex {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

.strength_flex .cnt_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.cnt_title {
    width: 50%;
}

.cnt_title img {
    max-width: 50px;
    margin: auto;
}

.cnt_title .cnt_flex {
    display: flex;
    flex-direction: column;
}

.cnt_title .cnt_flex strong {
    font-size: 2.2rem;
    color: #005599;
}

.cnt_title .font--b {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #005599;
}

.cnt_title img {
    max-width: 50px !important;
    margin: auto;
}

.cnt_flex {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
}

.cnt_flex img {
    max-width: 400px;
}

.cnt_title.cnt_title .cnt_flex {
    width: 66%;
    display: flex;
    flex-direction: column;
}

.cnt_flex {
    width: 50%;
    display: flex;
}

.box_flex {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.cnt.img {
    width: 100%;
}

.flex_box {
    display: flex;
    margin: 50px auto;
    border-bottom: 1px solid #e8ebf0;
}

.left_cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    font-weight: 600;
}

.left_cnt {
    text-align: center;
}

.left_cnt p {
    margin-top: 40px
}

.left_cnt .num {
    font-size: 3rem;
    height: 4rem;
    width: 4rem;
    /* background: #0059a4; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* color: #fff; */
    position: relative;
}

.left_cnt .num:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -20px;
    background: #0059a4;
}

.flex_box .right_cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
}

.flex_box .right_cnt p {
    line-height: 2;
}

.flex_box .right_cnt h3 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2;
}

.blue_box {
    background: #0059a4;
    color: #fff;
    padding: 20px;
    /* text-align: center; */
    border-radius: 10px;
}

.blue_box p {
    line-height: 3rem;
    border-bottom: 1px solid #ddd;
    margin: auto;
    padding-left: 40px;
}

.ifPc {
    display: block;
}

.ifSp {
    display: none;
}

@media only screen and (max-width: 786px) {
    .strength_flex {
        flex-direction: column;
    }

    .strength_flex .cnt_title,
    .cnt_title.cnt_title .cnt_flex {
        width: 100%;
    }

    .cnt_title .font--b {
        display: inline-block;
        margin: auto;
    }

    .cnt_flex {
        width: 100%;
    }

    .flex_box {
        flex-direction: column;
    }

    .left_cnt {
        width: 100%;
        margin-bottom: 20px;
    }

    .flex_box .right_cnt {
        width: 100%;
    }

    .flex_box .right_cnt h3 {
        text-align: center;
    }

    .blue_box p {
        padding-left: 0;
    }

    .ifSp {
        display: block;
    }

    .ifPc {
        display: none;
    }

    .blue_box p span:nth-of-type(1) {
        font-weight: 600;
        font-size: 1.2rem;
    }

    .blue_box p span:nth-of-type(2) {
        line-height: 1.8rem;
        display: inline-block;
    }

    .inner .cnt.text h3 {
        line-height: 2rem;
        margin-bottom: 10px;
    }
}