@charset "utf-8";

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

/* PC/SP出し分け
------------------------------ */

@media screen and (min-width: 768px) {
.sp {
	display: none !important;
}
}

@media screen and (max-width: 767px) {
.pc {
	display: none !important;
}

}

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

body {
	height: 100%;
}

section .inner {
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 16px;
}


@media screen and (max-width: 767px) {

}

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

input[type="text"],
textarea {
	width: 100%;
	padding: 8px;
	font-size: 16px;
}

/* 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;
}


/* パンくず
-----------------------------------*/
.b-nv {
	max-width: 1232px;
	margin: 0 auto;
	padding: 0 16px;
}

.b-nv ul {
	padding: 16px 0;
	font-size: 0;
}

.b-nv li {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.b-nv li::after {
	content: '>';
	padding: 0 4px;
}

.b-nv li:last-child::after {
	content: '';
}

@media screen and (max-width: 767px) {

.b-nv {
	display: none;
}

}

/* タイトル
-----------------------------------*/

.heading01 {
	font-size: 40px;
	line-height: 1;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	background-color: #282364;
	margin-top: 112px;
	padding: 40px 16px;
}

.heading01 img {
	display: block;
	width: 90px;
	margin: 0 auto;
}

.heading01 span {
	display: block;
	margin-top: 24px;
}

.heading02 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 6px;
	margin: 60px 0 32px;
}

.heading02::after {
	content: '';
	display: block;
	width: 96px;
	height: 2px;
	background-color: #282364;
	margin: 8px auto 0;
}

@media screen and (max-width: 767px) {

.heading01 {
	font-size: 28px;
	margin-top: 0;
	padding: 20px 16px;
}

.heading01 img {
	width: 60px;
}

.heading01 span {
	margin-top: 12px;
}

.heading02 {
	font-size: 34px;
}

.heading02::after {
	width: 48px;
	height: 1px;
}


}


/* リンクボタン
-----------------------------------*/

.com-bt {
	display: inline-block;
	width: 100%;
	max-width: 480px;
	font-size: 24px;
	color: #FFF;
	line-height: 1;
	text-align: center;
	padding: 22px 16px;
	background-color: #282364;
	border: 1px solid #282364;
	border-radius: 32px;
}

input[type="submit"].com-bt,
input[type="button"].com-bt {
	border: 1px solid #282364;
	border-radius: 32px;
}

.com-bt:hover {
	color: #282364;
	text-decoration: none;
	background-color: #FFF;
}

input[type="submit"].com-bt:hover,
input[type="button"].com-bt {
	cursor: pointer;
}

.btn-area {
	text-align: center;
	margin: 32px 0 64px;
}

.link-bt {
	display: inline-block;
	width: 100%;
	max-width: 800px;
	padding: 10px 16px;
	color: #333;
	text-align: center;
	line-height: 1.3;
	background-color: #FFF;
	border: 3px solid #999;
}

button.link-bt,
input.link-bt {
	cursor: pointer;
	outline: none;
	appearance: none;
}

.link-bt:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 767px) {

.com-bt {
	display: block;
	padding: 16px;
	margin: 0 auto;
}


}

/*============*/
/* 共通・汎用 */
/*============*/

/* 段落
-----------------------------------*/
.psp p {
	margin-bottom: 24px;
}

.psp p:last-of-type {
	margin-bottom: 0;
}

/* ぶら下げインデント */
.indent {
	margin-left: 1em;
	text-indent: -1em;
}

/* 汎用カラム
-----------------------------------*/
.row:after {
	content: "";
	clear: both;
	display: block;
}

.multicolumn,
.multilist {
	overflow: hidden !important;
}

.multicolumn-left {
	float: left;
}

.multicolumn-right {
	float: right;
}

.multilist li {
	float: left;
}

/* カラム幅
-----------------------------------*/
.w1000 { width: 1000px;}

/* リスト、アイコン
-----------------------------------*/
/* リスト（デフォルト） */
.list-df {
	margin-left: 23px;
	list-style: disc;
}

/* リスト（ドット） */
.list-dot li {
	padding-left: 1em;
}

.list-dot li:before {
	content: "・";
	margin-left: -1em;
}

/* リスト（数字） */
.list-num li {
	margin-left: 30px;
}


