/*
@font-face {
	font-family: "NotoThin";
	font-weight: 250;
	src: url("../fonts/notosanscjkjp-thin.eot") format("embedded-opentype"), url("../fonts/notosanscjkjp-thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.otf") format("opentype");
}
@font-face {
	font-family: "NotoLight";
	font-weight: 300;
	src: url("../fonts/notosanscjkjp-light.eot") format("embedded-opentype"), url("../fonts/notosanscjkjp-light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.otf") format("opentype");
}
@font-face {
	font-family: "NotoDemiLight";
	font-weight: 350;
	src: url("../fonts/notosanscjkjp-demilight.eot") format("embedded-opentype"), url("../fonts/notosanscjkjp-demilight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.otf") format("opentype");
}
@font-face {
	font-family: "NotoRegular";
	font-weight: 400;
	src: url("../fonts/notosanscjkjp-regular.eot") format("embedded-opentype"), url("../fonts/notosanscjkjp-regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
	font-family: "NotoMedium";
	font-weight: 500;
	src: url("../fonts/notosanscjkjp-medium.eot") format("embedded-opentype"), url("../fonts/notosanscjkjp-medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}
@font-face {
	font-family: "NotoBold";
	font-weight: 700;
	src: url("../fonts/notosanscjkjp-bold.eot") format("embedded-opentype"), url("../fonts/notosanscjkjp-bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
	font-family: "NotoBlack";
	font-weight: 900;
	src: url("../fonts/notosanscjkjp-black.eot") format("embedded-opentype"), url("../fonts/notosanscjkjp-black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.otf") format("opentype");
}*/
@font-face {
	font-family: "AlegreyaSans";
	src:
		url("../fonts/AlegreyaSans-Regular.otf") format("opentype"),
		url("../fonts/alegreyasanssc-regular.ttf") format("truetype");
}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
html {
	background: #fafafa;
	color: #333;
	/*font-family: Verdana, "NotoLight", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
	font-family: Verdana, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 62.5%;
	font-weight: 400;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	font-size: 1.4rem;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #2b82af;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=75);
	opacity: .75;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
input, button, select, textarea {
	cursor: pointer;
	outline: none;
}
.container {
	margin: auto;
	max-width: 1054px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.clearfix:after, .main > .container:after {
	display: block;

	clear: both;
	content: " ";
}
.link {
	color: #2b82af;
}
.link:hover {
	text-decoration: underline;
}
.taL {
	text-align: left !important;
}
.taR {
	text-align: right !important;
}
.taC {
	text-align: center !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !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;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt75 {
	margin-top: 75px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt85 {
	margin-top: 85px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt95 {
	margin-top: 95px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.pt55 {
	padding-top: 55px !important;
}
.pt60 {
	padding-top: 60px !important;
}
.pt65 {
	padding-top: 65px !important;
}
.pt70 {
	padding-top: 70px !important;
}
.pt75 {
	padding-top: 75px !important;
}
.pt80 {
	padding-top: 80px !important;
}
.pt85 {
	padding-top: 85px !important;
}
.pt90 {
	padding-top: 90px !important;
}
.pt95 {
	padding-top: 95px !important;
}
.pt100 {
	padding-top: 100px !important;
}
.header {
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	height: 56px;
	/*font-family: "NotoRegular";*/
	font-weight: 400;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9990;
}
.header--pc {
	display: block;
}
.header--sp {
	display: none;
}
.header__logo {
	height: 18px;
	width: 186px;
}
.header__inner--left {
	float: left;
	padding-top: 17px;
}
.header__inner--left > * {
	display: inline-block;
	vertical-align: middle;
}
.header__inner--right {
	float: right;
	line-height: 48px;
}
.header__btn {
	display: inline-block;
	color: #333;
	font-size: 1.3rem;
	height: 34px;
	letter-spacing: .01em;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -.025em;
	/*font-family: "NotoRegular";*/
	font-weight: 400;
}
.header__btn--not_login {
	padding-left: 16px;
	background: url(../images/common/ic_locked.png) no-repeat left center;
	background-size: 10px 12px;
}
.header__select {
	display: none;

	line-height: 1.5;
}
.header__select select {
	display: inline-block;

	-webkit-appearance: none;
	   -moz-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #fff url("../images/common/ic_02.png") no-repeat right 8px top 12px;
	background-size: 13px 8px;
	border: 2px solid #c3c3c3;
	border-radius: 0;
	font-size: 1.3rem;
	/*font-family: "NotoRegular", sans-serif;*/
	height: 34px;
	line-height: 30px;
	margin-left: 14px;
	padding: 0 18px;
	text-indent: .01px;
	text-overflow: "";
	vertical-align: middle;
	width: 155px;
}
.header__select select::-ms-expand {
	display: none;
}
.header__category,
.header__area,
.header__language {
	display: inline;
	position: relative;
}
.header__link {
	display: inline-block;
	vertical-align: middle;
	padding-left: 35px;
}
.header__link a {
	color: #333;
}
.header__menuBtn {
	display: inline-block;
	padding: 0 30px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
.header__menuBtn::after {
	content: '';
	position: absolute;
	right: 8px;
	top: -5px;
	bottom: 0;
	display: block;
	margin: auto;
	width: 10px;
	height: 10px;
	border-right: 2px solid #c3c3c3;
	border-bottom: 2px solid #c3c3c3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header__menuBtn.is-show::after {
	top: 5px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
/*
.header__category--selected,
.header__area--selected,
.header__language--selected {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
.header__category--selected,
.header__area--selected {
	padding: 0 25px 0 20px;
}
.header__language--selected {
	padding: 0 30px;
}
.header__category--selected::after,
.header__area--selected::after,
.header__language--selected::after,
.header__menu--selected::after {
	content: '';
	position: absolute;
	right: 8px;
	top: -5px;
	bottom: 0;
	display: block;
	margin: auto;
	width: 10px;
	height: 10px;
	border-right: 2px solid #c3c3c3;
	border-bottom: 2px solid #c3c3c3;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
*/
.header__area__list {
	display: none;
	width: 560px;
	position: absolute;
	top: 38px;
	left: 13px;
	z-index: 10;
	background: #fff;
	padding-bottom: 20px;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.header__category__list,
.header__language__list {
	display: none;
	width: 195px;
	position: absolute;
	top: 38px;
	left: 13px;
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.header__menu__list {
	display: none;
	width: 210px;
	padding: 10px;
	position: absolute;
	top: 55px;
	left: 13px;
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.header__category__list::before,
.header__area__list::before,
.header__language__list::before,
.header__menu__list::before {
	content: "";
	position: absolute;
	top: -8px;
	left: 20px;
	z-index: -1;
	width: 18px;
	height: 18px;
	background: #fff;
	display: block;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header__category__list.is-show,
.header__area__list.is-show,
.header__language__list.is-show,
.header__menu__list.is-show {
	display: block;
}

.header__category__list-item,
.header__menu__list-item {
	display: block;
	background: #fff;
	line-height: 15px;
	padding: 15px;
	font-size: 1.3rem;
	border-top: 1px solid #c3c3c3;
}
.header__menu__list-item {
	padding: 0;
}
.header__menu__list-item--plan {
	padding: 10px;
}
.header__category__list-link {
	display: block;
	color: #000;
	padding-left: 10px;
}
.header__category__list-item:nth-of-type(1) {padding-top: 15px; margin-top: 0;border}
.header__category__list-item:last-child {padding-bottom: 15px;}
.header__category__list-item:nth-of-type(1) > a {border-left: 5px solid #59a95f;}
.header__category__list-item:nth-of-type(2) > a {border-left: 5px solid #77a1c4;}
.header__category__list-item:nth-of-type(3) > a {border-left: 5px solid #e55eb1;}
.header__category__list-item:nth-of-type(4) > a {border-left: 5px solid #736ba7;}
.header__category__list-item:nth-of-type(5) > a {border-left: 5px solid #d43d3d;}
.header__category__list-item:nth-of-type(6) > a {border-left: 5px solid #50aac7;}
.header__category__list-item:nth-of-type(7) > a {border-left: 5px solid #e9842c;}
.header__category__list-item:nth-of-type(8) > a {border-left: 5px solid #abb330;}
.header__menu__list-item:nth-of-type(1) {padding: 12px 15px; margin-top: 0;}
.header__menu__list-item > a {
	display: block;
	color: #000;
	padding: 12px 15px;
}
.header__menu__list-item > a > span {
	display: block;
	border-left: 5px solid #a3a3a3;
	padding-left: 10px;
}
.header__menu__list-item.header__menu__list-check > a {
    border-left: 0;
   }
.header__menu__list-item.header__menu__list-check:after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	position: absolute;right: 25px;
	top: 18px;
	transform: rotateZ(-45deg);
}
.header__menu__list-item.header__menu__list-check {
	position: relative;
}

.header__area__list-parents {
	padding: 15px 16px 0;
	display: block;
	background: #fff;
}
.header__area__list-child {
	line-height: 15px;
}
.header__area__list-class01 {
	border-left: 5px solid #e60012;
	padding-left: 10px;
}
.header__area__list-class02 {
	margin-top: 8px;
	padding-left: 15px;
}
.header__pref__list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: nowrap;
}
.header__pref__list-item {
	border-right: 1px solid #000;
	padding-right: 3px;
	margin-right: 3px;
}
.header__pref__list-item:last-child {
	border: 0;
	margin: 0;
	padding: 0;
}
.header__pref__list-link {
	color: #000;
}

.header__language__list-item {
	display: block;
	background: #fff;
	line-height: 2.2;
	padding: 0 15px;
	font-size: 1.3rem;
}
.header__language__list-link {
	display: block;
	color: #000;
	padding-left: 25px;
}
.header__language__list-item:nth-of-type(1) {
	padding-top: 15px;
}
.header__language__list-item:last-child {
	padding-bottom: 15px;
}

.header__menu__list--icon {
	overflow: hidden;
}

.header__menu__list--icon dt {
	float: left;
	margin-right: 7px;
}

.header__menu__list--icon dt img {
    width: 48px;
}

.header__menu__list--plan > * {
	display: inline;
}
.header__menu__list--plan dd a {
	display: inline-block;
	background-color: #a3a3a3;
	margin-left: 5px;
	padding: 3px 10px 2px;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
}

.hader__language--ja {
	background: url(../images/common/ic_flag_jp.png) no-repeat left center;
	background-size: 17px 13px;
}
.hader__language--en {
	background: url(../images/common/ic_flag_en.png) no-repeat left center;
	background-size: 17px 13px;
}
.hader__language--zh {
	background: url(../images/common/ic_flag_zh.png) no-repeat left center;
	background-size: 17px 13px;
}
.hader__language--fr {
	background: url(../images/common/ic_flag_fr.png) no-repeat left center;
	background-size: 17px 13px;
}
.header__btn--search {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(../images/common/ic_search.png) no-repeat;
	background-size: contain;
	margin-left: 30px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	/* ヘッダー部メニューのSP版スタイル */
	.header__language .header__menuBtn {
		display: none;
	}
	.header__language__list {
		top: 16px;
		left: auto;
		right: 13px;
	}
	.header__language__list::before {
		left: auto;
		right: 26px;
	}
}
.menu {
	display: none;
}
.nav {
/*	display: table;*/
	display: none; /* 一旦非表示 */
	margin-top: 14px;
	width: 100%;
}
.nav__item {
	display: table-cell;

	height: 32px;
	letter-spacing: -.05em;
	line-height: 1.4;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
}
.nav__item:after {
	bottom: 0;
	content: " ";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transition: all .5s cubic-bezier(.74, 0, .32, 1);
	        transition: all .5s cubic-bezier(.74, 0, .32, 1);
	width: 16px;
	z-index: 1;
}
.nav__item:hover, .nav__item.is-active {
	filter: alpha(opacity=45);
	opacity: .45;
}
.nav__item:hover:after, .nav__item.is-active:after {
	display: inline-block;

	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	width: 85px;
}
.nav__item:hover {
	text-decoration: none;
}
.nav__item.is-active {
	pointer-events: none;
}
.nav__item:nth-of-type(1) {
	color: #59a95f;
	width: 11.6625%;
}
.nav__item:nth-of-type(1):after {
	border-top: 2px solid #59a95f;
}
.nav__item:nth-of-type(2) {
	color: #77a1c4;
	width: 11.6625%;
}
.nav__item:nth-of-type(2):after {
	border-top: 2px solid #77a1c4;
}
.nav__item:nth-of-type(3) {
	color: #e55eb1;
	width: 11.6625%;
}
.nav__item:nth-of-type(3):after {
	border-top: 2px solid #e55eb1;
}
.nav__item:nth-of-type(4) {
	color: #736ba7;
	width: 11.6625%;
}
.nav__item:nth-of-type(4):after {
	border-top: 2px solid #736ba7;
}
.nav__item:nth-of-type(5) {
	color: #d43d3d;
	width: 11.6625%;
}
.nav__item:nth-of-type(5):after {
	border-top: 2px solid #d43d3d;
}
.nav__item:nth-of-type(6) {
	color: #50aac7;
	width: 11.6625%;
}
.nav__item:nth-of-type(6):after {
	border-top: 2px solid #50aac7;
}
.nav__item:nth-of-type(7) {
	color: #e9842c;
	width: 11.6625%;
}
.nav__item:nth-of-type(7):after {
	border-top: 2px solid #e9842c;
}
.nav__item:nth-of-type(8) {
	color: #abb330;
	width: 11.6625%;
}
.nav__item:nth-of-type(8):after {
	border-top: 2px solid #abb330;
}
.en .nav__item:nth-of-type(1), .en .nav__item:nth-of-type(8) {
	width: 17.65%;
}
.en .nav__item:nth-of-type(1):hover:after, .en .nav__item:nth-of-type(8):hover:after, .en .nav__item:nth-of-type(1).is-active:after, .en .nav__item:nth-of-type(8).is-active:after {
	width: 80px;
}
.en .nav__item:nth-of-type(2), .en .nav__item:nth-of-type(5) {
	width: 13%;
}
.en .nav__item:nth-of-type(2):hover:after, .en .nav__item:nth-of-type(5):hover:after, .en .nav__item:nth-of-type(2).is-active:after, .en .nav__item:nth-of-type(5).is-active:after {
	width: 60px;
}
.en .nav__item:nth-of-type(3), .en .nav__item:nth-of-type(4), .en .nav__item:nth-of-type(6), .en .nav__item:nth-of-type(7) {
	width: 8%;
}
.en .nav__item:nth-of-type(3):hover:after, .en .nav__item:nth-of-type(4):hover:after, .en .nav__item:nth-of-type(6):hover:after, .en .nav__item:nth-of-type(7):hover:after, .en .nav__item:nth-of-type(3).is-active:after, .en .nav__item:nth-of-type(4).is-active:after, .en .nav__item:nth-of-type(6).is-active:after, .en .nav__item:nth-of-type(7).is-active:after {
	width: 30px;
}
.fr .nav__item:nth-of-type(1) {
	width: 13.65%;
}
.fr .nav__item:nth-of-type(1):hover:after, .fr .nav__item:nth-of-type(1).is-active:after {
	width: 80px;
}
.fr .nav__item:nth-of-type(5) {
	width: 19.65%;
}
.fr .nav__item:nth-of-type(5):hover:after, .fr .nav__item:nth-of-type(5).is-active:after {
	width: 100px;
}
.fr .nav__item:nth-of-type(2), .fr .nav__item:nth-of-type(8) {
	width: 12%;
}
.fr .nav__item:nth-of-type(2):hover:after, .fr .nav__item:nth-of-type(8):hover:after, .fr .nav__item:nth-of-type(2).is-active:after, .fr .nav__item:nth-of-type(8).is-active:after {
	width: 60px;
}
.fr .nav__item:nth-of-type(3), .fr .nav__item:nth-of-type(4), .fr .nav__item:nth-of-type(6), .fr .nav__item:nth-of-type(7) {
	width: 9%;
}
.fr .nav__item:nth-of-type(3):hover:after, .fr .nav__item:nth-of-type(4):hover:after, .fr .nav__item:nth-of-type(6):hover:after, .fr .nav__item:nth-of-type(7):hover:after, .fr .nav__item:nth-of-type(3).is-active:after, .fr .nav__item:nth-of-type(4).is-active:after, .fr .nav__item:nth-of-type(6).is-active:after, .fr .nav__item:nth-of-type(7).is-active:after {
	width: 35px;
}
.nav__btn {
	display: table-cell;

	background: #a3a3a3;
	color: #fff;
	font-size: 1.3rem;
	height: 32px;
	line-height: 33px;
	max-width: 99px;
	text-align: center;
	width: 10%;
	transition: .5s;
}
.nav__btn:hover {
	background: #333;
	text-decoration: none;
}
.nav__btn:before {
	display: inline-block;

	background: url("../images/common/ic_01.png") no-repeat;
	background-size: contain;
	content: "";
	height: 15px;
	margin-bottom: -1px;
	margin-right: 5px;
	width: 10px;
}
.main {
	padding: 56px 0 40px;
}
.main__sub {
	background-color: #eeeeef;
	margin-bottom: -40px;
	margin-top: 64px;
	padding-bottom: 40px;
	padding-top: 12px;
}
.contents {
	-webkit-transition: .5s;
	        transition: .5s;
}
.contents--column-2 {
	float: left;
	padding-right: 304px;
	width: 100%;
}
.contents__heading {
	/*font-family: "NotoMedium", sans-serif;*/
	font-size: 2rem;
	/*font-weight: 500;*/
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.side {
	float: right;
	margin-left: -304px;
	-webkit-transition: .5s;
	        transition: .5s;
	width: 284px;
}
.pagetop {
	display: block;

	background: #a3a3a3 url("../images/common/ic_04.png") no-repeat center center;
	background-size: 13px 8px;
	bottom: 10px;
	color: transparent;
	filter: alpha(opacity=0);
	font-size: 0;
	height: 50px;
	opacity: 0;
	position: fixed;
	right: 10px;
	-webkit-transition: .5s;
	        transition: .5s;
	visibility: hidden;
	width: 50px;
	z-index: 9999;
}
.pagetop.is-active {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}
.footer {
	background: #fff;
	border-top: 1px solid #e8e8e8;
}
.footer__upper {
	padding: 20px 0 10px;
}
.footer__sitemap {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
.footer__sitemap__list {
	display: inline-block;
	margin: 0 20px;
	height: 35px;
	line-height: 35px;
}
.footer__sitemap__link {
	color: #666;
	font-size: 1.2rem;
}
@media screen and (min-width: 769px){
	.fr .footer__sitemap__link {
		display: block;
	    padding: 17px 0;
	    line-height: 1.5;
	}
}
.footer__lower {
	/* border-top: 1px solid #e8e8e8; */
	padding: 15px 0 35px;
	text-align: center;
}
.footer__copy {
	display: block;

	color: #666;
	font-size: 1.1rem;
}
.search {
	display: none;
	/*display: table;*/

	margin: 20px auto 0;
	max-width: 1024px;
	width: 100%;
}
.search__item {
	display: table-cell;

	vertical-align: middle;
}
.search__item:nth-of-type(1), .search__item:nth-of-type(2) {
	width: 270px;
}
.search__item:nth-of-type(3) {
	width: 452px;
}
.search__item:nth-of-type(4) {
	width: 40px;
	line-height: 0;
}
.search__item__cat, .search__item__area {
	display: inline-block;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #fff url("../images/common/ic_02.png") no-repeat right 8px top 15px;
	background-size: 13px 8px;
	border: 2px solid #c3c3c3;
	border-radius: 0;
	border-right-width: 1px;
	color: #cacdd3;
	font-size: 1.4rem;
	height: 38px;
	line-height: 38px;
	padding: 0 13px;
	vertical-align: middle;
	width: 100%;
}
.search__item__txt {
	display: inline-block;

	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #fff;
	border: 2px solid #c3c3c3;
	border-radius: 0;
	border-right-width: 0;
	font-size: 1.4rem;
	height: 38px;
	line-height: 38px;
	padding: 0 13px;
	vertical-align: middle;
	width: 100%;
}
.search__item__txt::-webkit-input-placeholder, .search__item__txt:-ms-input-placeholder, .search__item__txt::-moz-placeholde {
	color: #cacdd3;
}
.search__item__txt, .search__item__area {
	border-left-width: 0;
}
.search__item__btn {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: #a3a3a3 url("../images/common/ic_03.png") no-repeat center center;
	background-size: 16px 16px;
	border: 0;
	height: 38px;
	width: 40px;
	-webkit-transition: .5s;
			transition: .5s;
}
.search__item__btn:hover{
	background: #333 url("../images/common/ic_03.png") no-repeat center center;
	background-size: 16px 16px;
}
.section--top {
	margin-bottom: 25px;
}
.layout--category {
	margin-top: 8px;
	float: left;
}
.layout--label {
	font-size: 0;
	margin-top: 8px;
	text-align: right;
}
.layout--label ul, .layout--label p {
	display: inline-block;

	font-size: 1.4rem;
	letter-spacing: normal;
	-webkit-transition: .5s;
	        transition: .5s;
	vertical-align: middle;
	word-spacing: normal;
}
.layout--label p {
	margin-left: 10px;
}
.layout--story {
	margin-top: 8px;
}
.layout--inner {
	padding-left: 80px;
	padding-right: 80px;
	-webkit-transition: .5s;
	        transition: .5s;
}
.layout--sort {
	position: relative;
}
.heading {
	/*font-family: "NotoRegular", sans-serif;*/
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .2em;
	text-align: center;
}
.heading--primary {
	overflow: hidden;
	padding: 20px 0;
	position: relative;
}
.heading--primary > span {
	display: inline-block;

	position: relative;
	z-index: 2;
}
.heading--primary > span > span {
	display: block;

	bottom: -21px;
	/*font-family: "NotoRegular", sans-serif;*/
	font-size: 1.4rem;
	left: 0;
	letter-spacing: normal;
	position: absolute;
	right: 0;
}
.heading--primary > span:before, .heading--primary > span:after {
	display: block;

	background: #333;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.heading--primary > span:before {
	left: 100%;
	margin-left: 30px;
	right: -1000px;
}
.heading--primary > span:after {
	left: -1000px;
	margin-right: 30px;
	right: 100%;
}
.heading--primary--mbL {
	margin-bottom: 25px;
}
.heading--secondary{
	position: relative;
}
.heading--secondary:before{
	background-color: #333;
	content: "";
	height: 1px;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.heading--secondary > span {
	display: inline-block;
	padding: 0 10px;
	background: #fff;
	position: relative;
}
.heading--tertiary {
	font-size: 2rem;
	letter-spacing: normal;
	line-height: 1.5;
}
.heading--border {
	border-bottom: 1px solid #cdcdcd;
	/*font-family: "NotoRegular", sans-serif;*/
	font-size: 1.6rem;
	letter-spacing: .1em;
	margin-bottom: 5px;
	margin-top: 25px;
	padding-bottom: 10px;
	text-align: left;
}
.heading--small {
	font-size: 1.8rem;
}
.heading--small.heading--secondary > span:before, .heading--small.heading--secondary > span:after {
	width: 20px;
}
.heading--category {
	border-bottom: 2px solid transparent;
	/*font-family: "NotoRegular", sans-serif;*/
	font-weight: 500;
	padding: 10px 15px 8px;
	text-align: left;
}
.heading--category--cat01 {
	border-bottom-color: #59a95f;
	color: #59a95f;
}
.heading--category--cat02 {
	border-bottom-color: #77a1c4;
	color: #77a1c4;
}
.heading--category--cat03 {
	border-bottom-color: #e55eb1;
	color: #e55eb1;
}
.heading--category--cat04 {
	border-bottom-color: #736ba7;
	color: #736ba7;
}
.heading--category--cat05 {
	border-bottom-color: #d43d3d;
	color: #d43d3d;
}
.heading--category--cat06 {
	border-bottom-color: #50aac7;
	color: #50aac7;
}
.heading--category--cat07 {
	border-bottom-color: #e9842c;
	color: #e9842c;
}
.heading--category--cat08 {
	border-bottom-color: #abb330;
	color: #abb330;
}
.lead {
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
}
.lead--txL {
	font-size: 1.6rem;
	line-height: 1.75;
}
.lead > b {
	color: #e7161a;
	font-weight: bold;
}
.box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-top: -20px;
	width: 100%;
}
.box--04:before {
	display: block;
	-webkit-box-ordinal-group: 2;
	content: "";
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
	width: 24%;
}
.box--04:after {
    display: block;
    content: "";
    width: 24%;
}
.box__item {
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
	margin-top: 20px;
	-webkit-transition: .5s;
	        transition: .5s;
}
.box__item--02 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	    -ms-flex: 0 0 49%;
	        flex: 0 0 49%;
	max-width: 49%;
}
.box__item--03 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 32%;
	    -ms-flex: 0 0 32%;
	        flex: 0 0 32%;
	max-width: 32%;
}
.box__item--04 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 24%;
	    -ms-flex: 0 0 24%;
	        flex: 0 0 24%;
	max-width: 24%;
}
.box__image--new:before,
.box__image--list:before {
	content: "";
	display: block;
	padding-top: 70.612%;
}
.box__image--popular:before {
	content: "";
	display: block;
	padding-top: 70.731%;
}
.box__image--feature:before {
	content: "";
	display: block;
	padding-top: 55.776%;
}
.box__image--thumbnail {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
}
.thumb li a img{
    min-height: 200px;
    min-width: 10%;
    vertical-align: middle;
}
.box__item--cat01 .box__image--overlay {
	background: rgba(89,169,95,.8);
}
.box__item--cat02 .box__image--overlay {
	background: rgba(119,161,196,.8);
}
.box__item--cat03 .box__image--overlay {
	background: rgba(229,94,177,.8);
}
.box__item--cat04 .box__image--overlay {
	background: rgba(115,107,167,.8);
}
.box__item--cat05 .box__image--overlay {
	background: rgba(212,61,61,.8);
}
.box__item--cat06 .box__image--overlay {
	background: rgba(80,170,199,.8);
}
.box__item--cat07 .box__image--overlay {
	background: rgba(233,132,44,.8);
}
.box__item--cat08 .box__image--overlay {
	background: rgba(171,179,48,.8);
}
.box__item--side {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
	overflow: hidden;
	padding: 15px;
	position: relative;
}
.box__item--side .box__image {
	float: left;
	text-align: center;
	width: 210px;
}
.box__item--side .box__image img {
	max-width: 100%;
	width: auto;
}
.box__item--side .box__detail {
	overflow: hidden;
	padding: 8px 0 50px 25px;
}
.box__item--side .box__btn-download {
	bottom: 15px;
	position: absolute;
	right: 15px;
}
.box__item--bottom_btn {
	position: relative;
}
.box__item-misc {
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	width: 100%;
	padding: 10px;
}
.box__image-misc {
	max-width: 15%;
}
.box__item-misc .box__detail--btn b {
	display: block;
	margin-bottom: 10px !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: bold;
}
.box__item-misc .box__detail--btn {
	padding-left: 20px;
}
.box__item-misc .box__btn-download {
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
}
.box__detail {
	padding: 28px 15px 25px;
	position: relative;
}
.box__detail--narrow {
    padding: 10px 10px 15px;
    line-height: 1.2;
}
.box__detail--story {
	padding-bottom: 40px;
	padding-top: 15px;
}
.box__detail--pdf {
	padding-bottom: 15px;
	padding-top: 15px;
}
.box__detail--map {
	padding-bottom: 20px;
	padding-top: 20px;
}
.box__detail--btn {
	padding: 7px 42px 7px 5px;
    min-height: 43px;
}
.box__detail--btn > b,
.box__detail--btn > p,
.box__detail--btn .box__title {
	line-height: 1.2 !important;
	margin: 0 !important;
	font-size: 1.4rem !important;
}

.box__cat {
	display: inline-block;

	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: -15px;
	z-index: 10;
}
.box__cat:after {
	display: inline-block;

	border: 4px solid transparent;
	border-left-color: #000;
	content: "";
}
.box__cat--short {
	min-width: 72px;
}
.box__cat--long {
	min-width: 132px;
}
.box__cat--01:after, .box__cat--02:after, .box__cat--03:after, .box__cat--04:after, .box__cat--05:after, .box__cat--06:after, .box__cat--07:after, .box__cat--08:after {
	display: block;

	border: 4px solid transparent;
	content: "";
	margin: auto;
	width: 0;
}
.box__cat--01 {
	background: #59a95f;
}
.box__cat--01:after {
	border-top-color: #59a95f;
}
.box__cat--02 {
	background: #77a1c4;
}
.box__cat--02:after {
	border-top-color: #77a1c4;
}
.box__cat--03 {
	background: #e55eb1;
}
.box__cat--03:after {
	border-top-color: #e55eb1;
}
.box__cat--04 {
	background: #736ba7;
}
.box__cat--04:after {
	border-top-color: #736ba7;
}
.box__cat--05 {
	background: #d43d3d;
}
.box__cat--05:after {
	border-top-color: #d43d3d;
}
.box__cat--06 {
	background: #50aac7;
}
.box__cat--06:after {
	border-top-color: #50aac7;
}
.box__cat--07 {
	background: #e9842c;
}
.box__cat--07:after {
	border-top-color: #e9842c;
}
.box__cat--08 {
	background: #abb330;
}
.box__cat--08:after {
	border-top-color: #abb330;
}
.box__title {
	display: block;
	color: #333;
	/*font-family: "NotoMedium";*/
	font-size: 1.6rem;
	/*font-weight: 500;*/
	font-weight: bold;
	line-height: 1.2;
	word-break: break-all;
}
.box__desc {
	display: block;

	color: #333;
	/*font-family: "NotoLight";*/
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 300;
	margin-top: 12px;
}
.box__image {
	display: block;

	line-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #ededed;
}
.box__image:hover .box__image--overlay {
	filter: alpha(opacity=100);
	opacity: 1;
}
.box__image:hover .box__image--overlay:before, .box__image:hover .box__image--overlay:after {
	display: block !important;

	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}
.box__image:hover .box__image--readmore:after {
	filter: alpha(opacity=100);
	margin-right: 0;
	opacity: 1;
}
.box__image > img {
	width: 100%;
}
.box__image--overlay {
	background-color: rgba(0,0,0,.5);
	color: #fff;
	filter: alpha(opacity=0);
	font-family: "Roboto";
	font-size: 1.4rem;
	font-weight: 400;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform: translateZ(0);
	        transform: translate3d(0, 0, 0);
	        transform: translateZ(0);
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
	width: 100%;
	z-index: 5;
}
.box__image--overlay:before, .box__image--overlay:after {
	border-top: 1px solid #fff;
	content: "";
	left: 50%;
	margin-left: -60px;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-transition: all .2s ease-out;
	        transition: all .2s ease-out;
	width: 120px;
	z-index: 1;
}
.box__image--overlay:before {
	margin-top: -22px;
}
.box__image--overlay:after {
	margin-top: 20px;
}
.box__image--readmore {
	height: 36px;
	left: 50%;
	line-height: 36px;
	margin-left: -60px;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	width: 120px;
}
.box__image--readmore:after {
	display: block;

	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	filter: alpha(opacity=0);
	height: 7px;
	margin-right: 5px;
	margin-top: -5px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all .2s ease-out .25s;
	        transition: all .2s ease-out .25s;
	width: 7px;
}
.box__image-pdf {
	margin-bottom: 15px;
	text-align: center;
}
.box__image-pdf img {
	height: 142px;
	width: auto;
}
.box__tag {
	bottom: 15px;
	color: #2b82af;
	font-size: 1.2rem;
	left: 15px;
	position: absolute;
}
.box-side {
	background-color: #fff;
	border: 1px solid #efefef;
	padding: 24px 14px;
}
.box-unit {
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
}
.box__btn-download {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/mypage/btn_download.png) no-repeat;
	background-size: contain;
	-webkit-transition: .5s;
	transition: .5s;
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: #000;
}
.box__btn-download:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.btn {
	display: block;

	background: #a3a3a3;
	border: 0;
	color: #fff;
	cursor: pointer;
	margin: auto;
	padding: 0 20px;
	text-align: center;
	-webkit-transition: .5s;
			transition: .5s;
}
.btn input[type="submit"], input.btn[type="submit"], input.btn[type="button"] {
	color: #fff;
	font-size: 1.4rem;
	/*font-family: "NotoRegular", sans-serif;*/
	transition: .5s;
}
.btn input[type="file"], input.btn[type="file"] {
	display: none;
}
.btn:hover {
	background: #333;
	text-decoration: none;
}
.btn--default {
	font-size: 1.2rem;
	height: 32px;
	line-height: 32px;
}
.btn--small {
	display: inline-block;

	height: 27px;
	line-height: 27px;
	padding-left: 20px;
	padding-right: 20px;
}
.btn--medium {
	height: 36px;
	line-height: 36px;
	max-width: 143px;
}
.btn--medium-large {
	font-size: 1.8rem;
	height: 38px;
	line-height: 38px;
	max-width: 249px;
}
.btn--large {
	height: 56px;
	line-height: 56px;
	max-width: 400px;
}
.btn--back {
	display: inline-block;

	position: relative;
	width: 100px;
}
.btn--back:before {
	display: inline-block;

	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	height: 7px;
	margin-right: 10px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	vertical-align: 0;
	width: 7px;
}
.btn--more {
	display: inline-block;

	padding-right: 25px;
	position: relative;
	width: 132px;
}
.btn--more:before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	content: "";
	height: 7px;
	margin-top: -1px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	width: 7px;
}
.btn--new {
	display: inline-block;

	font-weight: bold;
	line-height: 38px;
	padding-left: 40px;
	padding-right: 20px;
	position: relative;
	text-align: center;
	transition: .5s;
}
.btn--new:before, .btn--new:after {
	background-color: #fff;
	content: "";
	height: 2px;
	left: 14px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 14px;
}
.btn--new:after {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.btn--inline {
	display: inline-block;

	font-size: 1.2rem;
	height: 27px;
	line-height: 27px;
	margin-left: 8px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	transition: .5s;
}
.btn--inline:after {
	display: inline-block;

	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 8px;
	margin-left: 5px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	width: 8px;
}
.btn--inline--plan {
	width: 112px;
}
.btn--inline--user {
	width: 160px;
}
.btn--inline--small {
	width: 63px;
}
.btn--inline--full {
	width: 100%;
}
.btn--liquid {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.btn--entry {
	display: inline-block;

	background-color: #e60012;
	border-radius: 6px;
	font-weight: bold;
	height: 66px;
	line-height: 1.2;
	position: relative;
	text-align: center;
	width: 510px;
	transition: .5s;
}
.btn--entry:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	height: 12px;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	width: 12px;
}
.btn--entry:hover {
	background: #e60012;
	filter: alpha(opacity=70);
	opacity: .7;
}
.btn--entry > span {
	left: 40px;
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.btn--right {
	float: right;
}
.btn--left {
	float: left;
}
.btn-close {
	display: none;

	cursor: pointer;
	/*font-family: "NotoBold", sans-serif;*/
	font-size: 1.2rem;
	/*font-weight: 700;*/
	font-weight: bold;
	padding-top: 23px;
	position: relative;
	text-align: center;
}
.btn-close:before, .btn-close:after {
	background-color: #333;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	top: 8px;
	width: 25px;
}
.btn-close:before {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	        transform: translateX(-50%) rotate(-45deg);
}
.btn-close:after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	        transform: translateX(-50%) rotate(45deg);
}
.btn-clip {
	display: block;

	position: relative;
	-webkit-transition: .15s ease-out;
	        transition: .15s ease-out;
}
.btn-clip img {
	-webkit-transition: .5s;
	        transition: .5s;
}
.btn-clip:before {
	background: url("../images/story/bt_clipped.png") no-repeat;
	background-size: 100% auto;
	bottom: 0;
	content: "";
	filter: alpha(opacity=0);
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: .5s;
	        transition: .5s;
	visibility: hidden;
}
.btn-clip.is-clipped img {
	filter: alpha(opacity=0);
	opacity: 0;
}
.btn-clip.is-clipped:before {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}
.btn-clip.is-clipped:after {
	display: block;

	-webkit-animation: click-wave .65s;
	        animation: click-wave .65s;
	background-color: #52a6ce;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 100;
}
.btn-follow {
	display: block;

	background-color: #a3a3a3;
	color: #fff;
	/*font-family: "NotoMedium", sans-serif;*/
	font-size: 1.8rem;
	/*font-weight: 500;*/
	font-weight: bold;
	text-align: center;
	-webkit-transition: .5s;
	        transition: .5s;
}
.btn-follow:hover {
	filter: alpha(opacity=75);
	opacity: .75;
	text-decoration: none;
}
.btn-follow.icon--state_nonactive {
	background-color: #a3a3a3;
}
.btn-follow.icon--state_active {
	background-color: #50aac7;
}
.btn-follow > span {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	position: relative;
}
.btn-follow.icon--state_nonactive > span {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	padding-left: 25px;
	padding-right: 8px;
}
.btn-follow.icon--state_nonactive > span:before, .btn-follow.icon--state_nonactive > span:after {
	background-color: #fff;
	content: "";
	height: 2px;
	left: 0;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	-webkit-transition: .5s;
	        transition: .5s;
	width: 15px;
}
.btn-follow.icon--state_nonactive > span:after {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.btn-follow.icon--state_active > span:after {
	filter: alpha(opacity=0);
	opacity: 0;
}
.btn-add {
	display: inline-block;

	background-color: #fff;
	border: 1px solid #9a9a9a;
	color: #000;
	font-size: 1.2rem;
	padding: 5px 0;
	position: relative;
	text-align: center;
	-webkit-transition: .5s;
	        transition: .5s;
}
.btn-add:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.btn-add:after {
	display: inline-block;

	border-right: 2px solid #000;
	border-top: 2px solid #000;
	bottom: 0;
	content: "";
	height: 8px;
	margin: auto;
	margin-left: 5px;
	position: absolute;
	right: 15px;
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	width: 8px;
}
.btn-add:hover:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}
.btn-add--full {
	width: 100%;
}
.btn-page-back {
	display: inline-block;

	background-color: #fff;
	border: 2px solid #e7ebee;
	border-radius: 3px;
	color: #000;
	height: 32px;
	line-height: 28px;
	text-align: center;
/*	width: 185px;	*/
	padding: 0 20px;
}
.btn-page-back:before {
	display: inline-block;

	content: "＜";
	font-size: 10px;
	margin-right: 5px;
	vertical-align: top;
}
.btn-page-back:hover {
	filter: alpha(opacity=70);
	opacity: .7;
	text-decoration: none;
}
@-webkit-keyframes click-wave {
	0% {
		filter: alpha(opacity=35);
		height: 30px;
		opacity: .35;
		width: 78px;
	}
	100% {
		filter: alpha(opacity=0);
		height: 150px;
		opacity: 0;
		width: 390px;
	}
}
@keyframes click-wave {
	0% {
		filter: alpha(opacity=35);
		height: 30px;
		opacity: .35;
		width: 78px;
	}
	100% {
		filter: alpha(opacity=0);
		height: 150px;
		opacity: 0;
		width: 390px;
	}
}
.media {
	overflow: hidden;
}
.media__image {
	float: left;
	margin-right: 10px;
	text-align: center;
	-webkit-transition: .5s;
	        transition: .5s;
}
.media__image--rev {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.media__image--border {
	position: relative;
}
.media__image--border:before {
	display: block;

	border: 2px solid #c3c3c3;
	bottom: 0;
	box-shadow: inset 0 0 0 1px #fff;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.media__text {
	line-height: 1.5;
	overflow: hidden;
}
.media__heading {
	line-height: 1.5;
	margin-bottom: 5px;
}
.breadcrumb {
	padding-bottom: 15px;
	padding-top: 15px;
}
.breadcrumb ul {
	font-size: 0;
	letter-spacing: -1em;
	word-spacing: -1em;
}
.breadcrumb li {
	display: inline-block;

	font-size: 1.2rem;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
}
.breadcrumb li + li:before {
	color: #e60012;
	content: ">";
	margin-left: 5px;
	margin-right: 5px;
}
.breadcrumb li a {
	color: #333;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.label-category {
	display: inline-block;

	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	text-align: center;
}
.label-category--short {
	min-width: 72px;
}
.label-category--long {
	min-width: 132px;
}
.label-category--01 {
	background: #59a95f;
}
.label-category--02 {
	background: #77a1c4;
}
.label-category--03 {
	background: #e55eb1;
}
.label-category--04 {
	background: #736ba7;
}
.label-category--05 {
	background: #d43d3d;
}
.label-category--06 {
	background: #50aac7;
}
.label-category--07 {
	background: #e9842c;
}
.label-category--08 {
	background: #abb330;
}
.paging {
	margin-top: 30px;
}
.paging ul {
	font-size: 0;
	letter-spacing: -1em;
	margin-left: -6px;
	text-align: center;
	word-spacing: -1em;
}
.paging li {
	display: inline-block;

	font-size: 1.3rem;
	letter-spacing: normal;
	margin-left: 6px;
	vertical-align: top;
	word-spacing: normal;
}
.paging li a,
.paging li span {
	display: block;

	background-color: #fff;
	border: 1px solid #e7ebee;
	color: #222527;
	height: 34px;
	line-height: 32px;
	text-align: center;
	-webkit-transition: .5s;
	        transition: .5s;
	width: 34px;
}
.paging li a:hover, .paging li.current span {
	background-color: #222527;
	border-color: #222527;
	color: #fff;
}
.paging li a:hover {
	text-decoration: none;
}
.paging__prev, .paging__next {
	text-indent: -9999px;
}
.paging__prev a, .paging__next a {
	position: relative;
}
.paging__prev a:after, .paging__next a:after {
	border-right: 1px solid #222527;
	border-top: 1px solid #222527;
	content: "";
	height: 8px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	-webkit-transition: .5s;
	        transition: .5s;
	width: 8px;
}
.paging__prev a:hover:after, .paging__next a:hover:after {
	border-right-color: #fff;
	border-top-color: #fff;
}
.paging__prev a:after {
	left: 50%;
	margin-left: -2px;
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}
.paging__next a:after {
	margin-right: -2px;
	right: 50%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.sp_pager{
	display:none;
}
.pc_pager{
	display:block;
}
.left_office_info {
	display: none;
}

@media only screen and (max-width: 768px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	.header--pc {
		display: none;
	}
	.header--sp {
		display: block;
	}
	.header__inner--left {
		float: none;
		text-align: center;
	}
	.header__inner--right {
		float: none;
	}
	.header__category,
	.header__area,
	.header__language,
	.header__btn--search,
	.header__btn,
	.header__select {
		display: none;
	}
	.header__btn {
		border-radius: 37px;
		height: 37px;
		left: 0;
		margin: 14px auto;
		position: absolute;
		right: 0;
		top: 53px;
		z-index: 110;
	}
	.header__logo {
		display: block;
		position: absolute;
		z-index: 100;
		left: 0;
		right: 0;
	    top: 18px;
		margin: auto;
	}
	.header__select {
		background-color: #fff;
		left: 0;
		margin-top: 0;
		padding: 20px 15px;
		position: absolute;
		right: 0;
		top: 52px;
		z-index: 100;
	}
	.header__select select {
		display: block;

		margin-left: 0;
		width: 100%;
	}
	.header__select .btn-close {
		left: 50%;
		margin-top: 30px;
		position: relative;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.menu {
		display: block;

		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.menu__login, .menu__nav, .menu__language, .menu__mypage {
		cursor: pointer;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		-webkit-transition: .5s;
		        transition: .5s;
		z-index: 5;
	}
	.menu__login.is-hidden, .menu__nav.is-hidden, .menu__language.is-hidden, .menu__mypage.is-hidden {
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.menu__mypage,
	.menu__login {
		right: 15px;
		text-align: center;
	}
	.menu__mypage img {
		width: 20px;
		height: 24px;
	}
	.menu__login img {
		width: 21px;
		height: 22px;
	}
	.menu__login span {
		display: block;
		/*font-family: "NotoBold", sans-serif;*/
		text-decoration: none;
		color: #000;
		font-size: 1.1rem;
		font-weight: bold;
	}
	.menu__nav {
		left: 15px;
	}
	.menu__nav > div,
	.drawer__nav > div {
		display: block;
		height: 16px;
		overflow: hidden;
		position: relative;
		text-indent: -9999px;
		width: 20px;
		cursor: pointer;
	}
	.drawer__nav > div {
		background: #fff;
		padding-top: 15px;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
	}
	.drawer__nav--left > div {
		left: 226px;
	}
	.drawer__nav--right > div {
		right: 226px;
	}
	.menu__nav > div span, .menu__nav > div:before, .menu__nav > div:after,
	.drawer__nav > div span, .drawer__nav > div:before, .drawer__nav > div:after {
		display: inline-block;

		background-color: #a3a3a3;
		height: 2px;
		left: 0;
		position: absolute;
		-webkit-transition: .4s;
		        transition: .4s;
		width: 100%;
	}
	.drawer__nav > div span, .drawer__nav > div:before, .drawer__nav > div:after {
		width: 60%;
		margin-left: 7px;
	}
	.menu__nav > div:before, .menu__nav > div:after,
	.drawer__nav > div:before, .drawer__nav > div:after {
		content: "";
	}
	.menu__nav > div span {
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.menu__nav > div:before {
		top: 0;
	}
	.menu__nav > div:after {
		bottom: 0;
	}
	.drawer__nav > div span {
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.drawer__nav > div:before {
		-webkit-transform: translateY(7px) rotate(-45deg);
		        transform: translateY(7px) rotate(-45deg);
	}
	.drawer__nav > div:after {
		-webkit-transform: translateY(7px) rotate(45deg);
		        transform: translateY(7px) rotate(45deg);
	}
	.menu__language {
		border: 2px solid #000;
		border-radius: 1px;
		color: #000;
		/*font-family: "NotoBold", sans-serif;*/
		font-size: 1.1rem;
		/*font-weight: 700;*/
		font-weight: bold;
		height: 18px;
		line-height: 14px;
		margin-top: -1px;
		right: 48px;
		text-align: center;
		width: 27px;
	}
	.menu__language:before, .menu__language:after {
		content: "";
		position: absolute;
	}
	.menu__language:before {
		border-bottom: 7px solid transparent;
		border-left: 8px solid #000;
		bottom: -7px;
		left: 5px;
	}
	.menu__language:after {
		border-bottom: 4px solid transparent;
		border-left: 4px solid #fff;
		bottom: -3px;
		left: 7px;
	}
	.menu__search {
		height: 21px;
		right: 15px;
		text-indent: -9999px;
		width: 21px;
	}
	.menu__search:before, .menu__search:after {
		content: "";
		position: absolute;
	}
	.menu__search:before {
		border: 3px solid #000;
		border-radius: 10px;
		height: 16px;
		left: 0;
		top: 0;
		width: 16px;
	}
	.menu__search:after {
		background-color: #000;
		border-radius: 3px;
		bottom: 0;
		height: 3px;
		right: 2px;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		-webkit-transform-origin: 100% 100%;
		        transform-origin: 100% 100%;
		width: 11px;
	}
	.nav {
		display: block;
		margin-top: 0;
		position: fixed;
		top: 0;
		z-index: 9992;
	    max-width: 270px;
	    height: 100%;
	    background: #fff;
	    padding-top: 40px;
	    -webkit-transform: translateX(-270px);
	    		transform: translateX(-270px);
	    -webkit-transition: -webkit-transform .45s 0s;
	    		transition: transform .45s 0s;
		overflow-y: auto;
    	-webkit-overflow-scrolling: touch;
	}
	.nav.is-active {
	    -webkit-transform: translateX(0);
	    		transform: translateX(0);
	}
	.nav__item {
		display: block;

		padding-bottom: 18px;
		padding-top: 17px;
		width: auto !important;
		height: auto;
	}
	.nav__item:before {
		border-top: 1px solid transparent;
		content: "";
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.nav__item:after {
		border-top-width: 1px !important;
		width: auto;
	}
	.nav__item:hover, .nav__item.is-active {
		color: #fff !important;
	}
	.nav__item:hover:after, .nav__item.is-active:after {
		width: auto !important;
	}
	.nav__item:nth-of-type(1) {
		border-top: 1px solid #000;
	}
	.nav__item:nth-of-type(1):hover, .nav__item:nth-of-type(1).is-active {
		background-color: #59a95f;
	}
	.nav__item:nth-of-type(1):hover:before, .nav__item:nth-of-type(1).is-active:before {
		border-top-color: #59a95f;
	}
	.nav__item:nth-of-type(2):hover, .nav__item:nth-of-type(2).is-active {
		background-color: #77a1c4;
	}
	.nav__item:nth-of-type(2):hover:before, .nav__item:nth-of-type(2).is-active:before {
		border-top-color: #77a1c4;
	}
	.nav__item:nth-of-type(3):hover, .nav__item:nth-of-type(3).is-active {
		background-color: #e55eb1;
	}
	.nav__item:nth-of-type(3):hover:before, .nav__item:nth-of-type(3).is-active:before {
		border-top-color: #e55eb1;
	}
	.nav__item:nth-of-type(4):hover, .nav__item:nth-of-type(4).is-active {
		background-color: #736ba7;
	}
	.nav__item:nth-of-type(4):hover:before, .nav__item:nth-of-type(4).is-active:before {
		border-top-color: #736ba7;
	}
	.nav__item:nth-of-type(5):hover, .nav__item:nth-of-type(5).is-active {
		background-color: #d43d3d;
	}
	.nav__item:nth-of-type(5):hover:before, .nav__item:nth-of-type(5).is-active:before {
		border-top-color: #d43d3d;
	}
	.nav__item:nth-of-type(6):hover, .nav__item:nth-of-type(6).is-active {
		background-color: #50aac7;
	}
	.nav__item:nth-of-type(6):hover:before, .nav__item:nth-of-type(6).is-active:before {
		border-top-color: #50aac7;
	}
	.nav__item:nth-of-type(7):hover, .nav__item:nth-of-type(7).is-active {
		background-color: #e9842c;
	}
	.nav__item:nth-of-type(7):hover:before, .nav__item:nth-of-type(7).is-active:before {
		border-top-color: #e9842c;
	}
	.nav__item:nth-of-type(8):hover, .nav__item:nth-of-type(8).is-active {
		background-color: #abb330;
	}
	.nav__item:nth-of-type(8):hover:before, .nav__item:nth-of-type(8).is-active:before {
		border-top-color: #abb330;
	}
	.nav__btn {
		display: none;
	}
	.main__sub {
		margin-bottom: -20px;
	}
	.contents {
		float: none;
		padding-right: 0;
	}
	.side {
		float: none;
		margin-left: 0;
		margin-top: 30px;
		width: auto;
	}
	.pagetop {
		background: none;
		border-right: 3px solid #333;
		border-top: 3px solid #333;
		filter: alpha(opacity=100);
		height: 16px;
		margin: 0 auto 12px;
		opacity: 1;
		position: static;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		visibility: visible;
		width: 16px;
	}
	.footer__upper {
		padding: 0;
		height: auto;
		line-height: 1.5;
		overflow: hidden;
	}
	.footer__upper .container {
		padding: 0;
	}
	.footer__sitemap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;

		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
		margin: auto;
		margin-top: -1px;
		width: 100%;
	}
	.footer__sitemap__list {
		display: block;
		margin: 0;
		height: auto;
		text-align: left;
		border-bottom: 1px solid #e8e8e8;
		width: 100%;
	}
	.footer__sitemap__link {
		display: block;
		padding: 10px;
		color: #666;
		font-size: 1.2rem;
	}
	.footer__sitemap__link:before {
		display: inline-block;
		border-right: 2px solid #c3c3c3;
		border-top: 2px solid #c3c3c3;
		content: "";
		height: 7px;
		margin-right: 10px;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		width: 7px;
	}
	.footer__lower {
		border-top: 0;
	}
	.search {
		display: block;
		margin-top: 0;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9992;
	    max-width: 270px;
	    height: 100%;
	    background: #fff;
	    -webkit-transform: translateX(335px);
	    		transform: translateX(335px);
	    -webkit-transition: -webkit-transform .45s 0s;
	    		transition: transform .45s 0s;
		overflow-y: auto;
    	-webkit-overflow-scrolling: touch;
	}
	.search.is-active {
	    -webkit-transform: translateX(0);
	    		transform: translateX(0);
	}
	.search .btn-close {
		left: 50%;
		margin-top: 30px;
		position: relative;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.search__item {
		display: block;

		text-align: center;
		width: auto !important;
	}
	.search__item + .search__item {
		margin-top: 20px;
	}
	.search__item__cat, .search__item__area, .search__item__txt {
		border-width: 2px;
	}
	.search__item__btn {
		background-image: none;
		border-radius: 37px;
		height: 37px;
		padding-right: 20px;
		text-align: center;
		width: 180px;
	}
	.search__item__btn:before, .search__item__btn:after {
		display: inline-block;
	}
	.search__item__btn:before {
		background: url("../images/common/ic_03.png") no-repeat center center;
		background-size: 16px 16px;
		content: "";
		height: 16px;
		vertical-align: middle;
		width: 16px;
	}
	.search__item__btn:after {
		color: #fff;
		content: "Search";
		font-size: 14px;
		margin-left: 10px;
		vertical-align: -1px;
	}
	.search__item__btn:hover{
		background-image: none;
	}
	.section--first {
		margin-top: 0;
	}
	.layout--inner {
		padding-left: 0;
		padding-right: 0;
	}
	.box__item--03, .box__item--04 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 49%;
		    -ms-flex: 0 0 49%;
		        flex: 0 0 49%;
		max-width: 49%;
	}
	.left_office_info {
		display: block;
		margin-top: 10px;
	}
	.side .office {
		display: none;
	}
	.drawer__search {
		overflow: hidden;
		padding: 15px 12px 12px;
	    background: #fff;
	}
	.drawer__search + .drawer__search {
		padding-top: 0;
	}
	.drawer__search__select {
		-webkit-appearance: none;
			-moz-appearance: none;
				appearance: none;
		background: #fff url("../images/common/ic_02.png") no-repeat right 10px top 12px;
		background-size: 13px 8px;
		border: 1px solid #c3c3c3;
		border-radius: 5px;
		font-size: 1.3rem;
		height: 30px;
		line-height: 30px;
		padding: 0 30px 0 12px;
		text-indent: .01px;
		text-overflow: "";
		width: 245px;
		display: block;
		margin: auto;
	}
	.drawer__search__input {
		display: inline-block;
		-webkit-appearance: none;
			-moz-appearance: none;
				appearance: none;
		background: #fff;
		border: 1px solid #c3c3c3;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-right-width: 0;
		font-size: 1.3rem;
		height: 30px;
		line-height: 30px;
		padding: 0 12px;
		vertical-align: middle;
		width: 100%;
		max-width: 215px;
		float: left;
	}
	.drawer__search__btn {
		-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
		background: #fff url(../images/common/ic_search.png) no-repeat center center;
		background-size: 16px 16px;
		border: 1px solid #c3c3c3;
		border-left: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		height: 30px;
		width: 30px;
		float: left;
	}
	.drawer__toggle {
		display: block;
		height: 47px;
		line-height: 47px;
		padding: 0 12px;
		border-top: 1px solid #c3c3c3;
		background: #fff;
		cursor: pointer;
		position: relative;
	}
	.drawer__toggle:after {
		content: "";
		display: block;
		width: 13px;
		height: 8px;
		background: url(../images/common/ic_02.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 20px;
		right: 18px;
	}
	.drawer__toggle.is-active:after {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.drawer__toggle.bd {
		border-bottom: 1px solid #c3c3c3;
	}
	.drawer__toggle + * {
		display: none;
	}
	.cat__list_item {
		display: block;
		background: #fff;
		line-height: 15px;
		font-size: 1.3rem;
		border-top: 1px solid #c3c3c3;
	}
	.cat__list_item > a {
		display: block;
		color: #000;
		padding-left: 30px;
		position: relative;
		height: 47px;
		line-height: 47px;
	}
	.cat__list_item > a:hover {
		text-decoration: none;
	}
	.cat__list_item > a:before {
		content: "";
		width: 6px;
		height: 26px;
		display: block;
		position: absolute;
		left: 12px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.cat__list_item:nth-of-type(1) > a:before {background: #59a95f;}
	.cat__list_item:nth-of-type(2) > a:before {background: #77a1c4;}
	.cat__list_item:nth-of-type(3) > a:before {background: #e55eb1;}
	.cat__list_item:nth-of-type(4) > a:before {background: #736ba7;}
	.cat__list_item:nth-of-type(5) > a:before {background: #d43d3d;}
	.cat__list_item:nth-of-type(6) > a:before {background: #50aac7;}
	.cat__list_item:nth-of-type(7) > a:before {background: #e9842c;}
	.cat__list_item:nth-of-type(8) > a:before {background: #abb330;}
	.area__list_item__parents {
		display: block;
		color: #000;
		background: #fff;
		padding-left: 30px;
		position: relative;
		height: 47px;
		line-height: 47px;
		border-bottom: 1px dotted #c3c3c3;
		border-top: 1px dotted #c3c3c3;
	}
	.area__list_item__parents:before {
		content: "";
		width: 6px;
		height: 26px;
		display: block;
		position: absolute;
		left: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #e60012;
	}
	.area__list_item__children ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.area__list_item__children li {
		width: 50%;
	}
	.area__list_item__children li a {
		border-right: 1px dotted #c3c3c3;
		border-top: 1px dotted #c3c3c3;
		display: block;
		background: #fff;
		text-align: center;
		color: #000;
	    height: 47px;
	    line-height: 47px;
	}
	.area__list_item__children li:nth-child(even) a {
		border-right: 0;
	}
	.area__list_item__children li:nth-of-type(1) a,
	.area__list_item__children li:nth-of-type(2) a {
		border-top: 0;
	}
	.drawer__list_item:nth-of-type(1) .area__list_item__children li:nth-last-of-type(2) a,
	.drawer__list_item:nth-of-type(2) .area__list_item__children li:nth-last-of-type(2) a,
	.drawer__list_item:nth-of-type(3) .area__list_item__children li:nth-last-of-type(2) a,
	.drawer__list_item:nth-of-type(4) .area__list_item__children li:nth-last-of-type(2) a,
	.drawer__list_item:nth-of-type(5) .area__list_item__children li:nth-last-of-type(2) a {
		border-bottom: 1px dotted #c3c3c3;
	}
	.drawer__list_item:nth-of-type(7) .area__list_item {
		border-bottom: 1px dotted #c3c3c3;
	}
	.drawer__list_item:nth-of-type(1) .area__list_item__parents {
		border-top: 0;
	}
	.drawer__login,
	.drawer__mypage {
		display: block;
		background: #fff;
		margin-left: auto;
		height: 100%;
		padding-top: 55px;
	}
	.drawer__login {
		padding: 15px 30px 0;
		text-align: center;
	}
	.drawer__login .modal__title {
		margin-top: 35px;
	}
	.drawer__login .modal__login__form {
		padding-bottom: 20px;
	}
	.drawer__login .modal__login-account,
	.drawer__login .modal__new-account {
		padding-top: 15px;
	}
	.drawer__mypage--info {
		padding: 0 20px;
		overflow: hidden;
	}
	.drawer__mypage--info dt {
		display: block;
		width: 48px;
		float: left;
	}
	.drawer__mypage--info dt img {
		width: 100%;
		height: auto;
	}
	.drawer__mypage--info dd {
		padding-left: 60px;
	}
	.drawer__mypage--plan {
		padding: 12px 20px;
		margin-top: 15px;
		border-top: 1px solid #c3c3c3;
	}
	.drawer__mypage--plan > * {
		display: inline-block;
	}
	.drawer__mypage--list {
		border-bottom: 1px solid #c3c3c3;
	}
	.drawer__mypage--list-item a {
		display: block;
		background: #fff;
		color: #000;
		padding-left: 30px;
		position: relative;
		height: 47px;
		line-height: 47px;
		border-top: 1px solid #c3c3c3;
	}
	.drawer__mypage--list-item a:before {
		content: "";
		width: 6px;
		height: 26px;
		display: block;
		position: absolute;
		left: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		background: #a3a3a3;
	}
	body.drawer--open {
		height:100%;
		overflow:hidden;
	}
	.drawer__overlay {
		position: fixed;
		opacity: 0;
		visibility: hidden;
		width: 100%;
		height: 100%;
		z-index: 9991;
		background: rgba(0,0,0,.3);
	}
	.drawer__overlay--show {
		opacity: 1;
		visibility: visible;
	}
}
@media only screen and (max-width: 640px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.layout--label ul + p {
		margin-left: 10px;
	}
	.layout--label p {
		margin-left: 5px;
	}
	.lead {
		margin-bottom: 15px;
	}
	.box__item {
		padding: 10px;
	}
	.box__item--02, .box__item--03, .box__item--04 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}
	.box__item--side .box__image {
		float: none;
		width: auto;
	}
	.box__item--side .box__detail {
		margin-top: 15px;
		padding: 0;
	}
	.box__item--side .box__btn-download {
		margin-top: 15px;
		position: static;
		padding: 0;
	}
	.box__detail {
		overflow: hidden;
		padding: 0 0 0 10px;
	}
	.box__item--bottom_btn  {
		position: relative;
	}
	.box__item-misc {
		display: block;
	}
	.box__image-misc {
		max-width: initial;
	}
	.box__item-misc .box__detail--btn {
		padding-left: 10px;
	}
	.box__item-misc .box__detail--btn b {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
	.box__detail--btn {
		position: static;
		padding: 0 45px 0 10px;
	}
	.box__btn-download {
		bottom: 0;
		top: 0;
		right: 10px;
		margin: auto;
	}
	.box__cat {
		margin-bottom: 10px;
		position: static;
	}
	.box__desc {
		/* display: none; */
	}
	.box__image {
		float: left;
		width: 37.846%;
	}
	.box__image--only {
		float: none;
		width: 100%;
	}
	.box__tag {
		margin-top: 12px;
		position: static;
	}
	.btn--entry {
		display: block;

		width: auto;
	}
	.btn--right {
		float: none;
	}
	.btn--left {
		float: none;
	}
	.btn-page-back {
		display: block;

		border-color: #c3c3c3;
		height: 42px;
		line-height: 42px;
		width: 70%;
		margin: auto;
	}
	.btn-page-back:before {
		content: none;
	}
	.sp_pager{
		display:block;
	}
	.pc_pager{
		display:none;
	}
}

/* loading
---------------------------------------- */
.page_wrap {
	width: 100%;
	height: 100%;
	background-color: #fafafa;
}
.loading_wrap {
	display: none;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
}
.ball-pulse-sync {
	width: 100px;
	height: 50px;
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ball-pulse-sync>div {
	background-color: #d43d3d;
	border-radius: 100%;
	margin:2px;display:inline-block;
	vertical-align: middle;
}
@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}
.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -70ms infinite ease-in-out;animation:ball-pulse-sync .6s -70ms infinite ease-in-out}
.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}
.ball-pulse-sync>div{width:15px;height:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both}


.red_attention{
	text-align:center;
	width: 100%;
	color: #333 !important;
}


/* 通知帯の上に余白追加 */
.panel.panel-info.text-center.text-primary {
	margin-top: 20px;
}

/* 登録申請フォームの確認画面のボタン用 */
.double_button {
	text-align:center;
}
.double_button input {
	display:inline;
}
.double_button input + input {
	margin-top: 10px;
}

/* 20170714 特集 概要非表示
.slider__detail__dsc {
	display: none;
}
.section--special .box__desc {
	display: none;
}
 */


/* ----------------------------------------
	20170809 トップページ改修
---------------------------------------- */

/* セクション見出し */
.section {
	padding: 30px 0;
}
.sectionHead {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.sectionHead .en {
	font-family: AlegreyaSans, Verdana, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 40px;
	font-weight: normal;
}
@media only screen and (max-width: 460px) {
	.sectionHead {
		font-size: 12px;
	}
	.sectionHead .en {
		font-size: 30px;
	}
}

/* 一覧系 新スタイル */
.storyList {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.storyList:after {
	content: "";
	display: block;
	max-width: 316px;
	width: 32%;
}
.storyList_item {
	max-width: 316px;
	width: 32%;
	background-color: #fff;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);
	margin-bottom: 30px;
}
.storyList_item a {
	color: #333;
	text-decoration: none;
}
.storyList_texts {
	padding: 10px 15px;
	line-height: 1.5;
}
.storyList_name {
	margin-top: 10px;
	font-size: 12px;
}
.storyList_categoies {
	margin-top: 10px;
	font-size: 12px;
}
.storyList_categoies a {
	display: inline-block;
	margin-right: 3px;
	border: solid 1px #7d7d7d;
	padding: 2px 8px 1px;
}
.storyList_tags {
	margin-top: 10px;
	font-size: 12px;
}
.storyList_tags a {
	display: inline-block;
	padding: 2px 0 1px;
	margin-right: 10px;
}
@media only screen and (max-width: 675px) {
	.storyList:after {
		width: 49%;
	}
	.storyList_item {
		width: 49%;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 460px) {
	.storyList:after {
		display: none;
	}
	.storyList_item {
		width: 100%;
		margin: 0 auto 15px;
	}
}



/* 20170926 add ヘッダー部 未読チャット通知 */
.user-name__base {
	display: inline-block;
}
.icon_notice {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	position: relative;
}
.icon_notice img {
	vertical-align: middle;
}
.icon_notice:after {
	content: "NEW";
	display: block;
	width: 32px;
	height: 13px;
	border-radius: 7px;
	background-color: #e60012;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 13px;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -8px;
}



/* ----------------------------------------
	20170929 add ヘッダー部 スタイル改修
---------------------------------------- */

/* ログインメニュー */
.header__menu__list {
	width: 220px;
	padding: 0;
}
.header__loginMenus {
	background-color: #fff;
	padding: 20px 15px 10px;
	line-height: 1;
}
.header__loginAccount {
	padding-bottom: 15px;
	overflow: hidden;
}
.header__loginAccount_thumb {
	display: inline-block;
	width: 48px;
	margin-right: 7px;
	vertical-align: top;
}
.header__loginAccount_name {
	display: inline-block;
	vertical-align: top;
	font-size: 1.2rem;
}
.header__loginAccount_name a {
	color: #333;
	text-decoration: none;
}
.header__loginPlan {
	border-top: solid 1px #ece9e9;
	padding: 10px 0;
}
.header__loginPlan_name {
	display: inline-block;
	vertical-align: middle;
}
.header__loginPlan_label {
	display: inline-block;
	background-color: #a3a3a3;
	padding: 3px 10px 2px;
	vertical-align: middle;
	margin-top: -3px;
	font-size: 1.2rem;
}
.header__loginPlan_label a {
	color: #fff;
	text-decoration: none;
}
.header__loginMenu {
	padding: 10px 0;
}
.header__loginMenu_item a {
	display: block;
	padding: 8px 0;
	color: #333;
	text-decoration: none;
}
.header__loginMenu_item a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 3px;
	background-color: #e50011;
	vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

/* カテゴリメニュー */
.header__category__list {
	left: 100px;
}
.header__categoryMenus {
	background-color: #fff;
	padding: 5px 15px;
	line-height: 1;
}
.header__categoryMenu {
	padding: 10px 0;
}
.header__categoryMenu_item a {
	display: block;
	padding: 8px 0;
	color: #333;
	text-decoration: none;
}
.header__categoryMenu_item a:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 3px;
	background-color: #e50011;
	vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}

/* エリアメニュー */
.header__area__list {
	width: 580px;
	padding-bottom: 0;
	left: 25px;
}
.header__areaMenus {
	background-color: #fff;
	padding: 5px 15px 20px;
	line-height: 1;
}
.header__areaMenu {
	padding: 10px 0;
}
.header__areaMenu_item {
	padding: 8px 0;
}
.header__areaGroup_title:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 3px;
	background-color: #e50011;
	vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
}
.header__areaGroup_data {
	margin-top: 10px;
	padding-left: 15px;
}
.header__pref_item {
	display: inline-block;
	border-left: 1px solid #000;
    padding-left: 8px;
    margin-left: 3px;
}
.header__pref_item:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
.header__pref_item a {
	color: #333;
}


/* ----------------------------------------
	20171004 add 特集詳細ページ
---------------------------------------- */
.featureDetail {
	padding: 30px 0 60px;
}
.featureStory {
	background-color: #ede9ea;
	padding: 60px 0;
}
.feature_head {
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}
.feature_body {
	margin-top: 30px;
}
.featureOverview {
	margin-top: 60px;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.featureOverview_title {
	box-sizing: border-box;
	width: 310px;
	border-right: solid 1px #e5e5e5;
	font-family: AlegreyaSans, Verdana, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #e5e5e5;
	font-size: 44px;
}
.featureOverview_content {
	box-sizing: border-box;
	width: 714px;
	padding-left: 45px;
	font-size: 20px;
	line-height: 2.5;
	word-wrap: break-word;
}
.featureStory .storyList_image img {
	vertical-align: top;
}
.featureOverview_btnWrap {
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
	margin: 0 auto -20px;
}
@media only screen and (max-width: 675px) {
	.featureOverview {
		display: block;
		margin-top: 30px;
	}
	.featureOverview_title {
		display: none;
	}
	.featureOverview_content {
		width: 100%;
		padding-left: 0;
		font-size: 14px;
		line-height: 1.8;
	}
	.featureOverview_btnWrap {
		width: calc(100% - 20px);
	}
}