@charset "UTF-8";

body {
	color: #444;
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-width: 800px;
}

a {
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.vis-sp,
.vis-tb {
	display: none;
}

.title-main {
	background: #F27381;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 15px 15px 12px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.inner {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}

.wrapper {
}

.content {
	padding: 50px 0 80px;
}

.content p {
	line-height: 1.6;
}

.head {
	padding: 35px 0 30px;
}

.head_row {
}

.head_col {
}

.head_col.-left {
	float: left;
}

.head_col.-right {
	float: right;
}

.head_logo {
	display: inline-block;
}

.head_logo a {
	display: inline-block;
}

.head_lead {
	display: inline-block;
	font-size: 18px;
	vertical-align: sub;
	margin-left: 15px;
}

.head_disc {
	font-size: 12px;
	line-height: 1.5;
	padding-top: 10px;
}

.head_disc a {
	color: #EE7585;
	text-decoration: underline;
}

.head_disc a:hover {
	text-decoration: none;
}

.gnav {
	border-top: 1px solid #ccc;
	border-bottom: 5px solid #EE7585;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.gnav_menu {
	background: #F27381;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	cursor: pointer;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.gnav_menu:before {
	content: "\e908";
	font-family: icomoon;
	font-size: 14px;
	margin-right: 6px;
}

.gnav_list {
	display: table;
	table-layout: auto;
	width: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
}

.gnav_list > a {
	display: table-cell;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	padding: 10px 25px;
}

body.-search .gnav_list > a.-search,
body.-handling .gnav_list > a.-handling,
body.-kounou .gnav_list > a.-kounou,
body.-products .gnav_list > a.-products {
	color: #FFF;
	border-left-color: #f694a0;
	background: #f694a0;
	background: -moz-linear-gradient(top, #f694a0 0%, #f07483 90%);
	background: -webkit-linear-gradient(top, #f694a0 0%, #f07483 90%);
	background: linear-gradient(to bottom, #f694a0 0%, #f07483 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f694a0', endColorstr='#f07483', GradientType=0);
}

.gnav_list > a.-kounou:after {
	content: url(../img/common/icn-pdf.png);
	vertical-align: -5px;
	margin-left: 10px;
}

.pnkz {
	background: #EEE;
	overflow: scroll;
}

.IE .pnkz {
	overflow: auto;
}

.pnkz_list {
	font-size: 0;
	padding: 8px 0;
	white-space: nowrap;
}

.pnkz_list > li {
	font-size: 12px;
	display: inline-block;
}

.pnkz_list > li:after {
	content: ">";
	display: inline-block;
	padding: 0 5px;
}

.pnkz_list > li:last-child:after {
	display: none;
}

.pnkz_list > li a {
	color: #F27381;
}

.foot {
	position: relative;
}

.foot_pagetop {
	position: absolute;
	top: -100px;
	right: 6%;
	display: block;
	padding: 10px;
	z-index: 100;
}

.foot_top {
	background: #F7F7F7;
	color: #F27381;
	padding: 25px 0;
}

.foot_row {
	display: table;
	width: 100%;
}

.foot_col {
	display: table-cell;
	vertical-align: middle;
}

.foot_col.-left {
}

.foot_col.-right {
	border-left: 1px solid #ccc;
	min-width: 160px;
}

.foot_nav {
	line-height: 2;
}

.foot_nav > li {
	display: inline-block;
	margin-right: 2.5em;
}

.foot_nav > li a {
}

.foot_nav > li a:before {
	font-family: icomoon;
	content: "\e900";
	font-size: 10px;
	vertical-align: 1px;
	margin-right: 5px;
}

.foot_logo {
	display: inline-block;
	padding: 0 25px;
}

.foot_btm {
	background: #F07483;
	color: #FFF;
	padding: 25px 0;
}

.foot_ttl {
	font-size: 16px;
	font-weight: bold;
}

.foot_about {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.4;
}

.foot_about span {
	display: inline-block;
	margin-right: 1em;
}

.foot_copy {
	margin-top: 8px;
	font-size: 12px;
}

.main {
	float: left;
	width: 66%;
}

.side {
	float: right;
	width: 32%;
}

.side_srch {
	border: 1px solid #ccc;
}

.side_srch_ttl {
	background: #F07483;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
}

.side_srch_key {
}

.side_srch_key_ttl {
	color: #F07383;
	padding: 12px;
	background: #FCE8EB;
}

.side_srch_key_cnt {
	padding: 12px;
}

.side_srch_key_row {
	display: table;
	width: 100%;
}

.side_srch_key_col {
	display: table-cell;
	vertical-align: middle;
}

.side_srch_key_col.-input {
}

.side_srch_key_col.-btn {
	width: 50px;
	text-align: right;
}

.side_srch_key_col input {
	width: 100%;
	box-shadow: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
}

.side_srch_key_col button {
	cursor: pointer;
	padding: 9px;
	border: 1px solid #E15466;
	border-radius: 5px;
	color: #FFF;
	background: #f694a0;
	background: -moz-linear-gradient(top, #f694a0 0%, #f07483 90%);
	background: -webkit-linear-gradient(top, #f694a0 0%, #f07483 90%);
	background: linear-gradient(to bottom, #f694a0 0%, #f07483 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f694a0', endColorstr='#f07483', GradientType=0);
}

.side_srch_key_col button > span {
	font-size: 18px;
	line-height: 1;
}

.side_srch_list {
}

.side_srch_list > li {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.side_srch_list > li a {
	display: block;
	padding: 12px 12px 12px 26px;
	border-top: 1px solid #ccc;
	position: relative;
	line-height: 1.3;
}

.side_srch_list > li a:before {
	font-family: icomoon;
	content: "\e900";
	font-size: 12px;
	vertical-align: 0px;
	margin-right: 8px;
	color: #F07483;
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -8px;
}

.side_about {
	margin-top: 20px;
}

.side_about a {
	padding: 15px 15px;
	display: block;
	font-weight: bold;
	color: #FFF;
	background: #f694a0;
	background: -moz-linear-gradient(top, #f694a0 0%, #f07483 90%);
	background: -webkit-linear-gradient(top, #f694a0 0%, #f07483 90%);
	background: linear-gradient(to bottom, #f694a0 0%, #f07483 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f694a0', endColorstr='#f07483', GradientType=0);
}

.side_about a:before {
	font-family: icomoon;
	content: "\e900";
	font-size: 12px;
	font-weight: normal;
	vertical-align: 0px;
	margin-right: 8px;
	color: #fff;
}

.side_bnr {
	margin-top: 20px;
}

.side_bnr a {
	display: inline-block;
}

.side_cntct {
	margin-top: 20px;
	border: 5px solid #F8C2C9;
	padding: 15px;
}

.side_cntct_ttl {
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.side_cntct_phone {
	padding: 0;
	text-align: center;
}

.side_cntct_phone.-tel {
	padding-bottom: 5px;
}

.side_cntct_phone.-fax {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}

.side_cntct_phone dt {
	font-weight: bold;
	/*display: inline-block;*/
	/*width: 4.5em;*/
	text-align: center;
	vertical-align: middle;
}

.side_cntct_phone dd {
	/*display: inline-block;*/
	margin-top: 5px;
	vertical-align: middle;
}

.side_cntct_phone dd a {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
}

.side_cntct_phone dd a:before {
	font-family: icomoon;
	color: #F07483;
	display: inline-block;
	font-weight: normal;
	width: 18px;
	margin-right: 7px;
}

.side_cntct_phone.-tel dd a:before {
	content: "\e901";
	font-size: 19px;
	vertical-align: 0px;
}

.side_cntct_phone.-fax dd a:before {
	content: "\e902";
	font-size: 18px;
	vertical-align: 0px;
}

.side_cntct_form {
	margin-top: 10px;
}

.side_cntct_form a {
	display: block;
	border: 1px solid #ccc;
	text-align: center;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.side_cntct_form a:before {
	font-family: icomoon;
	color: #F07483;
	display: inline-block;
	font-weight: normal;
	content: "\e903";
	font-size: 14px;
	margin-right: 10px;
}

.info {
	margin-top: 30px;
}

.info_head {
	position: relative;
}

.info_head_ttl {
	background: #F07483;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 120px 15px 15px;
}

.info_head_link {
	position: absolute;
	right: 15px;
	font-size: 12px;
	color: #F27381;
	border: 1px solid #ccc;
	padding: 6px 10px;
	border-radius: 4px;
	top: 50%;
	margin-top: -14px;
	font-weight: bold;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}

.info_head_link:before {
	font-family: icomoon;
	content: "\e900";
	font-size: 11px;
	vertical-align: 1px;
	margin-right: 5px;
	font-weight: normal;
}

.info_wrap {
	border: 1px solid #ccc;
	border-top: 0;
	overflow: scroll;
	height: 250px;
}

.info_list {
	padding: 0 10px;
}

.info_list > li {
	border-bottom: 1px dashed #ccc;
}

.info_list > li:nth-child(2n) {
	background: #eee;
}

.info_list > li:last-child {
	border-bottom: 0;
}

.info_list > li.-more {
	background: #FFF !important;
	padding: 15px 10px 13px;
}

.info_list_row {
	display: table;
	width: 100%;
}

.info_list_col {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 10px 6px;
}

.info_list_col.-left {
	width: 8em;
	text-align: center;
}

.info_list_col.-right {
}

.info_list_date {
	display: block;
}

.info_list_new {
	display: inline-block;
	color: #fff;
	background: #f07483;
	font-size: 12px;
	line-height: 1;
	padding: 5px 10px;
	font-weight: bold;
	margin-top: 5px;
}

.info_list_link {
	color: #F07483;
	text-decoration: underline;
}

.info_list_row:hover .info_list_link {
	text-decoration: none;
}

.info_list_row[href$="pdf"] .info_list_link:after {
	content: url(../img/common/icn-pdf.png);
	vertical-align: -5px;
	margin-left: 10px;
}

/* All SP & Tablet */
@media screen and (max-width:1020px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

	.content {
		padding: 40px 0 60px;
	}

	.head {
		padding: 20px 0 15px;
	}

	.head_col.-right {
		max-width: 50%;
	}

	.head_disc {
		padding-top: 0;
	}

	.gnav > .inner {
		padding: 0;
	}

	.gnav_list > a {
		;
		padding: 10px 10px;
		font-size: 15px;
	}

	.foot_nav > li {
		margin-right: 15px;
	}

	.side_cntct_form a {
		font-size: 14px;
		padding: 15px 10px;
	}

	.side_cntct_form a:before {
		font-size: 13px;
		vertical-align: -1px;
		margin-right: 6px;
	}

}

@media screen and (min-width:641px) {
	.gnav_list {
		display: table !important;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	body {
		font-size: 13px;
		min-width: 360px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.title-main {
		font-size: 16px;
		padding: 12px;
	}

	.content {
		padding: 20px 0;
	}

	.head {
		padding: 10px 0 8px;
	}

	.head_logo {
		width: 110px;
	}

	.head_lead {
		font-size: 16px;
		margin-left: 10px;
	}

	.gnav {
		border-bottom: 0;
		background: none !important;
		position: relative;
	}

	.gnav_list {
		display: none;
		position: absolute;
		width: 100%;
		border-right: 0;
		border-left: 0;
	}

	.gnav_list > a {
		display: block;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #ccc;
		font-size: 14px;
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
		background: -webkit-linear-gradient(top, #ffffff 35%, #e5e5e5 100%);
		background: linear-gradient(to bottom, #ffffff 35%, #e5e5e5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
		border-left: 0;
		border-right: 0;
		padding: 12px 0;
	}

	.gnav_list > a.-kounou:after {
		display: none;
	}

	.foot_pagetop {
		position: fixed;
		z-index: 500;
		right: 10px;
		bottom: 15px;
		top: auto;
		border: 2px solid #f27381;
		width: 66px;
		padding: 10px 11px 8px;
		border-radius: 36px;
		background: #fff;
	}

	.foot_top {
		padding: 15px 0;
	}

	.foot_nav {
		line-height: 2;
		font-size: 13px;
		text-align: center;
	}

	.foot_nav > li {
		margin: 0 10px;
	}

	.foot_btm {
		padding: 20px 0;
	}

	.main {
		float: none;
		width: 100%;
	}

	.side {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.side_srch_ttl {
		font-size: 14px;
		text-align: left;
		padding: 15px;
	}

	.side_bnr a {
		display: block;
	}

	.side_bnr img {
		width: 100%;
	}

	.info {
		margin-top: 20px;
	}

	.info_head_ttl {
		font-size: 14px;
	}

	.info_wrap {
		height: 200px;
	}

	.info_list {
		padding: 0;
	}

	.info_list_row {
		display: block;
		padding: 10px;
	}

	.info_list_col {
		display: block;
		padding: 0;
	}

	.info_list_col.-left {
		width: 100%;
		text-align: left;
	}

	.info_list_col.-right {
		margin-top: 8px;
	}

	.info_list_date {
		display: inline;
	}

	.info_list_new {
		margin-top: 0;
		font-size: 10px;
		padding: 4px 10px;
		vertical-align: middle;
	}

	.info_list_link {
		line-height: 1.3 !important;
	}

}

/* for Print */
@media print {
}