@charset "UTF-8";
/*
 * cmn_layout.css
 */
/* ==========================================================
!HTML5 elements
========================================================== */
header,
footer,
nav,
main,
section,
aside,
article {
	display: block;
}

figure,
figcaption {
	margin: 0;
	padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
::before,
::after {
	border-width: 0;
	border-style: solid;
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	font-size: 62.5%;
}

body {
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-size: 1.4em;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.07em;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	   -moz-text-size-adjust: none;
	    -ms-text-size-adjust: none;
	        text-size-adjust: none;
	background: #ededed none;

	overflow-scrolling: touch;
}

/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media,
_:future,
:root body {
	-webkit-font-feature-settings: "pkna";
	        font-feature-settings: "pkna";
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
}

label {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset,
img {
	border: 0;
}

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

*::-ms-backdrop,
img {
	width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:after,
q:before {
	content: "";
}

a,
input {
	/* outline: none; */
}

abbr,
acronym {
	border: 0;
}

/* Android */
p,
li,
dt,
dd,
figcaption {
	background: url(../img/img_android01.png);
}

/* ==========================================================
!Clearfix
========================================================== */
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* ==========================================================
!Layout
========================================================== */
html {
	overflow-y: scroll;
}

@media print {
	html,
	html body {
		*zoom: 0.65;
	}
}

.layer {
	display: none;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) none;

	pointer-events: none;
}

body.open .layer {
	display: block;

	pointer-events: auto;
}

/* ==========================================================
!Wrapper
========================================================== */
/* ==========================================================
!Header
========================================================== */
#header {
	position: fixed;
	z-index: 999;
	width: 100vw;
	height: 60px;
	background: #ffcb00 none;
}

#header #hd_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	text-align: left;
}

#header #hd_inner #hd_logo {
	margin: 0;
	text-align: center;
}

#header #hd_inner #hd_logo a img {
	width: 48.28125%;
	max-width: 309px;
}

#hd_search {
	position: absolute;
	top: 0;
	width: 100vw;
}

#hd_search dl dt {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

#hd_search dl dt:before {
	display: block;
	padding: 15px 16px 18px 15px;
	color: #00355f;
	font-size: 30px;
	text-align: center;
}

#hd_search dl dt:hover,
#hd_search dl dt:focus {
	cursor: pointer;
	outline: 1px dotted #ffffff;
}

#hd_search dl dt span {
	display: block;
	overflow: hidden;
	height: 0;
}

#hd_search dl dd {
	display: none;
	position: fixed;
	top: 60px;
	z-index: 1;
	width: 100%;
	padding: 25px 15px 25px 15px;
	background: #00447a none;
}

#hd_search dl dd:before {
	/* fontawesome */
	position: absolute;
	top: 50%;
	right: 20px;
	color: #00355f;
	font: bold 24px/1 "Font Awesome 5 Free";
	content: "\f002";
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

#hd_search dl dd .inner01 {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}

#hd_search dl dd .inner01 .txt_search01 {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 40px 0 16px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 1.2;
	vertical-align: middle;
	background: #ffffff;

	-webkit-appearance: none;
}

#hd_search dl dd .inner01 .txt_search01:focus {
	-webkit-box-shadow: 0 0 0 2px #ffcb00;
	        box-shadow: 0 0 0 2px #ffcb00;
}

#hd_search dl dd .inner01 button {
	display: none;
}

/* 640px以上（ファブレット） */
@media only screen and (min-width: 640px), print {
	#header .sp {
		display: none;
	}
	#header .pc {
		display: inline-block;
	}
	#header #hd_inner #hd_logo a img {
		width: 100%;
		max-width: 454px;
	}
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	#header {
		position: relative;
		width: 100%;
		height: 80px;
	}
	#header #hd_inner {
		height: 80px;
	}
	#hd_search {
		width: 100%;
	}
	#hd_search dl dt {
		position: absolute;
		right: 0;
		width: 80px;
		height: 80px;
	}
	#hd_search dl dt:before {
		display: block;
		padding: 25px 16px 25px 14px;
	}
	#hd_search dl dd {
		position: absolute;
		top: 80px;
		padding: 35px 15px 35px 15px;
	}
	#hd_search dl dd:before {
		content: none;
	}
	#hd_search dl dd .inner01 {
		position: relative;
	}
	#hd_search dl dd .inner01 .txt_search01 {
		padding: 0 70px 0 16px;
	}
	#hd_search dl dd .inner01 button {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 48px;
		background: transparent;
		cursor: pointer;
	}
	#hd_search dl dd .inner01 button span {
		/* WCAG 2.0 C7 */
		overflow: hidden;
		position: absolute;
		top: -10px;
		width: 1px;
		height: 1px;
	}
	#hd_search dl dd .inner01 button:before {
		/* fontawesome */
		position: absolute;
		top: 50%;
		right: 20px;
		color: #00355f;
		font: bold 24px/1 "Font Awesome 5 Free";
		content: "\f002";
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
}

/* ==========================================================
!Header_Fixed
========================================================== */
/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* 1200px以上（大きめPC） */
/* 1400px以上（大きいPC） */
/* ==========================================================
!Gnavi
========================================================== */
#gnavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 60px;
	height: 60px;
	background: trasnparent none;
}

#gnavi > ul {
	/* Menu Link Common
		------------------------------------ */
	/* Link common default */
	/* Link common visible */
	/* Menu Link Common
		------------------------------------ */
	/* Link common default */
}

#gnavi > ul:hover,
#gnavi > ul:focus {
	cursor: pointer;
	outline: 1px dotted #ffffff;
}

#gnavi > ul.on,
#gnavi > ul.on:hover,
#gnavi > ul.on:focus {
	background: trasnparent none;
	cursor: pointer;
	outline: 1px dotted #ffffff;
}

#gnavi > ul .menu_trigger {
	overflow: hidden;
	position: relative;
	z-index: 1000;
	width: 31px;
	height: 36px;
	padding: 12px 16px 12px 15px;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	/* Menu Line top */
	/* Menu Line middle */
	/* Menu Line bottom */
	/* Menu Close Line
			// ------------------------------------ */
	/* Menu Close Line top */
	/* Menu Close Line middle */
	/* Menu Close Line bottom */
}

#gnavi > ul .menu_trigger:before {
	display: block;
	-ms-flex-item-align: center;
	    align-self: center;
	position: absolute;
	top: 4px;
	/* 線の位置 */
	left: 50%;
	width: 100%;
	max-width: 31px;
	height: 2px;
	text-align: center;
	content: "";
	background-color: #00355f;
	/* 線の色 */
	-webkit-transform: translate(-50%, 10px);
	    -ms-transform: translate(-50%, 10px);
	        transform: translate(-50%, 10px);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-in-out;
	     -o-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
}

#gnavi > ul .menu_trigger .menu_trigger_line {
	display: block;
	-ms-flex-item-align: center;
	    align-self: center;
	position: absolute;
	top: 12px;
	/* 線の位置 */
	left: 50%;
	width: 100%;
	max-width: 31px;
	height: 2px;
	color: #00355f;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -0.01em;
	line-height: 42px;
	/* 文字の位置 */
	text-align: center;
	background-color: #00355f;
	/* 線の色 */
	-webkit-transform: translate(-50%, 10px);
	    -ms-transform: translate(-50%, 10px);
	        transform: translate(-50%, 10px);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

#gnavi > ul .menu_trigger:after {
	display: block;
	-ms-flex-item-align: center;
	    align-self: center;
	position: absolute;
	top: 20px;
	/* 線の位置 */
	left: 50%;
	width: 100%;
	max-width: 31px;
	height: 2px;
	text-align: center;
	content: "";
	background-color: #00355f;
	/* 線の色 */
	-webkit-transform: translate(-50%, 10px);
	    -ms-transform: translate(-50%, 10px);
	        transform: translate(-50%, 10px);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-in-out;
	     -o-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
}

#gnavi > ul .menu_trigger.active:before {
	background-color: #00355f;
	/* 線の色 */
	-webkit-transform: translate(-50%, 16px) rotate(-45deg);
	    -ms-transform: translate(-50%, 16px) rotate(-45deg);
	        transform: translate(-50%, 16px) rotate(-45deg);
}

#gnavi > ul .menu_trigger.active .menu_trigger_line {
	color: #00355f;
	/* 文字の色 */
	background-color: transparent;
	/* 線の色 無し */
}

#gnavi > ul .menu_trigger.active:after {
	background-color: #00355f;
	/* 線の色 */
	-webkit-transform: translate(-50%, 0px) rotate(45deg);
	    -ms-transform: translate(-50%, 0px) rotate(45deg);
	        transform: translate(-50%, 0px) rotate(45deg);
}

