@charset "utf-8";
/* CSS Document */
/* 目次
* リセット
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
* TOP
* 下層共通 ※変更不可
* サービス案内/サービスページ
* 会社概要
* 代表メッセージ
* 経営理念
* 沿革
* 採用案内
* プライバシーポリシー
* 404
* WP投稿共通
* お問い合わせ
*/

/*=================== TBここから ==================*/
@media screen and (min-width: 700px) {
/**************************************************
* 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
***************************************************/
  /*------------------------------
  レイアウト ※変更不可
  ------------------------------*/
  .tb { display: block; }
  /*フッター位置調整*/
  .wrapper {
    min-height: calc(100vh - 264px);
  }

  /*------------------------------
  フッター ※変更不可
  ------------------------------*/
  /* f-nav */
  #footer .f-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  #footer .f-nav ul {
    width: 33%;
  }

  /* copyright */
  #footer .copyright{
    padding-bottom: 10px;
  }

  /*------------------------------
  .bottom-btn
  ------------------------------*/
  .bottom-btn {
    display: none;
  }

  /*------------------------------
  ぱんくず ※変更不可
  ------------------------------*/

  /*------------------------------
  pageTopボタン ※変更不可
  ------------------------------*/
  #page-top {
    bottom: 20px;
  }

  /*------------------------------
  contact-box
  ------------------------------*/
  /* ボタン */
  #contact-box .btn-link{
    bottom: -40px;
  }
  #contact-box .btn-link a{
    height: 64px;
    line-height: 60px;
  }

  /**************************************************
  * TOP
  ***************************************************/
  /*------------------------------
  con01
  ------------------------------*/
  #top #con01 .bg02{
    background-position: left -100px top;
  }
  #top #con01 .flex-box .box{
    padding: 30px;
  }
  /*------------------------------
  con02
  ------------------------------*/

  /*------------------------------
  con03
  ------------------------------*/
  /*h2*/
  #top #con03 .ttl-bg{
    padding: 70px 0;
  }
  /*flex-box*/
  #top #con03 .flex-box {
    align-items: center;
  }
  #top #con03 .flex-box .box{
    width: 50%;
    max-width: 100%;
    margin: 20px 0;
  }
  #top #con03 .flex-box .text-box{
    padding: 0 0 30px 20px;
  }
  #top #con03 .flex-box.str02 {
    flex-direction : row-reverse;
  }
  #top #con03 .flex-box.str02 .text-box {
    padding: 0 20px 30px 0;
  }
  /*------------------------------
  con04
  ------------------------------*/
  #top #con04.bg01{
    background: linear-gradient(#a68f49 15%,#f5f5f5 0,#f5f5f5);
  }
  #top #con04 .bg02{
    background-size: auto 15%;
    background-position: right -50px top;
  }
  /*flex-box*/
  #top #con04 .flex-box{
    margin: 40px 0 ;
  }
  #top #con04 .flex-box .box{
    padding: 30px;
  }
  #top #con04 .flex-box .number{
    font-size: 3.0rem;
    margin-bottom: 10px;
  }
  #top #con04 .flex-box h3{
    margin: 15px 0;
    font-size: 2.0rem;
  }
  /**************************************************
  * 下層共通 ※変更不可
  ***************************************************/
  /* .page-kv */
  /* .page-ttl */
  /**************************************************
  * マイゴルとは
  ***************************************************/
  /*con02*/
  #about #con02 .flex-box .box{
    max-width: 100%;
    width: 48%;
    margin: 0;
  }
  /*con03*/
  #about #con03{
    background: url(../images/about/tokucho-bg.png) no-repeat right bottom / 60%;
    padding-bottom: 0;
  }
  #about #con03 .flex-box{
    justify-content: flex-start;
  }
  #about #con03 .flex-box .box{
    max-width: 100%;
    width: 48%;
    margin: 1%;
  }

  /*con04*/
  #about #con04 .flex-box .box{
    max-width: 100%;
    width: 48%;
    margin: 0;
  }

  /**************************************************
  * マイゴルFCの特徴
  ***************************************************/
  #features .lead{
    padding: 20px 10px;
  }
  /*con02*/
  #features #con02 .model01-box{
    padding: 50px;
  }
  #features #con02 .model01-box .img{
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
  }
  #features #con02 .ttl-underline{
    padding: 15px 10px 0.5em 60px ;
    background: url(../images/common/h2-icon-g.png) no-repeat left 20px bottom 10px / 30px;
  }
  #features #con02 .box-inner{
    padding: 0 20px 20px;
  }
  #features #con02 .box-inner .img{
    max-width: 100%;
  }

  #features #con02 .box-inner>.text-box{
    width: 50%;
    padding-right: 20px;
  }
  #features #con02 .box-inner>.img{
    width: 50%;
  }
  /*model03-box*/
  #features #con02 .model03-box .flex-box{
    flex-direction: row-reverse;
  }
  #features #con02 .model03-box .box-inner>.text-box{
    padding: 0 0 0 20px;
  }
   /*model05-box*/
  #features #con02 .model05-box .flex-box .box{
    width: 49%;
  }
   /*model08-box*/
  #features #con02 .model08-box .flex-box .box{
    width: 32.3333%;
  }
  /*con02*/
  #features #con03 .box{
    max-width: 48%;
    margin-bottom: 0;
  }
  /*con04*/
  #features #con04 .box{
    max-width: 47%;
    margin: 0 0 30px 0 ;
  }
  #features #con04 .box:last-of-type{
    margin: 0 auto;
  }
  /**************************************************
  * 開業資金・収支モデル
  ***************************************************/
  #model #con02 .bg-white{
    padding: 30px;
  }
  #model #con02 .con02-h3-ttl{
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 50px 20px;
  }
  /*tabBox*/
  .tabBox{
    padding: 25px 0 0;
    position: relative;
    top: 1px;
  }
  .tabBox .tabArea{
    height: 80px;
    justify-content: space-between;
  }
  .tabBox .tabArea .one_tab {
    width: 24%;
    margin: 0 ;
  }
  .tabBox .tabArea .one_tab a {
    padding: 10px 0;
    border-bottom: none;
  }
  .tabBox .tabArea .one_tab a.select {
    height: 70px;
    transition-duration: 0.3s;
    font-size: 140%;
    background-color: #fff;
    color: #a68f49;
  }
  /*tabContents*/
  .tab_main{
    padding: 25px;
    border: 1px solid #a68f49;
  }
  /**************************************************
  * 契約から開業までの流れ
  ***************************************************/
  /*con02*/
  #flow #con02 .flow-h2-ttl{
    position: relative;
    padding-bottom: 100px;
  }
  #flow #con02 .flow-h2-ttl h2{
    width: calc(100% - 25px);
  }
  #flow #con02 .flow-h2-ttl .img{
    max-width: 200px;
    top: -140px;
  }
  #flow #con02 .flex-box .box{
    width: 48%;
    margin: 1%;
    padding: 20px;
  }
  /**************************************************
  * 事例紹介
  ***************************************************/
  #example #con02 .bg-white{
    padding: 30px;
  }
  /*con02-01*/
  #example #con02-01 .flex-box .box{
    max-width: 100%;
    width: 48%;
    margin: 0 0 30px;
  }
  /*con02-02*/
  #example #con02-02 .img{
    max-width: 600px;
    margin: 0 auto
  }
  #example #con02-02 .text-box{
    padding: 30px;
  }
