@charset "UTF-8";

/*=====================================

      ---------------------------
        Structure
      ---------------------------
        - 1.Home
        - 2.About
        - 3.Blog
        - 4.Gallery
        - 5.Contact
        - 5.404NotFound

=====================================*/



/*=====================================

      1.Home

======================================*/

/* トップページメイン画 */
h2.hero img{
  width: 100%;
  max-width: 95rem;
  border-radius: 14px;
}

.homeInner {
  display: flex;
  width:100%;
  margin: 0;
  padding: 3rem 3rem 0 3rem;
}

/* title */
.hi-left h3,
.hi-right h3 {
  position: relative;
  color: #4A6096;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
	letter-spacing : 0.1rem;
}
.hi-left h3 { margin-bottom: 1.5rem; padding-left: 2.6rem; font-size: 2rem; }
.hi-right h3 { margin-bottom: 2rem; padding-left: 3rem; font-size: 2rem; }
.icon-07:before,
.icon-03-2:before,
.icon-08:before {
  position: absolute;
  top: 2px;
  left: 0;
  padding-right: 1.2rem;
  color: #4A6096;
}
.icon-07:before { content: "\e906"; font-size: 2.2rem; }
.icon-03-2:before { content: "\e902"; font-size: 2rem; }
.icon-08:before { content: "\e907"; font-size: 2.2rem; }

/*    0.1 News
======================================*/
.news,
.blog { margin-bottom: 20px; }
.hi-left {
  flex: 1;
  margin-right: 2rem;
}
.hi-left dl {
  display: flex;
  flex-wrap: wrap;
  margin-left: 3rem;
}
.hi-left dl dt,
.hi-left dl dd {
  box-sizing: border-box;
  margin: 0 0 5px 0;
  line-height: 1.8;
}
.hi-left dl dt {
  position: relative;
  width: 100px;
  font-size: 1.3rem;
  letter-spacing : 0.06rem;
  padding-left: 15px;
}
.hi-left dl dt:before {
  display: block;
  content: '';
  position: absolute;
  top: .8em;
  left: 0;
  width: 4px;
  height: 4px;
  border-right: 1px solid #4A6096;
  border-bottom: 1px solid #4A6096;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
/*
  padding-right: 0.8rem;
  color: #6699cc;
  font-size: 1rem;
  font-family: 'icomoon';
  content:'\e90b';
*/
}
.hi-left dl dd {
  width: calc(100% - 100px);
  font-size: 1.3rem;
  letter-spacing : 0.15rem;
}
.hi-left dl dd a {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-thickness: 1px;
  text-decoration-color: #6699cc;
}

/*    0.2 Twitter
======================================*/
.hi-right {
  width: 320px;
  margin: 0 auto;
  padding: 0;
}
.twitterInner {
  margin-left: 1rem;
  /*padding: 2rem;
  border: 1px dashed #ccc;
  border-radius: 14px;*/
}



