@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	contain
----------------------------------------------------*/
.container {
  position: relative;
  max-width: 1200px;
  margin: 0 0 0 3.4em;
}
footer .container {
  /* max-width: 90%; */
}
@media (max-width: 1200px) {
  .container {
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
}
@media (min-width: 481px) and (max-width: 896px) {
  .container {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .container {
    margin: 0;
  }
}
.container.container--w800 {
  max-width: 800px;
}
@media (max-width: 1200px) {
  .container.container--w800 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 800px) {
  .container.container--w800 {
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
}
.container.container--w1000 {
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .container.container--w1000 {
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
}

/*----------------------------------------------------
	smartNv
----------------------------------------------------*/
header .spMenu {
  display: none;
  position: absolute;
  right: 15px;
  top: 12px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1000;
}
@media (max-width: 767px) {
  header .spMenu {
    display: block;
  }
}
header .spMenu div {
  position: relative;
}
header .spMenu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #aaa;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .spMenu span:nth-child(1) {
  top: 10px;
}
header .spMenu span:nth-child(2) {
  top: 20px;
}
header .spMenu span:nth-child(3) {
  top: 30px;
}
header .spMenu.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #aaa;
}
header .spMenu.open span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .spMenu.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #aaa;
}

#smartNv {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  padding: 0 12% 5vh;
  z-index: 999;
}
#smartNv .flex {
  width: 100%;
  height: 100%;
}
#smartNv .nav {
  opacity: 0;
  margin-bottom: 30px;
  width: 100%;
  padding: 0 8%;
}
#smartNv .nav li {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  letter-spacing: 0.1em;
}
#smartNv .nav li a {
  display: block;
  width: 100%;
  line-height: 5.2vh;
  color: #999;
  text-decoration: none;
}
#smartNv .nav li:first-child {
  border-bottom: 1px solid #666;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

/*----------------------------------------------------
	flexbox
----------------------------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex.flex--justify {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.flex--jcenter {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex.flex--wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex--center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

/*----------------------------------------------------
	res
----------------------------------------------------*/
.hide {
  display: none;
}

.pc {
  display: inline;
}

.pc.block {
  display: block;
}

.pc.inline-block {
  display: inline-block;
}

.pc_hide {
  display: none;
}

.pc_hide.block {
  display: none;
}

.pc_hide.inline-block {
  display: none;
}

.tab {
  display: none;
}

.tab.block {
  display: none;
}

.tab.inline-block {
  display: none;
}

.sp {
  display: none;
}

.sp.block {
  display: none;
}

.sp.inline-block {
  display: none;
}

.sp-tab {
  display: none;
}

.sp-tab.block {
  display: none;
}

.sp-tab.inline-block {
  display: none;
}