/**************************************************
* よくある質問
***************************************************/
/* con01 */
.page-subnav{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
.page-subnav li {
  width: 49%;
}

/* .qa-box */
#faq .qa-box dl {
  padding: 20px;
  margin-bottom: 30px;
}

  /**************************************************
  * 会社概要
  ***************************************************/
  /* con01 */
  #company .dl-box dt{
    width: 25%;
    padding: 20px;
  }
  #company .dl-box dd{
    width: 75%;
    padding: 20px;
  }
  /* con02 */
  #company #con02 .flex-box{
    padding: 20px;
  }
  #company #con02 .flex-box .box{
    margin: 0;
    align-self: center;
  }
  #company #con02 .flex-box h3{
    margin-top: 0;
  }
  #company #con02 .flex-box.amba .box{
    width: 48%;
    max-width: 100%;
  }
  #company #con02 .flex-box.leader .text-box{
    width: calc(100% - 270px);
    max-width: 100%;
  }
/**************************************************
* プライバシーポリシー
***************************************************/

/**************************************************
* サイトマップ
***************************************************/

/**************************************************
* 404
***************************************************/

/**************************************************
* WP投稿共通
***************************************************/
/*------------------------------
 一覧
------------------------------*/
/* .news-list */
#news .news-list{
  margin: 20px 0 40px;
}

