@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	/*font-size: 10px;
	font-size: 1rem;*/
	font-size: 16px;
	line-height: 1.7;
	color: #2D2D2D;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana,Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
body.m {
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Verdana,Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.7;
}
a {
	color: #1186c4;
	text-decoration: underline;
	-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
}
a:hover {
	text-decoration: none;
}
a.a_reverse,
.a_reverse a {
	text-decoration: none;
}
a.a_reverse[href]:hover,
.a_reverse a[href]:hover {
	text-decoration: underline;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	img {
		max-width: 100%;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	iframe {
		max-width: 100%;
		height: 200px;
	}
}



/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
}


/* sp
============================================================================================================ */
@media screen and (max-width: 768px) {
	*[data-label] img {
		display: none;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		content: attr(data-label-r);
	}

	.sp_mincho {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	}
}

/* font-size
============================================================================================================ */
.fz_s {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.fz_m {
}
.fz_l {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.fz_ll {
}
@media screen and (max-width: 768px) {
	.fz_s {
		font-size: 1.1rem;
	}
	.fz_l {
		font-size: 1.5rem;
	}
}

/* font-weight
============================================================================================================ */
.fwn {
	font-weight: normal !important;
}

/* color
============================================================================================================ */
.c_black {
	color: #000 !important;
}
.c_green {
	color: #7ea200 !important;
}
.c_gold {
	color: #a58e3d !important;
}

/* letter-spacing
============================================================================================================ */
.ls1 {
	letter-spacing: 1em;
	margin-right: -1em;
}
span.ls1 {
	display: inline-block;
}

/* dot
============================================================================================================ */
.dot {
	display: inline-block;
	margin: 0 -0.2em;
}



/* w
============================================================================================================ */
.w {
	position: relative;
	display: block;
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}
.pl {
	width: 700px;
	padding: 0 0 0 280px;
}
.mw {
	min-width: 1000px;
}
.w:after,
.mw:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
@media screen and (max-width: 768px) {
	.w {
		width: auto;
		padding: 0;
	}
	.mw {
		min-width: 0;
	}
	.pl {
		width: auto;
		padding: 0 10px;
	}
}



/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a.hv_wh:hover:after,
button.hv_wh:hover:after,
a:hover .hv_wh:after,
.hv_wh a:hover:after {
	background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 768px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}

/* コンテナ
============================================================================================================ */
#container {
	position: relative;
	/*font-size: 15px;
	font-size: 1.5rem;*/
	font-size: 95%;
}
@media screen and (max-width: 768px) {
	#container {
		padding-top: 104px;
		font-size: 1.3rem;
	}
}


/* copyright
------------------------------------------------------------- */
#footer .copyright {
	font-size: 16px;
	padding: 0px 0 15px;
	background-color: #1186c4;
	text-align: center;
}
#footer .copyright small {
	/*font-size: 10px;
	font-size: 1rem;*/
	font-size: 80%;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	#footer .copyright {
		line-height: 1.5;
		padding: 5px 0 5px;
	}
	#footer .copyright small {
	}
}





/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* topicpath
============================================================================================================ */
.topicpath {
	padding: 10px 0;
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	color: #aaa;
}
.topicpath span {
	color: #000;
}
.topicpath a {
	text-decoration: none;
}
.topicpath a:hover {
	text-decoration: underline;
}
.topicpath a.home {
	padding: 3px 0 3px 22px;
	background: url("https://kanagawa-matching.8shinkin.jp/common/images/parts/ico_topicpath.png") no-repeat 0 40%;
}
@media screen and (max-width: 768px) {
	.topicpath {
		padding: 5px 0;
		font-size: 1rem;
	}
	.topicpath a.home {
		padding-left: 15px;
		background-position: 0;
		-webkit-background-size: 12px;
		background-size: 12px;
	}
}



/* ===================================================================================================================

	モジュール

=================================================================================================================== */

/* section
============================================================================================================ */
.section + .section,
.section_m + .section,
.section_s + .section {
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	.section + .section {
		margin-top: 30px;
	}
}

