@charset "UTF-8";

/*
Theme Name: ekamjapan.site_mj2023.1.0
Description: ekamjapan.site_mj2023.1.0
Theme URI: https://ekamjapan.site
Author: MAJESTIC
Author URI: https://majestic.tokyo
Version: 1.0.0
*/

@font-face {
	font-family: 'ShipporiMinchoB1-Bold';
	font-weight: 700;
	src: url(fonts/Shippori_Mincho_B1/ShipporiMinchoB1-Bold.ttf) format('truetype');
	font-display: swap;
}

.yu {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}


html, body {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-size: 17px;
	line-height: 1.8;
	font-family: 'Shippori Mincho', serif;
	font-weight: 200;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
p {
	margin:0 0 1em 0;
	padding: 0;
}
p:last-child {
	margin: 0;
}
p.img {
	margin: 0;
}
@media screen and (max-width: 560px) {
	body {
		font-size: 16px;
	}
	p {
		margin: 0 0 0.8em 0;
	}
}
@media screen and (max-width: 430px) {
	body {
		font-size: 15px;
	}
}
@media screen and (max-width: 320px) {
	body {
		font-size: 14px;
	}
}

/****************************************
リンク
*****************************************/
a {
	color: #000;
	text-decoration: none;
	transition: all .3s;
}
a:hover {
	color: #BA9847;
}

a img {
	-webkit-transition: all .3s linear;
}
a img:hover {
	opacity:.7;
}

img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	vertical-align: middle;
}

/* ふつうのボタン
 * *************************************/

.main_btn {
	display: inline-block !important;
	width: auto !important;
	margin: 10px !important;
	padding: 18px 4.6em !important;
	text-align: center !important;
	text-transform: uppercase !important;
	transition: .5s !important;
	border-radius: 100px !important;
	background-size: 200% auto !important;
	color: #FFF !important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold !important;
	background-image: linear-gradient(to right, #ba9747 0%, #998d7a 51%, #ba9747 100%) !important;
	position: relative !important;
	font-size: 1em;
}
.main_btn:before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	position: absolute;
	top: 50%;
	right: 1.6em;
	transform: translateY(-50%) rotate(45deg);
}
.main_btn:hover {
	opacity: 1 !important;
	background-position: right center !important;
	box-shadow: 2px 2px 6px -1px rgb(19 71 52 / 30%) !important;
	color: #fff !important;
	text-decoration: none !important;
}

@media screen and (max-width: 768px) {
	.main_btn {
		padding: 18px 3em !important;
	}
}
@media screen and (max-width: 430px) {
	.main_btn {
		font-size: 1.1em;
		width: 100% !important;
		padding: 15px 1.3em !important;
		margin: 8px 0 0 !important;
	}
	button.main_btn {
		margin: 8px 0 0 !important;
	}
}

/* 四角いボタン
 * *************************************/

a.btnF {
	display: inline-block;
    min-width: 180px;
    padding: 12px 1em;
    margin: 0;
    height: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    color: #BA9847;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 4px;
}
a.btnF:hover {
	opacity: 1;
    box-shadow: 0 1px 18px rgba(0, 0, 0, 10%);
    transform: translateY(-3px);
}

a.btnG {
	display: inline-block;
    min-width: 180px;
    padding: 12px 1em;
    margin: 0;
    height: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    color: #FFF;
    background: #BA9847;
    border: 1px solid #BA9847;
    border-radius: 4px;
}
a.btnG:hover {
	opacity: 1;
    box-shadow: 0 1px 18px rgba(0, 0, 0, 10%);
    transform: translateY(-3px);
}


/* テキストリンク
 * *************************************/

.txt_link {
	margin-top: 30px;
	padding-left: 30px;
	position: relative;
}
.txt_link:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.txt_link a.txt {
	display: inline-block;
	border-bottom: 1px solid;
}

/****************************************
 * 見出し
*****************************************/

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height: 1.6;
}