/**************************************************
* お問い合わせ
***************************************************/
/*------------------------------
MW WP Form
------------------------------*/
#mwwpform dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#mwwpform dl dt{
  width: 31%;
  padding: 20px 15px;
}
#mwwpform dl dd{
  width: 69%;
  padding: 15px 15px;
}

}/*=================== TBここまで ==================*/


/*=================== PCここから==================*/
@media screen and (min-width: 1024px) {
  /**************************************************
  * 共通（レイアウト・テキスト・見出し・ボタン・ヘッダー・フッター・ぱんくず・その他)
  ***************************************************/
  /*------------------------------
  レイアウト ※変更不可
  ------------------------------*/
  .sp { display: none; }
  .pc { display: block; }
  /*フッター位置調整*/
  .wrapper {
    min-height: calc(100vh - 442px);
    padding: 0 0;
  }
  /*wrap共通*/
  .wrap{
    padding: 75px 0;
  }
  .wrap02{
    margin: 0 auto;
    padding: 40px 0;
  }
  /*余白共通*/
  .ma-b25{
    margin-bottom: 50px;
  }
  .ma-b30{
    margin-bottom: 60px;
  }
  .ma-b50{
    margin-bottom: 75px;
  }
  .pa-t50{
    padding-top: 75px;
  }
  .pa-b25{
    padding-bottom: 50px;
  }
  .pa-b50{
    padding-bottom: 75px;
  }
  /*------------------------------
  テキスト ※変更不可
  ------------------------------*/
  p,li,a,th,td,dt,dd {
    font-size: 1.6rem;
  }
  .font16{
    font-size: 1.8rem;
  }
  .font18{
    font-size: 2.0rem;
  }
/*------------------------------
見出し h1-h6 ※変更不可
------------------------------*/
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.6rem;
  }
  /*h2-ttl*/
  .h2-ttl h2{
    margin: 40px auto 1em;
  }
  .h2-ttl h2 .ja {
    padding: 5px 0 15px 30px;
    font-size: 1.8rem;
    top: -40px;
    left: 0;
    background: url(../images/common/h2-icon-b.png) no-repeat left top/ 25px ;
  }
  .h2-ttl h2 .en {
    font-size: 5.0rem;
  }
  .h2-ttl.white h2 .ja {
    background: url(../images/common/h2-icon-w.png) no-repeat left top/ 25px ;
  }
  /*h2-ttl02*/
  .h2-ttl02 h2{
    background-size: 400px;
    padding-bottom: 45px;
  }
  .h2-ttl02 h2 .ttl-s{
    font-size: 2.0rem;
  }
  .h2-ttl02 h2 .ttl-l{
    font-size: 4.0rem;
  }
  .h2-ttl02 h2 .ttl-l:before,
  .h2-ttl02 h2 .ttl-l:after {
    width: 25px;
  }
  .h2-ttl02 h2 .ttl-l:before {
    left: -35px;
  }
  .h2-ttl02 h2 .ttl-l:after {
    right: -35px;
  }
  /*h3*/
  .h3-ttl h3{
    background-size: 400px;
    padding-bottom: 45px;
  }
  .h3-ttl h3 .ttl-s{
    font-size: 2.0rem;
  }
  .h3-ttl h3 .ttl-l{
    position: relative;
    font-size: 4.0rem;
  }
  .h3-ttl h3 .ttl-l:before,
  .h3-ttl h3 .ttl-l:after {
    width: 25px;
  }
  .h3-ttl h3 .ttl-l:before {
    left: -35px;
  }
  .h3-ttl h3 .ttl-l:after {
    right: -35px;
  }
  /*------------------------------
  ボタン ※変更不可
  ------------------------------*/

  /*------------------------------
  ヘッダー ※変更不可
  ------------------------------*/
  #header {
    height: 140px;
  }
  #header .head-inner {
    width: 96%;
    padding: 15px 0;
  }
  #header .logo {
    width: 200px;
    float: left;
  }
  /*------------------------------
  global-nav
  ------------------------------*/
  #header-pc01,
  #header-pc02{
    float: right;
  }

  #header-pc01 .btn-link{
    width: 300px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
  }
  #header-pc01 .btn-link a{
    display: block;
    width: 300px;
    height: 54px;
    line-height: 50px;
    border: 2px solid #a68f49;
    border-radius: 6px;
    text-align: center;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    outline: none;
    transition: ease .2s;
  }
  #header-pc01 .btn-link .btn01 a{
    background: #fff;
    color: #a68f49;
  }
  #header-pc01 .btn-link .btn02 a{
    background: #a68f49;
    color: #fff;
  }
  /*ボタン内spanの形状*/
  #header-pc01 .btn-link a span {
    position: relative;
    z-index: 3;/*文字を背景よりも手前に表示*/
  }
  #header-pc01 .btn-link .btn01 a:hover span{
    color: #fff;
  }
  #header-pc01 .btn-link .btn02 a:hover span{
    color: #a68f49;
  }
  /*== 背景が流れる（斜め） */
  #header-pc01 .btn-link a.bgskew::before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: -130%;
    /*形状*/
    width: 120%;
    height: 100%;
    transform: skewX(-25deg);
  }
  #header-pc01 .btn-link .btn01 a.bgskew::before {
    background: #a68f49;
  }
  #header-pc01 .btn-link .btn02 a.bgskew::before {
    background: #fff;
  }
  /*hoverした時のアニメーション*/
  #header-pc01 .btn-link a.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
  }
  @keyframes skewanime {
    100% {
      left: -10%;/*画面の見えていない左から右へ移動する終了地点*/
    }
  }

  #header-pc02 .global-nav .text-link li {
    float: left;
    transition: all .3s ease-in-out;
    margin: 20px 0 0 20px;
  }
  #header-pc02 .global-nav .text-link a {
    display: block;
    padding: 3px;
    color: #222;
    font-size: 1.5rem;
    position: relative;
  }
  #header-pc02 .global-nav .text-link a:hover{
    color: #a68f49;
  }
  #header-pc02 .global-nav .text-link a::after{
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background: #a68f49;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
  }
  /*現在地とhoverの設定*/
  #header-pc02 .global-nav .text-link a:hover::after {
      transform: scale(1, 1);/*X方向にスケール拡大*/
  }
  /*------------------------------
  フッター ※変更不可
  ------------------------------*/
  #footer .wrap-m{
    padding: 100px 0 75px;
  }
  /* logo */
  #footer .logo{
    float: left;
  }
  #footer .logo a{
    width: 200px;
  }
  /* f-nav */
  #footer .f-nav{
    float: right;
    width: 70%;
    margin-top: 0;
  }
  /*------------------------------
  ぱんくず ※変更不可
  ------------------------------*/
  #breadcrumbs {
    width: 40%;
    padding: 3% 10px 5px 0;
  }

  /*------------------------------
  contact-box
  ------------------------------*/
  #contact-box .btn-link{
    bottom: -50px;
  }
  #contact-box .btn-link a{
    height: 84px;
    line-height: 80px;
  }

  /*------------------------------
  .kv-area
  ------------------------------*/
  /*ヘッダー下KV位置調整*/
  .kv-area{
    padding-top: 140px;
  }
  /**************************************************
  * TOP
  ***************************************************/
  /*------------------------------
  kv
  ------------------------------*/
  #top .kv {
    width: 96%;
  }
  /*------------------------------
  con01
  ------------------------------*/
  #top #con01.bg01{
    background: linear-gradient(#a68f49 60%,#f2f0e6 0,#f2f0e6);
  }
  #top #con01 .bg02{
    background-size: auto 60%;
    background-position: left 0 top;
  }
  #top #con01 h2{
    font-size: 1.8rem;
  }
  #top #con01 .flex-box .box{
    width: 24%;
    padding: 40px 10px;
  }

  #top #con01 .flex-box h3{
    margin: 10px 0;
    font-size: 1.7rem;
  }
  /*------------------------------
  con02
  ------------------------------*/
  /* slick-slide */
  #top #con02 .slider{
    margin: 90px auto 40px;
  }
  #top #con02 .slider .img:nth-of-type(2n) img{
    top: -30px;
  }
  /*------------------------------
  con03
  ------------------------------*/
  /*h2*/
  #top #con03 .ttl-bg{
    padding: 90px 0;
  }
  /*flex-box*/
  #top #con03 .flex-box .box{
    margin: 25px 0;
  }
  #top #con03 .flex-box .text-box,
  #top #con03 .flex-box.str02 .text-box{
    padding: 0 40px 20px 40px;
  }
  /*------------------------------
  con04
  ------------------------------*/
  #top #con04.bg01{
    background: linear-gradient(#a68f49 27%,#f5f5f5 0,#f5f5f5);
  }
  #top #con04 .bg02{
    background-size: auto 27%;
    background-position: right 0 top;
  }
  /*flex-box*/
  #top #con04 .flex-box{
    margin: 50px auto;
    justify-content: center;

  }
  #top #con04 .flex-box .box{
    width: 32.333%;
    padding: 40px;
  }

  /**************************************************
  * 下層共通 ※変更不可
  ***************************************************/
  /* .page-kv */
  .page .kv-area{
    background: #f5f5f5;
  }
  .page .kv-wrap{
    display: block;
    position: relative;
    margin: 1% auto 4%;
  }
  .page .page-kv{
    width: 60%;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* .page-ttl */
  .page-ttl{
    padding: 7% 0 8%;
  }
  .page-ttl .ja {
    padding: 5px 0 15px 30px;
    font-size: 1.8rem;
    background: url(../images/common/h2-icon-b.png) no-repeat left top/ 25px ;
  }
  .page-ttl .en {
    font-size: 5.0rem;
  }

  /**************************************************
  * マイゴルとは
  ***************************************************/
  /*con02*/
  #about #con02 .h2-ttl02 h2{
    background-size: 340px;
  }
  /*con03*/
  #about #con03{
    background: url(../images/about/tokucho-bg.png) no-repeat right bottom / 40%;
  }
  #about #con03 .flex-box .box{
    width: 32.3333%;
    margin: 0.5%;
  }
  /*con04*/
  #about #con04 .flex-box .box{
    margin: 1%;
  }
  #about #con04 .flex-box .box-inner{
    padding: 20px;
  }

  /**************************************************
  * マイゴルFCの特徴
  ***************************************************/
  /*con02*/
  #features #con02 .h2-ttl02 h2{
    background-size: 400px;
  }

  #features #con02 .bg-white{
    margin-bottom: 40px;
  }
  #features #con02 .ttl-underline{
    padding: 30px 50px 30px 90px ;
    background: url(../images/common/h2-icon-g.png) no-repeat left 50px bottom 30px / 30px;
  }
  #features #con02 .box-inner{
    padding: 20px 50px 40px;
  }
  #features #con02 .box-inner>.text-box{
    padding-right: 30px;
  }
  /*model03-box*/
  #features #con02 .model03-box .box-inner>.text-box{
    padding: 0 0 0 30px;
  }
   /*model05-box*/
  #features #con02 .model05-box .flex-box .box{
    width: 48%;
  }
  /*con04*/
  #features #con04 .box{
    width: 31.3333%;
    margin: 0;
  }
  #features #con04 .box:last-of-type{
    margin: 0;
  }


  /**************************************************
  * 開業資金・収支モデル
  ***************************************************/
  /*con02*/
  #model #con02 .h2-ttl02 h2{
    background-size: 500px;
  }
  #model #con02 .bg-white{
    padding: 75px;
  }
  #model #con02 .con02-h3-ttl{
    padding: 50px 50px 20px;
  }
  #model #con02 .con02-h3-ttl p.fee{
    font-size: 300%;
  }
  /*tabBox*/
  .tabBox{
    padding: 25px 0 0;
  }
  .tabBox .tabArea .one_tab a {
    padding: 0;
    height: 60px;
    line-height: 60px;
  }
  .tabBox .tabArea .one_tab a.select {
    height: 80px;
    line-height: 80px;
  }
  /*tabContents*/
  .tab_main{
    padding: 50px;
  }
  .tab_main .tab-ttl{
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
  /*table*/
  .sp-scroll-t.ma-b30{
    margin-bottom: 35px
  }
  .sp-scroll-t table {
    margin-bottom: 25px;
  }
  table thead th,
  table thead td {
    padding: 10px;
    font-size: 2.5rem;
  }
  table tbody th{
    padding: 10px;
    font-size: 1.8rem;
  }
  table tbody td {
    padding: 10px;
    font-size: 2.0rem;
  }
  table.model-t01 tbody td{
    font-size: 4.0rem;
  }

  /*model-t03~05*/
  table tbody tr.total th,
  table tbody tr.total td,
  table tbody tr.total02 th,
  table tbody tr.total02 td {
    font-size: 2.4rem;
  }

  /**************************************************
  * 契約から開業までの流れ
  ***************************************************/
  /*con02*/
  #flow #con02 .flow-h2-ttl h2{
    width: calc(100% - 25px);
    height: 100px;
    line-height: 100px;
    padding: 0;
    top: -120px;
  }
  #flow #con02 .flow-h2-ttl .img{
    max-width: 230px;
    top: -180px;
  }
  #flow #con02 .flex-box{
    justify-content: center;
  }
  #flow #con02 .flex-box .box{
    width: 31.3333%;
    margin: 1%;
    padding: 30px;
  }

  /**************************************************
  * 事例紹介
  ***************************************************/
  /*con02*/
  #example #con02 .h2-ttl02 h2{
    background-size: 360px;
  }
  #example #con02 .bg-white{
    padding: 75px;
  }
  #example #con02 .con02-h3-ttl{
    font-size: 2.7rem;
  }
  #example #con02 .con02-h4-ttl{
    font-size: 2.5rem;
  }
  /*con02-02*/
  #example #con02-02 .text-box{
    padding: 30px;
  }