.section + .section_m,
.section_m + .section_m,
.section_s + .section_m {
	margin-top: 30px;
}

.section + .section_s,
.section_m + .section_s,
.section_s + .section_s {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
}

.pb_sec {
	padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.pb_sec {
		padding-bottom: 30px;
	}
}


/* title
============================================================================================================ */
.title_l,
.title_m,
.title_s {
	line-height: 1.5;
	color: #7ea200;
	font-weight: bold;
}
.title_l {
	margin-bottom: 12px;
	font-size: 18px;
	font-size: 1.8rem;
}
.title_m {
	margin-bottom: 6px;
	font-size: 16px;
	font-size: 1.6rem;
}
.title_s {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.title_l {
		font-size: 1.6rem;
	}
	.title_m {
		font-size: 1.4rem;
	}
	.title_s {
		font-size: 1.2rem;
	}
}
.title_dot {
	position: relative;
	margin-bottom: 20px;
	padding-left: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.title_dot:before,
.title_dot:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
}
.title_dot:before {
	top: 2px;
	left: 0;
	background-color: #7ea200;
}
.title_dot:after {
	top: 10px;
	left: 8px;
	background-color: #cccccc;
}

@media screen and (max-width: 768px) {
	.title_dot {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
}


/* bg
============================================================================================================ */
.bg_yellow {
	background: #ffe146 url("https://kanagawa-matching.8shinkin.jp/common/images/parts/bg_pattern_yellow.jpg") 50% 0;
}

@media screen and (max-width: 768px) {
	.bg_yellow {
		-webkit-background-size: 140px;
		background-size: 140px;
	}
}

/* column_section
============================================================================================================ */
.column_section:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.column_section > * {
	float: left;
}

/* column2 */
.column_section.column2 > * {
	width: 330px;
}
.column_section.column2 > * + * {
	float: right;
}
@media screen and (max-width: 768px) {
	.column_section.column2 > *,
	.column_section.column2 > * + * {
		float: none;
		width: auto;
	}
	.column_section.column2 > * + * {
		margin-top: 30px;
	}
}

/* column3 */
.column_section.column3 > * {
	width: 210px;
}
.column_section.column3 > * + * {
	padding-left: 35px;
}
@media screen and (max-width: 768px) {
	.column_section.column3 > *,
	.column_section.column3 > * + * {
		float: none;
		width: auto;
		padding: 0;
	}
	.column_section.column3 > * + * {
		margin-top: 30px;
	}
}

/* column4 */
.column_section.column4 > * {
	width: 154px;
}
.column_section.column4 > * + * {
	padding-left: 28px;
}
@media screen and (max-width: 768px) {
	.column_section.column4 {
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: -30px;
	}
	.column_section.column4 > *,
	.column_section.column4 > * + * {
		width: 50%;
		padding: 0 5px 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.column_section.column4 > *:nth-child(2n+1) {
		clear: both;
	}
}


/* ph_float_column
============================================================================================================ */
.ph_float_column:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
.ph_float_column.ph_left .ph {
	float: left;
}
.ph_float_column.ph_left .ph ~ * {
	margin-left: 260px;
}
.ph_float_column.ph_right .ph {
	float: right;
}
.ph_float_column.ph_right .ph ~ * {
	margin-right: 260px;
}

.ph_float_column.ph_left.m .ph ~ * {
	margin-left: 230px;
}
.ph_float_column.ph_right.m .ph ~ * {
	margin-right: 230px;
}

.ph_float_column.ph_left.sm .ph ~ * {
	margin-left: 160px;
}
.ph_float_column.ph_right.sm .ph ~ * {
	margin-right: 160px;
}

.ph_float_column.ph_left.s .ph ~ * {
	margin-left: 170px;
}
.ph_float_column.ph_right.s .ph ~ * {
	margin-right: 170px;
}


@media screen and (max-width: 768px) {
	.ph_float_column.ph_left .ph,
	.ph_float_column.ph_right .ph {
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.ph_float_column.ph_left .ph ~ * {
		margin-left: 0;
	}
	.ph_float_column.ph_right .ph ~ * {
		margin-right: 0;
	}
	.ph_float_column.ph_left.m .ph,
	.ph_float_column.ph_left.sm .ph,
	.ph_float_column.ph_left.s .ph {
		float: left;
		width: 100px;
	}
	.ph_float_column.ph_right.m .ph,
	.ph_float_column.ph_right.sm .ph,
	.ph_float_column.ph_right.s .ph {
		float: right;
		width: 100px;
	}
	.ph_float_column.ph_left.m .ph ~ *,
	.ph_float_column.ph_left.sm .ph ~ *,
	.ph_float_column.ph_left.s .ph ~ * {
		margin-left: 110px;
	}
	.ph_float_column.ph_right.m .ph ~ *,
	.ph_float_column.ph_right.sm .ph ~ *,
	.ph_float_column.ph_right.s .ph ~ * {
		margin-right: 110px;
	}
}


/* table
============================================================================================================ */
table.basic {
	width: 100%;
	background-color: #fff;
	border: 3px solid #7ea200;
	line-height: 1.6;
}
table.basic.fixed {
	table-layout: fixed;
}
table.basic th,
table.basic td {
	padding: 0.6em 1em;
	border: 1px solid #7ea200;
}
table.basic thead th {
	background-color: #f4f8e4;
	border-bottom-width: 2px;
	text-align: center;
	font-weight: bold;
}
table.basic tfoot th,
table.basic tfoot td {
	border-top-width: 2px;
	text-align: center;
	font-weight: bold;
}
table.basic tbody th {
	font-weight: bold;
	color: #7ea200;
}
table.basic.head_center thead th {
	text-align: center;
}
table.basic.th_cetner tbody th {
	text-align: center;
}
table.basic.td_cetner td {
	text-align: center;
}
table.basic.td_right td {
	text-align: right;
}
table.basic .bg_green {
	background-color: #7ea200;
}
table.basic .bg_yerrow {
	background-color: #ffe045;
}
table.basic.stripe tbody tr:nth-child(2n) th,
table.basic.stripe tbody tr:nth-child(2n) td {
	background-color: #f5f5f5;
}

table .w10 {width: 10%;}
table .w15 {width: 15%;}
table .w20 {width: 20%;}
table .w25 {width: 25%;}
table .w30 {width: 30%;}
table .w35 {width: 35%;}
table .w40 {width: 40%;}
table .w45 {width: 45%;}
table .w50 {width: 50%;}

@media screen and (max-width: 768px) {
	table.basic {
		border-width: 2px;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	table.basic th,
	table.basic td {
		padding: 0.5em;
	}
	table.basic thead th {
		border-width: 1px;
	}
	table.basic tfoot th,
	table.basic tfoot td {
		border-width: 1px;
	}
}


/* link
============================================================================================================ */
a.blank {
	padding: 3px 26px 3px 0;
	background: url("https://kanagawa-matching.8shinkin.jp/common/images/parts/ico_blank.png") 100% no-repeat;
}
a.pdf {
	padding: 3px 22px 3px 0;
	background: url("https://kanagawa-matching.8shinkin.jp/common/images/parts/ico_pdf.png") 100% no-repeat;
}

@media screen and (max-width: 768px) {
	a.blank {
		background-image: url("https://kanagawa-matching.8shinkin.jp/common/images/parts/ico_blank_sp.png");
		-webkit-background-size: 16px;
		background-size: 16px;
	}
	a.pdf {
		background-image: url("https://kanagawa-matching.8shinkin.jp/common/images/parts/ico_pdf_sp.png");
		-webkit-background-size: 16px;
		background-size: 16px;
	}
}


/* block_link
============================================================================================================ */
.block_link {
	display: block;
	text-decoration: none;
	color: #000;
}


/* li
============================================================================================================ */
ul.inline {
	text-align: center;
}
ul.inline li {
	display: inline-block;
	margin: 0 5px;
}
@media screen and (max-width: 768px) {
	ul.inline {
		margin: 0 -3px;
	}
	ul.inline:after {
		content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
	}
	ul.inline li {
		float: left;
		margin: 0;
		padding: 0 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul.inline.column4 li {
		width: 25%;
	}
}


/* square
------------------------------------------------------------- */
ul.square li {
	position: relative;
	padding-left: 1em;
}
ul.square li:before {
	content: "■";
	position: absolute;
	left: 0;
}

/* disc
------------------------------------------------------------- */
ul.disc li {
	position: relative;
	padding-left: 1em;
}
ul.disc li:before {
	content: "・";
	position: absolute;
	left: 0;
}

/* notes
------------------------------------------------------------- */
ul.notes li {
	position: relative;
	padding-left: 1em;
}
ul.notes li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/* linnk
------------------------------------------------------------- */
.link {
	display: block;
	background: url("../img/arrow02.png") no-repeat left 0.4em;
	padding-left: 15px;
}



/* decimal
------------------------------------------------------------- */
ol.decimal {
	list-style-type: decimal;
}
ol.decimal li {
	margin-left: 2em;
}

/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
	position: relative;
	padding-left: 2em;
}
ol.parentheses li .num {
	position: absolute;
	left: 0;
}



/* dl
============================================================================================================ */
dl.float {
}
dl.float dt {
	float: left;
}
dl.float dd {
	margin-left: 14em;
	padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
	dl.float {
	}
	dl.float dt {
		float: none;
	}
	dl.float dd {
		margin-left: 0;
	}
}
dl.dl_sec dd ~ dt {
	margin-top: 25px;
}


/* img
============================================================================================================ */
@media screen and (max-width: 768px) {
	.sp_img50p img {
		max-width: 50%;
	}
}


/* img.radius
============================================================================================================ */
img.radius {
	border-radius: 1000px;
}






/* header
============================================================================================================ */
#header {
	background: #fff;
	border-bottom: 1px solid #E6EFD6;
	position: fixed;
	top:0;
	width: 100%;
	min-width:1000px;
	height: 70px;
	z-index: 100;
}
#header .logo {
    float: left;
	margin: 5px 0 0 30px;
	/*height: 82px;*/
	height: 65px;
	border-bottom: 2px solid #1186c4;
	z-index: 10;
}

#header .logo img {
	height: 65px;
}

#header #bt-menu {
	display:none;
}