h1 {
	font-size: 1.8rem;
	margin: 0;
	position: relative;
}
h2 {
	font-size: 1.8rem;
	text-align: center;
}
h3 {
	font-size: 1.6rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.1rem;
	margin: 0 0 12px;
}
h6 {
	font-size: 1.1rem;
	margin: 0 0 12px;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 1.6rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.3rem;
	}
	h4 {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 560px) {
	h1 {
		font-size: 1.5rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.4rem;
	}
	h4 {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 430px) {
	h2 {
		font-size: 1.2rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	h4 {
		font-size: 1.1rem;
	}
	h5,
	h6 {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.4;
	}
	h2 {
		font-size: 1.2rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	h4 {
		font-size: 1rem;
	}
}

.main_title {
	margin: 0 0 60px;
    font-size: 2.6em;
	line-height: 1.6;
}
.sec_title {
	margin: 0 0 60px;
	color: #BA9847;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 1024px) {
	.main_title {
		font-size: 2.3em;
		margin: 0 0 45px;
	}
	.news .sec_title {
		margin: 0 0 60px;
	}
}
@media screen and (max-width: 768px) {
	.main_title {
		font-size: 1.8em;
		margin: 0 0 30px;
	}
	.sec_title {
		margin: 0 0 45px;
	}
}
@media screen and (max-width: 560px) {
	.main_title {
		font-size: 1.6em;
	}
	.conts_title {
		padding: 12px 18px 12px 62px;
	}
	.conts_title:before {
		left: 16px;
		width: 32px;
		height: 32px;
	}
	
	.sec_title {
		margin: 0 0 45px;
	}
	.sec_title::before {
		font-size: 2.3em;
	}
}
@media screen and (max-width: 430px) {
	.main_title {
		font-size: 1.6em;
	}
	.conts_title {
		padding: 12px 12px 12px 48px;
		margin-bottom: 45px;
	}
	.conts_title:before {
		left: 12px;
		width: 28px;
		height: 28px;
	}
	.conts_subtitle {
		padding: 12px 30px 12px 38px;
	}
	.sec_title {
		font-size: 1.4em;
		margin: 0 0 30px;
	}
	.sec_title::before {
		font-size: 2em;
	}
	.aside_title span {
		font-size: .78em;
	}
}
@media screen and (max-width: 320px) {
	.main_title {
		font-size: 1.5em;
	}
	.conts_title {
		padding: 8px 8px 8px 40px;
	}
	.conts_title:before {
		left: 8px;
		width: 24px;
		height: 24px;
	}
	#single-general h3,
	.conts_subtitle {
		padding: 12px 30px 12px 26px;
	}
}


/****************************************
 * WPネイティブCSS
*****************************************/

blockquote {
	margin-bottom: 2em;
	margin-left: 1em;
	padding: 30px;
	border-left: 1px solid #ddd;
	background: #fafafa;
}

/****************************************
 * Gutenberg（グーテンベルク）
*****************************************/

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.screen-reader-text {}

.wp-block-quote {
	background: #fafafa;
	margin: 30px 0;
	padding: 15px 15px 15px 1.3em !important;
}
figure.wp-block-table {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
}
figure.wp-block-table table,
figure.wp-block-table table th,
figure.wp-block-table table td,
figure.wp-block-table tfoot {
	border-collapse: collapse;
	border: 1px #999 solid;
}
figure.wp-block-table table th,
figure.wp-block-table table td {
	padding: 18px 15px;
}
figure.wp-block-table table th {
	width: 30%;
	border-bottom: 2px solid #333;
}
figure.wp-block-table tfoot {
	border-top: 1px solid #333;
}
.wp-block-group {
	margin-top: 60px;
}
.wp-block-image {
	margin-bottom: 1.5em !important;
}
.wp-block-media-text {
	margin-bottom: 1.5em !important;
}
figure {
	display: block;
	margin: 0;
}
figcaption {
	line-height: 1.5;
	font-size: .8em;
	text-align: center;
	margin-top: 15px;
}
.wp-block-file *+.wp-block-file__button {
	color: #FFF !important;
}
.wp-block-buttons>.wp-block-button {
	margin: 30px auto !important;
}
a.wp-element-button {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #FFF !important;
	background: #B74769 !important;
	border: none !important;
}
a.wp-element-button:hover {
	background: #A84162 !important;
	box-shadow: 0 2px 9px 0 rgba(95, 95, 95, 0.35);
}

/****************************************
 * リスト
*****************************************/
table {
	border-collapse: collapse;
	table-layout: fixed;
}
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul ul{
	margin-left: 1em;
}

/****************************************
 * レスポンシブ
*****************************************/

@media screen and (min-width: 1025px) {/*1025px以上で*/
	.tb {
		display: none !important;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width:1024px) {/*1024px以下で*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 560px) {/*480px以下で*/
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/****************************************
 * レイアウト
*****************************************/

.inner {
	width: 1140px;
	margin: 0 auto;
}
main {
	padding: 90px 0;
	display: flex;
	justify-content: space-between;
}
main.front-page {
	
}
article {
	width: 100%;
}
section {
	padding: 0;
}
.contents {
	padding: 0;
}
.contents_box {
	margin-top: 90px;
}
.contents_inbox {
	margin-top: 45px;
}
.button_box {
	text-align: center;
	margin-top: 60px;
}
.button_box.right {
	text-align: right;
}
.button_box ul {
	width: 800px;
    margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.button_box ul li {
	width: 100%;
}
.more_box {
	text-align: right;
	margin-top: 30px;
}

hr {
	border-top: 1px solid;
    border-bottom: none;
    margin: 45px 0;
}
b {
	font-weight: bold;
}
span.marker {
	background: linear-gradient(transparent 40%, #ff6 40%);
}

@media screen and (max-width: 1195px) {
	.inner {
		width: 100%;
		padding-right: 60px;
		padding-left: 60px;
	}
}
@media screen and (max-width: 1024px) {
	.inner {
		padding-right: 45px;
		padding-left: 45px;
	}
}
@media screen and (max-width: 768px) {
	main {
		padding: 75px 0;
	}
	section {
		padding: 90px 0;
	}
	
	.button_box ul {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.inner {
		padding-right: 30px;
		padding-left: 30px;
	}
	main {
		padding: 60px 0;
	}
	section {
		padding: 60px 0;
	}
	.button_box {
		margin-top: 45px;
	}
	.button_box ul {
		width: 100%;
		flex-direction: column;
		margin-top: -12px;
	}
	.button_box ul li {
		width: 100%;
		margin-top: 12px;
	}
	.contents_inbox {
		margin-top: 30px;
	}
}
@media screen and (max-width: 430px) {
	.inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	main {
		padding: 45px 0;
	}
	section {
		padding: 45px 0;
	}
	.button_box {
		margin-top: 30px;
	}
}
@media screen and (max-width: 320px) {
	section {
		padding: 30px 0;
	}
	.contents_box {
		margin-top: 45px;
	}
}

#single .content {
	margin-bottom: 90px;
}
#single .content a {
	color: #BA9847;
	border-bottom: 1px solid;
}
#single .content .title {
	text-align: center;
	font-size: 1.3rem;
	color: #000;
}
#single .meta {
	margin-bottom: 30px;
	padding-bottom: 30px;
	display: flex;
    justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ededed;
}
#single .meta span.date {
	font-size: .9em;
	padding: 0 0 0 18px;
	position: relative;
}
#single .meta span.date:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	background: #BA9847;
}
#single .meta p.author_profile {
	text-align: right;	
}
#single .meta p.author_profile span {
	margin-left: 12px;
}
#single .meta a.category {
	display: inline-block;
	background: #005B9A;
    color: #FFF;
    padding: 1px 12px;
}

