@charset "UTF-8";
/*
Template: xeory_extension
Theme Name: XeoryExtension-child
Theme URI: http://xeory.jp/extension
Author: Ayudante
Author URI: https://www.ayudante.jp
Description: XeoryExtension Custom Theme
Version: 1.0.0
*/
@import url('normalize.css');
/* ------------------指定されたコンポーネントCSS----------------- */
/* ------------------フォント・文字まわり----------------- */
@font-face {
	font-family: "MyYuGothicM";
	font-weight: normal;
	src: local("YuGothic-Medium"), /* Postscript name */ local("Yu Gothic Medium"), /* for Chrome */ local("YuGothic-Regular"); /* Mediumがない場合 */
}
@font-face {
	font-family: "MyYuGothicM";
	font-weight: bold;
	src: local("YuGothic-Bold"); /* Postscript name */ /*local("Yu Gothic");*/ /* for Chrome */
}
html {
	font-family: MyYuGothicM, /* Windows 游ゴシック */ YuGothic, /* OS X 游ゴシック */ -apple-system, /* iOS San Francisco */ BlinkMacSystemFont, /* iOS Chrome San Francisco */ "Hiragino Kaku Gothic ProN", /* OS X, iOS ヒラギノ */ Meiryo, /* Windows メイリオ */ sans-serif;
}
@media all and (-ms-high-contrast:none) {
	html {
	font-family: "segoe ui", Meiryo, /* Windows メイリオ */  MyYuGothicM, /* Windows 游ゴシック */ YuGothic, /* OS X 游ゴシック */ -apple-system, /* iOS San Francisco */ BlinkMacSystemFont, /* iOS Chrome San Francisco */ "Hiragino Kaku Gothic ProN", /* OS X, iOS ヒラギノ */ sans-serif;
}
}
}
body {
	background: #fff;
	color: #3B3229;
}
strong {
	font-weight: bold;
}
em {
	padding: 0.2rem 0.4rem;
	color: #3B3229;
	font-style: normal;
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, #E0F1F8 0%);
}
a:link {
	color: #0071C6;
	text-decoration: none;
}
a:visited {
	color: #1F51A1;
}
a:hover {
	color: #006FFC;
	text-decoration: underline;
}
.nav-links a, .pagination a {
	text-decoration: none;
}

/*
input[type="search"], input[type="text"] {
	border: none;
	margin-right: 1rem;
	padding: 0.9rem 1.6rem;
	border-radius: 3px;
	box-shadow: 6px 8px 9px -6px #f2f2f2 inset;
	letter-spacing: 0.3rem;
	box-sizing: border-box;
	-webkit-appearance: none;
}
input:focus {
	border: 1px solid #CFA059;
	outline: none;
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
}
input[type="submit"] {
	padding: 0.5rem 0.9rem 0.5rem 1.5rem;
	border: none;
	border-radius: 2px;
	background-color: #3B3229;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	color: white;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
	letter-spacing: 0.6rem;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-appearance: none;
}
input[type="submit"]:hover {
	background-color: #006FFC;
}
*/

@media screen and (min-width: 960px) {
body {
	font-size: 17px;
	font-size: 1.7rem;
}
}
p {
	line-height: 1.8;
	margin: 2.1rem 0;
}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	line-height: 1.4;
	color: #0D2645;
}
h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
h1 {
	font-size: 30px;
	font-size: 3rem;
}
}
h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 9.6rem;
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
h2 {
	font-size: 30px;
	font-size: 3rem;
	margin-top: 12rem;
	margin-bottom: 2.6rem;
}
}
h3 {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 4.55rem;
	margin-bottom: 1.9rem;
}

@media screen and (min-width: 768px) {
h3 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 5rem;
	margin-bottom: 2.1rem;
}
}
h4 {
	font-size: 19px;
	font-size: 1.9rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
h4 {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 2.1rem;
	margin-bottom: 2.1rem;
}
}
h5 {
	font-size: 17px;
	font-size: 1.7rem;
	margin-top: 2.1rem;
	margin-bottom: 2.1rem;
}
.note, .wp-caption-text {
	font-size: 96%;
	line-height: 1.5;
	color: #686664;
}
.wp-caption-text {
	font-size: 90%;
}
/* ------------------リストまわり----------------- */

figure {
	margin-left: 0;
	max-width: 100%;
	text-align: center;
}
figure .wp-caption-text {
	margin-top: 0.4em;
	text-align: left;
}
img {width: auto;height: auto;max-width: 100%;max-height: 100%;}
.alignleft {
	float: left;
	margin: 0 2.2rem 1.5rem 0;
}
.alignright {
	float: right;
	margin: 0 0 1.5rem 2.2rem;
}
.left {
	float: left;
	margin: 0 2.2rem 1.5rem 0;
}
.right {
	float: right;
	margin: 0 0 1.5rem 2.2rem;
}
code, kbd, samp, tt, pre {
	font-family: monospace;
*font-size: 108%;
	line-height: 100%;
	letter-spacing: 0.08rem;
}
code {
	padding: 0rem 0.3rem;
	background: #E7E9E6;
	border-radius: 0.4rem;
}
pre {
	max-width: 100%;
	overflow-x: scroll;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
blockquote {
	position: relative;
	margin: 2.1rem 0;
	padding: 0.6em 2em 0.1em 2em;
	border-left: 5px solid #CCCCCC;
	border-radius: 2px;
	background: #EFEDE7;
	font-style: italic;
}
blockquote:after {
	position: absolute;
	bottom: -8.2rem;
	right: 0.7rem;
	content: '”';
	font-family: YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
	font-size: 8em;
	font-style: normal;
	color: #686664;
	opacity: .3;
}
dt {
	position: relative;
	margin-top: 2.1rem;
	margin-left: 4rem;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
}
dt:before {
	content: '';
	position: absolute;
	left: -4rem;
	top: 49%;
	height: 2px;
	width: 3.7rem;
	display: block;
	background-color: #CCCCCC;
}
dd {
	margin: 2.1rem 0 2.1rem 4rem;
	line-height: 1.8;
}
table {
	margin-top: 2.1rem;
	border-collapse: collapse;
	max-width: 100%;
}
thead th {
	background: #EFEDE7;
	font-weight: bold;
}
td, th {
	/* padding: 1.2rem 1.4rem; */
	border: 1px solid #CCCCCC;
}
th {
	text-align: left;
}

@media screen and (max-width: 768px) {
thead {
	display: none;
}
table {
	border-top: 1px solid #CCCCCC;
}
tbody tr {
	display: block;
}
tbody th, tbody td {
	position: relative;
	display: list-item;
	list-style: none;
	padding-top: 1.7rem;
	padding-bottom: 1.5rem;
	padding-left: 4px;
	padding-right: 4px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}
tbody td:before {
	position: absolute;
	content: attr(data-label);
	color: #686664;
	display: block;
	left: 8px;
	top: 1.7rem;
	width: 20%;
	font-weight: bold;
}
tbody th {
	padding: 1rem 0 1rem 4px;
	background: #EFEDE7;
}
}
/*---------------------------------------------------------------- 3-0 visual setting 1 -----------------------------------------------------------------*/
/* -------------------------------------------------- 3-1 common ----------------------------------------------------*/
/* -------------------------------------------------- 4-0 Accessibility ----------------------------------------------------*/
/* Text meant only for screen readers */
.says, .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/*---------------------------------------------------------------- 4-0 visual setting 2 -----------------------------------------------------------------*/
/* -------------------------------------------------- 4-1 記事ページ ----------------------------------------------------*/




/* ------------------親テーマのCSS解除----------------- */
/*
Theme Name: XeoryExtension
Theme URI: http://xeory.jp/extension
Description: Xeory拡張テーマ
Author: バズ部
Author URI: http://bazubu.com/
Version: 0.2.1
*/
/* all display
-------------------------------------------------- */
.wrap {
	width: 1180px;
	box-sizing: border-box;
	margin: 0 auto;
 * zoom: 1;
}
.wrap:before {
	display: inline-table;
}
.wrap:after {
	content: "";
	display: block;
	clear: both;
}
#main {
	width: 100%;
	float: left;
}
.main-inner {
	margin-right: 358px;
}
#side {
	width: 310px;
	float: left;
	margin-left: -310px;
}
.left-content #main {
	width: 100%;
	float: left;
}
.left-content .main-inner {
	margin-right: 358px;
	margin-left: 0;
}
.left-content #side {
	width: 310px;
	float: left;
	margin-left: -310px;
}
.right-content #main {
	width: 100%;
	float: left;
}
.right-content .main-inner {
	margin-left: 358px;
	margin-right: 0;
}
.right-content #side {
	width: 310px;
	float: left;
	margin-left: -100%;
}
.one-column #content .wrap {
	width: 1180px;






}
.one-column #content .wrap #main {
	width: 100%;
	float: none;
}
.one-column #content .wrap #main .main-inner {
	width: 100%;
	margin: 0;
}
.one-column #content .wrap #side {
	display: none;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {
/* laptop */
.wrap, .one-column #content .wrap {
	margin-left: 36px;
	margin-right: 36px;
	width: auto;
}
.main-inner {
	margin-right: 346px;
	box-sizing: border-box;
}
/* laptop end */
}

@media screen and (max-width: 991px) {
/* tablet */
.wrap, .one-column #content .wrap {
	margin-left: 24px;
	margin-right: 24px;
}
#main, .main-inner, #side {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.left-content #main, .right-content #main {
	float: none;
}
.left-content .main-inner, .right-content .main-inner {
	margin-right: 0;
	margin-left: 0;
	width: 100%;
}
.left-content #side, .right-content #side {
	width: 100%;
	float: none;
	margin: 0;
}
#side {
	padding-top: 42px;
	display: none;
}
/* tablet end */
}

@media screen and (max-width: 767px) {
/* phone */
.wrap, .one-column #content .wrap {
	margin-left: 12px;
	margin-right: 12px;
}
/* phone end */
}
/* ----------------------------------------
* フォント設定
---------------------------------------- */
/* ----------------------------------------
* all
---------------------------------------- */
body {
	color: #241913;
}
a {
	text-decoration: none;
	color: #0c78bb;
}
a:hover {
	text-decoration: underline;
}
/* form
---------------------------------------- */
form input[type="submit"], form button {
	background: #3B4552;
	color: #fff;
}
form input[type="submit"]:hover, form button:hover {
	cursor: pointer;
}
/* ----------------------------------------
* header
---------------------------------------- */
#header {
	background: #0d2645;
	padding: 0;
	overflow: visible;
}
#header #logo {
	float: left;
	font-size: 24px;
	padding: 20px 0;
}
#header a {
	color: #fff;
}
/* ----------------------------------------
* breadcrumb
---------------------------------------- */
.breadcrumb-area {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.breadcrumb-area .wrap {
	padding: 10px 0;
}
.breadcrumb {
	margin: 0;
	/* margin-left: -10px; */
	overflow: hidden;
	font-size: 13px;
	padding: 0;
	line-height: 22px;
}
.breadcrumb li {
	float: left;
	margin-left: 10px;
}
.breadcrumb li a {
	text-decoration: none;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/* ----------------------------------------
* gloval nav & primary nav
---------------------------------------- */
#gnav {
	background: #47B39D;
	margin: 0 0 0 auto;
	float: right;
	text-align: right;
}
#gnav .sub-menu {
	z-index: 10;
}
#gnav ul li {
	display: inline-block;
	position: relative;
}
#gnav ul li:hover a {
	background: #57bca8;
}
#gnav ul li.current-menu-item a {
	background: #57bca8;
}
#gnav ul li a {
	display: block;
	padding: 32px 12px;
	line-height: 28px;
	color: #fff;
	background: #47B39D;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
#gnav ul li a:hover {
	color: #fff;
	background: #57bca8;
}
#gnav ul li a:hover .sub-menu {
	display: block;
}
#gnav ul li .sub-menu {
	font-size: 14px;
	text-align: left;
	display: none;
	position: absolute;
	width: 200px;
	background: #fff;
	border: 1px #e5e5e5 solid;
}
#gnav ul li .sub-menu li {
	float: none;
	margin-left: 0;
	border-bottom: 1px #e5e5e5 solid;
	display: block;
}
#gnav ul li .sub-menu li:list-child {
 border-bottom: none;
}
#gnav ul li .sub-menu li a {
	color: #3B4552;
	background: #fff;
	padding: 10px 15px;
}
#gnav ul li .sub-menu li a:hover {
	background: #fafafa;
	color: #3B4552;
}
#gnav ul li .sub-menu .sub-menu {
	left: 100%;
	top: -1px;
}
#header-right {
	height: 92px;
	float: right;
}
#header-fnav-area, #header-gnav-area {
	float: right;
}
#header-fnav-area {
	width: 150px;
	position: relative;
}
#header-fnav-area #header-fnav-btn a {
	display: block;
	padding: 22px 12px;
	line-height: 24px;
	font-size: 23px;
	height: auto;
	text-align: center;
	background: #57bca8;
}
#header-fnav-area #header-fnav-btn a:hover {
	text-decoration: none;
}
#header-fnav-area #header-fnav {
	z-index: 10;
	font-size: 14px;
	text-align: left;
	display: none;
	position: absolute;
	right: 0;
	width: 200px;
	background: #fff;
	border: 1px #e5e5e5 solid;
}
#header-fnav-area #header-fnav li {
	float: none;
	margin-left: 0;
	border-bottom: 1px #e5e5e5 solid;
	display: block;
}
#header-fnav-area #header-fnav li:list-child {
 border-bottom: none !important;
}
#header-fnav-area #header-fnav li a {
	color: #3B4552;
	background: #fff;
	padding: 10px 15px;
	display: block;
}
#header-fnav-area #header-fnav li a:hover {
	background: #fafafa;
	color: #3B4552;
	text-decoration: none;
}
/* ----------------------------------------
* content
---------------------------------------- */
#content {
	padding: 0 0 4rem 0;/* キャプション */
	background-color: #ffffff;
}
#content .wrap {
	overflow: visible;
}
#content .wp-caption {
	max-width: 100%;
	width: 630px;
	/* border: 1px solid #e5e5e5; */
	padding: 5px;
	margin-bottom: 12px;
	box-sizing: border-box;
}
#content .wp-caption-text {
	padding: 0.5rem 0;
	/* margin-bottom: 0; */
	text-align: left;
	color: #686664;
	font-size: 0.9rem;
	width: auto;
*, *: before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
 line-height: 1.5;
}
#content .wp-caption-text a {
	font-size: 0.9rem;
}
/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home #content {
	padding-bottom: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #main {
	width: 100%;
	margin: 0;
	float: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home .main-inner {
	margin: 0;
}
body.home .wrap {
	width: 1200px;
	margin: 0 auto;
}
body.home #main_visual {
	background: #41BAA4;
	background-image: -webkit-linear-gradient(bottom right, #41baa4, #42a994);
	background-image: linear-gradient(to top left, #41baa4, #42a994);
	color: #fff;
	text-align: center;
}
body.home #main_visual h2 {
	font-size: 48px;
	line-height: 70px;
	margin-bottom: 24px;
}
body.home #main_visual p {
	font-size: 15px;
	width: 600px;
	margin: 0 auto;
}
body.home .front-loop {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	overflow: hidden;
	padding: 0;
	margin-left: -2.2%;
	margin-bottom: 40px;
}
body.home .front-loop h2 {
	text-align: center;
	padding: 24px 0;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
body.home .front-loop .popular_post_box {
	width: 17.64%;
	margin-left: 2.2%;
	float: left;
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
}
body.home .front-loop .popular_post_box img, body.home .front-loop .popular_post_box h3, body.home .front-loop .popular_post_box .p_category, body.home .front-loop .popular_post_box ul {
	margin-bottom: 12px;
	margin-top: 0;
}
body.home .front-loop .popular_post_box h3 {
	color: #241913;
	font-weight: normal;
	font-size: 16px;
}
body.home .front-loop .popular_post_box h3 a {
	color: #241913;
}
body.home .front-loop .popular_post_box h3 a:hover {
	color: #FF6C00;
	text-decoration: underline;
}
body.home .front-loop .popular_post_box img {
	max-width: 100%;
	height: auto;
}
body.home .front-loop .popular_post_box ul {
	overflow: hidden;
}
body.home .front-loop .popular_post_box ul li {
	float: left;
	width: 25%;
	text-align: left;
}
body.home .front-loop .popular_post_box ul li .fa {
	margin-right: 8px;
}
body.home .front-loop .popular_post_box ul li .share {
	display: none;
}
body.home .front-loop .popular_post_box ul a {
	color: #241913;
}
body.home .front-loop .popular_post_box ul a:hover {
	color: #FF6C00;
	text-decoration: underline;
}
body.home .front-loop .popular_post_box .p_category {
	background: #47B39D;
	color: #fff;
	display: inline-block;
	padding: 8px 24px;
	font-size: 12px;
	color: #fff;
}
body.home .front-loop .popular_post_box .p_rank {
	position: absolute;
	top: 0;
	left: 0;
	background: #900;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	opacity: .7;
}
body.home .front-loop .popular_post_box .p_rank span {
	font-size: 16px;
}
body.home .front-loop .popular_post_box .p_date {
	position: absolute;
	top: 0;
	left: 0;
	background: #3B4552;
	width: 48px;
	height: 48px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	opacity: .7;
}
body.home .front-loop .popular_post_box .p_date span {
	display: block;
	line-height: 18px;
}
body.home .front-loop .popular_post_box .p_date .date-y {
	font-size: 12px;
	padding-top: 6px;
}
body.home .front-loop .popular_post_box .p_date .date-mj {
	font-size: 14px;
	padding-bottom: 6px;
}
body.home .front-loop .front-loop-cont {
	padding: 40px 0;
	overflow: hidden;
}
body.home .front-loop article.post {
	border: none;
	margin-bottom: 20px;
}
body.home .front-loop article.post.rank-1 .p_rank {
	background: #D6B038;
}
body.home .front-loop article.post.rank-2 .p_rank {
	background: #BFC4C9;
}
body.home .front-loop article.post.rank-3 .p_rank {
	background: #B9704E;
}
body.home .front-loop article.post.rank-4 .p_rank, body.home .front-loop article.post.rank-5 .p_rank {
	background: #47442F;
}
body.home .front-main-cont .front-cont-header {
	position: relative;
	padding: 16px 0 24px;
	background: #3B4552;
	color: #fff;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home .front-main-cont .front-cont-header .cont-icon {
	font-size: 28px;
}
body.home .front-main-cont .front-cont-header .cont-title {
	font-size: 28px;
	margin: 0;
}
body.home .front-main-cont .front-cont-header .cont-ruby {
	font-size: 13px;
	margin: 0;
}
body.home .front-main-cont .tri-border {
	position: absolute;
	bottom: -18px;
	width: 100%;
	z-index: 20;
}
body.home .front-main-cont .tri-border span {
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 28px solid transparent;
	border-left: 56px solid transparent;
	border-right: 56px solid transparent;
	border-top: 18px solid #3B4552;
}
body.home #front-contents .c_box {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
body.home #front-contents .c_box_inner {
	width: 54%;
	padding-bottom: 32px;
}
body.home #front-contents .c_img_box {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	z-index: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
body.home #front-contents .c_box.c_box_left {
	background-color: #fff;
}
body.home #front-contents .c_box.c_box_left .c_box_inner {
	float: left;
	z-index: 10;
}
body.home #front-contents .c_box.c_box_left .c_img_box {
	right: 0;
	background-position: center top;
}
body.home #front-contents .c_box.c_box_right {
	background-color: #fafafa;
}
body.home #front-contents .c_box.c_box_right .c_box_inner {
	float: right;
}
body.home #front-contents .c_box.c_box_right .c_img_box {
	left: 0;
	background-position: center top;
}