#gnavi > ul > li:nth-of-type(2) {
	display: block;
	overflow: hidden;
	visibility: hidden;
	/* 変更前 */
	opacity: 1;
	/* 変更前 */
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 999;
	width: 84vw;
	height: 100%;
	/* 変更前 */
	padding: 0 0 24px 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	/* fade slide */
	-webkit-transform: translateX(-84vw);
	    -ms-transform: translateX(-84vw);
	        transform: translateX(-84vw);
	/* 変更前 */
	-webkit-transition-property: overflow, visibility, height, opacity, -webkit-transform;
	transition-property: overflow, visibility, height, opacity, -webkit-transform;
	-o-transition-property: overflow, visibility, height, opacity, transform;
	transition-property: overflow, visibility, height, opacity, transform;
	transition-property: overflow, visibility, height, opacity, transform, -webkit-transform;
	/* transitionを適用するCSSプロパティ名を指定 */
	-webkit-transition-duration: 0.1s;
	     -o-transition-duration: 0.1s;
	        transition-duration: 0.1s;
	/* 0.3秒かけて */
	-webkit-transition-timing-function: ease-in;
	     -o-transition-timing-function: ease-in;
	        transition-timing-function: ease-in;
	/* 変化の進行割合をイージングで指定 */

	-webkit-overflow-scrolling: touch;
	/* gnavi default */
}

#gnavi > ul > li:nth-of-type(2) > ul {
	position: relative;
	padding: 18px 0 0 0;
}

#gnavi > ul > li:nth-of-type(2) > ul:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 0 0 16px;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	content: "人気エリア";
	background: #00355f none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li {
	margin: 0 0 1px 0;
	text-align: left;
	/* アコーディオン用 */
	/* アコーディオン内 */
	/* SNS用 */
}

#gnavi > ul > li:nth-of-type(2) > ul > li.gnavi_popular_area:first-of-type {
	margin: 10px 0 0 0;
}

#gnavi > ul > li:nth-of-type(2) > ul > li.gnavi_popular_area + .accordion {
	margin: 10px 0 1px 0;
}

#gnavi > ul > li:nth-of-type(2) > ul > li.accordion {
	margin: 0 0 1px 0;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:nth-last-of-type(2) {
	margin: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #00355f;
}

#gnavi > ul > li:nth-of-type(2) > ul > li > a,
#gnavi > ul > li:nth-of-type(2) > ul > li > div {
	display: block;
	padding: 8px 30px 8px 16px;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li > a {
	position: relative;
	color: #00355f;
	font-weight: bold;
}

#gnavi > ul > li:nth-of-type(2) > ul > li > a:after {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #ffffff;
	content: "";
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#gnavi > ul > li:nth-of-type(2) > ul > li > a:hover,
#gnavi > ul > li:nth-of-type(2) > ul > li > a:focus {
	background: rgba(255, 255, 255, 0.5) none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li > div {
	position: relative;
	padding: 12px 30px 13px 16px;
	color: #ffffff;
	background: #00355f none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li > div:before {
	/* 横 */
	display: block;
	position: absolute;
	top: 50%;
	/* 線の位置 */
	right: 3px;
	width: 16px;
	height: 1px;
	content: "";
	background-color: #ffffff;
	/* 線の色 */
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-in-out;
	     -o-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
}

#gnavi > ul > li:nth-of-type(2) > ul > li > div:after {
	/* 縦 */
	display: block;
	position: absolute;
	top: 50%;
	/* 線の位置 */
	right: 3px;
	width: 16px;
	height: 1px;
	content: "";
	background-color: #ffffff;
	/* 線の色 */
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	    -ms-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-in-out;
	     -o-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
}

#gnavi > ul > li:nth-of-type(2) > ul > li.current > div:after {
	content: none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li.accordion ul {
	display: none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li > ul {
	padding: 10px 0 10px 0;
}

#gnavi > ul > li:nth-of-type(2) > ul > li > ul > li {
	margin: 0 0 1px 0;
	text-align: left;
}

#gnavi > ul > li:nth-of-type(2) > ul > li > ul > li > a {
	display: block;
	position: relative;
	padding: 8px 30px 8px 16px;
	color: #00355f;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-decoration: none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li > ul > li > a:after {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #ffffff;
	content: "";
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

