@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: 10px;
  border: 1px solid #eee;
}

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

/* title */
.hi-left h3,
.hi-right h3 {
  position: relative;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
	letter-spacing : 0.1rem;
  font-size: 1.8rem; 
  border-bottom: 2px dotted #eee;
}
.hi-left h3 { margin-bottom: 2rem; padding: 0 0 1.5rem 3rem; }
.hi-right h3 { margin-bottom: 2rem; padding: 0 0 1.5rem 3.5rem; }
.hi-left h3.icon-07 { color: #ffd454; }
.hi-left h3.icon-03-2 { color: #a5cc4a; }
.hi-left h3.icon-06 { color: #9c9690; padding-left: 3.5rem; }
.hi-right h3.icon-08 { color: #5DBAF0; }
.icon-07:before,
.icon-03-2:before,
.icon-06:before,
.icon-08:before {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 1.2rem;
}
.icon-07:before { content: "\e91d"; font-size: 2rem; color: #ffd454; }
.icon-03-2:before { content: "\e90a"; font-size: 2.4rem; color: #a5cc4a; }
.icon-06:before { content: "\e921"; font-size: 2.5rem; color: #9c9690; }
.icon-08:before { content: "\e91e"; font-size: 2.8rem; color: #5DBAF0; }

/*    0.1 News
======================================*/
.news,
.blog,
.other { margin-bottom: 40px; }
.hi-left {
  flex: 1;
  margin-right: 3rem;
}
.hi-left dl {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.2rem;
}
.hi-left dl dt,
.hi-left dl dd {
  box-sizing: border-box;
  margin: 0 0 5px 0;
  line-height: 1.7;
}
.hi-left dl dt {
  position: relative;
  width: 75px;
  font-size: 1.2rem;
  letter-spacing : 0.06rem;
  padding-left: 12px;
}
.hi-left dl dt:before {
  display: block;
  content: '▪';
  position: absolute;
  top: 2px;
  left: 2px;
  color: #5DBAF0;
  font-size: 1rem;
}
.hi-left dl dd {
  width: calc(100% - 75px);
  font-size: 1.3rem;
  letter-spacing : 0.1rem;
}

/*    0.2 other
======================================*/
/* web拍手 */
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
.webclap {
  margin: 0 1.2rem;
}
.icon-applause {
  position: relative;
  border: 1px solid #f29199;
  padding: 1rem 1rem 1rem 3.5rem;
  border-radius: 5px;
  color: #f29199;
}
.icon-applause:before {
  position: absolute;
  top: 10px;
  left: 5px;
  content: "\e905";
  font-size: 2.5rem;
  color: #f29199;
}

/*    0.2 Memo
======================================*/
.hi-right {
  width: 320px;
  margin: 0 auto;
  padding: 0;
}
.memoInner {
  padding: 2rem 2rem 0 2rem;
  border: 1px solid #eee;
  border-radius: 8px;
}
.memoInner iframe.memo-i {display: block; border: none; overflow: hidden;}
.memoInner dl {
  letter-spacing : 0.1rem;
  border-bottom: 1px dotted #eee;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.memoInner dl dt {
  padding: 0 0 1.5rem 0;
  line-height: 1.7;
  letter-spacing: 0.15rem;
  font-size: 1.4rem;
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
  text-align-last: left;
  font-feature-settings: "palt";
}
.memoInner dl dd {
  width: 100%;
  position: relative;
  padding: 0 0 5px 0;
  font-size: 1.2rem;
  color: #9e9e9e;
  text-align: right;
}
.memoInner dl dd a::before {
  font-family: 'icomoon';
  font-size: 1rem;
  content: "\e902";
  color: #9e9e9e;
}
/*more*/
h3.icon-08 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mI-b {
  text-align: right;
  font-size: 1.4rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  position: relative;
  top: 1px;
}
.mI-b a::after {
  content: '\e90b';
  font-size: 1rem;
  padding-left: 0.2rem;
}




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

      2.About

======================================*/
/* ボックス */
.a-box { margin-bottom: 3rem; }
/* ボックスタイトル */
.a-box h3 {
  margin-bottom: 1.8rem;
  padding: 0.1rem 0 1rem 0;
  color: #555;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing : 0.25rem;
  line-height: 1.7;
  border-bottom: 1px dashed #dad2cb;
}
.a-box h3:before {
  content:'';
  padding-right: 1rem;
  border-left: solid 4px #7ba742;
}
.a-box h3 span { background: linear-gradient(transparent 60%, #ffe55370 60%); }
/* ボックステキスト */
.a-box p {
  margin: 0 0 0 1.5rem;
  font-size: 1.4rem;
  letter-spacing : 0.1rem;
}
.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.7;
  font-size: 1.4rem;
}
.a-box dl.ab-d1 dt {
  position: relative;
  width: 90px;
  letter-spacing : 0.06rem;
  padding-left: 15px;
}
.a-box dl.ab-d2 dt {
  position: relative;
  width: 110px;
  letter-spacing : 0.06rem;
  padding-left: 15px;
}
.a-box dl.ab-d1 dt:before,
.a-box dl.ab-d2 dt:before {
  position: absolute;
  top: 5px;
  left: 0;
  color: #7ba742;
  font-size: .8rem;
  font-family: 'icomoon';
  content:'\e90b';
}
.a-box dl.ab-d1 dd {
  width: calc(100% - 90px);
  letter-spacing : 0.1rem;
}
.a-box dl.ab-d2 dd {
  width: calc(100% - 110px);
  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.3rem;
}

/* サイト名フォント */
.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%;
  margin: 0 auto;
  padding: 2rem;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #ffe5533a 6px, transparent 6px), linear-gradient(#ffe5533a 6px, transparent 6px);
  background-position: 5px 5px;
  background-size: 12px 12px;
}
/* プロフィール画像名前SNS */
.proInner {
  display: flex;
}
/* プロフィール画像 */
.pro-img {
  width: 110px;
  margin-right: 2rem;
}
.pro-img img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  padding: 4px;
  background-color: #fff;
}
/* 名前SNS紹介文 */
.pro-main {
  flex: 1;
  margin-top: 0.5rem;
}
.pro-main ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.pro-main ul li.pro-m-name {
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing : 0.3rem;
}
.pro-main ul li.pro-m-tw,
.pro-main ul li.pro-m-pi { margin-top: 1rem; margin-right: 0.3rem; }
.pro-main ul li.pro-m-bl { margin-top: 1.2rem; margin-left: 0.3rem;}

.pro-main ul li.pro-m-tw a:before,
.pro-main ul li.pro-m-pi a:before,
.pro-main ul li.pro-m-bl a:before {
  position: relative;
  font-family: 'icomoon';
}
.pro-main ul li.pro-m-tw a:before { content:'\e91b'; color: #333333; font-size: 2.2rem; top: 0; }
.pro-main ul li.pro-m-pi a:before { content:'\e91a'; color: #0096FA; font-size: 2.6rem; top: -1px; }
.pro-main ul li.pro-m-bl a:before { content:'\e919'; color: #1185fe; font-size: 2rem;   top: -1px; }
.pro-main ul li.pro-m-tw a:hover::before,
.pro-main ul li.pro-m-pi a:hover::before,
.pro-main ul li.pro-m-bl a:hover::before {
  color: #F2E8DF;
}
.pro-m-name p,
.pro-t p {
  background-color: rgba(255, 255, 255, 0.85);
  margin: 0 0 0.5rem 0;
  padding: 0.8rem 1rem 0.5rem 1rem;
  border-radius: 5px;
  letter-spacing : 0.1rem;
}
.pro-t {
  width: 100%;
  font-size: 1.3rem;
  letter-spacing : 0.15rem;
}

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

      3.Blog

======================================*/
/* ブログ全体 */
.post-wrap {
  display: flex;
  padding: 1rem 0;
}
/* ブログメイン */
.post-main {
  flex: 1;
  margin-right: 3rem;
  min-width: 0;
}
/* カテゴリ・アーカイブ・タグ */
.pm-p {
  letter-spacing : 0.1rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  color: #ffd454;
}
.pm-p p.pm-p-c:before,
.pm-p p.pm-p-a:before,
.pm-p p.pm-p-t:before {
  position: relative;
  left: 0;
  margin-right: 0.3rem;
}
.pm-p p.pm-p-c:before { top: 4px; font-size: 1.8rem; content: "\e91f"; }
.pm-p p.pm-p-a:before { top: 4px; font-size: 1.8rem; content: "\e920"; }
.pm-p p.pm-p-t:before { top: 1px; font-size: 1.4rem; content: "\e911"; }
.pm-p p.pm-p-t span.pm-p-t-tg:before {
  padding-left: 3px;
  padding-right: 1px;
  font-size: 1rem;
  font-family: 'icomoon';
  content: "\e918";
  transition: .2s ease-in-out;
}
.pm-p p.pm-p-t span { font-size:1.4rem; font-family:'Lato',Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;}

/* 記事全体 */
.post {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  background-image: url(../img/blog-bg.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
/* 記事ヘッダー */
.post-h {
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #ffd45466 2px, transparent 2px), linear-gradient(#ffd45466 2px, transparent 2px);
  background-position: 3px 3px;
  background-size: 8px 8px;
  padding: 1.5rem;
  margin-bottom: 3rem;
  border-radius: 5px;
}
/* 記事タイトル */
.post-h h2 {
  position: relative;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing : 0.2rem;
  line-height: 1.5;
  padding: 0.6rem 0.8rem 0.4rem 0.8rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
}
.post-h h2 a { color: #555; }
.post-h h2 a:hover { color: #F2E8DF; }
/* 記事カテゴリと日付 */
.post-h ul {
  display: flex;
  list-style: none;
  margin-bottom: 1rem;
  color: #555;
  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: 0.4rem 0.4rem 0.4rem 2.4rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
.post-h ul li.post-h-cat { margin-right: 1rem; }
.post-h ul li.post-h-cat:before,
.post-h ul li.post-h-day:before {
  position: absolute;
  top: 5px;
  left: 5px;
  margin-right: 0.3rem;
}
.post-h ul li.post-h-cat:before { font-size: 1.5rem; content: "\e923"; }
.post-h ul li.post-h-day:before { font-size: 1.3rem; content: "\e910"; }
/* 記事本文 */
.post-txt {
  margin: 0;
  padding: 0 2rem 1rem 2rem;
} 
.post-txt p {
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing : 0.1rem;
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
  text-align-last: left;
  font-feature-settings: "palt";
}
/* 記事内リンク */
.post-txt p a[target="_blank"],
.post-txt ul li a[target="_blank"] {
  padding-right: 0; 
}
.post-txt p a[target="_blank"]:after,
.post-txt ul li a[target="_blank"]:after {
  color: #5DBAF0;
  font-size: 1rem;
  font-family: 'icomoon';
  content: "\e917";
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.post-txt p a[target="_blank"]::after {
  position: relative;
  top: 0;
}
.post-txt ul li a[target="_blank"]::after {
  position: relative;
  bottom: 1px;
}
/* 画像を含む外部リンクのアイコンを削除 */
.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; }
/* 記事内画像 */
.wp-block-image {
  margin-bottom: 1rem;
  text-align: center;
}
/* 記事内YouTube */
.post-txt iframe{
  width: 100%;
  margin-bottom: 2rem;
}
/* ボックス */
.p-box {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border: solid 1px #eee;
  border-radius: 5px;
  letter-spacing : 0.2rem;
}
.p-box p.p-bt {
  background-color: #a5cc4ab0;
  background-image: linear-gradient(90deg, #ffffff32 2px, transparent 2px), linear-gradient(#ffffff32 2px, transparent 2px);
  background-position: 10px 10px;
  background-size: 8px 8px;
  padding: 1.2rem 1.5rem;
  border-radius: 5px;
  font-size: 1.5rem;
}
.p-box p.p-bt:before {
  content:'';
  padding-right: 1rem;
  border-left: solid 5px #7ba742;
}
.p-box p { margin: 0 0 1.5rem 0; }
.p-b-b { padding: 0 1.5rem; }
/*リスト*/
ul.post-ul {
  list-style: none;
  margin: 0 0 2rem 0;
  letter-spacing : 0.2rem;
}
ul.post-ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.7rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
ul.post-ul li:last-child { margin-bottom: 0; }
ul.post-ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  width: 7px;
  height: 4px;
  border-left: 2px solid #ffe553;
  border-bottom: 2px solid #ffe553;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.post-ul li a {
  line-height: 1.5;
}
/* クリックで表示切替ボックス */
.switchbox-wp {
  margin: 0 0 2rem 0;
}
.switchbox {
  letter-spacing : 0.2rem;
}
/*ラベル*/
.switchbox label {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  padding-left: 13px;
  cursor :pointer;
  font-size: 1.4rem;
  color: #5DBAF0;
  line-height: 1.8;
}
.switchbox label:hover { color: #F2E8DF; }
/*アイコン*/
.switchbox label:before {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  width: 4px;
  height: 4px;
  border-right: 2px solid #7ba742;
  border-bottom: 2px solid #7ba742;
  -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: 13px;
}
/*クリックで中身を表示*/
.switchbox input:checked + label + div {
    height: auto;
    opacity: 1;
}
.switchbox div p { margin:0 0 1rem 0; }
/* 記事フッター */
.post-f {
  padding: 1rem 0 0.5rem 0;
  margin: 0 2rem;
  color: #5DBAF0;
  background-color: #F2E8DF99;
  background-image: linear-gradient(90deg, #ffffff26 2px, transparent 2px), linear-gradient(#ffffff26 2px, transparent 2px);
  background-position: 10px 10px;
  background-size: 8px 8px;
  border-radius: 5px;
}
/* 記事タグ */
.post-f ul {
  position: relative;
  margin: 0 2rem;
  padding-left: 2.5rem;
  list-style: none;
  letter-spacing : 0.15rem;
  text-align: left;
}
.post-f ul:before {
  position: absolute;
  top: 6px;
  left: 0;
  color: #5DBAF0;
  font-size: 1.6rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
  content:'\e911';
}
.post-f ul li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  line-height: 1.7;
  padding: 0 0.3rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.6);
}
.post-f ul li a {
  color: #5DBAF0;
  font-size: 1.2rem;
}
.post-f ul li a:before {
  padding-left: 3px;
  padding-right: 1px;
  color: #5DBAF0;
  font-size: 1.1rem;
  font-family: 'icomoon';
  font-weight: 400;
  content: "\e918";
  transition: .2s ease-in-out;
}
.post-f ul li a:hover,
.post-f ul li a:hover:before {
  color: #fff;
  opacity: 0.5;
 }
/* ブログサイドバー */
.post-side { width: 150px; }
.ps-sa,
.ps-cat,
.ps-arc,
.ps-tag { margin-bottom: 3rem; }
/* サイドバー各タイトル */
.ps-sa h3,
.ps-cat h3,
.ps-arc h3,
.ps-tag h3 {
  margin-bottom: 1.5rem;
  color: #555;
  font-size: 1.6rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.ps-sa h3:before { content:'\e916'; font-size: 1.5rem; color: #5DBAF0; }
.ps-cat h3:before { content:'\e91f'; font-size: 1.7rem; color: #5DBAF0; }
.ps-arc h3:before { content:'\e920'; font-size: 2rem; color: #5DBAF0; }
.ps-tag h3:before { content:'\e911'; font-size: 1.6rem; color: #5DBAF0; }

.ps-sa h3:before,
.ps-cat h3:before,
.ps-arc h3:before,
.ps-tag h3:before {
  position: relative;
  top: .15em;
  margin-right: 0.5rem;
}
.post-side ul { list-style: none; }
/* カテゴリー */
.ps-cat li,
.ps-arc li {
  position: relative;
  margin: 0 0 1.4rem 2.6rem;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.ps-cat li:before,
.ps-arc li:before {
  display: block;
  content: '▶';
  position: absolute;
  top: 3px;
  left: -12px;
  color: #5DBAF0;
  font-size: 0.8rem;
}
.ps-cat li a,
.ps-arc li a { color: #757575; transition: .2s ease-in-out; }
.ps-cat li a:hover,
.ps-arc li a:hover { color: #F2E8DF; }
/* タグ */
.ps-tag ul { margin-left: 1rem; font-size: 1.2rem; }
.ps-tag li {
  float: left;
  margin: 0 0.8rem 0.2rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.8;
}
.ps-tag li a { color: #757575; transition: .2s ease-in-out; }
.ps-tag li a:before {
  padding-left: 3px;
  padding-right: 1px;
  color: #5DBAF0;
  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: #F2E8DF; }
/* サーチ */
.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 #eee;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
}
.blog_search_container input[type="text"]{
  width: calc(100% - 20px);
  height: 2.3rem;
  color: #555;
  font-size: 1.2rem;
  border: none;
  caret-color: #5DBAF0;
}
.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: #5DBAF0;
  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;
  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: #555;
  background: #f8f8f8;
  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: #5DBAF0;
  border-radius: 10px;
}
.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 #5DBAF0;
  border-bottom: 2px solid #5DBAF0;
  transform: rotate(45deg);
}
.arrow-right {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 5px;
  border-top: 2px solid #5DBAF0;
  border-right: 2px solid #5DBAF0;
  transform: rotate(45deg);
}
/* ブログ内検索結果 */
.c-Ttl-in span.c-Ttl-l-04 {
  font-size: 1.8rem;
  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;
  letter-spacing: 0.2rem;
}


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

      3-2.Memo(tegalog)

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

/*header*/
.memo-header {
  width: 100%;
  display: flex;
}
.memo-header .mh-b {
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
}
.memo-header .mh-b a::before {
  font-size: 1rem;
  font-weight: 600;
  content: "\e925";
  color: #5DBAF0;
  padding-right: .3rem;
}
.memo-hero {
  --icon-width: 25%;
  --icon-min: 80px;
  --icon-max: 140px;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 1;
  /* iPhone対策：高さが中身に引っ張られないよう最小高さを設定、または指定 */
  height: auto; 
  min-height: 0;
  border-radius: 5px;
  margin: 5px 0 calc(clamp(var(--icon-min), var(--icon-width), var(--icon-max)) * 0.5 + 5px) 0;
  background-color: #f5f5f5;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
  background-image: url('../img/header.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.memo-hero .mh-i {
  position: absolute;
  top: 100%; 
  transform: translateY(-50%); 
  left: 5%;
  /* 幅と高さを同じ計算式で固定することで、iPhoneの縦伸びを完全に防ぎます */
  width: clamp(var(--icon-min), var(--icon-width), var(--icon-max));
  aspect-ratio: 1 / 1;
  height: auto; 
  /* Safari(iPhone)で要素が潰れたり伸びたりするのを防ぐ */
  flex-shrink: 0;
  min-height: 0;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #f5f5f5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Safariで潰れを防止するお守り */
  flex-shrink: 0;
}
.memo-hero .mh-i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #ccc;
}

.mh-text {
  padding: 0 5% 2.5rem 5%; 
}
.mh-name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 1.2;
}
.mh-id {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ccc;
  margin-bottom: 1rem;
}
.mh-txt {
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

/*tab*/
.tab-container ul {
    display: flex;
    position: relative;
    margin-bottom: 1rem;
    padding: 0;
    list-style: none;
    border-radius: 8px;
}
.tab-container .slide-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 0px);
    height: calc(100% - 0px);
    background: #f0f0f0;
    border-radius: 6px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.tab-container ul li {
    flex: 1;
    position: relative;
    text-align: center;
    margin: 0 1px;
    padding: 1.2rem 0;
    color: #999;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.5px;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;
    z-index: 2;
    font-family: 'Baloo Thambi 2', cursive;
}
.tab-container ul li.selected {
    color: #5DBAF0;
    font-weight: 500;
}
.tab-container ul li:not(.selected):hover {
    color: #666;
    background: transparent;
}
.tab-content {
    display: none;
    min-height: 150px;
    color: #666;
    line-height: 1.6;
    padding: 0;
}
.tab-content.selected {
    display: block;
    animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
/**/
.situation {
  display:inline-block;
  color: #ffd454;
  letter-spacing: 0.5px;
  margin-left: 0.5rem;
  font-family: 'Lato',Helvetica Neue,Arial,Hiragino Sans,Hiragino Kaku Gothic ProN,BIZ UDPGothic,Meiryo,sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.situation span.situation-date-cover::before,
.situation span.situation-postno::before,
.situation-search-cover::before { content: " 【 "; }
.situation span.situation-hits::after,
.situation span.situation-postno::after { content: " 】"; }

/* edit,setting */
.ps-other {
    font-family: 'Baloo Thambi 2','icomoon', cursive;
    margin-left: auto;
  }
.ps-other .pso-p::before {
  font-family: 'icomoon';
  font-size: 1.8rem;
  content: "\e90a";
  margin-right: 2px;
}
.ps-other .pso-s a::before {
  font-family: 'icomoon';
  font-size: 1.8rem;
  content: "\e924";
}
.ps-other .pso-p,
.ps-other .pso-s a { color: #5DBAF0; }
.ps-other .pso-p:hover,
.ps-other .pso-s a:hover { color: #ccc; }


/* edit モーダルウィンドウ */
.popup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease-in-out;
    width: 100%;
    max-width: 85rem;
    max-height: 100%;
}
.popup.active {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transform: translateX(-50%);
    /*animation: popupShowHide 3.4s ease forwards;*/
}
@keyframes popupShowHide {
    0% {opacity: 0;transform: translateX(-50%) translateY(100%);}
    20% {opacity: 1;transform: translateX(-50%) translateY(0);}
    80% {opacity: 1;transform: translateX(-50%) translateY(0);}
    100% {opacity: 0;transform: translateX(-50%) translateY(100%);}
}
.popup-content {
    background-color: rgba(202, 202, 202, 0.9);
    border-radius: 5px;
    position: relative;
    text-align: center;
    padding: 3rem;
    color: #fff;
}
.popup-content a { font-size:1.5rem; color:#fff; }
.close-btn {
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.close-btn:before {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-family: 'icomoon';
  font-size: 2rem;
  color: #fff;
  content: "\e90c";
}
textarea {
  width: 100%; height: 120px !important;
  margin: 1rem 0 0 0;
  font-size: 1.6rem;
  padding: 1rem;
  border: none;
  border-radius: 5px;
}
.submitcover .postbutton { width: 100%; background-color: #5DBAF0; border: none; margin: 1rem 0; font-weight: 600; font-size: 1.6rem; }
.submitcover .postbutton:hover { background-color: #8cc6eb; border: none; }
.catChecks label { font-size: 1.4rem; }
.catChecks input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  background-color: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.catChecks input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

/*月日を/に書き換える*/
.datelimitlist .nen,
.datelimitlist .gatsu { font-size: 0; }
.datelimitlist .nen::before {
    content: "/";
    font-size: 1.4rem;
}
.datelimitlist .gatsu { padding:0 0.1rem; }
/*ページャー*/
.memo-pager {
  width: 100%;
  text-align: center;
  margin: 2rem 0;
}
.memo-pager a{
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #555;
  background: #f8f8f8;
  border-radius: 10px;
  line-height: 35px;
  margin-bottom: .5rem
}
.memo-pager a:hover,
.memo-pager .pagenumhere{
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  color: #fff;
  background: #5DBAF0;
  border-radius: 10px;
  line-height: 35px;
}
.memo-pager a.homelink {
  margin: 0 10px;
}
.memo-pager a.homelink::after {
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  content: "\e900";
}
/*youtube*/
.embeddedmovie {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 1rem 0;
}

/*メディア欄*/
.medialist {
  flex: 1;
  margin: 0 0 2rem 0;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: repeat(3,1fr);
  list-style:none;
  font-size:0;
}
.medialist span.imagelistitem {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: calc(1 / 1 * 100%);
}
.medialist span.imagelistitem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.medialist span.imagelistitem img.dummyimage { display: none; }

/* サーチ */
.searchbox{
  display: block;
  position: relative;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
}
.searchbox input[type="text"]{
  color: #555;
  font-size: 1.3rem;
  border: none;
  caret-color: #5DBAF0;
}
.searchbox input[type="text"]:focus {
  outline: 0;
}
.searchbox input[type="submit"] {
  cursor: pointer;
  font-family: 'icomoon';
  font-size: 1.4rem;
  border: none;
  background: none;
  color: #5DBAF0;
  outline: none;
  width: 2.2rem;
  height: 2.2rem;
  padding: 0;
  line-height: 2.2rem;
  text-align: center;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
}
/* カスタム絵文字ピッカー(その1) | Takotubo Club
https://10rin0.github.io/takodoc/tegalog/%E3%83%91%E3%83%BC%E3%83%84/cemoji_01/ */
.cepicker {
	margin: 10px auto;
	padding: 5px 0;
	max-height: 300px;
	overflow-y: auto;
	background-color: #dfdfdf;
	& #CemojiList {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 6px 3px;
	}
	& .oneCemoji {
		display: inline-grid;
		justify-items: center;
		padding: 2px;
		background-color: #f0f0f0;
	}
	& .cename, .cectrl {
		display: none;
	}
	& .oneCemoji img {
		height: 2em;
		cursor: pointer;
	}
}
.cepicker:empty {
	display:none;
}
/*絵文字*/
.cemoji img{ width: auto; height: auto; max-height:1.5rem; vertical-align: -0.3rem; padding-left:.2rem; }

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

      4.Gallery

======================================*/
.g-box { margin-bottom: 5rem; }
.g-wrap,
.g-wrap2,
.g-wrap3,
.g-wrap4 { margin: -1rem 2rem 3rem 2rem; }
.g-h {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  padding-bottom: 5rem;
}
.g-h p { margin: 0; }
.g-h p.g-h-n {
  margin: 0 auto;
  padding: 0 1rem 0 0;
  font-size: 1.9rem;
  font-family: 'Baloo Thambi 2','icomoon', cursive;
  font-weight: 500;
}
.g-h p.g-h-n:before { margin-right: 0.3rem; font-size: 1.2rem; }
.g-h p.g-h-n:before { content: "\e912  \e913"; }
/* タイトル */
.g-box h3 {
  margin-bottom: 4rem;
  padding: 1rem;
  color: #555;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing : 0.25rem;
  line-height: 1.5;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, #ffe55366 2px, transparent 2px), linear-gradient(#ffe55366 2px, transparent 2px);
  background-position: 3px 3px;
  background-size: 8px 8px;
}
.g-box h3 span {
  border-left: solid 5px #ffd454;
  padding-left: 1rem;
}
.g-wrap h4,
.g-wrap2 h4,
.g-wrap3 h4,
.g-wrap4 h4 {
  margin-bottom: 1.4rem;
  padding: 0.1rem 0 1rem 0;
  color: #555;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing : 0.25rem;
  line-height: 1.5;
  border-bottom: 1px dashed #dad2cb;
}
.g-wrap h4:before,
.g-wrap2 h4:before,
.g-wrap3 h4:before,
.g-wrap4 h4:before {
  content:'';
  padding-right: 1rem;
  border-left: solid 4px #7ba742;
}
.g-wrap h4 span,
.g-wrap2 h4 span,
.g-wrap3 h4 span,
.g-wrap4 h4 span { background: linear-gradient(transparent 60%, #ffe55370 60%); }
/* 一覧 */
.g-wrap ul,
.g-wrap2 ul,
.g-wrap4 ul {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  list-style:none;
  font-size:0;
}
.g-wrap3 ul {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  list-style:none;
  font-size:0;
}
/*
.g-wrap ul li img,
.g-wrap2 ul li img,
.g-wrap3 ul li img,
.g-wrap4 ul li img {
  width: 100%;
  height: auto;
}
*/
/* newマーク */
.new {
  position: relative;
}
.new::before{
	content: "";
	top: 0;
	left: 0;
	border-bottom: 2.8em solid transparent;
	border-left: 2.8em solid #5DBAF0;
	position: absolute;
	z-index: 10;
  border-radius: 3px;
}
.new::after {
	content: "new";
	top: 13px;
	left: 0;
	transform: rotate(-45deg);
	font-size: 1.3rem;
	font-weight: 500;
	color: #fff;
	position: absolute;
	z-index: 10;
	-webkit-font-smoothing: antialiased; 
}

.btn {
  width: auto;
  padding:0;
  margin:0;
  background:none;
  border:0;
  line-height:0;
  cursor:pointer;
  transition: 0.5s;
  border: 1px solid #eee;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
}
.btn img{ border-radius: 4px; will-change: transform; }
.c-bnr.zoom {
  display: block;
  transition-duration: .5s;
}
.c-bnr.zoom:hover {
  transform: scale(1.2);
}

.iziModals-img { text-align: center; }

/*WebDesign*/
.wd-img {
  width: 90%;
  margin: auto;
  display: block;
  padding: 3rem 0 1rem 0;
}
.wp-box {
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0.3rem;
  line-height: 1.7;
  margin: 0 auto;
  padding: 2rem 0;
  width: 80%;
}
.wp-box dl,
.wp-txt {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
  border-bottom: 5px solid #fff;
}
.wp-box dl dt,
.wp-box dl dd {
  box-sizing: border-box;
  margin: 0;
  line-height: 1.7;
  border-radius: 5px;
}
.wp-box dl dt {
  color: #fff;
  position: relative;
  width: 200px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing : 0.06rem;
  padding: 2rem;
  background-color: #5DBAF0cc;
  display: flex;
  align-items: center;
}
.wp-box dl dt:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 8px);
  right:-8px;
  border-left: 8px solid #5DBAF0cc;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.wp-box dl dd {
  width: calc(100% - 200px);
  font-size: 1.4rem;
  letter-spacing : 0.1rem;
  padding: 2rem 1rem;
}
.wp-box dl dd p.wpb-dd-left { float:left; width:140px; clear:both; text-align: right; }
.wp-box dl dd p.wpb-dd-left::after {
  padding: 0 1rem;
  color: #999;
  font-size: 1rem;
  font-family: 'icomoon';
  content:'\e90b';
}
.wp-box dl dd p.wpb-dd-right { float:right; width: calc(100% - 140px); }
.wp-box dl dd.wpb-bk {
  --stripe-color: #eee; /*ストライプの色 */
  background: linear-gradient(135deg, transparent 25%, var(--stripe-color) 26%, var(--stripe-color) 50%, transparent 51%, transparent 75%, var(--stripe-color) 76%, var(--stripe-color));
  background-size: 4px 4px;
  background-color: #fff;
}

.wp-box h5 {
   position:relative;
   padding: 1.5rem 0;   
   color:#555;
   margin: 0 0 2rem 0;
   display: flex;
   align-items: baseline;
   column-gap: 8px;
   color: #333;
}
.wp-box h5::before {
   width: 0.8em;
   height: 0.4em;
   border-bottom: 3px solid #5DBAF0;
   border-left: 3px solid #5DBAF0;
   transform: rotate(-45deg) translate(2px, -2px);
   content: '';
   margin-right: .2rem;
}
.wp-box h5:after{
   --stripe-color:#ccc;
   position:absolute;
   content: "";
   width: 100%;
   height: 5px;
   bottom:0;
   left:0;
   background: linear-gradient(135deg, transparent 25%,var(--stripe-color)  25%,var(--stripe-color)  50%,transparent 50%,transparent 75%,var(--stripe-color) 75%,var(--stripe-color));
   background-size: 4px 4px;
}
.wp-box h5 span{
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 0.6rem;
  letter-spacing : 0.3rem;
}
/*
.wp-box h5 {
  margin-bottom: 3rem;
  padding: 1.8rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing : 0.5rem;
  line-height: 1.5;
  border-radius: 5px;
  background-color: #5DBAF0;
  background-image: radial-gradient(circle, #ffffff33 1.5px, transparent 1.5px);
  background-position: 0 0;
  background-size: 8px 8px;
  box-shadow: 3px 3px 0 0px rgb(235, 235, 235);
}
.wp-box h5 p {
  border-left: solid 5px #5DBAF0;
  padding-left: 1rem;
}
.wp-box h5 span{
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 0.6rem;
  letter-spacing : 0.3rem;
}
*/
.wpt-s {
  color: #555;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  background-color: #eee;
  border-radius: 5px;
  margin: 0.8rem 0.8rem 0 0;
  letter-spacing : 0.15rem;
}


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

      5.Contact

======================================*/
.form-top {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.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;
  margin-right: 40px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  color: #F27B50;
  font-size: 1.2rem;
}
.Form-Item-Input {
  flex: 1;
  border: 1px solid #eee;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #eee;
  color: #555;
  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 #eee;
  border-radius: 6px;
  padding: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #eee;
  color: #555;
  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.7;
  } /*入力内容に問題が～*/
.Form-Btn {
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
}
input[type="submit"]{
  display: block;
  width: 100%;
  height: 45px;
  outline: 0;
  cursor: pointer;
  background: #bbb;
  color: #fff;
  border: 1px solid #bbb;
  border-radius: 6px;
  padding: 0 45px 0 25px;
  font-size: 15px;
  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 #fff;
  border-right: 2px solid #fff;
  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;
}
.button_wrap input[type="submit"]:hover {
  background: #ffd45499;
  color: #fff;
  border: 1px solid #ffd45499;
}
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-h p::after {
  display: block;
  position: relative;
	content: "\e921";
	top: 13px;
	left: 0;
  font-family: 'icomoon';
}
.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: #5DBAF0;
  font-family: 'icomoon';
  font-size: 1.6rem;
  content: "\e916";
}

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

      7.PrivacyPolicy

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