body.home #front-contents .c_number {
	background: #47B39D;
	color: #fff;
	display: inline-block;
	padding: 40px 12px 8px;
	margin-bottom: 32px;
	margin-top: 0;
}
body.home #front-contents h3 {
	color: #47B39D;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 8px;
	line-height: 1.4;
}
body.home #front-contents .c_english {
	color: #47B39D;
	font-size: 13px;
	margin-bottom: 32px;
	margin-top: 0;
}
body.home #front-contents h4 {
	font-size: 24px;
	margin-bottom: 28px;
	margin-top: 0;
	font-weight: normal;
}
body.home #front-contents .c_text p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 48px;
}
body.home #front-contents .c_text .c_btn a {
	border-radius: 5px;
	background: #FF6C00;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	opacity: 1;
	display: block;
	width: 30%;
	padding: 12px;
	text-align: center;
}
body.home #front-contents .c_text .c_btn a:hover {
	opacity: 0.8;
	text-decoration: none;
}
body.home #front-service {
	background: url(./lib/images/border_e5.png) repeat-y top center #fff;
	padding-bottom: 56px;
	border-bottom: 1px solid #e5e5e5;
}
body.home #front-service .front-service-inner {
	margin-left: -10%;
	overflow: hidden;
}
body.home #front-service .front-service-inner .c_box {
	width: 40%;
	padding-top: 96px;
	margin-left: 10%;
	margin-bottom: 20px;
	float: left;
}
body.home #front-service .front-service-inner .c_title {
	text-align: center;
}
body.home #front-service .front-service-inner h3 {
	color: #47B39D;
	font-size: 40px;
	margin-bottom: 8px;
}
body.home #front-service .front-service-inner .c_english {
	color: #47B39D;
	font-size: 13px;
	margin-bottom: 32px;
}
body.home #front-service .front-service-inner h4 {
	font-size: 24px;
	margin-bottom: 28px;
	text-align: center;
}
body.home #front-service .front-service-inner .c_text p {
	margin-bottom: 28px;
}
body.home #front-service .front-service-inner .c_text .c_btn a {
	border-radius: 5px;
	background: #47B39D;
	color: #fff;
	margin: 0 auto;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	opacity: 1;
	display: block;
	width: 50%;
	padding: 16px 20px;
	text-align: center;
}
body.home #front-service .front-service-inner .c_text .c_btn a:hover {
	opacity: 0.8;
	text-decoration: none;
}
body.home #front-company {
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #front-company .c_box {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	min-height: 450px;
}
body.home #front-company .c_box_inner {
	width: 684px;
	padding: 96px 0;
}
body.home #front-company .c_img_box {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	z-index: 0;
}
body.home #front-company .c_img_box iframe {
	width: 100% !important;
	height: 100% !important;
}
body.home #front-company .no-company-map .c_img_box {
	display: none;
}
body.home #front-company .no-company-map .c_box_inner {
	margin-left: auto;
	margin-right: auto;
}
body.home #front-company dl {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
body.home #front-company dl dt span, body.home #front-company dl dd span {
	padding: 20px 32px;
	display: block;
}
body.home #front-company dl dt {
	float: left;
	width: 20%;
	margin: 0;
}
body.home #front-company dl dd {
	float: left;
	width: 80%;
	margin: 0;
}
body.home #front-company dl#front-company-1 dt {
	border-top: 2px solid #47B39D;
}
body.home #front-company dl#front-company-1 dt span {
	padding-top: 19px;
}
body.home #front-company dl#front-company-1 dd {
	border-top: 1px solid #e5e5e5;
}
body.home #front-contact {
	background: #47B39D;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.home #front-contact .c_box_inner {
	padding: 60px 0;
	width: 100%;
	max-width: 632px;
	margin: 0 auto;
}
body.home #front-contact .c_box_inner input[type=text], body.home #front-contact .c_box_inner input[type=tel], body.home #front-contact .c_box_inner input[type=email], body.home #front-contact .c_box_inner input[type=url], body.home #front-contact .c_box_inner textarea {
	width: 95%;
}
body.home #front-contact .c_box_inner input[type=submit], body.home #front-contact .c_box_inner button {
	width: 30%;
	display: block;
	background: #131D2A;
	border-radius: 3px;
	margin: 0 auto;
}
body.home #front-contact .c_box_inner p {
	margin-bottom: 1.4em;
	color: #fff;
}
/* ----------------------------------------
* main
---------------------------------------- */
.cat-content, article.post, article.page {
	margin-bottom: 60px;
	background: #fff;/* border: 1px #e5e5e5 solid; */
}
.post-header {
	padding: 56px 64px 46px;
	position: relative;/* border-bottom: 1px solid #e5e5e5; */
}
.post-header .cat-name {
	margin-bottom: 20px;
}
.post-header .cat-name span {
	border: 1px solid #47B39D;
	color: #47B39D;
	display: inline-block;
	padding: 4px 16px;
	font-size: 13px;
}
.post-title {
	font-size: 32px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 36px;
}
body.page .post-title {
	margin-bottom: 0;
}
.post-title a {
	color: #241913;
}
.post-title a:hover {
	color: #FF6C00;
}
.post-content h2.post-title {
	font-weight: normal;
}
.post-title a {
	color: #3B4552;
}
.post-title a:hover {
	color: #FF6C00;
	text-decoration: none;
}
.cat-content .post-header, article.page .post-header {
	padding: 56px 64px 30px;
	margin-bottom: 20px;/* background: #fff; */
}
.post-meta-area {
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.post-meta-area ul {
	margin: 0;
}
.post-meta-area .post-meta {
	width: 50%;
	float: left;
}
.post-meta-area .post-meta .date {
	padding: 12px 40px;
}
.post-meta-area .post-meta .date .datetime {
	font-size: 1.1em;
}
.post-meta-area .post-meta-comment {
	text-align: center;
	width: auto;
	float: right;
}
.post-meta-area .post-meta-comment li {
	padding: 12px 24px;
	display: inline-block;
	border-left: 1px solid #e5e5e5;
}
.post-thumbnail img {
	width: 100%;
	height: auto;
}
.post-content {
	padding: 30px 0px 10px;
}
.post-content hr {
	border-bottom: 1px solid #eee;
	margin: 20px 0;
	clear: both;
}
.post-content p, .post-content ul, .post-content ol, .post-content dl, .post-content blockquote, .post-content pre, .post-content table {
	margin-bottom: 2em;
}
.post-content ul {
	list-style: disc;
}
.post-content ol {
	list-style: decimal;
}
.post-content ul, .post-content ol {
	margin-left: 30px;
}
.post-content ul > ul, .post-content ul > ol, .post-content ol > ol, .post-content ol > ul {
	margin-bottom: 0px;
}
.post-content dl dt {
	font-weight: bold;
}
.post-content dl dd {
	margin-left: 30px;
}
.post-content pre {
	padding: 20px;
	overflow: scroll;
	font-family: 'Courier', monospace;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	font-weight: bold;
}
.post-content h1 {
	margin: 32px 0;
	font-size: 36px;
	clear: both;
	font-weight: normal;
}
.post-content h2 {
	margin: 80px 0 32px 0px;
	padding: 16px 16px 16px 56px;
	font-size: 28px;
	clear: both;
	font-weight: normal;
	/* border-left: 10px solid #131D2A; */
	background: #3B4552;
	color: #fff;
}
.post-content h3 {
	font-size: 24px;
	margin: 48px 0 24px;
	padding: 20px 0;
	clear: both;
	font-weight: normal;
	border-bottom: 2px solid #3B4552;
	line-height: 1;
}
.post-content h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 16px;
	padding: 0 0 0 8px;
	border-left: 5px solid #131D2A;
	clear: both;
}
.post-content h5 {
	font-size: 16px;
	margin: 30px 0 16px;
	clear: both;

}
.post-content h6 {
	font-size: 16px;
	margin: 30px 0 16px;
	clear: both;
}
.post-content blockquote {
/* clear: both; */
	/* margin: 0 0 28px; */
	/* padding: 30px 20px 35px 55px; */
	/* position: relative; */
	/* border: 1px #e5e5e5 solid; */
	/* background: #fafafa; */
}
.post-content blockquote:before {
/* content: ''; */
	/* font-family: 'FontAwesome'; */
	/* font-size: 36px; */
	/* color: #e7e7e7; */
	/* position: absolute; */
	/* top: 20px; */
	/* left: 10px; */
}
.post-content blockquote cite {
	/* position: absolute; */
	/* right: 20px; */
	/* bottom: 10px; */
	font-size: 12px;/* color: #808080; */
}
/*
.post-content table {
	border-bottom: 1px #ddd solid;
	max-width: 100%;
}
.post-content table th, .post-content table td {
	padding: 16px 10px;
}
.post-content table th {
	color: #fff;
}
.post-content table thead th {
	background: #5e6265;
}
.post-content table tbody th {
	background: #919598;
}
.post-content table.table-line table, .post-content table.table-line th, .post-content table.table-line td {
	border-color: #fff;
}
.post-content table.table-line th {
	background: transparent;
	color: #241913;
	font-weight: bold;
}
.post-content table.table-line thead th {
	background: #5e6265;
	color: #fff;
}
.post-content table.table-line tr {
	background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
	background: #ddd;
}
*/
.post-content img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.post-content img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.post-content img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.post-content img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.post-content img.alignleft {
	float: none;
	clear: both;
	text-align: center;
	margin: 10px auto;
	display: block;
	max-width: 100%
}
.post-content img.alignright {
	float: none;
	clear: both;
	text-align: center;
	margin: 10px auto;
	display: block;
	max-width: 100%;
}
.post-content img.left {
	float: none;
	clear: both;
	text-align: center;
	margin: 10px auto;
	display: block;
	max-width: 100%
}
.post-content img.right {
	float: none;
	clear: both;
	text-align: center;
	margin: 10px auto;
	display: block;
	max-width: 100%;
}
}
.post-content h2:first-child {
	margin-top: 0;
}
.post-cta {
	background: #131D2A;
	color: #fff;
}
.post-cta .post-cta-inner {
	padding: 30px 45px;
}
.post-cta .cta-post-title {
	padding: 30px 45px;
	font-size: 36px;
	margin-bottom: 14px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.post-cta .post-cta-img {
	float: right;
	width: 230px;
	margin: 0 0 20px 20px;
}
.post-cta .post-cta-cont {
	overflow: hidden;
}
.post-cta .post-cta-btn {
	margin: 10px 0;
}
.post-cta .post-cta-btn a {
	background: #F86222;
	color: #fff;
	border-radius: 8px;
	display: block;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	width: 60%;
	margin: 0 auto 20px;
}
.post-cta .post-cta-btn a:hover {
	background: #fa8553;
}
.post-cta p {
	margin-bottom: 1em;
}
.post-cta .btn {
	width: 100%;
	display: block;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	padding: 14px 0;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #3B4552;
}
.post-cta .btn:hover {
	text-decoration: none;
	background: #FF6C00;
}
.post-share {
	padding: 30px 45px;
}
.post-share .post-share-list1, .post-share .post-share-list2, .post-share .post-share-list3, .post-share .post-share-list4 {
	overflow: hidden;
	padding: 30px 0;
	margin-left: -2.08%;
}
.post-share .post-share-list1 a, .post-share .post-share-list2 a, .post-share .post-share-list3 a, .post-share .post-share-list4 a {
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	border: 1px #eee solid;
	border-radius: 3px;
	padding: 20px 0;
}
.post-share .post-share-list1 a:hover, .post-share .post-share-list2 a:hover, .post-share .post-share-list3 a:hover, .post-share .post-share-list4 a:hover {
	text-decoration: none;
	background: #f7f7f7;
}
.post-share .post-share-list1 li, .post-share .post-share-list2 li, .post-share .post-share-list3 li, .post-share .post-share-list4 li {
	text-align: center;
	float: left;
	margin-left: 2.08%;
}
.post-share .post-share-list1 i, .post-share .post-share-list1 .big, .post-share .post-share-list2 i, .post-share .post-share-list2 .big, .post-share .post-share-list3 i, .post-share .post-share-list3 .big, .post-share .post-share-list4 i, .post-share .post-share-list4 .big {
	font-size: 2em;
}
.post-share .post-share-list1 li {
	width: 97.92%;
}
.post-share .post-share-list2 li {
	width: 47.92%;
}
.post-share .post-share-list3 li {
	width: 31.25%;
	font-size: .8em;
}
.post-share .post-share-list4 li {
	width: 22.92%;
}
.post-share .post-share-list4 {
	text-align: center;
}
.post-share .post-share-list4 i, .post-share .post-share-list4 .big {
	display: block;
}
.post-share .post-share-list4 .big {
	font-size: 1.2em;
}
.post-share .post-share-facebook a:hover {
	color: #305097;
}
.post-share .post-share-twitter a:hover {
	color: #00aced;
}
.post-share .post-share-google a:hover {
	color: #db4a39;
}
.post-share .post-share-feedly a:hover {
	color: #2bb24c;
}
.post-footer {
	border-radius: 0;
	padding: 20px 64px;
	overflow: hidden;
	clear: both;
}
.post-footer ul {
	overflow: hidden;
}
.post-footer ul li a:hover {
	text-decoration: underline;
}
.post-footer .bzb-sns-btn {
	padding: 30px 0;
}
.post-footer .bzb-sns-btn li {
	vertical-align: top;
}
.post-footer .bzb-sns-btn li .fb_iframe_widget span {
	vertical-align: top !important;
}
.post-footer-list {
	padding: 20px 0;
}
.post-author {
	margin-bottom: 40px;
	padding: 40px 45px;
	border: 1px solid #e5e5e5;
	color: #241913;
	background: #fff;
}
.post-author .post-author-img {
	height: 100%;
	float: left;
}
.post-author .post-author-img img {
	width: 100px;
	height: auto;
	border: 1px solid #e5e5e5;
}
.post-author .post-author-img .inner {
	padding: 0;
}
.post-author .row {
	margin-right: -10px;
	margin-left: -10px;
}
.post-author .row .gr1, .post-author .row .gr2, .post-author .row .gr3, .post-author .row .gr4, .post-author .row .gr5, .post-author .row .gr6, .post-author .row .gr7, .post-author .row .gr8, .post-author .row .gr9, .post-author .row .gr10, .post-author .row .gr11, .post-author .row .gr12 {
	padding-left: 10px;
	padding-right: 10px;
}
.post-author a {
	color: #3B4552;
}
.post-author .post-author-meta {
	color: #241913;
	margin-left: 120px;
}
.post-author .post-author-meta h4 {
	margin: 0 40px 10px 0;
}
.post-author .post-author-meta p {
	margin: 0 40px 20px 0;
}
.post-header-meta {
	overflow: hidden;
	margin-bottom: 26px;
}
.post-header-meta .bzb-sns-btn {
	padding: 20px 0 10px;
	float: left;
	width: 400px;
	overflow: hidden;
}
.post-header-meta .post-header-category {
	float: right;
	width: 300px;
	text-align: right;
	padding: 20px 0 10px;
}
.bzb-sns-btn {
	padding: 0;
	margin: 0;
	font-size: 0;
}
.bzb-sns-btn li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 4px;
}
/*
.bzb-sns-btn li.bzb-facebook {
  width: 98px;
}
.bzb-sns-btn li.bzb-facebook span {
  vertical-align: top !important;
}
.bzb-sns-btn li.bzb-twitter {
  width: 93px;
}
.bzb-sns-btn li.bzb-googleplus {
  width: 65px;
}
*/
.post-autot #comments {
	padding: 40px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.post-autot #comments h4, .post-autot #comments h3 {
	margin: 0 0 24px;
	border-bottom: 5px solid #3B4552;
	font-size: 18px;
	padding: 8px 0;
}
.post-autot #comments h4 i, .post-autot #comments h3 i {
	color: #3B4552;
}
.comment-list > .comment {
	margin-bottom: 40px;
	border-bottom: 1px #eee solid;
}
.comment-list > .comment > .comment-body {
	padding: 0 20px;
	margin-bottom: 20px;
}
.comment-list .children {
	margin-left: 45px;
}

@media screen and ( max-width: 767px ) {
.comment-list .children {
	margin-left: 0;
}
}
.comment-list .children .comment-body {
	padding: 20px 30px;
	margin-bottom: 20px;
	background: #f7f7f7;
}
.comment-author {
	float: left;
	vertical-align: top;
	font-size: 12px;
	margin-left: 10px;
}
.comment-author img {
	vertical-align: top;
}
.comment-meta {
	font-size: 12px;
	margin-bottom: 12px;

}
.reply a {
	border-radius: 3px;
	padding: 3px 5px;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.reply a:before {
	content: ' ';
	font-family: 'FontAwesome';
}
.reply a:hover {
	text-decoration: none;
}
.comment-form-comment {
	margin-bottom: 0;
}
.comment-form-comment label {
	display: none;
}
.comment-form-comment textarea {
	width: 80%;
	margin: 20px 0;
	border-radius: 3px;
}
.form-allowed-tags {
	font-size: 12px;
	margin-bottom: 20px;
	display: none;
}
.comment-meta:after {
	content: ' ';
	display: block;
	clear: both;
}
.comments-title {
	font-size: 24px;
	padding: 20px 0;
	margin-bottom: 30px;
	margin-top: 0;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	overflow: hidden;
	margin: 10px 0;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
	width: 15%;
	float: left;
	font-size: 12px;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
	width: 40%;
	float: left;
	margin-left: 5%;
	border-radius: 3px;
	padding: 5px;
}
.form-submit #submit {
	width: 240px;
	margin-top: 2em;
	line-height: 24px;
	border: none;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-submit #submit:hover {
	cursor: pointer;
}
.comment-form-comment textarea {
	width: 95%;
	padding-left: 2%;
	padding-right: 2%;
}
.comment-form {
	overflow: hidden;
}
.comment-form-author, .comment-form-email {
	width: 49%;
	margin: 0;
}
.comment-form-author label, .comment-form-author input, .comment-form-email label, .comment-form-email input {
	width: 90%;
	float: none;
	margin: 0 0 10px;
}
.comment-form-author {
	float: left;
}
.comment-form-email {
	float: right;
}
/* loop
---------------------------------------- */
.cat-content {
	background: #fff;
	padding: 40px;
	margin-bottom: 30px;
}
.post-loop-wrap article {
	width: 100%;
	margin: 0 0 60px;
}
.post-loop-wrap article p {
	margin-top: 0;
}
.post-loop-wrap .post-title {
	margin-bottom: 0;
}
.post-loop-wrap .post-thumbnail {
	width: 100%;
}
.post-loop-wrap .post-thumbnail img {
	max-width: 100%;
	height: auto;
}
.post-loop-wrap .more-link {
	border: 1px #3B4552 solid;
	padding: 8px 20px;
	margin-bottom: 64px;
	color: #3B4552;
}
.post-loop-wrap .more-link:hover {
	background: #3B4552;
	color: #fff;
	text-decoration: none;
}
.post-loop-wrap .post-footer {
	border-top: 1px #eee solid;
	padding: 0;
	overflow: hidden;
}
.post-loop-wrap .post-footer a.morelink {
	display: block;
	background: #3B4552;
	color: #fff;
	text-align: center;
	padding: 12px;
}
/* pager */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
}
.pagination a {
	background: #fff;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #241913;
}
.pagination a:hover {
	background: #999999;
	color: #fff;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #999999;
	color: #fff;
}
/* ----------------------------------------
* side
---------------------------------------- */
.side-widget-area {
	padding: 0;
}
.side-widget {
	margin-bottom: 40px;
	padding-bottom: 40px;
	line-height: 1.6;
	font-size: 14px;
}
.side-widget .side-title {
	margin: 0 0 32px;
	font-size: 15px;
	background: #ebebeb;
	border: 1px solid #e4e4e4;
}
.side-widget a {
	color: #47B39D;
	text-decoration: underline;
	display: block;
}
.side-widget a:hover {
	color: #47B39D;
	text-decoration: none;
}
.side-widget ul li {
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}
.side-widget .side-title {
	margin: 0 0 13px;
	padding: 8px;
	font-size: 16px;
}
.side-widget.widget_recent_comments a {
	background: none;
}
.side-widget .post-date {
	margin: 0 0 0 36px;
	font-size: 13px;
	color: #999999;
}

.side-widget .post-share-fb .pas {
	display: none;
}
/* widget_views */
.widget_views a {
	display: inline;
}
/* search */
.widget_search {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding-bottom: 0;
	border-radius: 2px;
}
.widget_search form div {
	position: relative;
	padding-right: 40px;
}
.widget_search label {
	display: none;
}
.widget_search input[type=text] {
	line-height: 18px;
	padding: 8px 13px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	float: left;
}
.widget_search button {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	vertical-align: top;
	line-height: 18px;
	border: none;
	border-radius: 3px;
	width: 40px;
	padding: 8px 5px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: transparent;
	font-family: 'FontAwesome';
	font-size: 21px;
	color: #5e6265;
}
.widget_search button:hover {
	cursor: pointer;
}
#searchform form input[type="text"], #searchform form input[type="email"], #searchform form input[type="url"], #searchform form input[type="tel"], #searchform form input[type="number"], #searchform form input[type="date"], #searchform form textarea {
	border-radius: 3px;
	padding: 12px;
	max-width: 100%;
	font-size: 16px;
}
#searchform form textarea {
	width: 80%;
}
#searchform form input[type="submit"] {
	padding: 12px 20px;
}
/* comment */
.recentcomments {
	color: #808080;
	font-size: 12px;
}
.recentcomments a {
	color: #241913;
	font-size: 14px;
}
/* 実装中止----------- */
/* calendar */
.widget_calendar {
	border-radius: 3px;
	font-size: 16px;
}
.widget_calendar .side-widget-inner {
	border-radius: 3px;
	padding: 0 20px 20px;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar caption {
	border-radius: 3px 3px 0 0;
	padding: 14px 20px;
	margin: 0 -20px 20px;
	font-size: 18px;
	text-align: center;
}
.widget_calendar a {
	color: #666;
}
.widget_calendar li {
	margin-bottom: 1em;
}
.widget_calendar thead, .widget_calendar tfoot, .widget_calendar tbody {
	margin: 0 20px;
}
.widget_calendar th, .widget_calendar td {
	text-align: center;
}
.widget_calendar tbody a {
	display: block;
}
.widget_calendar tbody a:hover {
	text-decoration: none;
}
/* follow */
#side .share-list-wrap {
	margin: 0 -20px 20px;
	background: #fff;
	padding: 20px;
}
#side .share-list-wrap .post-share-list1, #side .share-list-wrap .post-share-list2, #side .share-list-wrap .post-share-list3, #side .share-list-wrap .post-share-list4 {
	overflow: hidden;
	margin-left: -1%;
}
#side .share-list-wrap .post-share-list1 li, #side .share-list-wrap .post-share-list2 li, #side .share-list-wrap .post-share-list3 li, #side .share-list-wrap .post-share-list4 li {
	float: left;
	width: 24%;
	margin-left: 1%;
}
#side .share-list-wrap .post-share-list1 li a, #side .share-list-wrap .post-share-list2 li a, #side .share-list-wrap .post-share-list3 li a, #side .share-list-wrap .post-share-list4 li a {
	border-radius: 100%;
	background: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	font-size: 32px;
	color: #5e6265;
}
#side .share-list-wrap .post-share-list1 li a .follow-on, #side .share-list-wrap .post-share-list1 li a .big, #side .share-list-wrap .post-share-list2 li a .follow-on, #side .share-list-wrap .post-share-list2 li a .big, #side .share-list-wrap .post-share-list3 li a .follow-on, #side .share-list-wrap .post-share-list3 li a .big, #side .share-list-wrap .post-share-list4 li a .follow-on, #side .share-list-wrap .post-share-list4 li a .big {
	display: none;
}
#side .share-list-wrap .post-share-list1 li.post-share-facebook a:hover, #side .share-list-wrap .post-share-list2 li.post-share-facebook a:hover, #side .share-list-wrap .post-share-list3 li.post-share-facebook a:hover, #side .share-list-wrap .post-share-list4 li.post-share-facebook a:hover {
	color: #305097;
}
#side .share-list-wrap .post-share-list1 li.post-share-twitter a:hover, #side .share-list-wrap .post-share-list2 li.post-share-twitter a:hover, #side .share-list-wrap .post-share-list3 li.post-share-twitter a:hover, #side .share-list-wrap .post-share-list4 li.post-share-twitter a:hover {
	color: #00aced;
}
#side .share-list-wrap .post-share-list1 li.post-share-google a:hover, #side .share-list-wrap .post-share-list2 li.post-share-google a:hover, #side .share-list-wrap .post-share-list3 li.post-share-google a:hover, #side .share-list-wrap .post-share-list4 li.post-share-google a:hover {
	color: #db4a39;
}
#side .share-list-wrap .post-share-list1 li.post-share-feedly a:hover, #side .share-list-wrap .post-share-list2 li.post-share-feedly a:hover, #side .share-list-wrap .post-share-list3 li.post-share-feedly a:hover, #side .share-list-wrap .post-share-list4 li.post-share-feedly a:hover {
	color: #2bb24c;
}
/* author */
#side-author {
	overflow: hidden;
	font-size: 12px;
}
#side-author h4 {
	padding: 12px 0;
	margin-bottom: 20px;
	font-size: 16px;
}
#side-author .side-author-img {
	float: left;
	width: 100px;
}
#side-author .side-author-meta {
	float: right;
	width: 180px;
}
/* ----------------------------------------
* footer
---------------------------------------- */
/* Facebook Like Box width: 100% */
.post-share-fb.side-widget {
	text-align: center;
}
div.post-share-fb .fbcomments, div.post-share-fb .fb_iframe_widget, div.post-share-fb .fb_iframe_widget[style], div.post-share-fb .fb_iframe_widget iframe[style], div.post-share-fb .fbcomments iframe[style] *, div.post-share-fb .fb_iframe_widget span {
	max-width: 100% !important;
}
#footer .fbcomments, #footer .fb_iframe_widget, #footer .fb_iframe_widget[style], #footer .fb_iframe_widget iframe[style], #footer .fbcomments iframe[style] *, #footer .fb_iframe_widget span {
	max-width: 100% !important;
}
#footer {
	color: #fff;
	/* border-top: 8px solid #3B4552; */
}
#footer .fb-like-box, #footer .fb-like-box > span, #footer iframe {
	width: 100% !important;
	box-sizing: border-box;
}
#footer .footer-logo {
	font-size: 24px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
