@charset "utf-8";

body {
	background: #fff;
}

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

@media screen and (max-width: 700px) {
	img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
}

/************************************************

	header

*************************************************/
#header {
	text-align: right;
	background-color: #125d8d;
	padding: 0.5em;
}
#header_inner {
	width: 960px;
	margin: 0 auto;
}
#sp_menu {
	display: none;
}
@media screen and (max-width: 960px) {
	#header_inner {
		width: 100%;
		box-sizing: border-box;
	}
	#header #size_change {
		float: right;
	}
}
@media screen and (max-width: 700px) {
	#header {
		padding: 0 10px;
	}
	#sp_menu {
		display: block;
		float: left;
	}
	#sp_menu li a {
		position: relative;
		width: 50px;
		color: #fff;
		padding: 35px 0 5px 0;
		text-align: center;
		font-size: 0.65em;
		letter-spacing: -0.5px;
	}
	#sp_menu li a.selected {
		background: url(../images/header/ico_close.png) no-repeat center 7px;
		background-size: 36px 26px;
	}
	#sp_menu li a:hover {
		text-decoration: none;
	}

	#sp_menu li a,
	#sp_menu li a span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	#sp_menu li a span {
		position: absolute;
		width: 75%;
		height: 4px;
		background-color: #fff;
		border-radius: 2px;
	}
	#sp_menu li a span:nth-of-type(1) {
		top: 10px;
	}
	#sp_menu li a span:nth-of-type(2) {
		top: 19px;
	}
	#sp_menu li a span:nth-of-type(3) {
		top: 28px;
	}
	#sp_menu li a.selected span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	#sp_menu li a.selected span:nth-of-type(2) {
		opacity: 0;
	}
	#sp_menu li a.selected span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
}

/************************************************

	font size

*************************************************/
#size_change {
	color: #fff;
	float: right;
}
#size_change p {
	float: left;
	line-height: 36px;
	font-size: 0.9em;
}
#font-size {
	float: left;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #fff;
	margin-left: 0.5em;
}
#font-size .small,
#font-size .medium,
#font-size .large {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	background: #fff;
	padding: 2px 8px;
	float: left;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.2s;
}
#font-size .small:hover,
#font-size .medium:hover,
#font-size .large:hover,
#font-size .active {
	background: #dc7300;
	color: #fff;
}
@media screen and (max-width: 700px) {
	#size_change {
		padding-top: 12px;
		float: left;
	}
}

/************************************************

	main_img

*************************************************/
#wrapper {
	position: relative;
}
#top #main_img {
	margin-bottom: 32px;
}
#main_img {
	height: 240px;
	background: url(../images/main_img.jpg) no-repeat center 37%;
	background-size: cover;
	margin-bottom: 0.5em;
}
#main_img_inner {
	width: 960px;
	margin: 0 auto;
	padding-top: 42px;
}
@media screen and (max-width: 960px) {
	#main_img {
		height: auto;
	}
	#main_img_inner {
		width: 100%;
		padding: 2em 10px;
		box-sizing: border-box;
	}
	#main_img #logo img {
		width: 60%;
		height: auto;
	}
}
@media screen and (max-width: 700px) {
	#main_img #logo {
		text-align: center;
		margin-left: -3%;
	}
	#main_img #logo img {
		width: 80%;
	}
}

/************************************************

	gnav

*************************************************/
#gnav ul {
	border-top: 4px solid #20aef4;
	border-bottom: 4px solid #20aef4;
	margin-bottom: 1.5em;
}
#gnav ul li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #b5b5b5;
}
#gnav ul li:last-child {
	border-bottom: none;
}
#gnav ul li a {
	display: table;
	width: 100%;
	transition: background-color 0.2s;
	position: relative;
}
#gnav ul li a:hover,
#gnav ul li a.current {
	background-color: #eaf8ff;
}
#gnav ul li a:hover::before,
#gnav ul li a.current::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 18px;
	box-sizing: border-box;
	width: 13px;
	height: 15px;
	border: 8px solid transparent;
	border-left: 14px solid #20aef4;
}
#gnav ul li span {
	padding: 0 10px 0 40px;
	display: table-cell;
	vertical-align: middle;
	height: 72px;
	line-height: 1.5em;
}