@media screen and (max-width: 768px) {
	#single .content {
		margin-bottom: 75px;
	}
}
@media screen and (max-width: 560px) {
	#single .content {
		margin-bottom: 60px;
	}
	#single .content .title {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 430px) {
	#single .content {
		margin-bottom: 45px;
	}
	#single .meta {
		padding: 0 0 12px;
	}
}


/*YouTube埋め込み用*/
.youtube {
	position: relative;
	width: 100%;
	margin: 30px 0 0;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


/* 関連記事
 * **************************************/

#related {
	margin-top: 90px;
	
}
#related .related_box {
	
}

@media screen and (max-width: 560px) {
	#related {
		margin-top: 60px;
	}
}
@media screen and (max-width: 430px) {
	#related {
		margin-top: 45px;
	}
}
@media screen and (max-width: 320px) {
	#related {
		margin-top: 30px;
	}
}


/* ページ内リンク
 * **************************************/

.jump {
	margin-bottom: 90px;
}
.jump ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.jump ul li {
	width: calc(100% / 4 - 30px);
	margin-top: 30px;
	background: #FFF;
	border-bottom: 4px solid #004A7F;
    border-image: linear-gradient(to right, #004A7F 0%, #0094FF 100%)0/0 0 4px 0;
    border-style: solid;
    border-image-slice: 1;
	box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}
.jump ul li a {
	display: block;
	padding: 18px 30px;
	text-align: center;
}
.jump ul li a span {
	display: block;
	font-size: .8em;
    text-align: center;
}
.jump ul li a span.title {
	font-size: .9em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6px;
}

@media screen and (max-width: 768px) {
	.jump ul li {
		width: calc(100% / 4 - 18px);
		margin-top: 18px;
	}
	.jump ul li a {
		padding: 18px;
	}
}
@media screen and (max-width: 560px) {
	.jump ul li {
		width: 100%;
		margin-top:0;
	}
	.jump ul li a {
		padding: 12px;
		text-align: left;
	}
	.jump ul li a span,
	.jump ul li a span.title {
		display: inline-block;
		width: auto;
	}
	.jump ul li a span.title {
		margin-left: 12px;
	}
}
@media screen and (max-width: 320px) {
	.jump ul li a {
		padding: 8px 12px;
	}
}


/****************************************
 * ヘッダー
*****************************************/

header {
	background: #FFF;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
	padding: 30px 0;
    margin: 0 auto;
    text-align: center;
}
header .header_inner {
	width: 100%;
	padding: 0;
}

@media screen and (max-width: 560px) {
	header .header_inner img {
		width: 180px;
	}
}
@media screen and (max-width: 430px) {
	header {
		padding: 18px 0;
	}
}

/****************************************
 * ページタイトル
*****************************************/

.page_title {
	padding: 30px;
	text-align: center;
	color: #BA9847;
    background: #F7F4EC;
	position: relative;
}


/****************************************
 * ナビゲーション
*****************************************/

/* ハンバーガーメニューの場所 */
#cat-nav {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 999;
}
/* ハンバーガーの場所の中 */
#cat-nav nav#cat-nav-body {
	position: relative;
	padding: 15px;
	border-radius: 50px;
}
#cat-nav nav#cat-nav-body input.cat-nav-unshown {
	display: none;
}
#cat-nav nav#cat-nav-body label#cat-nav-open {
	display: inline-block;
	width: 25px;
	height: 20px;
	vertical-align: middle;
}
/*ハンバーガー ここから*/
#cat-nav nav#cat-nav-body label#cat-nav-open span,
#cat-nav nav#cat-nav-body label#cat-nav-open span:before,
#cat-nav nav#cat-nav-body label#cat-nav-open span:after {
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #BA9847;
	display: block;
	content: '';
	cursor: pointer;
}
#cat-nav nav#cat-nav-body label#cat-nav-open span:before {
	bottom: -8px;
}
#cat-nav nav#cat-nav-body label#cat-nav-open span:after {
	bottom: -16px;
}
/*ハンバーガー ここまで */
/*閉じる用の薄黒カバー*/
#cat-nav nav#cat-nav-body label#cat-nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	right: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*開いた時のメニュー*/
#cat-nav nav#cat-nav-body .cat-nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	width: 80%;
	padding: 30px;
	max-width: 330px; /*最大幅調整 */
	height: 100%;
	background: #BA9847;
	color: #FFF;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
}
/*チェックが入ったら表示*/
#cat-nav #cat-nav-input:checked ~ #cat-nav-close {
	display: block;/*カバーを表示*/
	opacity: .6;
}
#cat-nav #cat-nav-input:checked ~ .cat-nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%); /*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
ul.nav_list {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
	text-align: left;
	border-top: 1px solid #C6AB6B;
}
ul.nav_list li {
	padding: 0 0 0 18px;
	border-bottom: 1px solid #C6AB6B;
	position: relative;
}
ul.nav_list li.small {
	font-size: .8rem;
}
ul.nav_list li:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	background: #FFF;
}
ul.nav_list li.small:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border: 1px solid #FFF;
	background: none;
}
ul.nav_list li a {
	color: #FFF;
	display: block;
	padding: 12px;
}
ul.nav_list li.small a {
	padding: 9px 9px 9px 12px;
}