#footer .wrap {
	padding: 30px 0;
}
#footer .post-share {
	padding-right: 0;
	padding-left: 0;
}
#footer .row {
	margin-left: -15px;
	margin-right: -15px;
}
#footer .row .gr1, #footer .row .gr2, #footer .row .gr3, #footer .row .gr4, #footer .row .gr5, #footer .row .gr6, #footer .row .gr7, #footer .row .gr8, #footer .row .gr9, #footer .row .gr10, #footer .row .gr11, #footer .row .gr12 {
	padding-left: 15px;
	padding-right: 15px;
}
#footer-brand-area {
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #3B4552;
}
#footer-content-area {
	font-size: 14px;
}
#footer-content-area h4 {
	font-size: 16px;
}
#footer-content-area i.fa {
	margin-right: 12px;
}
#footer-content-area #footer-cont-about li, #footer-content-area #footer-cont-content li {
	position: relative;
}
#footer-content-area #footer-cont-about li:before, #footer-content-area #footer-cont-content li:before {
	content: '\f105';
	font-family: FontAwesome;
	position: absolute;
	top: 7px;
	left: 0;
}
#footer-content-area #footer-cont-about li a, #footer-content-area #footer-cont-content li a {
	padding: 8px 12px 8px 14px;
	display: inline-block;
}
#footer-content-area #footer-cont-about li a:hover, #footer-content-area #footer-cont-content li a:hover {
	text-decoration: none;
}
#footer-content-area #footer-cont-sns a {
	display: block;
	padding: 8px 12px 8px 0;
}
#footer-content-area #footer-cont-sns a:hover {
	text-decoration: none;
}
.footer-01 {
	/* background: #031731; */
	padding: 48px 0;
}
.footer-01 .footer-address {
	text-align: right;
}

@media screen and ( max-width: 991px ) {
.footer-01 .footer-address {
	text-align: left;
}
}

@media screen and ( max-width: 767px ) {
.footer-01 .footer-address {
	margin-top: 24px;
}
}
.footer-02 {
	background: #010A17;
}
.footer-02 .footer-copy {
	text-align: center;
	font-size: 12px;
}

/* ----------------------------------------
* LP
---------------------------------------- */
.single-lp {
	padding: 40px 0;
}
.single-lp .lp-wrap {
	width: 1157px;
	border: 1px solid #eee;
	margin: 0 auto;
	background: #fff;
	padding: 0;
}
.single-lp .lp-thumbnail {
	border: 1px #ccc solid;
	float: right;
	margin: 0 0 13px 13px;
	border: 1px #ccc solid;
}
.single-lp .lp-thumbnail img {
	vertical-align: top;
}
.single-lp .post-content {
	padding: 0;
}
.single-lp #lp-header {
	background: #47B39D;
	padding: 56px;
	color: #fff;
}
.single-lp #lp-header h1 {
	font-size: 32px;
	color: #fff;
	text-align: center;
}
.single-lp dt, .single-lp dd {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
.single-lp #content {
	padding: 40px 56px;
}
.single-lp #main {
	width: 100%;
	float: left;
	overflow: hidden;
}
.single-lp .main-inner {
	margin-right: 350px;
}
.single-lp #side {
	width: 320px;
	float: left;
	margin-left: -320px;
}
.single-lp .post-footer {
	padding: 20px 0;
}
.single-lp .post-footer .bzb-sns-btn {
	padding: 0;
}
.single-lp .lp-form {
	background: #494c4e;
	color: #fff;
	padding: 30px;
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.single-lp .lp-form h3 {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: bold;
}
.single-lp .lp-form input[type=text], .single-lp .lp-form input[type=email] {
	width: 90%;
	padding: 10px 5%;
	border: none;
}
.single-lp .lp-form input[type=submit], .single-lp .lp-form button {
	width: 100%;
	padding: 10px 0;
	background: #F86222;
	color: #fff;
	border-bottom: 5px solid #e04807;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	border-radius: 3px;
}
.single-lp .lp-form input[type=submit]:hover, .single-lp .lp-form button:hover {
	background: #f9743b;
}
.single-lp .lp-form dl {
	margin-bottom: 13px;
}/* one-column */
.one-column.single-lp #main {
	float: none;
}
.one-column.single-lp .main-inner {
	margin-left: 0;
	margin-right: 0;
}
.one-column.single-lp #side {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.single-lp #side {
	width: 320px;
	margin-left: -320px;
}
.single-lp.right-content #side {
	width: 320px;
	margin-left: -100%;
}
.single-lp.right-content .main-inner {
	margin-left: 350px;
	margin-right: 0;
}

@media screen and ( max-width: 1200px ) {
.single-lp.right-content #side {
	width: 100%;
	margin: 0;
	float: none;
}
.single-lp.right-content .main-inner {
	margin: 0 0 40px;
	width: 100%;
}
}
/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	color: #fff;
}
.pagetop span {
	display: block;
	border-radius: 25px;
	background: #2b2b2b;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 36px;
	opacity: .8;
}
/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-nav-btn, #gnav-sp {
	display: none;
}

@media screen and (max-width: 1200px) {
/* laptop start */
body.home .wrap {
	width: auto;
	margin: 0 36px;
}
.post-header, .post-author {
	padding: 36px;
}
.post-content, .post-footer {
/* padding-left: 36px; */
    /* padding-right: 36px; */
}
.single-lp #gnav-sp {
	display: none;
}
.single-lp .lp-wrap {
	width: auto;
	margin: 0 36px;
}
.single-lp #main, .single-lp #side, .single-lp .main-inner {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
/* end start */
}

@media screen and (max-width: 991px) {
/* tablet */
body.home .wrap, .wrap {
	width: auto;
	margin: 0 24px;
}
body.home #front-service {
	background-image: none;
}
/* header */
#header {
	padding: 0;
}
#header .wrap {
	width: auto;
	margin: 0 24px;
}
#header-nav-btn {
	display: block;
	width: 116px;
	line-height: 92px;
	float: right;
}
#header-nav-btn a {
	display: block;
	text-align: center;
	display: block;

	font-size: 32px;
	background: #3B4552;
}
#header-fnav-area {
	display: none;
}
/* gnav */

#gnav {
	display: none;
}
.dummy {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 10;
}
#gnav-sp {
	display: none;
	background: #3B4552;
	display: block;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index: 100;
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
}
#gnav-sp .wrap {
	width: 94%;
	margin: 0 3%;
	padding: 36px 0;
}
#gnav-sp .wrap a {
	color: #fff;
}
#gnav-sp #header-cont-content h4, #gnav-sp #header-cont-about h4, #gnav-sp #header-cont-sns h4 {
	font-weight: bold;
	margin-bottom: 16px;
}
#gnav-sp #header-cont-content li, #gnav-sp #header-cont-about li, #gnav-sp #header-cont-sns li {
	font-size: 14px;
}
#gnav-sp #header-cont-content li a, #gnav-sp #header-cont-about li a, #gnav-sp #header-cont-sns li a {
	padding: 10px 12px;
}
#gnav-sp #header-cont-content ul {
	margin-left: -2%;
}
#gnav-sp #header-cont-content li {
	margin-left: 2%;
	float: left;
	width: 48%;
}
#gnav-sp #header-cont-content li a {
	display: block;
	position: relative;
}
#gnav-sp #header-cont-content li a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	left: 0;
	top: 8px;
}
#gnav-sp #header-cont-content .children {
	display: none;
}
#gnav-sp #footer-nav li a {
	display: block;
	padding: 8px 12px;
	position: relative;
}
#gnav-sp #footer-nav li a:before {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	left: 0;
	top: 8px;
}
#gnav-sp #footer-nav .children {
	display: none;
}
#gnav-sp #header-cont-sns li a {
	display: block;
	padding: 8px 12px 8px 0;
}
/* front page */
body.home #main_visual h2 {
	margin-top: 0;
	font-size: 24px;
}
body.home #main_visual p {
	width: 84%;
	margin-right: 8%;
	margin-left: 8%;
}
body.home .front-loop {
	margin-left: 0;
}
body.home .front-loop .popular_post_box {
	width: 32%;
	margin: 0 .5%;
}
body.home .front-loop .popular_post_box .wrap-a {
	display: block;
	border: 1px solid #e5e5e5;
}
body.home .front-loop .popular_post_box .wrap-a:hover {
	background: #fafafa;
	text-decoration: none;
}
body.home .front-loop .popular_post_box .wrap-a h3, body.home .front-loop .popular_post_box .wrap-a ul {
	margin-left: 10px;
	margin-right: 10px;
}
body.home .front-loop .popular_post_box img {
	width: 100%;
	height: auto;
}
body.home .front-loop .popular_post_box.rank-4, body.home .front-loop .popular_post_box.rank-5, body.home .front-loop .popular_post_box.recent-4, body.home .front-loop .popular_post_box.recent-5 {
	display: none;
}
body.home .front-main-cont .tri-border {
	display: none;
}
body.home #front-contents .c_box.c_box_left .c_box_inner, body.home #front-contents .c_box.c_box_right .c_box_inner {
	width: 100%;
	float: none;
}
body.home #front-contents .c_box.c_box_left .c_title, body.home #front-contents .c_box.c_box_right .c_title {
	text-align: center;
}
body.home #front-contents .c_box.c_box_left .c_img_box, body.home #front-contents .c_box.c_box_right .c_img_box {
	position: relative;
	height: 300px;
	width: 100%;
	margin-bottom: 24px;
}
body.home #front-contents .c_box.c_box_left .c_text h4, body.home #front-contents .c_box.c_box_right .c_text h4 {
	text-align: center;
}
body.home #front-contents .c_box.c_box_left .c_btn, body.home #front-contents .c_box.c_box_right .c_btn {
	text-align: center;
}
body.home #front-contents .c_box.c_box_left .c_btn a, body.home #front-contents .c_box.c_box_right .c_btn a {
	margin-right: auto;
	margin-left: auto;
}
body.home #front-service .front-service-inner {
	margin-left: 0;
}
body.home #front-service .front-service-inner .c_box {
	width: 100%;
	float: none;
	margin: 0 0 20px;
}
body.home #front-company .c_img_box {
	height: 300px;
	position: relative;
}
body.home #front-company .c_img_box, body.home #front-company .c_box_inner {
	float: none;


	width: 100%;
}

.cat-content .post-header, article.page .post-header, article.post .post-header {
	padding: 56px 44px;
}
article.page .post-content {
/* padding: 40px; */
}
.post-header {
	padding: 56px 44px 0;
}
.post-content {
/* padding: 40px; */
}
.post-content h2 {
	margin-left: -52px;
}
.post-meta-area {
	background: #fff;
	color: #241913;
}
.post-meta-area .post-meta {
	width: 40%;
	float: left;
	text-align: left;
}
.post-meta-area .post-meta .date {
	background: transparent;
	text-align: left;
}
.post-meta-area .bzb-sns-btn {
	height: auto;
}
.post-meta-area .bzb-sns-btn .sharrre {
	margin: 0 5px 0 0;
	float: left !important;
	width: 20%;
	overflow: hidden;
}
.post-meta-area .bzb-sns-btn .sharrre.twitter a, .post-meta-area .bzb-sns-btn .sharrre.facebook a, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a, .post-meta-area .bzb-sns-btn .sharrre.hatena a {
	background: transparent;
	display: block;
	padding: 4px 24px;
	color: #241913;
}
.post-meta-area .bzb-sns-btn .sharrre.twitter a .share, .post-meta-area .bzb-sns-btn .sharrre.facebook a .share, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a .share, .post-meta-area .bzb-sns-btn .sharrre.hatena a .share {
	display: none;
	text-align: center;
	float: left;
}
.post-meta-area .bzb-sns-btn .sharrre.twitter a:hover, .post-meta-area .bzb-sns-btn .sharrre.facebook a:hover, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a:hover, .post-meta-area .bzb-sns-btn .sharrre.hatena a:hover {
	background: transparent;
}
.post-meta-area .bzb-sns-btn .s_buttons {
	font-size: 14px;
	padding-top: 20px;
}
.post-meta-area .loop-comment-icon {
	padding: 4px 12px;
	background: transparent !important;
	text-align: center;
	float: right;
}
#footer-facebook {
	display: none;
}
#footer-list-area {
	width: 100%;
}
.single-lp #gnav-sp {
	display: none;
}
.single-lp .lp-wrap {
	width: auto;
	margin: 0 24px;
}
.single-lp .lp-form .submit {
	width: 50%;
}
/* tablet end */
}

@media screen and (max-width: 767px) {
/* phone */
.wrap {
	overflow: hidden;
}
.post-title {
	font-size: 21px;
	margin-bottom: 20px;
}
body.home .wrap, .wrap {
	margin: 0 12px;
}
/*
.post-content table {
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	display: flex;
}
*/
body.home #front-company dl dt, body.home #front-company dl dd {
	float: none;
	width: 100%;
	box-sizing: border-box;
}
body.home #front-company dl dt span, body.home #front-company dl dd span {
	padding: 0;
}
body.home #front-company dl dt {
	font-weight: bold;
	padding: 8px 12px 0;
}
body.home #front-company dl dd {
	border-top: none !important;
	padding: 4px 12px 8px;
}
#main {
	width: 100%;
	float: none;
}
#side {
	width: 100%;
	float: none;
}
.left-content #main {
	width: 100%;
	float: none;
}
.left-content #side {
	width: 100%;
	float: none;
}
.right-content #main {
	width: 100%;
	float: none;
}
.right-content #side {
	width: 100%;
	float: none;
}
.one-column #content .wrap {
	width: 94%;
	margin: 0 3%;
}
.one-column #content .wrap #main {
	width: 100%;
	float: none;
}
.one-column #content .wrap #side {
	width: 100%;
	float: none;
}
/* header */
#header {
	padding: 0;
}
#header .wrap {
	padding: 0;
	margin: 0 12px;
}
#header #logo {
	float: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 4rem;
}
#header #logo img {
	vertical-align: top;
	display: inline-block;
}
#header #header-right {
	height: auto;
}
#header #header-primary-nav {
	display: none;
}
#header-nav-btn {
	display: block;
	width: auto;
	margin: 0 -12px;
	line-height: 92px;
	float: none;
}
#header-nav-btn a {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 8px 0;
	line-height: 1.2;
	background: #3B4552;
	width: 100%;
}
.single-lp #lp-header {
	padding: 20px;
}
.single-lp .lp-thumbnail {
	float: none;
	margin: 0 0 13px;
}
.single-lp .lp-thumbnail img {
	width: 100%;
	height: auto;
}
.single-lp #content {
	padding: 20px;
}
#gnav-sp {
	display: none;
	top: 112px;
}
#gnav-sp ul {
	margin-bottom: 20px;
}
#gnav-sp #header-cont-content ul {
	margin-left: 0;
}
#gnav-sp #header-cont-content li {
	margin-left: 0;
	float: left;
	width: 100%;
}
/* loop */
body.home .front-loop .popular_post_box {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
}
body.home #front-contents .c_text .c_btn a {
	width: 100%;
}
/* single */
.cat-content .post-header, article.page .post-header, article.post .post-header {
	padding: 20px;
}
.post-author {
	padding: 20px;
}
.post-author .post-author-meta {
	padding-top: 12px;
}
.post-author .post-author-meta p {
	margin-right: 0;
}
.post-meta-area .post-meta, .post-meta-area .post-meta-comment {
	float: none;
	width: 100%;
	padding: 0;
}
.post-meta-area .post-meta {
	border-bottom: 1px solid #e5e5e5;
}
.post-meta-area .post-meta .date {
	padding: 8px 20px;
}
.post-meta-area .post-meta-comment .author {
	border: none;
	padding: 8px 20px;
	text-align: left;
}
.post-meta-area .post-meta-comment .comments {
	padding: 8px 20px;
}
.post-content, .post-footer {
/* padding: 20px; */
}
.post-cta .cta-post-title {
	padding: 12px 20px;
	font-size: 18px;
}
.post-cta .post-cta-inner {
	padding: 0;
}
.post-cta .post-cta-cont {
	padding: 12px 20px;
}
.post-cta .post-cta-cont .post-cta-img {
	float: none;
	margin: 0 0 12px;
	width: 100%;
}
 @media screen and ( max-width: 767px ) {
 .post-cta .post-cta-cont .post-cta-img {
 text-align: center;
}
}
.post-cta .post-cta-btn a {
	width: 100%;
}
.comment-form-author, .comment-form-email {
	float: none;
	width: 100%;
}
.single-lp #gnav-sp {
	display: none;
}
.single-lp .lp-wrap {
	width: auto;
	margin: 0 24px;
}
.single-lp .lp-form input {
	width: 100% !important;
}
.single-lp .lp-form .submit {
	width: 100%;
}
/* phone end */
}
/* ----------------------------------------
* カラースキーム 02 青
---------------------------------------- */
/* ----------------------------------------
* frontpage
---------------------------------------- */
body.home.color02 #main_visual {
	background: #0063A2;
	background-image: -webkit-linear-gradient(bottom right, #0063a2, #005990);
	background-image: linear-gradient(to top left, #0063a2, #005990);
	color: #fff;
}
body.home.color02 .front-loop {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}
body.home.color02 .front-loop h2 {
	border-bottom: 1px solid #e5e5e5;
}
body.home.color02 .front-loop .popular_post_box h3 {
	color: #4E4E4E;
}
body.home.color02 .front-loop .popular_post_box h3 a {
	color: #4E4E4E;
}
body.home.color02 .front-loop .popular_post_box h3 a:hover {
	color: #14A0EE;
}
body.home.color02 .front-loop .popular_post_box ul a {
	color: #4E4E4E;
}
body.home.color02 .front-loop .popular_post_box ul a:hover {
	color: #14A0EE;
}
body.home.color02 .front-loop .popular_post_box .p_category {
	background: #005990;
	color: #fff;
	color: #fff;
}
body.home.color02 .front-loop .popular_post_box .p_rank {
	background: #900;
	color: #fff;
}
body.home.color02 .front-loop .popular_post_box .p_date {
	background: #36373C;
	color: #fff;
}
body.home.color02 .front-main-cont .front-cont-header {
	background: #36373C;
	color: #fff;
}
body.home.color02 .front-main-cont .tri-border span {
	border-left: 28px solid transparent;
	border-left: 56px solid transparent;
	border-right: 56px solid transparent;
	border-top: 18px solid #36373C;
}
body.home.color02 #front-contents .c_box {
	border-bottom: 1px solid #e5e5e5;
}
body.home.color02 #front-contents .c_box.c_box_left {
	background-color: #fff;
}
body.home.color02 #front-contents .c_box.c_box_right {
	background-color: #fafafa;
}
body.home.color02 #front-contents .c_number {
	background: #005990;
	color: #fff;
}
body.home.color02 #front-contents h3 {
	color: #005990;
}
body.home.color02 #front-contents .c_english {
	color: #005990;
}
body.home.color02 #front-contents .c_text .c_btn a {
	background: #14A0EE;
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
body.home.color02 #front-service {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
body.home.color02 #front-service .front-service-inner h3 {
	color: #005990;
}
body.home.color02 #front-service .front-service-inner .c_english {
	color: #005990;
}
body.home.color02 #front-service .front-service-inner .c_text .c_btn a {
	background: #005990;
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
body.home.color02 #front-company {
	background: #fff;
}
body.home.color02 #front-company .c_box {
	border-bottom: 1px solid #e5e5e5;
}
body.home.color02 #front-company dl {
	border-bottom: 1px solid #e5e5e5;
}
body.home.color02 #front-company dl#front-company-1 dt {
	border-top: 2px solid #005990;
}
body.home.color02 #front-company dl#front-company-1 dd {
	border-top: 1px solid #e5e5e5;
}
body.home.color02 #front-contact {
	background: #005990;
}
body.home.color02 #front-contact .c_box_inner input[type=submit], body.home.color02 #front-contact .c_box_inner button {
	background: #131D2A;
}
body.color02 {
	color: #4E4E4E;
}
body.color02 a {
	color: #14A0EE;
}
body.color02 form input[type="submit"], body.color02 form button {
	background: #0c78bb;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 3rem auto;
	padding: 1rem 8vw;
	font-size: 1.25rem;
	font-weight: bold;
}
body.color02 form input[type="submit"]:hover, body.color02 form button:hover {
	background: #0695fc;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
body.color02 #header {
	background: #005990;
}
body.color02 #header a {
	color: #fff;
}
body.color02 .breadcrumb-area {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
body.color02 #gnav {
	background: #005990;
}
body.color02 #gnav ul li:hover a {
	background: #0069aa;
}
body.color02 #gnav ul li.current-menu-item a {
	background: #0069aa;
}
body.color02 #gnav ul li a {
	color: #fff;
	background: #005990;
}
body.color02 #gnav ul li a:hover {
	color: #fff;
	background: #0069aa;
}
body.color02 #gnav ul li .sub-menu {
	background: #fff;
	border: 1px #e5e5e5 solid;
}
body.color02 #gnav ul li .sub-menu li {
	border-bottom: 1px #e5e5e5 solid;
}
body.color02 #gnav ul li .sub-menu li a {
	color: #36373C;
	background: #fff;
}
body.color02 #gnav ul li .sub-menu li a:hover {
	background: #fafafa;
	color: #36373C;
}
body.color02 #header-fnav-area #header-fnav-btn a {
	background: #0069aa;
}
body.color02 #header-fnav-area #header-fnav {
	background: #fff;
	border: 1px #e5e5e5 solid;
}
body.color02 #header-fnav-area #header-fnav li {
	border-bottom: 1px #e5e5e5 solid;
}
body.color02 #header-fnav-area #header-fnav li a {
	color: #36373C;
	background: #fff;
}
body.color02 #header-fnav-area #header-fnav li a:hover {
	background: #fafafa;
	color: #36373C;
}
body.color02 .cat-content, body.color02 article.post, body.color02 article.page {
	background: #fff;/* border: 1px #e5e5e5 solid; */
}
body.color02 .post-header {
	padding: 25px 25px 25px;/* border-bottom: 1px solid #e5e5e5; */
}
body.color02 .post-header .cat-name span {
	border: 1px solid #005990;
	color: #005990;
}
body.color02 .post-title a {
	color: #4E4E4E;
}
body.color02 .post-title a:hover {
	color: #14A0EE;
}
body.color02 .post-title a {
	color: #36373C;
}
body.color02 .post-title a:hover {
	color: #14A0EE;
}
body.color02 .post-meta-area {
	border-bottom: 1px solid #e5e5e5;
}
body.color02 .post-meta-area .post-meta-comment li {
	border-left: 1px solid #e5e5e5;
}
body.color02 .post-content hr {
	border-bottom: 1px solid #eee;
}
body.color02 .post-content h2 {
	/* border-left: 10px solid #131D2A; */
	background: #36373C;
	color: #fff;
}
body.color02 .post-content h3 {
	border-bottom: 2px solid #36373C;
}
body.color02 .post-content h4 {
	border-left: 5px solid #131D2A;
	clear: both;
}
body.color02 .post-content blockquote {
}

