@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:        border-box;
    box-sizing:        border-box;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body {
    color: #666666;
    font-size: 15px;
    line-height: 1.5;
    margin: 0px;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    background-color: #FFFFFF;
}

p {
    margin: 0px;
}

a {
    transition: .2s;
}

a:link {
    color: #004CCA;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
padding: 0px;
list-style: none;
margin:0;
}

h1{
    margin:0;
}

h2{
    margin:0;
}

.oh {
    overflow: hidden;
}

.L {
    float: left;
}

.R {
    float: right;
}

.sp {
    display: none;
}

.pr {
    position: relative;
}

#menu {
    display: none;
}

.flex{
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.flex-sb{
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap{
    width: 1240px;
    margin:0 auto;
}

.serif {
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.pa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.en_font {
    font-family: 'Barlow Condensed', sans-serif;
}

/* top */
.site_main_left {
    border-left: 25px solid #5ED3C6;
    width: calc(50vw - 130px);
    padding-left: calc(50vw - 645px);
    padding-top: 30px;
    padding-right: 50px;
}

section.site_main {
    height: 720px;
}

.site_main_right {
    width: calc(50vw + 130px);
    background-image: url(/html/user_data/assets/image/main_image@2x.jpg);
    background-size: cover;
    background-position: center;
}

.site_menu_area {
    width: 50px;
    height: 50px;
}

input.btn_action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: none;
    margin: 0;
    z-index: 50;
    border-radius: 0;
    cursor: pointer;
}

input.btn_action:focus {
    outline: none;
}

input.btn_action:checked + p.site_menu_btn span {
    position: absolute;
    width: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

input.btn_action:checked + p.site_menu_btn span:nth-child(1) {
    transform: rotate(45deg);
}

input.btn_action:checked + p.site_menu_btn span:nth-child(3) {
    transform: rotate(-45deg);
}

input.btn_action:checked + p.site_menu_btn span:nth-child(2) {
    width: 0;
}

p.site_menu_btn {
    width: 100%;
    height: 100%;
    background: #5ED3C6;
    padding: 16px 10px;
    z-index: 40;
}

p.site_menu_btn span {
    display: block;
    height: 2px;
    background: #fff;
    transition: .2s;
}

input.btn_action:hover + p.site_menu_btn span {
    width: 30px;
}

p.site_menu_btn span + span {
    margin-top: 6px;
}

p.site_menu_btn span:nth-child(2) {
    width: 15px;
}

p.site_menu_btn span:nth-child(3) {
    width: 25px;
}

.site_menu_waku {
    background: #5ED3C6;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: .2s;
    z-index: 30;
}

.site_menu_content {
    width: 400px;
    padding: 50px 20px 20px 20px;
}

.site_menu_content li a {
    color: #fff;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid;
    width: 100%;
    font-size: 20px;
    padding: 5px 0;
}

.site_menu_content li a span {
    font-size: 16px;
    margin-left: 14px;
}

input.btn_action:checked ~ .site_menu_waku {
    width: 400px;
    height: 400px;
}

.site_menu {
    align-items: flex-end;
    margin: 0 0 40px;
}

.site_main_menu .pr span {
    display: block;
}

.site_main_menu .pr span.icon {
    width: 32px;
    height: 32px;
    border: 1px solid #5ED3C6;
    position: relative;
}

.site_main_menu .pr span.icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.site_main_menu .pr span.text {
    border: 1px solid #5ED3C6;
    border-width: 1px 1px 1px 0;
    line-height: 30px;
    color: #5ED3C6;
    font-style: italic;
    padding: 0 10px;
    font-size: 13px;
    transition: .2s;
}

.site_main_menu .pr:hover .text {
    background: #5ED3C6;
    color: #fff;
}

.site_main_menu {
    width: 365px;
}

.main_logo {
    line-height: 0;
    margin: 0 0 35px;
}

p.main_text {
    line-height: 0;
    margin: 0 0 30px;
}

p.main_sub_text {
    line-height: 0;
    margin: 0 0 40px;
}

p.main_copy {
    color: #5ED3C6;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1px;
}

section#sec_about {
    padding: 80px 0 90px;
    background-image: url(/html/user_data/assets/image/about_bg@2x.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}

h2.site_h2 {
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 1.3;
    margin: 0 0 20px;
    text-align: center;
}

h2.site_h2 span {
    display: block;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 1px;
}

.text {
    font-size: 20px;
}

section#sec_about .text {
    color: #707070;
    width: 800px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.text p {
    margin: 0 0 20px;
}

.site_btn a {
    width: 300px;
    line-height: 45px;
    display: block;
    text-decoration: none;
    font-size: 19px;
    letter-spacing: 2px;
    color: #fff;
    background: #5ED3C6;
    margin: 50px auto 0;
    text-align: center;
}

section#sec_about .text p span {
    color: #FBB03B;
}

section#sec_products {
    padding: 90px 0 130px;
}

section#sec_products h2.site_h2 {
    color: #5ED3C6;
}

