﻿@charset "utf-8";

html, body{
	background: #fff none;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
	color: #333;
	letter-spacing: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}
a{/*text-decoration: underline;*/}
a:hover{text-decoration: none;}
a.tdn:hover{text-decoration: none;}
/*TB削除 20200604
.sprite{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
*/
*{box-sizing: border-box;}
img {max-width: 100%;height: auto;}

.bg_bk{
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	opacity: 0;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.width01{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* ---------------------------------------------------------------- wrapper ---- */

#wrapper{
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}

/* ---------------------------------------------------------------- header ---- */

#header{}

.header-inner-top{height: 30px;}
/*TB削除 20200604.header-txt,*/.header-btn{display: inline-block;}
/*TB削除 20200604
.header-txt{
	color: #838383;
	font-size: 12px;
	line-height: 30px;
	padding-left: 196px;
}
*/
.header-btn{float: right;}

.header-btn-list-item{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-align: center;
}

.header-btn-list-item:nth-child(1){background-color: #dcdcdc;color: #000;}
.header-btn-list-item:nth-child(2){background-color: #4cb6cf;}
.header-btn-list-item:nth-child(3){background-color: #adc700;}
.header-btn-list-item:nth-child(4){background-color: #ff9000;}
/*サイトマップ用修正*/
/*.header-btn-list-item:nth-child(5){background-color: #989797;}*/
.header-btn-list-item:nth-child(5){background-color: #fef8aa;color: #333;margin-right: -6px;}
.header-btn-list-item:nth-child(6){background-color: #989797;}

@media screen and (max-width: 767px) {
	.nav-list .header-btn-list .header-btn-list-item {
		height: 45px;
		line-height: 45px;
	}
}

.header-btn-list-item a{
	display: block;
	width: 100%;
	height: 100%;
}

.header-inner-bottom{
	background-color: #333333;
	height: 60px;
	position: relative;
}

.header-logo{
	background: url(../../../file/Outside/common/img/header/logo.png) center /100% no-repeat;
	width: 146px;
	height: 68px;
	display: inline-block;
	top: -26px;
	position: relative;
	margin-left: 26px;
}

.webp .header-logo {
    background: url(../../../file/Outside/common/img/header/logo.webp) center /100% no-repeat;
}

.header-logo__link{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.header-nav{
	font-size: 16px;
	color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1230px) {
	.header-nav {
		font-size: 0.97pc;
	}
}

.header-nav-item{
	display: inline-block;
	z-index: 10;
	height: 60px;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
@media screen and (min-width: 767px){
	.header-nav-item{
		cursor: pointer;
	}
}

.js-btn-open-sub-nav:after, .js-btn-open-sub-nav-lead:after {
	content: '';
	display: inline-block;
	background: url(../../../file/Outside/common/img/header/icon_01.png) center /100% no-repeat;
	width: 10px;
	height: 6px;
	margin-left: 10px;
	position: relative;
	top: -4px;
}

.webp .js-btn-open-sub-nav:after {
    background: url(../../../file/Outside/common/img/header/icon_01.webp) center /100% no-repeat;
}

.js-btn-open-sub-nav, .js-btn-open-sub-nav-lead {
	display: inline-block;
	border-left: 1px solid #fff;
	padding: 0px 12px;
	margin-top: 18px;
}
.js-btn-open-sub-nav-lead {
	color: #BBED36;
}
	.js-btn-open-sub-nav-lead:after {
	background: url(../../../file/Outside/common/img/header/icon_02.png) center /100% no-repeat;
	width: 5px;
	height: 10px;
	top: 0px;
}
.webp .js-btn-open-sub-nav-lead:after {
	background: url(../../../file/Outside/common/img/header/icon_02.webp) center /100% no-repeat;
}

.js-sub-nav{
	display: none;
	position: absolute;
	background: #4cb6cf;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: 60px;
	z-index: 999;
	padding: 14px 20px;
	height: auto;
	/*overflow: hidden;*/
}

.nav{display: inline-block;float: right;}
.header-nav-sub-item {margin-bottom: 13px;}

.header-nav-sub-item a{
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	font-size: 16px;
	word-wrap: break-word;
	word-break: break-all;
}

@media screen and (min-width: 767px){

	.js-sub-nav-inner{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		font-size: 0;
	}

	.header-nav-item:hover{
		background-color: #4cb6cf;
		color: #fff;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.header-nav-sub-item a:hover{
		text-decoration: underline;
		color: #333;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

}

.js-sub-nav ul {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	padding: 20px 15px 20px 15px;
	min-height: 156px;
	height: 100%;
	overflow: hidden;
}

.js-sub-nav ul:not(:last-child){
	border-right: 1px solid #1d8ba5;
	/*float: left;*/
}

.header-nav-sub-item:last-child{margin-bottom: 15px;}
.js-sub-nav ul li span{font-size: 12px;}

.header-nav-sub-item:before{
	content: '';
	background: url(../../../file/Outside/common/img/header/icon_02.png) center /100% no-repeat;
	width: 5px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
}

.webp .header-nav-sub-item:before {
    background: url(../../../file/Outside/common/img/header/icon_02.webp) center /100% no-repeat;
}

#gnav03 .js-sub-nav ul,
#gnav04 .js-sub-nav ul,
#gnav05 .js-sub-nav ul{
	width: 50%;
}

/* ---------------------------------------------------------------- login ---- */
.loginbox{
	background-color: #f7f5e6;
	width: 560px;
	padding: 30px 40px;
}

.loginbox__dl {
	overflow: hidden;
	margin-bottom: 20px;
}

.loginbox__dt,.loginbox__dd{display: inline-block;}

.loginbox__dt{
	color: #023666;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 35px;
	top: 2px;
	position: relative;
}

.loginbox__dt:before{
	content: '';
	border-left: 3px solid #4cb6cf;
	position: relative;
	display: inline-block;
	height: 17px;
	top: 2px;
	margin-right: 11px;
}

.loginbox__dd {float: right;}

.loginbox__form{
	width: 295px;
	height: 40px;
	border: 1px solid rgb(220, 220, 220);
	font-size: 15px;
	line-height: 25px;
	padding-left: 19px;
}

.loginbox-btn{display: inline-block;width: 220px;}

.loginbox-btn-wrp{margin-top: 1em;}
.loginbox-btn-txt{
	letter-spacing: 0.05em;
	font-size: 12px;
	/*display: block;*/
	text-decoration: underline;
	padding-top: 7px;
}

/* ---------------------------------------------------------------- login_bottom ---- */
.loginbox--register{padding: 17px 40px;}

.loginbox--register .loginbox__dl{margin-bottom: 14px;}
.loginbox__dd--register{float: left;}
.loginbox-btn--register{width: 160px;}

/* ---------------------------------------------------------------- header_login_modal ---- */
.ui-dialog .ui-dialog-content{padding: 24px 50px 50px!important;}
.loginbox-modal .loginbox{width: 100%;}

/* ---------------------------------------------------------------- main ---- */

#main{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

/* ---------------------------------------------------------------- side ---- */

.side_area{
	width: 300px;
	float: right;
	margin-top: 50px;
	padding-bottom: 100px;
}
/*TB削除 20200604
.side_ad h4{
	font-size: 12px;
	color: #333333;
}
*/
.side-block-member{
	background-color: #bbed33;
	padding: 25px 0;
}

.side-block-member-btn{
	background-color: #333333;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 200px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	position: relative;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.side-block-member-btn:after{
	content: '';
	background-color: #82d013;
	height: 5px;
	bottom: -5px;
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

@media screen and (min-width: 767px){

	.side-block-member-btn:hover{
		background-color: #fff;
		color: #333;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.side-block-member-btn:hover::after{
		background-color: #333;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
}

.side-logout .side-block-member-btn-reg,
.side-logout .side-block-member-btn-login{
	display: none;
}

.side-block-member-btn-reg{margin-bottom: 15px;}

.side-block-search{
	background-color: #f7f5e6;
	padding: 15px 18px;
	position: relative;
	font-size: 0;
	vertical-align: top;
}

.side-block-search-box{
	width: 224px;
	height: 35px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding: 5px;
	-webkit-appearance: none;
}

.side-block-search-box__submit{
	background: url(../../../file/Outside/common/img/side/search_icon.png) center /100% no-repeat;
	width: 40px;
	height: 35px;
	display: inline-block;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.webp .side-block-search-box__submit {
    background: url(../../../file/Outside/common/img/side/search_icon.webp) center /100% no-repeat;
}

.side-block-ttl{
	background-color: #616161;
	color: #fff;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.2em;
	height: 35px;
	line-height: 35px;
	word-break: break-all;
}

.side-block-news-wrp {
	padding: 15px;
	border: 1px solid #dcdcdc;
}

.side-block-news-item-img,.side-block-news-item-txt{display: table-cell;}

.side-block-news-item-img{
	width: 60px;
}

.side-block-news-item-img img{
	width: 100%;
	height: auto;
}

.side-block-news-item {
	display: table;
	width: 100%;
}

.side-block-news-item a{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.side-block-news-item:not(:first-child){margin-top: 15px;}
.side-block-news-item:not(:last-child){border-bottom: 1px solid #dcdcdc;padding-bottom: 10px;}

.side-block-news-item-txt{
	padding-left: 70px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 3px;
}

.side-block-news-item-txt span{
	color: #a1a1a1;
	font-size: 12px;
	line-height: 1em;
	display: block;
	margin-bottom: 10px;
}

.side-block-news-item-txt p{
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	height: 35px;
	visibility: hidden;
	word-wrap: break-word;
	word-break: break-all;
}

/* ---------------------------------------------------------------- pickup ---- */

.side-block-pickup .side-block-news-item-txt span{
	font-size: 14px;
	margin-bottom: 5px;
}

.side-block-pickup .side-block-news-item-img{
	width: 110px;
}

.side-block-pickup .side-block-news-item-txt p{
	height: 60px;
}

/* ---------------------------------------------------------------- サイドバー/カテゴリ検索 ---- */

.side-block-cat-search-inner{
	background-color: #f7f5e6;
}

.side-block-cat-search-inner__ttl{
	background-color: #e9e7d7;
	color: #01699f;
	font-size: 16px;
	line-height: 24px;
	padding-left: 30px;
	position: relative;
	padding: 8px 35px;
}

.side-block-cat-search-inner__ttl:before{
	content: '';
	background: url(../../../file/Outside/common/img/footer/icon_01.png) center /100% no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	position: absolute;
	left: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.webp .side-block-cat-search-inner__ttl:before{
	background: url(../../../file/Outside/common/img/footer/icon_01.webp) center /100% no-repeat;
}

.side-block-cat-search-inner__list{
	font-size: 13px;
	line-height: 1em;
	padding: 15px 0 15px;
}

.side-block-cat-search-inner__list li{
	position: relative;
	padding-left: 30px;
}

.side-block-cat-search-inner__list li:not(:last-child){
	margin-bottom: 15px;
}

.side-block-cat-search-inner__list li:before{
	content: '';
	background: url(../../../file/Outside/common/img/side/icon_01.png) center /100% no-repeat;
	width: 5px;
	height: 10px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.side-block-cat-search-inner__list li:before{
	content: '';
	background: url(../../../file/Outside/common/img/side/icon_01.png) center /100% no-repeat;
	width: 5px;
	height: 10px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.webp .side-block-cat-search-inner__list li:before{
	background: url(../../../file/Outside/common/img/side/icon_01.webp) center /100% no-repeat;
}

.side-block-cat-search-inner__list li a{
	display: inline-block;
	width: 100%;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.side-block-cat-search-inner__list li a:hover{
	text-decoration: underline;
	color: #4cb6cf;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.side-block-cat-search-inner__ttl--02{
	/*background-color: #4cb6cf;*/
	color: #fff;
	margin-bottom: 2px;
}

.side-block-cat-search-inner__ttl.side-block-cat-search-inner__ttl--02:before{
	content: '';
	background: url(../../../file/Outside/common/img/side/icon_02.png) center /100% no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	position: absolute;
	left: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.webp .side-block-cat-search-inner__ttl.side-block-cat-search-inner__ttl--02:before {
    background: url(../../../file/Outside/common/img/side/icon_02.webp) center /100% no-repeat;
}

.side-block-cat-search-inner__ttl.side-block-cat-search-inner__ttl--02.btn-open-nav--open:before{
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;

}



/* ---------------------------------------------------------------- メーカー用紙テンプレート ---- */
.side-block-template{
	width: 100%;
}

.side-block-template-inner{
	background: url(../../../file/Outside/common/img/side/bg_01.jpg) center /cover no-repeat;
	width: 100%;
	height: auto;
	padding: 14px 18px;
	overflow: hidden;
}

.webp .side-block-template-inner {
    background: url(../../../file/Outside/common/img/side/bg_01.webp) center /cover no-repeat;
}

.side-block-template-list{
	font-size: 14px;
	vertical-align: top;
	float: left;
	width: 50%;
}

.side-block-template-list-item {
	padding-left: 12px;
	background: url(../../../file/Outside/common/img/side/icon_01.png) left 6px /5px 10px no-repeat;
	margin-bottom: 3px;
	list-style: none;
}
.webp .side-block-template-list-item {
    background: url(../../../file/Outside/common/img/side/icon_01.webp) left 6px /5px 10px no-repeat;
}
.side-block-template-list-item a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------------- breadcrumbs ---- */
.breadcrumbs{
	margin: 12px 0;
}

.breadcrumbs-list {
	padding-left: 25px;
	position: relative;
}

.breadcrumbs-list-item{
	display: inline-block;
	font-size: 12px;
}

.breadcrumbs-list-item:not(:last-child):after{
	content: '>';
	display: inline-block;
	margin: 0 3px;
}

.breadcrumbs-list:first-child::before{
	content: '';
	background: url(../../../file/Outside/common/img/icon_01.png) center /100% no-repeat;
	width: 14px;
	height: 13px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 7px;
}

.webp .breadcrumbs-list:first-child::before {
    background: url(../../../file/Outside/common/img/icon_01.webp) center /100% no-repeat;
}

.breadcrumbs-list-item a{
	color: #01699f;
	text-decoration: underline;
}

.breadcrumbs-list-item a:hover{text-decoration: none;}

/* ---------------------------------------------------------------- contents ---- */

.block__ttl{
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

.block__ttl:before{
	content: '';
	background: url(../../../file/Outside/common/img/icon_02.png) center /100% no-repeat;
	width: 13px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.webp .block__ttl:before{
	background: url(../../../file/Outside/common/img/icon_02.webp) center /100% no-repeat;
}

/* ---------------------------------------------------------------- @@ contents item ---- */

.contents_item_list {}

.contents_row {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
	padding: 25px 0 30px;
}

.contents_row::after {
	display: block;
	content: '';
	clear: both;
}

.contents_row .contents_item:nth-of-type(1) {float: left;}
.contents_row .contents_item:nth-of-type(2) {float: right;}

.contents_item {
	display: inline-block;
	width: 315px;
	letter-spacing: normal;
	vertical-align: top;
	 position: relative;
}

.contents_new {
	display: block;
	height: 12px;
	width: 47px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 5px;
	font-size: 11px;
	font-family: "メイリオ", Meiryo, sans-serif;
}

.contents_tag{
	display: inline-block;
	height: 13px;
	width: auto;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
	line-height: 13px;
	padding: 0 8px;
	font-size: 11px;
	font-family: "メイリオ", Meiryo, sans-serif;
}

.contents_tag_p{background: #e4007f;}
/*TB削除 20200604 .contents_tag_b{background: #033e77;}*/
/*TB削除 20200604 .contents_tag_lb{background: #4cb6cf;}*/

.contents_tag_new::before {content: 'NEW';}
/*
.contents_tag_stylish::before {content: 'スタイリッシュ';}
.contents_tag_net::before {content: 'ネットでカンタン作成';}
.contents_tag_season::before {content: '季節';}
.contents_tag_standard::before {content: 'スタンダード';}
*/
.contents_item__img {
	float: left;
	margin-right: 20px;
}

.contents_item__ttl {
	color: #01699f;
	font-size: 18px;
	text-decoration: underline;
	line-height: 32px;
	font-weight: bold;
}

.contents_item__txt {
	margin-top: 25px;
	font-size: 14px;
	min-height: 88px;
}

.contents_item__box {
	box-sizing: border-box;
	background: #e6f3f7;
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	margin-top: 10px;
	word-break: break-all;
	word-wrap: break-word;
}

.contents_item__box span {
	font-weight: bold;
}

.contents_pr-text {
	color: #535353;
	font-size: 14px;
}

.contents_item__img__sp{
	width: 100px;
	max-width: 100px;
}

.contents_pr-area {
	overflow: hidden;
}
.contents_pr-area_bn {
	margin: 20px 15px 0;
	width: 300px;
	display: inline-block;
}
/* ---------------------------------------------------------------- contents_area ---- */
.contents_area{
	width: 670px;
	float: left;
	padding-bottom: 140px;
	position: relative;
}

/* ---------------------------------------------------------------- category-header ---- */

.category-header{
	background-color: #f7f5e6;
	width: 100%;
	height: 200px;
	display: table;
}

.category-header-item{
	width: 50%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.category-header-item__ttl{
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.05em;
	padding-left: 20px;
}

.category-header-item__ttl--sub{
	padding-left: 20px;
	font-size: 16px;
	display: block;
}

.category-header-item__img {
	height: 200px;
	width: auto;
	display: inline-block;
}

.category-header-item--img{text-align: right;}

/* ---------------------------------------------------------------- pagenation ---- */
.pagination {
	padding-top: 30px;
	text-align: center;
}

.pagination_group {
	display: inline-block;
	margin: 0 5px;
	letter-spacing: -.4em;
}

.pagination_item {
	letter-spacing: normal;
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #333;
	color: #fff;
	margin: 0 6px;
}

.pagination_item--current,
.pagination_item:hover {
	background: #bbed33;
	color: #333;
}

.pagination_link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px 7.5px;
}

.contents_area-startbox {
	margin-top: 60px;
}
/* ---------------------------------------------------------------- contents_area_header ---- */
.contents_area-header {
	overflow: hidden;
}
/*TB削除 20200604
.contents_area-header__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 330px;
}
*/

/* ---------------------------------------------------------------- contents_area_nav ---- */

.contents_area_nav{
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 18px 0 18px;
	font-size: 0;
}

.contents_area_nav__list{font-size: 0;}
.contents_area_nav__list:nth-child(-n+2){margin-right: 10px;}
.contents_area_nav__list:last-child{margin-top: 7px;}
.contents_area_nav__list:last-child .contents_area_nav__list__item:last-child{padding-left: 117px;display: block;}
.contents_area_nav__list:last-child .contents_area_nav__list__item:last-child::before{content: '｜';display: inline-block;position: relative;}
.contents_area_nav__list__item{display: inline-block;font-size: 13px;}
.contents_area_nav__list__item:after{content: '｜';display: inline-block;position: relative;}
.contents_area_nav__list__item a,.contents_area_nav__list__dd a{text-decoration: underline;color: #01699f;}
.contents_area_nav__list__item a:hover,.contents_area_nav__list__dd a:hover{text-decoration: none;}
.contents_area_nav__list__item--selected a {
	font-weight: bold;
	text-decoration: none;
	pointer-events: none;
	color: #000;
}

.contents_area_nav__list__dt{
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
}

.contents_area_nav__list__dd{
	display: inline-block;
	font-size: 13px;
}

.contents_area_nav__list__dd::after{content: '｜';display: inline-block;position: relative;}

.contents_area_nav__list-inner{
	display: inline-block;
	width: 540px;
}


/* ---------------------------------------------------------------- シェアボタン ---- */

.contents_area-share{
	text-align: center;
	padding: 15px 0 0;
	margin-bottom: 35px;
}

.contents_area-share-ttl{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 4px;
}
.contents_area-share-list-item{display: inline-block;margin: 0 3.5px;}

/* ---------------------------------------------------------------- 無料で始める ---- */

.contents_area-startbox {
	width: 100%;
	/*background: #4cb6cf;*/
	height: 270px;
	position: relative;
	color: #fff;
	padding: 25px 0 0;
}

.contents_area-startbox-ttl{
	font-size: 25px;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.contents_area-startbox-list{padding: 0 90px;margin-bottom: 7px;width: 100%;}

.contents_area-startbox-list-item{
	display: inline-block;
	width: 48%;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0.05em;
}

.contents_area-startbox-list-item:nth-child(-n+2){margin-bottom: 3px;}

.contents_area-startbox-list-item:before{
	content: '';
	background: url(../../../file/Outside/common/img/start/icon_04.png) center /100% no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.webp .contents_area-startbox-list-item:before{
	background: url(../../../file/Outside/common/img/start/icon_04.webp) center /100% no-repeat;
}

.contents_area-startbox-btn{
	width: 300px;
	height: 70px;
	background-color: #bbed33;
	font-size: 21.95px;
	line-height: 65px;
	letter-spacing: 0.32em;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding-left: 84px;
	text-align: left;
}

.contents_area-startbox-btn:after{
	content: '';
	width: 100%;
	height: 5px;
	background-color: #82d013;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contents_area-startbox-btn:before{
	content: '';
	background: url(../../../file/Outside/common/img/start/icon_06.png) center /100% no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 33px;
	bottom: 0;
	margin: auto;
}

.webp .contents_area-startbox-btn:before{
	background: url(../../../file/Outside/common/img/start/icon_06.webp) center /100% no-repeat;
}

.contents_area-startbox-txt{
	text-align: center;
	font-size: 13px;
	line-height: 34.92px;
	letter-spacing: 0.05em;
}

.contents_area-startbox-txt a{text-decoration: underline;}
.contents_area-startbox-txt a:hover{text-decoration: none;}

/* ---------------------------------------------------------------- 無料で始める（記事目次下） ---- */

.startbox_a {
	background-color: #616161 !important;
	height: auto;
	padding: 10px 0;
	margin-top: 60px;
}
.startbox-ttl_a {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 5px;
}
.startbox_a .contents_area-startbox-btn:before {
	width: 23px;
	height: 23px;
	top: -4px;
	left: 20px;
}

.startbox_a .contents_area-startbox-btn {
	width: 225px;
	height: 49px;
	font-size: 16.5px;
	line-height: 47px;
	letter-spacing: 0.32em;
	padding-left: 56px;
}


@media screen and (max-width: 767px){
	.startbox_a {
		height: auto !important;
		padding: 10px 0 !important;
		margin-bottom: 20px !important;
	}
}
/* ---------------------------------------------------------------- footer ---- */
.footer-nav-wrp {
	/*background-color: #4cb6cf;*/
	height: 74px;
	line-height: 74px;
	color: #fff;
	font-size: 14px;
}

.footer-nav{text-align: center;}
.footer-nav-item{display: inline-block;margin: 0 7px;}

.footer-nav-item a:hover{text-decoration: underline;}

.footer-nav-inner{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* ---------------------------------------------------------------- page_top ---- */
.page-top-wrp{
	height: 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.pageTop {
	display:none;
	position:relative;
}

.pageTop a {
	width: 62px;
	height: 62px;
	background-color: #555555;
	text-indent: -9999px;
	display: inline-block;
	position: fixed;
	right: 100px;
	bottom: 30px;
	transition: 0.3s ease;
	z-index: 9999;
}

.pageTop a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 11px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin: auto;
	position: relative;
	top: 26px;
}

@media screen and (min-width: 768px){
	.pageTop a:hover {
		transition: 0.3s ease;
		background-color: #fff;
		border: 1px solid #4cb6cf;
	}
	.pageTop a:hover:before {
		border-bottom: 11px solid #4cb6cf;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		transition: 0.3s ease;
	}
}




/* SP   */
@media screen and (max-width: 767px){
	.page-top-wrp{}

	.page-top-wrp a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.page-top-btn{
		width: 62px;
		height: 62px;
		background-color: #555555;
		text-indent: -9999px;
		display: inline-block;
		position: absolute;
		right: 0;
		top: -40px;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.page-top-wrp a:hover .page-top-btn{
		top: 0;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
		border-top: solid 2px #e95371;
		border-right: solid 2px #e95371;
	}

	.pageTop a {
		right:15px;
		width: 50px;
		height: 50px;
		border: 1px solid #fff;
	}

	.pageTop a:before{
		margin-top: -8px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
	}

	/*TB追加*/.contents_pr-text {font-size: 13px;}

}

/* ---------------------------------------------------------------- /page_top ---- */

.footer-page-top-btn{
	width: 62px;
	height: 62px;
	background-color: #555555;
	text-indent: -9999px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: -40px;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.footer-page-top-btn:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 11px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin: auto;
	position: relative;
	top: 26px;
}

@media screen and (min-width: 767px){

	.footer-page-top-btn:hover{
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
		background-color: #fff;
		border: 1px solid #4cb6cf;
	}

	.footer-page-top-btn:hover::before{
		border-bottom: 11px solid #4cb6cf;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

}


.footer-left-list {overflow: hidden;}

#footer{
	background-color: #eeeeee;
	padding: 42px 0 0;
}

.footer-inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	/*TB削除 padding-bottom: 40px;*/
	/*TB追加*/ padding-bottom: 50px;
}

.footer-left-ad {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	/*TB削除 margin-bottom: 30px;*/
	/*TB追加*/ margin-top: 30px;
}
.footer-left-ad-mb {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
/*TB追加*/
.footer-upper-ad {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.footer-inner-left{
	width: 770px;
	display: inline-block;
}

.footer-inner-right{
	width: 200px;
	float: right;
	display: inline-block;
}

.footer-list-ttl{
	background-color: #616161;
	color: #fff;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 8px;
	letter-spacing: 0.25em;
}

.footer-list-ttl:not(:first-child){
	margin-top: 28px;
}

.footer-left-list-item{
	width: 192px;
	border-right: 1px solid #d2d2d2;
	padding-left: 10px;
	float: left;
}

.footer-left-list-item li{
	color: #4cb6cf;
	font-size: 13px;
	font-weight: bold;
}

.footer-left-list-item li:not(:first-child){
	margin-top: 20px;
}

.footer-left-list-item li:before{
	content: '';
	background: url(../../../file/Outside/common/img/footer/icon_01.png) center /100% no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.webp .footer-left-list-item li:before{
	background: url(../../../file/Outside/common/img/footer/icon_01.webp) center /100% no-repeat;
}
/* 2024/4/15 TB削除
.footer-left-list-item dd{
	font-size: 12px;
	padding-left: 19px;
}
*/
.footer-left-list-item li a:hover,
/* 2024/4/15 TB削除.footer-left-list-item dd a:hover{text-decoration: underline;}*/

/* ---------------------------------------------------------------- footer_右 ---- */
.footer-inner-right-bnr:not(:last-child) {
	margin-bottom: 10px;
}
.footer-inner-right-bnr a{display: inline-block;width: 100%;height: 100%;}
.footer-inner-policy {margin-bottom: 30px;}
.footer-inner-sns-item{display: inline-block;}
.footer-inner-sns-item:nth-child(2){margin: 0 5px;}
.footer-inner-sns {padding: 12px 0 20px;}
.footer-inner-sns-item a{display: inline-block;width: 100%;height: 100%;}

.footer-inner-sns-item a img{width: 40px;height: auto;}

.footer-inner-nav-list-item a:hover{text-decoration: underline;}

/* ---------------------------------------------------------------- footer_右 コンテンツナビ ---- */
.footer-inner-nav{
	font-size: 14px;
	line-height: 32px;
}

/* ---------------------------------------------------------------- copyright ---- */

.copyright-area{
	background-color: #fff;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}


/* ---------------------------------------------------------------- tag ---- */
.contents_area-tag {margin: 24px 0 0;display: block;font-size: 0;}

/* ---------------------------------------------------------------- タグエリア ---- */

.contents_area-tag-item{
	font-size: 12px;
	color: #575757;
	border: 1px solid #dcdcdc;
	border-radius: 24px;
	padding: 5px 12.5px;
	height: auto;
	line-height: 13px;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 2em;
	text-indent: -1em;
	word-break: break-all;
}

.contents_area-tag-item:before{
	content: '';
	background: url(../../../file/Outside/common/img/icon_03.png) center /100% no-repeat;
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.webp .contents_area-tag-item:before{
	background: url(../../../file/Outside/common/img/icon_03.webp) center /100% no-repeat;
}

.contents_area-tag-item:not(:last-child){margin-right: 10px;}

@media screen and (min-width: 767px){
	.contents_area-tag-item:hover{
		background-color: #4cb6cf;
		color: #fff;
		border: 1px solid #4cb6cf;
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
}

/* ---------------------------------------------------------------- Rounded Button ---- */
.rounded-button-list {
	margin-top: 30px;
	letter-spacing: -.4em;
}

.rounded-button-list .rounded-button-outer:nth-of-type(3n+2) {
	margin-right: 20px;
	margin-left: 20px;
}

.rounded-button-outer {
	letter-spacing: normal;
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
}

.rounded-button {
	box-sizing: border-box;
	display: table;
	border: 1px solid #dcdcdc;
	width: 210px;
	height: 50px;
	border-radius: 10px;
	background: #fff;
	position: relative;
}

.rounded-button_link {
	box-sizing: border-box;
	line-height: 18px;
	color: #01699f;
	font-size: 14px;
	display: table-cell;
	width: 100%;
	height: 100%;
	padding: 5px 5px 5px 45px;
	text-align: left;
	padding-right: 15px;
	vertical-align: middle;
}

.rounded-button_link::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	height: 13px;
	width: 13px;
	margin: auto;
	/*background: url(../../../common/img/footer/icon_01.png) center /100%;*/
	background: url(../../../file/Outside/common/img/footer/icon_01.png) center /100%;
}

.webp .rounded-button_link::before {
	background: url(../../../file/Outside/common/img/footer/icon_01.webp) center /100%;
}

.contents_readmore-btn {
	display: block;
	margin: 50px auto 0;
	text-align: center;
	width: 430px;
}

.cat-areabox__link{
	background-color: #333333;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	width: 300px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	position: relative;
	transition: 0.3s ease;
}

.cat-areabox__link:after {
	content: '';
	background-color: #82d013;
	height: 5px;
	bottom: -5px;
	width: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	-ms-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

@media screen and (max-width: 767px){
	/* ---------------------------------------------------------------- SP Style ---- */
	html, body{
		font-size: 14px;
		min-width: 100%;
	}

	body.fixed{
		overflow: hidden;
		position: fixed;
		width: 100vw;
	}

	#wrapper {min-width: 100%;}
	#main{width: 100%;}

	.header-logo {
		width: 73px;
		height: 42px;
		margin-left: 0;
		position: absolute;
		left: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 11;
	}

	.width01{
		width: 100%;
	}

	/* ---------------------------------------------------------------- header ---- */
	.header-inner-top {display: none;}

	/* ---------------------------------------------------------------- nav ---- */

	.nav,.js-sub-nav {display: none;}

	.nav{
		position: absolute;
		top: 0;
		margin-top: 60px;
		padding-bottom: 60px;
		width: 100%;
		height: calc(100vh - 60px);
		overflow: hidden;
		z-index: 10;
		display: none;
		right: 0px;
		overflow: auto;
	}

	.header-nav-overray{
		display: none;
		background: rgba(0,0,0,0.7);
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 9;
		top: 0;
		left: 0;
	}
	.header-nav-overray--open{
		display: block;
	}

	.nav-list{
		width: 290px;
		background-color: #fff;
		position: relative;
		z-index: 10;
		overflow: hidden;
		float: right;
	}

	.nav-list .header-btn{float: none;width: 100%;}

	.bg_bk {
		display: none;
	}

	/* ---------------------------------------------------------------- ログインボタン等 ---- */
	.nav-list .header-btn-list .header-btn-list-item{
		width: 50%;
		height: 50px;
		line-height: 50px;
		display: inline-block;
	}
	.nav-list .header-btn-list .header-btn-list-item a{
		display: block;
		height: 100%;
		width: 100%;
	}

	.nav-list .header-btn-list .header-btn-list-item--old{
		width: 100%;
		display: block;
		height: 25px;
		line-height: 25px;
		font-size: 11px;
	}

	/* ---------------------------------------------------------------- 検索窓 ---- */
	.nav-list-seach{background-color: #f7f5e6;padding: 20px 0;}

	.nav-list-seach form {
		display: flex;display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		width: 290px;
	}

	.nav-list-seach-box{
		width: 220px;
		display: inline-block;
		outline: 0;
		border: none;
		height: 35px;
		border-radius: 0;
		-webkit-appearance: none;
	}

	.nav-list-seach-box__submit {
		background: url(../../../file/Outside/common/img/side/search_icon.png) center /100% no-repeat;
		width: 40px;
		height: 35px;
		display: inline-block;
		border: 0;
		outline: 0;
	}

	.webp .nav-list-seach-box__submit {
		background: url(../../../file/Outside/common/img/side/search_icon.webp) center /100% no-repeat;
	}

	/* ---------------------------------------------------------------- header_nav ---- */
	.header-nav{
		width: 100%;
		margin: auto;
		overflow: hidden;
		float: none;
		display: block;
		padding: 0;
	}

	.header-nav .header-nav-item{
		width: 100%;
		display: block;
		color: #fff;
		height: auto;
		line-height: 50px;
		background-color: #616161;
		margin-bottom: 1px;
		position: relative;
	}

	.header-nav .header-nav-item:last-child{border-bottom: none;}

	.js-btn-open-sub-nav, .js-btn-open-sub-nav-lead {
		font-size: 13px;
		letter-spacing: 0.05em;
		padding: 0 0 0 15px;
		margin-top: 0;
		color: #fff;
		display: inline-block;
		width: 100%;
		border-left: none;
	}
	.js-btn-open-sub-nav:after {
		background: url(../../../file/Outside/common/img/header/sp/icon_01.png) center /100% no-repeat;
		width: 15px;
		height: 9px;
		margin-left: 10px;
		position: absolute;
		top: 22px;
		right: 15px;
		margin: auto;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.webp .js-btn-open-sub-nav:after {
		background: url(../../../file/Outside/common/img/header/sp/icon_01.webp) center /100% no-repeat;
	}
	.btn-open-sub-nav--open.js-btn-open-sub-nav:after, .btn-open-sub-nav--open.js-btn-open-sub-lead:after {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}
	.js-btn-open-sub-nav-lead:after {
		background: none;
	}
	.webp .js-btn-open-sub-nav-lead:after {
		background: none;
	}
	/* ---------------------------------------------------------------- 子カテゴリー ---- */

	.js-sub-nav {
		position: relative;
		top: 0;
		width: 100%;
		padding: 0;
	}

	.js-sub-nav ul {
		width: 100%;
		display: block;
		vertical-align: top;
		padding: 0;
		max-height: inherit;
		min-height: inherit;
		height: auto;
	}

	.js-sub-nav ul:not(:last-child) {
		border-right: none;
		float: none;
		background-color: #4cb6cf;
	}

	#gnav03 .js-sub-nav ul, #gnav04 .js-sub-nav ul, #gnav05 .js-sub-nav ul {
		width: 100%;
	}

	.js-sub-nav li {
		border-top: none;
		background-color: #eeeeee;
		font-size: 13px;
		position: relative;
		line-height: 1.7em;
	}

	.header-nav-sub-item,
	.header-nav-sub-item:last-child {
		margin-bottom: 1px;
	}

	.header-nav-sub-item:before {
		content: '';
		background: url(../../../file/Outside/common/img/header/sp/icon_02.png) center /100% no-repeat;
		width: 9px;
		height: 15px;
		display: inline-block;
		margin-right: 5px;
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.webp .header-nav-sub-item:before {
		background: url(../../../file/Outside/common/img/header/sp/icon_02.webp) center /100% no-repeat;
	}

	.header-nav-sub-item a{
		padding: 0;
		color: #4cb6cf;
		line-height: 1.2em;
		padding: 15px 25px 15px 15px;
		display: inline-block;
		width: 100%;
		height: 100%;
	}

	/* ---------------------------------------------------------------- NAV ボタン ---- */

	.header-btn-wrp{
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 0;
	}

	.btn-open-nav{background: #bbed33;z-index: 99;}

	/* ---------------------------------------------------------------- 閉じるボタン ---- */
	.header-nav-close_btn{
		background-color: #bbed33;
		width: 100%;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}

	.header-nav-close_btn span {
		vertical-align: middle;
		display: inline-block;
	}

	.header-nav-close_btn img{
		width: 18.5px;
		height: auto;
		margin-top: 20px;
		margin-right: 10px;
	}

	/* ---------------------------------------------------------------- nav_animation ---- */

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 60px;
		height: 60px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 20px;
		height: 2px;
		background-color: #333;
		right: 0;
		margin-right: auto;
		margin-left: auto;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 16px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 24px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 26px;
	}

	.menu-trigger span:nth-of-type(4) {
		bottom: 21px;
		background-color: transparent;
		left: 0;
		right: 0;
		font-size: 10px;
		display: block;
		text-align: center;
		width: 100%;
	}

	.menu-trigger span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background-color: #333;
		transition: all .4s;
	}
	.menu-trigger.btn-open-nav--open span:nth-of-type(1) {
		transform: translateY(20px) scale(0);
	}
	.menu-trigger.btn-open-nav--open span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu-trigger.btn-open-nav--open span:nth-of-type(2)::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.menu-trigger.btn-open-nav--open span:nth-of-type(3) {
		transform: translateY(-20px) scale(0);
	}

	/* ---------------------------------------------------------------- login ---- */
	.loginbox {
		width: 300px;
		padding: 4px 15px 20px;
		margin: 0 auto;
	}

	.loginbox__dl {margin-bottom: 5px;}
	.loginbox__dt, .loginbox__dd {display: block;}
	.loginbox__dt{font-size: 12px;letter-spacing: 0.05em;line-height: 30px;}

	.loginbox__dd {float: none;}
	.loginbox__dt:before {height: 14.5px;top: 2px;margin-right: 5px;}

	.loginbox__form {
		width: 100%;
		height: 30px;
		font-size: 12px;
		line-height: 12.5px;
		padding-left: 6px;
	}

	.loginbox-btn-wrp {margin-top: 16px;}
	.loginbox-btn {display: inline-block;width: 206px;}

	.loginbox-btn-txt {
		letter-spacing: 0.025em;
		font-size: 11.25px;
		padding-top: 0;
	}

	/* ---------------------------------------------------------------- 登録 ---- */
	.loginbox--register .loginbox__dt{
		letter-spacing: -0.7px;
		line-height: 21px;
	}

	.loginbox--register .loginbox__dl {margin-bottom: 7px;}

	.loginbox__dd--register{margin-bottom: 15px;}
	.loginbox-btn {width: 150px;}

	/* ---------------------------------------------------------------- box02 ---- */
	/* ---------------------------------------------------------------- header_login_modal ---- */
	.ui-dialog .ui-dialog-content{padding: 0px 15px 15px!important;}

	.loginbox-modal .contents_area-txt{margin: 10px 0 11px;padding: 0;}
	.loginbox-modal .loginbox-btn{width: 207px;}
	.loginbox-modal .loginbox--register .loginbox__dt {
		letter-spacing: 0;
		line-height: 18px;
		padding-left: 1em;
		text-indent: -1em;
	}

	.loginbox-modal .loginbox__dd--register{font-size: 12px;line-height: 12.5px;}
	.loginbox-modal .loginbox-btn.loginbox-btn--register {width: 150px;}
	.loginbox-modal .loginbox.loginbox--register{padding-bottom: 15px;}

	/* ---------------------------------------------------------------- 下層ページパンくず ---- */
	.breadcrumbs {margin: 5px 0;padding: 0 15px;}
	.breadcrumbs-list:first-child::before {top: 5px;}
	.breadcrumbs-list {padding-left: 15px;}

	.breadcrumbs-list-item {
		display: inline-block;
		font-size: 11px;
		line-height: 18px;
	}

	.breadcrumbs-list:first-child::before {
		width: 11px;
		height: 10px;
		top: 7px;
	}

	/* ---------------------------------------------------------------- side ---- */

	.side_area {
		width: 300px;
		float: none;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 54px;
	}
	/*TB削除 20200604
	.side_ad h4 {
		font-size: 10px;
	}
	*/
	/* ---------------------------------------------------------------- 新着記事 ---- */

	.side-block-ttl {
		background-color: #616161;
		color: #fff;
		text-align: center;
		font-size: 13px;
		letter-spacing: 0.1em;
		height: 30px;
		line-height: 30px;
	}

	.side-block-news-item-img {width: 30px;height: 30px;}
	.side-block-news-item-img img {max-width: 100%;}
	.side-block-news-item-txt span {margin-bottom: 5px;}
	.side-block-news-item-txt p {
		font-size: 12px;
		line-height: 12px;
		height: 12px;
	}

	/* ---------------------------------------------------------------- pickup ---- */
	/*
	.side-block-pickup .side-block-news-item-img{
		width: 55px;
		height: 33.5px;
	}
*/
	.side-block-pickup .side-block-news-item-txt p {
		font-size: 12px;
		line-height: 19px;
		height: 35px;
		overflow: hidden;
	}

	.side-block-pickup .side-block-news-item-txt span {
		font-size: 12px;
		margin-bottom: 5px;
	}

	/* ---------------------------------------------------------------- contents ---- */

	.block__ttl{
		font-size: 16px;
		letter-spacing: 0.05em;
		margin-bottom: 3px;
	}

	.block__ttl:before{
		width: 10px;
		height: 16px;
	}

	/* ---------------------------------------------------------------- box02 ---- */
	.category-header{height: 120px;}

	.category-header-item{
		width: calc(100% - 130px);
	}

	.category-header-item__ttl,.category-header-item__ttl--sub{
		padding-left: 15px;
		letter-spacing: 0.025em;
	}

	.category-header-item__ttl{font-size: 16px; line-height: 21px;margin-top: 5px}
	.category-header-item__ttl--sub{font-size: 11px; line-height: 16px;}

	.category-header-item--img {padding-right: 15px; width: 130px;}
	.category-header-item__img {height: auto;width: 105px;}

	/* ---------------------------------------------------------------- シェアボタン ---- */

	.contents_area-share {
		text-align: center;
		padding: 17px 0 0;
		margin-bottom: 35px;
	}

	.contents_area-share-ttl {
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-bottom: 4px;
	}

	/* ---------------------------------------------------------------- pagenation ---- */
	.pagination_group {margin: 0 2px;}
	.pagination_item {margin: 0 4px 0 0;}

	/* ---------------------------------------------------------------- startbox ---- */

	.contents_area-startbox {
		width: 290px;
		height: 255px;
		padding: 11px 0 0;
		margin: auto;
		margin-top: 30px; /*TB追加*/
	}

	.contents_area-startbox-ttl {font-size: 14px;letter-spacing: 0.025em;}
	.contents_area-startbox-list {padding: 0 55px;}

	.contents_area-startbox-list-item {
		width: 100%;
		font-size: 12px;
		line-height: 17.5px;
		letter-spacing: 0.025em;
	}

	.contents_area-startbox-list-item:nth-child(-n+2) {margin-bottom: 0;}
	.contents_area-startbox-list-item:before {width: 11px;height: 11px;margin-right: 7px;}

	.contents_area-startbox-btn:before {
		width: 23px;
		height: 23px;
		top: -4px;
		left: 20px;
	}

	.contents_area-startbox-btn {
		width: 225px;
		height: 49px;
		font-size: 16.5px;
		line-height: 47px;
		letter-spacing: 0.32em;
		padding-left: 56px;
	}

	.contents_area-startbox-txt {
		font-size: 12px;
		line-height: 17px;
		letter-spacing: 0.05em;
		margin: 7px 0;
	}

	/* ---------------------------------------------------------------- box02 ---- */
	.contents_item__txt {
		margin-top: 10px;
		font-size: 11px;
		min-height: 51px;
	}

	/* ---------------------------------------------------------------- タグ ---- */
	.contents_area-tag {
		margin: 24px 0 24px;
		display: block;
		padding: 0 15px;
	}

	.contents_area-tag-item {
		font-size: 11px;
		padding: 2px 9.5px;
		height: auto;
		line-height: 18px;
		padding-left: 2em;
	}

	/* ---------------------------------------------------------------- contents_area_nav__list ---- */
	.contents_area_nav__list:last-child .contents_area_nav__list__item:last-child {padding-left: 0;display: inline-block;}
	.contents_area_nav__list:last-child .contents_area_nav__list__item:last-child::before {content: none;}
	.contents_area_nav__list__item {font-size: 11px;}

	.contents_area-inner {border: none;}

	.contents_area_nav {
		padding: 12px 15px;
	}

	.contents_area_nav__list-inner {
		display: inline-block;
		width: 100%;
	}

	.contents_area_nav__list__dt,.contents_area_nav__list__dd{font-size: 11px;}

	/* ---------------------------------------------------------------- footer ---- */

	#footer {
		background-color: #eeeeee;
		padding: 0;
	}

	.footer-nav-wrp {
		background-color: #4cb6cf;
		height: auto;
		line-height: inherit;
		color: #fff;
		font-size: 14px;
	}

	.footer-nav-inner {
		width: 100%;
	}

	.footer-page-top-btn {
		width: 100%;
		height: 50px;
		display: block;
		position: relative;
		top: 0;
	}

	.footer-page-top-btn:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-bottom: 11px solid #fff;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		margin: auto;
		position: relative;
		top: 19px;
	}

	.footer-nav {
		text-align: center;
		font-size: 13px;
		padding: 10px 50px;
	}

	.footer-nav-item {margin: 0;}
	.footer-nav-item:not(:last-child){margin-right: 5px;}
	.footer-nav-item:not(:last-child) a{border-right: 1px solid #fff;padding-right: 5px;}

	.footer-left-ad,.footer-upper-ad {display: none;}
	.footer-left-ad-mb {
		display: block;
		text-align: left;
		margin-top: 30px;
	}
	/* ---------------------------------------------------------------- box02 ---- */
	.footer-inner {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 40px;
		text-align: center;
	}

	.footer-list-ttl:not(:first-child) {
		margin-top: 0;
	}

	.footer-inner-left {
		width: 100%;
		display: block;
	}

	.footer-list-ttl {
		text-align: left;
		font-size: 13px;
		line-height: 50px;
		margin-bottom: 1px;
		letter-spacing: 0.1em;
		height: 50px;
		padding-left: 15px;
		position: relative;
	}

	.footer-list-ttl:after{
		content: '';
		background: url(../../../file/Outside/common/img/header/sp/icon_01.png) center /100% no-repeat;
		width: 15px;
		height: 9px;
		margin-left: 10px;
		position: absolute;
		top: 22px;
		right: 15px;
		margin: auto;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.webp .footer-list-ttl:after{
		background: url(../../../file/Outside/common/img/header/sp/icon_01.webp) center /100% no-repeat;
	}

	.btn-open-nav--open.footer-list-ttl:after {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-ms-transition: 0.3s ease;
		-webkit-transition: 0.3s ease;
		transition: 0.3s ease;
	}

	.footer-left-list{display: none;}

	.footer-left-list-item, .footer-left-list-item:not(:last-child) {
		float: none;
		width: 100%;
		border: 0;
		padding-left: 0;
		display: block;
	}

	.footer-left-list-item li:not(:first-child){margin-top: 0;}

	.footer-left-list-item li {
		height: auto;
		line-height: 22px;
		border-bottom: 1px solid #4cb6cf;
		position: relative;
		text-align: left;
	}

	.footer-left-list-item li a{
		padding: 13.5px 40px 13.5px 15px;
		display: inline-block;
		width: 100%;
		height: 100%;
	}
	/* 2024/4/15 TB削除
	.footer-left-list-item dd{display: none;}
	*/
	.footer-left-list-item li:before {
		content: '';
		background: url(../../../file/Outside/common/img/header/sp/icon_02.png) center /100% no-repeat;
		width: 9px;
		height: 15px;
		display: inline-block;
		margin-right: 5px;
		position: absolute;
		right: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.webp .footer-left-list-item li:before {
		background: url(../../../file/Outside/common/img/header/sp/icon_02.webp) center /100% no-repeat;
	}

	/* ---------------------------------------------------------------- box02 ---- */

	.footer-inner-right {
		width: 100%;
		float: none;
		display: block;
		padding: 0 15px;
	}

	.footer-inner-right .footer-list-ttl{
		background-color: transparent;
		color: #616161;
		text-align: center;
		padding-left: 0;
	}

	.footer-inner-right .footer-list-ttl:after{
		content: none;
	}

	.footer-inner-right-bnr {
		width: 92.5px;
		display: inline-block;
	}

	.footer-inner-right-bnr img{
		max-width: 100%;height:auto;
	}

	.footer-inner-right-bnr:nth-child(odd){}

	.footer-inner-right-bnr_last{}

	.footer-inner-nav-list-item {
		display: inline-block;
	}

	.footer-inner-nav-list-item:not(:last-child)::after{
		content: '|';
		display: inline-block;
		position: relative;
		margin: 0 3px;
	}

	.footer-inner-sns-item{
		width: 38px;
		height: 38px;
	}

	.footer-inner-sns-item a img{
		width: 38px;
		height: auto;
	}

	.footer-inner-policy{
		position: relative;
		overflow: hidden;
		width: 290px;
		margin-right: auto;
		margin-left: auto;
	}

	.footer-inner-policy img{
		width: 150px;height:75px;
		float: left;
	}

	.footer-inner-policy p{
		padding: 5px;
		float: right;
		width: 140px;
	}

	/* ---------------------------------------------------------------- copyright ---- */

	.copyright-area{
		padding-top: 15px;
	}

	/* ---------------------------------------------------------------- Rounded Button ---- */
	.rounded-button-list {
		display: block;
		margin-top: 25px;
		width: 290px;
		margin: 25px auto 0;
		overflow: hidden;
	}

	.rounded-button-list .rounded-button-outer:nth-of-type(3n+2) {
		margin-right: 0px;
		margin-left: 0px;
	}

	.rounded-button-list .rounded-button-outer:nth-of-type(2n+1) {
		margin-right: 10px;
	}

	.rounded-button-outer {
		letter-spacing: normal;
		display: inline-block;
		margin-top: 0;
		float: left;
		margin-bottom: 10px;
	}

	.rounded-button-outer:nth-last-child(-n+4){
		margin-top: 0;
	}

	.rounded-button {
		width: 140px;
		height: 30px;
		border-radius: 5px;
	}

	.rounded-button_link {
		line-height: 15px;
		font-size: 11px;
		padding-left: 30px;
	}

	.rounded-button_link::before {
		left: 10px;
	}

	.contents_readmore-btn {
		margin: 30px auto 0;
		width: calc(100% - 30px);
		max-width: 430px;
	}

	.cat-areabox__link{
		font-size: 13px;
		/*padding-top: 10px;*/
	}

	.contents_pr-area_bn {
		display: block;
		width: 300px;
		margin: auto;
		margin-top:20px;
	}
}

/* ---------------------------------------------------------------- Retina ---- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
}

/* ---------------------------------------------------------------- SP Retina ---- */
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5),only screen (min-resolution: 144dpi) {
}

/* ---------------------------------------------------------------- PC Retina ---- */
@media only print,screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5),only screen (min-resolution: 144dpi) {
}


span.sp-only {
	display: none;
}
/* ---------------------------------------------------------------- PC Style ---- */
@media screen and (min-width: 767px) {
	span.sp-only {
		display: none;
	}
}
/* ---------------------------------------------------------------- SP Style ---- */
@media screen and (max-width: 767px) {
	span.sp-only {
		display: inline;
	}
}


/* ---------------------------------------------------------------- google button ---- */
.gsi-material-button {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #747775;
	border-radius: 4px;
	box-sizing: border-box;
	color: #1f1f1f;
	cursor: pointer;
	font-family: 'Roboto', arial, sans-serif;
	font-size: 14px;
	height: 40px;
	outline: none;
	overflow: hidden;
	padding: 0 12px;
	position: relative;
	text-align: center;
	transition: background-color .218s, border-color .218s, box-shadow .218s;
	vertical-align: middle;
	white-space: nowrap;
	max-width: 400px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		height: 100%;
		justify-content: center;
		width: 100%;
	}

.gsi-material-button .gsi-material-button-icon {
		height: 20px;
		margin-right: 10px;
		min-width: 20px;
		width: 20px;
	}

.gsi-material-button .gsi-material-button-contents {
		font-family: 'Roboto', arial, sans-serif;
		font-weight: 500;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: top;
	}

.gsi-material-button .gsi-material-button-state {
		transition: opacity .218s;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0;
	}

.gsi-material-button:not(:disabled):hover {
		box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
	}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
			background-color: #303030;
			opacity: 8%;
		}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
		background-color: #303030;
		opacity: 12%;
	}

.gsi-material-button:disabled {
		cursor: default;
		background-color: #ffffff61;
		border-color: #1f1f1f1f;
	}

.gsi-material-button:disabled .gsi-material-button-contents,
.gsi-material-button:disabled .gsi-material-button-icon {
			opacity: 38%;
		}

/* ---------------------------------------------------------------- line ---- */
.heading {
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
}
.heading::before,
.heading::after {
		background-color: #4cb6cf; /* 横線の色 */
		/* border-radius: 5px; 横線の両端を丸く */
		content: "";
		flex-grow: 1; /* 横幅いっぱい */
		height: 1px; /* 横線の高さ */
	}
.heading::before {
	margin-right: 15px; /* 文字との余白 */
}
.heading::after {
	margin-left: 15px; /* 文字との余白 */
}