#list_sns li {
	float: left;
	margin-right: 1em;
}

#sp_gnav {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#gnav .small_txt01 {
	font-size: 90%;
}

@media screen and (max-width: 700px) {
	#gnav ul li span {
		height: 64px;
		padding: 0 4em;
	}
	#gnav ul li a:hover::before,
	#gnav ul li a.current::before {
		left: 2.5em;
	}
	#list_sns {
		padding: 0.5em;
	}
	#list_sns li {
		width: 20%;
	}
}

/************************************************

	sp_gnav

*************************************************/
#sp_gnav ul li {
	text-align: center;
	font-size: 0.9em;
	line-height: 3.8em;
	border-bottom: 1px solid #b5b5b5;
}
#sp_gnav ul li a {
	display: block;
	background-color: rgba(255, 255, 255, 0.95);
}
#sp_gnav ul li a.current {
	background-color: rgba(234, 248, 255, 0.9);
}
#sp_gnav ul li a span {
	position: relative;
}
#sp_gnav ul li a.current span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: -20px;
	box-sizing: border-box;
	width: 13px;
	height: 15px;
	border: 8px solid transparent;
	border-left: 14px solid #20aef4;
}
#sp_gnav #splist_sns {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 1em;
	text-align: center;
}
#sp_gnav #splist_sns li {
	display: inline-block;
	margin-right: 1em;
	width: 15%;
	border-bottom: none;
}

#sp_gnav .small_txt01 {
	font-size: 85%;
}

/************************************************

	contents

*************************************************/
#contents {
	width: 960px;
	margin: 0 auto;
}
#left {
	width: 260px;
	float: left;
}
#main {
	width: 670px;
	float: right;
}
section {
	margin: 0 0 60px; /*201804変更*/
}
.section_line {
	margin: 0 0 2.2em;
	padding-bottom: 2.2em;
	border-bottom: 1px solid #ccc;
}
.section_line02 {
	margin: 0 0 2.2em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
}
#list_bnr {
	margin-top: 4em;
}
#list_bnr li {
	float: left;
	width: 215px;
	margin-right: 12px;
}
#list_bnr li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 960px) {
	#contents {
		width: 100%;
		box-sizing: border-box;
	}
	#main {
		width: 70%;
		padding: 0 10px;
		margin-bottom: 30px;
		box-sizing: border-box;
	}
	#left {
		width: 30%;
		padding-left: 10px;
		box-sizing: border-box;
	}
	#list_bnr li {
		width: 32%;
		margin-right: 0;
	}
	#list_bnr li img {
		width: 100%;
	}
	#list_bnr li:nth-child(even) {
		margin: 0 2%;
	}
}
@media screen and (max-width: 700px) {
	#main {
		width: 100%;
		float: none;
	}
	#left {
		display: none;
	}
	#list_bnr li {
		width: 49%;
		margin: 0 2% 2% 0;
	}
	#list_bnr li:nth-child(even) {
		margin: 0 0 2% 0;
	}

	section {
		margin: 0 0 40px; /*201804変更*/
	}
}

/************************************************

	footer

*************************************************/
#footer {
	margin-top: 3em;
	font-size: 90%;
}
#footer_notes {
	text-align: right;
	width: 960px;
	margin: 0 auto;
}
#footer #copy {
	text-align: center;
	color: #fff;
	background-color: #125d8d;
	padding: 8px 0;
	margin-top: 5px;
}
@media screen and (max-width: 960px) {
	#footer_notes {
		width: 100%;
		padding: 0 5px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 700px) {
	#footer {
		margin-top: 1em;
	}
	#footer_notes {
		text-align: left;
		font-size: 0.9em;
	}
}

/************************************************

	Title

*************************************************/
.h1_ttl01 {
	font-size: 1.5em;
	padding: 16px 20px;
	color: #fff;
	background-color: #125d8d;
	margin: 0 0 24px;
	border-radius: 6px;
	position: relative;
}