@media screen and (max-width: 560px) {
	#cat-nav {
		top: 14px;
	}
}
@media screen and (max-width: 430px) {
	#cat-nav {
		top: 2px;
		right: 9px;
	}
}


/****************************************
 * パンくず
*****************************************/

.breadcrumbs_box {
	padding: 30px 0;
	color: #999;
	border-top: 1px solid #ededed;
}
.breadcrumbs {
	font-size: .8em;
}
.breadcrumbs span.category {
	display: inline-block;
	background: none !important;
    color: #999 !important;
    font-size: 1em !important;
    padding: 0 !important;
}
.breadcrumbs a {
	color: #999;
}

@media screen and (max-width: 560px) {
	.breadcrumbs {
		overflow-x: auto;
		white-space: nowrap;
	}
}


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

.summary {
	width: 780px;
	margin: 0 auto;
}

ul.mustread {
	list-style: disc;
	padding: 0;
	margin: 0 0 0 1em;
}
ul.mustread li {
	font-size: .9em;
	text-align: left;
}
ul.mustread li.mustread_termsofuse {
	
}
ul.mustread li a {
	color: #BA9847;
	border-bottom: 1px solid;
}

.mini_size {
	font-size: .9rem;
}

@media screen and (max-width: 768px) {
	.summary {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.mini_size {
		font-size: .82rem;
	}
}

/****************************************
 * Simple WP Membership
*****************************************/

/*会員登録後にまだ有効化されていないユーザーがログインしようとしたときのエラーメッセージ*/
.swpm-login-action-msg {
	text-align: center;
	margin-top: 30px;
}

.swpm-red-error-text,
.swpm-reset-pw-error,
.swpm-login-widget-action-msg { /*会員登録後にまだ有効化されていないユーザーがログインしようとしたときのエラーメッセージ*/
	color: #B7476B !important;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/* 登録フォーム */
.swpm-registration-widget-form {
	margin-top: 30px;
}
#swpm-registration-form {
	width: 100%;
}
#swpm-registration-form table {
	width: 780px;
	margin: 0 auto;
}
#swpm-registration-form table,
#swpm-registration-form table tr,
#swpm-registration-form table th,
#swpm-registration-form table td {
	border-collapse: collapse;
}
#swpm-registration-form table tr {
	display: flex;
	align-items: center;
	margin-top: 18px;
}
#swpm-registration-form table td {

}
#swpm-registration-form table td:first-child {
	width: 30%;
}
#swpm-registration-form .swpm-registration-submit-section {
	margin-top: 30px;
}
#swpm-registration-form input:focus {
	border: 1px solid #1b3f8d;
}
#swpm-registration-form input[type='submit'] {
	border: 1px solid #1b3f8d;
	background: #1b3f8d;
}