@media screen and (min-width: 481px) and (max-width: 896px) {
  .tab {
    display: inline;
  }

  .tab.block {
    display: block;
  }

  .tab.inline-block {
    display: inline-block;
  }

  .tab_hide {
    display: none;
  }

  .tab_hide.block {
    display: none;
  }

  .tab_hide.inline-block {
    display: none;
  }

  .sp-tab {
    display: inline;
  }

  .sp-tab.block {
    display: block;
  }

  .sp-tab.inline-block {
    display: inline-block;
  }

  .sp-tab_hide {
    display: none;
  }

  .sp-tab_hide.block {
    display: none;
  }

  .sp-tab_hide.inline-block {
    display: none;
  }

  .pc {
    display: none;
  }

  .pc.block {
    display: none;
  }

  .pc.inline-block {
    display: none;
  }

  .pc_hide {
    display: inline;
  }

  .pc_hide.block {
    display: block;
  }

  .pc_hide.inline-block {
    display: inline-block;
  }

  .sp {
    display: none;
  }

  .sp.block {
    display: none;
  }

  .sp.inline-block {
    display: none;
  }

  .sp_hide {
    display: inline;
  }

  .sp_hide.block {
    display: block;
  }

  .sp_hide.inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 479px) {
  .sp {
    display: inline;
  }

  .sp.block {
    display: block;
  }

  .sp.inline-block {
    display: inline-block;
  }

  .sp_hide {
    display: none;
  }

  .sp_hide.block {
    display: none;
  }

  .sp_hide.inline-block {
    display: none;
  }

  .sp-tab {
    display: inline;
  }

  .sp-tab.block {
    display: block;
  }

  .sp-tab.inline-block {
    display: inline-block;
  }

  .sp-tab_hide {
    display: none;
  }

  .sp-tab_hide.block {
    display: none;
  }

  .sp-tab_hide.inline-block {
    display: none;
  }

  .tab {
    display: none;
  }

  .tab.block {
    display: none;
  }

  .tab.inline-block {
    display: none;
  }

  .tab_hide {
    display: inline;
  }

  .tab_hide.block {
    display: block;
  }

  .tab_hide.inline-block {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .pc.block {
    display: none;
  }

  .pc.inline-block {
    display: none;
  }

  .pc_hide {
    display: inline;
  }

  .pc_hide.block {
    display: block;
  }

  .pc_hide.inline-block {
    display: inline-block;
  }
}
/*----------------------------------------------------
	flexbox
----------------------------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex.flex--justify {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.flex--jcenter {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex.flex--wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.flex--center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/*----------------------------------------------------
	btn
----------------------------------------------------*/
a.btn, .btn {
  display: inline-block;
  color: #fff;
  min-width: 250px;
  text-align: center;
  padding: 12px 1rem;
  text-decoration: none;
  border: 1px solid #fff;
}
a.btn:hover, .btn:hover {
  background: #fff;
  color: #000815;
}
a.btn.btn--yellow, .btn.btn--yellow {
  background: #675e0f;
}
a.btn.btn--yellow:hover, .btn.btn--yellow:hover {
  color: #fff;
  background: #a3962d;
}
a.btn.btn--small, .btn.btn--small {
  padding: 4px 0.5rem;
}
a.btn.btn--large, .btn.btn--large {
  min-width: 50%;
  padding: 20px 1rem;
}
a.btn.btn--100per, .btn.btn--100per {
  width: 100%;
}

@media screen and (max-width: 896px) {
  a.btn, .btn {
    padding: 10px 0.5rem;
  }
  a.btn.btn--large, .btn.btn--large {
    width: 90%;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}
/*----------------------------------------------------
	animation
----------------------------------------------------*/
.delay01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.delay4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.delay45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.delay5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.delay55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.delay6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.delay65s {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.delay7s {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.delay75s {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

.delay8s {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.delay85s {
  -webkit-animation-delay: 8.5s;
  animation-delay: 8.5s;
}

.delay9s {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.delay95s {
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}

.contents_block {
 width:80%;
 margin:0 auto;
 padding:40px auto 0;
 position:relative;
 font-size:110%;
 transition: all 0.5s;
}
@media screen and (max-width: 896px) {
  .contents_block {
    font-size:90%;
  }
}
@media screen and (max-width: 690px) {
  .contents_block {
    font-size:90%;
  }
}
@media screen and (max-width: 640px) {
  .contents_block {
    font-size:90%;
  }
}
@media screen and (max-width: 480px) {
  .contents_block {
    font-size:90%;
  }
}
.contents_detail_inner>.contents_block:nth-child(1) {
 padding:90px 0 50px
}
.contents_block_inner {
 width:100%
}
.contents_block_left,
.contents_block_right {
 width:50%
}
@media (min-width:641px) and (max-width:768px) {
 .contents_block {
  width:85%
 }
}
/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
font-size:14px;
}
#cf-tbl table tr th{
width: 15%;
background: #eee;
}
@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}


#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
#cf-tbl .height60 {
	height:60px;
}
#cf-tbl .font18 {
	font-size:18px;
}
/*「必須」文字デザイン*/
.required{
font-size:1em;
padding: 5px;
background: #f00;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:1em;
padding: 5px;
background: #333;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}
.contents_block h3 {
	font-size:1.2em;
	border-bottom:solid 1px #000;
	padding:0 0 20px 20px;
	margin-bottom:50px;
	color:#000;
}
.contents_block h2,.contents_block p {
	color:#000;
	font-size:1.2em;
	margin:20px 0 20px 0;
}
.fontMin {
	font-family: 'ＭＳ 明朝', 'MS Mincho','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.fontMix {
	font-family: 'Helvetica','Arial','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'sans-serif;
}
.backGray {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee;
	padding:30px 4px 30px 4px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.postContent {
	background:#fff;
	border:1px solid #ccc;
	padding:30px;
	border-radius:20px;
	margin:auto;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
	width:80%;
}
.postContent h2{
	font-size:1.3em;
	font-weight:bold;
	border-bottom:1px solid #000;
	padding:10px 0;
	width:90%;
	margin-bottom:30px;
}
.postContent p{
	padding:10px 0;
}
.postContent li{
	padding:4px 0;
}
.postContent cite{
	padding:10px 0;
}
.postContent img{
	/* width:80%; */
	border-radius:10px;
	border:10px solid #eee;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
/*
@media screen and (max-width: 896px) {
	.postContent img{
		width:100%;
	}
}
.wp-block-image {
	text-align:center;
}
*/
.marginTop {
    margin-top:60px;
}
.marginBottom {
    margin-top:130px;
}
.pdfLink:hover {
  background: #333;
  color: #fff;
  border: 1px solid #999;
  transition: 0.5s ease;
}
.pdfLink {
  display: block;
  padding:15px;
  width: 32%;
  background: #ccc;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 2px;
  margin: 15px auto 0;
  border: 1px solid #999;
  border-radius: 10px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 780px) {
  .pdfLink {
    width: 50%;
  }
}