#header > div {
	float: right;
}

#header > div nav {
	display:block;
}

#header > div .global,
#header > div .top_navi
{
	float:left;
}

#header > div .global {
	height:90px;
}

#header > div .global li {
	height:90px;
	display:table-cell;
	vertical-align:middle;
}

#header > div .global li a {
	color:#000;
	font-size:15px;
	font-weight:bold;
	height:90px;
	padding:0 30px;
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
}

#header > div .global li.active a {
	color:#fff;
	background-color:#1186c4;
}

@media screen and (max-width: 768px) {
	#header {
		height: 55px;
		min-width: auto;
		z-index:9999;
	}
	#header .logo {
		position: absolute;
		top: 5px;
		left: 5px;
		width: 130px;
		margin: 0;
		border-bottom: none;
		height:auto;
	}
	#header .logo img {
		width: 130px;
		height: auto;
	}
}

/* navi
============================================================================================================ */
#header .top_navi {
	float: right;
	background: #ECECEC;
	/*height: 90px;*/
	height: 70px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .top_navi li {
	/*margin-left: 2em;*/
	margin-bottom: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
#header .top_navi li:before {
	content: url("../img/arrow01.gif");
	padding-right: 3px;
}
#header .top_navi li a {
	color: #3F3F3F;
	text-decoration: none;
	padding: 0px 1em 0px;
}
#header .top_navi li a:hover {
	text-decoration: underline;
}