#gnavi > ul > li:nth-of-type(2) > ul > li > ul > li > a:hover,
#gnavi > ul > li:nth-of-type(2) > ul > li > ul > li > a:focus {
	background: rgba(255, 255, 255, 0.5) none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child {
	padding: 24px 0 64px 0;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child p {
	margin: 0 0 10px 0;
	color: #00355f;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 70%;
	margin: 0 auto;
	cursor: default;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul.sns_full {
	width: 90%;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li {
	width: 40px;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 10px;
	background: #ffffff none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li a span {
	/* WCAG 2.0 C7 */
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 1px;
	height: 1px;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li a:after {
	content: none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li.twitter a:before {
	/* fontawesome */
	position: absolute;
	top: -3px;
	left: 0;
	color: #00355f;
	font: normal 46px/1 "Font Awesome 5 Brands";
	content: "\f081";
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li.facebook a:before {
	/* fontawesome */
	position: absolute;
	top: -3px;
	left: 0;
	color: #00355f;
	font: normal 46px/1 "Font Awesome 5 Brands";
	content: "\f082";
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li.line a {
	width: 38px;
	height: 38px;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li.line a:before {
	/* fontawesome */
	position: absolute;
	top: -4px;
	left: 0;
	color: #00355f;
	font: normal 46px/1 "Font Awesome 5 Brands";
	content: "\f3c0";
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li.youtube a:before {
	/* fontawesome */
	position: absolute;
	top: -3px;
	left: 0;
	color: #00355f;
	font: normal 46px/1 "Font Awesome 5 Brands";
	content: "\f431";
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li.instagram a {
	width: 41px;
	height: 41px;
	border-radius: 5px;
	background: #00355f none;
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li.instagram a:before {
	/* fontawesome */
	position: absolute;
	top: 2px;
	left: 6px;
	color: #ffffff;
	font: normal 34px/1.1 "Font Awesome 5 Brands";
	content: "\f16d";
}

#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li.rss a:before {
	/* fontawesome */
	position: absolute;
	top: -3px;
	left: 0;
	color: #00355f;
	font: 900 46px/1 "Font Awesome 5 Free";
	content: "\f143";
}

#gnavi > ul > li.visible:nth-of-type(2) {
	overflow: auto;
	/* 変更後 */
	overflow-y: scroll;
	/* スマホ制御 */
	visibility: visible;
	/* 変更後 */
	opacity: 1;
	/* 変更後 */
	height: calc(100% - 60px);
	/* 変更後 */
	background: #ffcb00 none;
	/* fade slide */
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
	/* 変更後 */
	-webkit-transition-property: overflow, visibility, height, opacity, -webkit-transform;
	transition-property: overflow, visibility, height, opacity, -webkit-transform;
	-o-transition-property: overflow, visibility, height, opacity, transform;
	transition-property: overflow, visibility, height, opacity, transform;
	transition-property: overflow, visibility, height, opacity, transform, -webkit-transform;
	/* transitionを適用するCSSプロパティ名を指定 */
	-webkit-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	/* 0.3秒かけて */
	-webkit-transition-timing-function: ease-in;
	     -o-transition-timing-function: ease-in;
	        transition-timing-function: ease-in;
	/* 変化の進行割合をイージングで指定 */
}

#gnavi > ul > li:nth-of-type(3) {
	display: block;
	overflow: hidden;
	visibility: hidden;
	/* 変更前 */
	opacity: 0;
	/* 変更前 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	/* 変更前 */
	padding: 0 6px 0 6px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	/* fade slide */
	-webkit-transform: translateY(60px);
	    -ms-transform: translateY(60px);
	        transform: translateY(60px);
	/* 変更前 */
	-webkit-transition-property: overflow, visibility, height, opacity, -webkit-transform;
	transition-property: overflow, visibility, height, opacity, -webkit-transform;
	-o-transition-property: overflow, visibility, height, opacity, transform;
	transition-property: overflow, visibility, height, opacity, transform;
	transition-property: overflow, visibility, height, opacity, transform, -webkit-transform;
	/* transitionを適用するCSSプロパティ名を指定 */
	-webkit-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	/* 0.3秒かけて */
	-webkit-transition-timing-function: ease-out;
	     -o-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	/* 変化の進行割合をイージングで指定 */
}

#gnavi > ul > li.visible:nth-of-type(3) {
	overflow: auto;
	/* 変更後 */
	overflow-y: scroll;
	/* スマホ制御 */
	visibility: visible;
	/* 変更後 */
	opacity: 1;
	/* 変更後 */
	height: 100%;
	/* 変更後 */
	/* fade slide */
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	/* 変更後 */
	-webkit-transition-property: overflow, visibility, height, opacity, -webkit-transform;
	transition-property: overflow, visibility, height, opacity, -webkit-transform;
	-o-transition-property: overflow, visibility, height, opacity, transform;
	transition-property: overflow, visibility, height, opacity, transform;
	transition-property: overflow, visibility, height, opacity, transform, -webkit-transform;
	/* transitionを適用するCSSプロパティ名を指定 */
	-webkit-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
	/* 0.3秒かけて */
	-webkit-transition-timing-function: ease-out;
	     -o-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	/* 変化の進行割合をイージングで指定 */
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	#gnavi {
		position: absolute;
		width: 80px;
		height: 80px;
	}
	#gnavi > ul {
		/* Menu Link Common
			------------------------------------ */
		/* Link common default */
		/* Link common visible */
	}
	#gnavi > ul .menu_trigger {
		width: 31px;
		height: 36px;
		padding: 12px 16px 12px 15px;
		/* Menu Line top */
		/* Menu Line middle */
		/* Menu Line bottom */
		/* Menu Close Line
				// ------------------------------------ */
		/* Menu Close Line top */
	}
	#gnavi > ul .menu_trigger:before {
		top: 0;
		/* 線の位置 */
		max-width: 34px;
		-webkit-transform: translate(-50%, 10px);
		    -ms-transform: translate(-50%, 10px);
		        transform: translate(-50%, 10px);
	}
	#gnavi > ul .menu_trigger .menu_trigger_line {
		top: 10px;
		/* 線の位置 */
		max-width: 34px;
		font-size: 12px;
		line-height: 56px;
		-webkit-transform: translate(-50%, 10px);
		    -ms-transform: translate(-50%, 10px);
		        transform: translate(-50%, 10px);
	}
	#gnavi > ul .menu_trigger:after {
		top: 21px;
		/* 線の位置 */
		max-width: 34px;
		-webkit-transform: translate(-50%, 10px);
		    -ms-transform: translate(-50%, 10px);
		        transform: translate(-50%, 10px);
	}
	#gnavi > ul .menu_trigger.active:before {
		background-color: #00355f;
		/* 線の色 */
		-webkit-transform: translate(-50%, 21px) rotate(-45deg);
		    -ms-transform: translate(-50%, 21px) rotate(-45deg);
		        transform: translate(-50%, 21px) rotate(-45deg);
	}
	#gnavi > ul > li:nth-of-type(2) {
		position: absolute;
		top: 80px;
		width: 440px;
		/* gnavi default */
	}
	#gnavi > ul > li:nth-of-type(2) > ul {
		position: relative;
		padding: 31px 0 0 0;
	}
	#gnavi > ul > li:nth-of-type(2) > ul:before {
		padding: 5px 0 5px 16px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#gnavi > ul > li:nth-of-type(2) > ul > li {
		/* アコーディオン用 */
		/* アコーディオン内 */
		/* SNS */
	}
	#gnavi > ul > li:nth-of-type(2) > ul > li > a {
		padding: 13px 34px 13px 18px;
		font-size: 20px;
		font-size: 2rem;
	}
	#gnavi > ul > li:nth-of-type(2) > ul > li > a:after {
		right: 16px;
		width: 15px;
		height: 15px;
		margin: -7px 0 0 0;
		border-width: 2px 2px 0 0;
	}
	#gnavi > ul > li:nth-of-type(2) > ul > li > div {
		padding: 20px 0 20px 18px;
		font-size: 20px;
		font-size: 2rem;
	}
	#gnavi > ul > li:nth-of-type(2) > ul > li > div:before {
		/* 横 */
		top: 50%;
		/* 線の位置 */
		right: 2px;
		width: 20px;
		height: 2px;
	}
	#gnavi > ul > li:nth-of-type(2) > ul > li > div:after {
		/* 縦 */
		top: 50%;
		/* 線の位置 */
		right: 2px;
		width: 20px;
		height: 2px;
	}
	#gnavi > ul > li:nth-of-type(2) > ul > li > ul > li > a {
		padding: 13px 34px 13px 18px;
	}
	#gnavi > ul > li:nth-of-type(2) > ul > li > ul > li > a:after {
		right: 16px;
		width: 15px;
		height: 15px;
		margin: -7px 0 0 0;
		border-width: 2px 2px 0 0;
	}
	#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li:first-child,
	#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li:last-child {
		margin: 0;
	}
	#gnavi > ul > li:nth-of-type(2) > ul > li:last-child > ul > li > a:hover {
		opacity: 0.85;
	}
	#gnavi > ul > li.visible:nth-of-type(2) {
		overflow: hidden;
		height: auto;
		min-height: 100vh;
		/* 変更後 */
	}
}

/* ==========================================================
!Lnavi
========================================================== */
/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* 1200px以上（大きめPC） */
/* 1400px以上（大きいPC） */
/* ==========================================================
!Breadcrumb
========================================================== */
#breadcrumb {
	overflow-x: scroll;
	width: 100%;
	padding: 60px 0 0 0;
	white-space: nowrap;
	background: #ffffff none;

	-webkit-overflow-scrolling: touch;
}

#breadcrumb p {
	/* WCAG 2.0 C7 */
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 1px;
	height: 1px;
}

#breadcrumb ol {
	max-width: 1148px;
	margin: 0 auto;
	padding: 0 4% 0 4%;
	text-align: left;
	white-space: nowrap;
}

#breadcrumb ol li {
	display: inline-block;
	white-space: nowrap;
}

#breadcrumb ol li:first-child {
	position: relative;
	width: 1em;
}

#breadcrumb ol li:first-child a:before {
	/* fontawesome */
	position: absolute;
	top: -10px;
	left: 0;
	color: #00355f;
	font: bold 12px/1 "Font Awesome 5 Free";
	content: "\f015";
}

#breadcrumb ol li:first-child a span {
	/* WCAG 2.0 C7 */
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 1px;
	height: 1px;
}

#breadcrumb ol li:nth-child(n+2):before {
	margin: 0 5px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	content: ">";
}

#breadcrumb ol li a {
	color: #00355f;
	font-size: 12px;
	font-size: 1.2rem;
	white-space: nowrap;
}

#breadcrumb ol li span {
	font-size: 12px;
	font-size: 1.2rem;
	white-space: nowrap;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	#breadcrumb {
		overflow: hidden;
		padding: 6px 0 6px 0;
	}
	#breadcrumb ol {
		padding: 0 10px 0 10px;
	}
}

/* ==========================================================
!Mainimg
========================================================== */
#mainimg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 160px;
	padding: 4% 0 4% 0;
	background: #00355f none;
}

#mainimg .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-item-align: center;
	    align-self: center;
}

#mainimg .inner01 .h1_basic01 h1 {
	margin: 0 0 8px 0;
}

#mainimg .inner01 .h1_basic01 a {
	color: #ffffff;
	text-decoration: underline;
}

#mainimg .inner01 .h1_basic01 a:hover,
#mainimg .inner01 .h1_basic01 a:focus {
	text-decoration: none;
}

#mainimg .inner01 .h1_basic01 p {
	margin: 0;
	color: #ffffff;
}

#mainimg .inner01 .h1_basic01 p a {
	padding: 0 3px 0 3px;
}

#mainimg .inner01 .h1_basic01 ul {
	padding: 0 0 0 1em;
}

#mainimg .inner01 .h1_basic01 ul li {
	color: #ffffff;
	list-style-type: disc;
	list-style-position: 0.2em;
}

#mainimg .inner01 .h1_basic01 ol {
	padding: 0 0 0 1.75em;
}

#mainimg .inner01 .h1_basic01 ol li {
	color: #ffffff;
	list-style-type: decimal;
	list-style-position: 0.2em;
}

#mainimg .inner01 .h1_basic01 dl dt {
	color: #ffffff;
	font-weight: bold;
}

#mainimg .inner01 .h1_basic01 dl dd {
	color: #ffffff;
}

#mainimg .inner01 > :first-child {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	-ms-flex-item-align: center;
	    align-self: center;
	width: 100%;
	padding: 0;
}

#mainimg .inner01 > :last-child {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 100%;
}

#mainimg .inner01 > :first-child + :last-child {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	width: 26.04166%;
	min-width: 100px;
	margin: 0;
	padding: 0 4% 0 0;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	#mainimg {
		min-height: 140px;
		padding: 0;
	}
	#mainimg .inner01 {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#mainimg .inner01 .h1_basic01 p {
		margin: 0;
	}
	#mainimg .inner01 figure {
		margin: 0;
	}
	#mainimg .inner01 figure img {
		max-width: 200px;
	}
	#mainimg .inner01 > :first-child {
		width: 100%;
	}
	#mainimg .inner01 > :last-child {
		width: 100%;
		padding: 32px 0 32px 0;
	}
	#mainimg .inner01 > :first-child + :last-child {
		width: 100%;
		max-width: 200px;
		padding: 0 16px 0 0;
	}
}