section#sec_flow {
    padding: 60px 0 80px;
    background-image: url(/html/user_data/assets/image/flow_bg@2x.jpg);
    background-position: center;
    background-size: cover;
}

p.flow_main_text {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #5ED3C6;
    margin: 0 0 10px;
    letter-spacing: 2px;
}

p.flow_text {
    text-align: center;
    font-size: 20px;
    margin: 0 0 40px;
}

.flow_box {
    width: 190px;
}

.flow_arrow {
    padding-top: 90px;
}

p.flow_num {
    line-height: 0;
    margin: 0 0 20px;
}

.flow_content .title {
    font-size: 23px;
    text-align: center;
    line-height: 2;
    border-bottom: 2px solid #666666;
    margin: 0 0 10px;
}

.flow_content .text {
    font-size: 15px;
    padding: 0 5px;
}

section#sec_info {
    padding: 80px 0 70px;
    overflow: hidden;
    margin: 0 0 140px;
}

.sec_info_bg {
    background: rgb(94 211 198 / 10%);
    position: absolute;
    height: 2000px;
    width: 300px;
    transform: rotate(30deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: calc(50vw - 490px);
    z-index: -1;
}

.sec_info_flex .site_btn a {
    width: 200px;
    line-height: 35px;
    background: #FBB03B;
}

.site_btn a:hover {
    background: #FBB03B;
}

.sec_info_flex .site_btn a:hover {
    background: #5ED3C6;
}

.sec_info_title {
    width: 200px;
}

section#sec_faq {
    padding: 70px 0 170px;
    background-image: url(/html/user_data/assets/image/faq_bg@2x.jpg);
    background-size: cover;
    background-position: center;
}

.faq_area .pr {
    padding: 15px 0;
    border-bottom: 2px solid;
    align-items: center;
}

.faq_area .q_icon {
    line-height: 0;
}

.faq_area .text {
    width: 1050px;
}

.faq_area p.arrow {
    line-height: 0;
    margin-right: 30px;
    transition: .2s;
}

.faq_area .pr:hover p.arrow {
    transform: translateX(10px);
}

footer.site_ft {
    padding: 70px 0 40px;
    background: #5ED3C6;
}

p.ft_logo {
    width: 530px;
}

.ft_info {
    width: 650px;
    color: #fff;
}

p.ft_tel {
    width: 330px;
    line-height: 1;
}p.ft_tel .small {
    font-size: 20px;
    margin-right: 14px;
    letter-spacing: 1px;
}

.ft_contact_flex .site_btn a {
    width: 250px;
    line-height: 40px;
    background: #FBB03B;
    margin: 0;
    font-size: 30px;
}

p.ft_tel .num {
    font-size: 33px;
    font-weight: 500;
    letter-spacing: 2px;
}

p.ft_tel .time {
    display: block;
    text-align: right;
    padding-right: 17px;
    padding-top: 5px;
}

.ft_contact_flex {
    align-items: center;
    margin: 0 0 10px;
}

p.ft_addr {
    font-size: 25px;
    letter-spacing: 2px;
}

.ft_info_flex {
    margin: 0 0 30px;
}

.ft_menu_area .title {
    text-align: center;
    font-size: 50px;
    color: #fff;
    border-bottom: 2px solid;
    margin: 0 0 10px;
}