#header .top_navi li.contact {
	margin-left: 0;
	/*margin-bottom: 12px;*/
	margin-bottom: 8px;
	font-size: 12px;
	font-size: 1.2rem;
}
#header .top_navi li.contact:before {
	content: "";
	padding-right: 0;
}
#header .top_navi li.contact a {
	color:#fff;
	/*padding:13px 10px;*/
	padding: 8px 10px 0px;
	background-color:#1186c4;
	text-decoration: none;
	text-align:center;
	display:block;
	height: 35px;
	box-sizing: border-box;
}

#header .tell {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 15px 50px 0 0;
	border: 2px solid #1186c4;
	z-index: 10;
}
#header .tell dt {
	float: left;
	width: 8em;
	padding: 1em 0 1em 0;
	background: #1186c4;
	color: #fff;
	text-align: center;
}
#header .tell dd {
	margin-left: 9em;
	background: url("../img/icon_contact.gif") no-repeat left center;
	padding: 1em 1em 1em 35px;
}

@media screen and (max-width: 768px) {

#header #bt-menu {
	position:absolute;
	top:5px;
	right:0;
	width:50px;
	height:50px;
	display:block;
	cursor:pointer;
}

#header #bt-menu span {
	position:absolute;
	top:23px;
	left:10px;
	width:30px;
	height:3px;
	background-color: #1186c4;
	display:block;
}