/* ==========================================================
!Contents
========================================================== */
#contents {
	padding: 0 0 11% 0;
}

#contents > .outer01 {
	margin: 5% 0 0 0;
}

#contents > .outer01 > :first-child,
#contents > .outer01 > :last-child {
	width: 100%;
	margin: 0 0 12% 0;
}

#contents > .outer01 > :first-child > .inner01,
#contents > .outer01 > :last-child > .inner01 {
	background: #ffffff;
}

#contents > .outer01 > :first-child > .related_posts_details01,
#contents > .outer01 > :last-child > .related_posts_details01 {
	margin: 8% 0 0 0;
}

#contents > .outer01 > :first-child > .related_posts_details01 > .inner01,
#contents > .outer01 > :last-child > .related_posts_details01 > .inner01 {
	background: transparent;
}

#contents > .outer01 > :first-child + :last-child {
	width: 100%;
	padding: 0 4% 0 4%;
	background: transparent;
}

#contents > .outer01 > :first-child + :last-child > * {
	margin: 0 0 4% 0;
	background: #ffffff;
}

#contents > .outer01 > :first-child + :last-child > * .inner01 {
	padding: 4% 4% 4% 4%;
}

#contents > .outer01 > :first-child + :last-child > * .inner01 .box_basic01 {
	margin: 0;
}

#contents > .outer01 > :first-child + :last-child > * .inner01 .box_basic01 > :last-child {
	margin: 0;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	#contents {
		padding: 0 0 100px 0;
	}
	#contents > .outer01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-item-align: start;
		    align-self: flex-start;
		width: 100%;
		margin: 20px auto 0;
		padding: 0 4px 0 4px;
	}
	#contents > .outer01 > :first-child {
		width: 66.48936%;
		max-width: 750px;
		margin: 0;
	}
	#contents > .outer01 > :last-child {
		width: 100%;
		max-width: 100%;
	}
	#contents > .outer01 > :first-child > .inner01,
	#contents > .outer01 > :last-child > .inner01 {
		padding: 0 40px 0 40px;
		background: #ffffff;
	}
	#contents > .outer01 > :first-child > .related_posts_details01,
	#contents > .outer01 > :last-child > .related_posts_details01 {
		margin: 32px 0 0 0;
	}
	#contents > .outer01 > :first-child > .related_posts_details01 > .inner01,
	#contents > .outer01 > :last-child > .related_posts_details01 > .inner01 {
		padding: 0;
		background: transparent;
	}
	#contents > .outer01 > :first-child > .related_posts_details01 > .inner01 .box_basic01,
	#contents > .outer01 > :last-child > .related_posts_details01 > .inner01 .box_basic01 {
		margin: 0;
	}
	#contents > .outer01 > :first-child + :last-child {
		width: 31.91489%;
		max-width: 360px;
		margin: 0;
		padding: 0;
	}
	#contents > .outer01 > :first-child + :last-child > * {
		margin: 0 0 20px 0;
	}
	#contents > .outer01 > :first-child + :last-child > * div img {
		width: 100%;
	}
	#contents > .outer01 > :first-child + :last-child > * .inner01 {
		padding: 20px 20px 20px 20px;
		text-align: left;
	}
	#contents > .outer01 > :first-child + :last-child > * .inner01 .box_basic01 {
		margin: 0;
	}
	#contents > .outer01 > :first-child + :last-child > * .inner01 .box_basic01 article > a.w_grid01 .detail_image01 {
		width: 38%;
	}
	#contents > .outer01 > :first-child + :last-child > * .inner01 .box_basic01 article > a.w_grid01 .detail_summary01 {
		width: 62%;
	}
	#contents > .outer01 > :first-child + :last-child > * .inner01 .box_basic01 article > a.w_grid01 .detail_summary01 .detail_inner01 > .tit_basic01 :last-child {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* ==========================================================
!Parts
========================================================== */
/* 画像情報 */
.detail_image01 {
	position: relative;
	width: 43%;
}

.detail_image01 p {
	position: absolute;
	top: 1.0416vw;
	left: 1.0416vw;
	font-size: 2.86458vw;
}

/* テキスト情報 */
.detail_summary01 {
	width: 57%;
	padding: 3% 5% 3% 5%;
}

.detail_summary01 .detail_inner01 > time {
	display: none;
}

.detail_summary01 .detail_inner01 > .tit_basic01 {
	margin: 0 0 3% 0;
}

.detail_summary01 .detail_inner01 > .tit_basic01 :last-child {
	color: #00355f;
	font-size: 3.73333vw;
	font-weight: normal;
}

.detail_summary01 .detail_inner01 > p {
	display: none;
}

/* タグ情報 */
.tag_list01 {
	display: block;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
}

.tag_list01 > * {
	display: inline-block;
	margin: 0 8px 8px 0;
}

.tag01 {
	display: inline-block;
	position: relative;
	width: auto;
	margin: 0 0 0 3ex;
	padding: 3px 10px 3px 0;
	color: #00355f;
	font-size: 4.16667vw;
	background: #ffcb00;
	background-size: auto 100%;
}

.tag01:before {
	position: absolute;
	top: 0;
	left: -3ex;
	width: 3ex;
	height: 100%;
	padding: 5px 0 5px 0;
	content: "";
	background: url(../img/bg_tag01.svg) no-repeat 0 0;
	background-size: auto 100%;
}

a:hover .tag01,
a:focus .tag01 {
	background: rgba(255, 203, 0, 0.7) none;
}

a:hover .tag01:before,
a:focus .tag01:before {
	opacity: 0.7;
}

/* 著者情報 */
.detail_author01 {
	display: block;
	width: 100%;
	background: #ffffff;
}

.detail_author01 h2 {
	margin: 0 0 4% 0;
	padding: 0 0 0.25em 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ffcb00;
	font-size: 5.20833vw;
	font-weight: bold;
	text-align: left;
}

.detail_author01 dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.detail_author01 dl dt {
	width: 8%;
	min-width: 42px;
}

.detail_author01 dl dd p {
	margin: 0;
	padding: 0 0 0 10px;
	color: #00355f;
}

.detail_author01 dl dd p span {
	display: block;
	color: #848484;
	font-size: 2.08333vw;
}

/* SNS情報 */
.sns01 {
	width: 100%;
}

.sns01 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.sns01 ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: calc(25% - 2px) !important;
}

.sns01 ul li a {
	display: block;
	position: relative;
	width: 100%;
	padding: 47% 0 3% 0;
	color: #ffffff;
	text-align: center;
}

.sns01 ul li a:before {
	/* fontawesome */
	position: absolute;
	top: 21%;
	left: 50%;
	color: #ffffff;
	-webkit-transform: translate(-45%, 0);
	    -ms-transform: translate(-45%, 0);
	        transform: translate(-45%, 0);
}

.sns01 ul li a span {
	/* WCAG 2.0 C7 */
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 1px;
	height: 1px;
}

.sns01 ul li a p {
	padding: 0 0 2% 0;
	font-size: 2.60417vw;
	text-align: center;
}

.sns01 ul li.facebook {
	background: #305097;
}

.sns01 ul li.facebook a:before {
	/* fontawesome */
	font-family: "Font Awesome 5 Brands";
	font-size: 5.72917vw;
	font-weight: normal;
	line-height: 1;
	content: "\f09a";
}

.sns01 ul li.twitter {
	background: #00aced;
}

.sns01 ul li.twitter a:before {
	/* fontawesome */
	font-family: "Font Awesome 5 Brands";
	font-size: 5.72917vw;
	font-weight: normal;
	line-height: 1;
	content: "\f099";
}

.sns01 ul li.hatenab {
	background: #00a4de;
}

.sns01 ul li.hatenab a:before {
	width: calc(4400vw / 768);
	height: calc(4400vw / 768);
	content: "";
	background: url(../img/ico_hatenab01.svg) no-repeat 0 0;
	background-size: contain;
	-webkit-transform: translate(-50%, 10%);
	    -ms-transform: translate(-50%, 10%);
	        transform: translate(-50%, 10%);
}

.sns01 ul li.line {
	background: #00b900;
}