/* js validationEngine */
.formError {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	position: static !important;
	margin: 0 !important;
	opacity: 1 !importan;
	transition: all .3s !important;
}
.formError .formErrorContent {
	background: none !important;
	color: #B7476B !important;
	border: none !important;
	box-shadow: none !important;
}
.formError .formErrorArrow {
	display: none !important;
}


/* すでに登録があるときに表示されるメッセージ */
#swpm_message {
	margin-top: 30px;
	color: #B7476B !important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	font-size: .9rem;
}

@media screen and (max-width: 768px) {
	#swpm-registration-form table {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	#swpm-registration-form table tr {
		flex-direction: column;
	}
	#swpm-registration-form table td {
		text-align: left;
		min-width: 100%;
	}

	/* js validationEngine */
	.formError {
		position: static !important;
		margin: 0 !important;
		opacity: 1 !important;
	}
	.formError .formErrorContent {
		background: none !important;
		color: #B7476B !important;
		border: none !important;
		box-shadow: none !important;
	}
	.formError .formErrorArrow {
		display: none !important;
	}
}


/* ログインフォーム */
#swpm-login-form {
	width: 520px;
	margin: 0 auto;
}
#swpm-login-form input:focus {
	border: 1px solid #BA9847;
}

.swpm-username-input,
.swpm-password-input {
	margin-top: 12px;
}

input.swpm-username-field,
input.swpm-password-field {
	width: 100% !important;
}

span.swpm-password-toggle-checkbox,
span.swpm-remember-checkbox {
	width: 30px !important;
}
.swpm-login-submit,
.swpm-pw-reset-submit-button {
	width: 100%;
	margin: 30px 0 !important;
	text-align: center;
}


@media screen and (max-width: 560px) {
	#swpm-login-form {
		width: 100%;
	}
}


/* テキストリンク */
.swpm-forgot-pass-link,
.swpm-join-us-link {
	margin-top: 9px;
	padding-left: 30px;
	position: relative;
	font-size: .8em;
}
.swpm-edit-profile-link,
.swpm-logged-logout-link {
	margin-top: 9px;
	padding-left: 30px;
	position: relative;
}
.swpm-forgot-pass-link:after,
.swpm-join-us-link:after,
.swpm-edit-profile-link::after,
.swpm-logged-logout-link:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
.swpm-forgot-pass-link a,
.swpm-join-us-link a,
.swpm-edit-profile-link a,
.swpm-logged-logout-link a {
	display: inline-block;
	border-bottom: 1px solid;
}


/* マイページ */
.swpm-logged-since,/*自作*/
.swpm-logged-username,
.swpm-logged-status,
.swpm-logged-membership {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ededed;
}
.swpm-logged-expiry { /*会員の有効期限*/
	display: none !important;
}
.swpm-logged-label {
	width: 40%;
	padding: 12px 30px;
	font-weight: normal !important;
	position: relative;
}
.swpm-logged-label:after {
	content: "：";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.swpm-logged-value {
	width: 60%;
	padding: 12px 30px;
}

@media screen and (max-width: 560px) {
	.swpm-logged-label {
		width: 30%;
		padding: 12px;
		font-size: .8rem;
	}
	.swpm-logged-value {
		width: 70%;
		padding: 12px;
	}
}



/* マイページの編集 */
.swpm-edit-profile-form {
	margin-top: 30px;
}
#swpm-editprofile-form table {
	width: 100%;
	margin: 0 auto;
}
#swpm-editprofile-form table,
#swpm-editprofile-form table tr,
#swpm-editprofile-form table td {
	border-collapse: collapse;
}
#swpm-editprofile-form table tr {
	display: flex;
	align-items: center;
	margin-top: 12px;
}
#swpm-editprofile-form table td:first-child {
	width: 30%;
}
#swpm-editprofile-form table td:last-child {
	width: 70%;
}
#swpm-editprofile-form input {
	
}
#swpm-editprofile-form input:focus {
	border: 1px solid #BA9847;
}
#swpm-editprofile-form table tr.swpm-profile-phone-row,
#swpm-editprofile-form table tr.swpm-profile-street-row,
#swpm-editprofile-form table tr.swpm-profile-city-row,
#swpm-editprofile-form table tr.swpm-profile-state-row,
#swpm-editprofile-form table tr.swpm-profile-zipcode-row,
#swpm-editprofile-form table tr.swpm-profile-country-row,
#swpm-editprofile-form table tr.swpm-profile-company-row {
	display: none !important;
}
#swpm-editprofile-form p.swpm-edit-profile-submit-section { /*更新*/
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ededed;
}
#swpm-editprofile-form .swpm-profile-account-delete-section { /*退会*/
	margin-bottom: -30px;
	padding-left: 30px;
	text-align: left;
	position: relative;
}
#swpm-editprofile-form .swpm-profile-account-delete-section a {
	color: #B7476B !important;
}
#swpm-editprofile-form .swpm-profile-account-delete-section:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	margin: 0 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
#swpm-editprofile-form .swpm-profile-account-delete-section a {
	display: inline-block;
	border-bottom: 1px solid;
}

