@charset "UTF-8";

/***********************************************
 *
 * 01, Browser Reset, Forms normalize
 * 02, font
 * 03, headding
 * 04, link
 * 05, module
 * 06, layout
 * 07, header
 * 08, footer
 * 09, navi
 *
 ***********************************************/


/* ===========================================
	 01, Browser Reset
   =========================================== */

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 
small, strong, sub, sup, var, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, picture{
  margin:0;
  padding:0;
}
html{
	font-size:62.5%;   /* 10px */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	font-size: 1rem;  /* IE11 bug 疑似要素はpxで */
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main, summary {
	display:block;
}
audio, canvas, ,progress, video, picture {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
table {
	border-collapse:collapse;
}
a{
	border: 0;
	outline: 0;
}
a:active,
a:hover {
	outline-width: 0;
}
img {
	border:0;
	vertical-align: bottom;
}
ins{
	text-decoration:none;
}
ul {
	list-style:none;
}
br {
	letter-spacing: 0;
}


/* Forms normalize
========================================================================== */

/**
* 1. Change font properties to `inherit` in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.

* 1. すべてのブラウザ用、フォームのいくつかの要素に「font: inherit;」を定義（オプション）。
* 2. Firefox, Safari用、マージンを取り除く。
*/

button,
input,
select,
textarea {
	font: inherit; /* 1 */
	margin: 0; /* 2 */
}

/**
* Restore the font weight unset by the previous rule.

* 前の指定により、optgroup要素にフォントのウェイトを再定義。
*/

optgroup {
	font-weight: bold;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
* 2. Show the overflow in Edge, Firefox, and IE.

* IE用、「overflow: visible;」を定義
* 1. Edge用、input要素を定義。
* 2. Edge, Firefox, IE用、select要素を定義。
*/

button,
input, /* 1 */
select { /* 2 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.

* Edge, Firefox, IE用、text-transformの継承を取り除く。
* 1. Firefox用、text-transformの継承を取り除く。
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
* Change the cursor in all browsers (opinionated).

* すべてのブラウザ用、button要素のカーソルを変更（オプション）。
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

/**
* Restore the default cursor to disabled elements unset by the previous rule.

* 前の指定により、disabledを指定した要素はデフォルトのカーソルに戻す。
*/

[disabled] {
	cursor: default;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS.

* 1. Android4用、ネイティブのaudio要素とvideo要素のコントールのWebkitのバグを避ける。
* 2. iOS用、クリッカブルなinput要素のtypeのスタイルを修正。
*/

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
* Remove the inner border and padding in Firefox.

* Firefox用、button要素とinput要素の内側のパディングを取り除く。
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.

* 前の指定により、フォーカス時のスタイルを再定義。
*/

button:-moz-focusring,
input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).

* すべてのブラウザ用、fieldset要素のborder, margin, paddingプロパティを変更（オプション）
*/

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.

* 1. Edge, IE用、テキストのラッピングを修正。
* 2. IE用、fieldset要素からカラーが継承されないのを修正。
* 3. すべてのブラウザ用、fielset要素を取り除く時にデベロッパに分からないようにpaddingを取り除く。
*/

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
* Remove the default vertical scrollbar in IE.

* IE用、デフォルトの垂直方向のスクロールバーを取り除く。
*/

textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.

* 1. IE10用、正しいbox-sizingを定義。
* 2. IE10用、paddingを取り除く。
*/

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.

* Chrome用、増減ボタンのカーソルのスタイルを修正。
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* Correct the odd appearance of search inputs in Chrome and Safari.

* Chrome, Safari用、検索の入力エリアのアピアランスを修正。
*/

[type="search"] {
	-webkit-appearance: textfield;
}

/**
* Remove the inner padding and cancel buttons in Chrome on OS X and
* Safari on OS X.

* OS XのChrome, Safari用、キャンセルボタンの内側のpaddingを取り除く。
*/

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/* ===========================================
	 02, font
   =========================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("游ゴシック Medium"),
		local("Yu Gothic Medium");
	font-weight: normal;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("游ゴシック Bold"),
		local("Yu Gothic Bold");
	font-weight: bold;
}
 
/* 游明朝 */
.yumincho {
	font-family:"Yu Mincho","游明朝", "游明朝体", YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
.font_koz{
	font-family: "kozuka-gothic-pr6n",sans-serif;
	font-style: normal;
	font-weight: 500;
}

body {
	font-family: "平成角ゴシック", YuGothic,"Yu Gothic","メイリオ",sans-serif;
	font-feature-settings : "palt" 1;
	font-size: 1.6rem;  /* IE11 bug 疑似要素はpxで */
	line-height: 2;
	color: #333;
	background-color: #fff;
}
@media (min-width: 641px){
	body{
		font-size: 1.8rem;
	}
}

.fsL{
	font-size: larger;
}
.fsS{
	font-size: smaller;
}
.fw700{
	font-weight: 700;
}

.txtC{
	text-align: center;
}
.txtL{
	text-align: left;
}
.txtR{
	text-align: right;
}

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

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}

/* -------- */
address, em, strong{
	font-style:normal;
}


/* ===========================================
	 03, heading
   =========================================== */

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
.cmn_heading{
	font-family: "kozuka-gothic-pr6n",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
}
.cmn_sec_heading{
	margin-top: -.5em;
	line-height: 1.666;
	font-family: "kozuka-gothic-pr6n",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 2rem;
}
.cmn_sec_heading2{
	line-height: 1.6;
	font-family: "kozuka-gothic-pr6n",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.8rem;
}
@media (max-width: 640px){
	.cmn_heading{
		padding: 20px 5%;
	}
}
@media (min-width: 641px){
	.cmn_heading{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		height: 334px;
		margin-left: -20px;
		margin-right: -20px;
		font-size: 3rem;
		letter-spacing: .4em;
		color: #fff;
		background-color: #939393;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.cmn_sec_heading{
		font-size: 3rem;
	}
	.cmn_sec_heading2{
		font-size: 2.4rem;
	}
}

/* ===========================================
	 04, link
   =========================================== */
 
a{
	color: #24618E;
} 
a:hover{
	color: Navy;
	text-decoration: none;
}
a:active{
	color: red;
}

@media (min-width: 641px){
	.tel{
		text-decoration: none;
		color: inherit !important;
		cursor: default;
	}
	.tel:hover{
		text-decoration: none;
	}
}

/* ===========================================
	 05, module
   =========================================== */
 
/* --------------------
 * clearFix
 */

.clearfix:after{
	clear:both;
	display: block;
	content: "";
}


/* ------------------------
 *	img
 */

/* responsive img */
img{
	display: block;
	max-width: 100%;
	height: auto;
}

/* Mouse hover */
@media (min-width: 641px){
	.hvropa,
	a.hvrimg img, 
	.hvrIMG a img {
		opacity:1;
		transition: opacity 0.3s linear;
	}
	.hvropa:hover,
	a.hvrimg:hover img, 
	.hvrIMG a:hover img {
		opacity:0.7;
	}
}

/* ------------------------
 *	 display   
*/
@media (max-width: 640px){
	.pc{
		display: none !important;
	}
}
@media (min-width: 641px){
	.sp{
		display: none !important;
	}
}
.hide{
	display: none !important;
}
.dp_block{
	display: block;
}
.dp_inlineblock{
	display: inline-block;
}
.block_center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sr_only {/* スクリーンリーダー用 */
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}


/* ------------------------
*	background-color
*/
.cmn_bg_grn{
	background-color: #e5efd7;
}


/* ------------------------
*	table
*/

.table01{
	width: 100%;
	border: dotted 1px #C6C6C6;
}
.table01 tr, 
.table01 th, 
.table01 td {
	border: dotted 1px #C6C6C6;
}
.table01 th{
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	background-color: #E5EFD7;
	padding: 6px 12px;
}
.table01 td{
	padding: 6px 12px;
	vertical-align: middle;
	text-align: left;
}
.table_responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media (max-width: 640px){
	.table01{
		line-height: 1.6;
		font-size: 1.4rem;
	}
	.table_responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}


/* ------------------------
	button
*/

.button, 
.button:visited {
	position: relative;
	display: block;
	border: solid 1px #C6C6C6;
	outline: 0;
	padding-left: 1em;
	line-height: 44px;
	border-radius: 5px;
	background-color: #fff;
	color: #333;
	font-size: 1.6rem;
	letter-spacing: 1em;
	box-shadow: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.3s;
}
.button:hover{
	background-color: #86C03F;
	color: #fff;
}
.button.lesp0{
	letter-spacing: .1em;
}

/* ---------------------
/*	 三角 共通
*/
.cmn_arr_top_base,
.cmn_arr_btm_base{
	position: relative;
}
.cmn_arr_top_base:before,
.cmn_arr_btm_base:after{
	position: absolute;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	content: "";
	z-index: 10;
	border-color: #E5EFD7 transparent transparent transparent;
}
.cmn_arr_top_base:before{
	top: 0;
}
.cmn_arr_btm_base:after{
	bottom: -15px;
}
@media (min-width: 641px){
	.cmn_arr_top_base:before,
	.cmn_arr_btm_base:after{
		margin-left: -30px;
		border-width: 20px 30px 0 30px;
	}
	.cmn_arr_btm_base:after{
		bottom: -20px;
	}
}


/* ===========================================
	 06, layout
   =========================================== */

.header_container{
	position: relative;
}
@media (max-width: 640px){
	.content{
		padding-left: 5%;
		padding-right: 5%;
	}
	.content .sm_only_w100{
		margin-right: -5.5555555%;
		margin-right:calc(100% / 18 * -1);
		margin-left: -5.5555555%;
		margin-left: calc(100% / 18 * -1);
	}
}
@media (min-width: 641px){
	.footer_container,
	.main_container,
	.wrapper{
		position: relative;
		width: 100%;
		min-width: 1040px;
		padding-left:20px;
		padding-right: 20px;
	}
	.main_container .wrapper{
		width: auto;
		margin-left:-20px;
		margin-right: -20px;
	}
	.header_container{
		position: relative;
		width: 100%;
	}
	.content{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_container{
		margin-top: 60px;
	}
}

/* footer-bottom fix */
@media (min-width: 641px){
	html {
		height: 100%;
	}
	body {
		min-height: 100vh;
		height: 100%; /* for IE11 */
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	/*.footer_container{
		margin-top: auto;
	}*/
}

/* section */
.cmn_section{
	padding-top: 30px;
	padding-bottom: 30px;
}
.topic_path_wrapper + .cmn_section{
	padding-top: 50px;
}
@media (min-width: 641px){
	.cmn_section{
		margin-left:-20px;
		margin-right: -20px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.cmn_section.content{
		margin-left: auto;
		margin-right: auto;
	}
	
	.topic_path_wrapper + .cmn_section{
		padding-top: 100px;
	}
}


/* ===========================================
	 07, header
   =========================================== */

.header_container{
	position: relative;
	background-color:#fff;
}
.header_container:after{
	position: absolute;
	z-index: 3;
	height: 12px;
	bottom: -12px;
	left: 0;
	right: 0;
	content: "";
	background: url(../sy_images/common/common_header_back_arch.png) no-repeat center bottom;
	background-size: 100% 100%;
}
.h_logo{
	width: 200px;
	margin-right: auto;
}
@media (max-width: 640px){
	.header_content{
		display: -webkit-box;
		display: flex;
		-webkit-box-align:center;
		align-items:center;
		padding-left: 15px;
		min-height: 50px;
	}
}
@media (min-width: 641px){
	.header_content{
		padding-top: 25px;
		padding-bottom: 15px;
	}
	.header_container:after{
		height: 24px;
		bottom: -24px;
		left: -20px;
		right: -20px;
	}
	.h_logo{
		width: 343px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ===========================================
	 08, footer
   =========================================== */

.footer_container{
	position: relative;
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
	background-color: #E5EFD7;
}
.footer_container:after{
	position: absolute;
	z-index: 3;
	height: 12px;
	top: -12px;
	left: 0;
	right: 0;
	content: "";
	background:  url(../sy_images/common/common_footer_back_arch.png) no-repeat center bottom;
	background-size: 100% 100%;
}
.f_copy{
	line-height: 1.2;
}
.f_logo{
	width: 280px;
	margin:  0 auto 30px;
}
.f_copy span{
	display: inline-block;
}
.f_copy small{
	font-size: 1.1rem;
}
@media (min-width: 641px){
	.footer_container{
		padding-top: 55px;
	}
	.footer_container:after{
		height: 24px;
		top: -24px;
	}
	.f_copy{
		margin-top: 55px;
	}
}

.f_cmn_aside{
	margin-top: 30px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #E4E5E5;
}
.f_cmn_aside h2{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}
.f_cmn_dl dt{
	background-color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .2em;
	line-height: 1.7;
}
.f_cmn_dl dd{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.f_cmn_dl dd a{
	background-color: #fff;
	border: solid 1px #ADADAD;
	line-height: 1.4;
	font-family: "kozuka-gothic-pr6n",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.2rem;
	color: inherit;
	text-decoration: none;
}
@media (max-width: 640px){
	.f_cmn_dl dd{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.f_cmn_dl{
		margin-top: 25px;
	}
	.f_cmn_dl dd a{
		width: 48.4%;
		margin-top: 10px;
		padding-bottom: 10px;
	}
}
@media (min-width: 641px){
	.f_cmn_aside{
		margin-top: 60px;
		margin-bottom: 84px;
		padding-top: 55px;
		padding-bottom: 20px;
	}
	.f_cmn_aside h2{
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.f_cmn_list{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.f_cmn_dl{
		margin-bottom: 40px;
	}
	.f_cmn_dl dt{
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.f_cmn_dl dd a{
		width: 235px;
		min-height: 200px;
		font-size: 1.5rem;
		transition: .4s;
	}
	.f_cmn_dl dd a:hover{
		opacity: .7;
	}
	.f_cmn_dl dd a ~ a{
		margin-left: 20px;
	}
	.dammy{
		width: 235px;
	}
	.f_cmn_dl dd a img{
		margin-bottom: 12px;
	}
}


/* ------------------------
*	footernavi
*/
.f_nav li{
	display: inline;
}
.f_nav li a{
	display: inline-block;
	padding: 0.2em 0.5em;
	color: inherit;
	text-decoration: none;
	font-size: 1.6rem;
}
.f_nav li a:hover{
	text-decoration: underline;
}


/* ===========================================
	 09, Navi
   =========================================== */
   
/* ------------------------
 *	globalnavi
 */
 
.menu {
	width: 100%;
	margin: 0 auto;
}
.menu-mobile {
	display: none;
}
.menu a{
	font-family: "kozuka-gothic-pr6n",sans-serif;
	font-style: normal;
	font-weight: 500;
	text-decoration: none;
	color: #333;
}
.megamenu{
	display: none;
}
@media (min-width: 641px){
	.lv1{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 6px;
	}
	.lv1 > li{
		margin-left: 5px;
		margin-right: 5px;
	}
	.lv1 > li > a{
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align:center;
		-webkit-align-items:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding: 5px 10px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.lv1 a::after {
		width: 100%;
		height: 0;
		background: #8DD337;
		content: '';
		position: absolute;
		top: 75%;
		left: 0;
		opacity: 0;
		transition: all 0.3s ease-out;
		margin: auto;
	}
	.lv1 a:hover::after,
	.lv1 a.act::after{
		opacity: 1;
		top: 90%;
		height: 2px;
	}
}

/*モバイル用 */
/*サイズはjs側の設定と合わせる*/
@media only screen and (max-width: 640px) {
	.menu >ul,
	.menu > div{
		display: none;
	}
	.show-on-mobile > ul,
	.show-on-mobile > div {
		display: block;
	}
	.lv1{
		padding-top: 20px;
		text-align: center;
	}
	.lv1 > li a {
		position: relative;
		padding: 5px 5%;
		display: inline-block;
		text-align: center;
	}
	.lv1 a.act::after {
		width: 100%;
		top: 80%;
		left: 0;
		height: 2px;
		background: #8DD337;
		content: '';
		position: absolute;
	}
	.lv1 > li > a br{
		display: none;
	}

	/* button */
	.menu-mobile,
	.menu-mobile span {
		display: inline-block;
		transition: all .4s;
	}
	.menu-mobile {
		position: relative;
		width: 50px;
		height: 50px;
		padding: 0 10px;
		color: #333;
		outline: 0;
		border: 0;
		background: none;
	}
	.menu-mobile > div{
		position: relative;
		top:-5px;
		height: 20px;
	}
	.menu-mobile span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #333;
		border-radius: 3px;
	}
	.menu-mobile span:nth-of-type(1) {
		top: 0;
	}
	.menu-mobile span:nth-of-type(2) {
		top: 8px;
	}
	.menu-mobile span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-mobile::after {
		position: absolute;
		left: 0;
		bottom: 0px;
		content: 'MENU';
		display: block;
		width: 100%;
		color: #333;
		font-size: 10px;
		text-decoration: none;
		text-align: center;
		transition: all .4s;
	}
	.menu-mobile.menu-active::after {
		content: 'CLOSE';
		bottom: 0px;
	}
	.menu-mobile.menu-active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.menu-mobile.menu-active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-mobile.menu-active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	/* close button */
	.menu_close{
		padding: 30px 5% 90px;
	}
	.menu_close button{
		display: block;
		width: 100%;
		outline: 0;
		line-height: 35px;
		text-align: center;
		background: url(../sy_images/common/co_closeblack.png) no-repeat right center;
		background-size: 24px auto;
		color: inherit;
		border: solid 1px;
	}

	/* header */
	.menu{
		max-height: 300px; /* Android4.3 */
		max-height: calc(100vh - 50px);/* header高さを引く */
		overflow-y:auto;
		-webkit-overflow-scrolling:touch;
		background: #E5EFD7 url(../sy_images/common/common_header_back_arch.png) no-repeat center 0;
		background-size: 100% 12px;
	}
	.show-on-mobile {
		height: calc(100vh - 50px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.show-on-mobile > ul {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	
	/* アニメーション */
	@keyframes show{
		from{
			opacity: 0;
		}
		to{
			opacity: 1;
		}
	}
	.show-on-mobile > ul,
	.show-on-mobile > div {
		animation: show .5s linear 0s;
	}
}

/* ------------------------
 *	topic-path
 */
.topic_path_wrapper{
	background-color: #E4E5E5;
}
.topic_path {
	padding: 11px 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1.5;
}
.topic_path li {
	display: inline;
	font-size: 1.2rem;
}
.topic_path li:not(:first-child):before {
	display: inline-block;
	content: ">";
	margin-left: 5px;
	padding-right: 5px;
}
.topic_path a{
	color: inherit;
	text-decoration: none;
}
.topic_path a:hover{
	text-decoration: underline;
}
.topic_path strong{
	font-weight: normal;
}
@media (max-width: 640px){
	.topic_path{
		padding: 7px 5%;
	}
}

/* ------------------------
*	syn_movototop
*/
#buttonMoveToTop{
	z-index: 999;
}