.sns01 ul li.line a:before {
	/* fontawesome */
	top: 0.3ex;
	z-index: 2;
	color: #00b900;
	font-family: "Font Awesome 5 Brands";
	font-size: 9.375vw;
	font-weight: normal;
	line-height: 1;
	content: "\f3c0";
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.sns01 ul li.line a:after {
	position: absolute;
	top: 2.7vw;
	left: 50%;
	z-index: 1;
	width: calc(4800vw / 768);
	height: calc(5000vw / 768);
	border-radius: 6px;
	content: "";
	background: #ffffff;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	/* タグ情報 */
	.tag01 {
		margin: 0 0 0 3.5ex;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.tag01:before {
		left: -3.5ex;
		width: 3.5ex;
	}
	/* 画像情報 */
	.detail_image01 {
		position: relative;
		width: 100%;
	}
	.detail_image01 p {
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	/* テキスト情報 */
	.detail_summary01 {
		width: 100%;
		padding: 14px 20px 7px 20px;
	}
	.detail_summary01 .detail_inner01 > time {
		display: block;
		width: 100%;
		margin: 0 0 5px 0;
		color: #848484;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.detail_summary01 .detail_inner01 > .tit_basic01 {
		width: 100%;
		margin: 0 0 6px 0;
	}
	.detail_summary01 .detail_inner01 > .tit_basic01 :last-child {
		color: #00355f;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: normal;
	}
	.detail_summary01 .detail_inner01 > p {
		display: block;
		width: 100%;
		color: #848484;
		font-size: 14px;
		font-size: 1.4rem;
	}
	/* 著者情報 */
	.detail_author01 h2 {
		margin: 0 0 32px 0;
		padding: 0 0 0.25em 0;
		font-size: 30px;
		font-size: 3rem;
	}
	.detail_author01 dl dt {
		width: 8%;
		min-width: 42px;
	}
	.detail_author01 dl dd p {
		margin: 0;
		padding: 0 0 0 10px;
	}
	.detail_author01 dl dd p span {
		font-size: 10px;
		font-size: 1rem;
	}
	/* SNS情報 */
	.sns01 ul li a p {
		font-size: 1.875vw;
	}
	.sns01 ul li.facebook a:before {
		font-size: 4.58333vw;
	}
	.sns01 ul li.twitter a:before {
		font-size: 4.58333vw;
	}
	.sns01 ul li.hatenab a:before {
		width: calc(4400vw / 960);
		height: calc(4400vw / 960);
	}
	.sns01 ul li.line a:before {
		font-size: 7.5vw;
	}
	.sns01 ul li.line a:after {
		top: 1vw;
		z-index: 0;
		width: calc(4800vw / 960);
		height: calc(5000vw / 960);
	}
	.sns01 ul li.line a p {
		position: relative;
		z-index: 3;
	}
}

/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
	/* SNS情報 */
	.sns01 ul li a {
		padding: 10px 10px 10px 24px;
	}
	.sns01 ul li a:before {
		/* fontawesome */
		top: 10px;
		right: 16px;
		left: auto;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	.sns01 ul li a p {
		margin: 0;
		padding: 0;
		font-size: 1.21951vw;
		text-align: left;
	}
	.sns01 ul li.facebook a:before {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.sns01 ul li.twitter a:before {
		font-size: 22px;
		font-size: 2.2rem;
	}
	.sns01 ul li.hatenab a:before {
		width: 20px;
		height: 20px;
	}
	.sns01 ul li.line a:before {
		top: 0.2ex;
		right: 10px;
		font-size: 34px;
		font-size: 3.4rem;
	}
	.sns01 ul li.line a:after {
		top: 10px;
		right: 4px;
		left: auto;
		width: 22px;
		height: 24px;
	}
}

/* 1200px以上（大きめPC） */
@media only screen and (min-width: 1200px), print {
	/* SNS情報 */
	.sns01 ul li a p {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* ==========================================================
!Section Common
========================================================== */
section {
	margin: 4% 0 0 0;
}

.outer01 {
	width: 100%;
}

.inner01 {
	padding: 0 4% 0 4%;
	/* SPで左右に余白を空けるため　paddingを入れて幅を$wmax相当に */
	text-align: left;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	section {
		margin: 24px 0 0 0;
	}
	.outer01 {
		max-width: 1148px;
		margin: 0 auto;
	}
	.inner01 {
		padding: 0 10px 0 10px;
		text-align: left;
	}
}

/* ==========================================================
!Pagetop
========================================================== */
#pagetop {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100vw;
	height: 50px;
	background: #00355f none;
	cursor: pointer;
}

#pagetop p {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: -3px 0 0 -12px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #ffffff;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	/* fixed
	------------------------------------ */
	#pagetop {
		display: none;
		position: relative;
		right: 0;
		width: 60px;
		height: 60px;
	}
	#pagetop p {
		display: block;
		z-index: 9999;
	}
}

/* ==========================================================
!Footer
========================================================== */
#footer {
	text-align: left;
	background: #ffffff none;
}

#footer #ft_others {
	padding: 4% 4% 4% 4%;
	background: #ededed none;
}

#footer #ft_others .summary dt {
	font-weight: bold;
}

#footer #ft_others .summary dd {
	margin: 2% 0 0 0;
}

#footer #ft_outer01 {
	padding: 4% 4% 4% 4%;
}

#footer #ft_outer01 #ft_inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#footer #ft_outer01 #ft_inner01 > div:nth-of-type(1) {
	width: calc(55% - 16px);
}

#footer #ft_outer01 #ft_inner01 > div:nth-of-type(2) {
	width: 45%;
}

#footer #ft_outer01 #ft_inner01 ul li {
	position: relative;
	z-index: 0;
	padding: 0 0 0 1em;
	line-height: 2;
}

#footer #ft_outer01 #ft_inner01 ul li:before {
	display: inline-block;
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 0;
	height: 0;
	border-width: 5px 0 5px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #003464;
	content: "";
}

#footer #ft_outer01 #ft_inner01 ul li a {
	display: block;
}

#footer #ft_outer01 #ft_logo {
	margin: 8% 0 0 0;
	text-align: center;
}

#footer #ft_outer01 #ft_logo img {
	width: 70.66666%;
	max-width: 530px;
}

#footer #ft_outer01 #ft_notice {
	margin: 8% 0 0 0;
	color: #717171;
}

#footer #ft_copyright {
	margin: 2% 0 0 0;
	padding: 0 0 4% 0;
	line-height: 1.2;
	text-align: center;
}

#footer #ft_copyright small {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-size: 1rem;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	#footer {
		position: relative;
		padding: 0 0 24px 0;
	}
	#footer #ft_others {
		padding: 24px 0 24px 0;
	}
	#footer #ft_others .summary {
		padding: 0 10px 0 10px;
	}
	#footer #ft_others .summary dt,
	#footer #ft_others .summary dd {
		font-size: 14px;
		font-size: 1.4rem;
	}
	#footer #ft_others .summary dd {
		margin: 8px 0 0 0;
	}
	#footer #ft_outer01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding: 34px 10px 24px 10px;
	}
	#footer #ft_outer01 #ft_inner01 {
		width: 55%;
	}
	#footer #ft_outer01 #ft_inner01 > div:nth-of-type(1) {
		width: calc(60% - 16px);
	}
	#footer #ft_outer01 #ft_inner01 > div:nth-of-type(2) {
		width: 40%;
	}
	#footer #ft_outer01 #ft_inner02 {
		width: 45%;
	}
	#footer #ft_outer01 #ft_logo {
		margin: 0;
		text-align: right;
	}
	#footer #ft_outer01 #ft_logo img {
		width: 44%;
		max-width: 220px;
	}
	#footer #ft_outer01 #ft_notice {
		margin: 16px 0 0 0;
		font-size: 12px;
		font-size: 1.2rem;
	}
	#footer #ft_copyright {
		margin: 6px 0 0 0;
	}
}

/* ==========================================================
!H(n)eading
========================================================== */
.h1_basic01 h1 {
	color: #ffffff;
	font-size: 6.25vw;
	font-weight: bold;
}

.h2_basic01 {
	margin: 0 0 2% 0;
	text-align: left;
}

.h2_basic01 h2 {
	font-size: 5.20833vw;
	font-weight: bold;
}

.h2_basic01 h2 span {
	display: inline-block;
	margin: 0 0 0 2vw;
	color: #00355f;
	font-size: 2.60417vw;
	font-weight: normal;
	vertical-align: middle;
}

.h2_basic02 {
	margin: 0 0 2% 0;
	text-align: left;
}

.h2_basic02 h2 {
	font-size: 4.16667vw;
	font-weight: bold;
}

.h3_basic01 {
	margin-bottom: 4%;
	text-align: left;
}

.h3_basic01 h3 {
	color: #00355f;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.h3_basic02 {
	margin-bottom: 4%;
	text-align: left;
}