/* テーブル
-----------------------------------*/
/* 幅 */
col.colw05 { width: 5%;}
col.colw10 { width: 10%;}
col.colw15 { width: 15%;}
col.colw20 { width: 20%;}
col.colw25 { width: 25%;}
col.colw30 { width: 30%;}
col.colw35 { width: 35%;}
col.colw40 { width: 40%;}
col.colw45 { width: 45%;}
col.colw50 { width: 50%;}

/* テーブル */
.table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.table th,
.table td {
	border-bottom: solid 2px #FFF;
	vertical-align: top;
}

.table tr:last-child th,
.table tr:last-child td {
	border-bottom: none;
}

.table th {
	width: 30%;
	padding: 16px;
	background-color: #282364;
	color: #FFF;
	text-align: center;
}

.table td {
	width: 70%;
	padding: 16px;
	background-color: rgba(40,35,100,0.1);
}

@media screen and (max-width: 767px) {

.table th {
	display: block;
	width: 100% !important;
	padding: 8px;
}

.table td {
	display: block;
	width: 100% !important;
	padding: 8px;
}

}


/* WPページャー
-----------------------------------*/
.wp-pagenavi {
	margin-top: 80px;
	text-align: center;
}

.detail-pagenavi {
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}

.detail-pagenavi li {
	width: 30%;
	max-width: 240px;
	display: inline-block;
	font-size: 16px;
	margin: 0 1%;
	vertical-align: bottom;
}

.detail-pagenavi .nav a {
	display: block;
	padding: 10px 16px;
	color: #333;
	text-align: center;
	line-height: 1.3;
	background-color: #FFF;
	border: 3px solid #999;
}

.detail-pagenavi .nav a:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 767px) {

.wp-pagenavi {
	margin-top: 40px;
}

.detail-pagenavi {
	margin-top: 32px;
}

.detail-pagenavi li {
	width: 100%;
	max-width: none;
	display: block;
	margin: 0 0 12px;
}

}

/* 投稿記事 タイトル
-----------------------------------*/

.entry-detail .entry-header {
	padding: 40px 0 16px;
	border-top: 2px solid #999;
}

.entry-detail .entry-header .title {
	margin-top: 24px;
	font-size: 24px;
	font-weight: bold;
	color: #999;
}

.entry-detail .entry-content {
	padding-bottom: 40px;
	color: #999;
	border-bottom: 2px solid #999;
}

@media screen and (max-width: 767px) {

.entry-detail .entry-header {
	padding: 24px 0 8px;
}

.entry-detail .entry-header .title {
	margin-top: 16px;
	font-size: 20px;
}

.entry-detail .entry-content {
	padding-bottom: 32px;
}

}

/* 投稿記事 詳細
-----------------------------------*/

.entry-detail .entry-content p {
	margin: 1em 0;
}

.entry-detail .entry-content h1 {
	font-size: 2.4em;
	border: none;
}

.entry-detail .entry-content h2 {
	font-size: 2em;
	margin: 0;
	padding-bottom: 0;
	background: none;
	font-weight: normal;
	line-height: inherit;
}

.entry-detail .entry-content h3 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	border-left: none;
	font-weight: normal;
	line-height: inherit;

}

.entry-detail .entry-content h4 {
	font-size: 1.4em;
	margin: 0;
	font-weight: normal;
}

.entry-detail .entry-content h5 {
	font-size: 1em;
}

.entry-detail .entry-content h6 {
	font-size: 0.9em;
}

.entry-detail .entry-content h1,
.entry-detail .entry-content h2,
.entry-detail .entry-content h3,
.entry-detail .entry-content h4,
.entry-detail .entry-content h5,
.entry-detail .entry-content h6 {
	margin: 10px 0px !important;
}

.entry-detail .entry-content ul,
.entry-detail .entry-content ol {
	margin: 10px 0 15px 30px;
}

.entry-detail .entry-content ul li {
	list-style: disc;
}

.entry-detail .entry-content ul ul,
.entry-detail .entry-content ol ol,
.entry-detail .entry-content ul ol,
.entry-detail .entry-content ol ul {
	margin-bottom: 0;
}

.entry-detail .entry-content blockquote {
	font-style: italic;
	padding: 0 30px;
}

.entry-detail .entry-content blockquote cite,
.entry-detail .entry-content blockquote em,
.entry-detail .entry-content blockquote i {
	font-style: normal;
}

/* 投稿画像 */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	/*max-width: 100%;
	height: auto;*/
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	text-align: center;
}