/*更新が成功した場合*/
#swpm_message .swpm-profile-update-success {
	color: #B7476B !important;
	text-align: center !important;
}
/*更新が失敗した場合*/
#swpm_message .swpm-profile-update-error {
	color: #B7476B !important;
	text-align: center !important;
}
#swpm_message ul {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.swpm-validate-form {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.swpm-validate-form {
		width: 100%;
	}
	#swpm-editprofile-form table tr,
	#swpm-editprofile-form table td,
	#swpm-editprofile-form table td:first-child,
	#swpm-editprofile-form table td:last-child {
		display: block;
		width: 100%;
		text-align: left;
	}
	#swpm-editprofile-form table tr {
		padding: 18px 0;
		margin-top: 0;
		border-bottom: 1px solid #ededed;
	}
}


/* 未ログインで会報にアクセスした場合の表示 */
#single-newsletter .swpm-more-tag-not-logged-in {
	text-align: center;
	font-size: 1em;
}

/* 会員登録日以前の会報にアクセスした場合の表示*/
#single-newsletter .swpm-post-older-post-msg {
	text-align: center;
	font-size: 1em;
	color: #BA9847;
}

/* パスワードのリセット */
#swpm-pw-reset-form,
#swpm-password-reset-using-link {
	text-align: center;
	width: 480px;
	margin: 0 auto;
}
#swpm-pw-reset-form input:focus,
#swpm-password-reset-using-link input:focus {
	border: 1px solid #BA9847;
}
#swpm-pw-reset-form .swpm-pw-reset-email,
#swpm-password-reset-using-link .swpm-pw-reset-email {
	text-align: left;
}
#swpm_message .swpm-reset-pw-success-box {
	padding: 30px;
	background: #F7F4EC;
	color: #000;
	border: none;
}
#swpm-pw-reset-form {
	text-align: center;
	width: 480px;
	margin: 0 auto;
}


.swpm-reset-password-success-msg { /*新しいパスワードを入力したあと*/
	color: #BA9847;
	font-weight: bold;
	text-align: center;
}
.swpm-reset-password-success-msg a {
	display: block;
}

@media screen and (max-width: 560px) {
	#swpm-pw-reset-form {
		width: 100%;
	}
}


/****************************************
 * トップページ
*****************************************/

.front_tabs {
	padding: 0 0 90px;
}
.front_tabs .front_tabs_box {
	text-align: center;
}
.front_tabs .tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.front_tabs .tabs .tab_item {
	width: calc(100%/2);
	padding: 0;
	line-height: 60px;
	color: #565656;
	background: #ededed;
	text-align: center;
	display: block;
	transition: all .7s ease;
}
.front_tabs .tabs .tab_item:hover {
	opacity: 0.7;
	cursor: pointer;
}
.front_tabs .tabs input[name="tab_item"] {
	display: none;
}
.front_tabs .tabs input#tab01:checked~label#tab01_nav {
	background: #BA9847;
	color: #FFF;
}
.front_tabs .tabs input#tab02:checked~label#tab02_nav {
	background: #1b3f8d;
	color: #FFF;
}

/*タブコンテンツ*/
.front_tabs .tabs .tab_content {
	display: none;
	width: 100%;
	padding: 60px;
	clear: both;
	overflow: hidden;
}
#tab01:checked~#tab01_content,
#tab02:checked~#tab02_content {
	display: block;
	animation: show1 .7s linear 0s;
}
@keyframes show1 {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#tab01_content {
	background: #FFF;
	border: 1px solid #BA9847;
}
#tab02_content {
	background: #F6F8FD;
	border: 1px solid #1b3f8d;
}