/**************************************************
* よくある質問
***************************************************/
/* con01 */
.page-subnav{
  display: flex;
  justify-content: space-between;
}
.page-subnav li {
  width: 49%;
}
.page-subnav li a {
  font-size: 1.6rem;
}
/* con02 */
#faq #con02 .wrap{
  padding-top: 50px;
}
/* .qa-box */
#faq .qa-box dl {
  padding: 10px 30px;
}
#faq .qa-box dt,
#faq .qa-box dd{
  margin: 20px 0;
}
  /**************************************************
  * 会社概要
  ***************************************************/
  /* con01 */
  #company .dl-box dt,
  #company .dl-box dd{
    padding: 20px 30px;
  }

  /* con02 */
  #company #con02 .flex-box{
    padding: 40px;
  }
  #company #con02 .flex-box.amba{
    padding: 40px;
    justify-content: space-around;
  }
  #company #con02 .flex-box.amba .text-box{
      width: 400px;
  }
  #company #con02 .flex-box.leader .text-box{
    width: calc(100% - 280px);
  }

/**************************************************
* プライバシーポリシー
***************************************************/

/**************************************************
* サイトマップ
***************************************************/

  /**************************************************
  * 404
  ***************************************************/
  #error .btn-box{
    margin-top: 50px;
  }

  /**************************************************
  * WP投稿共通
  ***************************************************/
  /*------------------------------
   一覧
  ------------------------------*/
  /* .news-list */
  #news .news-list{
    margin: 20px 0 50px;
  }
  /*------------------------------
  詳細ページ
  ------------------------------*/
  #news .news-content .bg-gold {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  #news .news-content .news-ttl {
    font-size: 2.2rem
  }