.h3_basic02 h3 {
	color: #00355f;
	font-size: 4.16667vw;
	font-weight: bold;
}

.h4_basic01 {
	margin-bottom: 3%;
	text-align: left;
}

.h4_basic01 h4 {
	color: #00355f;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

/* 記事詳細 main内
------------------------------------ */
.h1_details01 {
	display: block;
	width: 100%;
	margin: 0 0 3% 0;
}

.h1_details01 h1 {
	color: #1f1f1f;
	font-size: 6.25vw;
	font-weight: bold;
}

/* 記事詳細 aside内
------------------------------------ */
.h2_side01 {
	margin: 0 0 2% 0;
	text-align: left;
}

.h2_side01 h2 {
	font-size: 4.16667vw;
	font-weight: bold;
}

.h2_side01 h2 span {
	display: inline-block;
	margin: 0 0 0 2vw;
	color: #00355f;
	font-size: 2.60417vw;
	font-weight: normal;
	vertical-align: middle;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	.h1_basic01 h1 {
		font-size: 30px;
		font-size: 3rem;
	}
	.h2_basic01 {
		margin: 0 0 2% 0;
	}
	.h2_basic01 h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.h2_basic01 h2 span {
		font-size: 10px;
		font-size: 1rem;
	}
	.h2_basic02 h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.h3_basic02 h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.h4_basic01 {
		margin: 0 0 15px 0;
	}
	/* 記事詳細 main内
	------------------------------------ */
	.h1_details01 {
		margin: 0 0 30px 0;
	}
	.h1_details01 h1 {
		color: #1f1f1f;
		font-size: 32px;
		font-size: 3.2rem;
		font-weight: bold;
	}
	/* 記事詳細 aside内
	------------------------------------ */
	.h2_side01 {
		margin: 0 0 20px 0;
	}
	.h2_side01 h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.h2_side01 h2 span {
		margin: 0 0 0 5px;
		font-size: 10px;
		font-size: 1rem;
	}
}

/* ==========================================================
!Listing
========================================================== */
/* 768px以上（タブレット） */
/* ==========================================================
!Tag List
========================================================== */
.area_list01 {
	margin: 2% 0 0 0;
}

.area_list02 {
	margin: 4% 0 0 0;
}

.relation_tag {
	margin: 6% 0 0 0;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	.area_list01,
	.area_list02 {
		margin: 24px 0 0 0;
	}
	.area_list01 section,
	.area_list02 section {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row nowrap;
		        flex-flow: row nowrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin: 8px 0 0 0;
	}
	.area_list01 section:first-child,
	.area_list02 section:first-child {
		margin: 0;
	}
	.area_list01 section > :first-child,
	.area_list02 section > :first-child {
		width: 20%;
	}
	.area_list01 section > .tag_list01,
	.area_list02 section > .tag_list01 {
		width: 80%;
	}
	.area_list02 {
		margin: 40px 0 0 0;
	}
	.area_list02 section > :first-child {
		width: 10%;
	}
	.relation_tag {
		margin: 56px 0 0 0;
	}
}

/* ==========================================================
!Table
========================================================== */
.table_basic01 table {
	table-layout: fixed;
	width: 100%;
}

/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* 1200px以上（大きめPC） */
/* 1400px以上（大きいPC） */
/* ==========================================================
!Text
========================================================== */
p {
	margin: 0 0 2% 0;
}

/* ==========================================================
!Text Link
========================================================== */
.txtlink_basic01 li a span {
	/* WCAG 2.0 C7 */
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 1px;
	height: 1px;
}

/* ==========================================================
!Button
========================================================== */
/* Basic White Button */
.btn_basic01 {
	width: 100%;
	margin: 0 0 4% 0;
}

.btn_basic01 ul li {
	margin: 0 0 4% 0;
	text-align: center;
}

.btn_basic01 ul li a,
.btn_basic01 ul li div,
.btn_basic01 ul li button {
	display: block;
	position: relative;
	width: 100%;
	padding: 5vw 3vw 5vw 3vw;
	text-decoration: none;
	background: #ffcb00 none;
}

.btn_basic01 ul li a:after,
.btn_basic01 ul li div:after,
.btn_basic01 ul li button:after {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 10px;
	height: 10px;
	margin: -5px -3px 0 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #00355f;
	content: "";
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.btn_basic01 ul li a span,
.btn_basic01 ul li div span,
.btn_basic01 ul li button span {
	/* WCAG 2.0 C7 */
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 1px;
	height: 1px;
}

.btn_basic01 ul li:hover a,
.btn_basic01 ul li:hover div,
.btn_basic01 ul li:hover button,
.btn_basic01 ul li:focus a,
.btn_basic01 ul li:focus div,
.btn_basic01 ul li:focus button {
	background: rgba(255, 203, 0, 0.7) none;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	.btn_basic01 {
		margin: 0 0 24px 0;
	}
	.btn_basic01 ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.btn_basic01 ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		margin: 0;
	}
	.btn_basic01 ul li a,
	.btn_basic01 ul li div,
	.btn_basic01 ul li button {
		padding: 24px 24px 24px 24px;
	}
}

/* ==========================================================
!pagenation
========================================================== */
#pagination {
	margin: 0 0 4% 0;
	text-align: center;
}

#pagination a {
	display: inline-block;
	padding: 3vw 3vw 3vw 3vw;
	color: #00355f;
	background: #ffffff none;
}

#pagination a:hover,
#pagination a:focus {
	background: rgba(255, 203, 0, 0.7) none;
}

#pagination span {
	display: inline-block;
}

#pagination span.current {
	padding: 3vw 3vw 3vw 3vw;
	color: #ffcb00;
	background: #00355f none;
}

#pagination span.dot {
	padding: 3vw 5px 3vw 5px;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	#pagination {
		margin: 0 0 36px 0;
	}
	#pagination a {
		padding: 10px 15px 10px 15px;
	}
	#pagination span.current {
		padding: 10px 15px 10px 15px;
	}
	#pagination span.dot {
		padding: 10px 5px 10px 5px;
	}
}

/* ==========================================================
!Box
========================================================== */
/* SP横並びからPC縦積み */
.box_basic01 {
	margin: 0 0 4% 0;
}

.box_basic01 article {
	margin: 0 0 8px 0;
}

.box_basic01 article > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #ffffff none;
}

.box_basic01 article > a:hover,
.box_basic01 article > a:focus {
	text-decoration: none;
}

.box_basic01 article > a:hover .detail_image01,
.box_basic01 article > a:focus .detail_image01 {
	-ms-flex-item-align: start;
	    align-self: flex-start;
}

.box_basic01 article > a:hover .detail_image01:after,
.box_basic01 article > a:focus .detail_image01:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: inset 0 0 0 0.651vw #ffcb00;
	        box-shadow: inset 0 0 0 0.651vw #ffcb00;
	content: "";
}

.box_basic01 article > a:hover .detail_summary01 .detail_inner01 > .tit_basic01 :last-child,
.box_basic01 article > a:focus .detail_summary01 .detail_inner01 > .tit_basic01 :last-child {
	color: #00355f;
	text-decoration: underline;
}

.box_basic01 article .detail_image01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}

.box_basic01 article .detail_summary01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.box_basic01 article .tag_list01 {
	display: none;
}

.box_basic01 article .detail_author01 {
	display: none;
}

.box_basic01 article > a.h_grid01 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

.box_basic01 article > a.h_grid01 .detail_image01 {
	width: 100%;
}

.box_basic01 article > a.h_grid01 .detail_summary01 {
	width: 100%;
}

.box_basic01 article > a.w_grid01 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
}

.box_basic01 article > a.w_grid01 .detail_image01 {
	width: 43%;
}

.box_basic01 article > a.w_grid01 .detail_summary01 {
	width: 57%;
}

/* 特集ページ
------------------------------------ */
#special {
	margin: 4% 0 0 0;
	/* SP横並びからPC縦積み */
}