body.color02 .post-content blockquote:before {
	color: #e7e7e7;
}
body.color02 .post-content blockquote cite {
}
body.color02 .post-cta {
	background: #131D2A;
	color: #fff;
}
body.color02 .post-cta .cta-post-title {
	border-bottom: 1px solid #eee;
}
body.color02 .post-cta .post-cta-btn a {
	background: #F86222;
	color: #fff;
}
body.color02 .post-cta .post-cta-btn a:hover {
	background: #fa8553;
}
body.color02 .post-cta .btn {
	background: #36373C;
}
body.color02 .post-cta .btn:hover {
	background: #14A0EE;
}
body.color02 .post-share .post-share-list1 a, body.color02 .post-share .post-share-list2 a, body.color02 .post-share .post-share-list3 a, body.color02 .post-share .post-share-list4 a {
	border: 1px #eee solid;
}
body.color02 .post-share .post-share-list1 a:hover, body.color02 .post-share .post-share-list2 a:hover, body.color02 .post-share .post-share-list3 a:hover, body.color02 .post-share .post-share-list4 a:hover {
	background: #f7f7f7;
}
body.color02 .post-author {
	border: 1px solid #e5e5e5;
	color: #4E4E4E;
	background: #fff;
}
body.color02 .post-author a {
	color: #36373C;
}
body.color02 .post-author .post-author-meta {
	color: #4E4E4E;
}
body.color02 #comments {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 40px 45px;
}
body.color02 #comments h4 {
	border-bottom: 5px solid #36373C;
}
body.color02 #comments h4 i {
	color: #36373C;
}
body.color02 .comment-list > .comment {
	border-bottom: 1px #eee solid;
}
body.color02 .comment-list .children .comment-body {
	background: #f7f7f7;
}
body.color02 .cat-content {
	background: #fff;
}
body.color02 .post-loop-wrap .more-link {
	border: 1px #36373C solid;
	color: #36373C;
}
body.color02 .post-loop-wrap .more-link:hover {
	background: #36373C;
	color: #fff;
}
body.color02 .post-loop-wrap .post-footer {
	border-top: 1px #eee solid;
}
body.color02 .post-loop-wrap .post-footer a.morelink {
	background: #36373C;
	color: #fff;
}
body.color02 .pagination span, body.color02 .pagination a {
	color: #4E4E4E;
	background: #fff;
}
body.color02 .pagination a:hover {
	color: #fff;
	background: #3279BB;
}
body.color02 .pagination .current {
	background: #3279BB;
	color: #fff;
}
body.color02 .side-widget .side-title {
	background: #ebebeb;
	border: 1px solid #e4e4e4;
}
body.color02 .side-widget a {
	color: #005990;
}
body.color02 .side-widget a:hover {
	color: #005990;
}
body.color02 .side-widget ul li {
	border-bottom: 1px solid #e5e5e5;
}
body.color02 .side-widget .post-date {
	color: #999999;
}
body.color02 .widget_search {
	border: 1px solid #e5e5e5;
}
body.color02 .widget_search button {
	color: #5e6265;
}
body.color02 .recentcomments {
	color: #808080;
}
body.color02 .recentcomments a {
	color: #4E4E4E;
}
body.color02 #side .share-list-wrap {
	background: #fff;
}
body.color02 #footer {
	color: #fff;
	/* border-top: 8px solid #36373C; */
}
body.color02 #footer a {
	color: #fff;
}
body.color02 #footer a:hover {
	color: #ccc;
}
body.color02 #footer-brand-area {
	border-bottom: 1px solid #36373C;
}
body.color02 .footer-01 {
	/* background: #36373C; */
}
body.color02 .footer-02 {
	background: #2E2F33;
}
body.color02 .single-lp .lp-wrap {
	border: 1px solid #eee;
	background: #fff;
}
body.color02 .single-lp .lp-thumbnail {
	border: 1px #ccc solid;
	border: 1px #ccc solid;
}
body.color02 .single-lp #lp-header {
	background: #005990;
}
body.color02 .single-lp #lp-header h1 {
	color: #36373C;
	border-bottom: 1px solid #eee;
}
body.color02 .single-lp .lp-form {
	background: #494c4e;
	color: #fff;
}
body.color02 .single-lp .lp-form input[type=submit], body.color02 .single-lp .lp-form button {
	background: #F86222;
	color: #fff;
	border-bottom: 5px solid #e04807;
}
body.color02 .single-lp .lp-form input[type=submit]:hover, body.color02 .single-lp .lp-form button:hover {
	background: #f9743b;
}
body.color02 .pagetop {
	color: #fff;
}
body.color02 .pagetop span {


	background: #2b2b2b;
}
body.color02.single-lp #lp-header {

	background: #015a92;
}

@media screen and ( max-width: 767px ) {
body.color03 #comment {
	padding: 20px;
}
}
/* bzb_sns_btn 2016.12.20 */

.bzb-sns-btn {
	display: table-cell;
}
.bzb-sns-btn li {
	vertical-align: top;
	font-size: auto;
}
.bzb-sns-btn li.bzb-facebook {
	width: 83px;
}
.bzb-sns-btn li.bzb-twitter {
	width: 75px;
}
.bzb-sns-btn li.bzb-googleplus {
	width: 68px;
}
.bzb-sns-btn li.bzb-pocket {
	width: 86px;
}
.fb_iframe_widget span {
	vertical-align: top !important;
}
.bzb-line a img {
	vertical-align: top !important;
}

/* h2 2016.12.20 */

@media screen and ( max-width: 1200px ) {
.post-content h2 {
	margin: 80px 0 32px 0px;
	padding: 16px 16px 16px 36px;
}
}

@media screen and (max-width: 767px) {
.post-content h2 {
	margin: 80px 0 32px 0px;
	padding: 16px 16px 16px 20px;
}
}
/* single-lp h2 2016.12.20 */
.single-lp #main {
	overflow: visible;
}
.single-lp .post-content h2 {
	margin: 80px 0 32px -66px;
}

@media screen and ( max-width: 767px ) {
.single-lp .post-content h2 {
	margin: 80px 0 32px -30px;
	padding: 16px 16px 16px 20px;
}
}
/* ------------------共通------------------ */
html body.color02 {
	color: #3B3229;
	/* background: #ffffff; */
	overflow: hidden;
}
html body.color02 #content h1, html body.color02 #content h2, html body.color02 #content h3, html body.color02 #content h4, html body.color02 #content h5, html body.color02 #content h6 {
	font-family: 'Noto Sans', sans-serif;
}
html body.color02 * :not([class^="fa fa-"]) {
	/* font-family: 'Noto Sans', sans-serif; */
	font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 17px;
	line-height: 1.8;
	box-sizing: border-box;
}
@media all and (-ms-high-contrast:none) {
html body.color02 * :not([class^="fa fa-"]) {
	font-family: "segoe ui", Meiryo, /* Windows メイリオ */  MyYuGothicM, /* Windows 游ゴシック */ YuGothic, /* OS X 游ゴシック */ -apple-system, /* iOS San Francisco */ BlinkMacSystemFont, /* iOS Chrome San Francisco */ "Hiragino Kaku Gothic ProN", /* OS X, iOS ヒラギノ */ sans-serif;}
}
html body.color02 a {
	color: #0071C6;
	text-decoration: none;
}
html body.color02 a:visited {
	color: #1F51A1;
}
html body.color02 a:hover {
	color: #006FFC;
	text-decoration: none;
}
/* ------------------ヘッダー------------------ */
html body.color02 #header {
	background: #0D2645;
	height: auto;
	overflow: hidden;
}
html body.color02 #header .wrap {
	position: relative;
	padding: 1rem 0;
}
html body.color02 #header .wrap #logo {
	padding: 0;
}
html body.color02 #header .wrap #logo a img {
	/* vertical-align: -34px; */
	margin-right: 0.5rem;
}
html body.color02 #header .wrap #logo a #logo-name {
	color: #b3acaf;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
}
html body.color02 #header .wrap h1#logo a:hover {
	text-decoration: none;
}
html body.color02 #header .wrap #header-right {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
}
html body.color02 #header .wrap #header-right a, html body.color02 #header .wrap #header-right a:before {
	color: #fff;
	display: flex;
	display: -webkit-flex;
	width: 11rem;
	height: 75px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
html body.color02 #header .wrap #header-right div {
	display: inline-block;
}
html body.color02 #header .wrap #header-right a:hover {
	color: #ffffff;
	background-color: #0071c6;
	text-decoration: none;
}
html body.color02 #header .wrap #header-right .header-contact a i {
	/* font-weight: 600; */
	font-size: 1rem;
}
html body.color02 #header .wrap #header-right .header-contact a span {
	margin-left: 7px;
}

@media screen and (max-width: 767px) {
html body.color02 #header .wrap .header-contact a span {
	display: none;
}
html body.color02 #header .wrap #header-right a, html body.color02 #header .wrap #header-right a:before {
	width: 4rem;
	height: 75px;
}
}
html body.color02 #header #header-navi {
	background: #fff;
}
html body.color02 #header #header-navi div ul#menu-globalnavi {
	width: 1200px;
	margin: 0 auto;
	padding: 0.5rem 0;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
}

@media screen and (max-width: 1200px) {
html body.color02 #header #header-navi div ul#menu-globalnavi {
	width: auto;
	margin: 0 36px 0;
}
}

@media screen and (max-width: 991px) {
html body.color02 #header #header-navi div ul#menu-globalnavi {
	width: auto;
	margin: 0;
}
html body.color02 #header #header-navi div ul#menu-globalnavi li#menu-item-311 {
  display: block;
	margin: 0;
}
}
html body.color02 #header #header-navi div ul#menu-globalnavi li a {
	color: #3B3229;
	text-decoration: none;
	position: relative;
	font-size: 1.2rem;
	margin: 0 30px;
	padding: 12px 0;
	text-align: center;
	display: inline-block;
}

@media screen and (max-width: 767px) {
html body.color02 #header .wrap #logo a #logo-name {
	color: #b3acaf;
	font-size: 0.95rem;
	font-weight: 600;
	display: inline-block;/* margin-bottom: 1em; *//* margin-right: 3em; */
}
html body.color02 #header #header-navi div ul#menu-globalnavi {
	-webkit-flex-direction: norow; /* Safari */
	flex-direction: norow;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
html body.color02 #header #header-navi div ul#menu-globalnavi li#menu-item-315 {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-grow: 3; /* Safari */
	flex-grow: 3;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto 2.5%;
}
html body.color02 #header #header-navi div ul#menu-globalnavi li#menu-item-310 {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-grow: 1.5; /* Safari */
	flex-grow: 1.5;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto 2.5%;
}
html body.color02 #header #header-navi div ul#menu-globalnavi li#menu-item-311 {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-grow: 1.5; /* Safari */
	flex-grow: 1.5;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto 2.5%;
}
html body.color02 #header #header-navi div ul#menu-globalnavi li#menu-item-335 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-grow: 1; /* Safari */
	flex-grow: 1;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto 2.5%;
}
html body.color02 #header #header-navi div ul#menu-globalnavi li#menu-item-312 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-grow: 1; /* Safari */
	flex-grow: 1;
	-webkit-justify-content: center;
	justify-content: center;
	margin: auto 2.5%;
}
html body.color02 #header #header-navi div ul#menu-globalnavi li a {
	font-size: calc(1.4rem - 7px);
	font-size: 0.95rem;
	/* margin: 0 calc(30px - 3vw); */
	margin: 0 auto;
}
}
html body.color02 #header #header-navi div ul#menu-globalnavi li a:hover:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(left, transparent, #529BDC 25%, #529BDC 75%, transparent);
	background-image: linear-gradient(to right, transparent, #529BDC 25%, #529BDC 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}
/* ------------------パンくず------------------ */

html body.color02 .breadcrumb-area {
	border: none;
}
html body.color02 .breadcrumb-area .wrap {
	padding: 0.5rem 0 1rem;
}






html body.color02 .breadcrumb-area .wrap .breadcrumb li, html body.color02 .breadcrumb-area .wrap .breadcrumb li span {
	font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
html body.color02 .breadcrumb-area .wrap .breadcrumb li, html body.color02 .breadcrumb-area .wrap .breadcrumb li a span {
	font-size: 0.7rem;
}
}
html body.color02 .breadcrumb-area .wrap .breadcrumb li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	margin-right: 10px;
}
html body.color02 .breadcrumb-area .wrap .breadcrumb li a {
	padding-right: 10px;
}
/* ------------------フッター------------------ */
html body.color02 #footer {
	/* border: none; */
	background-color: #fafafa;
	border-top: 1px #0D2645 solid;
}
html body.color02 #footer .wrap {
	padding: 0;
}
html body.color02 #footer .footer-01, html body.color02 #footer .footer-03, html body.color02 #footer .footer-05 {
	color: #3B3229;
	/* background: #ffffff; */
	padding: 30px 0;
}
html body.color02 #footer .footer-01 a, html body.color02 #footer .footer-03 a, html body.color02 #footer .footer-05 a {
	color: #3B3229;
	text-decoration: none;
}
html body.color02 #footer .footer-01 a:hover, html body.color02 #footer .footer-03 a:hover, html body.color02 #footer .footer-05 a:hover {
	color: #006FFC;
}
html body.color02 #footer .footer-02, html body.color02 #footer .footer-04 {
	background: #0D2645;
	padding: 30px 0;
	text-align: center;
}
html body.color02 #footer .footer-02 a, html body.color02 #footer .footer-04 a {
	display: inline-block;
	text-decoration: none;
}
html body.color02 #footer .footer-01 .footer-01-service {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
}
html body.color02 #footer .footer-01 .footer-01-service a {
	width: 33%;
	padding: 2%;
}
html body.color02 #footer .footer-01 .footer-01-service a:hover {
	color: #3B3229;
	background: #fcf8e0;
}
html body.color02 #footer .footer-01 .footer-01-service a p {
	padding-top: 2%;
}
html body.color02 #footer .footer-01 .footer-01-service a p span {
	display: block;
	font-size: 0.95rem;
}

@media screen and (max-width: 991px) {
html body.color02 #footer .footer-01 .footer-01-service {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
html body.color02 #footer .footer-01 .footer-01-service a {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	width: 100%;
}
html body.color02 #footer .footer-01 .footer-01-service a img {
	max-width: 48%;
	padding-right: 2%;
}
}

@media screen and (max-width: 767px) {
html body.color02 #footer .footer-01 .footer-01-service a {
	margin: 0 auto;
	width: 100%;
	max-width: 384px;
}
}
html body.color02 #footer .footer-01 .footer-01-book {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;
	padding-top: 30px;
}
html body.color02 #footer .footer-01 .footer-01-book a {
	width: 25%;
	padding: 2%;
	text-align: center;
}
html body.color02 #footer .footer-01 .footer-01-book a:hover {
	color: #3B3229;
	background: #fcf8e0;
}
html body.color02 #footer .footer-01 .footer-01-book a p {
	font-size: 0.95rem;
	padding-top: 2%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
html body.color02 #footer .footer-01 .footer-01-book a {
	width: 50%;
	padding: 2%;
}
}

@media screen and (max-width: 767px) {
html body.color02 #footer .footer-01 .footer-01-service {
	-webkit-flex-direction: column; /* Safari */
	flex-direction: column;
}
html body.color02 #footer .footer-01 .footer-01-book a {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	width: 100%;
	padding: 2%;
}
html body.color02 #footer .footer-01 .footer-01-book a img {
	max-width: 183px;
	padding-right: 2%;
}
html body.color02 #footer .footer-01 .footer-01-book a p {
	padding-top: 0;
}
}
html body.color02 #footer .footer-01 .footer-01-gadgets {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	padding-top: 30px;
}
html body.color02 #footer .footer-01 .footer-01-gadgets .footer-01-gadgets-detail {
	padding: 2%;
}
html body.color02 #footer .footer-01 .footer-01-gadgets .footer-01-gadgets-detail .widgettitle {
	display: none;
}
html body.color02 #footer .footer-02 {
	padding: 17px 0;
}
html body.color02 #footer .footer-02 a {
	color: #ffffff;
}
html body.color02 #footer .footer-02 a:after {
	font-family: FontAwesome;
	display: inline-block;
	content: '\f106';
	vertical-align: middle;
	font-size: 2rem;
	padding-left: 25px;
}
html body.color02 #footer .footer-02 a:hover:after {
	-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
	-moz-animation-name: hvr-icon-bob-float, hvr-icon-bob;
	-ms-animation-name: hvr-icon-bob-float, hvr-icon-bob;
	animation-name: hvr-icon-bob-float, hvr-icon-bob;
	-webkit-animation-duration: .3s, 1.5s;
	-moz-animation-duration: .3s, 1.5s;
	-ms-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	-moz-animation-delay: 0s, .3s;
	-ms-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	-moz-animation-timing-function: ease-out, ease-in-out;
	-ms-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	-moz-animation-iteration-count: 1, infinite;
	-ms-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	-moz-animation-direction: normal, alternate;
	-ms-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}
@-webkit-keyframes hvr-icon-bob {
 0% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
 50% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 100% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
}
@keyframes hvr-icon-bob {
 0% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
 50% {
 -webkit-transform: translateY(-2px);
 transform: translateY(-2px);
}
 100% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
}
@-webkit-keyframes hvr-icon-bob-float {
 100% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
}
@keyframes hvr-icon-bob-float {
 100% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
}
html body.color02 #footer .footer-03 {
	padding-top: 0;
}
html body.color02 #footer .footer-03 .footer-03-sitemap a h3 {
	font-size: 1.4rem;
	padding: 0 0 1.4rem;
}
html body.color02 #footer .footer-03 .footer-03-sitemap a h3:before {
	font-family: FontAwesome;
	display: inline-block;
	content: '\f105';
	font-size: 1.5rem;
	padding-right: 1.2rem;
}
html body.color02 #footer .footer-03 .footer-03-sitemap a h3:hover:before {
	-webkit-transform: translateX(0.6rem);
	transform: translateX(0.6rem);
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-inner {
	padding: 1.4rem 2rem;
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-inner ul {
	padding-bottom: 2rem;
}

html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-inner ul li .outside {
	display: inline-block;
	background: #B3ACAF;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 0.5rem;
	padding: 0.3rem 0.5rem;
	font-size: 0.5rem;
	color: #fff;
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-left ul li, html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-middle ul li, html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-right ul li {
	position: relative;
	padding-left: 1rem;
	line-height: 3.0;
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-left ul li:before, html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-middle ul li:before, html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-right ul li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -0.3rem;
	border-top: 0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-bottom: 0.3rem solid transparent;
	border-left: 0.3rem solid #efede7;
}

@media screen and (min-width: 768px) {
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-inner {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-left {
	width: 60%;
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-middle, html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-right {
	width: 40%;
}
}

@media screen and (min-width: 992px) {
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-left {
	width: 46%;
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-middle, html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-right {
	width: 27%;
}
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-bottom {
	background: #efede7;
	padding: 2rem;
	width: 100%;
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-bottom ul li {
	line-height: 3.0;
}

@media screen and (min-width: 768px) {
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-bottom a h3 {
	display: inline-block;
	padding-bottom: 0;
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-bottom ul {
	float : right;
}
html body.color02 #footer .footer-03 .footer-03-sitemap .footer-03-sitemap-bottom ul li {
	display: inline-block;
	padding-left: 1.4rem;
}
}
html body.color02 #footer .footer-03 .footer-03-partner, html body.color02 #footer .footer-03 .footer-03-sns {
	padding-top: 30px;
}
html body.color02 #footer .footer-03 .footer-03-partner ul li, html body.color02 #footer .footer-03 .footer-03-sns ul li {
	display: inline-block;
	padding-top: 25px;
	vertical-align: middle;
}
html body.color02 #footer .footer-03 .footer-03-sns {
	text-align: center;
}

@media screen and (min-width: 1201px) {
html body.color02 #footer .footer-03 .footer-03-partner {
	float: left;
}
html body.color02 #footer .footer-03 .footer-03-sns {
	display: block;
	width: 100%;
	float: right;
}
html body.color02 #footer .footer-03 .footer-03-sns ul li {
	padding-top: 50px;
}
}
html body.color02 #footer .footer-04 a {
	font-size: 1.8rem;
	color: #0f2648;
	position: relative;
	border: none;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	margin: 0 auto;
	width: 440px;
	padding: 30px 30px 30px 0;
	text-decoration: none;
	background: #ffffff;
}
html body.color02 #footer .footer-04 a:after {
	font-family: FontAwesome;
	display: inline-block;
	content: '\f105';
	font-size: 2rem;
	position: absolute;
	top: 25%;
	right: 30px;
}