.h1_ttl01.shinwa {
	margin: 0 0 50px;
}
.h1_ttl01.shinwa::after {
	display: block;
	content: "";
	position: absolute;
	background: url(../../images/shinwa/shinwa_kd.png) no-repeat center/cover;
	width: 190px;
	height: 114px;
	right: 0;
	bottom: 0;
}

.h1_ttl01.fes {
	/*margin: 0 0 50px;*/
}
.h1_ttl01.fes::after {
	display: block;
	content: "";
	position: absolute;
	background: url("../../images/fes/fes_logo.jpg") no-repeat center/cover;
	width: 125px;
	height: 82px;
	right: 20px;
	bottom: 12px;
}

.h1_ttl01.health {
	/*margin: 0 0 50px;*/
}

.h1_ttl01.health::after {
	display: block;
	content: "";
	position: absolute;
	background: url("../../images/recipe/recipe_ttl.png") no-repeat center/cover;
	width: 230px;
	height: 124px;
	right: 0;
	bottom: 0;
}

.h1_ttl01.photo {
	/*margin: 0 0 50px;*/
}

.h1_ttl01.photo::after {
	display: block;
	content: "";
	position: absolute;
	background: url("../../images/photo/photo_ttl.png") no-repeat center/cover;
	width: 130px;
	height: 114px;
	right: 0;
	bottom: 0;
}

.h1_ttl01.ferry {
	/*margin: 0 0 50px;*/
}

.h1_ttl01.ferry::after {
	content: "";
	display: block;
	position: absolute;
	background: url("../../images/ferry/ferry_ttl.png") no-repeat center / cover;
	width: 115px;
	height: 91px;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
}

.h1_ttl01.camp {
	/*margin: 0 0 50px;*/
}

.h1_ttl01.camp::after {
	content: "";
	display: block;
	background: url("../../images/camp/img_ttl.png") no-repeat center / cover;
	width: 115px;
	height: 91px;
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
}

.h1_ttl01.request {
	/*margin: 0 0 50px;*/
}
.h1_ttl01.request::after {
	display: block;
	content: "";
	position: absolute;
	background: url("../../images/request/request_ttl.png") no-repeat
		center/cover;
	width: 68px;
	height: 68px;
	right: 20px;
	bottom: 0;
}

.h1_ttl01.sp {
	/*margin: 0 0 50px;*/
}

.h1_ttl01.sp::after {
	display: block;
	content: "";
	position: absolute;
	background: url("../../images/sp/sp_ttl.png") no-repeat center/cover;
	width: 111px;
	height: 51px;
	right: 20px;
	bottom: 25px;
}

.h2_ttl01 {
	font-size: 1.25em;
	line-height: 1.35em;
	padding: 8px 12px;
	font-weight: normal;
	background-color: #eaf8ff;
	border-left: 8px solid #20aef4;
	margin: 0 0 24px;
	border-radius: 0 4px 4px 0;
}

.h2_ttl02 {
	font-size: 1.25em;
	line-height: 1.35em;
	padding: 8px 12px;
	font-weight: normal;
	background-color: #fcdfc2;
	border-left: 8px solid #954d2a;
	margin: 0 0 24px;
	border-radius: 0 4px 4px 0;
}

.h2_ttl03 {
	font-size: 1.25em;
	line-height: 1.35em;
	padding: 8px 12px;
	font-weight: normal;
	background-color: #d8cfe6;
	border-left: 8px solid #645690;
	margin: 0 0 24px;
	border-radius: 0 4px 4px 0;
}

.h2_ttl04 {
	font-size: 1.25em;
	line-height: 1.35em;
	padding: 8px 12px;
	font-weight: normal;
	background-color: #b1dbc2;
	border-left: 8px solid #009944;
	margin: 0 0 24px;
	border-radius: 0 4px 4px 0;
}

.h2_ttl05 {
	font-size: 1.25em;
	line-height: 1.35em;
	padding: 8px 12px;
	font-weight: normal;
	background-color: #daf3ea;
	border-left: 8px solid #0d955a;
	margin: 0 0 24px;
	border-radius: 0 4px 4px 0;
}