#header #bt-menu span::before {
	position:absolute;
	top:-10px;
	left:0;
	content:"";
	width:30px;
	height:3px;
	background-color: #1186c4;
	display:block;
	transition:.3s;
}

#header #bt-menu span::after {
	position:absolute;
	top:10px;
	left:0;
	content:"";
	width:30px;
	height:3px;
	background-color: #1186c4;
	display:block;
	transition:.3s;
}

#header #bt-menu.close span {
  background:transparent;
}

#header #bt-menu.close span:before {
	top:0;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
}

#header #bt-menu.close span:after {
	top:0;
  transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
}



#header > div {
	padding-top:56px;
	float:none;
}

#header > div nav {
	display:none;
}

#header > div .global,
#header > div .top_navi {
		float: none;
}

#header > div .global {
	height:auto;
}

#header > div .global li {
	height:auto;
	display:block;
	vertical-align:middle;
}

#header > div .global li a {
	color:#000;
	font-size:13px;
	font-weight:bold;
	height:auto;
	padding:0 30px;
	display:block;
	vertical-align:middle;
	text-decoration:none;
}

#header > div .global li.active a {
	color:#fff;
	background-color:#1186c4;
}

#header .global li a:hover {
	color:#fff;
	text-decoration: none;
	background: #1186c4;
}


	#header .top_navi {
		float: none;
		background: #B0DAED;
		height: auto;
		padding: 0 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header .top_navi li {
		margin-left: 0;
		margin-bottom: 0;
		font-size: 12px;
		font-size: 1.2rem;
	}
	#header .top_navi li:before {
		content: none;
		padding-right: 0;
	}
	#header .top_navi li a {
		color:#000;
		display: block;
	}
	#header .top_navi li a:hover {
	color:#fff;
		text-decoration: none;
		background: #1186c4;
	}
	
	#header .top_navi li.contact {
		margin-bottom: 0;
	}
	
	#header .tell {
		font-size: 12px;
		font-size: 1.2rem;
		margin: 10px 10px 0 0;
		border: 2px solid #1186c4;
	}
	#header .tell dt {
		float: left;
		width: 7em;
		padding: 0.5em 0 0.5em 0;
		background: #1186c4;
		color: #fff;
		text-align: center;
	}
	#header .tell dd {
		margin-left: 8em;
		background: url("../img/icon_contact.gif") no-repeat left center;
		background-size: 20px 13px;
		padding: 0.5em 0.5em 0.5em 25px;
	}
}
@media screen and (max-width: 360px) {
	#header .tell {
		font-size: 11px;
		font-size: 1.1rem;
		margin: 5px 10px 0 0;
		border: 2px solid #1186c4;
		width: 10em;
	}
	#header .tell dt {
		float: none;
		width: 100%;
		padding: 0.1em 0 0.1em 0;
		background: #1186c4;
		color: #fff;
		text-align: center;
	}
	#header .tell dd {
		margin-left: 0;
		background: url("../img/icon_contact.gif") no-repeat 3px center;
		background-size: 20px 13px;
		padding: 0.1em 0.5em 0.1em 25px;
	}
}