@media screen and (max-width: 768px) {
	.front_tabs {
		padding: 0 0 75px;
	}
	.tabs .tab_content {
		padding: 30px;
	}
}
@media screen and (max-width: 560px) {
	.front_tabs {
		padding: 0 0 60px;
		
	}
	.tabs .tab_content {
		padding: 30px 0;
	}
	#tab01_content,
	#tab02_content {
		border: none;
		background: none;
	}
	
	.front_tabs .tabs .tab_content {
		padding: 30px;
	}
}
@media screen and (max-width: 430px) {
	.front_tabs {
		padding: 0 0 45px;
	}
	.front_tabs .tabs .tab_content {
		padding: 30px 20px;
	}
}

/****************************************
 * マイページ
 * *************************************/

#login .login_hiuser {
	padding: 0 0 0 60px;
	margin-bottom: 30px;
}
#login p.hiuser {
	padding: 0 0 0 18px;
	position: relative;
}
#login p.hiuser:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	background: #BA9847;
}

@media screen and (max-width: 560px) {
	#login .login_hiuser {
		padding: 0 0 0 30px;
		margin-bottom: 18px;
	}
}


/****************************************
 * 仮登録完了
 * *************************************/

.mail-enable_box {
	text-align: center;
}


/****************************************
 * 退会（Never Let Me Go）
 * *************************************/

#nlmg-resign-form {
	text-align: center;
	margin-top: 30px;
}



/****************************************
 * 利用規約
 * *************************************/

#termsofuse.contents {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#termsofuse h2,
#termsofuse h3 {
	text-align: left;
    font-size: 1rem;
}
#termsofuse ul {
	list-style: disc;
    margin: 0 0 1em 2em;
    padding: 0;
}
#termsofuse ul li {
}
#termsofuse ol {
	list-style: decimal;
    margin: 0 0 1em 2em;
    padding: 0;
}

@media screen and (max-width: 560px) {
	#termsofuse h2,
	#termsofuse h3 {
		font-size: .9rem;
	}
}

/****************************************
 * プライバシーポリシー
 * *************************************/

#privacy-policy.contents {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#privacy-policy h2,
#privacy-policy h3,
#privacy-policy h4 {
	text-align: left;
    font-size: 1rem;
}
#privacy-policy ul {
	list-style: disc;
    margin: 0 0 1em 2em;
    padding: 0;
}
#privacy-policy ul li {
}
#privacy-policy ol {
	list-style: decimal;
    margin: 0 0 1em 2em;
    padding: 0;
}

@media screen and (max-width: 560px) {
	#privacy-policy h2,
	#privacy-policy h3,
	#privacy-policy h4 {
		font-size: .9rem;
	}
}

/****************************************
 * パスワードのリセット
 * *************************************/

#password-reset .summary {
	margin-bottom: 60px;
}
#password-reset .summary ol {
	list-style: decimal;
	margin: 0 0 0 1em;
}
#password-reset .summary ol li {
	margin-top: 6px;
}



/****************************************
 * お問い合わせ
 * *************************************/




/****************************************
 * フォーム
*****************************************/

/* iOSリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}
button,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

/*フォーム*/
textarea {
	overflow: auto;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	font-size: 1em;
	margin: 0;
	padding: 15px;
	width: 100% !important;
	max-width: 100%;
	outline: none;
	color: #000;
	vertical-align: bottom;
	transition: .3s;
	letter-spacing: 1px;
	font-family: 'Noto_Sans_JP', sans-serif;
	border: 1px solid #666;
	background: #FFF;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #FFF;
	border: 1px solid #333;
	outline: none;
}
select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*ボタン*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	min-width: 320px;
	line-height: 60px;
	padding: 0 60px;
	margin: 0 1em;
	height: auto;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #FFF;
	background: #BA9847;
	border: 1px solid #BA9847;
	border-radius: 4px;
	outline: none;
	position: relative;
}
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	opacity: 1;
	box-shadow: 0 1px 18px rgba(0, 0, 0, 10%);
    transform: translateY(-3px);
}

@media screen and (max-width: 768px) {
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		min-width: 250px;
	}
}
@media screen and (max-width: 559px) {
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		margin: 0 0.5em;
		padding: 0 3.5em;
	}
}
@media screen and (max-width: 430px) {
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		width: 100%;
		margin: 12px 0 0;
		padding: 0 2em;
	}
}
@media screen and (max-width: 380px) {
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		min-width: 280px;
		margin: 12px 0 0;
		padding: 0 2em;
	}
}
@media screen and (max-width: 380px) {
	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		min-width: 250px;
	}
}


/****************************************
 * ページナビゲーション
*****************************************/

