@charset "UTF-8";

/*
Theme Name:Sumatora_TIGRISinc..
Author：Tigris_inc.Mateo.F
Author URI：https://tigris-inc.com/
Description：SUMATORA_type-basic
Vesion：1.0バージョン
License：Closed.
*/


/* ============================
@media (min-width: 873px)
@media (max-width: 874px)
==============================*/

@media (min-width: 1100px) {

  html {
    font-size: 16px;
    /*ベースを10pxにしています*/
  }

  body {
    width: 100%;
    height:auto;
    margin: 0 auto;
    /* padding: 0 30px; */
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MSゴシック", sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
    position: relative;
  }

  h1 , h2 , h3{
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Noto Sans JP", sans-serif;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  h4 {
    font-size: 1rem;
  }

  /*Front page Pタグサイズ変更*/

  .page_front p {
    text-align: justify;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
  }

  a {
    text-decoration: none;
    color: var(--color_a);
    word-wrap:break-word;
  }

  :root {
    --color_m: #7f8285;
    --color_sm: #f8f8f8;
    --color_sp: #e9efff;
    --color_bg: #f1f3f58a;
    --color_act: #5b8960;
    --color_t: #5e3030;
    /* --color_b: #EEEEEE; */
    --color_a: #000000;
  }

  #page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 35px;
    bottom: 100px;
    z-index: 9;
    opacity: 1;
    /* border-radius: 101px; */
  }

  #page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
    background:#fff;
    border-radius: 10px;
  }

  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: var(--color_ssm);
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  #page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 52px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: var(--color_ssm);
  }

  .header_fact {
    width: 100%;
    padding: 20px 20px 10px;
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }

  .header_fact .logoarea {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 30%;
    align-items: center;
  }

  .header_face_logo {
    width: 35px;
  }

  .head_site_name {
    /* padding: 36px 0 0 18px; */
  }

  .header_fact .ttl {
    font-size: 0.8rem;
    font-weight: bolder;
    color: var(--color_a);
    padding: 0 0 0 10px;
    line-height: 1rem;
  }

  .header_fact .sub_ttl {
    font-size: 15px;
    font-weight: normal;
    color: var(--color_a);
  }


  /*ハンバーガーPC時非表示*/

  /*ハンバーガーCSS実装コード*/

  .menu-btn {
    position: fixed;
    top: 0px;
    right: 20px;
    display: flex;
    height: 61px;
    width: 61px;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    /* border:solid 3px #eee; */
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    background-color: rgb(255 255 255 / 85%);
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 5px;
    width: 38px;
    border-radius: 3px;
    background-color: var(--color_m);
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 13px;
  }

  .menu-btn span:after {
    top: 12px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .global-menu{
    width:70%;
    display:flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .global-menu .menu-content{
    display:flex;
    flex-direction: row;
    align-items: flex-end;
  }

  .menu-content ul {
    /* padding: 15px 12px 5px; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
    margin: 0;
  }

  .menu-content ul li {
    width: 100%;
    border-bottom: dotted 1px #ffffff80;
    list-style: none;
    padding: 0 40px 0 0;
    /* box-sizing:border-box; */
  }

  .menu-content ul li a {
  
  }

  .menu-content ul li a::before {
   
  }

  .menu-content  .sns__container{
    display:flex;
    /* padding:0 40px 0 0; */
  }


   .menu-content  .sns__container a{
     padding: 5px;
   }

  
  .menu-content .sub-menu li {
    border-bottom: 0px dotted #fff;
    width: 100%;
    height: 28px;
  }

  .menu-content .sub-menu li a::before {
    display: none;
  }


  #menu-btn-check:checked~.menu-content {
    left: 0%;
    /*メニューを画面内へ*/
  }

  /*ハンバーガー実装END*/


  /*SUBMENUの処理*/

  /*PC contentsMENU hoverで拡張表示*/

  .head_menu .sub-menu {
    display: none;
  }

  .head_menu .menu-item-has-children {
    position: relative;
  }

  .head_menu .menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    background: #eee;
    opacity: 0.75;
    position: absolute;
    top: 48px;
    z-index: 999;
    border-radius: 5px;
    justify-content: normal;
    padding: 0;
  }

  .head_menu .menu-item-has-children:hover .sub-menu li {
    width: 100%;
    padding: 7px 10px 7px 0px;
    text-align: center;
  }

  .head_menu .menu-item-has-children:hover .sub-menu li::before {
    content: "";
  }

  /*PCoeSP*/

  .none_pc {
    display: none;
  }

  /*ページコンテナ間空白設定*/

  /*セクションラップの全体調整_背景色など*/

  .sectemp_project{
    background:var(--color_bg);
  }

  .section_conte {
    margin-bottom: 48px;
  }


  /*汎用スタイル:/
  /*コンテナラップ*/

  .bg{
    background:var(--color_bg);
  }
  .contwrap{
    padding: 100px 0;
    width: 1200px;
    margin:0 auto;
  }
  
  .contwrap-other{
    padding: 100px 0 0;
    width: 1200px;
    margin:0 auto;
  }

  .sec-name-sub{
    font-weight:bold;
    line-height:3rem;
  }

  .catchtext{
    font-weight:bold;
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 20px 0 0;
  }

  .texth3{
    display:flex;
    flex-direction: column;
    font-size: 48px;
    font-weight:bold;
    width: 25%;
    color: var(--color_m);
  }

  .texth3 .text_sub{
    font-size: 21px;
  }

  .conte2_6535 .texth3{
    display:flex;
    flex-direction: column;
    font-size: 2.5rem;
    font-weight:bold;
    width: 25%;
    color: var(--color_m);
  }

  .conte2_6535 .text_sub{
    font-size: 1.2rem;
  }

  .conte2_6535{
    display:flex;
    flex-wrap: wrap;
  }
  
  .conte2_6535 .texth3{
    width:100%;
  }

  .conte2_6535 .leftside{
    box-sizing: border-box;
    width: 75%;
    padding: 0 50px 0 0;
  }

  .detailbox .catchtext{
    font-size: 1.3rem;
    font-weight:bold;
    line-height:5rem;
  }

  .conte2_6535 .rightside{
    width: 25%;
    margin: 45px 0 0 0;
    text-align:center;
    ;
  }

  .conte2_6535 .rightside-image{
    width: 50%;
  }

  .conte2_6535 .rightside .dt_images{
    object-fit:contain;
  }

  .bt_box{
    width:100%;
    display:flex;
    justify-content: flex-start;
    padding: 48px 0;
  }

   .bt_box a{
    background: var(--color_m);
    padding: 20px 30px;
    box-sizing:border-box;
    border-radius: 8px;
    color: #fff;
   }
  
  /*TOPページ*/
  /*topimage*/
  
  .frame_topimage{
    width:100%;
    height: 200px;
    /* background: #303030c4; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .frame_topimage img{
    width:100%;
  }

  .page_front .message p{
    text-align:center;
    font-size:2rem;
    font-weight:bold;
    /* padding: 92px 0; */
  }
  
  .page_front .postbox_news{
    display:flex;
    justify-content: space-around;
    flex-direction: row;
  }

  .page_front .frame_news{
    width: 75%;
    height: 200px;
  }


  /*topページ事例ボックス*/
  .project-wrap{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    padding: 70px 0 0;
    justify-content: space-between;
  }

  .project-wrap .project-detbox{
    width: calc((100% / 2) - 15px);
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 15px 0;
  }
 
  .project-detbox .dl-title{
    grid-column: 2/3;
    grid-row: 1/2;
    padding:10px 10px;
  }
  
  .project-detbox .dl-text{
    grid-column: 2/3;
    grid-row: 2/3;
    padding:10px 10px;
  }

  .project-detbox .dl-title , .project-detbox .dl-text{
    padding: 10px 25px;
  }

  .project-wrap .project-detbox .project-image{
    width: 100%;
    aspect-ratio: 16/9;
    background:#eee;
    grid-column: 1/2;
    grid-row: 1/3;
  }

  .page_top .catchtext{
    font-size:1.3rem;
    line-height: 4rem;
  }

  /*コンテナデザイン*/

  .child3-wrap{
    width:100%;
  }

  .child3-wrap .catchtext{
    display:flex;
    flex-direction: column;
    font-size: 1.5rem;
    font-weight:bold;
    width: 25%;
    color: var(--color_m);
  }

  .detailbox_child3{
    display:flex;
    justify-content: space-between;
    padding: 60px 0;
  }

  .detailbox_child3 .col-wrap{
    /* background:#eee; */
    width: calc(100% / 3 - 5px);
    height:280px;
    /* aspect-ratio:16/9; */
    padding: 0;
    box-sizing:border-box;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .detailbox_child3 .detailbox_colname , .detailbox_child3 .detailbox_text{
    background: #55555540;
    color:#fff;
    padding:5px 10px;
    width:100%;
    box-sizing:border-box;
  }

  .detailbox_child3 .col-wrap1{
    background-image:url(images/service_image1.png);
    background-size:contain;
  }

  .detailbox_child3 .col-wrap2{
    background-image:url(images/service_image2.png);
    background-size:contain;
  }

  .detailbox_child3 .col-wrap3{
    background-image:url(images/service_image3.png);
    background-size:contain;
  }

  .h2_colname{
    font-size: 1.5rem;      /* 日本語 24px */
  line-height: 1.4;
  margin: 0;
  }

  .h2_colname_sub{
    font-size: 0.75rem;     /* 英語 12px = 2:1 */
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin: 0.25rem 0 0;
  opacity: 0.8;
  }

  .child-col .conte2_6535{
    padding: 0 0 60px 0;          /*インナー要素としてコンテナをインセット*/
    box-sizing:border-box;
  }

  .child-col　.contwrap{
    
  }

  .cont_messe{
    display:flex;
    justify-content: center;
    text-align: center;
  }

  .cont_messe .catchtext{font-size:1.5rem;padding: 0 0 12px 0;}

  .cont_messe .text{
    text-align:center;
    font-size:1.5rem;
  }

  /*概要outlineページ及びコンテナ*/

  .outline dl{
    display: grid;
    grid-template-columns: 300px auto;
    gap: 8px;
  }

  .outline dt , .outline dd{
    border-bottom: 2px solid var(--color_sm);
    padding: 25px 0;
    margin:0
  }

  .outline dt{
    border-bottom: 3px solid #e4e7f18c;
  }
  



  /*ニュースボックス*/

  .news_box{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-top: solid 1px #eee;
    padding: 20px 0;
  }

  .news_box .tearms{
    font-weight:bold;
  }

  .news_box .post_rabel a{
    border:1px solid #eee;
    padding:5px;
    margin: 0 30px;
  }

  .news_box .ttl{
    fontsize:1rem;
  }


  .breadcrumbs{
    box-sizing:border-box;
    padding: 17px 0 0px 30px;
  }
  
  .breadcrumbs{
    font-size:0.8rem;
    box-sizing: border-box;
  }

  .breadcrumbs .current-item::after{
    content:">";
  }





  
  

  /*コンタクトフォーム*/

  .form_contact .dcpt {
    line-height: 4em;
    text-align: center;
  }

  .form__wrap {
    width: 100%;
    max-width: 900px;
    /*フォームの最大幅*/
    margin-right: auto;
    margin-left: auto;
  }

  .wpcf7 .template02 {
    color: #666;
    font-size: 16px;
  }

  .wpcf7 .template02 a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: inherit;
    transition: opacity .25s;
  }

  .wpcf7 .template02 a:hover {
    opacity: .5;
    transition: opacity .25s;
  }

  .wpcf7 .template02 div.form__row {
    display: flex;
    margin: 0;
    padding: 0;
    border-top: 1px solid #efe8e5;
  }

  .wpcf7 .template02 div.form__row.row-privacy,
  .wpcf7 .template02 div.form__row.row-submit {
    display: block;
    border-top: 0;
    margin-top: 1em;
    text-align: center;
  }

  .wpcf7 .template02 p.form__label,
  .wpcf7 .template02 p.form__body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label {
    width: 36%;
    padding: 1.5em 1em;
  }

  .wpcf7 .template02 p.form__body {
    width: 64%;
    padding: 1.5em 1em;
  }

  .wpcf7 .template02 div.form__row.row-privacy .form__body,
  .wpcf7 .template02 div.form__row.row-submit .form__body {
    width: 100%;
  }

  .wpcf7 .template02 p.form__label label {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 44px;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label label::after {
    content: "任意";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    margin: 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #f1f1f1;
    color: #929292;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label.is-required label {
    position: relative;
  }

  .wpcf7 .template02 p.form__label.is-required label::after {
    content: "必須";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    padding: 0 5px;
    background-color: #205884;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }

  /* テキストフィールド */
  .wpcf7 .template02 input[type=text],
  .wpcf7 .template02 input[type=tel],
  .wpcf7 .template02 input[type=email],
  .wpcf7 .template02 textarea {
    width: 100%;
    margin: 0;
    padding: .5em 1em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /* テキストフィールド placeholder */
  .wpcf7 .template01 input[type=text]::placeholder,
  .wpcf7 .template01 input[type=tel]::placeholder,
  .wpcf7 .template01 input[type=email]::placeholder,
  .wpcf7 .template01 input[type=url]::placeholder,
  .wpcf7 .template01 input[type=date]::placeholder,
  .wpcf7 .template01 input[type=number]::placeholder,
  .wpcf7 .template01 textarea::placeholder {
    color: #ccc;
  }

  .wpcf7 .template01 input[type=text]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=email]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=url]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=date]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=number]:-ms-input-placeholder,
  .wpcf7 .template01 textarea:-ms-input-placeholder {
    color: #ccc;
  }

  .wpcf7 .template01 input[type=text]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=email]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=url]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=date]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=number]::-ms-input-placeholder,
  .wpcf7 .template01 textarea::-ms-input-placeholder {
    color: #ccc;
  }

  /* テキストフィールド フォーカス時 */
  .wpcf7 .template01 input[type=text]:focus,
  .wpcf7 .template01 input[type=tel]:focus,
  .wpcf7 .template01 input[type=email]:focus,
  .wpcf7 .template01 input[type=url]:focus,
  .wpcf7 .template01 input[type=date]:focus,
  .wpcf7 .template01 input[type=number]:focus,
  .wpcf7 .template01 textarea:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  /* チェックボックス */
  .wpcf7 .template02 input[type=checkbox] {
    display: none;
  }

  .wpcf7 .template02 input[type=checkbox]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    background-color: #fefefe;
    box-sizing: border-box;
  }

  .wpcf7 .template02 input[type=checkbox]+span::after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0.44em;
    width: 0.4em;
    height: .8em;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    transform: rotate(40deg);
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span {
    color: #6c5d2f;
    transition: all .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span::before {
    opacity: 1;
    border: 1px solid #6c5d2f;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
    background-color: #6c5d2f;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span::after {
    opacity: 1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: opacity .25s ease;
  }

  /* ラジオボタン */
  .wpcf7 .template02 input[type=radio] {
    display: none;
  }

  .wpcf7 .template02 input[type=radio]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #c4bbb8;
    border-radius: 50%;
    background-color: #fefefe;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]+span::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]:checked+span {
    color: #6c5d2f;
  }

  .wpcf7 .template02 input[type=radio]:checked+span::before {
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  .wpcf7 .template02 input[type=radio]:checked+span::after {
    opacity: 1;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #6c5d2f;
    border-radius: 50%;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  /* セレクト */
  .wpcf7 .template02 span.select-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .wpcf7 .template02 select {
    cursor: pointer;
    width: 250px;
    max-width: 100%;
    margin: 0;
    padding: .5em 3.5em .5em 1em;
    border: 1px solid #949494;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    background-image: linear-gradient(90deg, #929292, #949494);
    background-position: 100% 0;
    background-size: 2em 3.5em;
    background-repeat: no-repeat;
    color: inherit;
    font-size: inherit;
    line-height: 1;
    box-sizing: border-box;
    transition: border-color 0.2s ease, outline 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .wpcf7 .template02 select::-ms-expand {
    display: none;
  }

  .wpcf7 .template02 span.select-wrap::after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: .6em;
    height: .6em;
    top: 50%;
    right: .8em;
    margin-top: -3px;
    border-bottom: 1px solid #6c5d2f;
    border-right: 1px solid #6c5d2f;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 50% 0;
    box-sizing: border-box;
  }

  .wpcf7 .template02 select:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  .wpcf7 .template02 span.select-wrap:focus-within::after {
    border-bottom: 1px solid #6c5d2f;
    border-right: 1px solid #6c5d2f;
  }

  /* 送信ボタン */
  .wpcf7 .template02 .submit-btn {
    position: relative;
    width: 320px;
    height: 65px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .wpcf7 .template02 input[type="submit"] {
    cursor: pointer;
    width: 320px;
    max-width: 100%;
    padding: 18px;
    box-shadow: none;
    border: 1px #6c5d2f solid;
    border-radius: 8px;
    background-color: #6c5d2f;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    transition: all .25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .wpcf7 .template02 input[type="submit"]:disabled {
    cursor: not-allowed;
    box-shadow: none !important;
    border: 1px solid #f8f8f8 !important;
    background-color: #f8f8f8 !important;
    color: #929292 !important;
  }

  .wpcf7 .template02 input[type="submit"]:hover {
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
    background-color: #fff;
    color: #6c5d2f;
    transition: all .25s;
  }

  .wpcf7 .template02 input[type="submit"]:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  @media only screen and (max-width: 1099px) {
    .wpcf7 .template02 div.form__row {
      display: block;
    }

    .wpcf7 .template02 p.form__label {
      width: 100%;
      padding: 1.5em 1em 0;
    }

    .wpcf7 .template02 p.form__body {
      width: 100%;
      padding: 1em 1em 1.5em;
    }
  }

  /* template02 */
  .form__wrap {
    width: 100%;
    max-width: 1200px;
    /*フォームの最大幅*/
    margin-right: auto;
    margin-left: auto;
  }

  .wpcf7 .template02 {
    color: #666;
    font-size: 16px;
  }

  .wpcf7 .template02 a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: inherit;
    transition: opacity .25s;
  }

  .wpcf7 .template02 a:hover {
    opacity: .5;
    transition: opacity .25s;
  }

  .wpcf7 .template02 div.form__row {
    display: flex;
    margin: 0;
    padding: 0;
    border-top: 1px solid #efe8e5;
  }

  .wpcf7 .template02 div.form__row.row-privacy,
  .wpcf7 .template02 div.form__row.row-submit {
    display: block;
    border-top: 0;
    margin-top: 1em;
    text-align: center;
    margin-bottom: 45px;
  }

  .wpcf7 .template02 p.form__label,
  .wpcf7 .template02 p.form__body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label {
    width: 25%;
    padding: 1.5em 2em;
  }

  .wpcf7 .template02 p.form__body {
    width: 64%;
    padding: 1.5em 1em;
  }

  .wpcf7 .template02 div.form__row.row-privacy .form__body,
  .wpcf7 .template02 div.form__row.row-submit .form__body {
    width: 100%;
  }

  .wpcf7 .template02 p.form__label label {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 44px;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label label::after {
    content: "任意";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    margin: 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #f1f1f1;
    color: #929292;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label.is-required label {
    position: relative;
  }

  .wpcf7 .template02 p.form__label.is-required label::after {
    content: "必須";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    padding: 0 5px;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }

  /* テキストフィールド */
  .wpcf7 .template02 input[type=text],
  .wpcf7 .template02 input[type=tel],
  .wpcf7 .template02 input[type=email],
  .wpcf7 .template02 textarea {
    width: 100%;
    margin: 0;
    padding: .5em 1em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /* テキストフィールド placeholder */
  .wpcf7 .template01 input[type=text]::placeholder,
  .wpcf7 .template01 input[type=tel]::placeholder,
  .wpcf7 .template01 input[type=email]::placeholder,
  .wpcf7 .template01 input[type=url]::placeholder,
  .wpcf7 .template01 input[type=date]::placeholder,
  .wpcf7 .template01 input[type=number]::placeholder,
  .wpcf7 .template01 textarea::placeholder {
    color: #ccc;
  }

  .wpcf7 .template01 input[type=text]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=email]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=url]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=date]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=number]:-ms-input-placeholder,
  .wpcf7 .template01 textarea:-ms-input-placeholder {
    color: #ccc;
  }

  .wpcf7 .template01 input[type=text]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=email]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=url]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=date]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=number]::-ms-input-placeholder,
  .wpcf7 .template01 textarea::-ms-input-placeholder {
    color: #ccc;
  }

  /* テキストフィールド フォーカス時 */
  .wpcf7 .template01 input[type=text]:focus,
  .wpcf7 .template01 input[type=tel]:focus,
  .wpcf7 .template01 input[type=email]:focus,
  .wpcf7 .template01 input[type=url]:focus,
  .wpcf7 .template01 input[type=date]:focus,
  .wpcf7 .template01 input[type=number]:focus,
  .wpcf7 .template01 textarea:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  /* チェックボックス */
  .wpcf7 .template02 input[type=checkbox] {
    display: none;
  }

  .wpcf7 .template02 input[type=checkbox]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    background-color: #fefefe;
    box-sizing: border-box;
  }

  .wpcf7 .template02 input[type=checkbox]+span::after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0.44em;
    width: 0.4em;
    height: .8em;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    transform: rotate(40deg);
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span {
    color: #6c5d2f;
    transition: all .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span::before {
    opacity: 1;
    border: 1px solid #205884;
    box-shadow: 0 0 2px 2px #205884;
    background-color: #215985;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span::after {
    opacity: 1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: opacity .25s ease;
  }

  /* ラジオボタン */
  .wpcf7 .template02 input[type=radio] {
    display: none;
  }

  .wpcf7 .template02 input[type=radio]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #c4bbb8;
    border-radius: 50%;
    background-color: #fefefe;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]+span::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]:checked+span::before {
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  .wpcf7 .template02 input[type=radio]:checked+span::after {
    opacity: 1;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #205884;
    border-radius: 50%;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  /* セレクト */
  .wpcf7 .template02 span.select-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .wpcf7 .template02 select {
    cursor: pointer;
    width: 250px;
    max-width: 100%;
    margin: 0;
    padding: .5em 3.5em .5em 1em;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    background-image: linear-gradient(90deg, #205884, #205884);
    background-position: 100% 0;
    background-size: 2em 3.5em;
    background-repeat: no-repeat;
    color: inherit;
    font-size: inherit;
    line-height: 1;
    box-sizing: border-box;
    transition: border-color 0.2s ease, outline 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .wpcf7 .template02 select::-ms-expand {
    display: none;
  }

  .wpcf7 .template02 span.select-wrap::after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: .6em;
    height: .6em;
    top: 50%;
    right: .8em;
    margin-top: -3px;
    border-bottom: 1px solid #fefefe;
    border-right: 1px solid #fefefe;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 50% 0;
    box-sizing: border-box;
  }

  /* 送信ボタン */
  .wpcf7 .template02 .submit-btn {
    position: relative;
    width: 320px;
    height: 65px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .wpcf7 .template02 input[type="submit"] {
    cursor: pointer;
    width: 320px;
    max-width: 100%;
    padding: 18px;
    box-shadow: none;
    border: 1px #205884 solid;
    border-radius: 8px;
    background-color: #205884;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    transition: all .25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .wpcf7 .template02 input[type="submit"]:disabled {
    cursor: not-allowed;
    box-shadow: none !important;
    border: 1px solid #f8f8f8 !important;
    background-color: var(--color_m);
    color: #929292 !important;
  }

  .wpcf7 .template02 input[type="submit"]:hover {
    box-shadow: 0 0 2px 2px #72aee6;
    background-color: #fff;
    color: #6c5d2f;
    transition: all .25s;
  }

  .wpcf7 .template02 input[type="submit"]:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  .pass_caution{
    border:1px solid #eee;
    width: 80%;
    margin: 0 auto 25px;
    padding:15px;
    text-align:justify;
  }

  .pass_caution_after{
    color:#ffa100;
  }
  
  @media only screen and (max-width: 1099px) {
    .wpcf7 .template02 div.form__row {
      display: block;
    }

    .wpcf7 .template02 p.form__label {
      width: 100%;
      padding: 1.5em 1em 0;
    }

    .wpcf7 .template02 p.form__body {
      width: 100%;
      padding: 1em 1em 1.5em;
    }
  }

  /*コンタクトフォーム　END*/

  .footer_area {
    background-image: url(images/image_topmain.png);
    /* background-position: center bottom; */
    width: 100%;
    height: 455px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgb(255 255 255 / 21%);
    background-blend-mode:lighten;
    }

  .footer_area {
    margin: auto auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0;
    border-top: 1px solid #d5dadee3;
    justify-content: center;
  }

  .footer_area .footer_left {
    width: 1200px;
    height: inherit;
    color: var(--color_a);
    /* margin-bottom: 35px; */
  }

  .footer_area .footer_left a {
    color: var(--color_a);
    background: #fff;
    padding: 5px 13px;
    font-size: 14px;
    text-decoration: none;
  }

  .footer_area .footer_left a::after {
    content: ">";
    padding: 0 5px;
  }

  .footer_area .footer_left .link_box {
    margin-bottom: 57px;
  }

  .footer_area .company_info {
    margin-bottom: 10px;
    padding: 25px 0 0;
    display: none;
  }

  .footer_area .footer_left .pp {
    padding-left: 0;
  }

  .footer_area .company_info p {
    font-size: 14px;
  }

  .footer_area .footer_left h4 {
    width: 50%;
    line-height: 2.5em;
    font-size: 18px;
    color: var(--color_sm);
  }

  .footer_area .company_info .company_name {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0;
  }


  .footer_area .footer_right {
    width: 50%;
  }

  .footer_area .footer_right ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer_area .footer_right .sub-menu {
    flex-wrap: wrap;
  }

  .footer_area .footer_right ul li a {
    color: var(--color_a);
    padding-right: 10px;
    font-size: 14px;
  }

  .footer_area .footer_right ul li a::before {
    content: "|";
    padding-right: 5px;
  }

  .footer_area .menu-item {
    position: relative;
  }

  .footer_area .sub-menu {
    position: absolute;
    top: 35px;
    left: -132px;
    width: 537px;
    height: auto;
    display: flex;
    padding-left: 0;
  }

  .footer_area .sub-menu li {
    width: auto;
    padding: 0 5px;
  }


  .footer_area .copy_rights {
    color: #fff;
    background: var(--color_m);
    margin: 0 -500%;
    padding: 0 500%;
    width: 100%;
    height: auto;
    text-align: center;
    line-height:3em;
  }

.twitter-grid{
  display:flex;
  justify-content: flex-end;
}


}



/*レスポンシブ対応コード*/

@media (max-width: 1099px) {

  body {
    box-sizing: border-box;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    margin: 0;
  }

  :root {
    --color_m: #6a747be3;
    --color_sm: #ffffff0808;
    --color_s: #fff;
    --color_t: #4a4a4a;
    /* --color_b: #EEEEEE; */
    --color_a: #5a5959;
  }

   a {
    word-wrap:break-word;
  }


  .header_fact {
    width: 100%;
    height: 81px;
    border-bottom: 1px dotted #eee;
    background: #fff;
    position: fixed;
    top: 0;
    margin: 0;
    padding:0 8px;
    z-index: 9999;
  }

  .header_fact a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .header_face_logo {
    width: 100px;
    zoom: 0.6;
    padding-top: 18px;
  }

  .head_site_name {
    padding: 0px 0 0 12px;
  }

  .header_fact .ttl {
    font-size: 22px;
    font-weight: bolder;
    color: var(--color_a);
  }

  .header_fact .sub_ttl {
    font-size: 15px;
    font-weight: normal;
    color: var(--color_a);
  }


  /*PSorSP*/

  .none_sp {
    display: none;
  }

  #content_m {
    margin: 100px 5px 0;
    box-sizing: border-box;
  }

  .header_fact a {
    text-decoration: none;
  }

  .header_fact .ttl {
    font-size: 16px;
    font-weight: bolder;
    color: var(--color_a);
    margin: 18px 0 0;
  }

  .header_fact .sub_ttl {
    font-size: 12px;
    font-weight: bolder;
    color: var(--color_a);
    margin: 0;
  }


  /*会員メニarts_front_ul{
    display:none;
  }

  /*エマージェンシー案内*/

  .em-messe{
    margin-bottom: 15px;
    border:solid 1px #eee;
    padding: 10px;
  }
  
  .em-messe .messe_title{
    font-size: 0.85em;
    font-weight:bold;
    margin: 0;
    padding: 0;
  }

  .em-messe .messe_text{
    font-size:0.85em;
    margin: 0px;
  }
  

  .user-name{
    /* box-sizing: border-box; */
    position:fixed;
    bottom:0;
    color:#eee;
    width:100%;
    text-align:right;
    padding:0 0px;
    box-sizing: border-box;
    line-height: 2rem;
    z-index: 999999;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .none_sp{
    display:none;
  }

  .user-name a{
    color:#fff;
    text-decoration: none;
    padding: 5px;
    line-height: 2rem;
    width:calc(100%/2);
    text-align:center;
  }

  .user-name .entry{
    background: rgb(108 108 108 / 78%);
    width:calc(100%/2);
    line-height: 2rem;
    text-align:center;
    margin:0
  }

  .user-name .log-name{
    background: rgb(153 153 153 / 100%);
    width:100%;
    line-height:2rem;
  }

  .user-name .login{
    background: rgb(153 153 153 / 78%);
  }


  /*PCメニュー非表示  ハンバーガーCSS実装コード*/


  .menu-btn {
    position: fixed;
    top: 17px;
    right: 10px;
    display: flex;
    height: 61px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 5px;
    width: 45px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 15px;
  }

  .menu-btn span:after {
    top: 15px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 998;
    background-color: var(--color_a);
    transition: all 0.5s;
    /*アニメーション設定*/
  }

  .menu-content ul {
    padding: 70px 10px 0;
  }

  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  /*PCメニュー非表示  ハンバーガーCSS実装コード*/

  .menu-btn {
    position: fixed;
    top: 20px;
    right: 10px;
    display: flex;
    height: 47px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 99999;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 5px;
    width: 45px;
    border-radius: 1px;
    background-color: var(--color_m);
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 15px;
  }

  .menu-btn span:after {
    top: 15px;
  }

  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    /*メニューオープン時は真ん中の線を透明にする*/
  }

  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  #menu-btn-check {
    display: none;
  }

  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: var(--color_m);
    opacity: 0.96;
    transition: all 1.5s;
    /*アニメーション設定*/
    margin-left: 30%;
  }

  .menu-content ul {
    padding: 15px 12px 0;
  }

  .menu-content ul li {
    width: 68%;
    border-bottom: dotted 1px #ffffff80;
    list-style: none;
    padding: 7px 0;
    /* box-sizing:border-box; */
  }

  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }

  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }

  .menu-content .sub-menu li {
    border-bottom: 0px dotted #fff;
    width: 100%;
    height: 28px;
  }

  .menu-content .sub-menu li a::before {
    display: none;
  }


  #menu-btn-check:checked~.menu-content {
    left: 0%;
    /*メニューを画面内へ*/
  }

  /*ハンバーガー実装END*/

  .simple-upper {
    display: none;
  }



  /*top_main*/

  .top_main {
    /* display:none; */
    width: 100%;
  }

  .top_main .cover .main1 {
    object-fit: contain;
    filter: grayscale(40%);
    width: 100%;
    height: auto;

  }

  .top_main img {
    width: 100%;
    height: 286px;
  }

  .sp_page_link h4 {
    font-size: 19px;
    color: var(--color_m);
    text-align: center;
    margin: 43px 0 0 0;
  }

  .sp_page_link .pick_up {
    display: flex;
    flex-wrap: wrap;
    border-bottom: dotted 1px #eee;
    padding: 20px 10px 10px 10px;
  }


  .sp_page_link .pick_up .contents {
    font-size: 15px;
    width: 100%;
    margin: 0;
  }

  .sp_page_link .pick_up .desc {
    width: 100%;
    padding: 5px 10px 8px;
    margin: 0;
    font-size: 15px;
  }

  .sp_page_link .contents::before {
    content: "|";
    padding: 0 6px 0 0;
    font-weight: bold;
  }

  .sp_page_link .pick_up a {
    text-decoration: none;
    background: var(--color_m);
    padding: 6px 10px;
    border: solid 3px #eee;
    box-sizing: border-box;
    color: #fff;
    width: auto;
    margin: 0 0 0 auto;
    padding: 6px 15px;
    font-size: 15px;
  }

  .side_h {
    line-height: 3em;
    color: var(--color_m);
    text-align: center;
    font-size: 14px;
  }

  .sec_title {
    width: 100%;
    line-height: 2em;
    color: var(--color_m);
    text-align: center;
    font-size: 17px;
    font-weight: bolder;
  }

  /*post_list*/

  .magazine-list_2 .post_list li {
    background: #eee;
  }

  .magazine-list {
    width: 100%;
  }

  .magazine-list ul {
    width: 100%;
    padding-left: 0
  }

  .magazine-list ul li {
    width: 100%;
    list-style: none;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }

  .magazine-list_1 ul li {
    margin-bottom: 5px;
    padding-bottom: 0;
    border: none;
  }

  .magazine-list ul li .magagin_info {
    position: absolute;
    width: 100%;
    top: 39%;
    right: 10px;
    text-align: right;
  }

  .magazine-list_2 ul li .magagin_info {
    top: 13%;
    right: 0;
    padding-right: 10px
  }

  .magazine-list_1 ul li .magagin_info {
    color: #fff;
  }

  .magazine-list ul li .magagin_info h4 {
    font-size: 1rem;
    text-align: right;
    line-height: 0.1rem;
  }

  .magazine-list ul li .magagin_info .desc {
    width: 100%;
    text-align: right;
    font-size: 0.85rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    font-weight: bold;
  }

  .magazine-list_1 ul li .magagin_info .desc {
    line-height: 1rem;
  }

  .magazine-list img {
    width: 100%;
    opacity: 0.85;
  }

  .magazine-list_1 img {
    filter: grayscale(50%);
    opacity: 0.7;
  }

  .magazine-list_1 img::active {
    filter: grayscale(50%);
    opacity: 0;
  }

  .magazine-list_2 img {
    width: 100%;
    opacity: 0.5;
  }

  .magazine-list_2 img {
    width: 70%;
    opacity: 0.3;
  }

  .post_list ul li .more {
    color: #dda120;
    padding: 5px;
    font-weight: bolder;
    font-size: 15px;
    box-sizing: border-box;
    text-align: right;
    position: absolute;
    top: 67%;
    right: 0;
  }

  .magazine-list_1 .post_list ul li .more {
    top: 64%;
    right: 10px;
  }

  .post_list ul li .more::after {
    content: ">";
    padding: 0 0 0 8px;
  }

  .post_list ul a {
    text-decoration: none;
    color: var(--color_m);
  }

  /*トップアッパー*/

  .top-upper .round_menu .round_ul {
    /* display:flex; */
    /* flex-direction: row-reverse; */
    /* flex-wrap: nowrap; */
    padding: 0;
  }

  .top-upper .round_menu .round_ul .round_menu_image {
    zoom: 0.8;
  }

  .top-upper {
    position: relative;
  }

  .top-upper .messe-text {
    position: absolute;
    right: 10px;
    font-size: 1.25rem;
    font-weight: 600;
    writing-mode: vertical-rl;
    display: flex;
    letter-spacing: 0.5rem;
  }

  .top-upper .round_menu{
    margin-bottom:0;
  }
  
  .top-upper .round_menu .round_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-end;
    /* font-size: 2rem; */
    padding-right: 15px;
  }

  .top-upper .round_menu .round_ul .round_li {
    list-style: none
  }

  .top-upper .round_menu .round_ul .round_li a {
    text-decoration: none;
    color: var(--color_a);
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    line-height: 3rem;
  }

  /*トップNEWS_POST*/

  .news_contents .right_info {
    /* padding: 10px; */
  }

  .news_contents .right_info .post_rabel {
    font-size: 0.75rem;
    border: solid 1px #eee;
    padding: 0 10px;
    display: none;
  }

  .news_contents .right_info .post_date {
    font-size: 0.75rem;
    margin-right: 6px;
  }

  .tearms{
    margin:0;
  }

  .news_contents .right_info a {
    text-decoration: none;
    font-size: 0.85rem;
    width: 100%;
    /* text-align: center; */
    color: var(--color_t);
    padding: 8px;
    /* background: #eee; */
    /* margin: 0 auto; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }

  .news_contents .right_info a::after{
    content:">";
    padding-left:10px;
  }

  .news_contents .right_info .ttl {
    margin: 0;
    padding: 0px 0px;
    width: 100%;
  }

  .news_contents .right_info .ttl::after {
    /* content: ">"; */
    padding-left: 10px;
  }

  .news_toppost {
    width: 100%;
    margin-bottom: 30px;
    /* padding:10px; */
  }

  .news_contents .right_info .article_box {
    width: 100%;
    display:flex;
    border-bottom:dotted 1px #eee;
    margin-bottom: 8px;
    padding-bottom: 5px;
    flex-direction: column;
    align-content: space-between;
  }

  /*トップスペシャルコンテンツ*/

  .member_topbanner{
    width:100%;
    margin-bottom: 55px;
    box-sizing: border-box;
  }

  .member_toplist{
    margin-bottom: 28px;
    box-sizing: border-box;
  }

  .member-contents .sec_title , .member_contents .sec_title{
    font-size:1rem;
  }

  .member-contents .contents_fuct{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
  }

  .member-contents .contents_fuct .contents_title{
    width:100%;
    box-sizing: border-box;
  }

  .member-contents .contents_title , .member-contents .limited_label{
    border-left: 5px solid #333;
    padding-left: 10px;
  }

  .member-contents .contents_fuct .erea_right{
    width: 100%;
    margin-bottom: -60px;
    z-index: 999;
    /* padding: 0 10px; */
  }

  .member-contents .contents_fuct .erea_right .contents_text{
    box-sizing: border-box;
    font-size:0.85rem;
    /* padding: 0 0 0 10px; */
  }

  .member-contents .contents_fuct .erea_right .contents_text .links{
    width:65%;
  }

  .member-contents .links a{
    font-size:0.85rem;
    text-decoration:none;
    border:solid 1px #eee;
    padding: 9px 15px;
  }

  .member-contents .contents_fuct .erea_left{
    width: 100%;
    text-align: right;
  }


  .contents_fuct .erea_left .member_limited_soon{
    width: 38%;
  }

  .member_topbanner .limited_label{
    display:none;
  }
  
  .special_fix{
    margin: 0px 0;
  }

  .news_contents .left_box *{
    /* text-align:center !important; */
  }
  
  .special_image{
    width: 50%;
    max-width:400px;
    /* padding: 0 10px 30px; */
    box-sizing:border-box;
    /* margin: 0 auto; */
    margin: 0px 0 0 auto;
    /* background: #eee; */
  }

  .conte_special .special_image{
    width: 37%;
    padding-top: 47px;
    /* text-align: center; */
    margin: 0 auto;
  }

  .special_toppost{
    width:100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* border: solid 1px #eee; */
    /* padding: 10px; */
    box-sizing: border-box;
  }

  .special_toppost .infomation{
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 0px 0 0;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -53px;
    font-size: 0.85rem;
  }
  
  .special_toppost .title{
    /* font-size:1.35rem; */
    line-height:0.3rem;
    width: 100%;
    box-sizing:border-box;
    margin: 10px 0;
  }

  .special_toppost .sub_title{
    font-size: 1rem;
    margin: 5px 0;
  }

  .special_toppost .top_text{
    line-height: 1.4rem;
    margin: 0;
    margin-bottom: 20px;
    /* padding: 0 10px 0; */
    text-align: justify;
  }
  
  .special_toppost .top_text2{
    margin-bottom:15px;
  }

  .special_toppost .special_link{
    /* border: solid 1px #eee; */
    padding: 0px 15px;
    letter-spacing: 0.2rem;
    background:#fff;
    text-align: center;
  }

  .special_toppost .infomation .sp_none{
    display:none;
  }
  

  .special_fix .reserved_samp dd{
    margin:0;
    padding-left: 16px;
  }

  .special_fix .reserved_samp{
    width: 100%;
    box-sizing: border-box;
  }

  .special_fix .reserved_samp dt{
    border-left:solid 7px #555;
    padding-left:7px;
  }

  /*スペシャル個別ページカスタム*/

  .special_fix .title{
    line-height: 1rem;
    margin: 0;
  }

  .special_fix .news_contents .sub_title{
    /* margin-bottom:20px; */
    margin: 0 0;
  }

  .special_fix .special_toppost .messe{
    width: 100%;
  }

  .special_fix .special_toppost .spec_box{
    display:flex;
    flex-direction: column;
    width:70%;
    align-content: flex-start;
  }

  .special_fix .special_toppost .special_image{
    width: 80%;
    box-sizing:border-box;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .special_fix .special_toppost .spec_box dd{
    margin:0;
    box-sizing:border-box;
    font-size: 0.85rem;
  }

  .special_fix .special_toppost .messe p{
    padding:15px 0;
  }

  .special_fix .special_toppost .messe .supporter{
    margin-bottom:20px;
  }

  .special_fix  .special_toppost{
    justify-content:space-between;
  }

  .special_fix .sp_none{
    display:none;
  }


  

  /*トップRECENT_POST*/

  .left_box .be_title,
  .left_box .sec_title,
  .left_box .sub_title {
    text-align: left;
    margin: 3px 0;
  }
  
  .left_box .sub_title {
    display: none;
  }

  .left_box .sec_title {
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 20px;
  }

  .member-contents .contents_box{
    position:relative;
  }

  .member-contents{
    display:flex;
    flex-direction: column;
    align-items: center;
  }

  .member-contents::after{
    content:"■■■■■";
    color: #959595;
    font-size: 0.7rem;
    margin-bottom: 18px;
  }

  .member_topbanner .links{
    padding-top:15px;
  }

  .member_toplist .links{
    width:100%;
    z-index: 999;
    padding-top: 15px;
  }

  .member-contents .sec_title{
    position:absolute;
    top:0%;
    right: 0%;
    text-align: right;
    font-size: 0.8rem;
    width: auto;
    border: solid 1px #eee;
    padding: 0 10px;
    background: #60d61b;
    color: #fff;
    height: auto;
    line-height: 1.5rem;
  }

  


  /*ownd_chiannel*/

  iframe {
    width: 100%;
    height: 280px;
    margin-bottom: -7px;
  }

  .media_fuct .erea_left img {
    width: 100%;
    height: auto;
    margin-bottom: -7px;
  }

  .media_fuct .text {
    font-size: 15px;
    text-align: left;
    padding: 0px 0px 18px;
    margin: 5px 0 -5px;
    line-height: 1.7em;
    color: var(--color_a);
    /* border-bottom: 1px solid #eee; */
  }

  .media_fuct a {
    text-decoration: none;
    font-size: 0.75rem;
    font-weight:
      bolder;
    background: #ea5917f0;
    color: #fff;
    padding: 7px 12px;
    border-radius: 2px;
  }

  .media_fuct .erea_right .secret_page {
    display: none;
  }

  .media_fuct {
    border-bottom:1px solid #eee; */
    margin: 0 0 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .media_fuct .erea_right .mpvie_titile {
    padding: 15px 0 0px;
    margin: 0;
    font-weight: 600;
    line-height: 1.4rem;
    color: var(--color_a);
  }

  .media_fuct .erea_right .text {
    font-size: 0.85rem;
  }

  /*class="news_contents"*/

  .top_magazinebox .magazine_box .recent_posts {
    padding: 0;
  }

  .top_magazinebox .magazine_box .recent_posts .post_list {
    /* border:
      solid 1px #eee; */
    padding: 10px 10px 10px;
    margin-bottom: 10px;
    list-style:none;
  }

  .top_magazinebox .magazine_box .recent_posts .post_list a {
    text-decoration: none;
    color: var(--color_a);
  }

  .top_magazinebox .magazine_box .article_box .ttl {
    font-size: 1rem;
    margin: 0 0 5px;
    line-height: 1.3rem;
    width: 80%;
  }

  .top_magazinebox .magazine_box .article_box {
    position: relative;
  }

  .top_magazinebox .magazine_box .article_box .post_date {
    position:
      absolute;
    border: solid 1px #999;
    background: #999;
    top: -13px;
    right: -11px;
    color: #fff;
    font-size: 0.75rem;
    padding: 0px 7px;
    box-sizing:
      border-box;
  }

  .top_magazinebox .magazine_box .article_box .post_rabel a {
    font-size: 0.75rem;
    border: solid 1px #eee;
    padding: 3px 7px;
  }

  .top_magazinebox .magazine_box .article_box .text {
    font-size: 0.8rem;
    border-bottom:
      dotted 1px #eee;
    padding-bottom: 20px;
    margin-bottom: -24px;
  }

  .bt_list {
    text-align: center;
    width: 100%;
  }

  .bt_list a {
    width: 100%;
    text-decoration: none;
    font-size: 0.8rem;
    border: 1px solid #eee;
    padding: 12px 30px;
    box-sizing:
      border-box;
  }

  section {
    /* margin-bottom: -37px; */
    z-index: 999;
  }

  .conte_news , .conte_special{
    /* background: #f2f2f2; */
    padding: 0;
  }

  /*page_archive*/

  .page_archive h1 {
    display: none;
  }

  .page_archive .post_box {
    display: flex;
    width: 100%;
    /* flex-wrap: inherit; */
    flex-direction: column;
  }

  .page_archive .post_box .post_img {
    width: 30%;
    display: none;
    /* justify-content: initial; */
  }

  .page_archive .post_box .post_info {
    width: 100%;

  }

  .page_archive a {
    text-decoration: none;
    color: var(--color_a);
  }

  .page_archive ul {
    padding: 0;
    /* display:flex; */
  }

  .column_list_ul .post_rabel{
    padding:0 8px;
  }

  .column_list_ul .post_rabel a{
    border:1px solid #eee;
    padding:3px 10px;
    font-size:0.8rem;
    background:#555;
    color:#fff;
  }

  .terms_ul_2c {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .terms_ul_2c .terms_li_2c {
    width: auto;
    padding: 6px 10px;
    list-style: none;
    /* text-decoration:underline; */
    color: var(--color_a);
    font-size: 14px;
    border-bottom: none;
  }

  .terms_ul_2c .terms_li_2c::before {
    content: "#";
  }

  .page_archive ul li {
    width: auto;
    padding: 20px 0px;
    border-bottom: dotted 1px #eee;
  }

  .page_archive .post_date {
    text-align: right;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .page_archive img {
    width: 100%;
  }

  .page_archive .post_img img {
    border-radius: 3px;
    width: 95%;
    height: auto;
  }

  .page_archive .ttl,
  .page_archive .text {
    padding: 5px 5px;
    margin: 0;
    line-height: 1.5rem;
  }

  .page_archive .text {
    font-size: 1rem;
    line-height: 1.4em;
    padding: 0 10px;
    margin-bottom: 15px;
  }

  /*著書一覧ページ*/

  .books_archive .book_list .post_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .books_archive .book_list .ttl {
    text-align: left;
  }

  .books_archive .book_list_ul .post_img {
    display: block;
    width: 100%;
    text-align: center;
  }

  .books_archive .book_list_ul .post_img img {
    width: 50%;
  }

  .book_list_ul .book_list .book_detail_box dd {
    margin: 0;
    padding: 5px 0;
  }

  .book_detail_box .book_writter,
  .book_detail_box .book_publish {
    font-size: 0.9rem;
    /* text-align:right; */
    line-height: 0.7rem;
  }

  .book_list_ul .book_list .book_detail_box .book_text {
    padding: 10px 0 0;
    text-align: justify;
  }

  .book_detail_box .book_title {
    display: none;
  }

  .book_cate_li {
    display: none;
  }

  /*スケジュールアーカイブスページ*/

  .schedule_spec dd {
    margin: 0;
    padding: 4px;
  }

  .schedule_spec{
    margin-bottom: 45px;
  }

  .schedule_spec .outline {
    text-align: justify;
    line-height: 1.5rem;
    /* padding: 20px 0; */
  }

  .schedule_list_ul .schedule_list {
    border: solid 1px #eee;
    margin-bottom: 20px;
    padding: 43px 10px 10px;
    position: relative;
  }

  .schedule_list .schedule_cate_ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .schedule_list .schedule_cate_li {
    border: solid 1px #eee;
    padding: 3px 8px;
    font-size: 0.8rem;
    background: #eee;
    list-style: none;
    position: absolute;
    top: 0px;
    right: 0;
  }

  .schedule_spec .date,
  .schedule_spec .place,
  .schedule_spec .spearker,
  .schedule_spec .owner {
    font-size: 0.9rem;
    line-height: 0.85rem;
  }

  .schedule_spec .outline,
  .schedule_spec .join,
  .schedule_spec .date,
  .schedule_spec .place,
  .schedule_spec .spearker{
    font-size: 0.9rem;
    line-height: 1.3rem;
    padding:10px;
  }

  .schedule_spec .owner {
    /* text-align: right; */
    padding-top: 15px;
  }

   .schedule_spec .left_side{
     background:#eee;
     font-size:0.85rem;
     font-weight:600;
   }

  
  /*団体法人会員リスト*/

  .page-member-list section{
    margin-bottom:0;
  }

  .page-member-list{
    box-sizing:border-box;
    padding-top: 45px;
  }

  .page-member-list

  .area_move{
    /* margin: 0 -500%; */
    /* padding: 0 500%; */
    width: 100%;
    position:relative;
  }
  
  .area_move .area_ul{
    position: fixed;
    width: 100%;
    right: 0;
    top: 64px;
    display:flex;
    height: auto;
    z-index: 9;
    background: #fff;
    box-sizing: border-box;
    padding: 27px 0 19px 0;
    /* flex-direction: column; */
    justify-content: space-around;
    margin: 0;
  }

  .page-member-list .area_ul .area_li{
    list-style:none;
    display:flex;
    /* transform: rotate(90deg); */
    /* writing-mode: vertical-rl; */
    padding: 0 0px;
    /* background: #aaa; */
    margin: 0 2px;
    /* width: 100%; */
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
  }
  
   .page-member-list .area_ul .area_li a{
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.75rem;
    padding: 8px 0;
  }

  
  .page-member-list .erea_block_wrap{
    padding: 22px 0;
  }

  .page-member-list .erea_block_wrap .block_info{
    width:100%;
    padding: 10px 0;
  }

  .page-member-list .erea_block_wrap .block_info .block_desc{
    /* margin-bottom: 26px; */
  }

  .page-member-list .erea_block_wrap .block_info .block_name{
    border-left: solid 5px #333;
    font-size:1.1rem;
    font-weight:bold;
    padding-left: 10px;
  }
  
  .page-member-list .group_info_box{
    display:flex;
    flex-wrap:wrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    /* padding: 10px; */
    /* border-bottom: 1px solid #eee; */
    box-sizing: border-box;
    margin-bottom: -11px;
  }
    
  .page-member-list .erea_block_wrap dl{
    width: 100%;
    box-sizing:border-box;
    margin:0;
    position:relative;
    padding: 25px 5px;
    border-bottom: dotted 2px #eee;
    box-sizing: border-box;
  }

  .page-member-list .erea_block_wrap dd{
    box-sizing:border-box;
    margin:0;
    font-size:0.9rem;
  }

   .page-member-list .erea_block_wrap .name_dt{
     font-size: 1.1rem;
     line-height:2.3rem;
     font-weight: 500;
     display: flex;
     flex-direction: row;
     justify-content: flex-start;
     width: 85%;
   }

  .page-member-list .erea_block_wrap .name_dt a{
    font-size:0.85rem;
    padding:0 15px;
    /* text-decoration: none; */
    color: #555;
   }

  .page-member-list .erea_block_wrap .group_area{
    position:absolute;
    top: 27px;
    right: 0px;
    background:#64ba43;
    padding: 0px 8px;
    box-sizing: border-box;
    width: auto;
    /* float: right; */
    text-align: right;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .page-member-list .erea_block_wrap .group_area a{
    text-decoration:none;
    color:#fff;
    font-size: 0.75rem;
  }

  .page-member-list .erea_block_wrap .group_pr::before{
    content:"団体紹介：";
    font-weight:900;
  }

  .page-member-list .erea_block_wrap dd{
    /* padding-left: 10px; */
  }
  
  .page-member-list .erea_block_wrap .group_pr{
    padding: 10px 0 0 10px;
  }

  .page-member-list .erea_block_wrap .group_img{
    width: 100%;
    height: 150px;
    box-sizing:border-box;
    /* padding: 0 0 0 10px; */
    display: none;
  }

  .page-member-list .erea_block_wrap .group_img img{
    object-fit: contain;
    width:100%;
    height: 100%;
    /* background:#eee; */
  }

  #area_01 , #area_02 , #area_03 , #area_04 , #area_05 , #area_06 , #area_07 , #area_08{
    /* margin-top:50px; */
    /* display: none; */
    /* width: 100%; */
    /* height: 100px; */
  }

  /*ページネイションレイアウト*/

  .paging-area{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    line-height:2rem;
    padding-top: 50px;
  }

  .paging-area .current{
    border-bottom:solid 3px #888;
    font-size:1.2rem;
  }

  .paging-area a{
    /* text-decoration: underline; */
  }

  .paging-area *{
    padding: 9px 18px;
    background:#eee;
    margin: 5px;
  }

  /*PAGE SINGLE*/

  .page_single .page_ttl {
    display: none;
  }

  .page_single .post_info {
    background: #fff;
    background-color: rgb(255 255 255 / 70%);
  }

  .page_single .post_info .nothing{
    display:none;
  }

  .page_single .post_title {
    font-size: 21px;
    margin: 0;
    padding-top: 19px;
    text-shadow: 1px 1px 43px #cdc879;
    line-height: 1.5rem;
  }

  .page_single .post-categories {
    padding: 0;
  }

  .page_single .post-categories li {
    list-style: none;
  }

  .page_single .post-categories li a {
    text-decoration: underline;
    color: var(--color_a);
  }

  .page_single .post-categories li a::before {
    content: "#";
  }

  .page_single .post_date {
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: right;
  }

  .page_single .post_box {
    display: block;
    padding: 0px 7px;
    background-image: url(images/post_bgimg.png);
    background-repeat: no-repeat;
    background-position: -1% 0%;
    background-size: 46%;
  }

  .page_single .post_box .post_text {
    color: var(--color_t);
    width: 100%;
    line-height: 1.7em;
  }

  .page_single .post_box .post_text p {
    margin: 15px 0px;
  }

  .page_single .post_box .post_text blockquote {
    margin: 0;
    padding: 0 0 0 5px;
    border-left: 6px solid #eee;
  }

  .page_single .post_box .post_text a {
    color: #2b77c7;
    font-size: 0.85rem;
  }

  .music_down {
    padding: 0 10px;
  }

  .music_down .album-name {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .music_down .music-name {
    line-height: 2.5rem;
    font-size: 1rem;
    /* padding:10px 0; */
    /* border-bottom:1px solid #eee; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .music_down .music-name a {
    text-align: right;
    border: 1px solid #d2ce62;
    background: #ebcf4e;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
  }

  .album_kura {
    margin-bottom: 80px;
  }


  /*SNS share Single-post*/

  .sns__container {
    display: flex;
    justify-content: flex-end;
  }

  .sns__container a {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 2px 0;
  }

  .sns__container a:hover {
    opacity: 0.6;
  }

  .sns__container {
    width: 100%;
    margin-bottom: 60px;
    zoom: 0.8;
  }

  .sns__container a {
    width: 100px;
    opacity: 60%;
    height: auto;
    border-radius: 5px;
    margin-right: 2px;
  }

  .sns__container a i::before {
    font-size: 20px;
    line-height: 1.1em;
    padding: 0 3px 0 0px;
  }

  .sns__container a i::after {
    content: "share";
    line-height: 1em;
    padding: 0 0 0 2px;
  }

  .sns__twitter {
    background: #2d7cb7;
  }

  .sns__facebook {
    background: #07416a;
  }

  .sns__pocket {
    background: #ef3f56;
  }

  .sns__line {
    background: #5fb310;
  }

  .sns__hatena {
    background: #00a5de;
  }

  /*SNS share menu*/

  header .sns__container {
    width: 60%;
    padding: 15px 25px;
    display: flex;
    flex-wrap: wrap;
  }

  header .sns__container a {
    width: 25%;
    height: auto;
    margin-right: 2px;
    background: none;
    margin-right: 15px;
    opacity: 100%;
  }



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

  .pp_fix .page_title {
    font-size: 18px;
    color: var(--color_m);
    line-height: 5em;
    text-align: center;
  }

  .pp_fix .page_ttl {
    margin-bottom: 20px;
  }

  .pp_fix dt {
    margin-bottom: 10px;
  }

  .pp_fix dd {
    margin-left: 10px;
    line-height: 1.8em;
  }

  /*セミナー資料DLページ*/

  .dl_filespc{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  
  .dl_filespc dd{
    margin:0;
    width:100%;
  }

  .dl_filespc .file_name{
    width:100%;
  }

  .dl_filespc .kind_file{
    width: 50px;
    border:solid 1px #eee;
    text-align:center;
    font-size:0.85rem;
  }

  .file_name , .file_spec , .file_text{
    margin-bottom:10px !important;
  }

  .dl_cate{
    font-size:0.85rem;
  }

  /*転サポフォーム上部レイアウト*/

  .contact_fix .agent_explan {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact_fix .agent_explan h2 {
    width: 100%;
    text-align: left;
  }

  .contact_fix .agent_explan dl {
    width: calc(100%/5);
    padding: 10px;
    text-align: center;
    height: auto;
  }

  .contact_fix .agent_explan dd {
    margin: 0;
    padding: 0 15px 5px;
  }

  .contact_fix .agent_explan img {
    padding: 15px;
  }

  .contact_fix .notice {
    width: 100%;
    text-align: right;
    line-height: 5em;
  }

  .contact_fix .notice a {
    text-decoration: underline;
    padding-right: 7px;
  }


  /*コンタクトフォーム*/

  .form_contact .dcpt {
    line-height: 1.5em;
    text-align: center;
  }

  .form__wrap {
    width: 100%;
    max-width: 900px;
    /*フォームの最大幅*/
    margin-right: auto;
    margin-left: auto;
  }

  .wpcf7 .template02 {
    color: #666;
    font-size: 16px;
  }

  .wpcf7 .template02 a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: inherit;
    transition: opacity .25s;
  }

  .wpcf7 .template02 a:hover {
    opacity: .5;
    transition: opacity .25s;
  }

  .wpcf7 .template02 div.form__row {
    display: flex;
    margin: 0;
    padding: 0;
    border-top: 1px solid #efe8e5;
  }

  .wpcf7 .template02 div.form__row.row-privacy,
  .wpcf7 .template02 div.form__row.row-submit {
    display: block;
    border-top: 0;
    margin-top: 1em;
    text-align: center;
  }

  .wpcf7 .template02 p.form__label,
  .wpcf7 .template02 p.form__body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label {
    width: 36%;
    padding: 1.5em 1em;
  }

  .wpcf7 .template02 p.form__body {
    width: 64%;
    padding: 1.5em 1em;
  }

  .wpcf7 .template02 div.form__row.row-privacy .form__body,
  .wpcf7 .template02 div.form__row.row-submit .form__body {
    width: 100%;
  }

  .wpcf7 .template02 p.form__label label {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 44px;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label label::after {
    content: "任意";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    margin: 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #f1f1f1;
    color: #929292;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label.is-required label {
    position: relative;
  }

  .wpcf7 .template02 p.form__label.is-required label::after {
    content: "必須";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    padding: 0 5px;
    background-color: #205884;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }

  /* テキストフィールド */
  .wpcf7 .template02 input[type=text],
  .wpcf7 .template02 input[type=tel],
  .wpcf7 .template02 input[type=email],
  .wpcf7 .template02 textarea {
    width: 100%;
    margin: 0;
    padding: .5em 1em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /* テキストフィールド placeholder */
  .wpcf7 .template01 input[type=text]::placeholder,
  .wpcf7 .template01 input[type=tel]::placeholder,
  .wpcf7 .template01 input[type=email]::placeholder,
  .wpcf7 .template01 input[type=url]::placeholder,
  .wpcf7 .template01 input[type=date]::placeholder,
  .wpcf7 .template01 input[type=number]::placeholder,
  .wpcf7 .template01 textarea::placeholder {
    color: #ccc;
  }

  .wpcf7 .template01 input[type=text]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=email]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=url]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=date]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=number]:-ms-input-placeholder,
  .wpcf7 .template01 textarea:-ms-input-placeholder {
    color: #ccc;
  }

  .wpcf7 .template01 input[type=text]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=email]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=url]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=date]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=number]::-ms-input-placeholder,
  .wpcf7 .template01 textarea::-ms-input-placeholder {
    color: #ccc;
  }

  /* テキストフィールド フォーカス時 */
  .wpcf7 .template01 input[type=text]:focus,
  .wpcf7 .template01 input[type=tel]:focus,
  .wpcf7 .template01 input[type=email]:focus,
  .wpcf7 .template01 input[type=url]:focus,
  .wpcf7 .template01 input[type=date]:focus,
  .wpcf7 .template01 input[type=number]:focus,
  .wpcf7 .template01 textarea:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  /* チェックボックス */
  .wpcf7 .template02 input[type=checkbox] {
    display: none;
  }

  .wpcf7 .template02 input[type=checkbox]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    background-color: #fefefe;
    box-sizing: border-box;
  }

  .wpcf7 .template02 input[type=checkbox]+span::after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0.44em;
    width: 0.4em;
    height: .8em;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    transform: rotate(40deg);
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span {
    color: #6c5d2f;
    transition: all .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span::before {
    opacity: 1;
    border: 1px solid #6c5d2f;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
    background-color: #6c5d2f;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span::after {
    opacity: 1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: opacity .25s ease;
  }

  /* ラジオボタン */
  .wpcf7 .template02 input[type=radio] {
    display: none;
  }

  .wpcf7 .template02 input[type=radio]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #c4bbb8;
    border-radius: 50%;
    background-color: #fefefe;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]+span::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]:checked+span {
    color: #6c5d2f;
  }

  .wpcf7 .template02 input[type=radio]:checked+span::before {
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  .wpcf7 .template02 input[type=radio]:checked+span::after {
    opacity: 1;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #6c5d2f;
    border-radius: 50%;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  /* セレクト */
  .wpcf7 .template02 span.select-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .wpcf7 .template02 select {
    cursor: pointer;
    width: 250px;
    max-width: 100%;
    margin: 0;
    padding: .5em 3.5em .5em 1em;
    border: 1px solid #949494;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    background-image: linear-gradient(90deg, #929292, #949494);
    background-position: 100% 0;
    background-size: 2em 3.5em;
    background-repeat: no-repeat;
    color: inherit;
    font-size: inherit;
    line-height: 1;
    box-sizing: border-box;
    transition: border-color 0.2s ease, outline 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .wpcf7 .template02 select::-ms-expand {
    display: none;
  }

  .wpcf7 .template02 span.select-wrap::after {
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    width: .6em;
    height: .6em;
    top: 50%;
    right: .8em;
    margin-top: -3px;
    border-bottom: 1px solid #6c5d2f;
    border-right: 1px solid #6c5d2f;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 50% 0;
    box-sizing: border-box;
  }

  .wpcf7 .template02 select:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  .wpcf7 .template02 span.select-wrap:focus-within::after {
    border-bottom: 1px solid #6c5d2f;
    border-right: 1px solid #6c5d2f;
  }

  /* 送信ボタン */
  .wpcf7 .template02 .submit-btn {
    position: relative;
    width: 320px;
    height: 65px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .wpcf7 .template02 input[type="submit"] {
    cursor: pointer;
    width: 320px;
    max-width: 100%;
    padding: 18px;
    box-shadow: none;
    border: 1px #6c5d2f solid;
    border-radius: 8px;
    background-color: #6c5d2f;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    transition: all .25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .wpcf7 .template02 input[type="submit"]:disabled {
    cursor: not-allowed;
    box-shadow: none !important;
    border: 1px solid #f8f8f8 !important;
    background-color: #f8f8f8 !important;
    color: #929292 !important;
  }

  .wpcf7 .template02 input[type="submit"]:hover {
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
    background-color: #fff;
    color: #6c5d2f;
    transition: all .25s;
  }

  .wpcf7 .template02 input[type="submit"]:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  @media only screen and (max-width: 1099px) {
    .wpcf7 .template02 div.form__row {
      display: block;
    }

    .wpcf7 .template02 p.form__label {
      width: 100%;
      padding: 1.5em 1em 0;
    }

    .wpcf7 .template02 p.form__body {
      width: 100%;
      padding: 1em 1em 1.5em;
    }
  }

  /* template02 */
  .form__wrap {
    width: 100%;
    max-width: 1200px;
    /*フォームの最大幅*/
    margin-right: auto;
    margin-left: auto;
  }

  .wpcf7 .template02 {
    color: #666;
    font-size: 16px;
  }

  .wpcf7 .template02 a {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    color: inherit;
    transition: opacity .25s;
  }

  .wpcf7 .template02 a:hover {
    opacity: .5;
    transition: opacity .25s;
  }

  .wpcf7 .template02 div.form__row {
    display: flex;
    margin: 0;
    padding: 0;
    border-top: 1px solid #efe8e5;
  }

  .wpcf7 .template02 div.form__row.row-privacy,
  .wpcf7 .template02 div.form__row.row-submit {
    display: block;
    border-top: 0;
    margin-top: 1em;
    text-align: center;
    margin-bottom: 45px;
  }

  .wpcf7 .template02 p.form__label,
  .wpcf7 .template02 p.form__body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label {
    width: 25%;
    padding: 1.5em 2em;
  }

  .wpcf7 .template02 p.form__body {
    width: 64%;
    padding: 1.5em 1em;
  }

  .wpcf7 .template02 div.form__row.row-privacy .form__body,
  .wpcf7 .template02 div.form__row.row-submit .form__body {
    width: 100%;
  }

  .wpcf7 .template02 p.form__label label {
    position: relative;
    margin: 0;
    padding: 0;
    padding-left: 44px;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label label::after {
    content: "任意";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    margin: 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #f1f1f1;
    color: #929292;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
  }

  .wpcf7 .template02 p.form__label.is-required label {
    position: relative;
  }

  .wpcf7 .template02 p.form__label.is-required label::after {
    content: "必須";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    padding: 0 5px;
    color: #fff;
    font-size: 11px;
    text-align: center;
  }

  /* テキストフィールド */
  .wpcf7 .template02 input[type=text],
  .wpcf7 .template02 input[type=tel],
  .wpcf7 .template02 input[type=email],
  .wpcf7 .template02 textarea {
    width: 100%;
    margin: 0;
    padding: .5em 1em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /* テキストフィールド placeholder */
  .wpcf7 .template01 input[type=text]::placeholder,
  .wpcf7 .template01 input[type=tel]::placeholder,
  .wpcf7 .template01 input[type=email]::placeholder,
  .wpcf7 .template01 input[type=url]::placeholder,
  .wpcf7 .template01 input[type=date]::placeholder,
  .wpcf7 .template01 input[type=number]::placeholder,
  .wpcf7 .template01 textarea::placeholder {
    color: #ccc;
  }

  .wpcf7 .template01 input[type=text]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=tel]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=email]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=url]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=date]:-ms-input-placeholder,
  .wpcf7 .template01 input[type=number]:-ms-input-placeholder,
  .wpcf7 .template01 textarea:-ms-input-placeholder {
    color: #ccc;
  }

  .wpcf7 .template01 input[type=text]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=tel]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=email]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=url]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=date]::-ms-input-placeholder,
  .wpcf7 .template01 input[type=number]::-ms-input-placeholder,
  .wpcf7 .template01 textarea::-ms-input-placeholder {
    color: #ccc;
  }

  /* テキストフィールド フォーカス時 */
  .wpcf7 .template01 input[type=text]:focus,
  .wpcf7 .template01 input[type=tel]:focus,
  .wpcf7 .template01 input[type=email]:focus,
  .wpcf7 .template01 input[type=url]:focus,
  .wpcf7 .template01 input[type=date]:focus,
  .wpcf7 .template01 input[type=number]:focus,
  .wpcf7 .template01 textarea:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  /* チェックボックス */
  .wpcf7 .template02 input[type=checkbox] {
    display: none;
  }

  .wpcf7 .template02 input[type=checkbox]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.24em;
    height: 1.24em;
    border: 1px solid #c4bbb8;
    border-radius: 4px;
    background-color: #fefefe;
    box-sizing: border-box;
  }

  .wpcf7 .template02 input[type=checkbox]+span::after {
    content: "";
    opacity: 0;
    display: block;
    position: absolute;
    top: 0.15em;
    left: 0.44em;
    width: 0.4em;
    height: .8em;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    transform: rotate(40deg);
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span {
    color: #6c5d2f;
    transition: all .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span::before {
    opacity: 1;
    border: 1px solid #205884;
    box-shadow: 0 0 2px 2px #205884;
    background-color: #215985;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=checkbox]:checked+span::after {
    opacity: 1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: opacity .25s ease;
  }

  /* ラジオボタン */
  .wpcf7 .template02 input[type=radio] {
    display: none;
  }

  .wpcf7 .template02 input[type=radio]+span {
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.8em;
    font-size: inherit;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #c4bbb8;
    border-radius: 50%;
    background-color: #fefefe;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]+span::after {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  .wpcf7 .template02 input[type=radio]:checked+span::before {
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  .wpcf7 .template02 input[type=radio]:checked+span::after {
    opacity: 1;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background-color: #205884;
    border-radius: 50%;
    box-sizing: border-box;
    transition: opacity .25s ease;
  }

  /* セレクト */
  .wpcf7 .template02 span.select-wrap {
    position: relative;
    width: 250px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .wpcf7 .template02 select {
    cursor: pointer;
    width: 250px;
    max-width: 100%;
    margin: 0;
    padding: .5em 3.5em .5em 1em;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fefefe;
    background-image: linear-gradient(90deg, #205884, #205884);
    background-position: 100% 0;
    background-size: 2em 3.5em;
    background-repeat: no-repeat;
    color: inherit;
    font-size: inherit;
    line-height: 1;
    box-sizing: border-box;
    transition: border-color 0.2s ease, outline 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .wpcf7 .template02 select::-ms-expand {
    display: none;
  }

  .wpcf7 .template02 span.select-wrap::after {
    pointer-events: none;
    position: absolute;
    display: block;
    width: .6em;
    height: .6em;
    top: 50%;
    right: .8em;
    margin-top: -3px;
    border-bottom: 1px solid #fefefe;
    border-right: 1px solid #fefefe;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: 50% 0;
    box-sizing: border-box;
  }

  /* 送信ボタン */
  .wpcf7 .template02 .submit-btn {
    position: relative;
    width: 320px;
    height: 65px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .wpcf7 .template02 input[type="submit"] {
    cursor: pointer;
    width: 320px;
    max-width: 100%;
    padding: 18px;
    box-shadow: none;
    border: 1px #205884 solid;
    border-radius: 8px;
    background-color: #205884;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    transition: all .25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .wpcf7 .template02 input[type="submit"]:disabled {
    cursor: not-allowed;
    box-shadow: none !important;
    border: 1px solid #f8f8f8 !important;
    background-color: var(--color_m);
    color: #929292 !important;
  }

  .wpcf7 .template02 input[type="submit"]:hover {
    box-shadow: 0 0 2px 2px #72aee6;
    background-color: #fff;
    color: #6c5d2f;
    transition: all .25s;
  }

  .wpcf7 .template02 input[type="submit"]:focus {
    outline: 0;
    border: 1px #6c5d2f solid;
    box-shadow: 0 0 2px 2px rgba(133, 112, 92, 0.5);
  }

  .pass_caution{
    border:1px solid #eee;
    width: 80%;
    margin: 0 auto 25px;
    padding:15px;
    text-align: justify;
  }

  .pass_caution_after{
    color:#ffa100;
  }

  .pass_caution_after dd{
    margin:0;
    padding:0 15px;
  }

  @media only screen and (max-width: 1099px) {
    .wpcf7 .template02 div.form__row {
      display: block;@
    }

    .wpcf7 .template02 p.form__label {
      width: 100%;
      padding: 1.5em 1em 0;
    }

    .wpcf7 .template02 p.form__body {
      width: 100%;
      padding: 1em 1em 1.5em;
    }
  }


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



  .footer_area {
    background: var(--color_m);
    color: #fff;
    padding: 20px;
  }

  .footer_area h4 {
    font-size: 16px;
    width: 100%;
    text-decoration: underline 1px #eee;
  }

  .footer_area a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
  }

  .footer_area a::before {
    content: "|";
    padding: 8px;
    font-weight: bolder;
  }

  .footer_area .sub-menu {
    padding: 10px;
  }

  .footer_area .sub-menu a::before {
    display: none;
  }

  .footer_menu ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .footer_menu li {
    list-style: none;
  }

  .footer_menu li a {
    padding: 15px 0;
    line-height: 2.2em;
  }

  .footer_menu .sub-menu li a {
    padding: 15px;
    line-height: 2.2em;
  }

  .footer_left,
  .link_box {
    border-bottom: 1px dotted rgb(255 255 255 / 80%);
    padding: 0 0 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer_area .pp {
    width: 100%;
  }

  .company_info {
    display: flex;
    flex-wrap: wrap;
    display: none;
  }

  .company_info p {
    padding: 7px;
    margin: 0px 0;
  }

  .copy_rights {
    text-align: right;
    line-height: 3rem;
    background: #fff;
    color: var(--color_m);
    font-weight: bold;
    padding: 0 15px;
    font-size: 0.8rem;
  }

  /* pickup_contentsエリア */
  
  .pickup_conte_wrap{
    width:100%;
  }
  
  .pickup_conte_wrap .cont-wrap{
    display:flex;
    padding: 0 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    margin: 0 0 0px;
  }

  .pickup_conte_wrap .cont-wrap .pickup_fuct{
    list-style:none;
    width:100%;
    padding: 10px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* background: #eeeeee70; */
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
  }

  .pickup_conte_wrap .cont-wrap .pickup_fuct h2{
    margin: 10px 0;
    font-size:1.2rem;
    line-height: 1.8rem;
    padding: 0 0 0 6px;
    border-left: 9px solid #eee;
  }

  .pickup_conte_wrap .cont-wrap .pickup_fuct .erea_uppper{
     position:relative;
     width:100%;
     height:auto;
  }

  .pickup_conte_wrap .cont-wrap .pickup_fuct .erea_uppper .pickup_label{
    position:absolute;
    top: 0;
    right:0;
    background:red;
    color:#fff;
    padding:2px 5px;
    font-size: .75rem;
  }

  .pickup_conte_wrap .cont-wrap .pickup_fuct .erea_uppper img{
    width:100%;
    height: auto;
    aspect-ratio: 5/3;
    object-fit: cover;
  }

  .pickup_conte_wrap .cont-wrap .pickup_fuct .erea_bottom{
    background:#fff;
  }

  .pickup_conte_wrap .cont-wrap .pickup_fuct .erea_bottom .text{
    text-align:justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin: 10px 0;
    font-size: .85rem;
  }

  .pickup_conte_wrap .cont-wrap .pickup_fuct .erea_bottom a{
    text-decoration:underline;
    font-size: .85rem;
  }

  .pickup_conte_wrap .cont-wrap .pickup_fuct .erea_bottom a::after{
    content:">";
  }

  .section_conte{
    padding: 10px;
  }

  .news_contents , .magazine_contents{
    margin-bottom: 45px;
  }



}