/*=====================================

      2.About

======================================*/
/* ボックス */
.a-box { margin-bottom: 2rem; }
/* ボックスタイトル */
.a-box h3 {
  margin-bottom: 1rem;
  padding: 0.4rem 1rem;
  border-left: solid 4px #6699cc;
  color: #6699cc;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing : 0.16rem;
  line-height: 1.5;
}
/* ボックステキスト */
.a-box p {
  margin: 0 0 0 1.5rem;
  font-size: 1.5rem;
  letter-spacing : 0.15rem;
}
.a-box p.kinshi { margin: 10px 15px 6px 15px; }
/* ボックスリスト */
.a-box dl.ab-d1,
.a-box dl.ab-d2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.5rem;
}
.a-box dl.ab-d1 dt,
.a-box dl.ab-d1 dd,
.a-box dl.ab-d2 dt,
.a-box dl.ab-d2 dd {
  box-sizing: border-box;
  margin: 0 0 5px 0;
  line-height: 1.5;
  font-size: 1.3rem;
}
.a-box dl.ab-d1 dt {
  width: 80px;
  letter-spacing : 0.06rem;
}
.a-box dl.ab-d2 dt {
  width: 95px;
  letter-spacing : 0.06rem;
}
.a-box dl.ab-d1 dt:before,
.a-box dl.ab-d2 dt:before {
  padding-right: 0.8rem;
  color: #6699cc;
  font-size: 1rem;
  font-family: 'icomoon';
  content:'\e90b';
}
.a-box dl.ab-d1 dd {
  width: calc(100% - 80px);
  letter-spacing : 0.1rem;
}
.a-box dl.ab-d2 dd {
  width: calc(100% - 95px);
  letter-spacing : 0.1rem;
  font-size: 1.3rem;
}
.a-box dl.ab-d1 dd img,
.a-box dl.ab-d2 dd img { padding-top: 8px; }
.a-box dl.ab-d1 dd p,
.a-box dl.ab-d2 dd p {
  margin: 0 auto;
  font-size: 1.4rem;
}

/* サイト名フォント */
.c-main span.f-01 {
  margin-right: 0.2rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 400;
  font-size: 1.8rem;
}
/* プロフィール全体 */
.pro-wrap {
  margin: 5rem 0 3rem 0;
  padding-top: 2rem;
  background-image: url(../img/blog-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
}
/* プロフィール全体２ */
.pro {
  position: relative;
  width: 100%;
  /*max-width: 350px;*/
  margin: 0 auto;
  padding: 0 10rem 0 10rem;
}
/*
.pro:before,
.pro:after{
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content:'';
}
.pro:before {
  left: 0;
  border-left: dotted 2px #6699cc;
  border-top: dotted 2px #6699cc;
  border-bottom: dotted 2px #6699cc;
}
.pro:after {
  right: 0;
  border-top: dotted 2px #6699cc;
  border-right: dotted 2px #6699cc;
  border-bottom: dotted 2px #6699cc;
}
/* プロフィールタイトル */
.pro h3 {
  color: #4A6096;
  font-size: 2.3rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
  text-align: center;
	letter-spacing : 0.3rem;
}
.pro h3:before {
  margin-right: 0.8rem;
  content:'\e90e';
}
/* プロフィール画像名前SNS */
.proInner {
  display: flex;
  padding-top: 2rem;
}
/* プロフィール画像 */
.pro-img {
  width: 110px;
  margin-right: 2rem;
}
.pro-img img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
/* 名前SNS紹介文 */
.pro-main { flex: 1; margin-top: 15px; }
.pro-main ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
}
.pro-m-name {
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing : 0.3rem;
}
.pro-main li.pro-m-tw a:before,
.pro-main li.pro-m-pi a:before {
  margin-right: 1rem;
  font-size: 1.4rem;
  font-family: 'icomoon';
}
.pro-main li.pro-m-tw a:before { content:'\e909'; }
.pro-main li.pro-m-pi a:before { content:'\e90a'; }

.pro-t {
  font-size: 1.4rem;
  letter-spacing : 0.15rem;
}