.ft_menu_flex p {
    width: 16.66%;
}

.ft_menu_flex p a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    display: block;
    position: relative;
}

p.ft_copyright {
    text-align: center;
    background: #333333;
    color: #fff;
}

p.ft_copyright small {
    font-size: 14px;
    line-height: 30px;
}

.ft_menu_flex p.ab {
    position: absolute;
    right: 0px;
    top: -60px;
    width: auto;
}

.ft_menu_flex p.ab a {
    border: 2px solid #fff;
    padding: 0 30px;
    font-weight: bold;
}

.ft_menu_flex p.ab a:hover {
    background: #fff;
    color: #5ED3C6;
}

.ft_menu_flex p a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .2s;
}

.ft_menu_flex p a:hover:after {
    left: 0;
    width: 90%;
}

.ft_menu_flex p.pb a:after {
    display: none;
}

.products_box {
    width: 300px;
    padding: 30px 0;
    background: #fff;
    transition: .2s;
    margin-right: 12px;
    margin-bottom: 10px;
}

p.item_detail span {
    display: none;
}

.products_flex.flex-sb {
    justify-content: center;
}

.products_box:nth-child(4n),.products_box:last-child {
    margin-right: 0;
}

.products_box .image {
    width: 190px;
    margin: 0 auto 30px;
    line-height: 0;
}

.products_info p.item_name {
    text-align: center;
    color: #FBB03B;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px;
}

.products_info p.item_detail {
    font-size: 13px;
    text-align: center;
    height: 80px;
    margin: 0 0 20px;
}

.products_info p.item_price {
    text-align: center;
    margin: 0 0 10px;
}

.products_info p.item_btn {
    text-align: center;
    width: 220px;
    margin: 0 auto;
    line-height: 40px;
    background: #5ED3C6;
    color: #fff;
    font-size: 20px;
    transition: .2s;
}

.products_box:hover .products_info p.item_btn {
    background: #FBB03B;
}

.products_box:hover {
    box-shadow: 2px 3px 5px rgb(0 0 0 / 0.1);
}

.sec_info_content_area {
    width: 960px;
}

.ec-newsRole__newsHeading {
    border-bottom: 1px solid;
    cursor: pointer;
    padding-left: 20px;
    padding-bottom: 10px;
}

.ec-newsRole__newsDate {
    font-size: 30px;
    letter-spacing: 1px;
}

.new_title {
    background: #5ED3C6;
    color: #fff;
    font-size: 20px;
    width: 90px;
    text-align: center;
    line-height: 25px;
}

.ec-newsRole__newsTitle {
    font-size: 20px;
    width: 750px;
}

a.ec-newsRole__newsCloseBtn {
    color: #666;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 10px 10px;
}

.ec-newsRole__newsDescription {
    display: none;
    margin: 10px;
}

header.page_hd section.site_main {
    height: 120px;
}

header.page_hd .site_main_left {
    position: relative;
}

header.page_hd .main_logo {
    position: absolute;
    top: 35px;
    left: 100%;
    width: 250px;
}

.title_area h1 {
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 1.3;
    text-align: center;
}

.title_area h1 span {
    display: block;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 1px;
}

.title_area {
    padding: 40px 0;
}

.breadcrumb {
    font-size: 10px;
    padding: 5px 0;
    margin: 0;
}

.breadcrumb .slash {
    margin: 0 5px;
}

div#faq_page .faq_area .text {
    width: 1140px;
}

div#faq_page .faq_area .pr {
    margin: 40px 0 10px;
}

div#faq_page .faq_area .pr:first-child {
    margin-top: 0;
}

.common_page_wrap {
    padding: 50px 0 100px;
}

.answer_text {
    background: #f2f2f2;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.7;
}

div#flow_page {
    padding: 0;
}

div#about_page h2.site_h2 {
    font-size: 30px;
}

section.about_page_sec02 {
    padding: 40px 0;
}

.aboutroute_flex {
    width: 900px;
    margin: 0 auto;
    align-items: baseline;
}

