@charset "utf-8";
/* CSS Document */


/*--------------------------
 下層コンテンツ共通
------------------------------*/

.under_contents_wrap01 {
	padding-top: 0;
	margin-bottom: 30px;
}
.pankuzu {
	margin-bottom: 20px;
}
.entry_detail .pankuzu{
	margin-bottom: 34px;
}
.pankuzu li {
	display:inline;
	font-size: 13px;
}
.pankuzu li a {
	padding-right: 5px;
}
.pankuzu li img {
	vertical-align: inherit;
}
.pankuzu li::after {
	content: '>';
}
.pankuzu li:last-child::after {
	content: '';
}
.under_contents_wrap01 h2, .aside_title03 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.under_contents_wrap01 #main h2 {
	font-size: 25px;
}

.under_contents_wrap01 #side {
	padding-top: 50px;
}
.under_contents_wrap01 #side.pnone {
	padding-top: 0;
}
.text_box01 {
	overflow: hidden;
}
.text_box01 h2 {
	float: left;
	width: auto;
	display: inline-block;
}
.text_box01 .link_btn04 {
	float: right;
	width: auto;
}
.text_box02 {
	margin-bottom: 30px;
	font-size: 16px;
}
.text_box02 span {
	color: #ff7f00;
	font-size: 21px;
}
.under_contents_wrap01 .pagination {
	margin-bottom: 30px;
}
.under_contents_wrap01 .form_box {
	margin-bottom: 20px;
}
#searchform_inbody {
	width: 360px;
	display: inline-block;
	height: 35px;
	position: relative;
	margin-right: 14px;
	vertical-align: -12px;
}
#keywords_inbody {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	border: 1px solid #CCC;
	background-color: #f1f1f1;
	font-size: 14px;
	padding: 5px;
}
#searchBtn_inbody {
	position: absolute;
	top: 8px;
	right: 5px;
	background: url(../img/common/icon_06.png) no-repeat center center;
	width: 17px;
	height: 16px;
	border: none;
}


@media screen and (max-width: 768px) {
	.pankuzu {
		margin-bottom: 0;
	}
	.under_contents_wrap01 {
		padding-top: 70px;
	}
	.under_contents_wrap01 #side {
		padding-top: 0;
	}
	.text_box02 {
		font-size: 14px;
	}
	.text_box02 span {
		color: #ff7f00;
		font-size: 18px;
		padding: 0 5px;
	}
	.under_contents_wrap01 .pagination {
		margin-bottom: 0;
	}
	.sp_mb30 {
		margin-bottom: 30px !important;
	}
	.text_box01 {
		overflow: hidden;
	}
	.text_box01 h2 {
		font-size: 20px !important;
	}
	.text_box01 .link_btn04 {
		float: right;
	}
	#searchform_inbody {
		width: 250px;
		max-width: 50%;
		margin-left: 0;
		margin-right: 5px;
	}
	#keywords_inbody {
	}
	#searchBtn_inbody {
	}
}
/*--------------------------
 新着記事一覧
------------------------------*/

.article_list01 {
	margin-bottom: 50px;
}
.article_content01 {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
.article_content01:not(:first-child) {
	padding-top: 15px;
}
.article_content01:not(:first-child):before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	border-top: 1px dashed #333;
	position: absolute;
	top: 0;
	left: 0;
}

.post_img_box01 {
	position: static;
	height: auto;
	float:left;
	width: 283px;
}
.post_txt_box01 {
	float: right;
	width: 395px;
}
.post_txt_box02 {
	border-bottom: 1px dotted #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.post_txt_box03 {
	font-size: 15px;
	margin-bottom: 0;
}
.category_tag {
	position: absolute;
	top: 15px;
	left: 0;
	display: inline-block;
	background-color: rgba( 0, 0, 0, 0.55 );
	margin-left: 0 !important;
	z-index: 2;
}
.article_content01:first-child .category_tag{
	top:0;
}
.category_tag span {
	background: url(../img/common/icon_03.png) no-repeat 5px center;
	background-size: 20px 20px;
	color: #FFF;
	padding: 5px 5px 5px 30px;
	font-size: 11px;
	display: block;
	z-index: 999;
}
/* .category_tag a:hover,
.post_title a:hover,
.tag_list a:hover,
.post_name01 a:hover,
.post_area a:hover {
	text-decoration: underline;
} */