.h2_ttl06 {
	font-size: 1.25em;
	line-height: 1.35em;
	padding: 8px 12px;
	font-weight: normal;
	background-color: #ffedf5;
	border-left: 8px solid #e60012;
	margin: 0 0 24px;
	border-radius: 0 4px 4px 0;
}

.h2_ttl07 {
	font-size: 1.25em;
	line-height: 1.35em;
	padding: 8px 12px;
	font-weight: normal;
	background-color: #f7f3ea;
	border-left: 8px solid #a48b78;
	margin: 0 0 24px;
	border-radius: 0 4px 4px 0;
}

.h2_ttl08 {
	font-size: 1.25em;
	line-height: 1.35em;
	padding: 8px 12px;
	font-weight: normal;
	background-color: #fee6a8;
	border-left: 8px solid #ee7800;
	margin: 0 0 24px;
	border-radius: 0 4px 4px 0;
}

.h2_ttl09 {
	font-size: 1.25em;
	line-height: 1.35em;
	padding: 8px 12px;
	font-weight: normal;
	background-color: #fbe6ef;
	border-left: 8px solid #ec7aa1;
	margin: 0 0 24px;
	border-radius: 0 4px 4px 0;
}

.h2_ttl10 {
	font-size: 1.25em;
	line-height: 1.35em;
	padding: 8px 12px;
	font-weight: normal;
	background-color: #e2eec5;
	border-left: 8px solid #007739;
	margin: 0 0 24px;
	border-radius: 0 4px 4px 0;
}

.h3_ttl01 {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #2378af;
	border-left: 8px solid #2378af;
	padding-left: 12px;
	margin: 0 0 24px;
}

.h3_ttl02 {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #d80012;
	border-left: 8px solid #d80012;
	padding-left: 12px;
	margin: 0 0 24px;
}

.h3_ttl03 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.3em;
	color: #333;
	background: #f9c385;
	/*border-left: 8px solid #D80012;*/
	/*padding-left: 12px;*/
	margin: 0 0 20px;
	padding: 10px;
}

.h3_ttl04 {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #e57e11;
	border-left: 8px solid #e57e11;
	padding-left: 12px;
	margin: 0 0 24px;
}

.h3_ttl05 {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #00a458;
	border-left: 8px solid #00a458;
	padding-left: 12px;
	margin: 0 0 24px;
}

.h3_ttl06 {
	margin: 0 0 12px;
	color: #2378af;
}

.h4_ttl01 {
	margin: 0 0 12px;
	color: #e57e11;
}

.h4_ttl02 {
	color: #005bac;
	border-left: 8px solid #005bac;
	padding-left: 12px;
	margin: 0 0 15px;
}

.h4_ttl03 {
	position: relative;
	color: #333;
	padding-left: 15px;
	margin-bottom: 5px;
}

.h4_ttl03::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #a48b78;
	top: 11px;
	transform: translateY(-50%);
	left: 0;
}

.h4_ttl04 {
	margin: 0 0 12px;
	color: #e60012;
}

.h4_ttl05 {
	margin: 0 0 12px;
	color: #333;
}

.h4_ttl06 {
	margin: 0 0 12px;
	color: #2378af;
}

.sttl {
	/*font-size: 1.2em;*/
	font-size: 1.1em;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid;
	display: inline-block;
	line-height: 1.6em;
}

@media screen and (max-width: 960px) {
	.h1_ttl01.shinwa {
		margin: 0 0 100px;
	}

	.h1_ttl01.shinwa::after {
		bottom: -97px;
	}

	.h1_ttl01.fes {
		margin: 0 0 100px;
	}

	.h1_ttl01.fes::after {
		bottom: -90px;
	}

	.h1_ttl01.health {
		/*margin: 0 0 120px;*/
		margin: 0 0 140px;
	}

	.h1_ttl01.health::after {
		bottom: -119px;
	}
}

@media screen and (max-width: 900px) {
	.h1_ttl01.ferry {
		margin: 0 0 105px;
	}

	.h1_ttl01.ferry::after {
		transform: none;
		bottom: -95px;
	}

	.h1_ttl01.camp {
		margin: 0 0 105px;
	}

	.h1_ttl01.camp::after {
		transform: none;
		bottom: -95px;
	}
}