.aboutroute_flex .subject {
    font-size: 20px;
    width: 110px;
    background: #5fd3c6;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.aboutroute_flex .text {
    width: 770px;
}

.aboutroute_flex + .aboutroute_flex {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #ccc;
}

section.about_page_sec03 {
    padding: 40px 0;
    background: #f2f2f2;
    text-align: center;
}

section.about_page_sec03 .text + .text {
    margin-top: 20px;
}

section.about_page_sec04 {
    padding-top: 40px;
}

section.about_page_sec04 ul {
    width: 640px;
    margin: 0 auto;
    font-size: 18px;
}

section.about_page_sec04 ul li {
    border-bottom: 2px solid #ccc;
    line-height: 50px;
}

section.about_page_sec04 ul li span {
    margin-right: 20px;
    font-weight: bold;
    color: #5fd3c6;
    font-size: 120%;
}

.ec-contactRole {
    width: 1240px;
    max-width: none;
    padding: 50px 0;
}

.ec-pageHeader h1 {
    border: none;
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 1.3;
    text-align: center;
    font-weight: normal;
}

.company_info table th {
    width: 30%;
}

.company_info table th ,.company_info table td {
    padding: 10px;
}

.company_info {
    width: 50%;
}

.company_map {
    width: 50%;
}

.sitemap_flex p {
    width: 20%;
}

.sitemap_flex p a {
    color: #707070;
    padding: 10px 0;
    display: block;
    width: 95%;
    border-bottom: 1px solid #ccc;
}

.sitemap_flex p a span {
    font-size: 70%;
    margin-left: 10px;
}

.answer_text p + p {
    margin-top: 15px;
}

.ec-cartRole {
    margin: 0 auto 50px;
}

.ec-cartRow__name a {
    color: #525263;
}

.ec-cartRole__actions a {
    color: #fff;
}

.ec-role + .ec-role {
    margin-bottom: 50px;
}

.ec-customerRole {
    margin-bottom: 50px;
}

.ec-off4Grid__cell a {
        color: #fff;
}

.ec-productRole {
    margin: 100px auto 50px;
}

.ec-role a {
    color: #fff;
}

.ec-grid3 {
    justify-content: center;
}

.ec-grid3 .ec-grid3__cell {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ec-guest {
    padding: 50px 200px;
}

.ec-orderRole__detail h2 {
    margin: 20px 0;
}

.ec-orderRole__detail .ec-orderAccount h2 {
    margin-top: 0;
}

.ec-orderRole__detail {
    margin-bottom: 50px;
}

.ec-role {
    padding-top: 50px;
}

.ec-cartCompleteRole {
    padding-bottom: 100px;
}

body {
    min-width: 1240px;
}

.ft_copyright {
    background: #333333;
    color: #fff;
    line-height: 30px;
}

.ft_copyright a,.ft_copyright small {
    color: #fff;
    font-size: 12px;
}

.top_logo_only {
    height: calc(100vh - 30px);
    position: relative;
}

.top_logo_only img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 350px;
    max-width: 80%;
}

header.logo_only_hd {
    padding: 30px 0;
    text-align: center;
}

header.logo_only_hd img {
    width: 250px;
    max-width: 80%;
}

.ec-radio .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
}

