/*
Theme Name: base template
Theme URI:
Description:
Version: 1
Author: 2st planning Inc.
Author URI:
*/

*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:0 0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}

a,body,dd,dl,dt,figure,h1,h2,h3,h4,h5,h6,html,li,ol,p,ul {margin:0;padding:0;}
a,body,em,html,strong{font-weight:500;}*,::after,::before{box-sizing:border-box;}
html{background:inherit;font-size:62.5%;}
body{font-size:1.6rem;line-height:1.8;}
body,html{width:100%;}
h1,h2,h3,h4,h5,h6{line-height:1.4;}
a{cursor:pointer;}
a:hover{text-decoration:none;}
em,strong{font-style:normal;}
dd,dt,li{list-style:none;}
img{width:100%;height:auto;vertical-align:middle;line-height:1;}
small{font-size:inherit;}
table{border-collapse:collapse;}*{font-smoothing:antialiased;}


body{
  /** ----------
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Sans-Serif;
  ---------- */
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #575757;
  background: #fff;
  font-size: 16px;
}
a {
  color: #2196f3;
}
a:hover {
  color: #64b5f6;
}
/** ---------- 共通スタイル ---------- */
.l-wrapper {
  padding-bottom: 50px;
}
.c-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 15px;
}
.l-header-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-header-logo,
.l-header-logo a { font-size: 2.0rem; text-decoration: none; }
.l-header-logo a:hover { text-decoration: underline; color: #2196f3; }
@media (min-width: 1024px) {
  .l-header-logo,
  .l-header-logo a { font-size: 3.2rem; }
}
/** ---------- ユーティリティー ---------- */
.u-fs-10 { font-size: 10px !important; }
.u-fw-b, .bold { font-weight: 700 !important; }
.u-ta-r, .tright, .t-right { text-align: right !important; }
.u-ta-l, .tleft, .t-left { text-align: left !important; }
.u-ta-c, .tcenter, .t-center { text-align: center !important; }
.u-lh-1 { line-height: 1 !important; }
.u-lh-xs { line-height: 1.2 !important; }
.u-lh-sm { line-height: 1.4 !important; }
.u-lh-md { line-height: 1.8 !important; }
.u-lh-lg { line-height: 2.0 !important; }
.u-lh-xl { line-height: 2.2 !important; }
.u-d-n,
.u-d-n-xs { display: none !important; }
.u-d-i,
.u-d-i-xs { display: inline !important; }
.u-d-b,
.u-d-b-xs { display: block !important; }
.u-mt-xs, .s-mt1em { margin-top: 1em !important; }
.u-mb-sm, .u-mb1em { margin-bottom: 1em !important; }
.u-mb-md, .u-mb15em { margin-bottom: 1.5em !important; }
.u-mb-lg, .u-mb2em { margin-bottom: 2.0em !important; }
.u-mb-xl, .u-mb3em { margin-bottom: 3.0em !important; }
.u-mb15 { margin-bottom: 15px !important; }
.u-mb20 { margin-bottom: 20px !important; }
.u-mb30 { margin-bottom: 30px !important; }
.u-mb40 { margin-bottom: 40px !important; }
.u-mb50 { margin-bottom: 50px !important; }
@media (min-width: 544px) {
  .u-d-n-sm { display: none !important; }
  .u-d-i-sm { display: inline !important; }
  .u-d-b-sm { display: block !important; }
}
@media (min-width: 768px) {
  .u-d-n-md { display: none !important; }
  .u-d-i-md { display: inline !important; }
  .u-d-b-md { display: block !important; }
}
@media (min-width: 992px) {
  .u-d-n-lg { display: none !important; }
  .u-d-i-lg { display: inline !important; }
  .u-d-b-lg { display: block !important; }
}
@media (min-width: 1200px) {
  .u-d-n-xl { display: none !important; }
  .u-d-i-xl { display: inline !important; }
  .u-d-b-xl { display: block !important; }
}


/* ============== サイト共通調整 ============== */
/*------------- スマホでテキスト改行 ------------*/
@media screen and (min-width: 768px){
.br-sp {display: none; }
}
/*------------ PC・SP 表示切替（990） -----------*/
@media screen and (max-width: 990px){
  .pc9 {
    display: none!important;
  }
}
@media screen and (min-width: 990px){
  .sp9 {
    display: none!important;
  }
}
/*------------ PC・SP 表示切替（768） -----------*/
@media screen and (max-width: 768px){
  .pc7 {
    display: none !important;
  }
}
@media screen and (min-width: 768px){
  .sp7 {
    display: none !important;
  }
}
/*------------ PC・SP 表示切替（600） -----------*/
@media screen and (max-width: 600px){
  .pc6 {
    display: none;
  }
}
@media screen and (min-width: 600px){
  .sp6 {
    display: none;
  }
}
/*------------ 余白調整 -----------*/
.top_50 {
  margin-top: 50px;
}
.center {
  text-align: center;
  margin: 0 auto;
}

/* ============== ヘッダー ============== */
.site-logo img{
  height: 70px;
  width: auto;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item {
  margin: 16px 22px;
}
.gnav__menu__item a{
  color: #00f;
  text-decoration: none;
  font-size: 16px;
}
.gnav__menu__item a:hover {
  font-weight: bold;
  border-bottom: solid 2px #00f;
}
.hero{
    max-height: 500px;
    overflow: hidden;
    position: absolute;
}
.hero img{
    height: auto;
    width: 100%;
    display: none;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 800px;
}
.content p{
    margin-bottom: 40px;
}
/* -------------- 下にスクロールで消えて上にスクロールで固定表示 -------------- */
.pc-header{
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: flex-end;
    padding: 4px 60px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999;
}
.pc-header.hide{
    top: -80px;
}
/* -------------- ハンバーガーメニューヘッダー -------------- */
.sp-header{
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    padding: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999;
    display: none;
}
.sp-header.hide{
    top: -80px;
}
.header__inner {
  margin: 0;
  padding: 4px 15px;
  width: 100%;
}
.sp-header li {
  list-style-type: none;
  margin-top: 30px;
}
.sp-header a {
  color: #575757;
  font-size: 14px;
}
.sp-header a:hover {
  font-weight: bold;
  border-bottom: solid 2px #575757;
  text-decoration: none;
}
.sideMenu {
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  padding: 60px 15px;
  position: fixed;
  right: -220px;
  transition: all 0.6s;
  top: 0;
  width: 220px;
  z-index: 200;
  text-align: center;
}
.hamburger {
  cursor: pointer;
  height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  z-index: 300;
}
.hamburger span {
  background-color: #00f;
  height: 3px;
  left: 11px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger__lineTop {
  top: 20px;
}
.hamburger__lineCenter {
  top: 29px;
}
.hamburger__lineBottom {
  top: 38px;
}
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}
/* メニューが開いた時のCSS */
.nav-open .sideMenu {
  background-color: #fff;
  right: 0;
}
.nav-open .hamburger__lineTop {
  top: 26px;
  transform: rotate(45deg);
  background: #00f;
}
.nav-open .hamburger__lineCenter {
  left: 50%;
  width: 0;
}
.nav-open .hamburger__lineBottom {
  top: 26px;
  transform: rotate(-45deg);
  background: #00f;
}
.nav-open .overlay {
  opacity: 0.8;
  visibility: visible;
}
/* ============== フッター ============== */
.bg-footer {
  width: 100%;
  height: auto;
  z-index: -10;
  padding: 20px 0;
  background: #081E2B;
}
@media screen and (min-width: 768px) {
  /* video */
  .bg-footer{
    min-width: 768px;
  }
}
.footer-logo {
  width: 240px;
  margin: 0 auto;
}
.footer-contact {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.btn-shine {
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  width: 200px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
.btn-shine:hover {
  border-color: #FFF;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #000;
  color: #fff;
  text-decoration: none;
}

.footer-nav {
  width: 75%;
  margin: 15px auto;
}
.footer-nav ul {
  display: flex;
  justify-content: space-around;
}
.footer-nav ul li {

}
.footer-nav ul li a {
  color: #fff;
}
.footer-nav ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  border-bottom: solid 2px #fff;
}
.copyright {
  background: #081E2B;
  text-align: center;
}
.copyright p {
  color: #fff;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 140px;
  margin-bottom: 0;
}
.copyright p a {
  color: #fff;
}
.copyright p a:hover {
  color: #ccc;
}
.foot-cvbox {
  background: #0e215685;
  padding: 30px;
  border-radius: 16px;
  width: 80%;
  margin: 40px auto;
  padding-top: 12px;
}
.foot-cvname {
  display: flex;
}
.foot-cvname img {
  width: 80px;
  height: auto;
  margin-right: 20px;
}
.foot-cvinfo {

}
.foot-cvinfo h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 6px;
}
.foot-cvinfo p {
  color: #fff;
}
.foot-cvtel {
  text-align: right;
}
.foot-cvtel h3 {
  margin-bottom: 20px;
  border-bottom: dotted 2px;
  padding-bottom: 4px;
  color: #fff;
}
.foot-cvtel a {
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
  line-height: 2;
}
.foot-cvtel a img {
  width: 22px;
}
@media screen and (max-width: 767px) {
  .foot-cvname {
    display: block;
    text-align: center;
  }
  .foot-cvname img {
    width: 80px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .foot-cvinfo h3 {
    font-size: 28px;
  }
  .foot-cvtel a {
    font-size: 22px;
    color: #fff !important;
    text-decoration: none !important;
  }
  .foot-cvtel {
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
  }
}
/*------------------ 追従ナビ ------------------*/
.low-navi{
	position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	z-index: 9999;
}
.low-navi.js_hide {
	transform: translateY(100%);
}

.low-navi ul {
  margin: 0 auto;
	background: rgba(8, 30, 43, .8);
	display: flex;
  justify-content: space-around;
}
.low-navi li{
  padding: 20px 0;
}
.low-navi li a{
  color: #000;
  text-align: center;
  padding: 12px 30px;
  background: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
}
.low-navi li a:hover {
  text-decoration: none;
}
.low-navi li a span:hover {
}
.low-navi li a img {
  width: 26px;
  padding-bottom: 3px;
  margin-right: 4px;
}
.low-btn {
  opacity: 0;
  visibility: hidden;
}
.active{
  opacity: 1;
  visibility: visible;
}
.pagetop {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 6px;
}
.pagetop a {
}
.pagetop a img {
  width: 80px;
}
/*------------------ スクロール誘導 ------------------*/
.scroll {
  padding-top: 150px;
}
.scroll a {
  position: absolute;
  bottom: 0;
  left: 46%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  text-align: center;
  right: 48%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*------------------ 投稿ページ（次、前の記事） ------------------*/
.prev_next {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.prev_next .prev {

}
.prev_next .next {

}
//*------------------ Slick Slider ------------------*/
.slider {
  width: 94%;
  margin: 30px auto;
}
.slider img {
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #575757 !important;
}
.slick-prev:before {
  content: '◀' !important;
}
.slick-next:before {
  content: '▶' !important;
}
/*------------------ slide logo ------------------*/
.slide img {
  width: 70%;
  padding: 0 10px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .slide img {
    padding: 10px 0;
    width: 80%;
  }
}
/*------------ モーダルウィンドウ -----------*/
.md-btn {
  margin-top: 10px;
}
.md-btn_a {
  background: #f7f7f7;
  display: inline-flex;
  padding: 2px 80px;
  color: #575757;
  font-weight: 600;
  border-radius: 18px;
  border: solid 1px rgb(0 0 0 / 50%);
  font-size: 14px;
}
.md-btn_a:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  padding: 30px 30px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window.modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
  border: unset !important;
}
.modal-content {
  overflow-y: auto;
  text-align: left;
  border: unset !important;
}
.modal-content h4 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: dashed 1px rgb(0 0 0 / 50%);
  color: #575757;
  margin-bottom: 8px;
  padding-bottom: 3px;
}
.modal-content p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 18px;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}


/*-----------------------------------------------
下層：ベース
-----------------------------------------------*/
/*------------------ 下層全体 ------------------*/
.content-area {

}
.site-main {
  padding-bottom: 60px;
}
.lower-area {
  padding: 40px 0;
}
.lower {
  margin-top: 60px;
  margin-bottom: 60px;
}
/*------------------ 下層ヘッダー ------------------*/
.entry-header {
  position: relative;
}
.entry-header img {

}
.entry-header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #081e2b;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 1px 1px 4px #fff;
}
@media only screen and (max-width:767px) {
  .entry-header img {
    height: 200px;
  }
  .entry-header h2 {
    font-size: 28px;
    width: 90%;
    text-align: center;
  }
}
/*-----------------------------------------------
プライバシーポリシー
-----------------------------------------------*/
.p-policy {
  
}
.p-policy h3 {
  font-size: 22px;
  margin-bottom: 28px;
  position: relative;
  padding: 6px 0;
  border-bottom: 4px solid #666;
}
.p-policy h3::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #d8000f;
}
.p-policy h4 {
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #666;
}
.p-policy p {
  
}
.p-policy ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li {
  list-style: circle;
  margin-left: 22px;
}
.p-policy ul li ol {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li {
  list-style: decimal-leading-zero;
  margin-left: 26px;
}
.p-policy ul li ol li ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li ul li {
  list-style: disc;
}
/*------------------ 見出し------------------*/
.lower-area h2 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower-area h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #afafaf;
}
.lower-area h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #dc3545;
}
/*------------------ 見出し------------------*/
.lower h2 {
  font-size: 30px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #afafaf;
}
.lower h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #d69738;
}
.lower2 h2 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower2 h2 span {
  font-size: 16px;
  display: block;
  padding-top: 4px;
  color: #a7a7ff;
}
.lower2 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0000ff;
}
/*-----------------------------------------------
記事一覧
-----------------------------------------------*/
.archive-list {
  position: relative;
}
.archive-list img {
  position: relative;
}
.archive-list h3 a {
  font-size: 16px;
  color: #575757;
  font-weight: bold;
  margin: 6px 0;
}
.archive-list h3 a:hover {
  color: #d69738;
  text-decoration: none;
}
.archive-list p {
  position: absolute;
  top: 0;
  background: #000;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
}
.archive-list p a {
  color: #fff;
}


/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.cform tr {

}
.cform th {
	font-size: 14px;
	width: 25%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
  background: #e9ecef;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
  background: #f8f9fa;
}
.cform {
	width: 80%;
	margin: auto;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #adb5bd;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #000;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #000 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #fff;
	color: #000;
  font-weight: bold;
}
/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin: 20px auto;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #000;
  font-weight: bold;
  font-size: 14px;
}