@media screen and (max-width: 870px) {
	.h1_ttl01.sp {
		margin: 0 0 100px;
	}

	.h1_ttl01.sp::after {
		bottom: -75px;
	}

	.h1_ttl01.photo {
		margin: 0 0 120px;
	}

	.h1_ttl01.photo::after {
		bottom: -119px;
	}
}

@media screen and (max-width: 700px) {
	.h1_ttl01 {
		font-size: 1.3em;
		padding: 12px 20px;
	}
	.h2_ttl01,
	.h3_ttl01,
	.sttl {
		font-size: 1em;
	}

	.h1_ttl01.request::after {
		width: 55px;
		height: 55px;
	}
}

/************************************************

	totop

*************************************************/
#totop a {
	position: fixed;
	right: 10px;
	bottom: 10px;
	/*width: 100px;
    height: 80px;*/
	box-sizing: border-box;
	display: block;
	padding: 40px 15px 10px;
	background: #555555;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
	transition: background 0.2s;
	line-height: 1.5em;
}
#totop a:hover {
	background: rgba(85, 85, 85, 0.75);
}
#totop a span:before {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	border: 10px solid transparent;
	border-bottom: 16px solid #fff;
}
@media screen and (max-width: 700px) {
	#totop a {
		/*width: 90px;
		height: 70px;*/
		padding: 30px 15px 10px;
		font-size: 0.6em;
	}
	#totop a span:before {
		border: 8px solid transparent;
		border-bottom: 12px solid #fff;
	}
}

/************************************************

	link

*************************************************/
a img {
	transition: opacity 0.2s;
}
a img:hover {
	opacity: 0.75;
}

section a,
#bread_list li a {
	color: #00f;
	text-decoration: underline;
}
section a:hover,
#bread_list li a:hover {
	text-decoration: none;
}
/*section a:visited,
#bread_list li a:visited {
    color: #00f;
}*/

.external_link {
	margin-left: 5px;
}
.external_link img {
	vertical-align: text-top;
}
@media screen and (max-width: 700px) {
	.external_link img {
		width: 18px;
		height: 18px;
	}
}

/************************************************

	Btn

*************************************************/
.btn01 {
	text-align: center;
	margin-top: 1em;
}
.btn01 a {
	background-color: #2378af;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding: 1em 3em;
	border-radius: 6px;
	display: inline-block;
	transition: 0.2s;
}
.btn01 a span {
	position: relative;
}
.btn01 a span:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	right: -25px;
	vertical-align: middle;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
}
.btn01 a:hover {
	opacity: 0.75;
}
.btn01 a:visited {
	color: #fff;
}

.btn02 {
	text-align: center;
	margin-top: 1em;
}
.btn02 a {
	background-color: #2378af;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding: 1em 0;
	border-radius: 6px;
	display: inline-block;
	transition: 0.2s;
	width: 300px;
}
.btn02 a span {
	left: -5px;
	position: relative;
}
.btn02 a span:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	right: -25px;
	vertical-align: middle;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	border: 6px solid transparent;
	border-left: 10px solid #fff;
}
.btn02 a:hover {
	opacity: 0.75;
}
.btn02 a:visited {
	color: #fff;
}

@media screen and (max-width: 700px) {
	.btn01 a {
		font-size: 1em;
		padding: 1em;
		width: 70%;
	}
	.btn01 a span:after {
		right: -20px;
	}
	.btn02 a {
		font-size: 1em;
		padding: 1em;
		width: 70%;
	}
	.btn02 a span:after {
		right: -20px;
	}
}

@media screen and (max-width: 358px) {
	.btn01_long a {
		width: 100%;
		box-sizing: border-box;
	}
}

/************************************************

	table

************************************************/
.table01,
.table02 {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 1em;
}
.table01 th,
.table01 td,
.table02 th,
.table02 td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em;
	vertical-align: middle;
	line-height: 1.5em;
}
.table03 th,
.table03 td {
	border: 1px solid #ccc;
	padding: 1em;
	vertical-align: middle;
	line-height: 1.5em;
}
.table01 th {
	background: #e5e5e5;
	text-align: center;
	width: 30%;
}
.table01 td {
	text-align: left;
	width: 70%;
}