#special .box_basic01 article .detail_summary01 .detail_inner01 > p {
	display: block;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	/* 横並びから縦積み */
	.box_basic01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		margin: 0 0 32px 0;
	}
	.box_basic01 article {
		margin: 0 0 20px 0;
	}
	.box_basic01 article > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
	.box_basic01 article > a:hover,
	.box_basic01 article > a:focus {
		text-decoration: none;
	}
	.box_basic01 article > a:hover .detail_image01:after,
	.box_basic01 article > a:focus .detail_image01:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		-webkit-box-shadow: inset 0 0 0 5px #ffcb00;
		        box-shadow: inset 0 0 0 5px #ffcb00;
		content: "";
	}
	.box_basic01 article > a:hover .detail_summary01 .detail_inner01 > .tit_basic01 :last-child,
	.box_basic01 article > a:focus .detail_summary01 .detail_inner01 > .tit_basic01 :last-child {
		color: #00355f;
		text-decoration: underline;
	}
	.box_basic01 article .detail_image01 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.box_basic01 article .detail_summary01 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.box_basic01 article .detail_summary01 .detail_inner01 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
	}
	.box_basic01 article .detail_summary01 .detail_inner01 > time {
		display: block;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.box_basic01 article .detail_summary01 .detail_inner01 > .tit_basic01 {
		display: block;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.box_basic01 article .detail_summary01 .detail_inner01 > p {
		display: block;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.box_basic01 article .tag_list01 {
		display: block;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		padding: 0 20px 14px 20px;
		background: #ffffff none;
	}
	.box_basic01 article .tag_list01 .tag01 {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.box_basic01 article .detail_author01 {
		display: block;
		-webkit-box-ordinal-group: 5;
		    -ms-flex-order: 4;
		        order: 4;
		margin: 1px 0 0 0;
		padding: 10px 20px 10px 20px;
	}
	/* 特集ページ
	------------------------------------ */
	#special {
		margin: 40px 0 0 0;
	}
	/* 記事詳細　aside
	------------------------------------ */
	#side {
		margin: 4% 0 0 0;
		/* SP横並びからPC縦積み */
	}
	#side .box_basic01 article .detail_summary01 {
		padding: 0 0 0 10px;
	}
	#side .box_basic01 article .detail_summary01 .detail_inner01 > p {
		display: none;
	}
}

/* ==========================================================
!CV Area
========================================================== */
/* 480px以上（大きめSP） */
/* 640px以上（ファブレット） */
/* 768px以上（タブレット） */
/* 960px以上（大きめタブレット 横位置とか） */
/* 1024px以上（基本のPC） */
/* 1200px以上（大きめPC） */
/* 1400px以上（大きいPC） */
/* ==========================================================
!cmn_article_details
========================================================== */
/* フリーHTMLエリア用
------------------------------------ */
.free_html01,
.article_details01 {
	margin: 0 0 8% 0;
	font-size: 3.64583vw;
	line-height: 1.8;
}

.free_html01 #toc_container,
.article_details01 #toc_container {
	margin: 0 0 4% 0;
	padding: 6% 3% 4% 3%;
	background: rgba(255, 203, 0, 0.1) none;
}

.free_html01 #toc_container .toc_title,
.article_details01 #toc_container .toc_title {
	margin: 0 0 0.5em 0;
	font-size: 5.20833vw;
	font-weight: 700;
	text-align: left;
}

.free_html01 #toc_container ul li,
.article_details01 #toc_container ul li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 1.7em;
	font-size: 3.64583vw;
	text-indent: -1.7em;
	list-style: none;
}

.free_html01 #toc_container ul li:last-child,
.article_details01 #toc_container ul li:last-child {
	margin: 0;
}

.free_html01 #toc_container ul li a,
.article_details01 #toc_container ul li a {
	color: #00355f;
	text-decoration: none;
}

.free_html01 #toc_container ul li a .toc_number,
.article_details01 #toc_container ul li a .toc_number {
	padding: 0 0.5em 0 0;
	color: #1f1f1f;
}

.free_html01 #toc_container ul li a:hover,
.article_details01 #toc_container ul li a:hover {
	text-decoration: underline;
}

.free_html01 #toc_container ul li ul,
.article_details01 #toc_container ul li ul {
	margin: 0.5em 0 0 -1em;
}

.free_html01 #toc_container ul li ul li,
.article_details01 #toc_container ul li ul li {
	padding: 0 0 0 2.6em;
	text-indent: -2.6em;
}