@media screen and (max-width: 767px) {
html body.color02 #footer .footer-04 a {
	width: calc(100% - 60px);
	padding: 6% 6% 6% 0;
}
html body.color02 #footer .footer-04 a:after {
	position: absolute;
	top : 25%;
	right: 30px;
}
}
html body.color02 #footer .footer-04 a:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
html body.color02 #footer .footer-05 .wrap {
	position: relative;
}
html body.color02 #footer .footer-05 .footer-sitemap-link:before {
	font-family: FontAwesome;
	display: inline-block;
	content: '\f105';
	font-size: 1.1rem;
	padding-right: 0.5rem;
}
html body.color02 #footer .footer-05 .footer-sitemap-link:hover:before {
	-webkit-transform: translateX(0.25rem);
	transform: translateX(0.25rem);
}
html body.color02 #footer .footer-05 .footer-copy {
	font-size: 0.95rem;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 767px) {
html body.color02 #footer .footer-05 .wrap {
	position: static;
	text-align: center;
}
html body.color02 #footer .footer-05 .footer-sitemap-link {
	padding-bottom: 30px;
	display: block;
}
html body.color02 #footer .footer-05 .footer-copy {
	position: static;
	display: block;
	transform: translateY(-0%) translateX(-0%);
 -webkit- transform: translateY(-0%) translateX(-0%);
}
}
/* ------------------margin,padding----------------- */
/*margin : top
----------------------------------------------------------------------*/
.mt0 {
	margin-top: 0px !important;
}
.mt1 {
	margin-top: 1px !important;
}
.mt2 {
	margin-top: 2px !important;
}
.mt3 {
	margin-top: 3px !important;
}
.mt4 {
	margin-top: 4px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt7 {
	margin-top: 7px !important;
}
.mt8 {
	margin-top: 8px !important;
}
.mt9 {
	margin-top: 8px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt150 {
	margin-top: 150px !important;
}
.mt200 {
	margin-top: 200px !important;
}
/*margin : left
----------------------------------------------------------------------*/
.ml0 {
	margin-left: 0px !important;
}
.ml1 {
	margin-left: 1px !important;
}
.ml2 {
	margin-left: 2px !important;
}
.ml3 {
	margin-left: 3px !important;
}
.ml4 {
	margin-left: 4px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml50 {
	margin-left: 50px !important;
}
.ml90 {
	margin-left: 90px !important;
}
.ml140 {
	margin-left: 140px !important;
}
/*margin : bottom
----------------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
/*text align
----------------------------------------------------------------------*/
.taLeft {
	text-align: left !important;
}
.taCenter {
	text-align: center !important;
}
.taRight {
	text-align: right !important;
}
/*vertical align
----------------------------------------------------------------------*/
.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.vab {
	vertical-align: bottom !important;
}
/*float
----------------------------------------------------------------------*/
.floLeft {
	float: left;
}
.floRight {
	float: right;
}
.clear {
	clear: both;
}
/*float clear
----------------------------------------------------------------------*/
.clrF:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clrF {
	display: inline-table;
	min-height: 1%;
}
/* \*/
html .clrF {
 * height:1%;
}
.clrF {
	display: block;
}

/* */

.pl_1em {
	padding-left: 1em;
}
.pl_2em {
	padding-left: 2em;
}
.pl_3em {
	padding-left: 3em;
}
.pl_4em {
	padding-left: 4em;
}
.pl_5em {
	padding-left: 5em;
}
.pr_1em {
	padding-right: 1em;
}
.pr_2em {
	padding-right: 2em;
}
.pr_3em {
	padding-right: 3em;
}
.pr_4em {
	padding-right: 4em;
}
.pr_5em {
	padding-right: 5em;
}
.item-center {
	/* display: flex; */
	/* display: -webkit-flex; */
	/* justify-content: center; */
	/* -webkit-justify-content: center; */
	margin: 1rem auto;
	width: 100%;
	display: block;
	text-align: center;
}
.item-right {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	margin: 1rem auto;
}
.item-left {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	margin: 1rem auto;
}

@media screen and (max-width: 767px) {
.pl_1em, .pl_2em, .pl_3em, .pl_4em, .pl_5em {
	padding-left: 0em;
}
.pr_1em, .pr_2em, .pr_3em, .pr_4em, .pr_5em {
	padding-right: 0em;
}
}
/* ------------------本文エリア＠約38文字----------------- */
.item-w630px {
	width: 630px;
	max-width: 100%;
	display: block;
	margin: auto;
}
/* ------------------本文エリア＠約48文字----------------- */
.item-w1000px {
	width: 1000px;
	max-width: 100%;
	display: block;
	margin: auto;
}
/* ------------------テキストサイズ----------------- */
body.color02 .small-text{
	color: #686664;
    font-size: 0.9rem !important;
}
body.color02 .small-text a,
body.color02 a .small-text {
    font-size: 0.9rem !important;
}
body.color02 .attention,
body.color02 small{
	color: #686664;
    font-size: 0.9rem !important;
}
body.color02 a .attention,
body.color02 .attention a,
body.color02 a small,
body.color02 small a{
    font-size: 0.9rem !important;
}

/* ------------------コンポーネント各種----------------- */

/* ------------------タグ各種----------------- */
body.color02 p sub, body.color02 p sup {
	font-size: 0.75em !important;
	margin-right: 0.25rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
/* ------------------type1----------------- */

body.color02 .type1{}
body.color02 .type1 p:first-child,
body.color02 .type1 h1:first-child,
body.color02 .type1 h2:first-child,
body.color02 .type1 h3:first-child,
body.color02 .type1 h4:first-child,
body.color02 .type1 h5:first-child,
body.color02 .type1 h6:first-child{
	margin-top: 0 !important;
}

body.color02 .type1 .post-header {
	background: url(../images/main_background.png);
	margin: 0 -9999px;
	padding: 0 9999px !important;
}
body.color02 .type1 .post-header .post-title {
	background: #1F51A1;
	color: #fff;

	font-size: 1.5rem;
	padding: 1.5rem;
}
body.color02 .type1 .post-header h1 {
}
body.color02 .post-content .type1 h2 {
	padding: 0.8rem 2rem 0.8rem 2rem;
	font-size: 1.35rem;
	background: #0D2645;
	color: #fff;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	margin-top: 4rem;
}

body.color02 .post-content .type1 h3 {
	color: #0d2645;
	font-size: 1.5rem;
	border: 0px;
	font-weight: bold;
	line-height: 1.5;
}
body.color02 .post-content .type1 .h3-subtitle {
	color: #c48737;
	font-size: 1.25rem;
}
body.color02 .post-content .type1 h4 {
	font-weight: bold;
	font-size: 1.125rem;
	border: 0px;
	padding: 0;
}
body.color02 .post-content .type1 h5 {
	font-weight: bold;
	font-size: 1.125rem;
}
body.color02 .post-content .type1 h6 {
	font-weight: bold;
	font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
body.color02 .type1 .post-header {
	background: url(../images/main_background.png);
	margin: 0 -3%;
	padding: 0 !important;
}
}
/* ------------------type2----------------- */
body.color02 .type2 .post-header {
	border-bottom: 1px #c5a059 solid;
	padding: 0 10px 5px;/* margin-top: 20px; */
}
body.color02 .type2 .post-header .post-title {
	color: #041125;
	font-size: 1.875rem;
	padding: 0;
}
body.color02 .type2 .post-header h1 {
	margin-bottom: 0.5rem;
}
body.color02 .post-content .type2 h2 {
	font-size: 1.875rem;
	font-weight: bold;
	background: #ffffff;
	background-image: url(../images/type2-h2.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	color: #0d2645;
	border: none;
	padding: 40px 0px 10px;
	margin: 80px 0 24px;
	line-height: 1.5;
}
body.color02 .post-content .type2 h3 {
	color: #0d2645;
	font-size: 1.5rem;
	border: 0px;
	font-weight: bold;
	line-height: 1.5;
}
body.color02 .post-content .type2 .h3-subtitle {
	color: #c48737;
	font-size: 1.25rem;
}
body.color02 .post-content .type2 h4 {
	font-weight: bold;
	font-size: 1.125rem;
	border: 0px;
	padding: 0;
}
body.color02 .post-content .type2 h5 {
	font-weight: bold;
	font-size: 1.125rem;
}
body.color02 .post-content .type2 h6 {
	font-weight: bold;
	font-size: 1.125rem;
}
/* ------------------figure----------------- */
body.color02 .post-content figure {
	margin: 2em auto;
	position: relative;
	float: none;
}
body.color02 .post-content figure.right {
    float: right;
    margin-top:0;
    margin-left: 15px;
    margin-bottom: 15px;
}
body.color02 .post-content figure.left {
    float: left;
    margin-top:0;
    margin-right: 15px;
    margin-bottom: 15px;
}
body.color02 .post-content figure img {
	max-width: 100%;
	text-align: center;/* margin: auto auto auto 0; *//* display: block; */
}
body.color02 .post-content figure figcaption {
	margin-top: 0.4em;
	text-align: center;
	font-size: 0.9rem;
}
body.color02 .post-content figure figcaption a {
	margin-top: 0.4em;
	text-align: center;
	font-size: 0.9rem;
}
figure.imgw50{
	overflow: hidden;
}
figure.imgw50 img{
	width: 50%;
	float: left;
}
@media screen and (max-width: 767px) {
body.color02 .post-content figure.right {
    float: none;
    clear: both;
    text-align: center;
    margin: 10px auto;
    display: block;
    max-width: 100%;
}
body.color02 .post-content figure.left {
    float: none;
    clear: both;
    text-align: center;
    margin: 10px auto;
    display: block;
    max-width: 100%;
}
}
/* ------------------テーブル----------------- */
/* ------------------テーブル　タイプ1----------------- */
.post-content table.table-03 {
	border-bottom: 1px #ddd solid;
	max-width: 100%;
}
.post-content table.table-03 th, .post-content table.table-03 td {
	padding: 16px 10px;/* border-top: #ddd solid 1px; */
}
.post-content table.table-03 th {
	color: #fff;
}
.post-content table.table-03 thead th {
	background: #5e6265;
}
.post-content table.table-03 tbody th {
	background: #919598;
}
.post-content table.table-line table, .post-content table.table-line th, .post-content table.table-line td {
	border-color: #fff;
}
.post-content table.table-line th {
	background: transparent;
	color: #241913;
	font-weight: bold;
}
.post-content table.table-line thead th {
	background: #5e6265;
	color: #fff;
}
.post-content table.table-line tr {
	background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
	background: #ddd;
}
.post-content table.table-03 {
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	display: flex;
	display: -webkit-flex;
}
body.color02 .post-content table.table-03 {
	border-bottom: 1px #ddd solid;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
body.color02 .post-content table.table-03 tbody {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .post-content table.table-03 tr {
	width: 100%;
	display: flex;
	-webkit-display: flex;
	border-top: #ddd solid 1px;
}
body.color02 .post-content table.table-03 th, body.color02 .post-content table.table-03 td {
	/* border-top: #ddd solid 1px; */
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
body.color02 .post-content table.table-03 th {
}
body.color02 .post-content table.table-03 td {
	width: 80%;
	border: none;
}
body.color02 .post-content table.table-03 th {
	color: #3b3229;
	font-weight: bold;
}
body.color02 .post-content table.table-03 thead th {
	/* background: #0D2645; */
	background-color: #ffffff;
}
body.color02 .post-content table.table-03 tbody th {
	background: #ffffff;
	width: 20%;
	min-width: 120px;
	border: none;
}
body.color02 .post-content table.table-line table, body.color02 .post-content table.table-line th, body.color02 .post-content table.table-line td {
	border-color: #fff;
}
body.color02 .post-content table.table-line th {
	color: #4E4E4E;
}
body.color02 .post-content table.table-line thead th {
	background: #5e6265;
	color: #fff;
}
body.color02 .post-content table.table-line tr {
	background: #eee;
}
body.color02 .post-content table.table-line tr:nth-child(2n+1) {
	background: #ddd;
}

@media screen and (max-width: 767px) {
body.color02 .post-content table.table-03 {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border-bottom: none;
	border-top: none;
}
body.color02 .post-content table.table-03 tr {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border-bottom: 1px #ddd solid;
	border-top: none;
}
body.color02 .post-content table.table-03 tr:first-child {
	border-top: 1px #ddd solid;
}
body.color02 .post-content table.table-03 th, body.color02 .post-content table.table-03 td {
	width: 100%;
	max-width: 100%;
	border-top: #ddd solid 1px;
}
body.color02 .post-content table.table-03 th {
	padding-top: 8px;
	padding-bottom: 8px
}
}
/* ------------------テーブル　タイプ2----------------- */
.post-content table.table-02 {
	border-bottom: 1px #ddd solid;
	max-width: 100%;
}
.post-content table.table-02 th, .post-content table.table-02 td {
	padding: 16px 10px;/* border-top: #ddd solid 1px; */
}
.post-content table.table-02 th {
	color: #fff;
}
.post-content table.table-02 thead th {
	background: #5e6265;
}
.post-content table.table-02 tbody th {
	background: #919598;
}
.post-content table.table-line table, .post-content table.table-line th, .post-content table.table-line td {
	border-color: #fff;
}
.post-content table.table-line th {
	background: transparent;
	color: #241913;
	font-weight: bold;
}
.post-content table.table-line thead th {
	background: #5e6265;
	color: #fff;
}
.post-content table.table-line tr {
	background: #eee;
}
.post-content table.table-line tr:nth-child(2n+1) {
	background: #ddd;
}
.post-content table.table-02 {
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	display: flex;
	display: -webkit-flex;
}
body.color02 .post-content table.table-02 {
	border-bottom: 1px #e4ba72 solid;
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
body.color02 .post-content table.table-02 tbody {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .post-content table.table-02 tr {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	border-top: #e4ba72 solid 1px;
}
body.color02 .post-content table.table-02 th, body.color02 .post-content table.table-02 td {
	/* border-top: #ddd solid 1px; */
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
body.color02 .post-content table.table-02 th {
}
body.color02 .post-content table.table-02 td {
	max-width: 80%;
	border: none;
}
body.color02 .post-content table.table-02 th {
	color: #3b3229;
	font-weight: bold;
}
body.color02 .post-content table.table-02 thead th {
	/* background: #0D2645; */
	background-color: #ffffff;
}
body.color02 .post-content table.table-02 tbody th {
	background: #ffffff;
	min-width: 25%;
	border: none;
	color: #c48737;
}
body.color02 .post-content table.table-line table, body.color02 .post-content table.table-line th, body.color02 .post-content table.table-line td {
	border-color: #fff;
}
body.color02 .post-content table.table-line th {
	color: #4E4E4E;
}
body.color02 .post-content table.table-line thead th {
	background: #5e6265;
	color: #fff;
}
body.color02 .post-content table.table-line tr {
	background: #eee;
}
body.color02 .post-content table.table-line tr:nth-child(2n+1) {
	background: #ddd;
}

@media screen and (max-width: 767px) {
body.color02 .post-content table.table-02 {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/* border-top: 1px #e4ba72 solid; */
	border-top: none;
	border-bottom: none;
}
body.color02 .post-content table.table-02 tr {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border-bottom: 1px #e4ba72 solid;
	border-top: none;
}
body.color02 .post-content table.table-02 tr:first-child {
	border-top: 1px #e4ba72 solid;
}
body.color02 .post-content table.table-02 th, body.color02 .post-content table.table-02 td {
	width: 100%;
	max-width: 100%;
	border-top: #e4ba72 solid 1px;
}
body.color02 .post-content table.table-02 th {
	padding-top: 8px;
	padding-bottom: 8px
}
}
/* ------------------リスト----------------- */
body.color02 .post-content ul > ul, body.color02 .post-content ul > ol, body.color02 .post-content ol > ol, body.color02 .post-content ol > ul {
	margin-bottom: 0px;
}
/* ------------------ulリスト----------------- */
body.color02 .post-content ul {
	list-style: none;
	position: relative;
	margin-bottom: 1rem;
	margin-left: 0.5em;
	padding-left: 0;
}
body.color02 .post-content ul li {
	position: relative;
	padding-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
body.color02 .post-content ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0.65rem;
	left: 0;
	width: 0;
	height: 0;
	border-top: 0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-bottom: 0.3rem solid transparent;
	border-left: 0.3rem solid #e4ba72;
}

@media screen and (max-width: 767px) {
body.color02 .post-content ul {
	list-style: none;
	position: relative;
	margin-bottom: 0rem;
}
}
/* ------------------olリスト----------------- */
body.color02 .post-content ol {
	list-style: none;
	position: relative;
	margin-bottom: 1rem;
	counter-reset: section;
	margin-left: 0px;
	border-bottom: 2px #efede7 solid;
	padding-top: 0.5em;/* padding-bottom: 0.5em; */
}
body.color02 .post-content ol li {
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 20px;
	margin-left: -20px;
	padding-top: 1em;
	padding-bottom: 0.5em;
	position: relative;
	border-top: 2px #efede7 solid;
	color: #3b3128;
	counter-increment: li-section;
}
body.color02 .post-content ol li:before {
	content: counters(li-section, "-") " ";
	font-size: 1.25rem;
	color: #cfa059;
	font-weight: bold;
	display: block;
	float: left;
	line-height: 1.5;
	margin-left: -1.0em;
	height: auto;
	width: auto;
}
body.color02 .post-content ol li ol {
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px;
}
body.color02 .post-content ol li ol li:before {
	margin-left: -2.75rem;
	font-weight: normal;
}
body.color02 .post-content ol li ol li {
	margin-bottom: 10px;
	padding-left: 50px;
	margin-left: -20px;
	position: relative;
	border-top: 2px #efede7 dotted;
}
body.color02 .post-content ol li ol li ol {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px;
}
body.color02 .post-content ol li ol li ol li:before {
	margin-left: -3.5em;
}
body.color02 .post-content ol li ol li ol li {
	margin-bottom: 10px;
	padding-left: 70px;
	position: relative;
	border-top: 0px;
}
body.color02 .post-content ol li ol li ol li ol li:before {
	margin-left: -4.0em;
}
body.color02 .post-content ol li ol li ol li ol li {
	margin-bottom: 10px;
	padding-left: 90px;
	position: relative;
}
body.color02 .post-content .box-ol {
	border: 5px #efede7 solid;
	padding: 1em;
	margin-bottom: 2rem;
}
body.color02 .post-content .ol-title {
	font-weight: bold;
	font-size: 1.5rem;
	color: #3b3128;
	margin: 0.5rem 0;
}
body.color02 .post-content .box-title{
	margin: 0.5rem 0;
}
/*--olリスト追記--*/
ol.num-list li ol li:nth-child(1){
	counter-reset: li-section;
}
/* ------------------dlリスト----------------- */
body.color02 .post-content dl {
	padding: 0 0 0 2.5em;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	margin-left: 0;
}
body.color02 .post-content dl dt {
	font-weight: bold;
	color: #3b3229;
	display: block;
	position: relative;
	margin: 1.5em auto 1em;
	width: 100%;
}
body.color02 .post-content dl dt:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0.85rem;
	left: -2.5em;
	width: 30px;
	height: 2px;
	background-color: #cccccc;
}
body.color02 .post-content dl dd {
	font-size: 1em;
	color: #3b3229;
	margin: 0.5em auto 1.5em;
	display: block;
	width: 100%;
}
body.color02 .post-content dl dt p{
	margin:0;
}
body.color02 .post-content dl dd p{
	margin:0;
}
/* ------------------補足説明----------------- */
body.color02 .cite {
	background-color: #efede7;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 2em;
	color: #3b3128;
	margin: 2em auto;
}
body.color02 .cite h2, body.color02 .cite h3, body.color02 .cite h4, body.color02 .cite h5, body.color02 .cite h6 {
	margin-top: 0;
	padding-top: 0;
}
body.color02 .cite p {
	margin-bottom: 1em;
}
body.color02 .cite p:last-child {
	margin-bottom: 0;
}
body.color02 .post-content .pr {
	border: 8px solid #efede7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 2em;
}
/* ------------------SNSボタンセット----------------- */
/* ------------------SNSボタンセット 01----------------- */
body.color02 .snsbutton-container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
body.color02 .snsbutton-container .button-item {
	text-align: center;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	margin: 0.5em auto;
	max-width: 24%;
}
body.color02 .snsbutton-container .button-item a {
	color: #ffffff;
	display: block;
	padding: 0.5em;
}
body.color02 .snsbutton-container .button-item a:hover {
/*filter:alpha(opacity=85);*/
	/*-moz-opacity: 0.85;*/
	/*opacity: 0.85;*/
}
body.color02 .snsbutton-container .twitter {
	background-color: #54abed;
	color: #ffffff;
}
body.color02 .snsbutton-container .facebook {
	background: #3b5a98;
}
body.color02 .snsbutton-container .google-plus {
	background: #de4e40;
}
body.color02 .snsbutton-container .hatena {
	background: #008fde;
}
body.color02 .snsbutton-container .twitter:hover, body.color02 .snsbutton-container .facebook:hover, body.color02 .snsbutton-container .google-plus:hover, body.color02 .snsbutton-container .hatena:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

@media screen and (max-width: 767px) {
body.color02 .snsbutton-container {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .snsbutton-container .button-item {
	text-align: center;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0;
	color: #ffffff;
	margin: 0.25em auto;
	min-width: 48%;
}
}
/* ------------------SNSボタンセット 02----------------- */
body.color02 .sns-container {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	width: 100%;
	height: 100%;
}
body.color02 .sns-container a {
	text-align: center;
	border: none;
	margin: 1%;
	min-width: 23%;
	color: #ffffff;
}
body.color02 .sns-container a:hover {
	color: #ffffff;
}
body.color02 .sns-container a .button-item {
	display: flex;
	display: -webkit-flex;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	padding: 0.5rem 0.5rem;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
body.color02 .sns-container a span {

	line-height: 1.25;
	color: #ffffff;
}

body.color02 .sns-container a span:hover {
	color: #ffffff;
}
body.color02 .sns-container .twitter {
	background-color: #54abed;
}
body.color02 .sns-container .twitter span {
}
body.color02 .sns-container .twitter span.icon {
}
body.color02 .sns-container .twitter span.icon::before {
	content: "\e926";
	font-size: 1.5rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .sns-container .facebook {
	background: #3b5a98;
}
body.color02 .sns-container .facebook span {
}
body.color02 .sns-container .facebook span.number {/* font-size: 1rem; *//* font-weight: bold; */
}
body.color02 .sns-container .facebook span.icon {
}
body.color02 .sns-container .facebook span.icon::before {
	content: "\e91b";
	font-size: 1rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin-right: 0.5rem;
}
body.color02 .sns-container .facebook span.share {
	font-size: 0.9rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .sns-container .google-plus {
	background: #de4e40;
}
body.color02 .sns-container .google-plus span.number {
}
body.color02 .sns-container .google-plus span.icon {
}
body.color02 .sns-container .google-plus span.icon::before {
	content: "\e91d";
	font-size: 1rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .sns-container .hatena {
	background: #008fde;
}
body.color02 .sns-container .hatena span.number {
}
body.color02 .sns-container .hatena span.icon {
}
body.color02 .sns-container .hatena span.icon::before {
	content: "\e91e";
	font-size: 1rem;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .sns-container .twitter:hover, body.color02 .sns-container .facebook:hover, body.color02 .sns-container .google-plus:hover, body.color02 .sns-container .hatena:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
body.color02 .sns-container .sns-box {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .sns-container .sns-box1 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .sns-container .sns-box2 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

@media screen and (max-width: 550px) {
body.color02 .sns-container {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .sns-container a {
	width: 50px;
	min-width: 48%;
}
body.color02 .sns-container a:hover {
}
body.color02 .sns-container a .button-item {
}
body.color02 .sns-container .twitter {
}
body.color02 .sns-container .twitter span {
}
body.color02 .sns-container .twitter span.icon {
}
body.color02 .sns-container .twitter span.icon::before {
}
body.color02 .sns-container .facebook {
}
body.color02 .sns-container .facebook span {
}
body.color02 .sns-container .facebook span.number {
}
body.color02 .sns-container .facebook span.icon {
}
body.color02 .sns-container .facebook span.icon::before {
}
body.color02 .sns-container .facebook span.share {
	font-size: 0.75rem;
}
body.color02 .sns-container .google-plus {
}
body.color02 .sns-container .google-plus span.number {
}
body.color02 .sns-container .google-plus span.icon {
}
body.color02 .sns-container .google-plus span.icon::before {
}
body.color02 .sns-container .hatena {
}
body.color02 .sns-container .hatena span.number {
}
body.color02 .sns-container .hatena span.icon {
}
body.color02 .sns-container .hatena span.icon::before {
}
body.color02 .sns-container .twitter:hover, body.color02 .sns-container .facebook:hover, body.color02 .sns-container .google-plus:hover, body.color02 .sns-container .hatena:hover {
}
body.color02 .sns-container .sns-box {
}
body.color02 .sns-container .sns-box1 {
}
body.color02 .sns-container .sns-box2 {
}
}
/* ------------------著者ボックス----------------- */

body.color02 .writer-container {
	border: 1px #efede7 solid;
	padding: 2rem;
	max-width: 100%;
	margin: 2rem auto;
}
body.color02 .writer-container p {
	margin-bottom: 1em;
}
body.color02 .writer-container .title {
	color: #c48737;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 auto 1rem;
}
body.color02 .writer-container .profile {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
body.color02 .writer-container .profile .picture {
	width: 22%;
	margin-right: 3%;
}
body.color02 .writer-container .profile .picture img {
	display: block;
}
body.color02 .writer-container .profile .profile-container {
	width: 75%;
}
body.color02 .writer-container .profile .profile-container .name {
	font-size: 1.3rem;
}
body.color02 .writer-container .profile .profile-container .position {
	font-size: 0.8rem;
	color: #686664;
}
body.color02 .writer-container .profile .profile-container .history {
	font-size: 1rem;
	margin: 1rem auto;
}

@media screen and (max-width: 767px) {
body.color02 .writer-container {
	padding: 1rem;
}
body.color02 .writer-container .title {
	color: #c48737;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 auto 1rem;
}
body.color02 .writer-container .profile {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}
body.color02 .writer-container .profile .picture {
	width: 100%;
}
body.color02 .writer-container .profile .picture img {
	display: block;
	margin: 0 auto 1rem;
}
body.color02 .writer-container .profile .profile-container {
	width: 100%;
}
}
/* ------------------ページングナビ----------------- */
body.color02 ul.pager {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	margin: 2rem 0;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: stretch;
	-webkit-align-items: stretch;
}
body.color02 ul.pager li {
	padding-left: 0;
	display: flex;
	display: -webkit-flex;
	flex-basis: auto;
	-webkit-flex-basis: auto;
	width: 49%;
}
body.color02 ul.pager li p {
	margin: 0;
}
body.color02 ul.pager li.previous {
	margin: 0 0.5em 0 0;
}
body.color02 ul.pager li.next {
	margin: 0 0 0 0.5em;
}
body.color02 ul.pager li::before {
	content: "";
	border: none;
}
body.color02 ul.pager li a {
	background-color: #efede7;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 1em;
	color: #3b3128;
	width: 100%;
}
body.color02 ul.pager li a:hover {
	background-color: #fcf8e0;
}
body.color02 ul.pager li .pager-prev {
	color: #0071c6;
	margin-bottom: 0.5em;
}
body.color02 ul.pager li .pager-prev::before {
	font-family: FontAwesome;
	display: inline-block;
	content: '\f104';
	font-size: 1.5rem;
	padding-right: 1rem;
}
body.color02 ul.pager li .pager-next {
	color: #0071c6;
	margin-bottom: 0.5em;
	text-align: right;
}
body.color02 ul.pager li .pager-next::after {
	font-family: FontAwesome;
	display: inline-block;
	content: '\f105';
	font-size: 1.5rem;
	padding-left: 1rem;
}
body.color02 ul.pager li .pager-title {
	padding: 0 1.5em 0.5em 1.5em;
}
body.color02 ul.pager li .pager-title:hover {
/* text-decoration: underline; */
}

@media screen and (max-width: 767px) {
body.color02 ul.pager {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	margin: auto 0;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 ul.pager li {
	padding-left: 0;
	display: flex;
	display: -webkit-flex;
	flex-basis: auto;
	-webkit-flex-basis: auto;
	width: 100%;
}
body.color02 ul.pager li.previous {
	margin: 0.5em 0;
}
body.color02 ul.pager li.next {
	margin: 0.5em 0;
}
}
/* ------------------関連コンテナ----------------- */
body.color02 .coherence {
	width: 100%;
	margin: 0 auto 2rem;
}

body.color02 .coherence .title {
	width: 100%;
	color: #686664;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
}
/* ------------------関連コラム----------------- */
body.color02 .article-container {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .article-container a {
	padding: 0.85rem 1rem;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	align-content: stretch;
	-webkit-align-content: stretch;
	width: 100%;
}
body.color02 .article-container a:hover {
	background-color: #fcf8e0;

}
body.color02 .article-container .article-item {
	width: 48%;
	margin: auto 2% auto 0%;
	border-bottom: 1px #e7e9e6 solid;
	padding: 1rem 0;
	display: flex;
	display: -webkit-flex;
}
body.color02 .article-container .article-item:nth-child(2n+1) {
	width: 49%;
	margin: 0 1% 0 0%;
	border-bottom: 1px #e7e9e6 solid;
	padding: 0;
}
body.color02 .article-container .article-item:nth-child(2n) {
	width: 49%;
	margin: 0 0% 0 1%;
	border-bottom: 1px #e7e9e6 solid;
	padding: 0;
}
body.color02 .article-container .article-item .article-img {
	width: 45%;
	margin-right: 3%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .article-container .article-item .article-img img {
	width: 100%;
}
body.color02 .article-container .article-item .article-title {
	width: 52%;
	color: #3b3229;
	font-size: 0.9rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

@media screen and (max-width: 767px) {
body.color02 .article-container .article-item {
	width: 100%;
	margin: auto 0%;
}
body.color02 .article-container .article-item:nth-child(2n+1) {
	width: 100%;
	margin: auto 0%;
}
body.color02 .article-container .article-item:nth-child(2n) {
	width: 100%;
	margin: auto 0%;
}
body.color02 .article-container .article-item .article-img {
	width: 17%;
	margin-right: 3%;
}
body.color02 .article-container .article-item .article-img img {
	width: 100%;
}
body.color02 .article-container .article-item .article-title {
	width: 80%;
	color: #3b3229;
	font-size: 0.9rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
}
/* ------------------関連ページ----------------- */
body.color02 .page-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
body.color02 .page-container .page-item {
	display: flex;
	display: -webkit-flex;
	width: 33.333333%;
}
body.color02 .page-container .page-item a {
	padding: 1rem;
	width: 100%;
}
body.color02 .page-container .page-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .page-container .page-item .page-img {
}
body.color02 .page-container .page-item .page-img img {
}
body.color02 .page-container .page-item .page-box {
}
body.color02 .page-container .page-item .page-box .page-title {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 1rem 0 0.5rem;
	line-height: 1.5;
}
body.color02 .page-container .page-item a .page-box .page-title {
	color: #3b3229;
}
body.color02 .page-container .page-item .page-box .page-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .page-container .page-item a .page-box .page-text {
	color: #686664;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
body.color02 .page-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .page-container .page-item {
	display: flex;
	display: -webkit-flex;
	width: 100%;
}
body.color02 .page-container .page-item a {
	padding: 1rem;
	display: flex;
	display: -webkit-flex;
}
body.color02 .page-container .page-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .page-container .page-item .page-img {
	width: 50%;
}
body.color02 .page-container .page-item .page-img img {
}
body.color02 .page-container .page-item .page-box {
	width: 50%;
	padding-left: 1rem;
}
body.color02 .page-container .page-item .page-box .page-title {
	font-size: 1.1rem;

	font-weight: bold;
	margin: 1rem 0 0.5rem;
}
body.color02 .page-container .page-item a .page-box .page-title {
	color: #3b3229;
	margin-top: 0;
}
body.color02 .page-container .page-item .page-box .page-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .page-container .page-item a .page-box .page-text {
	color: #686664;
}
}

@media screen and (max-width: 767px) {
body.color02 .page-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
body.color02 .page-container .page-item {
	width: 100%;
	max-width: 384px;
}
body.color02 .page-container .page-item a {
	padding: 1rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
body.color02 .page-container .page-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .page-container .page-item .page-img {
	width: 100%;
	max-width: 384px;
}
body.color02 .page-container .page-item .page-img img {
}
body.color02 .page-container .page-item .page-box {
	width: 100%;
	padding-left: 0;
}
body.color02 .page-container .page-item .page-box .page-title {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 1rem 0 0.5rem;
}
body.color02 .page-container .page-item a .page-box .page-title {
	color: #3b3229;
}
body.color02 .page-container .page-item .page-box .page-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .page-container .page-item a .page-box .page-text {
	color: #686664;
}
}
/* ------------------関連本----------------- */
/* ------------------関連本 背景灰色----------------- */
body.color02 .bg-gray .books-item {
	padding: 0.25rem;
}
body.color02 .bg-gray .books-item a {
	background-color: #f4f6f5;
}
/* ------------------関連本 3冊----------------- */
body.color02 .books-3-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .books-3-container .books-item {
	display: flex;
	display: -webkit-flex;
	width: 33.333333%;
}
body.color02 .books-3-container .books-item a {
	padding: 1.5rem;

	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: stretch;
	-webkit-align-items: stretch;
}
body.color02 .books-3-container .books-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .books-3-container .books-item .books-img {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	align-content: flex-end;
	-webkit-align-content: flex-end;
}
body.color02 .books-3-container .books-item .books-img img {
	margin: 0;
	max-width: 100%;
	width: 105px;
	height: auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-webkit-align-content: center;
}
body.color02 .books-3-container .books-item .books-box {
	width: 100%;
}
body.color02 .books-3-container .books-item .books-box .books-title {
	font-size: 1rem;
	margin: 1rem 0 0.5rem;
}
body.color02 .books-3-container .books-item a .books-box .books-title {
	color: #3b3229;
	font-size: 0.8rem;
}
body.color02 .books-3-container .books-item .books-box .books-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .books-3-container .books-item a .books-box .books-text {
	color: #686664;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
body.color02 .books-3-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .books-3-container .books-item {
	display: flex;
	display: -webkit-flex;
	width: 100%;
}
body.color02 .books-3-container .books-item a {
	/* padding: 1rem; */
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .books-3-container .books-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .books-3-container .books-item .books-img {
	width: 50%;
	max-width: 183px;
}
body.color02 .books-3-container .books-item .books-img img {
	display: flex;
	display: -webkit-flex;
	max-width: 183px;
	margin: 0;
}
body.color02 .books-3-container .books-item .books-box {
	min-width: 50%;
	padding-left: 1rem;
}
body.color02 .books-3-container .books-item .books-box .books-title {
	font-size: 1rem;
	margin: 1rem 0 0.5rem;
}
body.color02 .books-3-container .books-item a .books-box .books-title {
	color: #3b3229;
}
body.color02 .books-3-container .books-item .books-box .books-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .books-3-container .books-item a .books-box .books-text {
	color: #686664;
}
}

@media screen and (max-width: 767px) {
body.color02 .books-3-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
body.color02 .books-3-container .books-item {
	width: 100%;/* max-width: 384px; */
}
body.color02 .books-3-container .books-item a {
	padding: 2rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}
body.color02 .books-3-container .books-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .books-3-container .books-item .books-img {
	width: 40%;
	max-width: 183px;
	align-items: center;
}
body.color02 .books-3-container .books-item .books-img img {
	margin: 0;
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
body.color02 .books-3-container .books-item .books-box {
	min-width: 60%;
	height: auto;
	padding-left: 1rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .books-3-container .books-item .books-box .books-title {
	font-size: 0.9rem;
	margin: 1rem 0 0.5rem;
}
body.color02 .books-3-container .books-item a .books-box .books-title {
	color: #3b3229;
}
body.color02 .books-3-container .books-item .books-box .books-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .books-3-container .books-item a .books-box .books-text {
	color: #686664;
}
}
/* ------------------関連本 4冊----------------- */
body.color02 .books-4-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .books-4-container .books-item {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	width: 25%;
}
body.color02 .books-4-container .books-item a {
	padding: 2.5rem;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
	align-content: stretch;
	-webkit-align-content: stretch;
}
body.color02 .books-4-container .books-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .books-4-container .books-item .books-img {
	height: 206px;
	max-width: 145px;
}
body.color02 .books-4-container .books-item .books-img img {
	margin: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
body.color02 .books-4-container .books-item .books-box {
	width: 100%;
	margin-top: 1rem;
}
body.color02 .books-4-container .books-item .books-box .books-title {
	font-size: 0.9rem;
	margin: 0;
}
body.color02 .books-4-container .books-item a .books-box .books-title {
	color: #3b3229;
}
body.color02 .books-4-container .books-item a .books-box .books-title:hover {
	color: #3b3229;
}
body.color02 .books-4-container .books-item .books-box .books-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .books-4-container .books-item a .books-box .books-text {
	color: #686664;
}
body.color02 .books-4-container .books-item a .books-box .books-text:hover {
	color: #686664;
}
body.color02 .books-4-container .books-item a .books-box .books-text:hover {
	color: #686664;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
body.color02 .books-4-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .books-4-container .books-item {
	display: flex;
	display: -webkit-flex;
	width: 50%;
}
body.color02 .books-4-container .books-item a {
	/* padding: 1rem; */
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .books-4-container .books-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .books-4-container .books-item .books-img {
/* width: 50%; */
	/* max-width: 183px; */
}
body.color02 .books-4-container .books-item .books-img img {
	display: flex;
	display: -webkit-flex;
	margin: 0;
}
body.color02 .books-4-container .books-item .books-box {
	min-width: 50%;
	padding-left: 1rem;
}
body.color02 .books-4-container .books-item .books-box .books-title {
	font-size: 1rem;
	margin: 1rem 0 0.5rem;
}
body.color02 .books-4-container .books-item a .books-box .books-title {
	color: #3b3229;
}
body.color02 .books-4-container .books-item .books-box .books-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .books-4-container .books-item a .books-box .books-text {
	color: #686664;
}
}

@media screen and (max-width: 767px) {
body.color02 .books-4-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
body.color02 .books-4-container .books-item {
	width: 100%;/* max-width: 384px; */
}
body.color02 .books-4-container .books-item a {
	padding: 1rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}
body.color02 .books-4-container .books-item a:hover {

	background-color: #fcf8e0;
}
body.color02 .books-4-container .books-item .books-img {
	/* width: 40%; */
	/* max-width: 183px; */
	/* align-items: center; */
	max-height: 155px;
	min-height: 155px;
	max-width: 105px;
	min-width: 105px;
	align-items: center;
	-webkit-align-items: center;
	align-content: center;
	-webkit-align-content: center;
}
body.color02 .books-4-container .books-item .books-img img {
	margin: 0;
	/* width: 100%; */
	display: flex;
	display: -webkit-flex;
}
body.color02 .books-4-container .books-item .books-box {
	/* min-width: 60%; */
	height: auto;
	padding-left: 1rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .books-4-container .books-item .books-box .books-title {
	font-size: 0.9rem;
	margin: 1rem 0 0.5rem;
}
body.color02 .books-4-container .books-item a .books-box .books-title {
	color: #3b3229;
}
body.color02 .books-4-container .books-item .books-box .books-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .books-4-container .books-item a .books-box .books-text {
	color: #686664;
}
}
/* ------------------サービス アーカイブ----------------- */
body.color02 .service-container {
	margin-bottom: 0rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .service-container .service-item {
	display: flex;
	display: -webkit-flex;
	width: 33.333333%;
}
body.color02 .service-container .service-item a {

	padding: 1rem;
	width: 100%;
}
body.color02 .service-container .service-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .service-container .service-item .service-img {
	width: 361px;
	max-width: 100%;
	height: auto;
	/* max-height: 100%; */
	/* background-color: #fff; */
	display: block;
	margin: auto auto 1rem auto;
	text-align: center;
}
body.color02 .service-container .service-item .service-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
body.color02 .service-container .service-item .service-box {
}
body.color02 .service-container .service-item .service-box .service-title {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 1rem 0 0.5rem;
}
body.color02 .service-container .service-item a .service-box .service-title {
	color: #3b3229;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	line-height: 1.5;
	font-size: 1.2rem;
}
body.color02 .service-container .service-item .service-box .service-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .service-container .service-item a .service-box .service-text {
	color: #686664;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
body.color02 .service-container {
	margin-bottom: 0rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .service-container .service-item {
	display: flex;
	display: -webkit-flex;
	width: 100%;
}
body.color02 .service-container .service-item a {
	padding: 1rem;
	display: flex;
	display: -webkit-flex;
}
body.color02 .service-container .service-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .service-container .service-item .service-img {
	width: 50%;
	margin-top: 0;
}
body.color02 .service-container .service-item .service-img img {
}
body.color02 .service-container .service-item .service-box {
	width: 50%;
	padding-left: 1rem;
}
body.color02 .service-container .service-item .service-box .service-title {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 1rem 0 0.5rem;
}
body.color02 .service-container .service-item a .service-box .service-title {
	color: #3b3229;
	margin-top: 0;
}
body.color02 .service-container .service-item .service-box .service-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .service-container .service-item a .service-box .service-text {
	color: #686664;
}
}

@media screen and (max-width: 767px) {
body.color02 .service-container {
	margin-bottom: 0rem;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
body.color02 .service-container .service-item {
	width: 100%;
	max-width: 384px;
}
body.color02 .service-container .service-item a {
	padding: 1rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
body.color02 .service-container .service-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .service-container .service-item .service-img {
	width: 100%;
	max-width: 384px;
}
body.color02 .service-container .service-item .service-img img {
}
body.color02 .service-container .service-item .service-box {
	width: 100%;
	padding-left: 0;
}
body.color02 .service-container .service-item .service-box .service-title {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 1rem 0 0.5rem;
}
body.color02 .service-container .service-item a .service-box .service-title {
	color: #3b3229;
}
body.color02 .service-container .service-item .service-box .service-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .service-container .service-item a .service-box .service-text {
	color: #686664;
}
}
/* ------------------ボタン類----------------- */
/* ------------------ボタン基本設定----------------- */
body.color02 .link-button {
	border: 1px #3b3229 solid;
	margin: 0.5rem auto;
	padding: 0rem 0.75rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
body.color02 .link-button span {
	width: 100%;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .link-button span::after {
	font-family: FontAwesome;
	display: inline-flex;
	display: -webkit-inline-flex;
	content: '\f105';
	font-size: 1.25rem;
	position: relative;
	margin-left: 2rem;
}
/* ------------------ボタン類詳細設定----------------- */
/* ------------------内部リンク----------------- */
body.color02 a.internal {
}
body.color02 a.internal .link-button {
	background: #0071c6;
	color: #ffffff;
	border: none;
}
body.color02 a.internal .link-button:hover {
	background-color: #0695fc;
}
body.color02 a.internal .link-button span {
	font-size: 0.95rem;
}
body.color02 a.internal .link-button span::after {
	font-size: 1.2rem;
}
/* ------------------外部リンク----------------- */
body.color02 a.external {
}
body.color02 a.external .link-button {
	background: #008a55;
	color: #ffffff;
	border: none;
}
body.color02 a.external .link-button:hover {
	background-color: #00a361;
}
body.color02 a.external .link-button span {
	font-size: 0.95rem;
}
body.color02 a.external .link-button span::after {
	font-size: 1.2rem;
}
/* ------------------詳細を見る----------------- */
body.color02 a.more {
}
body.color02 a.more .link-button {
	background: #ffffff;
	color: #0c78bb;
	border: 1px #0c78bb solid;
}
body.color02 a.more .link-button:hover {
	background-color: #0c78bb;
	color: #ffffff;
}
body.color02 a.more .link-button span {
	font-size: 1rem;
}
body.color02 a.more .link-button span::after {
	font-size: 1.5rem;
	margin-left: 5vw;
}
/* ------------------問い合わせ----------------- */
body.color02 a.contact {
}
body.color02 a.contact .link-button {
	background: #ffffff;
	color: #0071c6;
	border: 2px #0d2645 solid;
	padding: 0.75rem 1rem;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
body.color02 a.contact .link-button:hover {
	background-color: #0d2645;
	color: #ffffff !important;
}
body.color02 a.contact .link-button span {
	font-size: 1rem;
	font-weight: bold;
}
body.color02 a.contact .link-button span::after {
	font-size: 2rem;
	font-weight: normal;
	color: #0d2645;
}
/* ------------------コラムをもっと見る----------------- */
body.color02 a.top-more {width: 270px !important;display: block !important;text-align: center;margin: 2rem auto !important;height: 51px;}
body.color02 a.top-more .link-button {
	background: #e4ba72;
	color: #0d2645;
	font-weight: bold;
	border: none;
	padding: 0.25rem 1rem;
	margin: auto;
	width: 270px;
	height: 51px;
}
body.color02 a.top-more .link-button:hover {
	background-color: #f4f6f5;
	color: #0d2645;
}
body.color02 a.top-more .link-button span {
	font-size: 1rem;
}
body.color02 a.top-more .link-button span::after {
	font-size: 1.5rem;
	display: inline-block;
	margin: auto 0 auto auto;
	/* float: right; */
}
/* ------------------カテゴリナビボタン----------------- */
body.color02 a.navi {
}
body.color02 a.navi .link-button {
	background: #efede7;
	color: #3b3128;
	border: none;
	padding: 1rem 1rem;
}
body.color02 a.navi .link-button:hover {
	background-color: #fcf8e0;
	color: #3b3128;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
body.color02 a.navi .link-button span {
	font-size: 1rem;
	justify-content: space-between;
	line-height: 1.5;
}
body.color02 a.navi .link-button span::after {
	font-size: 1.5rem;
	margin-left: 1rem;
	color: #b3acaf;
}
/* ------------------戻るボタン----------------- */
body.color02 a.back {
	margin: 1rem 0;
	display: flex;
	display: -webkit-flex;
	width: 100%;
}
body.color02 a.back .link-button {
	display: flex;
	display: -webkit-flex;
	background: #0d2645;
	color: #ffffff;
	font-weight: bold;
	border: 1px #0d2645 solid;
	padding: 0.25rem 1rem;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
}

body.color02 a.back .link-button:hover {
	background-color: #ffffff;
	border: 1px #0d2645 solid;
	color: #0d2645;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
body.color02 a.back .link-button span {
	font-size: 1rem;
	justify-content: center;
	-webkit-justify-content: center;
}
body.color02 a.back .link-button span::after {
	font-size: 1.5rem;
	margin-left: 5vw;
	content: "";
}
body.color02 a.back .link-button span::before {
	font-family: FontAwesome;
	display: inline-flex;
	display: -webkit-inline-flex;
	content: '\f104';
	font-size: 1.5rem;
	position: relative;
	margin-right: 1rem;
}
/* ------------------外部サイトアイコン----------------- */
body.color02 .external-icon {
	width: auto !important;
}
body.color02 .external-icon::after {
	font-size: 0.7rem !important;
	content: '外部サイト' !important;
	padding: 0.25rem 0.25rem 0.25rem 0.25rem;
	position: relative;
	color: #3b3128 !important;
	background-color: #e4e764;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-flex;
	display: -webkit-inline-flex;
	width: 4rem;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
/* ------------------事例----------------- */
body.color02 .example-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
body.color02 .example-container .example-item {
	display: flex;
	display: -webkit-flex;
	width: 25%;
}
body.color02 .example-container .example-item a {
	padding: 1rem;
	width: 100%;
}
body.color02 .example-container .example-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .example-container .example-item .example-img {
	width: 361px;
	max-width: 100%;
	/* height: 180px; */
	/* max-height: 100%; */
	background-color: #fff;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 180px;
	max-height: 100%;
}
body.color02 .example-container .example-item .example-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
body.color02 .example-container .example-item .example-box {
}
body.color02 .example-container .example-item .example-box .example-title {
	font-size: 1rem;
	margin: 1rem 0 0.5rem;
	line-height: 1.5;
}
body.color02 .example-container .example-item .example-box .example-text {
	font-size: 0.8rem;

	margin: 0.5rem 0 1rem;
}
body.color02 .example-container .example-item a .example-box .example-text {
	color: #686664;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
body.color02 .example-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .example-container .example-item {
	display: flex;
	display: -webkit-flex;
	width: 100%;
}
body.color02 .example-container .example-item a {
	padding: 1rem;
	display: flex;
	display: -webkit-flex;
}
body.color02 .example-container .example-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .example-container .example-item .example-img {width: 50%;height: 180px;}
body.color02 .example-container .example-item .example-img img {
}
body.color02 .example-container .example-item .example-box {
	width: 50%;
	padding-left: 1rem;
}
body.color02 .example-container .example-item .example-box .example-title {
	margin: 0 0 0.5rem;
}
body.color02 .example-container .example-item .example-box .example-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .example-container .example-item a .example-box .example-text {
	color: #686664;
}
}

@media screen and (max-width: 767px) {
body.color02 .example-container {
	margin-bottom: 2rem;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
body.color02 .example-container .example-item {
	width: 100%;
	max-width: 384px;
}
body.color02 .example-container .example-item a {
	padding: 1rem;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
body.color02 .example-container .example-item a:hover {
	background-color: #fcf8e0;
}
body.color02 .example-container .example-item .example-img {
	width: 100%;
	max-width: 384px;
}
body.color02 .example-container .example-item .example-img img {
}
body.color02 .example-container .example-item .example-box {
	width: 100%;
	padding-left: 0;
}
body.color02 .example-container .example-item .example-box .example-title {
	margin: 1rem 0 0.5rem;
}
body.color02 .example-container .example-item .example-box .example-text {
	font-size: 0.8rem;
	margin: 0.5rem 0 1rem;
}
body.color02 .example-container .example-item a .example-box .example-text {
	color: #686664;
}
}
/* ------------------スタッフ一覧----------------- */

body.color02 .staff-container {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-bottom: 2rem;
}
body.color02 .staff-container .staff-item {
	display: flex;
	display: -webkit-flex;
	width: 50%;
	border: 1px #cccccc solid;
	margin-left: -1px;
	margin-top: -1px;
}
body.color02 .staff-container .staff-item a {
	width: 100%;
	height: 100%;
	color: #3b3229;
	padding: 1.5rem;
}

body.color02 .staff-container .staff-item a:hover {
	background-color: #fcf8e0;
	color: #3b3229;
}
body.color02 .staff-container .staff-item .staff-box-1 {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 0.75rem;
}
body.color02 .staff-container .staff-item .staff-box-1 .staff-name {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
}
body.color02 .staff-container .staff-item .staff-box-1 .staff-position {
	font-size: 0.9rem;
}
body.color02 .staff-container .staff-item .staff-box-2 {
	display: flex;
	display: -webkit-flex;
}
body.color02 .staff-container .staff-item .staff-box-2 .staff-picture {
	margin-top: 0.3em;
	max-height: 210px;
	min-height: 210px;
	max-width: 210px;
	min-width: 210px;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;

}
body.color02 .staff-container .staff-item .staff-box-2 .staff-picture img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display:inline-block;
}
body.color02 .staff-container .staff-item .staff-box-2 .staff-history {
	padding-left: 0.9rem;
	line-height: 1.5;
	width: 75%;
	color: #686664;
}
body.color02 .staff-container .staff-item .staff-box-2 .staff-history p {
	margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
body.color02 .staff-container {
}
body.color02 .staff-container .staff-item {
	width: 100%;
}
body.color02 .staff-container .staff-item a {
}
body.color02 .staff-container .staff-item a:hover {
}
body.color02 .staff-container .staff-item .staff-box-1 {
}
body.color02 .staff-container .staff-item .staff-box-1 .staff-name {
}
body.color02 .staff-container .staff-item .staff-box-1 .staff-position {
}
body.color02 .staff-container .staff-item .staff-box-2 {
}
body.color02 .staff-container .staff-item .staff-box-2 .staff-picture {
}
body.color02 .staff-container .staff-item .staff-box-2 .staff-picture img {
}
body.color02 .staff-container .staff-item .staff-box-2 .staff-history {
}
}

@media screen and (max-width: 767px) {
body.color02 .staff-container {
}
body.color02 .staff-container .staff-item {
	width: 100%;
}
body.color02 .staff-container .staff-item a {
}
body.color02 .staff-container .staff-item a:hover {
}
body.color02 .staff-container .staff-item .staff-box-1 {
	flex-direction: column;
	-webkit-flex-direction: column;
}
body.color02 .staff-container .staff-item .staff-box-1 .staff-name {
}
body.color02 .staff-container .staff-item .staff-box-1 .staff-position {
}
body.color02 .staff-container .staff-item .staff-box-2 {
	flex-direction: column;
	-webkit-flex-direction: column;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .staff-container .staff-item .staff-box-2 .staff-picture {
	/* max-height: 180px; */
	/* max-width: 180px; */
	/* min-height: 180px; */
	/* min-width: 180px; */
}
body.color02 .staff-container .staff-item .staff-box-2 .staff-picture img {
}
body.color02 .staff-container .staff-item .staff-box-2 .staff-history {
	width: 90%;
	margin: 1rem auto;
}
}
/* ------------------カテゴリナビ----------------- */
/* ------------------カテゴリアイコン----------------- */
body.color02 .category-icon {
	display: inline-flex;
	display: -webkit-inline-flex;
	padding: 0.25rem 0.5rem;
	background: #cccccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0.25rem 0.25rem 0.25rem 0;
}
body.color02 a .category-icon {
	background-color: #efede7;
	color: #3b3128;
}
body.color02 a .category-icon:hover {
	background-color: #fcf8e0;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	color: #3b3128;
}
body.color02 .article {
	background-color: #d6edf5;
}
body.color02 a .article {
	background-color: #efede7;
	color: #3b3128;
}
body.color02 a .article:hover {
	background-color: #fcf8e0;
	color: #3b3128;
}
body.color02 .news {
	background-color: #f4f6f5;
}
body.color02 a .news {
	background-color: #efede7;
	color: #3b3128;
}
body.color02 a .news:hover {
	background-color: #fcf8e0;
	color: #3b3128;
}
/* ----------------カテゴリナビ　共通部分--------------- */
body.color02 .category-navi-container {
	margin: 4rem 0;
}
body.color02 .category-navi-container .navi-title {
	border-top: 2px #cfa059 solid;
	font-weight: bold;
	font-size: 1.25rem;
	padding: 1rem 0;
}
body.color02 .category-navi-container .navi-item {
	margin-bottom: 1.5rem;
	display: inline-flex;
	display: -webkit-inline-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
/* ----------------カテゴリナビ　コラム・お知らせ--------------- */
body.color02 .category-navi-container .icon a {
	margin: 0.25rem 0.5rem 0.25rem 0;
	width: auto;
	height: auto;
	display: inline-flex;
	display: -webkit-inline-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .category-navi-container .icon a span {
	margin: 0;/* font-size: 0.9rem; */
}
/* ----------------カテゴリナビ　コラム・お知らせ以外--------------- */

body.color02 .category-navi-container .button {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	width: 100%;
}
body.color02 .category-navi-container .button a {
	width: 32%;
	margin: 0.25rem 0.5rem 0.25rem 0;
}
body.color02 .category-navi-container .button a:nth-child(3n) {
	width: 32.5%;
	margin: 0.25rem 0 0.25rem 0;
}
body.color02 .category-navi-container .button a p {
	width: 100%;
	height: 100%;
	margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
body.color02 .category-navi-container .button a {
	width: 49%;
	margin: 0.25rem 0.5rem 0.25rem 0;
}
body.color02 .category-navi-container .button a:nth-child(2n) {
	width: 49%;
	margin: 0.25rem 0 0.25rem 0 !important;
}
body.color02 .category-navi-container .button a:nth-child(3n) {
	width: 49%;
	margin: 0.25rem 0.5rem 0.25rem 0;
}
}

@media screen and (max-width: 767px) {
body.color02 .category-navi-container .button a {
	width: 100%;
	margin: 0.25rem 0rem;
}
body.color02 .category-navi-container .button a:nth-child(2n) {
	width: 100%;
	margin: 0.25rem 0;
}
body.color02 .category-navi-container .button a:nth-child(3n) {
	width: 100%;
	margin: 0.25rem 0;
}
}
/* ----------------フォーム--------------- */
/* form
---------------------------------------- */
form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form textarea, form select {
	border-radius: 3px;
	padding: 8px 13px;
	max-width: 100%;
	border: 1px #b3acaf solid;
	background-color: #efede7;
	outline: none;
	box-sizing: border-box;
}
form input[type="text"]:hover, form input[type="email"]:hover, form input[type="url"]:hover, form input[type="tel"]:hover, form input[type="number"]:hover, form input[type="date"]:hover, form textarea:hover, form select:hover {
	border: 1px #0071c6 solid;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
form input:focus, form textarea:focus, form select:focus {
	background-color: #ffffff;
}
form textarea {

	width: 80%;
}
form input[type="submit"], form button {
	padding: 12px 20px;
	border: none;
}
form input[type="submit"]:hover, form button:hover {
	cursor: pointer;
}
/* search */
#searchform {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding-bottom: 0;
	border-radius: 2px;

}
#searchform div {
	position: relative;
	padding-right: 40px;
}
#searchform label {
	display: none;
}
#searchform input[type=text] {
	line-height: 18px;
	padding: 8px 13px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	float: left;
}
#searchform button {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	vertical-align: top;
	line-height: 18px;
	border: none;
	border-radius: 3px;
	width: 40px;
	padding: 8px 5px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: transparent;
	font-family: 'FontAwesome';
	font-size: 21px;
	color: #808080;
}
#searchform button:hover {
	cursor: pointer;
}
/* ----------------Formの枠線--------------- */
body.color02 .form-container {
	border-top: 1px #cccccc solid;
}
body.color02 .form-container .form-item {
	border-bottom: 1px #cccccc solid;
	padding: 1rem 0 0;
}
body.color02 .form-container .form-item .form-title {
	color: #3b3229;
	font-weight: bold;
	margin: 0 auto 1rem;
}

@media screen and (max-width: 767px) {
body.color02 .form-container .form-item {
	padding-bottom: 1.5rem;
}
body.color02 .form-container .form-item .form-title {
	border-bottom: 1px #cccccc solid;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
}
/* ----------------コンタクトフォーム７　wpcf7--------------- */
body.color02 form.wpcf7-form span.wpcf7-list-item {
	display: flex;
	display: -webkit-flex;
	margin: 0 0 0 0.5rem;
}
body.color02 form.wpcf7-form input[type="radio"], body.color02 form.wpcf7-form input[type="checkbox"] {
	display: none;
}
body.color02 form.wpcf7-form {
}
body.color02 form.wpcf7-form .sp-none{
  display: inline-block;
}
body.color02 form.wpcf7-form .pc-none{
  display: none;
}
body.color02 form.wpcf7-form p {
	line-height: 1.2;
}
body.color02 form.wpcf7-form p span.inline-block {
	display: inline-block;
}
body.color02 form.wpcf7-form p label {
	line-height: 1.2;
}
body.color02 form.wpcf7-form p label span.ex {
	font-size: 0.8rem;
	color: #686664;
	line-height: 1.2 !important;
}
body.color02 form.wpcf7-form p label span.ex a {
	font-size: 0.8rem;
}
body.color02 form.wpcf7-form p label .wpcf7-form-control-wrap {
/* display: flex; */
	/* display: -webkit-flex; */
}
body.color02 form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-form-control {
}
body.color02 form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-text {
}
body.color02 form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-number {
}
body.color02 form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-date {
}
body.color02 form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-textarea {
}
body.color02 form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-radio {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
body.color02 form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-checkbox {
}
body.color02 form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-select {
}
body.color02 form.wpcf7-form [class^="wpcf7-form-control-wrap acceptance-"] {
/* width: 3rem; */
	/* height: 2rem; */
	/* display: inline-flex; */
	/* margin: 0; */
	/* padding: 0; */
}
body.color02 form.wpcf7-form .wpcf7-acceptance {
}
body.color02 form.wpcf7-form p label .wpcf7-form-control-wrap .wpcf7-quiz {
}
body.color02 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0 1rem 0.5rem 0;
	padding: 0.5rem 0.5rem 0.5rem 3rem;
	border-radius: 3px;
	/* background-color: #f6f7f8; */
	vertical-align: middle;
	cursor: pointer;
	line-height: 1.5;
}
body.color02 form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0 1rem 0.5rem 0;
	padding: 0.5rem 0.5rem 0.5rem 3rem;
	border-radius: 3px;
	/* background-color: #f6f7f8; */
	vertical-align: middle;
	cursor: pointer;
}
body.color02 form.wpcf7-form [class^="wpcf7-form-control-wrap acceptance-"] {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 3px;
	/* background-color: #f6f7f8; */
	vertical-align: middle;
	cursor: pointer;
}
body.color02 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label:hover, body.color02 form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label:hover, body.color02 form.wpcf7-form [class^="wpcf7-form-control-wrap acceptance-"]:hover {
}
body.color02 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label:hover::after, body.color02 form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label:hover::after, body.color02 form.wpcf7-form [class^="wpcf7-form-control-wrap acceptance-"]:hover::after {
	border-color: #006ffc;
	content: '';
}
body.color02 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 24px;
	display: block;
	/* margin-top: -5px; */
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0;
	content: '';
}
body.color02 form.wpcf7-form .wpcf7-radio .wpcf7-list-item-label::after {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 21px;
	height: 21px;
	border: 1px solid #b3acaf;
	background-color: #efede7;
	border-radius: 50%;
	content: '';
}
body.color02 form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label::after, body.color02 form.wpcf7-form [class^="wpcf7-form-control-wrap acceptance-"]::after {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #b3acaf;
	background-color: #efede7;
	border-radius: 6px;
	content: '';
}
body.color02 form.wpcf7-form .wpcf7-radio input:checked + span.wpcf7-list-item-label::before {
	opacity: 1;
	z-index: 99;
}
body.color02 form.wpcf7-form .wpcf7-radio input:checked + span.wpcf7-list-item-label::after {
	background-color: #0071c6;
	border: 1px solid #0071c6;
	content: '';
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
body.color02 form.wpcf7-form .wpcf7-checkbox span.wpcf7-list-item-label::before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 22px;
	display: block;
	margin-top: -6px;
	width: 6px;
	height: 9px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.color02 form.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	opacity: 1;
	z-index: 99;
}
body.color02 form.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	background-color: #0071c6;
	border: 1px solid #0071c6;
	content: '';
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
body.color02 form.wpcf7-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 2.5rem;
}
body.color02 form.wpcf7-form [class^="wpcf7-form-control-wrap menu-"]::before {
	position: absolute;
	top: -35%;
	right: 30px;
	width: 0;
	height: 0;
	margin: 0;
	font-family: FontAwesome;
	display: inline-block;
	content: '\f107';
	vertical-align: middle;
	font-size: 1.5rem;
	color: #0071c6;
}
body.color02 form.wpcf7-form select:checked + [class^="wpcf7-form-control-wrap menu-"]::before {
	position: absolute;
	top: -40%;
	right: 30px;
	width: 0;
	height: 0;
	margin: 0;
	font-family: FontAwesome;
	display: inline-block;
	content: '\f106';
	vertical-align: middle;
	font-size: 1.5rem;
	color: #0071c6;
}

@media screen and (max-width: 767px) {
body.color02 form.wpcf7-form p span.inline-block {
    display: block;
    margin: 2.1rem 0;
}
body.color02 form.wpcf7-form .sp-none{
  display: none;
}
body.color02 form.wpcf7-form .pc-none{
  display: inline-block;
}
}
/* ----------------お知らせ--------------- */
/* ----------------お知らせ01--------------- */
body.color02 .news-container {
	display: flex;
	display: -webkit-flex;
	position: relative;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
body.color02 .news-container .news-item {
	width: 100%;
	margin: 1rem auto 2rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	align-content: stretch;
	-webkit-align-content: stretch;
}
body.color02 .news-container .news-item::after {
	content: '';
	/* width: 0; */
	/* height: 0; */
	/* margin-top: -0.3rem; */
	/* border-top: 0.3rem solid transparent; */
	/* border-right: 0.3rem solid transparent; */
	/* border-bottom: 0.3rem solid transparent; */
	/* border-left: 0.3rem solid #cccccc; */
}
body.color02 .news-container .news-item .news-box {
	height: 100%;
}
body.color02 .news-container .news-item .news-box-1 {
	display: flex;
	display: -webkit-flex;
	height: 100%;
	width: 20%;
	min-width: 16rem;
}
body.color02 .news-container .news-item .news-box-2 {
	display: flex;
	display: -webkit-flex;
	align-content: stretch;
	-webkit-align-content: stretch;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin: auto 1rem;
	width: 80%;
	height: 100%;
}
body.color02 .news-container .news-item .date {
	min-width: 9rem;
}
body.color02 .news-container .news-item .category {
	width: 6rem;
	height: 2rem;
	font-size: 0.75rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color: #f4f6f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.25rem;
	margin: 0;
}
body.color02 .news-container .news-item .title {
}
body.color02 .news-container .news-item a {
	width: auto;
	height: auto;
	display: inline-flex;
	display: -webkit-inline-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	align-content: stretch;
	-webkit-align-content: stretch;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-bottom: 0.5rem;
	/* margin-left: 0.5rem; */
	margin-right: 0.5rem;
}
body.color02 .news-container .news-item a:hover {
	background-color: #ffffff;
}
body.color02 .news-container .news-item a .news-box {
}
body.color02 .news-container .news-item a .news-box-1 {
	display: inline-flex;
	display: -webkit-inline-flex;
	height: 100%;
	width: 16rem;
}
body.color02 .news-container .news-item a .news-box-2 {
	display: inline-flex;
	display: -webkit-inline-flex;
	margin: auto 1rem;
}
body.color02 .news-container .news-item a .date {
	width: 9rem;
	color: #3b3128;
}
body.color02 .news-container .news-item .category-box {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	min-width: 7rem;
}
body.color02 .news-container .news-item a .category {
	width: 6rem;
	height: 2rem;
	font-size: 0.75rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color: #f4f6f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.25rem;
	margin: 0;
	color: #3b3128;
}
body.color02 .news-container .news-item a .category:hover {
	width: 6rem;
	height: 2rem;
	font-size: 0.75rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.25rem;
	margin: 0;
	color: #3b3128;
	border: 1px #cccccc solid;
}
body.color02 .news-container .news-item a .title {
	color: #3b3128;
}
body.color02 .news-container .news-item a .title:hover {
	text-decoration: underline;
	color: #3b3128;
}
body.color02 .news-container .news-item a .title span {
	background: #B3ACAF;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left: 1rem;
	padding: 0.3rem 0.5rem;
	font-size: 0.5rem;
	color: #fff;
	display: inline-block;
}
body.color02 .news-container .news-item a .title span:hover {
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width: 767px) {
body.color02 .news-container .news-item .news-box {
	height: auto;
	width: 100%;
}
body.color02 .news-container .news-item .news-box-1 {
	width: 100%;
	height: auto;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: column;
	-webkit-flex-direction: column;
}
body.color02 .news-container .news-item .news-box-2 {
	margin: auto 0;
	height: auto;
	width: 100%;
}
body.color02 .news-container .news-item {
	margin-bottom: 1rem;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .news-container .news-item::after {
	content: '';
	border-left: none;
}
body.color02 .news-container .news-item .category-box {
	width: 100%;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
}
/* ----------------お知らせ02--------------- */
body.color02 .news-container-02 {
	border-top: 1px #cccccc solid;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .news-container-02 a {
	color: #3b3229 !important;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .news-container-02 a:hover {
	color: #3b3229;
}
body.color02 .news-container-02 a .news-item {
	width: 100%;
	border-bottom: 1px #cccccc solid;
	padding: 1rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	padding: 1rem;
	margin: 0;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
body.color02 .news-container-02 a .news-item::after {
	border: none;
}
body.color02 .news-container-02 a .news-item:hover {
	background-color: #fcf8e0;
}
body.color02 .news-container-02 a .news-item .news-box {
}
body.color02 .news-container-02 a .news-item .news-box-1 {
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: flex-start;
	-webkit-align-content: flex-start;
}

body.color02 .news-container-02 a .news-item .news-box-2 {
	margin: 0 2% 0 0;
	width: 98%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-direction: row;
	-webkit-flex-direction: row;
}
body.color02 .news-container-02 a .news-item .date {
	/* width: 100%; */
	color: #8f868b;
	display: inline-flex;
	display: -webkit-inline-flex;
}
body.color02 .news-container-02 a .news-item .date:hover {
	color: #8f868b;
}
body.color02 .news-container-02 a .news-item .category {
	display: inline-flex;
	display: -webkit-inline-flex;
}
body.color02 .news-container-02 a .news-item .category span {
	-moz-border-radius: 3px;
	font-size: 0.75rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color: #f4f6f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.2rem 0.4rem;
	margin: 0.25rem 0.25rem 0.25rem 0;
	color: #3b3128;
}
body.color02 .news-container-02 a .news-item .category span:hover {
	color: #3b3128;
}
body.color02 .news-container-02 a .news-item .title {
	width: 98%;
	margin-right: 2%;
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
body.color02 .news-container-02 a .news-item .picture {
	max-height: 210px;
	min-height: 210px;
	max-width: 210px;
	min-width: 210px;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
body.color02 .news-container-02 a .news-item .picture img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 767px) {
body.color02 .news-container-02 {
}
body.color02 .news-container-02 a {
}
body.color02 .news-container-02 a:hover {
}
body.color02 .news-container-02 a .news-item {
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .news-container-02 a .news-item:hover {
}
body.color02 .news-container-02 a .news-item .news-box {
}
body.color02 .news-container-02 a .news-item .news-box-1 {
}
body.color02 .news-container-02 a .news-item .news-box-2 {
	display: flex;
	display: -webkit-flex;
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
}
body.color02 .news-container-02 a .news-item .date {
	margin-top: 0.5rem;
}
body.color02 .news-container-02 a .news-item .category {
	/* width: 7rem; */
	width: 100%;
}
body.color02 .news-container-02 a .news-item .category span {
}
body.color02 .news-container-02 a .news-item .title {
	width: 100%;
	margin: 0;
}
body.color02 .news-container-02 a .news-item .picture {
	width: 100%;
	max-width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 1rem;
}
body.color02 .news-container-02 a .news-item .picture img {
}
}
/* ----------------コラム--------------- */
/* ----------------コラム01--------------- */
body.color02 .column-container-01 {
	background-color: #0d2645;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: center;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin: 0 -9999px;
	padding: 1rem 9999px !important;
}
body.color02 .column-container-01 .column-title {

	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
body.color02 .column-container-01 .column-title span {
}
body.color02 .column-container-01 .column-title span.icon-column {
}
body.color02 .column-container-01 a {
	width: 49%;
	margin: 3px;
	display: flex;
	display: -webkit-flex;
}
body.color02 .column-container-01 a .column-item {
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	padding: 1.5rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	color: #3b3229;
}
body.color02 .column-container-01 a .column-item::after {
	content: '';
	width: 0;
	height: 0;
	margin-top: -0.3rem;
	border-top: 0.3rem solid transparent;
	border-right: 0.3rem solid transparent;
	border-bottom: 0.3rem solid transparent;
	border-left: 0.3rem solid #cccccc;
}
body.color02 .column-container-01 a .column-item:hover {
	background-color: #fcf8e0;
}
body.color02 .column-container-01 a .column-item .picture {
	width: 25%;
	height: 100%;
}
body.color02 .column-container-01 a .column-item .picture img {
	width: 100%;
}
body.color02 .column-container-01 a .column-item .column-box-01 {
	width: 72%;
	margin-left: 3%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: space-between;
	-webkit-align-content: space-between;
}
body.color02 .column-container-01 a .column-item .column-box-01 .column-box-02 {
	height: auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-01 a .column-item .column-box-01 .column-box-03 {
	height: auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-01 a .column-item .title {
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.5;
}
body.color02 .column-container-01 a .column-item .category {
	/* width: 100%; */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-01 a .column-item .category span {
	font-size: 0.75rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color: #d6edf5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.2rem 0.4rem;
	margin: 0.25rem 0.25rem 0.25rem 0;
	color: #3b3128;
}
body.color02 .column-container-01 a .column-item .name {
	width: 100%;
	line-height: 1.5;
}
body.color02 .column-container-01 a .column-item .date {
	width: 100%;
	color: #8f868b;
	line-height: 1.5;
}
body.color02 .column-container-01 .item-center {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
body.color02 .column-container-01 {margin: 0 -3%;padding: 1rem !important;}
body.color02 .column-container-01 a {
	width: 100%;
	margin: 0.5rem 0.25rem;
}
body.color02 .column-container-01 a .column-item {
}
body.color02 .column-container-01 a .column-item .column-box-01 {
}
body.color02 .column-container-01 a .column-item .column-box-01 .column-box-02 {
}
body.color02 .column-container-01 a .column-item .column-box-01 .column-box-03 {
}
}
/* ----------------コラム02--------------- */
body.color02 .column-container-02 {
	border-top: 1px #cccccc solid;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-02 a {
	color: #3b3229 !important;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-02 a:hover {
	color: #3b3229;
}
body.color02 .column-container-02 a .column-item {
	width: 100%;
	border-bottom: 1px #cccccc solid;
	padding: 1rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

body.color02 .column-container-02 a .column-item:hover {
	background-color: #fcf8e0;
}
body.color02 .column-container-02 a .column-item .picture {
	/* max-width: 210px; */
	/* width: 25%; */
	/* width: 210px; */
	/* max-width: 100%; */
	/* height: 210px; */
	/* max-height: 100%; */
	/* max-height: 210px; */
	min-height: 210px;
	/* max-width: 210px; */
	min-width: 210px;
	/* background-color: #fff; */
	/* display: flex; */
	/* display: -webkit-flex; */
	/* justify-content: center; */
	/* -webkit-justify-content: center; */
	/* align-items: center; */
	/* -webkit-align-items: center; */
	width: 210px;
	height: 210px;
	display: inline-block;
	text-align: center;
}
body.color02 .column-container-02 a .column-item .picture img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
body.color02 .column-container-02 a .column-item .column-box-00 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
body.color02 .column-container-02 a .column-item .column-box-01 {
	margin-left: 1rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: space-between;
	-webkit-align-content: space-between;
	max-width: 100%;
}
body.color02 .column-container-02 a .column-item .column-box-02 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
}
body.color02 .column-container-02 a .column-item .column-box-03 {
}
body.color02 .column-container-02 a .column-item .title {
	font-size: 1.25rem;
	width: 100%;
	margin-bottom: 0.5rem;
}
body.color02 .column-container-02 a .column-item .category {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-02 a .column-item .category span {
	font-size: 0.75rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color: #d6edf5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.2rem 0.4rem;
	margin: 0.25rem 0.25rem 0.25rem 0;
	color: #3b3128;
}
body.color02 .column-container-02 a .column-item .name {
	width: 100%;
}
body.color02 .column-container-02 a .column-item .date {
	width: 100%;
	color: #8f868b;
	line-height: 1.5;
}
body.color02 .column-container-02 a .column-item .description {
	font-size: 0.8rem;
	color: #686664;
}

@media screen and (max-width: 767px) {
body.color02 .column-container-02 a {
}
body.color02 .column-container-02 a .column-item {
}
body.color02 .column-container-02 a .column-item .picture {
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
	max-width: 100%;
	display: flex;
	display: -webkit-flex;
	margin: 0.5rem auto;
}
body.color02 .column-container-02 a .column-item .picture img {
/* width: 210px; */
}
body.color02 .column-container-02 a .column-item .column-box-00 {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-02 a .column-item .column-box-01 {
	width: 100%;
	margin: 0.5rem 0;
}
body.color02 .column-container-02 a .column-item .column-box-02 {
}
body.color02 .column-container-02 a .column-item .column-box-03 {
}
}
/* ----------------コラム03--------------- */
body.color02 .column-container-03 {
	border-top: 1px #cccccc solid;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-03 a {
	color: #3b3229 !important;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-03 a:hover {
	color: #3b3229;
}
body.color02 .column-container-03 a .column-item {
	width: 100%;
	border-bottom: 1px #cccccc solid;
	padding: 1rem;
	display: flex;
	display: -webkit-flex;
	/* flex-wrap: wrap; */
	/* -webkit-flex-wrap: wrap; */
}
body.color02 .column-container-03 a .column-item:hover {
	background-color: #fcf8e0;
}
body.color02 .column-container-03 a .column-item .picture {
	min-height: 100px;
	min-width: 100px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	margin: 0.5rem auto;
}
body.color02 .column-container-03 a .column-item .picture img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
body.color02 .column-container-03 a .column-item .column-box-00 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
body.color02 .column-container-03 a .column-item .column-box-01 {
	/* margin-left: 1rem; */

	margin: 0 0 0 1rem;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
body.color02 .column-container-03 a .column-item .column-box-02 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
}
body.color02 .column-container-03 a .column-item .column-box-03 {
}
body.color02 .column-container-03 a .column-item .title {
	font-size: 1.25rem;
	width: 100%;
	margin-bottom: 0.5rem;
}
body.color02 .column-container-03 a .column-item .category {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-03 a .column-item .category span {
	font-size: 0.75rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color: #d6edf5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.2rem 0.4rem;
	margin: 0.25rem 0.25rem 0.25rem 0;
	color: #3b3128;
}
body.color02 .column-container-03 a .column-item .name {
	width: 100%;
}
body.color02 .column-container-03 a .column-item .date {
	width: 100%;
	color: #8f868b;
	line-height: 1.5;
}
body.color02 .column-container-03 a .column-item .description {
	font-size: 0.8rem;
	color: #686664;
}

@media screen and (max-width: 767px) {
body.color02 .column-container-03 a {
}
body.color02 .column-container-03 a .column-item {
}
body.color02 .column-container-03 a .column-item .picture {
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	width: 100%;
	max-width: 100%;
	display: flex;
	display: -webkit-flex;
	margin: 0.5rem auto;
}
body.color02 .column-container-03 a .column-item .picture img {
/* width: 210px; */
}
body.color02 .column-container-03 a .column-item .column-box-00 {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .column-container-03 a .column-item .column-box-01 {
	width: 100%;
	margin: 0 0 0 1rem;
}
body.color02 .column-container-03 a .column-item .column-box-02 {
}
body.color02 .column-container-03 a .column-item .column-box-03 {
}
}
/* ----------------メディア寄稿--------------- */
body.color02 .media-container {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
body.color02 .media-container a {
	width: 49%;
	margin: 3px;
	/* margin: 0.5%; */
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	-webkit-align-items: stretch;
}
/*
body.color02 .media-container a::after{
  content: '';
  width: 0;
  height: 0;
  margin-top: -0.3rem;
  border-top: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.3rem solid #cccccc;
}
*/
body.color02 .media-container a .media-item {
	background-color: #f4f6f5;
	/*
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	*/
	width: 100%;
	padding: 1.5rem;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	align-content: flex-start;
	-webkit-align-content: flex-start;
	color: #3b3229;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .media-container a .media-item:hover {
	background-color: #fcf8e0;
	color: #3b3229;
}
body.color02 .media-container a .media-item .picture {
	max-height: 210px;
	min-height: 210px;
	max-width: 210px;
	min-width: 210px;
	/* background-color: #fff; */
	/* display: flex; */
	/* display: -webkit-flex; */
	/* justify-content: center; */
	/* -webkit-justify-content: center; */
	/* align-items: center; */
	/* -webkit-align-items: center; */
}
body.color02 .media-container a .media-item .picture img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;

}
body.color02 .media-container a .media-item .media-box-01 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
	height: auto;
}
body.color02 .media-container a .media-item .media-box-02 {
	display: flex;
	display: -webkit-flex;
	width: 100%;/* height: auto; */
}
body.color02 .media-container a .media-item .media-box-03 {
	margin-left: 1rem;
	width: 100%;
}
body.color02 .media-container a .media-item .media-title {
	width: 100%;
	height: auto;
	font-size: 0.8rem;
}
body.color02 .media-container a .media-item .title {
	width: 100%;
	height: auto;
	font-size: 1.2rem;
	color: #0071c6;
}
body.color02 .media-container a .media-item .title:hover {
	color: #006ffc;
}
body.color02 .media-container a .media-item .name {
}
body.color02 .media-container a .media-item .description {
	font-size: 0.8rem;
	width: 100%;
	color: #686664;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
body.color02 .media-container a .media-item .picture {
	max-width: 150px;
	min-width: 150px;
	max-height: 150px;
	min-height: 150px;
}
}

@media screen and (max-width: 767px) {
body.color02 .media-container a {
	width: 100%;
	margin: 0.5rem 0;
}
body.color02 .media-container a .media-item {
}
body.color02 .media-container a .media-item .picture {
	max-width: 120px;
	min-width: 120px;
	max-height: 120px;
	min-height: 120px;
}
}
/* ----------------記事データボックス--------------- */
body.color02 .article-data-container {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	margin: 1rem auto;
}
body.color02 .article-data-container .article-data-item {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	flex-direction: column;
	-webkit-flex-direction: column;
}
body.color02 .article-data-container .article-data-item .picture {
	max-width: 210px;
	width: 30%;
}
body.color02 .article-data-container .article-data-item .picture img {
	width: 100%;
}
body.color02 .article-data-container .article-data-item .article-box-01 {
	display: flex;
	display: -webkit-flex;
}
body.color02 .article-data-container .article-data-item .article-box-02 {
	margin-left: 2%;
	width: 68%;
}
body.color02 .article-data-container .article-data-item .article-box-03 {
	margin-top: 0.5rem;
}
body.color02 .article-data-container .article-data-item .category {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 .article-data-container .article-data-item .category a span {
	font-size: 0.75rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background-color: #efede7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0.2rem 0.4rem;
	margin: 0.25rem 0.25rem 0.25rem 0;
	color: #3b3128;
}
body.color02 .article-data-container .article-data-item .category a span:hover {
	background-color: #fcf8e0;
	color: #3b3128;
}
body.color02 .article-data-container .article-data-item .name {
}
body.color02 .article-data-container .article-data-item .date {
	width: 100%;
	color: #8f868b;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
body.color02 .article-data-container {
}
body.color02 .article-data-container .article-data-item {
}
body.color02 .article-data-container .article-data-item .picture {
}
body.color02 .article-data-container .article-data-item .picture img {
}
body.color02 .article-data-container .article-data-item .article-box-01 {
}
body.color02 .article-data-container .article-data-item .article-box-02 {
}
body.color02 .article-data-container .article-data-item .article-box-03 {
}
body.color02 .article-data-container .article-data-item .category {
}
body.color02 .article-data-container .article-data-item .category span {
}
body.color02 .article-data-container .article-data-item .name {
}
body.color02 .article-data-container .article-data-item .date {
}
}
/* ----------------サイドナビ--------------- */
body.color02 #side {
}
body.color02 #side .banner {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin: 0 auto 2rem;
}
body.color02 #side .banner img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
body.color02 #side a img:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
body.color02 #side .side-title {
	font-weight: bold;
	background-color: #fff;
	border: none;
	margin-bottom: 0;
}
/* ----------------サイドナビ 記事--------------- */
body.color02 #side .article-container {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	border-top: 1px #e7e9e6 solid;
	margin-bottom: 2rem;
}
body.color02 #side .article-container a {
	padding: 0;
	font-size: 0.8rem;
	color: #3b3229;
}
body.color02 #side .article-container a:hover {
	color: #3b3229;
}
body.color02 #side .article-container a .article-item {
	width: 100%;
	padding: 1rem;
}
body.color02 #side .article-container a .article-item:hover {
}
body.color02 #side .article-container a .article-item .picture {
	width: 80px;
	height: 80px;
	margin-top: 0.25rem;
	margin-right: 1rem;
}
body.color02 #side .article-container a .article-item .picture img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
body.color02 #side .article-container a .article-item .article-box-01 {
	max-width: 275px;
	display: flex;
	display: -webkit-flex;
	align-content: space-between;
	-webkit-align-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
body.color02 #side .article-container a .article-item .article-box-02 {
}
body.color02 #side .article-container a .article-item .title {
	line-height: 1.5;
	font-size: 1rem;
}
body.color02 #side .article-container a .article-item .date {
	width: 100%;
	color: #8f868b;
	line-height: 1.5;
	font-size: 0.9rem;
}
/* ----------------サイドナビ 著書--------------- */
body.color02 #side .books-container {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
	border-top: 1px #e7e9e6 solid;
	margin-bottom: 2rem;
}
body.color02 #side .books-container a {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 0;
	font-size: 0.8rem;
	color: #3b3229;
}
body.color02 #side .books-container a:hover {
	color: #3b3229;
}
body.color02 #side .books-container a .books-item {
	display: flex;
	display: -webkit-flex;
	border-bottom: 1px #e7e9e6 solid;
	width: 100%;
	padding: 1rem;
}
body.color02 #side .books-container a .books-item:hover {
	background-color: #fcf8e0;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
body.color02 #side .books-container a .books-item .picture {
	max-height: 115px;
	min-height: 115px;
	max-width: 80px;
	min-width: 80px;
	/* background-color: #fff; */
	/* display: flex; */
	/* display: -webkit-flex; */
	/* justify-content: center; */
	/* -webkit-justify-content: center; */
	/* align-items: center; */
	/* -webkit-align-items: center; */
}
}
body.color02 #side .books-container a .books-item .picture img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
body.color02 #side .books-container a .books-item .books-box-01 {
	width: 180px;
	margin-left: 1rem;
}
body.color02 #side .books-container a .books-item .books-box-02 {
}
body.color02 #side .books-container a .books-item .title {
	line-height: 1.5;
	font-size: 1rem;
}
body.color02 #side .books-container a .books-item .date {
}

/* ------------------アコーディオン------------------ */
body.color02 .ly_accordion {
  /* border: 1px solid #ccc; */
  border-bottom: 0;
  margin-bottom: 1rem;
}
 
body.color02 .ly_accordion .bl_inner {
  padding: 0 1em;
  /* border-bottom: 1px solid #ccc; */
}
 
body.color02 .ly_accordion .el_heading {
  display: block;
  margin: 0;
  padding: .5em;
  color: #0071C6;
  /* border-bottom: 1px solid #ccc; */
  /* background: #efede7; */
}
body.color02 .ly_accordion .el_heading:hover{
	cursor: pointer;
	color: #006FFC;
	/* background-color: #fcf8e0; */
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

body.color02 .ly_accordion .el_heading::before{
	content: '';
    display: inline-block;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
    margin-top: -0.3rem;
    border-top: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.3rem solid #3b3128;
}
 
body.color02 .ly_accordion .bl_content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease-out 0s;
}
 
body.color02 .ly_accordion .el_checkbox {
  display: none;
}
 
body.color02 .ly_accordion .el_checkbox:checked + .bl_content {
  max-height: 9999px;
  transition: max-height 1s ease-in;
}

body.color02 .bl_inner{
}
body.color02 .bl_inner ul{
}
body.color02 .bl_inner ul li{
display: inline-block;
margin: 0.5rem 1rem 0.5rem 0 !important;
}
.bl_inner ul li a{
}
.bl_inner ul li a:hover{
}

/* ------------------GA360------------------ */
body.color02 .ga360suite-container a img:hover{
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
.item-w630px .ga360suite-container{
	margin: 1rem auto;
}
.item-w1000px .ga360suite-container{
	margin: 1rem auto;
}

/*-----youtube-----*/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*-----テーブル横スクロール-----*/
.scroll-box{
	overflow: auto;
	white-space: nowrap;
	width:100%;
}
.scroll-box table{
	display: table;
}
.scroll-box table tr{
	display: table-row;
}
.scroll-box table thead{
	display:table-header-group;
}
.scroll-box table td,.scroll-box table th{
	display: table-cell;
}
@media screen and (max-width:768px){
	.scroll-box table tbody th,.scroll-box table tbody td{
		border: 1px solid #CCCCCC;
		padding: 8px 13px;
	}
}

/*--画像のレスポンシブ時の回り込み--*/
@media screen and (max-width:500px){
	.wp-caption.alignright,.wp-caption.alignleft{
		float: none;
		margin: 0 auto;
	}
	#content .wp-caption-text{
		padding: 0.5rem 0 0;
	}
	#content .wp-caption{
		margin-bottom: 0;
	}
}