/**************************************************
* CONTACT お問い合わせ
***************************************************/
/*------------------------------
MW WP Form
------------------------------*/
#mwwpform dl dt{
  width: 29%;
  padding: 25px 20px;
}
#mwwpform dl dd{
  width: 71%;
  padding: 20px 20px;
}


}/*================== PC(min-width: 1024pxpx)ここまで ==================*/

@media screen and (min-width: 1200px) {
  /*------------------------------
  global-nav
  ------------------------------*/
    #header-pc02 .global-nav .text-link li {
    margin: 20px 0 0 30px;
  }
  /**************************************************
  * TOP
  ***************************************************/
  /*------------------------------
  con03
  ------------------------------*/
  #top #con03 .flex-box .text-box,
  #top #con03 .flex-box.str02 .text-box{
    padding: 0 60px 20px 60px;
  }
  /**************************************************
  * 下層共通 ※変更不可
  ***************************************************/
  /* .page-ttl */
  .page-ttl{
    padding: 8% 0 9%;
  }

}/*============= PC(min-width: 1200px)ここまで =============*/

@media screen and (min-width: 1400px) {
  /**************************************************
  * 下層共通 ※変更不可
  ***************************************************/
  /* .page-kv */
  .page .kv-wrap{
    margin: 20px auto 80px;
  }
  /* .page-ttl */
  .page-ttl{
    padding: 9% 0 10%;
  }
}/*============= PC(min-width: 1400px)ここまで =============*/