.free_html01 h2,
.article_details01 h2 {
	margin: 0 0 4% 0;
	padding: 0 0 0.25em 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ffcb00;
	font-size: 5.20833vw;
	font-weight: bold;
	text-align: left;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 h3,
.article_details01 h3 {
	margin: 0 0 4% 0;
	padding: 0.15em 0 0.15em 0.5em;
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: #ffcb00;
	font-size: 4.6875vw;
	font-weight: bold;
	text-align: left;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 h4,
.article_details01 h4 {
	margin: 0 0 4% 0;
	font-size: 4.42708vw;
	font-weight: bold;
	text-align: left;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 h5,
.article_details01 h5 {
	margin: 0 0 4% 0;
	font-weight: bold;
	text-align: left;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 h6,
.article_details01 h6 {
	margin: 0 0 4% 0;
	font-weight: bold;
	text-align: left;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 p,
.article_details01 p {
	margin: 0 0 4% 0;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 ul,
.article_details01 ul {
	margin: 0 0 4% 0;
	padding: 0 0 0 1em;
}

.free_html01 ul li,
.article_details01 ul li {
	list-style-type: disc;
	list-style-position: 0.2em;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 ol,
.article_details01 ol {
	margin: 0 0 4% 0;
	padding: 0 0 0 1.75em;
}

.free_html01 ol li,
.article_details01 ol li {
	list-style-type: decimal;
	list-style-position: 0.2em;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 dl,
.article_details01 dl {
	margin: 0 0 4% 0;
}

.free_html01 dl dt,
.article_details01 dl dt {
	margin: 0 0 1% 0;
	font-size: 4.16667vw;
	font-weight: bold;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 dl dd,
.article_details01 dl dd {
	padding: 0 0 0 1em;
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: #e5e5e5;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 blockquote,
.article_details01 blockquote {
	margin: 0 0 4% 0;
	padding: 4% 4% 4% 4%;
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: #ffcb00;
	color: #717171;
	font-style: italic;
	background: #f7f7f7 none;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 blockquote p,
.article_details01 blockquote p {
	margin: 0 0 4% 0;
	padding: 0;
	line-height: 1.7;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 blockquote cite,
.article_details01 blockquote cite {
	display: block;
	color: #848484;
	font-size: 88%;
	text-align: right;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 table,
.article_details01 table {
	width: 100%;
	margin: 0 0 4% 0;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

.free_html01 table thead,
.article_details01 table thead {
	border-bottom: 2px solid #999999;
}

.free_html01 table tr + tr,
.article_details01 table tr + tr {
	border-top: 1px solid #dddddd;
}

.free_html01 table th,
.free_html01 table td,
.article_details01 table th,
.article_details01 table td {
	padding: 5px 10px;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 table th,
.article_details01 table th {
	text-align: left;
}

.free_html01 a,
.article_details01 a {
	color: #00355f;
	text-decoration: underline;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.free_html01 a:hover,
.article_details01 a:hover {
	color: #00355f;
	text-decoration: none;
}

/* 特集用
------------------------------------ */
.special_details01 {
	margin: 0 0 4% 0;
}

.special_details01 h1 {
	margin: 0 0 4% 0;
	font-size: 6.25vw;
	font-weight: bold;
	text-align: left;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.special_details01 h2 {
	margin: 0 0 4% 0;
	padding: 0 0 0.25em 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ffcb00;
	font-size: 5.20833vw;
	font-weight: bold;
	text-align: left;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.special_details01 h3 {
	margin: 0 0 4% 0;
	padding: 0.15em 0 0.15em 0.5em;
	border-width: 0 0 0 4px;
	border-style: solid;
	border-color: #ffcb00;
	font-size: 4.6875vw;
	font-weight: bold;
	text-align: left;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.special_details01 p {
	margin: 0 0 4% 0;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.special_details01 table {
	width: 100%;
	margin: 0 0 4% 0;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

.special_details01 table thead {
	border-bottom: 2px solid #999999;
}

.special_details01 table tr + tr {
	border-top: 1px solid #dddddd;
}

.special_details01 table th,
.special_details01 table td {
	padding: 5px 10px;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.special_details01 table th {
	text-align: left;
}

.special_details01 a {
	color: #00355f;
	text-decoration: underline;

	overflow-wrap: break-word;
	word-wrap: break-word;
}

.special_details01 a:hover {
	color: #00355f;
	text-decoration: none;
}

.special_details01 .column_shortcode p {
	font-size: 14px;
	font-size: 1.4rem;
}

.special_details01 .column_shortcode a img.alignnone {
	margin: 0;
}

.special_details01 .one_half.column_shortcode p {
	margin: 0 0 10px 0;
}

.special_details01 .post-box-wrapper .post-box {
	border-bottom: 1px dotted #dddddd;
}

.special_details01 .post-box-wrapper .post-box h2 {
	margin: 5px 0 5px 0;
	border-width: 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	text-align: left;
}

.special_details01 .post-box-wrapper .post-box .title {
	margin: 5px 0 5px 0;
	border-width: 0;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	text-align: left;
}

.special_details01 .post-box-wrapper .post-box .title-small {
	font-size: 14px;
	font-size: 1.4rem;
}

.special_details01 .post-box-wrapper .post-box .sb-post-date {
	padding: 0 0 0 10px;
}

/* 記事詳細 main内
------------------------------------ */
.header_details01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 5% 0 0 0;
}

.header_details01 > time {
	display: block;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	width: 100%;
	margin: 0 0 2% 0;
	color: #848484;
	font-size: 2.60417vw;
}

.header_details01 > .h1_details01 {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.header_details01 > .tag_list01 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	margin: 0 0 3% 0;
}

.header_details01 > .detail_author01 {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
	margin: 0 0 5% 0;
}

.header_details01 > .sns01 {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
	margin: 0 0 10% 0;
}

.header_details01 > .sns01 ul li a {
	padding: 50% 0 0 0;
}

.header_details01 > .sns01 ul li a:before {
	/* fontawesome */
	top: 50%;
	-webkit-transform: translate(-45%, -50%);
	    -ms-transform: translate(-45%, -50%);
	        transform: translate(-45%, -50%);
}

.header_details01 > .sns01 ul li a p {
	display: none;
}

.header_details01 > .sns01 ul li.hatenab a:before {
	-webkit-transform: translate(-50%, -40%);
	    -ms-transform: translate(-50%, -40%);
	        transform: translate(-50%, -40%);
}

.header_details01 > .sns01 ul li.line a:before {
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.header_details01 > .sns01 ul li.line a:after {
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.mainimg_details {
	padding: 0 4% 4% 4%;
	background: #ffffff;
}

.footer_details01 {
	padding: 0 0 12% 0;
}

.footer_details01 > .detail_author01 {
	margin: 0 0 8% 0;
}

.footer_details01 > .detail_author01 .detail_inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-item-align: center;
	    align-self: center;
}

.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :first-child {
	margin: 0 0 2% 0;
	font-size: 4.6875vw;
}

.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :first-child span {
	display: inline-block;
	margin: 0 0 0 2%;
	color: #848484;
	font-size: 2.73438vw;
}

.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :first-child + p {
	margin: 0 0 2% 0;
	font-size: 3.64583vw;
}

.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :last-child {
	margin: 0;
	text-align: right;
}

.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :last-child a {
	position: relative;
	padding: 0 0 0 1.2em;
	color: #00355f;
	font-size: 3.64583vw;
	text-decoration: underline;
}

.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :last-child a:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	width: 0.7em;
	height: 0.7em;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #00355f;
	content: "";
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :last-child a:hover,
.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :last-child a:focus {
	text-decoration: none;
}

.footer_details01 > .detail_author01 .detail_inner01 > :first-child {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	-ms-flex-item-align: center;
	    align-self: center;
	width: 100%;
	padding: 0;
}

.footer_details01 > .detail_author01 .detail_inner01 > :last-child {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 100%;
}

.footer_details01 > .detail_author01 .detail_inner01 > :first-child + :last-child {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	width: 26.04166%;
	min-width: 100px;
	margin: 0;
	padding: 0 4% 0 0;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
	/* フリーHTMLエリア用
	------------------------------------ */
	.free_html01,
	.article_details01 {
		margin: 0 0 32px 0;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.free_html01 #toc_container,
	.article_details01 #toc_container {
		margin: 0 0 32px 0;
		padding: 32px 32px 32px 32px;
	}
	.free_html01 #toc_container .toc_title,
	.article_details01 #toc_container .toc_title {
		font-size: 20px;
		font-size: 2rem;
	}
	.free_html01 #toc_container ul,
	.article_details01 #toc_container ul {
		margin: 0;
	}
	.free_html01 #toc_container ul li,
	.article_details01 #toc_container ul li {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.free_html01 h2,
	.article_details01 h2 {
		margin: 0 0 32px 0;
		font-size: 28px;
		font-size: 2.8rem;
	}
	.free_html01 h3,
	.article_details01 h3 {
		margin: 0 0 32px 0;
		font-size: 20px;
		font-size: 2rem;
	}
	.free_html01 h4,
	.article_details01 h4 {
		margin: 0 0 32px 0;
		font-size: 20px;
		font-size: 2rem;
		font-weight: bold;
		text-align: left;
	}
	.free_html01 h5,
	.article_details01 h5 {
		margin: 0 0 32px 0;
	}
	.free_html01 h6,
	.article_details01 h6 {
		margin: 0 0 32px 0;
	}
	.free_html01 p,
	.article_details01 p {
		margin: 0 0 32px 0;
	}
	.free_html01 ul,
	.article_details01 ul {
		margin: 0 0 32px 0;
		padding: 0 0 0 1em;
	}
	.free_html01 ol,
	.article_details01 ol {
		margin: 0 0 32px 0;
	}
	.free_html01 dl,
	.article_details01 dl {
		margin: 0 0 32px 0;
	}
	.free_html01 dl dt,
	.article_details01 dl dt {
		font-size: 20px;
		font-size: 2rem;
	}
	.free_html01 blockquote,
	.article_details01 blockquote {
		margin: 0 0 32px 0;
		padding: 24px 24px 24px 24px;
	}
	.free_html01 blockquote p,
	.article_details01 blockquote p {
		margin: 0 0 24px 0;
	}
	/* 特集用
	------------------------------------ */
	.special_details01 {
		margin: 0 0 32px 0;
	}
	.special_details01 h1 {
		font-size: 30px;
		font-size: 3rem;
	}
	.special_details01 h2 {
		margin: 0 0 32px 0;
		font-size: 28px;
		font-size: 2.8rem;
	}
	.special_details01 h3 {
		margin: 0 0 32px 0;
		font-size: 20px;
		font-size: 2rem;
	}
	.special_details01 p {
		margin: 0 0 32px 0;
	}
	/* 記事詳細 main内
	------------------------------------ */
	.header_details01 {
		padding: 35px 0 0 0;
	}
	.header_details01 > time {
		margin: 0 0 8px 0;
		font-size: 1.39373vw;
	}
	.header_details01 > .tag_list01 {
		margin: 0 0 10px 0;
	}
	.header_details01 > .detail_author01 {
		margin: 0 0 20px 0;
	}
	.mainimg_details {
		padding: 0 0 24px 0;
	}
	.mainimg_details img {
		width: 100%;
	}
	.footer_details01 {
		padding: 0 0 40px 0;
	}
	.footer_details01 > .detail_author01 {
		margin: 0 0 56px 0;
	}
	.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :first-child {
		margin: 0 0 12px 0;
		font-size: 20px;
		font-size: 2rem;
	}
	.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :first-child span {
		margin: 0 0 0 16px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :first-child + p {
		margin: 0 0 16px 0;
		font-size: 16px;
		font-size: 1.6rem;
	}
	.footer_details01 > .detail_author01 .detail_inner01 .txt01 > :last-child a {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.footer_details01 > .detail_author01 .detail_inner01 > :first-child + :last-child {
		width: 24.6914%;
		min-width: 200px;
		padding: 0 24px 0 0;
	}
	.footer_details01 > .sns01 ul li a:before {
		top: 10px;
	}
	.footer_details01 > .sns01 ul li.line a:before {
		top: 0;
	}
}

/* 960px以上（大きめタブレット 横位置とか） */
@media only screen and (min-width: 960px), print {
	/* 記事詳細 main内
	------------------------------------ */
	.header_details01 > .sns01 {
		margin: 0 0 60px 0;
	}
	.header_details01 > .sns01 ul li a {
		padding: 10px 10px 10px 24px;
	}
	.header_details01 > .sns01 ul li a:before {
		/* fontawesome */
		top: 50%;
		right: 16px;
		left: auto;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	.header_details01 > .sns01 ul li a p {
		display: block;
	}
	.header_details01 > .sns01 ul li.hatenab a:before {
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	.header_details01 > .sns01 ul li.line a:before {
		right: 10px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	.header_details01 > .sns01 ul li.line a:after {
		top: 50%;
		right: 15px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	.footer_details01 > .sns01 ul li a {
		padding: 20px 10px 20px 24px;
	}
	.footer_details01 > .sns01 ul li a:before {
		/* fontawesome */
		top: 50%;
		right: 16px;
		left: auto;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	.footer_details01 > .sns01 ul li.line a:before {
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
	.footer_details01 > .sns01 ul li.line a:after {
		top: 50%;
		right: 15px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
	}
}

/* 1200px以上（大きめPC） */
@media only screen and (min-width: 1200px), print {
	/* 記事詳細 main内
	------------------------------------ */
	.header_details01 > time {
		font-size: 16px;
	}
}

/*# sourceMappingURL=../../../map/cmn_layout.css.map */