.table02 th {
	background: #e5e5e5;
	text-align: center;
	width: 15%;
}
.table02 td {
	text-align: left;
	width: 40%;
}
.table03 th {
	background: #e5e5e5;
	text-align: center;
	width: 25%;
}
.table03 td:first-child {
	text-align: left;
	width: 20%;
}

@media screen and (max-width: 640px) {
	.table01 th,
	.table01 td,
	.table02 th,
	.table02 td {
		width: 100%;
		display: block;
		box-sizing: border-box;
		float: left;
		padding: 0.5em;
	}
	.table03 th,
	.table03 td,
	.table03 td:first-child {
		width: 100%;
		display: block;
		border-top: 0;
		box-sizing: border-box;
		float: left;
		padding: 0.5em;
	}
	.table03 tr:first-child {
		border-top: 1px solid #ccc;
	}
	.br_none {
		display: none;
	}
}

.table_normal {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	table-layout: fixed;
}
.table_normal th,
.table_normal td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em;
	vertical-align: middle;
	line-height: 1.5em;
}
.table_normal th {
	background: #e5e5e5;
	text-align: center;
	width: 30%;
}
.table_normal td {
	text-align: left;
	width: 70%;
}
.table_normal tr td:first-of-type {
	background: #f7f7f7;
	font-weight: bold;
}

.table_normal p {
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 640px) {
	.table_normal {
		font-size: 80%;
	}
}

/************************************************

	bread_list

************************************************/
#bread_list {
	margin-bottom: 0.5em;
}
#bread_list li {
	float: left;
	margin-right: 0.5em;
	font-size: 0.9em;
}
#bread_list li:after {
	content: " > ";
}
#bread_list li:last-child:after {
	content: none;
}
#bread_list li a {
	float: left;
	margin-right: 0.5em;
}
@media screen and (max-width: 960px) {
	#bread_list {
		padding: 0 10px;
	}
}
@media screen and (max-width: 640px) {
	#bread_list li {
		line-height: 1.5;
	}
}

/************************************************

	img

*************************************************/
figure {
	margin: 0;
}

/************************************************

	Margin Padding

*************************************************/
.m10 {
	margin: 10px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !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;
}
.mt30 {
	margin-top: 30px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.p10 {
	padding: 10px !important;
}
.p20 {
	padding: 20px !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.plem {
	padding-left: 1em !important;
}

/************************************************

	Float Align

*************************************************/
.f_left {
	float: left;
}
.f_right {
	float: right;
}

.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}

/************************************************

	clearfix

*************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/************************************************

	overlay

*************************************************/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9000;
	background: rgba(0, 0, 0, 0.3);
}

.b-br_pc {
	display: block;
}

.b-br_sp {
	display: none;
}

.br_sp {
	display: none;
}

.br_sp02 {
	display: block;
}

@media screen and (max-width: 700px) {
	.b-br_pc {
		display: none;
	}

	.b-br_sp {
		display: block;
	}

	.br_sp {
		display: block;
	}

	.br_sp02 {
		display: none;
	}
}

/************************************************

	display

*************************************************/
.d_block {
	display: block;
}

.d_inline-block {
	display: inline-block;
}

.b-pc_display {
	display: block;
}

.b-sp_display {
	display: none;
}

.b-pc_display02 {
	display: inline-block;
}

.b-sp_display02 {
	display: none;
}

@media screen and (max-width: 700px) {
	.b-pc_display {
		display: none;
	}

	.b-sp_display {
		display: block;
	}

	.b-pc_display02 {
		display: none;
	}

	.b-sp_display02 {
		display: inline-block;
	}
}

/************************************************

	text

*************************************************/
.b-small01 {
	font-size: 13px;
}

.b-small02 {
	font-size: 80%;
}

.b-red {
	color: #e60012;
}

.b-orange {
	color: #f08300;
}

.b-blue {
	color: #005bac;
}

.b-gray {
	color: #9fa0a0;
}

.b-lh_base {
	line-height: 1.4;
}

.b-lh_base02 {
	line-height: 1.5;
}
