@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #383838;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

table.bdr th,
table.bdr td{
  border: 1px solid #CCC;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  border: 0.5px solid #64b7fb;
  text-align: left;
}
.tbl th{
  width: 200px;
  background: #f3f9fe;
}
.tbl td{
  
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 920px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.container-m{
  width: 1140px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  padding: 50px 0; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section + .section{
  margin-top: 50px;
  padding-top: 0;
}
.pg_header{
  /*padding: 15px 0;*/
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('../../../img/pg_header_bg.jpg');
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.pg_header .tt1{
  color: #FFF;
  filter: drop-shadow(0px 2px 5px #111);
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{
  
}
.listbox .item .date{
  
}
.listbox .item .txt{
  
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  padding: 10px 0;
  background: #eeeeee;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_contact{
  
}

.hdr_contact{
  
}
.hdr_contact .addr{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: right;
}
.hdr_contact .btn{
  display: flex;
}
.hdr_contact .btn a{
  width: 180px;
  display: block;
  background: #3e5da1;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  padding: 4px 10px;
  margin-left: auto;
}
.hdr_contact .btn a + a{
  margin-left: 10px;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
  font-weight: 500;
  letter-spacing: 0.05em;
}
.gnav > ul > li{
  position: relative;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  color: #3e5da1;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}


.mv{
  position: relative;
  height: 500px;
  
  background: #CCC;
  background-image: url('../../../img/mv2.jpg');
  /*background-image: url('../../../img/bg1.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 576px;
  max-width: 100%;
}
.mv .mv_box .box1{
  width: 98px;
}
.mv .mv_box .box2{
  width: calc(100% - 98px - 20px);
}
.mv .mv_box .box3{
  width: 100%;
  margin-top: 40px;
}
.mv .mv_box .title{
  font-size: 30px;
  font-weight: 500;
  color: #3e5da1;
}
.mv .mv_box .txt{
  font-size: 20px;
  font-weight: 500;
}
.mv .mv_box .txt2{
  font-size: 14px;
  color: #e91e63;
  margin-top: 5px;
  text-align: center;
}
.mv .mv_box .links{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 -5px;
}
.mv .mv_box .links li{
  width: 25%;
  padding: 0 5px;
}
.mv .mv_box .links li a{
  display: block;
  background: #3e5da1;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 5px;
  border-radius: 3px;
  text-decoration: none;
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: #eeeeee;
  color: #3e5da1;
  padding: 30px 0 0;
  margin-top: 100px;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box1{
  width: 20%;
}
footer .box2{
  width: 75%;
}

footer .ftr_logo{
  /*margin-bottom: 45px;*/
}
footer .ftr_addr{
  line-height: 1.875;
}

footer .ftr_contact{
  background: #FFF;
  color: #111;
  padding: 5px;
}
footer .ftr_contact .inner{
  border: 2px solid #84ccad;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
footer .ftr_contact .title{
  
  letter-spacing: 0.05em;
}
footer .ftr_contact .title span{
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 1px solid;
}
footer .ftr_contact .btn1{
  letter-spacing: 0.05em;
}
footer .ftr_contact .btn1 span{
  display: inline-block;
  font-size: 31px;
}
footer .ftr_contact .btn1 span:first-letter{
  font-size: 38px;
}
footer .ftr_contact .btn1 a{
  font-size: 36px;
}
footer .ftr_contact .btn2{
  margin-top: 6px;
}
footer .ftr_contact .btn2 a{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #f29b76;
  padding: 5px;
}
footer .ftr_contact .btn2 i{
  margin-right: 5px;
}

footer .ftr_links{
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  font-size: 14px;
}
footer .ftr_links li{
  padding: 0 10px;
  line-height: 1.1;
}
footer .ftr_links li+li{
  border-left: 1px solid;
}
footer .copy{
  background: #3E5DA1;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 20px;
}
footer .copy a{
  /*color: #111;*/
  color: #FFF;
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #3E5DA1;
  color: #FFF;
  text-decoration: none;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{
  
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


.news_tab{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.news_tab li{
  width: 120px;
  padding: 0 5px;
  text-align: center;
  margin-bottom: 15px;
}
.news_tab li a{
  display: block;
  padding: 5px;
  text-decoration: none;
  background-color: #3E5DA1;
  color: #FFF;
  position: relative;
}
.news_tab li a:hover{
  opacity: 0.8;
}
.news_tab li a.on:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #3E5DA1 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
.news_cat1{
  background-color: #00bcd4 !important;
  color: #FFF !important;
}
.news_cat2{
  background-color: #cddc39 !important;
  color: #3e5da1 !important;
}
.news_cat3{
  background-color: #ff9800 !important;
  color: #FFF !important;
}
.news_cat4{
  background-color: #CCC;
}
.news_cat5{
  background-color: #CCC;
}*/

.news_tab_lists{
  margin-top: 15px;
}
.news_tab_lists .post_items{
  display: none;
}

/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 80px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .date2{
  width: 150px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 150px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .date2 + .title{
  width: calc(100% - 10px - 150px);
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #3E5DA1;
  border-bottom: 1px solid #3E5DA1;
  border-left: 1px solid #3E5DA1;
  border-right: 1px solid #3E5DA1;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3E5DA1;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
  border-radius: 3px;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #3E5DA1;
  color: #ffffff;
  padding: 10px 100px;
  border-radius: 3px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{
  
}
.search_list .item + .item{
  
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}

/* コンタクトフォーム */
.contact_info{
  background: #acd598;
  text-align: center;
  padding: 28px 30px 25px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #acd598;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  font-family: "impact";
  letter-spacing: 0.04em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form th .require2{
  color: #b80000;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.addr dd{
  
}

.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 90px;
}
.contact_form_addr dd{
  width: calc(100% - 90px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}

.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{
  
}

.addr_auto_box button{
  margin-left: 20px;
}



.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td input:not([type="checkbox"]):not([type="radio"]) ,
.contact_form td textarea ,
.contact_form td select ,
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 10px;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode,
.contact_form td .wpcf7-form-control-wrap[class$="_zipcode"]{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before,
.contact_form td .wpcf7-form-control-wrap[class$="_zipcode"]:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}

.contact_form td .wpcf7-checkbox, 
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}

.contact_form td label{
  margin-right: 10px;
}
.contact_form td input[type="checkbox"],
.contact_form td input[type="radio"]{
  margin-right: 5px;
}

.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/ 


.contact_form_acceptance{
  text-align: center;
  margin-top: 20px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #b80000;
  color: #FFF;
  border: 0;
  border-radius: 3px;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
}
.contact_form td input[readonly]{
  background: #CCC;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns input[type="submit"][name="btn_back"]{
  background: #999;
}
.contact_form_btns input.wpcf7-confirm{
  
}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


.form_error_msg{
  color: red;
  margin-bottom: 15px;
}
.form_conf_msg{
  color: red;
  margin-bottom: 15px;
}



/* サイトマップ */
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap_items .item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_items .item h4{
  border: 1px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
.sitemap_items .item h4 a{
  display: block;
  padding: 20px 15px;
}
.sitemap_items .item ul{
}
.sitemap_items .item ul li{
  border-bottom: 1px dashed #d3d3d3;
  position: relative;
}
.sitemap_items .item ul li:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_items .item ul li a{
  display: block;
  padding: 5px 10px 5px 20px;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  
  border-left: 6px solid #bbbbbb;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
  /*padding: 50px 0;*/
}


.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}


.tt2{
  font-size: 20px;
  color: #3e5da1;
  border-left: 5px solid;
  padding-left: 15px;
  margin-bottom: 20px;
}
.tt2 span{
  
}
.tt3{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  background: #3e5da1;
  color: #FFF;
  padding: 20px 10px;
  margin-bottom: 35px;
}
.tt3 span{
  
}
.tt4{
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #3e5da1;
  border-bottom: 1px solid #3e5da1;
  padding: 10px 0;
  margin-bottom: 30px;
  position: relative;
}
.tt4.icon1:before,
.tt4.icon2:before{
  content: "";
  width: 38px;
  height: 38px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.tt4.icon1:before{
  background-image: url('../../../img/tt_icon1.png');
}
.tt4.icon2:before{
  background-image: url('../../../img/tt_icon2.png');
}
.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.read_more a{
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 3px;
  background: #3E5DA1;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
ul.read_more{
  /*justify-content: flex-start;*/
  margin: 30px -10px 0;
}
ul.read_more li{
  width: auto;
  padding: 5px 10px;
}
ul.read_more li a{
  width: 200px;
}



.pg_sub_pages{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: -5px;
  margin-bottom: 30px;
}
.pg_sub_pages li{
  padding: 5px 10px;
  color: #3f51b5;
}
.pg_sub_pages li:before{
  /*
  * f054 > (大)
  * f105 > (小)
  * f053 < (大)
  * f104 < (小)
  * f077 ∧ (大)
  * f106 ∧ (小)
  * f078 ∨ (大)
  * f107 ∨ (小)
  */
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.pg_sub_pages li a{
  
}

.pg_contents_wrap{
  
}
.pg_contents_wrap + .pg_contents_wrap{
  margin-top: 50px;
}
.pg_contents_txt + .pg_contents_txt{
  margin-top: 10px;
}

.pg_contents_txt p + p{
  margin-top: 1em;
}

.pg_contents_txt ol{
  margin-left: 1.5em;
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home .section#sec1{
  
}
.pg_home .section#sec2{
  
}
.pg_home .section#sec3{
  
}

.home_about_wrap{
  
}
.home_about_wrap .txt{
  
}

/* メリット */
.home_merit_wrap{
  
}
.home_merit_wrap .title{
  font-size: 32px;
  font-weight: 500;
  color: #3e5da1;
  text-align: center;
  margin-bottom: 20px;
}
.home_merit_wrap .title em{
  font-size: 1.5em;
}
.home_merit_wrap .imgs{
  display: flex;
  margin: 0 -5px;
  position: relative;
  z-index: 2;
}
.home_merit_wrap .imgs .item{
  width: 33.333%;
  padding: 0 5px;
}
.home_merit_wrap .list{
  /*margin-top: -98px;*/
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}
.home_merit_wrap .list:after{
  content: "";
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url('../../../img/bg1.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
.home_merit_wrap .list .item{
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 0 4px 0px #333;
}
.home_merit_wrap .list .item+.item{
  margin-top: 10px;
}
.home_merit_wrap .list .item em{
  width: 90px;
  font-size: 24px;
  font-weight: 700;
  color: #3e5da1;
}
.home_merit_wrap .list .item .txt{
  width: calc(100% - 90px);
  font-size: 18px;
  letter-spacing: 0.075em;
}
.home_merit_wrap .list .item .txt span{
  color: #ffa100;
}

/* 主な活動内容 */
.home_activity_wrap{
  
}
.home_activity_wrap .desc{
  font-weight: 500;
}
.home_activity_wrap .list{
  margin-top: 30px;
}
.home_activity_wrap .list .item{
  display: flex;
  align-items: center;
  border-bottom: 2px solid #e2e2e2;
}
.home_activity_wrap .list .item+.item{
  margin-top: 10px;
}
.home_activity_wrap .list .item em{
  width: 60px;
  font-size: 24px;
  font-weight: 700;
  color: #979797;
}
.home_activity_wrap .list .item .txt{
  width: calc(100% - 60px);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.home_activity_wrap .list .item .txt span{
  color: #ffa100;
}

/* 入会の案内 */
.home_regist_wrap{
  font-weight: 500;
}
.home_regist_wrap + .home_regist_wrap{
  margin-top: 30px;
}

.home_regist_form{
  background: #ececec;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 500;
}
.home_regist_form{
  
}

.home_regist_notice{
  
}
.home_regist_notice + .home_regist_notice{
  margin-top: 30px;
}
.home_regist_notice ul{
  
}
.home_regist_notice ul li{
  text-indent: -1em;
  padding-left: 1em;
}
.home_regist_notice ul li:before{
  content: "・";
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

a{
  color: #3e5da1;
}

.equipment_tbl{
  
}

/* 臨床心理士が働いているところ */
.psychologist_works{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.psychologist_works .item{
  width: 50%;
  padding: 0 15px;
}
.psychologist_works .item:nth-child(n+3){
  margin-top: 20px;
}
.psychologist_works .item .title{
  font-size: 18px;
  font-weight: 500;
  color: #3e5da1;
  border-bottom: 2px solid;
  padding: 5px 0;
  margin-bottom: 10px;
}
.psychologist_works .item .txt{
  
}

@media (max-width:767px){
  .equipment_tbl{
    
  }
  .equipment_tbl th{
    width: 120px;
  }
  
  /* 臨床心理士が働いているところ */
  .psychologist_works{
    margin: 0 -10px;
  }
  .psychologist_works .item{
    width: 100%;
    padding: 0 10px;
  }
  .psychologist_works .item:nth-child(n+3){
    margin-top: 0;
  }
  .psychologist_works .item:nth-child(n+2){
    margin-top: 20px;
  }
  .psychologist_works .item .title{
    font-size: 16px;
  }
  .psychologist_works .item .txt{

  }
}



/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  
}
.pg_company .section#sec3{
  
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.pg_contact .privacy{
  margin-top: 80px;
}

/**/
.mypage_menu{
  list-style: none;
  margin: 0;
  padding: 0;
}
.mypage_menu a{
  
}

.mypage_receipt_items{
  
}
.mypage_receipt_items li{
  display: flex;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
.mypage_receipt_items li .date{
  
}
.mypage_receipt_items li .title{
  
}
.mypage_receipt_items li .price{
  
}
.mypage_receipt_items li a{
  
}

/**/
.regist_msg_wrap{
  margin-bottom: 50px;
}
.regist_msg_wrap strong{
  color: #F00;
}

/**/
[id*="wpmem_"]{
  
}
[id*="wpmem_"] form{
  
}
[id*="wpmem_"] legend{
  font-size: 20px;
  font-weight: 700;
  color: #3e5da1;
  border-left: 5px solid;
  padding-left: 15px;
  margin-bottom: 20px !important;
  line-height: 1.666;
}

[id*="wpmem_"] fieldset{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 630px;
  max-width: 100%;
  /*margin: 0 auto;*/
}
[id*="wpmem_"] fieldset > legend{
  width: 100%;
}
[id*="wpmem_"] fieldset > label,
[id*="wpmem_"] fieldset > .file{
  width: 200px !important;
  margin-right: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
[id*="wpmem_"] fieldset > label .req{
  color: #F00;
}
[id*="wpmem_"] fieldset > [class*="div_"]{
  width: calc(100% - 200px - 30px);
  margin-bottom: 20px;
}
[id*="wpmem_"] fieldset > p{
  width: 100%;
  margin-bottom: 20px;
}
[id*="wpmem_"] fieldset .button_div{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
[id*="wpmem_"] fieldset .button_div input[type="submit"]{
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 10px;
  min-width: 100px;
}
[id*="wpmem_"] fieldset .req-text{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  color: #F00;
}

[id*="wpmem_"] fieldset input[type="text"],
[id*="wpmem_"] fieldset input[type="email"],
[id*="wpmem_"] fieldset input[type="password"]{
  width: 400px;
  max-width: 100%;
  background: #f9f9f9;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 10px;
}
[id*="wpmem_"] fieldset input[name="siteguard_captcha"]{
  width: 150px;
}
[id*="wpmem_"] fieldset select{
  background: #f9f9f9;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 10px;
}
[id*="wpmem_"] fieldset .div_multicheckbox{
  
}
[id*="wpmem_"] fieldset .div_multicheckbox br{
  display: none;
}
[id*="wpmem_"] fieldset .div_multicheckbox label{
  margin-right: 15px;
}
[id*="wpmem_"] fieldset .link-text{
  width: 100%;
}


.wpmem_login_msg{
  margin-bottom: 20px;
}
.wpmem_login_links{
  margin-top: 20px;
}

.wpmem_tbl{
  width: 500px;
  max-width: 100%;
}
.wpmem_tbl th,
.wpmem_tbl td{
  text-align: left;
}
.wpmem_tbl th{
  width: 200px;
}
.wpmem_tbl td{
  
}
.wpmem_tbl input[type="text"],
.wpmem_tbl input[type="password"]{
  background: #f9f9f9;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 10px;
}
.wpmem_tbl .login_btns{
  text-align: center;
}
.wpmem_tbl .login_remember{
  margin-bottom: 10px;
}
.wpmem_tbl .login_button input{
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 10px;
  min-width: 100px;
}

.wpmem_msg{
  color: #F00;
}

.link-text-username{
  display: none;
}


.wpmem_fields{
  width: 100%;
}
.wpmem_field_row{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #CCC;
  margin-bottom: 14px;
  padding-bottom: 14px;
  width: 100%;
}

.wpmem_field_th{
  width: 200px;
}
.wpmem_field_td{
  width: calc(100% - 200px);
}
.wpmem_field_row .div_text{
  /*margin-bottom: 0 !important;*/
}

.wpmem_field_memo{
  font-size: 13px;
  margin-top: 5px;
}
.wpmem_field_memo dl{
  margin-top: 10px;
}
.wpmem_field_memo dl dt{
  font-weight: 700;
}
.wpmem_field_memo dl dd{
  
}
.wpmem_field_memo + *{
  margin-top: 10px !important;
}



.wpmem_field_row [class*="div_"]{
  margin-bottom: 0 !important;
}
.wpmem_field_row textarea{
  width: 100%;
}


.wpmem_field_row.field_belong_name{
  margin-top: 50px;
}

#wpmem_login .button_div, 
#wpmem_reg .button_div{
  text-align: center;
}
#wpmem_login .button_div input, 
#wpmem_reg .button_div input{
  padding: 3px 20px;
}



/* クッキー同意(PC/スマホ共通) */
#cookie-notice{
  background-color: rgba(237,237,237,0.9) !important;
  border-top: 1px solid #CCC;
}
.cookie-notice-container{
  color: #000000 !important;
}
#cn-notice-buttons a{
  color: #FFF !important;
  background-color: #181818 !important;
}
.cn-close-icon:before, .cn-close-icon:after{
  background-color: rgb(0,0,0);
}


/* クッキー同意(スマホ用) */
@media only screen and (max-width:767px){
  
  #cookie-notice{
    z-index: 999;
  }
  .cn-position-bottom{
    bottom: 49px !important;
  }
  .cookie-notice-container #cn-notice-text{
    font-size: 12px;
  }
  
}