@charset "UTF-8";
@import"style.css";

/*--------------------------------------------------------------------------------
 *
 * style.cssの内容をリセット・再定義
 *
--------------------------------------------------------------------------------*/

strong {font-weight: bold;}
.has-vk-color-primary-color {
    color: var(--wp--preset--color--vk-color-primary) !important;
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * グローバルナビゲーション
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

/* ------------------------------グローバルナビゲーション（PC）------------------------------　*/
/*
#gnav li a {color: #000;}
#gnav li a:hover {color: #937c52;}
#gnav li a:active {color: #937c52;}
#gnav li a.current-news {color: #937c52;}
#fix-header ul.sp-sns li a {color: #000;}
#fix-header.m_fixed nav ul > li a.current-news {color: #937c52;}
*/

/* ------------------------------グローバルナビゲーション（SP）------------------------------　*/

@media screen and (max-width:768px){
.hamburger span {background: #000;}
}



/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * パンくずリスト
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

nav#pan { text-align:left; margin:0; padding:0 0 2px 0; letter-spacing: 2px; width: 95%; margin: 0 auto;}
nav#pan ol {max-width: 1000px; width: 96%; margin: 0 auto; padding: .5em 0;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -ms-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-align: start; -ms-flex-align: start; justify-content: flex-start; }
nav#pan ol li {
	list-style-type:none; font-size:12px; color:#000; /* align-items: baseline;  */line-height: 1.8; padding: 5px 0 5px 0;
/* 	display:-webkit-box; display:-ms-flexbox; display: flex; */}
nav#pan ol li a { color:#000; }
nav#pan ol li:before { content: " > "; padding: 0 .5em; z-index: 1;}
nav#pan ol li:first-child:before { content:""; padding: 0;}
nav#pan ol li span {margin: 0 5px 0 8px;}

@media screen and (max-width:768px){
	nav#pan {width: 96%; margin: auto;}
}

@media screen and (max-width:766px){
	nav#pan { padding:0 0px 2px 0px; }
	nav#pan ol {margin: auto;}
	nav#pan ol li {font-size: 10px;}
}

/* ------------------------------共通------------------------------　*/
section { width:100%; }
section.contents {padding: 30px 0;}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * メインビジュアル
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
.kv_kaso {position: relative; height: 490px; background-repeat: no-repeat; background-size: cover;}
.kv_inner {height: 100%; display: flex; align-items: center; justify-content: center; text-align: center;}
.top-ttl h1 {font-size: 40px; font-weight: bold; line-height: 1.4; margin-bottom: 0px; position: relative; text-align: center; font-family: 'Zen Maru Gothic', sans-serif;}
.top-ttl h1 span {display: block; font-size: 24px; letter-spacing: 2px; color: #d77e9a;}
.kv_kaso_02 {height: auto; padding: 100px 0; border-bottom: 2px solid #373737; width: 90%; margin: 0 auto;}

@media only screen and (max-width: 766px) {
	.kv_kaso {height: auto;}
	.kv_kaso .kv_inner {padding: 90px 0 60px 0; width: 90%; margin: 0 auto;}
	.kv_kaso .top-ttl {padding: 40px 0;}
	.kv_kaso h1 {margin-bottom: 0;}
	.kv_kaso .top-ttl h1 {font-size: 30px;}
	.kv_kaso .top-ttl h1 span {font-size: 16px;}
	.kv_kaso_02 {padding: 60px 0;}
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * コラム一覧ページ（home.php）
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
/* .page_blog .kv_kaso {height: auto; padding: 100px 0; border-bottom: 2px solid #373737; width: 90%; margin: 0 auto;} */
ul.column-wrapper {display: flex; flex-wrap: wrap;}
ul.column-wrapper > li {flex-basis: 31%; margin: 10px 1%; background: #fff; border-radius: 15px;}
ul.column-wrapper > li img {height: 160px; width: 100%; object-fit: cover; border-radius: 15px 15px 0 0;}
ul.column-wrapper > li .txt-wrapper {background: #fff; padding: 20px; border-radius: 0 0 15px 15px;}
ul.column-list > li {border-bottom: dotted #e496a8; position: relative; padding: 10px 0 10px 20px;}
ul.column-list > li::before {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 1;
    width: 5px;
    height: 5px;
    border: 2px solid #e496a8;
    background: #e496a8;
    border-radius: 50%;
}

@media only screen and (max-width: 766px) {
	ul.column-wrapper {justify-content: space-between;}
	ul.column-wrapper > li {flex-basis: 49%; margin: 10px 0;}
}

@media only screen and (max-width: 466px) {
	ul.column-wrapper > li img {height: 130px;}
}

/*

#page_news .news-wrapper {display: flex; justify-content: space-between;}
#page_news .list-wrapper {flex-basis: 77%;}
#sidebar {flex-basis: 13%;}
#sidebar ul li a {padding: 15px 0; display: block; color: #bfbfbf;}
#sidebar ul li a.current {color: #009e96;}
.news ol {
	display:-webkit-box; display:-ms-flexbox; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.news ul.post > li {padding: 35px 0 10px 0; }
.news ul.post > li:not(:last-of-type) {border-bottom: 1px solid #eee;}
.news .post-wrapper {display: flex; justify-content: space-between;}
.news .post-wrapper .img-wrapper {width:200px; height:auto;}
.news .post-wrapper .img-wrapper img {width: 100%; height: 100%; object-fit:contain; border: 1px solid #eee;} 
.news .post-wrapper .txt-wrapper {width: calc(100% - 250px); padding-left: 55px;}
.news .post-wrapper h3 {font-size: 14px; margin: 10px 0 7px 0;}
.news .post-wrapper p.category {color: #000; border-color: #000;}
.news .post-wrapper .ymd {padding: 0;}
.news .post-wrapper .new-tag {margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;}
.news .btn-more-wrapper {text-align: right; width: 100%; padding-right: 20px; margin-top: 0;}
.news .btn-more-wrapper p {position: relative; padding-right: 20px;}
.news .btn-more-wrapper p:after {content: ''; width: 25px; height: 1px; display: inline-block; background-color: #009e96; position: absolute; top: 55%; right: -30px; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.news .btn-border {margin-top: 0;}

@media screen and (max-width:966px){
	#page_news .news-wrapper {flex-direction: column-reverse;}
	.news .post-wrapper .img-wrapper {width: 25%;}
	.news .post-wrapper .txt-wrapper {width: 70%; padding-left: 0; flex-basis: 70%;}
  #sidebar {flex-basis: 100%;} 
  #sidebar ul {display: flex; justify-content: space-around;}  
}

@media screen and (max-width:766px){
	.news .post-wrapper {flex-wrap: wrap;}
	.news .post-wrapper .img-wrapper {width: 100%; flex-basis: 100%; margin-bottom: 20px;}
	.news .post-wrapper .txt-wrapper {width: 100%; flex-basis: 100%;}
}
*/

/* ------------------------------ページャー（ブログ一覧）------------------------------　*/
/*
#pagenation {margin-top: 50px;}
#pagenation #pagenation-list{display:inline-block; font-family: 'Noto Sans JP', sans-serif;}
#pagenation:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
#pagenation #pagenation-list li{float: left; margin: 0 10px 0px 0; font-family: 'Oswald', sans-serif;}
#pagenation #pagenation-list li:last-child{margin-left:0;}
#pagenation #pagenation-list li a.next {position: relative; display: inline-block; padding: 0 20px; color: transparent; text-decoration: none; outline: none; margin-left: 50px;}
#pagenation #pagenation-list li a.next::before {content: ''; position: absolute; bottom:22px; left:50%; width: 50%; height: 1px; background:#bfbfbf; transition: all .3s;}
#pagenation #pagenation-list li a.next::after {content: ''; position: absolute; bottom:26px; right:0; width: 13px; height:1px; background:#bfbfbf; transform: rotate(35deg); transition: all .3s;}
#pagenation #pagenation-list li a.prev {position: relative; display: inline-block; padding: 0 20px; color: transparent; text-decoration: none; outline: none; margin-right: 50px;}
#pagenation #pagenation-list li a.prev::before {content: ''; position: absolute; bottom:22px; right:50%; width: 50%; height: 1px; background:#bfbfbf; transition: all .3s;}
#pagenation #pagenation-list li a.prev::after {content: ''; position: absolute; bottom:26px; left:0; width: 13px; height:1px; background:#bfbfbf; transform: rotate(145deg); transition: all .3s;}
#pagenation #pagenation-list .current{ border-radius: 2px; color: #009e96 !important; width: 50px; height: 50px; font-size: 14px; font-weight: bold; border-radius: 5px;
	display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
#pagenation #pagenation-list .omit{padding:4px 2px;color:#000;}
#pagenation #pagenation-list li a { width: 50px; height: 50px; font-size: 14px; font-weight: bold;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}

@media only screen and (max-width: 766px) {
	#pagenation #pagenation-list a, #pagenation #pagenation-list span {font-size: 4vw; }
	#pagenation #pagenation-list li a {width: 2em; height: 2em;}
	#pagenation #pagenation-list li span {width: 2em; height: 2em;}
	#pagenation #pagenation-list .current {width: 2em; height: 2em;}
	#pagenation #pagenation-list li a.next:after {right: 1em;}
	#pagenation #pagenation-list li a.prev:after {right: 1em;}
}
*/


/* ------------------------------前の記事、次の記事------------------------------　*/
/*--------------------------------
PREV NEXT
---------------------------------*/
/*
#prev_next{width:100%; margin: 60px 0 0px; height: 60px; padding:0; position: relative;
	display:-webkit-box; display:-ms-flexbox; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
#prev_next  #prev, #prev_next  #next{ width: 30%; display: table-cell; position:relative; text-decoration:none;}
#prev_next  #prev {padding:30px 30px 10px 10px;}
#prev_next  #next {padding:30px 10px 10px 30px;}
#prev_next #prev::before {content: ''; display: inline-block; width: 12px; height: 20px; background-image: url(img/arrow.png); background-size: contain; vertical-align: middle;position: absolute; top: 20px; right: 20px;  z-index: 10;  -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
#prev_next  #next::after {content: ''; display: inline-block; width: 12px; height: 20px; background-image: url(img/arrow.png); background-size: contain; vertical-align: middle; position: absolute;
  top: 20px; left: 25px;  z-index: 10;}
#prev_next #prev, #prev_next #next{ background: #fff; }
#prev_next #prev_title, #prev_next #next_title{font-size:90%; top:-1em; position:absolute; text-align: center; padding:3px; color:#000; font-weight: bold;}
#prev_next #next_title{right:10px;}
#prev_next #prev img, #prev_next #next img {margin:0;}
#prev_next #prev_no, #prev_next #next_no {width: 50%; height:140px; padding:0 10px; display: table-cell;}
#prev_next_home{display: none;}
#prev_next_home:hover{background-color: rgba(0,0,255,0.7);}
#prev_next_home i {color:#FFF; margin:10px auto ; font-size:60px;}


@media only screen and (max-width: 766px) {
	#prev_next #prev, #prev_next #next {width: 15%; padding: 0;}
	#prev_next #prev::before {right: 1em;}
	#prev_next #next::after {left: 1em;}
}
*/

/*
.list-btn-wrapper {display: flex;}
.list-btn {position: relative; display: block; overflow: hidden; width: 100%; height: 60px; margin: 50px 0 30px; text-transform: uppercase; border: 1px solid currentColor; font-size: 19px;  font-weight: 700; letter-spacing: 2px; display: flex; align-items: center; justify-content: center;}
.list-btn:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #937c52; -webkit-transform: translateX(-100%); transform: translateX(-100%);}
.list-btn:after { content: ''; display: inline-block; width: 6px; height: 12px; background-image: url(img/arrow.png); background-size: cover; vertical-align: middle; position: absolute; right: 25px;}
.list-btn:hover {color: #fff; z-index: 999;}
.list-btn:hover:before {-webkit-transform: translateX(0); transform: translateX(0);}
.list-btn:hover:after {background-image: url(img/arrow-white.png);}
*/

/*
@media screen and (max-width:766px){
	.list-btn-wrapper {margin: -4.5em auto 1em; text-align: left; max-width: none; width: 65%;}
	.list-btn {margin: 1.5em 0 1em; font-size: 4vw; height: 50px;}
}
*/

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 投稿ページ（single.php）
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
.wp-block-table td, 
.wp-block-table th {line-height: 1.5;}
/*
#page_blog .blog .inner {padding:25px 0;}
.blog-wrapper { width: 90%; margin-right: auto;}
.blog-wrapper .ttl {margin: 35px auto 80px;}
.blog-wrapper img {width: 100%; object-fit: cover;}
.blog-wrapper .date-wrapper {margin: 30px 0 60px; font-weight: 500; display: flex; align-items: center;}
.blog-wrapper .content {margin: 50px 0 90px 0;}
.blog-wrapper .date-wrapper p.ymd {font-size: 14px !important; margin: 0; }
.blog-wrapper .date-wrapper .category {border: 1px solid #000; color: #000;}
.blog-wrapper .blog-wrapper {width: 100%;}
.blog-wrapper .blog-wrapper h3 {font-size: 34px;}
.blog-wrapper iframe {width: 100%; height: 500px; margin: 0 0 30px 0;}
#page_blog .back-bottom .inner {display: flex; justify-content: space-between;}
#page_blog .back-bottom .btn-wrapper {margin: initial;}


@media screen and (max-width:766px){
	.blog-wrapper {width: 100%;}
	.blog-wrapper .inner {padding:0 0 60px 0;}
	.blog-wrapper iframe {height: 300px;}
}
*/

/* ------------------------------シェアボタン------------------------------　*/
/*
.share ul {width: 100%; max-width: 540px; margin: auto;
	display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.share ul li {max-width: 165px; width: 100%;}
.share ul li a {display: block; color: #fff; padding: .8em 1em; text-align: center; font-size: 1.3em; }
.share ul li i {padding-right: 0;}
.share-fb {background: #3b5998; }
.share-twiter {background: #55acee; }
.share-line {background: #00B900; }
.share-pocket {background: #d3505a; }
.share-hatena {background: #008fde; }
.share-hatena:before {content: "B!"; font-family: Verdana; font-weight: bold}

@media screen and (max-width:766px){
	.share ul li:not(:last-child) { margin-right: .5em;}
}
*/

/* ------------------------------関連記事一覧------------------------------　*/
/*
h2.kanren { margin-bottom: 30px; display: block; font-size: 22px; letter-spacing: 2px;}
ul.related li { border-bottom:1px dotted #cccccc; padding:20px 0; }
ul.related img { display:block; width:100px; height:100px; float:left; margin:0 20px 0 0; padding:0; }
ul.related a { font-size:10px; font-weight:normal; }
ul.related p { margin:0; padding:0; font-size:10px; }
ul.related p.title { font-size:14px; font-weight:bold; }
*/

/*
@media screen and (max-width:766px){
	h2.kanren {font-size: 5vw; margin-bottom: 1em;}
}
*/

/* ------------------------------関連記事------------------------------　*/
/*
ul.post02 {
	display:-webkit-box; display:-ms-flexbox; display:flex;
-ms-flex-wrap:wrap; flex-wrap:wrap;}
ul.post02 > li {width: 33%; flex-basis: 31%; margin-bottom: 30px;}
ul.post02 > li:hover a {color: #937c52;}
ul.post02 li:nth-child(3n+2)  { margin: 0 3.5% 30px 3.5%;}  
ul.post02 li .date-wrapper {letter-spacing: 3px; font-weight: 500;
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;}  
ul.post02 img { width:100%; height:190px; object-fit:cover; margin:0 auto 15px auto; padding:0;}
ul.post02 li h3 {font-size: 18px; margin: 10px 0 0 0;}  
ul.post02 li p { font-size:12px; margin:0;}

@media screen and (max-width:766px){
	ul.post02 li { width:47%; flex-basis:47%; margin:10px 0;}
	ul.post02 li:nth-child(3n+2) { margin:10px 0px; }
	ul.post02 li:nth-child(2n+1) { margin:10px 6% 10px 0px; }
	ul.post02 img {height: 14vh;}
	ul.post02 li h3 {font-size: 4vw;}
	ul.post02 li p {font-size: 4vw;}
}
*/

/* ------------------------------カテゴリ記事一覧------------------------------　*/
/*
.category-wrapper .ttl {margin: 35px auto 80px;}
.category-wrapper .inner {max-width: 1000px; width: 96%; margin: auto;}
.category-wrapper ol {
	display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.category-wrapper ol li {padding: 0 45px;}
.category-wrapper ol > li a {font-size: 14px; letter-spacing: 3px; font-weight: 500;}
*/
/*
.current-cat a {
    color: #009e96 !important;
} 
*/

/*
@media screen and (max-width:766px){
	.category-wrapper ol {display: block;}
	.category-wrapper ol li {width: 100%; text-align: center;padding: 3vh 0;}
	.category-wrapper ol li a {font-size: 4vw;}
}
*/

/* ------------------------------トップページへ戻るボタン------------------------------　*/

/*
a.button { background: #ffdc00; border: 3px solid #000; min-width: 300px; text-align: center; margin: auto; display: table; border-radius: 50px; font-weight: bold; font-size: 14px; padding: 18px 40px; 
	margin: 60px auto 0 auto;
  -webkit-box-align: center; -ms-flex-align: center;  align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
a.button span {display: block; font-weight: normal; margin-top: 10px;}
a.button:hover {background:#000; color:#fff !important; }

@media screen and (max-width:768px){
	a.button { width:100%; padding:20px; min-width: auto;}
}
*/

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 固定ページ（page.php）
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
 *
 * 共通
 *
--------------------------------------------------------------------------------*/

.ttl p {font-size: 14px; color: #ff873f;}
.ttl.last p {font-size: 22px;}
.sub-ttl { margin : 0 auto 4px; padding-left: 45px;}
.sub-ttl h3 {font-size: 34px; position: relative;}
.sub-ttl h3:before {content: ''; width: 25px; height: 1px; display: inline-block; background-color: #009e96; position: absolute; top: 50%; left: -30px; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 1;}
.subheading {border-bottom: 1px solid #ff873f; margin-bottom: 20px; display: flex; align-items: center;}
.subheading h4 {font-size: 26px; color: #ff873f; margin-bottom: 0; padding-bottom: 10px;}
.subheading span {margin-left: 25px;}
.subtxt h4 {font-size: 26px;}

.back-bottom .inner {padding: 25px 0;}
ul.color-list {list-style: disc; padding: 30px 0 30px 20px;}
ul.color-list li {color: #009e96; line-height: 1.8;}
ul.color-list.black li {color: #000;}
ul.img-list {width: 75%; margin-right: auto; display: flex; flex-wrap: wrap;}
ul.img-list li {flex-basis: 30%; margin: 15px 0;}
ul.img-list li:nth-child(3n+2) {margin: 15px 30px;}
ul.img-list li img {width: 100%; margin-bottom: 20px;}
ul.img-list li p {font-size: 12px;}
ul.circle-list li {position: relative; padding-left: 1.2em;}
ul.circle-list li:before {content: "○"; font-weight: 600; position: absolute; top: 17%; bottom: 50%; left: 0.5em; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
/*
ul.note-list {padding: 30px 0;}
ul.note-list li {position: relative; padding-left: 1.2em; line-height: 1.8; font-size: 14px;}
ul.note-list li:before {content: "＊"; font-weight: 600; position: absolute; top: 0.9em; left: 0.5em; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 0;}
*/
ol.number-list {counter-reset: number;}
ol.number-list > li {padding: 2px 0 2px 30px; position: relative;}
ol.number-list > li::before {position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    /* color: #fb0000; */
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    top: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 1;
    font-size: 12px;
    background: #e496a8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;}
.copy p {text-align: center; font-weight: bold; margin-bottom: 0;}
.page-anchor {display: block; padding-top: 100px; margin-top: -100px;}
/* .introduction {background: #ebebeb;} */
.contents-wrapper {background: #fff; border: 3px solid #373737; border-radius: 20px; padding: 40px;}

@media screen and (max-width:766px){
	.ttl {padding: 0 0 20px 0;}
	.ttl h2 {font-size: 30px;}
	.ttl.last p {font-size: 16px;}
	.sub-ttl h3 {font-size: 26px;}
	.subheading h4 {font-size: 22px;}
	#introduction {margin-bottom: 0;}
	.introduction-wrapper {width: 100%;}
	.introduction .img-wrapper {margin-top: 60px;} 
	ul.color-list li {font-size: 14px;} 
	ul.img-list {flex-basis: 100%; width: 100%; justify-content: space-between;}
	ul.img-list li {flex-basis: 48%;}
	ul.img-list li:nth-child(3n+2) {margin: 15px 0;}
	ul.note-list li {font-size: 14px; line-height: 1.6;}
	ol.number-list > li::before {font-size: 10px; top: 15px;}
	.contents-wrapper {padding: 20px;}
}



/*--------------------------------------------------------------------------------
 *
 * 企業情報（page_company.php）
 *
--------------------------------------------------------------------------------*/
.kv_profile {
	background-image: url(img/profile/kv-office@2x.png);
/*
  background-image: image-set(url(img/profile/kv-office.png) 1x, url(img/profile/kv-office@2x.png) 2x);
  background-image: -webkit-image-set(url(img/profile/kv-office.png) 1x, url(img/profile/kv-office@2x.png) 2x);
*/
}
.kv_profile h1 {color: #fff;}
.kv_profile h1 span {color: #e496a8;}
ul.promise-wrapper > li {background: #f5f5f5; border-radius: 20px; padding: 40px; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between;}
ul.promise-wrapper > li .ttl-wrapper {flex-basis: 30%;}
ul.promise-wrapper > li .ttl-wrapper h2 {font-weight: bold; font-size: 16px; margin: 0; color: #e496a8;}
ul.promise-wrapper > li .ttl-wrapper h2 span {font-size: 20px;}
ul.promise-wrapper > li .ttl-wrapper h3 {font-size: 18px; font-weight: bold;}
ul.promise-wrapper > li .txt-wrapper {flex-basis: 65%; border-left: dotted #e496a8; padding-left: 30px;}
ul.promise-wrapper > li .txt-wrapper p {margin-bottom: 0;}

@media screen and (max-width:766px){
	.kv_profile {
		background-image: url(img/profile/kv-office-sp.png);
		background-position: center center;}
	ul.promise-wrapper > li {padding: 20px; flex-wrap: wrap;}
	ul.promise-wrapper > li .ttl-wrapper {flex-basis: 100%; border-bottom: dotted #e496a8; margin-bottom: 10px;}
	ul.promise-wrapper > li .ttl-wrapper h3 {margin-bottom: 10px;}
	ul.promise-wrapper > li .txt-wrapper {flex-basis: 100%; border: none; padding-left: 0;}
}

/*--------------------------------------------------------------------------------
 * ご挨拶
--------------------------------------------------------------------------------*/
.greeting a {display: block; text-align: right; margin: 5px 0 0 0;}
img.img-greeting {display: block; margin: 0 auto; border-radius: 50%; border: 1px solid #eee;}
ul.profile-wrapper {display: flex; justify-content: space-between;}

@media screen and (max-width:766px){
	ul.profile-wrapper {display: block;}
	ul.profile-wrapper li img {display: block; margin: 0 auto 10px;}
}


/*--------------------------------------------------------------------------------
 * 会社概要
--------------------------------------------------------------------------------*/
.overview dl {display: flex; flex-wrap: wrap; padding: 20px 0; align-items: center;}
.overview dl:not(:last-of-type) {align-items: baseline; border-bottom: 1px dotted #e496a8;}
.overview dl > dt {flex-basis: 25%; font-weight: bold;}
.overview dl > dd {flex-basis: 75%; line-height: 1.7;}
.overview dl > dd > dl {display: block; border: none !important; margin-bottom: 40px; padding: 0;}
.overview dl > dd > dl > dt {color: #009e96; margin-bottom: 7px; padding: 0;}
.overview dl > dd > dl > dd {padding: 0;}
.overview .overview-table {width: 100%;}
.overview .overview-table h3 {font-size: 16px; margin-bottom: 0px;}
.overview .overview-map {height: 400px;}
.overview iframe {width: 100%; height: 100%;}

@media screen and (max-width:766px){
	.overview .overview-wrapper {flex-wrap: wrap;}
	.overview .overview-table {flex-basis: 100%; margin-bottom: 30px;}
	.overview .overview-map {flex-basis: 100%; height: 300px;}
	.overview dl > dt {flex-basis: 100%; font-size: 14px; line-height: 1.8; font-size: 16px; color: #e496a8;}
	.overview dl > dd {flex-basis: 100%; font-size: 14px;}
}


/*--------------------------------------------------------------------------------
 *
 *
 * 国際結婚：日本人の配偶者等（page_marriage.php）
 *
 *
--------------------------------------------------------------------------------*/
.page_marriage .kv_kaso {position: relative; 
  background-image: url(img/marriage/kv-marriage.jpg);
  background-image: image-set(url(img/marriage/kv-marriage.jpg) 1x, url(img/marriage/kv-marriage@2x.jpg) 2x);
  background-image: -webkit-image-set(url(img/marriage/kv-marriage.jpg) 1x, url(img/marriage/kv-marriage@2x.jpg) 2x);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.introduction .inner {padding: 50px 0 0 0;}
.introduction p {font-size: 36px; font-family: 'Zen Maru Gothic', sans-serif; font-weight: bold; text-align: center;}

ul.merit-wrapper-02 > li {border: 2px solid #373737; background: #fff; border-radius: 20px; padding: 40px; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between;}
ul.merit-wrapper-02 > li .ttl-wrapper {flex-basis: 30%;}
ul.merit-wrapper-02 > li .ttl-wrapper img {display: block; margin: 0px auto 30px;}
ul.merit-wrapper-02 > li .ttl-wrapper h2 {font-size: 20px; font-weight: bold; text-align: center;}
ul.merit-wrapper-02 > li .txt-wrapper {flex-basis: 65%; border-left: dotted #e496a8; padding-left: 30px;}
ul.merit-wrapper-02 > li .txt-wrapper p {margin-bottom: 0; font-size: 16px;  padding-top: 20px;}

.worries-wrapper {background: #fff; border: 3px solid #373737; border-radius: 20px; padding: 40px;}
.support h2 {font-size: 32px; font-weight: bold;}
.support-wrapper {border: 2px solid #373737; padding: 40px; background: #fff; border-radius: 20px;}
.pink-wrapper {border: 2px solid #e496a8; border-radius: 15px; background: #fdf5f4; margin: 20px 0;}
.pink-wrapper h3 {background: #fbceda; font-size: 22px; color: #373737; text-align: center; font-weight: bold; padding: 6px; border-radius: 15px 15px 0 0; margin: 0;}
.pink-wrapper .txt-wrapper {padding: 30px;}
ul.check-list-pink > li {position: relative; padding: 4px 0 4px 30px;}
ul.check-list-pink > li::before {content: url(img/svg/icon-check-pink.svg); position: absolute; left: 0px; top: 9px; z-index: 2; width: 30px;}

/* .blue-wrapper {background: #f5f5f5;} */
.blue-wrapper h3 {background: #0085b1;　font-size: 22px !important; color: #fff; text-align: center; font-weight: bold; padding: 6px; border-radius: 15px 15px 0 0; margin: 0;}
.blue-wrapper .txt-wrapper {background: #f5f5f5; padding: 20px; border: 2px solid #0085b1; border-radius: 0 0 15px 15px; margin-bottom: 10px;}
ul.check-list-blue > li {position: relative; padding: 4px 0 4px 30px;}
ul.check-list-blue > li::before {content: url(img/svg/icon-check-blue.svg); position: absolute; left: 0px; top: 9px; z-index: 2; width: 30px;}
.cta-02 {background: #fdf5f4 !important;}
.cta-02 .inner {padding: 70px 0 70px 0 !important;}

.price-wrapper section > h3 {font-size: 22px; font-weight: bold; border-bottom: 1px solid #373737; padding-bottom: 10px;}

/* 左右いっぱいに伸びた横線 */
h2.heading {font-size: 34px; font-weight: bold; align-items: center; display: flex; margin: 0; font-family: 'Zen Maru Gothic', sans-serif;}
h2.heading::before,
h2.heading::after {background-color: #373737; content: ""; flex-grow: 1; height: 2px; z-index: 1;}
h2.heading::before {margin-right: 30px;}
h2.heading::after {margin-left: 30px;}

.payment-wrapper {border: 3px solid #373737; border-radius: 20px; background: #fff; padding: 40px;}
ul.payment-list {display: flex; flex-wrap: wrap; justify-content: space-between;}
ul.payment-list > li {flex-basis: 48%;  border-radius: 15px; background: #fdf5f4; padding: 30px;}
ul.payment-list > li h3 {border-bottom: 2px dotted #e496a8; padding-bottom: 15px; text-align: center; margin-bottom: 15px; font-size: 18px; font-weight: bold; position: relative; padding-left: 20px;}
ul.payment-list > li h3::before {content: url(img/svg/icon-check-pink.svg); position: absolute; left: 0px; top: 5px; z-index: 2; width: 30px; height: 30px;} 
ul.payment-list > li:first-of-type {text-align: center;}
/* ul.payment-list > li:first-of-type p {display: inline-block;} */

@media screen and (max-width:766px){
	.introduction p {font-size: 26px; text-align: justify;}
	ul.merit-wrapper-02 > li {flex-wrap: wrap; padding: 20px;}
	ul.merit-wrapper-02 > li .ttl-wrapper {flex-basis: 100%; border-bottom: dotted #e496a8;}
	ul.merit-wrapper-02 > li .txt-wrapper {flex-basis: 100%; padding-left: 0; border-left: none;}
	.worries-wrapper {padding: 20px;}
	.support-wrapper {padding: 20px;}
	.payment-wrapper {padding: 20px;}
	
	h2.heading {font-size: 26px; display: block;} 
	h2.heading::before, 
	h2.heading::after {content: none;}
}

@media screen and (max-width:466px){
	ul.payment-list > li {flex-basis: 100%;}
	ul.payment-list > li:first-of-type {margin-bottom: 10px;}
}


/*--------------------------------------------------------------------------------
 *
 *
 * 帰化（page_kika.php）
 *
 *
--------------------------------------------------------------------------------*/
.page_kika .kv_kaso {position: relative; 
  background-image: url(img/service/kika/kv-kika.png);
/*
  background-image: image-set(url(img/service/kika/kv-kika.png) 1x, url(img/service/kika/kv-kika@2x.png) 2x);
  background-image: -webkit-image-set(url(img/service/kika/kv-kika.png) 1x, url(img/service/kika/kv-kika@2x.png) 2x);
*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------------------------
 *
 *
 * 永住許可（page_eiju.php）
 *
 *
--------------------------------------------------------------------------------*/
.page_eiju .kv_kaso {position: relative; 
  background-image: url(img/service/eiju/kv-eiju.png);
/*
  background-image: image-set(url(img/service/eiju/kv-eiju.png) 1x, url(img/service/eiju/kv-eiju@2x.png) 2x);
  background-image: -webkit-image-set(url(img/service/eiju/kv-eiju.png) 1x, url(img/service/eiju/kv-eiju@2x.png) 2x);
*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------------------------
 *
 *
 * 就労ビザ（page_workingvisa.php）
 *
 *
--------------------------------------------------------------------------------*/
.page_workingvisa .kv_kaso {position: relative; 
  background-image: url(img/service/workingvisa/kv-workingvisa.png);
/*
  background-image: image-set(url(img/service/workingvisa/kv-workingvisa.png) 1x, url(img/service/workingvisa/kv-workingvisa@2x.png) 2x);
  background-image: -webkit-image-set(url(img/service/workingvisa/kv-workingvisa.png) 1x, url(img/service/workingvisa/kv-workingvisa@2x.png) 2x);
*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------------------------
 *
 *
 * 短期滞在ビザ（page_short-term-stay.php）
 *
 *
--------------------------------------------------------------------------------*/
.page_short-term-stay .kv_kaso {position: relative; 
  background-image: url(img/service/short-term-stay/kv-short-term-stay.png);
/*
  background-image: image-set(url(img/service/short-term-stay/kv-short-term-stay.png) 1x, url(img/service/short-term-stay/kv-short-term-stay@2x.png) 2x);
  background-image: -webkit-image-set(url(img/service/short-term-stay/kv-short-term-stay.png) 1x, url(img/service/short-term-stay/kv-short-term-stay@2x.png) 2x);
*/
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
}



/*--------------------------------------------------------------------------------
 *
 *返金規定（page_henkin.php）
 *
--------------------------------------------------------------------------------*/



/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * カテゴリ一覧ページ（index.php）
 *
 *
 *
--------------------------------------------------------------------------------*/
.blog-wrapper {display: flex;}
.list-wrapper {width: 75%;}

@media screen and (max-width:966px){
	.blog-list-wrapper {width: 100%;}
}

@media screen and (max-width:766px){
  .blog-wrapper {display: block;}
  .list-wrapper {width: 100%;}
}

/* ------------------------------ページャー（ブログ一覧）------------------------------　*/
#pagenation{text-align:center; margin-top: 50px;}
#pagenation #pagenation-list{display:inline-block;}
#pagenation:after{content:".";display:block;clear:both;height:0;visibility:hidden;}
#pagenation #pagenation-list li{float: left; list-style: none; padding: 0; margin: 0 5px 5px 0 !important; border: none; width: auto; border-radius: 2px; border-radius: 50%; color: #fff;}
#pagenation #pagenation-list li:last-child{margin-left:0;}
#pagenation #pagenation-list a,
#pagenation #pagenation-list span {background:none;display:block;margin:0;padding:4px 9px;font-size:16px;line-height:1.5;text-align:center; border: none !important; background: #fff; border-radius: 5px; font-family: 'Oswald', sans-serif;}
#pagenation #pagenation-list .current{background:#373737; border:1px solid #373737; border-radius: 2px; color: #fff !important; width: 55px; height: 55px; font-size: 16px; font-weight: bold; border-radius: 5px;
	display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
#pagenation #pagenation-list .omit{padding:4px 2px;color:#777777;}
#pagenation #pagenation-list li a{color:#333333;border:1px solid #6B6B6B;text-decoration:none; width: 55px; height: 55px; font-size: 16px; font-weight: bold;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
#pagenation #pagenation-list a:hover{background:#fff; text-decoration:none; }


/* ------------------------------前の記事、次の記事------------------------------　*/
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{width:100%; margin: 60px 0 0px; padding:0;
	display:-webkit-box; display:-ms-flexbox; display: flex;
  -ms-flex-pack: distribute; justify-content: space-around;}
#prev_next  #prev, #prev_next  #next{ width: 50%; border-top: #000 1px solid; display: table-cell; position:relative; text-decoration:none;}
#prev_next  #prev {padding:30px 30px 10px 10px;}
#prev_next  #next {padding:30px 10px 10px 30px;}
#prev_next #prev::before {display: inline-block; position: absolute; top: 45%; left: -20px; vertical-align: middle; font-family: "Font Awesome 5 Free"; content: '\f053'; color: #0089d7;
    font-size: 20px; line-height: 1; font-weight: 900;}
#prev_next  #next::after {display: inline-block; position: absolute; top: 45%; right: -20px; vertical-align: middle; font-family: "Font Awesome 5 Free"; content: '\f054'; color: #0089d7;
    font-size: 20px; line-height: 1; font-weight: 900;}
#prev_next #prev_title, #prev_next #next_title{font-size:90%; top:-1em; position:absolute; background:#fdf5f4; text-align: center; padding:3px; color:#000; font-weight: bold;}
#prev_next #next_title{right:10px;}
#prev_next #prev img, #prev_next #next img {margin:0;}
#prev_next #prev_no, #prev_next #next_no {width: 50%; height:140px; padding:0 10px; display: table-cell;}
#prev_next #prev_no{border-right:#ccc 1px solid;}
#prev_next_home{display: none;}
#prev_next_home:hover{background-color: rgba(0,0,255,0.7);}
#prev_next_home i {color:#FFF; margin:10px auto ; font-size:60px;}
/*-- ここまで --*/

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
	#prev_next{display: block;}
	#prev_next #prev, #prev_next #next {display:-webkit-box; display:-ms-flexbox; display: flex;}
	#prev_next #prev {padding:7% 5% 5% 5% ; width: 100%;}
	#prev_next #prev img, #prev_next #next img  {margin-right: 7%;  width: 80px; height: 80px; object-fit: cover;}
  #prev_next #next {padding: 7% 5% 0 5%; width: 100%;}
  #prev_next #prev::before {top: 50px; left: -10px;}
  #prev_next #next::after {top: 50px; right: -10px;}
}
/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (min-width: 380px) {
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
	/*-- ここから --*/
	/*--------------------------------------
	768px PREV NEXT
	--------------------------------------*/
	#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
	#prev_next #next, #prev_next #next::before, #prev_next #next::after {	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;}
	#prev_next #prev_title, #prev_next #next_title{ padding:3px 10px;}
	#prev_next #next_title{right:10px;}
	#prev_next #prev img{ float:left; margin-right:10px; width: 100px; height: 100px;}
	#prev_next #next img{float:right; margin-left: 10px; width: 100px; height: 100px;}
/*-- ここまで --*/
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 投稿ページ（single.php）
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 投稿記事
--------------------------------------------------------------------------------*/
.post-wrapper {background: #fff;
    border-radius: 20px;
    padding: 40px;}
.post-wrapper h1 {font-weight: bold;}
.post-wrapper h2 {font-size: 26px !important;}

.post-wrapper img {width: auto; max-width: 100%; margin: 0px auto 30px;}
.post-wrapper .date-wrapper {margin-bottom: 10px; border-bottom: 2px solid #373737; padding-bottom: 20px;}
.post-wrapper .date-wrapper .ymd {font-size: 16px;} 
.post-wrapper .date-wrapper ul.post-categories {margin-bottom: 0; background: none; padding: 0; border-radius: 0; display: flex; flex-wrap: wrap;}
.post-wrapper .date-wrapper ul.post-categories li {background: #333;
    padding: 5px 1em;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    margin: 4px 0 4px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 15px;}
.post-wrapper .date-wrapper ul.post-categories li::before {content: none;}
.post-wrapper .date-wrapper ul.post-categories li a {color: #fff; text-decoration: none;}     
.post-wrapper .date-wrapper p {margin-bottom: 0;}
.post-wrapper .category {position: relative;}

/* ------------------------------コンテンツ内------------------------------　*/
/*
.post-wrapper ul { margin-bottom:20px; margin-bottom: 20px; background: #eee; padding: 20px; border-radius: 10px;}
.post-wrapper ul > li { margin: 15px 0; line-height: 1.7; position: relative; padding-left: 25px;}
.post-wrapper ul > li::before {content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 15px;
    height: 7px;
    border-left: 2px solid #fb0000;
    border-bottom: 2px solid #fb0000;
    transform: rotate(-45deg);
    z-index: 1;}
.post-wrapper ol { margin-bottom:20px; margin-bottom: 20px; background: #F1F3F9; padding: 20px; border-radius: 10px; counter-reset: number; list-style-type: none!important;}
.post-wrapper ol > li { margin: 15px 0; line-height: 1.7; position: relative; padding-left: 25px;}
.post-wrapper ol > li::before {position: absolute; counter-increment: number; content: counter(number); left: 0px; vertical-align: middle; color: #438be2; font-size: 12px; 
  font-weight: bold; background: #438be2; width: 20px; height: 20px; color: #fff; border-radius: 50%;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.post-wrapper blockquote {position: relative; padding: 20px 20px 20px 50px; width: 90%; margin: 30px auto; box-shadow: 0 1px 2px rgb(0 0 0 / 30%); border: 2px solid #fb0000;}
.post-wrapper blockquote:before{ display:inline-block; position:absolute; top:15px; left:15px; vertical-align:middle; font-family: "Font Awesome 5 Free"; content: '\f10d'; color:#ccc; font-size:18px; line-height:1;  font-weight: 900;}
.post-wrapper blockquote p { padding:0; margin:20px 0 10px; line-height:1.5; }
.post-wrapper a {color: #438be2; text-decoration: underline;}
*/


@media screen and (max-width:766px){
	.post-wrapper {padding: 5%;}
/*
	.post-wrapper h1 {font-size: 24px; margin: 0 0 20px 0;}
	.post-wrapper h2 {font-size: 20px;}
	.post-wrapper ul {padding: 5%;}
	.post-wrapper ul > li {margin: 1em 0;}
	.post-wrapper ol {padding: 5%;}
	.post-wrapper ol > li {margin: 1em 0;}
	.post-wrapper blockquote {padding: 1em 1em 1em 2em;}
*/
}


a.wp-block-button__link.has-vk-color-custom-4-color.has-text-color.wp-element-button {text-decoration: none;}


/* ------------------------------関連記事一覧------------------------------　*/
h2.kanren { font-size:14px; margin:0; padding:0; font-weight:bold; }
ul.related { margin:0; }
ul.related li { border-bottom:1px dotted #cccccc; padding:20px 0; }
ul.related img { display:block; width:100px; height:100px; float:left; margin:0 20px 0 0; padding:0; }
ul.related a { font-size:10px; font-weight:normal; }
ul.related p { margin:0; padding:0; font-size:10px; }
ul.related p.title { font-size:14px; font-weight:bold; }

/*---リンク領域をBOX全体に---*/
ul.related li { position:relative; }
ul.related li a { position:absolute; width:100%; height:100%; top:0; left:0; text-indent:100%; /*テキスト非表示*/ white-space:nowrap; /*テキスト非表示*/ overflow:hidden; /*テキスト非表示*/ display:block; }
ul.related li a:hover { opacity:0.6; filter: alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; background:#fff; }

/*--------------------------------------------------------------------------------
 *
 * 新着記事一覧（archive-news.php）
 *
--------------------------------------------------------------------------------*/
#page_news .news-list .inner {}
#page_news .news-wrapper {display: flex; padding: 0; }
#page_news .list-wrapper {flex-basis: 75%;}

/* ------------------------------関連記事------------------------------　*/
ul.post02 {width: 100%;}
ul.post02 > li {position: relative; flex-basis: calc((100% - 40px)/ 3); margin: 20px 0; background: #fff; width: 100%; border-radius: 15px; padding: 40px; border: 2px solid #373737;}
ul.post02 > li > a {display: flex; justify-content: space-between;}
ul.post02 > li a.anchor {display: block; text-align: right;}
ul.post02 > li .img-wrapper {flex-basis: 40%;}
ul.post02 > li .txt-wrapper {flex-basis: 55%;}
ul.post02 > li img {width: 100%; margin-bottom: 10px; height: 200px; object-fit: cover;}
ul.post02 > li .category {background: #e496a8; padding: 2px 10px; color: #fff; font-weight: bold; position: absolute; left: 40px; top: 40px; border-radius: 0; }
ul.post02 li p {margin:0;}
ul.post02 li h3 {font-size: 16px; font-weight: bold; margin-bottom: 10px; border-bottom: dotted #e496a8; padding: 0px 0 10px 0px; sclear: both;}

@media screen and (max-width:768px){
	ul.post02 li {margin:10px 0; padding: 20px;}
	ul.post02 > li > a {flex-wrap: wrap;}
	ul.post02 li .img-wrapper {flex-basis: 100%;}
	ul.post02 li .txt-wrapper {flex-basis: 100%;}
	ul.post02 > li .category {position: absolute; top: 20px; left: 20px; border-radius: 0;}
}



/* ------------------------------トップページへ戻るボタン------------------------------　*/
a.button {background: #000; min-width: 300px;
    /* height: 55px; */
    text-align: center;
    /* margin: auto; */
    display: table;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 18px 40px;
    margin: 60px auto 0 auto;}

@media screen and (max-width:768px){
	a.button { width:100%; padding:20px; min-width: auto;}
}



/*--------------------------------------------------------------------------------
 *
 * お問い合わせ（page_contact.php）
 *
--------------------------------------------------------------------------------*/
/* ------------------------------エラーページ------------------------------　*/
#error-wrapper {height: 100%; margin-top: 60px;}
#error-wrapper section {height: 100%;}
#error-wrapper .inner {height: 100%; 
	display:-webkit-box; display:-ms-flexbox; display: flex;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
#error-wrapper .txt-wrapper {display: block; }   
#error-wrapper .txt-wrapper h2 {font-size: 80px !important; font-weight: 400; margin-bottom: 30px; line-height: 1.2; text-align: center;}
#error-wrapper .txt-wrapper p {text-align: center;}
.error-btn-wrapper *, .error-btn-wrapper *:before, .error-btn-wrapper *:after { box-sizing: border-box; -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;}
*:before, *:after { z-index: -1;}
.error-btn-wrapper {max-width: 300px; margin: auto;}
.error-btn {position: relative; display: block; overflow: hidden; width: 100%; height: 60px; margin: 50px 0 30px; text-transform: uppercase; border: 1px solid currentColor; font-size: 19px;  font-weight: 700; letter-spacing: 2px;
  display:-webkit-box; display:-ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
/*
.error-btn:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #937c52; -webkit-transform: translateX(-100%); transform: translateX(-100%);}
.error-btn:after { content: ''; display: inline-block; width: 6px; height: 12px; background-image: url(img/arrow.png); background-size: cover; vertical-align: middle; position: absolute; right: 25px;}
.error-btn:hover {color: #fff; z-index: 999;}
.error-btn:hover:before {-webkit-transform: translateX(0); transform: translateX(0);}
.error-btn:hover:after {background-image: url(img/arrow-white.png);}
*/

@media screen and (max-width:766px){
	#error-wrapper {margin-top: 14px;}
	#error-wrapper .txt-wrapper h2 {font-size: 12vw !important;}
	#error-wrapper .txt-wrapper p {text-align: left;}
	.error-btn-wrapper {margin: 2em auto 1em; text-align: left; max-width: none; width: 70%;}
	.error-btn {margin: 1.5em 0 1em; font-size: 4vw; height: 50px;}
} 

/*--------------------------------------------------------------------------------
 *
 * プライバシーポリシー（page_privacy.php）
 *
--------------------------------------------------------------------------------*/
/* privacy_page .contents-wrapper {margin: 0 0 40px 0;} */
#privacy_page #privacy {padding-bottom: 100px;}
#privacy_page ul { margin-bottom:20px; }
#privacy_page ul li {line-height: 1.7; font-size: 12px;}
#privacy_page .contents-wrapper a {color:#0089d7; text-decoration: underline; font-size: 14px;}
#privacy_page a.anchor {margin-top: 0;}

@media screen and (max-width: 766px) { 
	#privacy_page #privacy {padding-bottom: 60px;}
}