@media (max-width: 750px) {

    .pc {
    display: none;
    }

    .sp {
    display: block;
    }

    .wrap {
        width: 90%;
    }

    body {
        min-width: auto;
    }

    .site_main_left {
    width: 100%;
    padding: 3vw;
    border-left: none;
    border-top: 10px solid #5ED3C6;
    }

    section.site_main {
        height: auto;
    }

    .site_menu_area {
        width: 40px;
        height: 40px;
    }

    p.site_menu_btn {
        padding: 13px 8px;
    }

    p.site_menu_btn span:nth-child(3) {
        width: 20px;
    }

    p.site_menu_btn span:nth-child(2) {
        width: 12px;
    }

    input.btn_action:checked + p.site_menu_btn span {
        width: 24px;
    }

    input.btn_action:hover + p.site_menu_btn span {
        width: 24px;
    }

    input.btn_action:checked ~ .site_menu_waku {
        width: 90vw;
        height: 330px;
    }

    .site_menu_content {
        width: 90vw;
        padding: 30px 5vw 5vw;
    }

    .site_menu_content li a {
        font-size: 16px;
    }

    .site_menu_content li a span {
        font-size: 12px;
    }

    .site_main_menu {
    width: calc(100% - 40px);
    padding-left: 2vw;
    }

    .site_main_menu .pr span.icon {
        width: 7vw;
        height: 28px;
    }

    .site_main_menu .pr span.text {
        line-height: 26px;
        font-size: 3vw;
        padding: 0 2vw;
    }

    .site_main_menu .pr span.icon img {
        width: 70%;
    }

    .site_menu {
        margin-bottom: 5vw;
    }

    .main_logo {
        margin-bottom: 5vw;
    }

    p.main_text {
        margin-bottom: 5vw;
    }

    p.main_sub_text {
        margin-bottom: 6vw;
    }

    p.main_copy {
        font-size: 3vw;
        line-height: 1.5;
        letter-spacing: normal;
    }

    .site_main_right {
        width: 100%;
        height: 30vw;
    }

    h2.site_h2 {
        font-size: 20px;
    }

    h2.site_h2 span {
        font-size: 15px;
        margin-top: 3px;
    }

    section#sec_about {
        padding: 40px 0;
    }

    .text {
        font-size: 15px;
    }

    section#sec_about .text {
        width: 100%;
        text-align: left;
    }

    .text p {
        margin: 0 0 15px;
    }

    .site_btn a {
        width: 100%;
        line-height: 40px;
        font-size: 16px;
        margin-top: 20px;
    }

    section#sec_products {
    padding: 40px 0;
    }

    p.flow_main_text {
    font-size: 6vw;
    }

    p.flow_text {
    font-size: 15px;
    text-align: left;
    }

    .flow_box {
        width: 100%;
        display: flex;
    }

    p.flow_num {
        width: 60px;
        margin: 0;
    }

    .flow_content .title {
        font-size: 18px;
        line-height: 30px;
    }

    .flow_content .text {
        font-size: 12px;
    }

    .flow_content {
        width: calc(100% - 60px);
    }

    .flow_arrow {
        text-align: left;
        width: 100%;
        padding: 0 0 15px 17px;
    }

    .flow_arrow img {
        transform: rotate(90deg);
        width: 25px;
    }

    section#sec_info {
        padding: 40px 0;
        margin: 0 0 40px;
    }

    .sec_info_bg {
        height: 900vw;
        width: 50vw;
        left: 0;
    }

    .sec_info_title {
        width: 100%;
    }

    section#sec_faq {
        padding: 40px 0 80px;
    }

    .faq_area .q_icon {
        width: 30px;
    }

    .faq_area p.arrow {
        width: 12px;
        margin: 0;
    }

    .faq_area .text {
        width: calc(100% - 60px);
    }

    footer.site_ft {
        padding: 40px 0 20px;
    }

    p.ft_logo {
        width: 100%;
        margin: 0 0 10px;
    }

    .ft_info {
        width: 100%;
    }

    p.ft_tel {
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    p.ft_tel .small {
        font-size: 16px;
        margin-right: 5px;
    }

    p.ft_tel .num {
        font-size: 28px;
    }

    p.ft_tel .time {
        padding: 5px;
        text-align: center;
        font-size: 12px;
    }

    .site_btn {
        width: 100%;
    }

    .ft_contact_flex .site_btn a {
        width: 100%;
        line-height: 35px;
        font-size: 25px;
    }

    .sec_info_flex .site_btn a {
        width: 100%;
    }

    .ft_menu_area .title {
        display: none;
    }

    p.ft_addr {
        font-size: 16px;
    }

    .ft_menu_flex p {
        display: none;
    }

    .ft_menu_flex p.ab {
        display: block;
        position: static;
        width: 100%;
    }

    .ft_info_flex {
        margin: 0 0 10px;
    }

    p.ft_copyright small {
        font-size: 9px;
        letter-spacing: normal;
    }

    .products_box {
        width: 100%;
        display: flex;
        padding: 5px 0;
        align-items: center;
        margin: 0;
    }

    .products_box .image {
        width: 80px;
        margin: 0;
    }

    p.item_detail span {
        display: initial;
    }

    .products_info {
        width: calc(100% - 80px);
        padding-left: 10px;
    }

    .products_info p.item_name {
        text-align: left;
        font-size: 18px;
        margin: 0 0 5px;
    }

    .products_info p.item_detail {
        font-size: 11px;
        text-align: left;
        height: auto;
        margin: 0 0 10px;
    }

    .products_info p.item_price {
        font-size: 12px;
        text-align: right;
        margin: 0;
    }

    .products_info p.item_btn {
        display: none;
    }

    .sec_info_content_area {
        width: 100%;
    }

    .ec-newsRole__newsHeading {
        padding: 0 0 5px;
    }

    .ec-newsRole__newsDate {
        font-size: 20px;
    }

    .new_title {
        font-size: 16px;
        line-height: 20px;
    }

    .ec-newsRole__newsTitle {
        font-size: 15px;
        width: calc(100% - 10px);
    }

    a.ec-newsRole__newsCloseBtn {
        font-size: 10px;
    }

    .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription,
    .ec-newsRole__newsDescription {
        font-size: 12px;
        margin: 5px 0 10px;
    }

    header.page_hd section.site_main {
        height: auto;
    }

    header.page_hd .main_logo {
        position: static;
        width: 45%;
        margin: 0 0 2vw;
    }

    header.page_hd .site_main_right {
        height: 10vw;
    }

    header.page_hd .site_main_left {
        height: calc(40px + 10vw);
    }

    .title_area h1 {
        font-size: 20px;
    }

    .title_area h1 span {
        font-size: 15px;
        margin-top: 3px;
    }

    .title_area {
        padding: 30px 0;
    }

    .breadcrumb {
        padding: 5px 0;
    }

    .common_page_wrap {
        padding: 30px 0 60px;
    }

    div#faq_page .faq_area .text {
        width: calc(100% - 40px);
    }

    .answer_text {
        padding: 3vw;
        font-size: 13px;
        line-height: 1.5;
    }

    div#faq_page .faq_area .pr {
        margin: 20px 0 10px;
    }

    div#about_page h2.site_h2 {
        font-size: 18px;
    }

    .aboutroute_flex {
        width: 100%;
    }

    .aboutroute_flex .subject {
        font-size: 16px;
        line-height: 30px;
        width: 100px;
        margin: 0 auto 10px;
    }

    .aboutroute_flex .text {
        width: 100%;
    }

    .aboutroute_flex + .aboutroute_flex {
        margin-top: 15px;
        padding-top: 15px;
    }

    section.about_page_sec03 {
        text-align: left;
    }

    section.about_page_sec04 ul {
        width: 100%;
        font-size: 14px;
    }

    section.about_page_sec04 ul li {
        line-height: 1.5;
        padding: 10px;
    }

    section.about_page_sec04 ul li span {
        margin-right: 10px;
    }

    .ec-contactRole {
    width: 90%;
    }

    .company_info ,.company_map {
        width: 100%;
    }

    .company_info {
        margin: 0 0 20px;
        font-size: 13px;
    }

    .company_map {
        height: 90vw;
    }

    .sitemap_flex p {
        width: 100%;
    }

    .answer_text p + p {
        margin-top: 15px;
    }

    .ec-productRole {
        margin: 30px auto 30px;
    }

    .ec-pageHeader h1 {
        font-size: 30px;
        margin: 50px 0  20px;
    }

    .ec-guest {
        padding: 30px 20px;
    }

    .ft_copyright small {
        width: 100%;
        text-align: center;
        font-size: 8px;
    }

    .ft_copyright p {
        width: 100%;
        text-align: right;
    }

    .ft_copyright a {
        font-size: 10px;
        font-weight: bold;
    }

    .ft_copyright {
        line-height: 15px;
        padding: 5px 0;
    }

    .top_logo_only {
        height: calc(100vh - 42px);
    }

    header.logo_only_hd {
        padding: 15px 0;
    }

}