@charset "utf-8";
/* CSS Document */
@media only screen and (max-width:768px) {
  /*----------------------------------------
スマホ用レイアウト（768px以下のスクリーン）
----------------------------------------*/
  /*----------------------------------------
共通設定（スマホ）
----------------------------------------*/
  .contents {
    padding: 0rem 20px;
  }
  /*----------------------------------------
見出しタグ設定（スマホ）
----------------------------------------*/
  h2 {
    margin: 0rem 0rem 1rem;
    font-size: 1.8rem;
  }
  h3 {
    margin: 0rem 0.5rem;
    font-size: 1.5rem;
  }
  /*----------------------------------------
モーダルウィンドウ設定
----------------------------------------*/
  .modal_container {
    width: 90%;
  }
  /*----------------------------------------
全体レイアウト/背景設定（スマホ）
----------------------------------------*/
  /*----------------------------------------
上部固定ヘッダー設定
----------------------------------------*/
  /*----------------------------------------
ファーストビュー設定）
----------------------------------------*/
  /*----------------------------------------
セクションの設定
----------------------------------------*/
  .bg_modan {
    background-image: url("../images/bg_modan_sp.webp");
    background-repeat: repeat;
    background-size: 100%;
  }
  /*----------------------------------------
セクション（品目）
----------------------------------------*/
  .secInr_hinmoku1 {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .en {
    font-size: 0.8rem;
    text-indent: -20px;
    border-bottom: 0.5px solid #606d83;
    padding-left: 20px;
    color: #606d83;
  }
  .box_hinmokuInr {
    width: 30%;
    margin-bottom: 1rem;
  }
  .img_hinmoku {
    width: 66%;
    margin: 0 auto;
    margin-bottom: 0rem;
  }
  .name_hinmoku {
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
  }
  .nado {
    margin-top: 0rem;
    padding-right: 1.5rem;
  }
  /*----------------------------------------
セクション（コンセプト）
----------------------------------------*/
  .secInr_concept {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }
  .box_concept {
    position: relative;
    width: 70%;
    margin: 0 auto 0 0;
    padding: 1.5rem 1.5rem;
    border: 0.5px solid #606d83;
    margin-bottom: 14rem;
  }
  .txt_concept {
    width: auto;
  }
  .img_concept {
    position: absolute;
    width: 95%;
    top: 97%;
    right: -25%;
  }
  /*----------------------------------------
セクション（地域）
----------------------------------------*/
  .secInr_area {
    padding-top: 2rem;
    padding-bottom: 27rem;
  }
  .txt_area {
    width: auto;
    padding: 0 1rem;
  }
  .img_area {
    position: absolute;
    width: 150%;
    bottom: 0rem;
    right: -2rem;
  }
  /*----------------------------------------
セクション（CTA）
----------------------------------------*/
  .sec_cta {
    background-color: #f8f8f8;
  }
  .secInr_cta {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .secInr_cta_last {
    padding-bottom: 2rem;
  }
  .box_cta {
    border: 1px solid #091d40;
    padding: 1rem 1rem 1rem;
    position: relative;
  }
  .cta_title {
    position: static;
    width: auto;
    padding: 0 1rem;
    background-color: #F8F8F8;
    top: 0rem;
    left: 0;
    transform: translateX(0%);
    -webkit- transform: translateX(0%);
    margin-bottom: 1rem;
  }
  .btn_tel {
    display: block;
    margin-bottom: 1rem;
  }
  .cta_flex {
    display: block;
  }
  .btn_line, .btn_mail {
    width: auto;
  }
  .btn_line {
    display: block;
    margin-bottom: 1rem;
  }
  /*----------------------------------------
セクション（特徴）
----------------------------------------*/
  .secInr_tokucho {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .tokucho_en {
    color: #606d83;
    font-style: italic;
    padding-left: 12px;
    position: relative;
    margin-bottom: -0.4rem;
  }
  .tokucho_en::before {
    position: absolute;
    content: "";
    width: 10px;
    border-top: 0.5px solid #606D83;
    vertical-align: middle;
    top: 50%;
    left: 0;
  }
  .box_tokucho h3 {
    font-style: italic;
    font-size: 1.7rem;
    margin-bottom: 0.3rem;
  }
  .box_tokucho {
    margin-bottom: 1.5rem;
  }
  .box_tokucho:last-child {
    margin-bottom: 0;
  }
  .box_tokuchoInr {
    display: block;
  }
  .txt_tokucho {
    width: auto;
    padding: 0 1rem;
  }
  .img_tokucho {
    width: auto;
    margin: 0 1rem 0.5rem;
  }
  .reverse {
    flex-direction: row-reverse;
  }
  .sub_right {
    width: auto;
    margin: 0;
  }
  /*----------------------------------------
セクション（流れ）
----------------------------------------*/
  .secInr_flow {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }
  .secInr_flow h2 {
    margin-bottom: 1rem;
  }
  .img_step01 {
    width: auto;
    margin: 0 auto;
    margin: 0rem 0rem 0rem;
  }
  .triangle {
    margin: 1rem auto 1rem;
    width: 0;
    height: 0;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-top: 1rem solid #606d83;
  }
  .box_step {
    margin-bottom: 1rem;
  }
  .box_step:last-child {
    margin-bottom: 0;
  }
  .nmb_step01, .nmb_step {
    display: inline-block;
    background-color: #606d83;
    color: #FFFFFF;
    font-size: 1.5rem;
    padding: 0rem 0.5rem;
    margin-bottom: 0rem;
    font-weight: bold;
  }
  .sub_step {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0rem;
    margin: 0rem 0 0 1rem;
  }
  .ste_flex {
    display: block;
  }
  .icon_step {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
  .txt_step {
    width: auto;
    padding: 0 1rem;
  }
  .is03 img {
    width: 90%;
    margin: 0 auto;
  }
  /*----------------------------------------
セクション（品目詳細）
----------------------------------------*/
  .secInr_items {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .re_items {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
  }
  /*アコーディオン全体*/
  .accordion_area {
    list-style: none;
    margin: 0 1rem;
  }
  .accordion_area li {
    margin: 0 0 1rem;
  }
  .accordion_area .box_item {
    border: 3px solid #cfd3da;
    border-radius: 10px;
    background-color: #f8f8f8;
    color: #091d40;
  }
  /*アコーディオンタイトル*/
  .title_item {
    position: relative;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    padding: 0rem 25px 0rem 25px;
    transition: all .5s ease;
    text-align: center;
  }
  /*アイコンの▼と▲*/
  .title_item::after {
    position: absolute;
    content: '▼';
    color: #CFD3DA;
  }
  .title_item::after {
    top: 28%;
    right: 10px;
    transform: rotate(0deg);
  }
  /*closeというクラスがついたら形状変化*/
  .title_item.close::after {
    transform: rotate(-180deg);
  }
  /*アイテムアイコン設定*/
  .title_item::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    top: 63%;
    left: 10px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
  .ti01::before {
    background-image: url("../images/icon_list01.svg");
    background-size: 40px;
  }
  .ti02::before {
    background-image: url("../images/icon_list02.svg");
    background-size: 40px;
  }
  .ti03::before {
    background-image: url("../images/icon_list03.svg");
    background-size: 40px;
  }
  .ti04::before {
    background-image: url("../images/icon_list04.svg");
    background-size: 40px;
  }
  .ti05::before {
    background-image: url("../images/icon_list05.svg");
    background-size: 40px;
  }
  .ti06::before {
    background-image: url("../images/icon_list06.svg");
    background-size: 40px;
  }
  .ti07::before {
    background-image: url("../images/icon_list07.svg");
    background-size: 40px;
  }
  .ti08::before {
    background-image: url("../images/icon_list08.svg");
    background-size: 40px;
  }
  .ti09::before {
    background-image: url("../images/icon_list09.svg");
    background-size: 40px;
  }
  .ti10::before {
    background-image: url("../images/icon_list10.svg");
    background-size: 40px;
  }
  .ti11::before {
    background-image: url("../images/icon_list11.svg");
    background-size: 40px;
  }
  .ti12::before {
    background-image: url("../images/icon_list12.svg");
    background-size: 40px;
  }
  .ti13::before {
    background-image: url("../images/icon_list13.svg");
    background-size: 40px;
  }
  .ti14::before {
    background-image: url("../images/icon_list14.svg");
    background-size: 40px;
  }
  .ti15::before {
    background-image: url("../images/icon_list15.svg");
    background-size: 40px;
  }
  .ti16::before {
    background-image: url("../images/icon_list16.svg");
    background-size: 40px;
  }
  .ti17::before {
    background-image: url("../images/ion_list17.svg");
    background-size: 40px;
  }
  /*アコーディオンで隠れるエリア*/
  .list_item {
    display: none; /*初めは非表示*/
    background: #CFD3DA;
    margin: 0 0.5rem 0.5rem 0.5rem;
    padding: 1rem;
  }
  .list_item div {
    margin-bottom: 1rem;
  }
  label.btn_item {
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.8rem;
    background-color: #091d40;
    border-radius: 50px;
    text-decoration: none;
    padding: 0.2rem 0rem 0.3rem;
    width: 200px;
    margin: 0 auto;
    transition: .3s;
  }
  /*ポップアップ*/
  .start {
    cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  }
  #pop-up1, #pop-up2, #pop-up3, #pop-up4, #pop-up4, #pop-up5, #pop-up6, #pop-up7, #pop-up8, #pop-up9, #pop-up10, #pop-up11, #pop-up12, #pop-up13, #pop-up14, #pop-up15, #pop-up16, #pop-up17 {
    display: none; /* label でコントロールするので input は非表示に */
  }
  .overlay {
    display: none; /* input にチェックが入るまでは非表示に */
  }
  #pop-up1:checked + .overlay, #pop-up2:checked + .overlay, #pop-up3:checked + .overlay, #pop-up4:checked + .overlay, #pop-up5:checked + .overlay, #pop-up6:checked + .overlay, #pop-up7:checked + .overlay, #pop-up8:checked + .overlay, #pop-up9:checked + .overlay, #pop-up10:checked + .overlay, #pop-up11:checked + .overlay, #pop-up12:checked + .overlay, #pop-up13:checked + .overlay, #pop-up14:checked + .overlay, #pop-up15:checked + .overlay, #pop-up16:checked + .overlay, #pop-up17:checked + .overlay {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  .relative {
    position: relative;
  }
  .window {
    width: 90vw;
    max-width: 950px;
    height: 90vh;
    overflow: scroll !important;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box_detail {
    padding: 0 1.5rem 1rem;
    font-size: 0.8rem;
  }
  .finish {
    display: block;
    width: 30px;
    cursor: pointer;
    margin: 0 0 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #091d40;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
  }
  /*ポップアップここまで*/
  .box_txt_item {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .txt_item {
    width: 60%;
    padding-left: 1rem;
  }
  .img_item {
    width: 30%;
  }
  
/*----------------------------------------
セクション（事例）
----------------------------------------*/
  .secInr_jirei {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .box_jirei {
    display: block;
  }
  .box_jireiInr {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .img_jirei {
    margin-bottom: 0rem;
  }
  .name_jirei {
    margin-bottom: 0.3rem;
  }
  .label_jirei span {
    display: inline-block;
    width: 19px;
    text-align: center;
    background-color: #606d83;
    border: 1px solid #3d3f45;
    font-size: 0.8rem;
    margin: 0;
    margin-bottom: 0.3rem;
  }
  .price_jirei {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0.3rem;
  }
  .triangle_white {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 5em solid transparent;
    border-right: 5em solid transparent;
    border-bottom: 2em solid #F8F8F8;
  }
 /*----------------------------------------
セクション（対応）
----------------------------------------*/
  .sec_taiou {
    background-color: #F8F8F8;
  }
  .secInr_taiou {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .box_taiou {
    display: block;
  }
  .txt_taiou {
    width: auto;
    color: #091d40;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
  }
  .txt_taiou span {
    font-size: 1.3rem;
  }
  .img_gomi {
    width: auto;
    margin: 0 auto;
  }
  /*----------------------------------------
セクション（比較）
----------------------------------------*/
  .secInr_hikaku {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
  .box_hikaku {
    display: block;
    margin-bottom: 0.5rem;
  }
  .box_refg {
    width: 80%;
    margin: 0 auto;
    border: none;
    text-align: center;
  }
  .img_refg {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 0rem;
  }
  .name_hikaku {
    display: inline-block;
    border-bottom: 0.5px solid #606d83;
  }
  .img_hikaku {
    width: auto;
    margin-left: -0.5rem;
    margin-top: -1.8rem;
  }
  .txt_hikaku {
    width: auto;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background-color: #F8F8F8;
    border-radius: 50px;
    color: #091d40;
    padding: 0.2rem 0.2rem 0.3rem 0.2rem;
    background-image: none;
  }
  /*----------------------------------------
セクション（声）
----------------------------------------*/
  .secInr_koe {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
  .nmb_voice {
    color: #606d83;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .nmb_voice span {
    font-size: 1.5rem;
  }
  .box_voice {
    margin-bottom: 1rem;
  }
  .box_voice:last-child {
    margin-bottom: 0rem;
  }
  .intro_voice {
    background-color: #091d40;
    padding: 1rem 1rem 0.5rem;
    border-top: 0.5px solid #606d83;
    border-left: 0.5px solid #606d83;
    border-right: 0.5px solid #606d83;
    display: block;
  }
  .box_pro {
    width: auto;
    margin: 0 auto;
  }
  .box_introInr {
    width: auto;
  }
  .txt_voice {
    background-color: #F8F8F8;
    padding: 1rem 1rem;
    color: #091d40;
  }
  .img_voice {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
  .pro_voice {
    text-align: center;
    font-size: 0.9rem;
  }
  .title_voice {
    font-size: 1.3rem;
    padding-left: 0.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .sub_voice {
    font-size: 1.3rem;
    padding: 0 0rem;
    margin-bottom: 0rem;
  }
  .star_voice {
    text-align: center;
    font-size: 1.5rem;
    color: #f8f627;
  }
  .star_voice span {
    display: inline-block;
    margin-right: 0.5rem;
  }
  /*----------------------------------------
セクション（質問）
----------------------------------------*/
  .secInr_qa {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .box_q, .box_a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 85%;
  }
  .icon_q, .icon_a {
    width: 12%;
  }
  .icon_q {
    margin-right: 0.5rem;
  }
  .txt_q, .txt_a {
    width: 85%;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    color: #091d40;
    line-height: 1.3;
  }
  .txt_q {
    background-color: #f8f8f8;
    font-weight: bold;
  }
  .txt_a {
    background-color: #dee1e6;
    margin-right: 0.5rem;
  }
  .box_q {
    margin: 0 auto 0 0;
    margin-bottom: 0.5rem;
  }
  .box_a {
    flex-direction: row-reverse;
    margin: 0 0 0 auto;
  }
  .box_qa {
    margin-bottom: 1rem;
  }
  .box_qa:last-child {
    margin-bottom: 0;
  }
  /*折り畳みここから*/
  .grad-wrap {
    position: relative;
  }
  .grad-btn1 { /*.grad-btnのCSSは表示/非表示の動作には関係ないので、自由設定可*/
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.2rem 2rem 0.3rem;
    width: 200px;
    margin: auto;
    border-radius: 50px;
    background: #091d40;
    border: 1px solid #f8f8f8;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: .3s ease;
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 50px; /*隠した状態の高さ*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(9, 29, 64, 0) 0%, rgba(9, 29, 64, 0.9) 50%, rgba(9, 29, 64, 0.9) 50%, #091d40 100%);
    background: linear-gradient(top, rgba(9, 29, 64, 0) 0%, rgba(9, 29, 64, 0.9) 50%, rgba(9, 29, 64, 0.9) 50%, #091d40 100%);
    content: "";
  }
  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked + .grad-btn1 {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  } /*折り畳みここまで*/
  /*QAアコーディオン全体*/
  .sec_qa .accordion_area {
    margin: 0 0rem;
  }
  .box_acqa {
    border: 3px solid #cfd3da;
    border-radius: 10px;
    background-color: #F8F8F8;
    color: #091d40;
  }
  /*アコーディオン質問*/
  .ac_q {
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3;
    cursor: pointer;
    padding: 0.5rem 2.5rem 0.5rem 2.5rem;
    transition: all .5s ease;
  }
  /*アイコンの▼と▲*/
  .ac_q::after {
    position: absolute;
    content: '▼';
    color: #CFD3DA;
  }
  .ac_q::after {
    top: 25%;
    right: 15px;
    transform: rotate(0deg);
  }
  /*closeというクラスがついたら形状変化*/
  .ac_q.close::after {
    transform: rotate(-180deg);
  }
  /*アイテムアイコン設定*/
  .ac_q::before {
    position: absolute;
    content: 'Q';
    font-size: 1.8rem;
    font-weight: bold;
    width: 50px;
    height: 50px;
    top: -0.2rem;
    left: 0.5rem;
  }
  /*アコーディオンで隠れるエリア*/
  .ac_a {
    display: none; /*初めは非表示*/
    background: #dee1e5;
    line-height: 1.3;
    margin: 0 0.5rem 0.5rem 0.5rem;
    padding: 0.5rem 1rem;
    position: relative;
  }
  .ac_a div {
    margin-bottom: 1rem;
  }
  /*----------------------------------------
セクション（メッセージ）
----------------------------------------*/
  .sec_msg::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 100%;
    background-image: url("../images/bg_msg_sp.webp");
    background-size: cover;
  }
  .secInr_msg {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .img_no1 {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
  .sub_msg {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  .txt_msg {
    width: auto;
    text-align: left;
    margin: 0 auto;
    padding: 1rem 1rem;
    background-color: rgba(255, 255, 255, .8);
    color: #091d40;
  }
  /*----------------------------------------
セクション（プライバシー）
----------------------------------------*/
  .header_privacy {
    background-image: url("../images/bg_header_sp.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 4.5rem;
  }
  .header_privacy .header_logo {
    width: 52%;
    margin: 0 auto;
  }
  .secInr_privacy {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    color: #091d40;
  }
  .secInr_privacy a {
    color: #091d40;
    transition: .3s;
  }
  .secInr_privacy a:hover {
    color: #606d83;
  }
  .secInr_privacy h2 {
    text-align: center;
    color: #091d40;
  }
  .secInr_privacy h3 {
    color: #091d40;
    margin: 0.5rem 0em;
    padding: 0.3rem 0.6rem;
    font-size: 1.3rem;
    font-weight: bold;
    border-left: 8px solid #606d83;
    border-bottom: 1px dotted #606d83;
  }
  .indent01 {
    margin-left: 0.7rem;
  }
  .indent02 {
    margin-left: 1rem;
  }
  /*----------------------------------------
テーブル設定
----------------------------------------*/
  input[type="text_00"] {
    width: 97%;
  }
  input[type="text_01"] {
    width: 60%;
    border: 1px solid #CCCCCC;
  }
  input[type="text_02"] {
    width: 97%;
    border: 1px solid #CCCCCC;
  }
  input[type="text_03"] {
    width: 97%;
    border: 1px solid #CCCCCC;
  }
  input[type="image"] {
    width: 70%;
    text-align: center;
    margin: 1em 0em;
  }
  table.formTable tr td textarea {
    width: 97%;
    border: 1px solid #CCCCCC;
  }
  /*テーブルをブロック表示に*/
  .formTable, .formTable th, .formTable td {
    display: block;
    border: none;
  }
  .formTable th, .formTable td {
    float: left;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: padding-box;
  }
  .formTable {
    zoom: 1;
  }
  .formTable:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  input.soushin {
    margin: 0rem 0em;
    font-size: 1.3rem;
    padding: 0.5rem;
  }
  /*----------------------------------------
フッター部分
----------------------------------------*/
  .footer {
    background-color: #091d40;
    padding: 2rem 0rem 6rem;
    text-align: center;
    font-size: 0.8rem;
  }
  .box_info {
    display: block;
    justify-content: space-around;
    margin-bottom: 4rem;
    padding: 0 20px;
  }
  .box_company, .box_operation {
    width: auto;
  }
  .box_company {
    margin-bottom: 1rem;
  }
  .box_company p, .box_operation p {
    margin-bottom: 0.3rem;
  }
  .box_company table, .box_operation table {
    padding: 0;
    margin: 0;
    border: none;
    background-color: inherit;
  }
  .box_company th, .box_operation th, .box_company td, .box_operation td {
    padding: 0;
    margin: 0;
    border: none;
    background-color: inherit;
    line-height: 1.3;
    padding-bottom: 0.3rem;
  }
  .box_company th, .box_operation th {
    text-align: left;
    vertical-align: baseline;
  }
  .footer_cta {
    width: 100%;
    position: fixed;
    bottom: 0;
    /* 1. メニューを画面下へ隠す */
    transform: translateY(100%);
    /* 2. 0.3秒かけて表示する */
    transition: .3s;
  }
  .active {
    /* 3. メニューを定位置へ戻す */
    transform: translate(0);
  }
  .footer_tel {
    display: inline-block;
    float: left;
    width: 64.4%;
    text-decoration: none;
  }
  .footer_line, .footer_mail {
    display: inline-block;
    float: left;
    width: 17.8%;
    text-decoration: none;
  }
 /*----------------------------------------
ページトップへ戻る
----------------------------------------*/
  .pagetop {
    display: none;
    position: fixed;
    bottom: 6rem;
    right: 15px;
  }
  .pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 1.6em;
    text-decoration: none;
    padding: 8px 15px;
    opacity: 0.5;
  }
  .pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    text-decoration: none;
    padding: 8px 15px;
    opacity: 0.5;
  }
}