/* top_navi　ログイン無し用　お問い合わせ縦いっぱい
============================================================================================================ */

/*
#header .top_navi li.contact a {
	color:#ffffff;
	padding:32px 47px 32px 47px;
	background-color:#ECECEC;
	background: #1186c4;
	font-weight:bold;
	font-size:15px;
}
@media screen and (max-width: 768px) {
	#header .top_navi li.contact a {
		font-size:13px;
		font-weight:nomal;
	}
}
*/


/*                 マイページログイン用　　　　　　　　　　　　　　　　　　　*/

#header nav .top_navi-maypage {
	float: left;
	margin: 0 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}


#header nav .top_navi-maypage > li > a {
	position: relative;
	display: block;
	height: 90px;
	padding: 30px 28px 0 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
		background: #1186c4;
	text-decoration: underline;
}
#header nav .top_navi-maypage > li > a:hover {
	color: #212121;
	background: #ECECEC;
}
#header nav .top_navi-maypage > li.active > a {
	color: #212121;
	background: #ECECEC;
}
#header nav .top_navi-maypage ul {
	position: absolute;
	left: 5px;
	top: 35px;
	height: 0;
	overflow: hidden;
	z-index: 10;
}

.arrow_mypage{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow_mypage::before,
.arrow_mypage::after{
position: absolute;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.mypage5-1::before{
left: 35px;
	top:-6px;
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.mypage5-1:hover:before{
left: 35px;
top:-6px;
width: 6px;
height: 6px;
border-top: 2px solid #000;
border-right: 2px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}



@media screen and (max-width: 768px) {

/*矢印用に追記20170217下部にあり*/	
	
	
	.mypage5-1::before{
left: 25px;
top:0px;
width: 6px;
height: 6px;
border-top: 2px solid #D1E4EA;
border-right: 2px solid #D1E4EA;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
	.mypage5-1:hover:before{
left: 25px;
top:0px;
width: 6px;
height: 6px;
border-top: 2px solid #000;
border-right: 2px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
	
	

}



/*                ページログイン用end　　　　　　　　　　　　　　　　　　*/
/*ログイン有り*/
#header nav > div {
	position: relative;
}
#header nav > div > div:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#header nav .global {
	float: left;
	margin: 0 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}
#header nav .global:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#header nav .global > li {
	position: relative;
	float: left;
	z-index: 2;
}
#header nav .global > li > a {
	position: relative;
	display: block;
	/*height: 90px;*/
	height: 70px;
	padding: 24px 28px 0;
	color: #212121;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header nav .global > li > a:hover {
	color: #fff;
	background: #1186c4;
}
#header nav .global > li.active > a {
	color: #fff;
	background: #1186c4;
}
#header nav .global ul {
	position: absolute;
	left: 5px;
	top: 35px;
	height: 0;
	overflow: hidden;
	z-index: 10;
}
#header nav .global ul li a {
	background: #F6F9F1;
	min-width: 175px;
	display: block;
	padding: 10px 20px 10px 25px;
	border-bottom: 1px solid #eae4da;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	white-space: nowrap;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	opacity: 0;
}
#header nav .global ul li a:hover,
#header nav .global ul li.current a {
	background-color: #84AD35;
	color: #fff;
}

#header nav .global .has_snav.showed ul {
	overflow: visible;
	height: auto;
}
#header nav .global .has_snav.open li a {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

#header nav .hover,
#header nav .global > .current > a:before {
	position: absolute;
	bottom: -15px;
	height: 3px;
	width: 100%;
	background-color: #83AD34;
}
#header nav .global > .current > a:before {
	content: "";
	left: 5px;
	right: 5px;
}
/*ログイン有りrnd*/

#header nav .hover {
	-webkit-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
	height: 0;
}
#header nav .hover.mov {
	-webkit-transition: all 0.3s ease, height 0.15s ease;
	-o-transition: all 0.3s ease, height 0.15s ease;
	transition: all 0.3s ease, height 0.15s ease;
	height: 3px;
}