/*=====================================

      3.Blog

======================================*/
/* ブログ全体 */
.post-wrap {
  display: flex;
  padding: 3rem 0;
}
/* ブログメイン */
.post-main {
  flex: 1;
  margin-right: 3rem;
}
/* 記事全体 */
.post {
  /*border-bottom: solid 1px #eee;*/
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  background-image: url(../img/blog-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
/* 記事ヘッダー */
.post-h {
  margin-bottom: 3rem;
  padding: 1rem 2rem;
  border-left: 6px double #6699cc;
  }
/* 記事タイトル */
.post-h h2 {
  position: relative;
  /*padding-bottom: 1rem;
  /*border-bottom: dashed 2px #eee;*/
  color: #666;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing : 0.2rem;
  line-height: 1.5;
}/*
.post-h h2:after {
  display: block;
  position: absolute;
  bottom: -3px;
  width: 30%;
  border-bottom: solid 3px #6699cc;
  content: " ";
}*/
.post-h h2 a { color: #666; }
/* 記事カテゴリと日付 */
.post-h ul {
  display: flex;
  list-style: none;
  /*margin-left: 0.5rem;*/
  margin-bottom: 1rem;
  color: #4A6096;
  font-size: 1.3rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
  letter-spacing : 0.12rem;
  text-align: right;
}
.post-h ul li {
  position: relative;
  padding-left: 1.8rem;
}
.post-h ul li.post-h-cat { margin-right: 1rem; }
.post-h ul li a {  }
.post-h ul li.post-h-cat:before,
.post-h ul li.post-h-day:before {
  position: absolute;
  top: 2px;
  left: 0;
  margin-right: 0.3rem;
}
.post-h ul li.post-h-cat:before { font-size: 1.2rem; content: "\e90f"; }
.post-h ul li.post-h-day:before { font-size: 1.25rem; content: "\e910"; }
.post-txt {
  margin: 0 0 3rem 3rem;
  /*text-align: justify;*/
}
/* 記事本文 */
.post-txt p {
  /*padding-bottom: 1rem;*/
  letter-spacing : 0.15rem;
  font-size: 1.5rem;
  letter-spacing : 0.15rem;
  /*line-height: 2;*/
}
/* 記事内リンク */
.post-txt p a[target="_blank"],
.post-txt ul li a[target="_blank"] {
  position: relative;
  margin-right: 18px;
}
.post-txt p a[target="_blank"]:after,
.post-txt ul li a[target="_blank"]:after {
  position: absolute;
  color: #6699cc;
  font-size: 1rem;
  font-family: 'icomoon';
  content: "\e917";
}
.post-txt p a[target="_blank"]::after {
  top: -2px;
  right: -16px;
}
.post-txt ul li a[target="_blank"]::after {
  bottom: 1px;
  right: -16px;
}
/* 画像を含む外部リンクのアイコンを削除 */
.post-txt p a.remove-icon {
  border: none;
  margin:0 auto;
  padding:0;
}
.post-txt p a.remove-icon::after { content: none; }
.post-txt p a.remove-icon img { margin: initial; }
/* 記事内画像 */
.post-txt img {
  display: block;
  margin: 0 auto 0 auto;
  padding: 0.5rem;
  border: 1px dashed #eee;
  border-radius: 10px 10px 10px 10px;
}
.wp-block-image {
  margin-bottom: 1rem;
}
/* 記事内YouTube */
.post-txt iframe{
  width: 100%;
  margin-bottom: 2rem;
}
/* ボックス */
.p-box {
    position: relative;
    margin: 3rem 0 2.5rem 0;
    padding: 2.2rem;
    border: solid 2px #ddd;
    border-radius: 10px;
}
.p-bt {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 20px;
    padding: 0 0.9rem;
    line-height: 1;
    font-size: 1.7rem;
    background: #FFF;
    color: #999;
    letter-spacing: 0.2rem;
}
.p-box p {
    margin: 0;
    padding: 0;
}
.p-box ul {
  /*margin: 1.4rem 0;*/
  list-style: none;
}
.p-box ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  letter-spacing: 0.15rem;
  font-size: 1.5rem;
  letter-spacing : 0.15rem;
  line-height: 1.6;
}
.p-box ul li:last-child { margin-bottom: 0; }
.p-box ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  width: 5px;
  height: 2px;
  border-left: 2px solid #748ed0;
  border-bottom: 2px solid #748ed0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-box ul li a {
  line-height: 1.5;
}
/* クリックで表示切替ボックス */
.switchbox {
    margin: 0 0 5px 0;
    padding: 0;
}
/*ラベル*/
.switchbox label {
  position: relative;
  display: block;
  padding-left: 14px;
  cursor :pointer;
  margin-bottom: 5px;
  letter-spacing : 0.1rem;
  font-size: 1.5rem;
  color: #4A6096;
}
.switchbox label:hover { color: #6699cc; }
/*アイコン*/
.switchbox label:before {
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: 0;
  width: 4px;
  height: 4px;
  border-right: 1px solid #4A6096;
  border-bottom: 1px solid #4A6096;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*チェックボックスを非表示にする*/
.switchbox input {
    display: none;
}
/*中身を非表示にしておく*/
.switchbox div {
    height: 0;
    overflow-y: hidden;
    transition: 0.8s;/*ゆっくり表示させる*/
    opacity: 0;
    margin-left: 15px;
}
/*クリックで中身を表示*/
.switchbox input:checked + label + div {
    height: auto;
    opacity: 1;
}

/* 記事フッター */
.post-f {
  padding: 1rem 0;
  margin: 0 0 0 3rem;
  color: #6091d3;
  background: #FFF;
  border: solid 1px #eee;
  border-radius: 10px;
}
/* 記事タグ */
.post-f ul {
  position: relative;
  margin: 0 2rem;
  padding-left: 2.5rem;
  list-style: none;
  font-size: 1.3rem;
  letter-spacing : 0.15rem;
  text-align: left;
}
.post-f ul:before {
  position: absolute;
  top: 6px;
  left: 0;
  color: #4A6096;
  font-size: 1.4rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
  content:'\e911';
}
.post-f ul li {
  display: inline-block;
  margin-right: 0.5rem;
  line-height: 1.8;
}
.post-f ul li a:before {
  padding-left: 3px;
  padding-right: 1px;
  color: #4A6096;
  font-size: 1rem;
  font-family: 'icomoon';
  content: "\e918";
  transition: .2s ease-in-out;
}
.post-f ul li a:hover:before { color: #6699cc; }
/* ブログサイドバー */
.post-side { width: 150px; }
.ps-sa,
.ps-cat,
.ps-tag { margin-bottom: 3rem; }
/* サイドバー各タイトル */
.ps-sa h3,
.ps-cat h3,
.ps-tag h3 {
  margin-bottom: 1.5rem;
  color: #4A6096;
  font-size: 1.6rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.ps-sa h3:before { margin-right: 0.5rem; content:'\e916'; font-size: 1.3rem; }
.ps-cat h3:before { margin-right: 0.5rem; content:'\e90f'; font-size: 1.3rem; }
.ps-tag h3:before { margin-right: 0.3rem; content:'\e911'; font-size: 1.3rem; }
.post-side ul { list-style: none; }
/* カテゴリー */
.ps-cat li {
  position: relative;
  margin: 0 0 1.4rem 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.ps-cat li:before {
  display: block;
  content: '';
  position: absolute;
  top: .4em;
  left: -1em;
  width: 3px;
  height: 3px;
  background-color: #eee;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
/*
  margin-right: 0.3rem;
  color: #A6B1E1;
  font-size: 1rem;
  font-family: 'icomoon';
  content:'\e90b';
*/
}
.ps-cat li a { color: #A6B1E1; transition: .2s ease-in-out; }
.ps-cat li a:hover { color: #6699cc; }
/* タグ */
.ps-tag ul { margin-left: 1.8rem; font-size: 1.2rem; }
.ps-tag li {
  float: left;
  margin: 0 0.8rem 0.2rem 0;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
.ps-tag li a { color: #A6B1E1; transition: .2s ease-in-out; }
.ps-tag li a:before {
  padding-left: 3px;
  padding-right: 1px;
  color: #A6B1E1;
  font-size: 1rem;
  font-family: 'icomoon';
  content: "\e918";
  transition: .2s ease-in-out;
}
.ps-tag li a:hover,
.ps-tag li a:hover:before { color: #6699cc; }
/* サーチ */
.blog_search_container{
  display: block;
  position: relative;
  margin-left: 1.5rem;
  padding: 2px 8px;
  height: 3rem;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}
.blog_search_container input[type="text"]{
  width: calc(100% - 20px);
  height: 2.3rem;
  color: #666;
  font-size: 1.2rem;
  border: none;
  caret-color: #6699cc;
}
.blog_search_container input[type="text"]:focus {
  outline: 0;
}
.blog_search_container button[type="submit"] {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 1rem;
  top: 0.3rem;
  cursor: pointer;
  font-family: 'icomoon';
  font-size: 1.4rem;
  border: none;
  background: none;
  outline : none;
}
.blog_search_container button[type="submit"]:before {
  color: #ddd;
  font-family: 'icomoon';
  font-size: 1.4rem;
  content: "\e916";
}
/*
.pageNavi {
  width: 100%;
  text-align: center;
}
*/
/* ページャー */
.pager .page-numbers {
  text-align: center;
}
.pager .page-numbers li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#eee;
  width: 35px;
  height: 35px;
  line-height:35px;
  text-align: center;
  border-radius: 10px;
}
.pager .page-numbers li a{
  display: block;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  color: #666;
  background: #eee;
  border-radius: 10px;
}
.pager .page-numbers li a:hover,
.pager .page-numbers li span.current{
  display: block;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  color: #fff;
  background: #4A6096;
  border-radius: 10px;
}
/*
.pager .page-numbers li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#eee;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.pager .page-numbers li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #333;
  text-decoration: none;
  border-radius: 10px;
}
.pager .page-numbers li span{
  display:table-cell;
  vertical-align:middle;
  font-weight: 300;
  font-family: 'Baloo Thambi 2', cursive;
}
.pager .page-numbers li a:hover,
.pager .page-numbers li span.current{
  color: #fff;
  background: #4A6096;
  border-radius: 10px;
}
.pager .page-numbers li span.current {
  color:#fff;
}
*/
.single-pager {
  display: flex;
  margin-top: -3rem;
}
.single-pager li{
  display: inline;
  list-style: none;
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
.single-pager li.sp-prev { width: calc(100% - 50%);}
.single-pager li.sp-next { width: 50%; text-align:right; }
.arrow-left {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  border-left: 2px solid #6699cc;
  border-bottom: 2px solid #6699cc;
  transform: rotate(45deg);
}
.arrow-right {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  border-top: 2px solid #6699cc;
  border-right: 2px solid #6699cc;
  transform: rotate(45deg);
}
/*ブログ内検索結果*/
.c-Ttl-in span.c-Ttl-l-04 {
  font-size: 2.2rem;
  font-family:'Lato',Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif,'icomoon';
}
.s-txt { margin: -1rem 2rem 3rem 2rem; }


/*=====================================

      4.Gallery

======================================*/
.g-wrap,
.g-wrap2 { margin: -1rem 2rem 5rem 2rem; }
.g-h {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  padding-bottom: 5rem;
}
.g-h span {
  margin: 0 1rem;
  font-size: 1.9rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
}
.g-h span:before { margin-right: 0.3rem; font-size: 1.2rem; }
.g-h span:before { content: "\e912  \e913"; }

.g-wrap h3,
.g-wrap2 h3 {
  margin-bottom: 2rem;
  padding: 0.4rem 1rem;
  border-left: solid 4px #6699cc;
  color: #6699cc;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing : 0.16rem;
}
.g-wrap ul {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  list-style:none;
  font-size:0;
}
.g-wrap ul li img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.g-wrap ul li a:hover {
  color: #6699cc;
}
.g-wrap2 ul {
  list-style: none;
  font-size: 0;
}
.g-wrap2 ul li{
  display: inline;
  margin-right: 5px;
  font-size: 2rem;
}
.g-wrap2 ul li a:hover { color: #6699cc; }

.btn {
  width: auto;
  padding:0;
  margin:0;
  background:none;
  border:0;
  /*font-size:0;*/
  line-height:0;
  overflow:visible;
  cursor:pointer;
  transition: 0.5s;
}
.btn:hover{
    opacity: 0.6;
}
.btn img{
  border-radius: 3px 3px 3px 3px;
}
.iziModals-subttl {
  margin: 20px;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  line-height: 1.6;
}



/*=====================================

      5.Contact

======================================*/
.form-top {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  letter-spacing: 0.1rem!important;
}
.wpcf7 {
  margin-bottom: 30px;
}
.Form {
  margin: 50px 0 20px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 input[type=”url”],
.wpcf7 input[type=”tel”],
.wpcf7 textarea {
width: 100%!important;
}
.Form-Item {
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item:nth-child(3) {
  border-bottom: 1px solid #ddd;
}
.Form-Item p { margin-bottom: 0; }
.Form-Item-Label {
  width: 100%;
  max-width: 100px;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin-right: 40px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  /*margin-left: 5px;*/
  color: red;
  font-size: 1.5rem;
}
.Form-Item-Input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 1.4rem;
  font-family:'Lato',Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
  letter-spacing: 0.1em;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 1.4rem;
  font-family:'Lato',Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
  letter-spacing: 0.1em;
}
.wpcf7-not-valid-tip { margin-top: 5px;} /*必須項目を入力してください*/
.wpcf7 form .wpcf7-response-output {
  padding: 10px !important;
  border-radius: 6px;
  line-height: 1.6;
  } /*入力内容に問題が～*/
.Form-Btn {
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
}
input[type="submit"]{
  display: block;
  width: 100%;
  height: 45px;
  outline: 0;
  cursor: pointer;
  background: #fff;
  color: #6699cc;
  border: 1px solid #6699cc;
  border-radius: 6px;
  padding: 0 45px 0 25px;
  font-size: 16px;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
.button_wrap{
  color: #fff;
  position: relative;
  width: 100%;
  transition: 0.5s;
  margin:0 auto;
}
.button_wrap::after{
  transition: 0.3s;
  content: "";
  width: .6em;
  height: .6em;
  border-top: 2px solid #6699cc;
  border-right: 2px solid #6699cc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  /*margin: auto;*/
  margin: 18px;
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button_wrap:hover::after{
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
input[type="submit"]:hover {
  background: #6699cc;
  color: #fff;
}
div.wpcf7 .ajax-loader {
    display: none !important;
}


/*=====================================

      6.404NotFound

======================================*/
.nf-wrap {
  padding: 15rem 0;
  text-align: center;
}
.nf-h {
  padding-bottom: 1rem;
  font-size: 5rem;
  font-family: 'Baloo Thambi 2', cursive;
  font-weight: 400;
}
.nf-f {
  padding-bottom: 2rem;
  font-size: 1.7rem;
}
.nf-f2 {
  padding-bottom: 2rem;
}
.search_container{
  display: block;
  position: relative;
  height: 4rem;
  width: 60%;
  min-width: 270px;
  margin: 0 auto;
  padding: 0.2rem 1.5rem;
  border: 2px solid #ccc;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
}
.search_container input[type="text"]{
  width: calc(100% - 25px);
  height: 3.4rem;
  border: none;
  color: #666;
  font-size: 1.4rem;
  caret-color: #6699cc;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container button[type="submit"]{
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: 1rem;
  top: 0.3rem;
  cursor: pointer;
  border: none;
  background: none;
  outline : none;
}
.search_container button[type="submit"]:before {
  color: #ccc;
  font-family: 'icomoon';
  font-size: 1.6rem;
  content: "\e916";
}

/*=====================================

      7.PrivacyPolicy

======================================*/
.privacy {
  padding-top: 1rem;
  text-align: right;
}