.post_img {
	margin-bottom: 0;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.post_img span {
	position: relative;
	display: block;
}
.under_contents_wrap01 .post_title {
	font-size: 23px;
	letter-spacing: -1.5px;
	line-height: 1.2;
}
.post_title span.rank { color: #FF7F00; }
.post_title02 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1.5px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.tag_list {
	margin-bottom: 5px;
}
.tag_list li {
	display: inline;
	font-size: 13px;
}
.tag_list li:before {
	content: "#";
	color: #999;
}

.tag_list li::after {content: ' / ';}
.tag_list li:last-child::after {content: '';}

.post_name01 {
	font-size: 13px;
	color: #AAA;
	background: url(../img/common/icon_01.png) no-repeat left center;
	padding-left: 20px;
	width: auto;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	line-height: 1;
}
.post_name02 {
	display: block;
	margin-bottom: 0;
}
.post_name02 a {
	font-size: 11px;
	color: #AAA;
	background: url(../img/common/icon_01.png) no-repeat left center;
	padding-left: 17px;
}
.post_area {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px
}
.post_area a {
	color: #ffbf00;
}
.post_date {
	font-size: 13px;
	display: inline-block;
	margin-left: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	line-height: 1;
}
.post_date02 {
	font-size: 13px;
	display: inline-block;
	margin-left: 0;
	float: right;
}
@media screen and (max-width: 768px) {
	.article_list01 {
		margin-bottom: 0;
	}
	.article_content01 {
		line-height: 1.2;
	}
	.category_tag {
		display: none;
	}
	.article_content01 .post_title {
		font-size: 13px;
		margin-bottom: 3px;
	}
	.article_content02 .post_title {
		font-size: 16px;
	}
	.post_title.font_fix {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.post_title02 {
		font-size: 15px;
		font-weight: bold;
		letter-spacing: -1.5px;
		line-height: 1.2;
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px dotted #000;
	}
	.tag_list {
		margin-bottom: 0;
	}
	.tag_list li {
		font-size: 12px;
	}
	.post_name01 {
		display: none;
	}
	.post_name02 {
		display: block;
	}
	.post_name02 a {
		font-size: 13px;
		color: #AAA;
		background: url(../img/common/icon_01.png) no-repeat left center;
		padding-left: 17px;
		display: block;
	}
	.post_area {
		font-size: 13px;
		margin-bottom: 5px
	}
	.post_date {
		/*display: none;*/
		margin-bottom: 0;
		bottom: 0;
		right: 10px;
	}
	.post_img_box01 {
		width: 40%;
	}
	.post_txt_box01 {
		float: right;
		width: 55%;
	}
	.post_txt_box03 {
		font-size: 14px;
		line-height: 1.5;
	}
}
/*--------------------------
 記事詳細
------------------------------*/

.under_contents_wrap01 .article_title {
	font-size: 25px;
	letter-spacing: -1px;
}
.sns_box03 {
	float:left;
	overflow: hidden;
	width: auto;
}
.sns_box03 ul {
	overflow: hidden;
}
.sns_box03 li {
	float: left;
	width: 110px;
	margin-right: 5px;
}
.sns_box03 li:last-child {
	margin-right: 0;
}
.date_box01 {
	float: right;
	width: auto;
	font-size: 12px;
	background-color: #EEEEEE;
	border: 1px solid #CDCDCD;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 5px 12px;
}

.date_box01 p {
	margin-bottom: 0;
}
.date_box01 p:nth-child(2) {
	text-align: right;
}
.article_header {
	overflow: hidden;
}
.article_img {
	margin-bottom: 30px;
	margin-top: 40px;
}
.article_text {
	font-size: 17px;
	letter-spacing: -1px;
	margin-bottom: 30px;
}
.article_text p {
	margin: 1em auto;
}
.article_text ol li {
	list-style: decimal;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
.article_text ul li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
.article_text h3 {
	background-color: #F4F4F4;
	border-left: 6px solid #FFBF00;
	padding: 15px 0 15px 20px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.article_text h4 {
	color: #444444;
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 40px;
}
.content_box01 {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.content_box01 a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	overflow: hidden;
}
.content_box01 .thumb {
	width: 100px;
	margin: 0 15px 0 0;
	float: left;
}
.content_box01 .text {
	font-size: 20px;
	position: relative;
	height: 100px;
	margin: 0;
	float: left;
	width: calc(100% - 115px);
}
.content_box01 .text:first-child {
	width: 100%;
}
.content_box01 .text .label {
	color: #ff8000;
}
.content_box01 .text .url {
	font-size: 13px;
	color: #999;
	position: absolute;
	left: 0;
	bottom: 0;
}
.under_contents_wrap01 .search_box {
	margin-bottom: 30px;
}
.content_box02 {
	border: 4px solid #e1e1e1;
	padding: 20px;
	margin-bottom: 30px;
}
.content_box02 dl {
	overflow: hidden;
	margin: 0 0 10px 0;
}
.content_box02 dt {
	float: left;
	margin-right: 20px;
}
.content_box02 dt.img {
	width: 90px;
}
.content_box02 dt.text {
	width: 200px;
	font-size: 14px;
	padding-top: 30px;
}
.content_box02 dt.text span {
	font-size: 16px;
	font-weight: bold;
}
.content_box02 dd {
	width: 320px;
	float: right;
	font-size: 15px;
}
.content_box02 .link_btn02 {
	margin-bottom: 0;
}
.border_box02 {
	border-bottom: 2px dotted #000;
}
.article_content02 {
	margin-bottom: 30px;
	overflow: hidden;
}
.article_content02:last-child {
	margin-bottom: 0;
}
.article_content02 .post_img_box01 {
	width: 240px;
	min-height: 120px;
	margin-right: 10px;
}

.article_content02 .post_img img {
	width: 100%;
	height: auto;
}
.article_content02 .post_txt_box01 {
	width: 440px;
}
.article_content02 .post_title {
	border-bottom: none;
	padding-bottom: 0;
	line-height: 1.3;
}
.aside_title02{
	font-size: 25px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.under_contents_wrap01 #main .article_title {
		font-size: 25px;
		line-height: 1.4;
		margin-bottom: 10px;
		text-align: left;
	}
	.sns_box03 {
		float:none;
		width: 100%;
		margin-bottom: 20px;
	}
	.sns_box03 li {
		float: left;
		width: 32%;
		margin: 0 1% 1% 0;
	}
	.sns_box03 li:nth-child(3n) {
		margin-right: 0;
	}
	.date_box01 {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	.date_box01 p {
		margin-bottom: 0;
		float: right;
	}
	.date_box01 p:nth-child(2) {
		text-align: left;
		float: left;
	}
	.article_img img {
		width: 100%;
	}
	.article_text {
		font-size: 16px;
	}
	.article_text h2 {
		text-align: left;
		font-size: 20px !important;
		padding: 10px 0 10px 20px;
	}
	.content_box01 a {
		padding: 10px;
	}
	.content_box01 .thumb {
		width: 70px;
		margin: 0 10px 0 0;
	}
	.content_box01 .text {
		font-size: 13px;
		height: auto !important;
		min-height: 70px;
		margin: 0;
		width: calc(100% - 80px);
		line-height: 1.4;
		padding-bottom: 18px;
	}
	.content_box01 .text .url {
		font-size: 12px;
	}
	.content_box02 {
 		padding: 10px;
		margin-bottom: 30px;
	}
	.content_box02 dl {
		overflow: hidden;
		margin: 0 0 10px 0;
	}
	.content_box02 dt {
		float: left;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.content_box02 dt.img {
		width: 20%;
		margin-right: 3%;
	}
	.content_box02 dt.text {
		width: 77%;
		font-size: 14px;
		padding-top: 10px;
	}
	.content_box02 dd {
		width: 77%;
		float: right;
		font-size: 13px;
	}
	.content_box02 .link_btn02 {
		margin-bottom: 0;
		/*width: 50%;*/
		margin-left: auto;
	}
	.content_box02 .link_btn02 a {
		width: 100%;
	}
	.border_box02 {
		border-bottom: none;
	}
	.article_content02 {
		margin-bottom: 30px;
		overflow: hidden;
	}
	.article_content02 .post_img_box01 {
		width: 50%;
		min-height: auto;
		margin-right: 3%;
	}
	.article_content02 .post_img img {
		width: 100%;
		height: auto;
	}
	.article_content02 .post_txt_box01 {
		width: 47%;
	}
	.article_content02 .post_title {
		border-bottom: none;
		padding-bottom: 0;
		line-height: 1.3;
	}
}
/*--------------------------
 国内のエリア一覧
------------------------------*/

.area_list02 dt {
	background-color: #f4f4f4;
	border-left: 6px solid #ffbf00;
	padding: 10px 0 10px 20px;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}
.area_list02 dd {
	padding-left: 20px;
	margin-bottom: 30px;
}
.area_list02 dd ul {
	overflow: hidden;
}
.area_list02 dd ul li {
	float: left;
	width: auto;
	margin-right: 30px;
}
.area_list02 dd ul li a ,
.area_list02 dd ul li .no_link {
	font-size: 17px;
	display: block;
}
.area_list02 dd ul li .no_link {
	color: #aaa;
}
@media screen and (max-width: 768px) {
	.area_list02 dt {
		border-left: none;
		border-top: 1px solid #BBB;
		padding: 10px 0 10px 40px;
		font-weight: normal;
		margin-bottom: 0;
		background: #f4f4f4 url(../img/common/open.jpg) no-repeat 10px center;
		background-size: 20px;
		margin-top: 30px;
	}
	.area_list02 dt:first-child {
		margin-top: 0;
	}
	.area_list02 dt.open {
		background: #f4f4f4 url(../img/common/close.jpg) no-repeat 10px center;
		background-size: 20px;
	}
	.area_list02 dd {
		padding-left: 40px;
		margin-bottom: 0;
		background-color: #f4f4f4;
		display: none;
	}
	.area_list02 dd ul li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.area_list02 dd ul li a {
		background: url(../img/common/icon_13.png) no-repeat 95% center;
		background-size: 8px;
		border-top: 1px dotted #CCC;
		padding: 5px 0 5px 20px;
	}
	.area_list02 dd ul li .no_link {
		border-top: 1px dotted #CCC;
		padding: 5px 0 5px 20px;
	}
}
/*--------------------------
 昨日のランキング
------------------------------*/

.page_tab {
	overflow: hidden;
}
.border_box03 {
	border: none;
	border-bottom: 1px solid #bcbcbc;
	margin-top: -1px;
}
.page_tab li {
	float: left;
	width: auto;
	margin-right: 10px;
	border: 1px solid #bcbcbc;
	z-index: 999;
}
.page_tab li span, .page_tab li a {
	display: block;
	padding: 10px 20px;
	color: #777;
	font-size: 18px;
	margin: 1px;
	font-weight: bold;
	background: url(../img/common/btn_bg03.jpg) repeat-x bottom center;
}
.page_tab li.active {
	border-bottom: 1px solid #FFF;
	z-index: 999;
}
.page_tab li.active span, .page_tab li.active a {
	/*background: url(../img/common/btn_bg02.jpg) repeat-x bottom center;*/
	background: #ff7f00;
	background: -moz-linear-gradient(top,  #ff7f00 0%, #fdcd4d 100%);
	background: -webkit-linear-gradient(top,  #ff7f00 0%,#fdcd4d 100%);
	background: linear-gradient(to bottom,  #ff7f00 0%,#fdcd4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#fdcd4d',GradientType=0 );
	color: #fff;
}
.page_tab_Content {
	clear: both;
	width: 100%;
	display: none;
	padding-top: 20px;
}
.page_tab_Content .text01 {
	font-size: 16px;
}
.page_tab_Content.active {
	display: block;
}
@media screen and (max-width: 768px) {
	.page_tab li {
		float: left;
		width: 32.5%;
		margin-right: 0.5%;
		cursor: pointer;
		border: 1px solid #bcbcbc;
		z-index: 999;
	}
	.page_tab li span, .page_tab li a {
		display: block;
		padding: 5px;
		color: #777;
		font-size: 10px;
		margin: 1px;
		font-weight: bold;
		background: url(../img/common/btn_bg03.jpg) repeat-x bottom center;
	}
}
/*--------------------------
 特集詳細
------------------------------*/

.article_content03 {
	overflow: hidden;
	margin-bottom: 20px;
}
.article_content03 .post_title,
.article_content03 .text_box03,
.article_content03 .search_box {
	float: left;
	width: 460px;
}
.article_content03 .post_title {
	border-bottom: none;
	padding-bottom: 0;
}
.right_box04 {
	width: 540px;
	float: right;
}
.text_box03 {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
	.article_content03 {
		width: 100%;
		padding: 3%;
	}
	.article_content03 .post_title,
	.article_content03 .text_box03,
	.article_content03 .search_box {
		float: none;
		width: 100%;
	}
	.article_content03 .post_title {
		border-bottom: none;
		padding-bottom: 0;
	}
	.right_box04 {
		width: 100%;
		float: none;
	}
	.text_box03 {
		font-size: 16px;
	}
}
/*--------------------------
 ライター一覧
------------------------------*/

.list_box01 {
	overflow: hidden;
	margin-bottom: 20px;
}
.list_box01 li {
	float: left;
	width: 340px;
	border: 4px solid #e1e1e1;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
}
.list_box01 li:nth-child(odd) {
	margin-right: 20px;
}
.list_box01 li dt.writer_img {
	float: left;
	width: 90px;
	margin-right: 15px;
}
.list_box01 li dt.writer_name {
	float: right;
	width: 180px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 23px;
}
.list_box01 li dd {
	clear: both;
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 15px;
}
.list_box01 .link_btn02 {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.list_box01 {
		margin-bottom: 20px;
	}
	.list_box01 li {
		float: none;
		width: 100%;
		padding: 0;
	}
	.list_box01 li a {
		display: block;
		padding: 20px 20px 10px 20px ;
	}
	.list_box01 li:nth-child(odd) {
		margin-right: 20px;
	}
	.list_box01 li dt.writer_img {
		float: left;
		width: 30%;
		margin-right: 0;
	}
	.list_box01 li dt.writer_name {
		float: right;
		width: 65%;
		font-size: 18px;
	}
	.list_box01 .link_btn02 {
		text-align: right;
	}
	.list_box01 .link_btn02 a {
		width: auto;
	}
}
/*--------------------------
 ライター別記事一覧
------------------------------*/
.list_box02 {
	border: 4px solid #e1e1e1;
	padding: 15px;
	margin-bottom: 40px;
}
.list_box02 dt.writer_img {
	float: left;
	width: 70px;
	margin-right: 15px;
}
.list_box02 dt.writer_name {
	float: left;
	padding-top: 20px;
	font-weight: bold;
	font-size: 14px;
}
.list_box02 dt.writer_name span {
	font-size: 17px;
}
.list_box02 dd {
	clear: both;
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 15px;
}
/*--------------------------
 タグ一覧
------------------------------*/

.content_box03 h2 {
	font-size: 18px !important;
	background-color: #F4F4F4;
	border-left: 6px solid #FFBF00;
	padding: 15px 0 15px 20px;
}
.tag_list02 {
	overflow: hidden;
	padding-left: 20px;
	margin-bottom: 50px;
}
.tag_list02 li {
	float: left;
	width: 25%;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.tag_list02 li a {
	font-size: 15px;
}
.tag_list02 li::before {
	content: '#';
	color: #999;
}
@media screen and (max-width: 768px) {
	.content_box03 h2 {
		padding: 5px 0 5px 20px;
		text-align: left;
	}
	.tag_list02 li {
		width: 33%;
	}
	.tag_list02 li a {
		font-size: 15px;
	}
	.tag_list02:last-child{
		margin-bottom: 20px;
	}
}
/*--------------------------
 会社概要
------------------------------*/
.table_box01 {
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.table_box01 dt {
	float: left;
	width: 30%;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #ffffcc;
}
.table_box01 dd {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 70%;
	float: right;
}
@media screen and (max-width: 768px) {
	.table_box01 {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.table_box01 dt {
		float: none;
		width: 100%;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background-color: #ffffcc;
	}
	.table_box01 dd {
		padding: 10px;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		width: 100%;
		float: none;
	}
}
/*--------------------------
 利用規約
------------------------------*/

.list_box03 p {
	font-size:16px;
}
.list_box03 a {
	/*text-decoration: underline;
	color: #00F;*/
}
.list_box03 dt {
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.list_box03 dd {
	margin-bottom: 50px;
	font-size: 16px;
}
.list_box03 ol li {
	list-style: decimal;
	margin-bottom: 20px;
	list-style-position:inside;
}
.list_box03 ol li ol {
	padding-left: 20px;
}
.list_box03 ol li li {
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	margin-bottom: 5px;
}
.list_box03 ol li li::before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
@media screen and (max-width: 768px) {
	.list_box03 p {
		font-size:14px !important;
	}
	.list_box03 dt {
		font-size: 15px;
	}
	.list_box03 dd {
		font-size: 14px;
	}
}
/*--------------------------
 プライバシーポリシー
------------------------------*/

.table_box02 {
	text-align:left;
	margin-bottom: 0px;
}
.table_box04{
	margin-top: 80px;
}
.table_box02 dl {
	margin-top: 0;
	padding: 10px;
}
.table_box02 dl dt,
.table_box03 dl dt,
.table_box04 dl dt {
	padding-left: 10px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.table_box02 dl dd,
.table_box03 dl dd,
.table_box04 dl dd {
	padding: 0 10px;
	font-size: 16px;
}
.table_box02 dl dd ul.listnmb {
	height:auto;
	margin:15px auto 0;
}
.table_box02 dl dd.listdd ul.listnmb li {
	padding-left:15px;
	text-indent:-15px;
}
.table_box02 dl dd.listdd ul.listnmb li span {
	padding-right:5px;
}
.table_box02 dl dd.listdd ul.listnmb li span {
	padding-right:5px;
}
.table_box02 dl dd.listdd p {
	text-align:right;
	margin-right:20px;
}
.table_box02 .pmark {
	height:auto;
	overflow:hidden;
	margin:0 auto 15px;
}
.table_box02 .pmark dl {
	float:left;
	height:auto;
	overflow:hidden;
}
.table_box02 .pmark dl dt {
	float:left;
	width:75px;
	margin-right:10px;
	border: none;
	font-size: 14px;
	padding: 0;
}
.table_box02 .pmark dl dd {
	float:right;
	width:auto;
	margin-right:10px;
	font-size: 14px;
}
.table_box02 .pmark p {
	float:right;
	text-align:right;
	font-size: 14px;
}
.table_box03 dt {
	padding-left: 10px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.table_box03 table.prvbox {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin-bottom: 10px;
}
.table_box03 table.prvbox th {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:10px;
	font-weight:normal;
	text-align: left;
	font-size: 16px;
}
.table_box03 table.prvbox td {
	border-bottom:1px solid #000000;
	padding:20px;
	font-size: 16px;
}
.table_box03 table.prvbox th {
	width:236px;
	height:auto;
}
.table_box03 table.prvbox td ul li {
	padding-left:20px;
	text-indent:-20px;
}
.table_box03 table.prvbox td ul li table.sodan {
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	margin-bottom:5px;
	text-indent:0px;
}
.table_box03 table.prvbox td ul li table.sodan th {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background:#CCCC99;
	padding:5px;
	font-weight:bold;
	width:18%;
	text-indent:0px;
	font-size: 14px;
}
.table_box03 table.prvbox td ul li table.sodan td {
	border-bottom:1px solid #000000;
	padding:5px;
	text-indent:0px;
	font-size: 14px;
}
.table_box03 .btnyakn {
	margin-bottom: 80px;
}
.table_box03 .btnyakn ul {
	overflow:hidden;
}
.table_box03 .btnyakn ul li.btnlf {
	width:90px;
	float:left;
}
.table_box03 .btnyakn ul li.btnrgt {
	width:250px;
	float:right;
}
.table_box04 dl {
	margin-bottom:20px;
}
.table_box04 dd {
	margin-bottom: 50px;
}
.table_box04 ul {
	margin-bottom: 50px;
}
.table_box04 li {
	font-size: 15px;
}
.table_box03 li a,
.table_box04 li a {
	/*text-decoration: underline;
	color: #00F;*/
}
.table_box04 dd dt {
	border-bottom: none;
}
.table_box04 dd dt,
.table_box04 dd dd {
	border-bottom: none;
	padding: 0;
}
@media screen and (max-width: 768px) {
	.table_box02 {
		margin-bottom: 0px;
	}
	.table_box02 dl {
		padding: 5px;
	}
	.table_box02 dl dd,
	.table_box03 dl dd,
	.table_box04 dl dd {
		padding: 0 5px;
		font-size: 14px;
	}
	.table_box02 dl dd.listdd p {
		margin-right: 0;
	}
	.table_box02 .pmark dl dt {
		width:75px;
		margin-right:2%;
	}
	.table_box02 .pmark dl dd {
		width:70%;
		margin-right:0;
		font-size: 10px;
		padding: 0;
	}
	.table_box02 .pmark p {
		font-size: 14px;
		text-align: center;
		float: none;
		clear: both;
	}

	.table_box03 table.prvbox th {
		border-right:1px solid #000000;
		border-bottom:1px solid #000000;
		padding:5px;
		font-weight:normal;
		text-align: left;
		font-size: 13px;
		width: 20%;
	}
	.table_box03 table.prvbox td {
		border-bottom:1px solid #000000;
		padding:5px;
		font-size: 13px;
	}
	.table_box03 table.prvbox td ul li table.sodan th {
		font-size: 13px;
	}
	.table_box03 table.prvbox td ul li table.sodan td {
		font-size: 12px;
	}
	.table_box03 .btnyakn {
		margin-bottom: 60px;
	}
	.table_box03 .btnyakn ul {
		overflow:hidden;
	}
	.table_box03 .btnyakn ul li.btnlf {
		width:auto;
		float:none;
	}
	.table_box03 .btnyakn ul li.btnrgt {
		width:auto;
		float:none;
	}
	.table_box04 dl {
		margin-bottom:20px;
	}
	.table_box04 dd {
		margin-bottom: 50px;
	}
	.table_box03 li a,
	.table_box04 li a {
		font-size: 14px;
	}
}

/*--------------------------
 お問い合わせ
------------------------------*/
.contact-form-information {
	font-size: 15px;
}
.control-group {
	overflow: hidden;
	background-color: #F4F4F4;
	border-top: 1px dashed #BBB;
}
.control-group:first-child {
	border-top: 1px solid #BBB;
}
.control-group.last-group {
	border-bottom: 1px solid #BBB;
	margin-bottom: 50px;
}
.controls {
	width: 60%;
	float: right;
	padding-bottom: 50px;
	background-color: #FFF;
	padding: 20px;
}
.controls::after{
	content: '　';
}
.control-label {
	width: 40%;
	float: left;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
}
.contact-form-submit {
	text-align: center
}
.label.label-important {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 2px 4px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	vertical-align: baseline;
	white-space: nowrap;
	border-radius: 3px;
	background-color: #B0312F;
	margin-left: 10px;
}
.text-error {
	font-size: 14px;
	color: #B0312F;
	font-weight: bold;
}
#contactform input[type='text'],
#contactform textarea{
	width: 320px;
}
#contactform select,
#contactform input,
#contactform textarea {
	max-width: 100%;
	font-size: 14px;
}
.scroll_box01 {
	height: 200px;
	overflow-y: scroll;
	border: 1px solid #BBB;
	padding: 30px;
}
.scroll_box01 dt {
	font-size: 16px;
}
.scroll_box01 dd {
	font-size: 14px;
}
.contact-form-submit{
	margin-top:18px;
}
.contact-form-submit > input {
	padding: 5px 10px;
	background-color: #F4F4F4;
	color: #000;
	border: 1px solid #BBB;
}
@media screen and (max-width: 768px) {
	.control-group {
		overflow: hidden;
		background-color: #F4F4F4;
		border-top: 1px dashed #BBB;
	}
	.control-group:first-child {
		border-top: 1px solid #BBB;
	}
	.control-group.last-group {
		border-bottom: 1px solid #BBB;
		margin-bottom: 50px;
	}
	.controls {
		width: 100%;
		float: none;
		padding-bottom: 50px;
		background-color: #FFF;
		padding: 20px;
	}
	.control-label {
		width: 100%;
		float: none;
		padding: 20px;
		display: block;
	}
	.contact-form-submit {
		text-align: center
	}
	.scroll_box01 {
		padding: 20px 5px;
	}
	.scroll_box01 .table_box03 table.prvbox td ul {
		margin-bottom: 12px;
	}
	.scroll_box01 .table_box03 table.prvbox td ul li {
		padding: 0;
		text-indent: 0;
		margin-bottom: 6px;
		font-size: 90%;
	}

}

/*--------------------------
 たびこふれとは？
------------------------------*/
.content_box03.about h3 {
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 2em;
}
.content_box03.about p:not(.main_image) {
	font-size: 16px;
	padding-left: 10px;
}
.content_box03.about p.main_image {
	text-align: center;
}
.content_box03.about p.main_image img{
	width: 700px;
	max-width: 100%;
	height: auto;
}