@media screen and (max-width: 768px) {
	#header .nav_btn {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		width: 60px;
		height: 55px;
		z-index: 2;
	}
	#header .nav_btn:before,
	#header .nav_btn a:before,
	#header .nav_btn a:after {
		content: "";
		position: absolute;
		left: 12px;
		right: 22px;
		top: 50%;
		height: 2px;
		margin-top: -1px;
		background-color: #212121;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .nav_btn a:before {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		-o-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	#header .nav_btn a:after {
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		-o-transform: translateY(6px);
		transform: translateY(6px);
	}

	/* open */
	#header.open .nav_btn:before {
		opacity: 0;
	}
	#header.open .nav_btn a:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}

	/*マイページログイン用に非表示20170112*/
	
/*	#header nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 0;
		padding-top: 55px;
		opacity: 0;
		overflow: hidden;
		background: #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: height 0.3s, opacity 0.3s;
		-o-transition: height 0.3s, opacity 0.3s;
		transition: height 0.3s, opacity 0.3s;
	}*/
	
		/*マイページログイン用に非表示20170112end*/
	#header nav .hover,
	#header nav .global .current a:before {
		display: none;
	}
	#header nav > div {
		-webkit-overflow-scrolling: touch;
	}
	#header nav > div > div {
	}

	#header nav div > ul,
	#header nav div > ul li {
		float: none !important;
	}
	#header nav div > ul li {
		border-bottom: 1px solid #fff;
	}
	#header nav div > ul a {
		position: relative;
		height: auto !important;
		display: block;
		/*padding: 10px 25px !important;マイページログイン用に非表示*/
		padding: 10px 20px 10px 20px!important;/*マイページログイン用に追記20170112*//*矢印用に追記20170217*/
		text-align: left !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
	}
	#header nav div > ul a .ja {
		font-size: 1.4rem !important;
	}
	#header nav div > ul a .en {
		display: none;
	}

	/* open */
	#header.open nav {
		height: 100%;
		opacity: 1;
	}

	#header nav .global {
		background: #B0DAED;
		float: none;
		margin: 0;
		font-size: 14px;
		font-size: 1.4rem;
		position: relative;
	}
	#header nav .global.sp {
		margin-bottom: 2em;
	}
	#header nav .global ul {
		position: static;
		height: 0;
		overflow: hidden !important;
		-webkit-transition: height 0.3s;
		-o-transition: height 0.3s;
		transition: height 0.3s;
	}
	#header nav .global ul li {
		border-top: 1px solid #efebe3;
		border-bottom: 0;
	}
	#header nav .global ul li a {
		padding: 10px 25px;
		background: #f8f6f2;
		border-bottom: 0;
		white-space: normal;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	#header nav .global ul li a:hover,
	#header nav .global ul li.current a {
		background: #fff;
		color: #212121;
	}

	#header nav .global .showed ul {
		overflow: visible;
		height: auto;
	}

	#header nav .global .has_snav > a:before,
	#header nav .global .has_snav > a:after {
		content: "";
		display: block;
		position: absolute;
		left: auto;
		bottom: auto;
		right: 20px;
		top: 50%;
		width: 12px;
		height: 2px;
		margin-top: -1px;
		background-color: #212121;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header nav .has_snav > a:before {
		-webkit-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
		-o-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	#header nav .has_snav > a:after {
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		-o-transform: translateY(3px);
		transform: translateY(3px);
	}
	#header nav .has_snav > a.open:before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header nav .has_snav > a.open:after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}
}
@media screen and (min-width: 681px) {
	#header nav .global .has_snav ul {
		height: 0 !important;
	}
	#header nav .global .has_snav.showed ul {
		height: auto !important;
	}
}

/* container
============================================================================================================ */
#container {
	/*padding-top: 90px;*/
	padding-top: 70px;
}
.red {
	color: #EE432B;
}
@media screen and (max-width: 768px) {
	#container {
		padding-top: 55px;
	}
}