nav.navigation {
	overflow: hidden;
	float: none;
	max-width: 100%;
	text-align: center;
	padding: 0;
	margin: 60px 0 0;
}
nav.navigation a {
	text-decoration: none;
	color: #251E1F;
}
nav.navigation > div {
	width: 30%;
}
nav.navigation h2.screen-reader-text {
	display: none;
}
nav.navigation .nav-links {
	width: 100%;
	display: block;
	font-size: 1.3em;
	font-family: 'Abel-Regular', serif;
}
nav.navigation .nav-links span.current {
	display: inline-block;
	color: #C3C6C9;
	margin: 0 15px;
	text-align: center;
}
nav.navigation .nav-links a.page-numbers {
	display: inline-block;
	background: #FFF;
	color: #BA9847;
	margin: 0 15px;
	text-align: center;
}
nav.navigation .nav-links a:hover {
	display: inline-block;
}
nav.navigation .nav-links a.page-numbers:hover {
	opacity: .7;
}
nav.navigation .nav-links a.prev,
nav.navigation .nav-links a.next {
	width: auto;
	float: none;
	color: #BA9847;
	background: #FFF;
	margin: 0;
}
nav.navigation .nav-links a.prev {
	margin: 0 6px 0 0;
}
nav.navigation .nav-links a.next {
	margin: 0 0 0 6px;
}

@media screen and (max-width: 768px) {
	nav.navigation {
		display: block;
	}
}



/****************************************
 * 会報
 * archive-newsletter.php
 * single-newsletter.php
*****************************************/

ul.newsletter_list {
	list-style: none !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
ul.newsletter_list li {
	border-bottom: 1px solid #ededed;
	position: relative;
}
ul.newsletter_list li:first-child {
	border-top: 1px solid #ededed;
}
ul.newsletter_list li:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
ul.newsletter_list li a {
	display: block;
	padding: 15px 60px 15px 15px;
	text-decoration: none;
	color: #251E1F;
}
ul.newsletter_list li a:hover {
	color: #1b3f8d;
	opacity: 1;
}
ul.newsletter_list li a:hover::before {
	height: 100%;
	background: #1B4687;
}
ul.newsletter_list li .newsletter_list_flex {
	width: 100%;
	display: flex;
	align-items: center;
}
ul.newsletter_list li .newsletter_list_flex .newsletter_list_flex___date {
	width: 200px;
}
ul.newsletter_list li .newsletter_list_flex .newsletter_list_flex___date span.new {
	background: #1b3f8d;
	color: #FFF;
	font-size: .7em;
	padding: 6px;
	margin-right: 6px;
}
ul.newsletter_list li .newsletter_list_flex .newsletter_list_flex___date span.date {
	
}
ul.newsletter_list li .newsletter_list_flex .newsletter_list_flex___txt {
	width: calc(100% - 200px);
}


@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	ul.newsletter_list li .newsletter_list_flex {
		display: block;
	}
	ul.newsletter_list li .newsletter_list_flex .newsletter_list_flex___date {
		width: 100%;
		font-size: .8rem;
	}
	ul.newsletter_list li .newsletter_list_flex .newsletter_list_flex___txt {
		width: 100%;
		
	}
}
@media screen and (max-width: 430px) {
	ul.news_list li:before {
		right: 20px;
	}
	ul.news_list li dl dt {
		font-size: .8em;
	}
	ul.news_list li dl dd {
		font-size: .9em;
		font-weight: bold;
	}
}


/****************************************
 * 404 error
*****************************************/

#error {
	text-align: center;
}


/****************************************
 * フッター
*****************************************/

footer {
	background: #F7F4EC;
	text-align: center;
	padding: 60px 0 0;
	position: relative;
}
footer a {
	color: #000;
}
footer .totop {
	position: absolute;
    bottom: calc(100% - 16px);
    left: 50%;
    transform: translateX(-50%);
}
footer .totop:before {
	content: "";
	position: absolute;
	bottom: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
	background: #F7F4EC;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	z-index: -1;
}

#copyright{
	padding: 30px 0;
	margin-top: 60px;
	font-size: .7em;
	text-align: right;
	background: #FFF;
	border-top: 1px solid #ededed;
	color: #393441;
}
#copyright a {
	display: inline-block;
	color: #393441;
}

@media screen and (max-width: 768px) {
	footer {
		padding: 75px 0 0;
	}
	footer .footer_flex .footer_info {
		width: 350px;
	}
}
@media screen and (max-width: 560px) {
	footer {
		padding: 60px 0 0;
	}
}
@media screen and (max-width: 430px) {
	footer img.siteV {
		width: 120px;
	}

}
@media screen and (max-width: 320px) {
	footer {
		padding: 45px 0 0;
	}
}

