@charset "utf-8";

/*======*/
/* 共通 */
/*======*/
.sp {
	display: none !important;
}

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

.pc {
	display: none !important;
}
}

/* レイアウト
-----------------------------------*/
.container {
	width: 100%;
}

.container .wrapper:nth-child(even) {
	background: #F0FBFF;
}

.container .wrapper:nth-child(odd) {
	background: #FFF;
}

.container .wrapper.first {
	background: #FFF;
}

.container .contents {
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 16px 32px;
	text-align: left;
	overflow: hidden;
}

.contents.layout-tx {
	text-align: center;
}

.container .contents p:not(:last-child),
.container .contents ul:not(:last-child) {
	margin-bottom: 16px;
}

.container .contents .list-img {
	font-size: 0;
	text-align: center;
}

.container .contents .list-img li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
}

.container .contents .list-img li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
.container .contents {
	padding: 0 8px 24px;
}

.container .contents .list-img li {
	width: 100%;
	margin: 0 0 16px;
}

.container .contents .list-img li:last-child {
	margin: 0;
}
}

/* パンくず
-----------------------------------*/
.b-nv {
	position: relative;
	max-width: 1142px;
	margin: 0 auto;
	padding: 0 16px;
	text-align: left;
}

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

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

.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;
}
}

/* タイトル
-----------------------------------*/
.heading00 {
	min-height: 240px;
	background: url(/images/common/com_bg01.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 24px;
}

.heading00 h1 {
	min-height: 192px;
	padding-top: 47px;
}

.heading01 {
	position: relative;
	padding: 0 16px 40px;
}

.heading01:first-child {
	padding-top: 40px;
}

.heading01::after {
	content: "";
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 480px;
	height: 2px;
	background: #0D317D;
	transform: translate(-50%,0);
}

.heading01 h1 {
	padding-bottom: 8px;
	color: #0C317D;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
}

.heading02 {
	margin-bottom: 40px;
	position: relative;
	background: #000;
	padding: 8px 16px;
}

.heading02::after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 11.5px 0 11.5px;
	border-color: #000 transparent transparent transparent;
	transform: translate(-50%,0);
	}

.heading02 h2 {
	background: #000;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
.heading00 {
	min-height: auto;
}

.heading00 h1 {
	min-height: auto;
	padding: 16px 8px;
}

.heading00 h1 img {
	height: 46px;
	width: auto;
}

.heading01 {
	padding: 0 8px 20px;
}

.heading01:first-child {
	padding-top: 20px;
}

.heading01::after {
	bottom: 20px;
}

.heading01 h1 {
	font-size: 20px;
	font-weight: bold;
}

.heading02 {
	margin-bottom: 20px;
	padding: 8px;
}

.heading02::after {
	bottom: -11px;
	border-width: 11px 8px 0 8px;
}

.heading02 h2 {
	font-size: 24px;
}
}

@media screen and (max-width: 639px) {
.heading01::after {
	width: 80%;
}

.heading01 h1 {
	width: 80%;
	margin: 0 auto;
}
}


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

/* 文字装飾
-----------------------------------*/
.emphasize {
	font-size: 32px;
}

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

.emphasize {
	font-size: 24px;
}

}

/* リンク
-----------------------------------*/

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: 1px solid #30BCD4;
	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;
}


.com-bt {
	display: inline-block;
	background-color: #30BCD4;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	font-size: 24px;
	padding: 16px 32px;
	border: 1px solid #30BCD4;
	border-radius: 4px !important;
}

.com-bt:hover {
	background-color: #FFF;
	color: #30BCD4;
	text-decoration: none;
	cursor: pointer;
}

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

.com-bt {
	display: block;
	width: 100%;
	max-width: 320px;
	font-size: 20px;
	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.colw03 { width: 3%;}
col.colw05 { width: 5%;}
col.colw10 { width: 10%;}
col.colw15 { width: 15%;}
col.colw19 { width: 19%;}
col.colw20 { width: 20%;}
col.colw22 { width: 22%;}
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%;
	text-align: center;
	margin-bottom: 24px;
}

.table th {
	color: #333;
	padding: 16px 8px;
	background-color: #EEE;
	border-right: 1px solid #AAA;
}

.table td {
	color: #333;
	padding: 16px 8px;
	background-color: #FFF;
	border-right: 1px solid #AAA;
}

.table th:first-child,
.table td:first-child {
	border-left: 1px solid #AAA;
}

.table tr:not(:last-child) td {
	border-bottom: 1px solid #AAA;
}

.table td.not-bottom {
	border-bottom: none !important;
}

.table th span,
.table td span {
	font-size: 12px;
}

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

.table th {
	padding: 8px 2px;
	font-size: 12px;
}

.table td {
	padding: 8px 2px;
	font-size: 12px;
}

.table th span,
.table td span {
	font-size: 10px;
}

}

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

.wp-pagenavi a, 
.wp-pagenavi span {
	text-decoration: none;
	display: inline-block;
	margin: 2px;
	padding: 0 8px;
	border: 1px solid #0D317D;
	vertical-align: bottom;
	line-height: 30px;
}

.wp-pagenavi a {
	background: #0D317D;
	color: #FFF;
}

.wp-pagenavi a:hover {
	border-color: #63C3FA;
	background: #63C3FA;
}

.wp-pagenavi span.current {
	border-color: #63C3FA;
	background: #63C3FA;
	color: #FFF;
}

.wp-pagenavi .prev,
.wp-pagenavi .next {
	position: relative;
	width: 32px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.wp-pagenavi .prev::after,
.wp-pagenavi .next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	transform: translate(-50%,-50%)
}

.wp-pagenavi .prev::after {
	border-width: 6px 9px 6px 0;
	border-color: transparent #FFF transparent transparent;
}

.wp-pagenavi .next::after {
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #FFF;
}

@media screen and (max-width: 767px) {
.wp-pagenavi {
	margin-top: 20px;
}
}

/* 投稿記事
-----------------------------------*/
.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;
}