/* page_title
============================================================================================================ */
.page_title {

    background-color: #1186c4;
}
.page_title_inner{
        max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 20px;
        font-size: 29px;
    font-size: 2.9rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.6;
    color: #fff;
}
@media screen and (max-width: 680px){
    .page_title_inner{
font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.6;
    color: #fff;
}
}


/* midashi
============================================================================================================ */
.midashi {
    font-size: 2.4rem;
    position: relative;
}
@media screen and (max-width: 680px){
    .midashi {
    font-size: 1.8rem;
}
}
.b_b{
       margin-bottom: 3.0rem;
}
@media screen and (max-width: 680px){
    .b_b{
       margin-bottom: 2.0rem;
}
}
.b_b:before, .b_b:after {
    position: absolute;
    left: 0;
    bottom: -0.3em;
    content: "";
    height: 2px;
}
.b_b:before {
    width: 100%;
    background: #1186c4;
}
.b_b:after {
    width: 20%;
    background: #BCBCBC;
}
/* footer
============================================================================================================ */
#footer {
	position: relative;
	background: #1186c4;
	color: #fff;
}
#footer #pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#footer > div {
	width: 1000px;
	margin: 0 auto;
	/*padding: 20px 0 30px;*/
	padding: 20px 0 20px;
}

#footer div.pagetop_arrow {
	width: 50px;
	height: 50px;
	position: relative;
	background-color: #1186c4;
}

#footer div.pagetop_arrow img {
	width: 20px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer p.logo{
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	position: relative;
}
#footer p.logo:before {
	/*content: url("../img/logo_facetoface.png");*/
	content: "";
	display: inline-block;
	width: 75px;
	height: 40px;
	background-image: url("../img/logo_facetoface.png");
	background-size: contain;
	position: relative;
	top: 15px;
	left: -10px;
}
#footer > div ul {
	text-align: center;
	margin-top: 30px;
}
#footer > div ul li:first-child {
	border-left: 1px solid #fff;
}
#footer > div ul li {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline;
	border-right: 1px solid #fff;
}
#footer > div ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 60px;
}
#footer > div ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	#footer #pagetop {
		width: 34px;
	}
	#footer #pagetop img {
		width: 100%;
		height: auto;
	}
	#footer > div {
		width: auto;
		margin: 0 auto;
		padding: 20px 0 20px;
	}
	#footer p.logo{
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		text-align: center;
	}
	#footer p.logo:before{
		content:" ";
		display:inline-block;
		width:50px;
		height:25px;
		background:url("../img/logo_facetoface.gif") no-repeat;
		background-size:contain;
		vertical-align:middle;
		top: 0;
		left: 0;
	}
}

/* ヘッダーロゴ */
div.header_frame
{
	width: 100%;
	height: 70px;
    margin: 0px;
	position: relative;
}

table.logo_frame
{
	height: 70px;
    margin: 0px;
	position: fixed;
	top: 0;
	left: 10px;
}

table.logo_frame img
{
	vertical-align: top;
	display: block;
}

table.logo_frame td.logo_frame
{
	width: 70px;
	padding-left: 20px;
    padding-right: 20px;
}

table.logo_frame td.logo_frame div.img
{
	width: 70px;
	display: block;
}

table.logo_frame td.logo_frame div.img img
{
	width: 100%;
}

table.logo_frame td.title_frame
{
	width: 320px;
    vertical-align: middle;
}

table.logo_frame td.title_frame div.catch
{
	width: 203px;
	height: 10px;
}

table.logo_frame td.title_frame div.catch img
{
	width: 100%;
}

table.logo_frame td.title_frame div.title
{
	width: 320px;
	height: 24px;
	margin-top: 5px;
}

table.logo_frame td.title_frame div.title img
{
	width: 100%;
	vertical-align: top;
}

table.logo_frame td.title_frame img.catch
{
	width: 203px;
	height: 10px;
}

table.logo_frame td.title_frame img.title
{
	width: 320px;
	height: 24px;
	margin-top: 10px;
}