@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{
	height: 100%;
}
html{
	font-size: 62.5%;
}

#header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header p, #header address,#header ul, #header ol, #header li, #header dl, #header dt, #header dd,#header table, #header th, #header td, #header img, #header form, #header input,#header figure,
#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6, #bottom p, #bottom address,#bottom ul, #bottom ol, #bottom li, #bottom dl, #bottom dt, #bottom dd,#bottom table, #bottom th, #bottom td, #bottom img, #bottom form, #bottom input,#bottom figure,
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer p, #footer address,#footer ul, #footer ol, #footer li, #footer dl, #footer dt, #footer dd,#footer table, #footer th, #footer td, #footer img, #footer form, #footer input,#footer figure {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	text-align: left;
	color: #2C2B2B;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	hanging-punctuation: allow-end;
}

#header a,
#bottom a,
#footer a{
	text-decoration: none;
	color: #2C2B2B;
}
a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#header div,#header h1,#header h2,#header h3,#header h4,#header h5,#header h6,#header p,#header dl,#header dt,#header dd,#header ol,#header ul,#header li,#header form,#header input,#header textarea,#header button,#header table,#header tr,#header th,#header td,#header article,#header aside,#header footer,#header header,#header hgroup,#header nav,#header section,#header a,#header span,#header img,#header figure,
#bottom div,#bottom h1,#bottom h2,#bottom h3,#bottom h4,#bottom h5,#bottom h6,#bottom p,#bottom dl,#bottom dt,#bottom dd,#bottom ol,#bottom ul,#bottom li,#bottom form,#bottom input,#bottom textarea,#bottom button,#bottom table,#bottom tr,#bottom th,#bottom td,#bottom article,#bottom aside,#bottom footer,#bottom bottom,#bottom hgroup,#bottom nav,#bottom section,#bottom a,#bottom span,#bottom img,#bottom figure
#footer div,#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#footer p,#footer dl,#footer dt,#footer dd,#footer ol,#footer ul,#footer li,#footer form,#footer input,#footer textarea,#footer button,#footer table,#footer tr,#footer th,#footer td,#footer article,#footer aside,#footer footer,#footer footer,#footer hgroup,#footer nav,#footer section,#footer a,#footer span,#footer img,#footer figure{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	width: 100%;
	word-break: break-all;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}

.wrap{
	max-width: 1200px;
	width: 90%;
	margin: auto;
}
#header h1,#header h2,#header h3,#header h4,#header h5,#header p,
#bottom h1,#bottom h2,#bottom h3,#bottom h4,#bottom h5,#bottom p,
#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer p{
	text-align: justify;
	text-justify: distribute;
	line-height: 1.5;
}
#header img,
#bottom img,
#footer img{
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}
#header input{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flex{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
}
.flexwrap_wrap{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.flexdirection_column{
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.justifycontent_flexend{
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
.justifycontent_center{
	-webkit-justify-content: center;
	        justify-content: center;
}
.justifycontent_spacebetween{
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.justifycontent_spacearound{
	-webkit-justify-content: space-around;
	        justify-content: space-around;
}
.aligncontent_spacebetween{
	-webkit-align-content: space-between;
	        align-content: space-between;
}
.alignitems_center{
	-webkit-align-items: center;
	        align-items: center;
}
.alignitems_flexend{
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
.alignitems_flexstart{
	-webkit-align-items: flex-start;
	        align-items: flex-start;
}
.mb1em{
	margin-bottom: 1em;
}
.mb2em{
	margin-bottom: 2em;
}
.mb3em{
	margin-bottom: 3em;
}
.mb4em{
	margin-bottom: 4em;
}
.tab_wide,
.sp{
	display: none;
}

.en{
	font-family: 'Josefin Sans', sans-serif;
}
.tel{
	font-family: 'Roboto', sans-serif;
}

@media screen and (min-width:840px) and ( max-width:1024px) {
	.tab_wide{
		display: block;
	}
}

@media screen and (max-width: 840px){
	.sp{
		display: block;
	}
	.pc{
		display: none !important;
	}
	.sp_flex{
		display: flex;
	}
	body{
		min-width: inherit;
	}
	#header img,
	#bottom img,
	#footer img{
		max-width: 100%;
		height: auto;
	}
	#header p,
	#bottom p,
	#footer p{
		font-size: 12px;
	}
	.txt{
		font-size: 12px;
	}
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf{
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf{
	height: 1%;
}
.cf{
	display: block;
}
/* End Hack */

/* ------------------------------
    header
------------------------------ */
body.fixed,
body.noscroll{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-indent: -999em;
	z-index: 9;
	background-color: rgba(26, 26, 26, 0.4);
}
#header{
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: #fff;
	z-index: 9999;
	transition: 0.5s;
}
#header.h_fixed,
body.fixed #header{
	height: 90px;
}
#header .logo{
	width: 180px;
	margin: 0 auto 0 0;
	transition: 0.5s;
}
#header #logo02{
	display: none;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 100%;
	background: #01467F;
	transition: 0.5s;
}
#header .logo img{
	width: 100%;
}
#header.h_fixed .logo{
	display: none;
}
#header.h_fixed #logo02{
	display: flex;
}
#header_in{
	width: calc(100% - 180px);
	height: 100%;
}
#header_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 90px;
	padding: 0 0 0 25px;
}
#header_top .catch{
	margin-right: auto;
	font-size: 14px;
	font-weight: bold;
	transition: 0.5s;
}
#header.h_fixed #header_top .catch{
	display: none;
}
#header_top .btn-sellbuy-fixed{
	display: none;
	height: 100%;
	margin: 0 35px 0 auto;
	transition: 0.5s;
}
#header.h_fixed #header_top .btn-sellbuy-fixed{
	display: flex;
}
#header_top .btn-sellbuy-fixed li{
	position: relative;
	height: 100%;
	font-size: 14px;
	font-weight: bold;
}
#header_top .btn-sellbuy-fixed li + li:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 1.8em;
	margin: auto;
	background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 1px 4px;
}
#header_top .btn-sellbuy-fixed li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 1.5em;
}
#header_top .btn-sellbuy-fixed li a:after{
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    margin-left: 15px;
	border-left: 2px solid #1A1A1A;
    border-bottom: 2px solid #1A1A1A;
    transform: rotate(-45deg) translateY(-6px);
    transition: all ease-in-out 0.25s;
}
#header_top .btn-sellbuy-fixed li.active a,
#header_top .btn-sellbuy-fixed li a:hover{
	color: #E10A1F;
	opacity: 1;
}
#header_top .btn-sellbuy-fixed li.active a:after,
#header_top .btn-sellbuy-fixed li a:hover:after{
	border-left: 2px solid #E10A1F;
    border-bottom: 2px solid #E10A1F;
    transform: rotate(135deg) translateY(0);
}
#header_top form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 240px;
	height: 42px;
	padding: 0 20px;
	background: #EBEBEB;
	border-radius: 20px;
}
#header_top form div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
#header_top input{
	width: 100%;
	font-size: 12px;
}
#header_top input::placeholder{
	color: #767676;
}
#header_top input.submit{
	width: 11px;
	height: 11px;
	background: url(../img/common/icon_submit.svg) no-repeat center center;
	background-size: cover;
	cursor: pointer;
}
#header_top input.submit:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#header_top #header_subnav{
	display: flex;
	margin: 0 35px;
}
#header_top #header_subnav li{
	font-size: 14px;
	font-weight: bold;
}
#header_top #header_subnav li + li:before{
	content: "/";
	margin: 0 1em;
}
#header_top #header_subnav li a:hover{
	color: #08467F;
	opacity: 1;
}
.btn_menu{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 90px;
	height: 90px;
	background: #08467F;
	cursor: pointer;
	z-index: 10;
}
.btn_menu.active,
.btn_menu:hover{
	background: #0057A0;
}
.btn_menu > span{
	content: "MENU";
	font-size: 12px;
	color: #fff;
}
.toggle{
	position: relative;
	display: block;
	width: 36px;
	height: 20px;
	margin-bottom: 10px;
}
.toggle span{
	display: inline-block;
	transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #fff;
}
.toggle span:nth-of-type(1) {
	top: 0;
}
.toggle span:nth-of-type(2) {
	top: 0;
	bottom: 0;
}
.toggle span:nth-of-type(3){
	bottom: 0;
}
.btn_menu.active .toggle span:nth-of-type(1) {
	transform: translateY(9px) rotate(140deg);
}
.btn_menu.active .toggle span:nth-of-type(2) {
	opacity: 0;
}
.btn_menu.active .toggle span:nth-of-type(3) {
	top: 0;
	bottom: auto;
	transform: translateY(9px) rotate(-140deg);
}
#header_bottom .btn-sellbuy{
	height: 90px;
	background: #fff;
	transition: 0.5s;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
#header.h_fixed #header_bottom .btn-sellbuy{
	height: 0;
	opacity: 0;
}
#header .btn-sellbuy{
	transition: 0.5s;
}
#header.h_fixed .btn-sellbuy{
	display: none;
}
#header_bottom ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
#header_bottom ul li{
	width: 50%;
	height: 100%;
}
#header_bottom ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 30px;
	font-weight: bold;
}
#header_bottom ul li a .en{
	margin-top: 0.8em;
	margin-left: 1em;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.2em;
}
#header_bottom ul li.btn-sell{
	position: relative;
	border-right: 1px solid #E6E6E6;
}
/*#header_bottom ul li.btn-sell:after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 60px;
	margin: auto;
	background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 1px 4px;
}*/
#header_bottom ul li.active a,
#header_bottom ul li a:hover{
	color: #fff;
	opacity: 1;
}
#header_bottom ul li.btn-sell.active a,
#header_bottom ul li.btn-sell a:hover{
	background: #CE1223;
}
#header_bottom ul li.btn-buy.active a,
#header_bottom ul li.btn-buy a:hover{
	background: #0057A0;
}
.w1000{
	max-width: 1000px;
	margin: 0 auto;
}
.nav-sellbuy-wrap .nav-box{
	background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    padding: 20px 0 30px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.25s;
    z-index: 9999;
}
.nav-sellbuy-wrap .nav-box.is-open,
.nav-sellbuy-wrap .nav-box.on{
	opacity: 1;
    visibility: visible;
}
.nav-sellbuy-wrap .nav-box.nav-sell .w1000{
	max-width: 900px;
}
.nav-sellbuy-wrap .nav-box.nav-buy .w1000{
	max-width: 740px;
}
.nav-sellbuy-wrap .nav-box ul{
	display: flex;
	justify-content: space-between;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul li a:hover{
	opacity: 0.5;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul li a:hover span{
	color: #2C2B2B;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary{
	padding-bottom: 30px;
	border-bottom: 1px solid #E3E3E3;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li{
	position: relative;
	width: calc(100% / 5);
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li:before,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li:before,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li:last-child:after,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li:last-child:after,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li:before,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li:last-child:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
	background-repeat: repeat-y;
	background-position: right top;
	background-size: 1px 4px;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary{
	justify-content: flex-start;
	padding-bottom: 30px;
	border-bottom: 1px solid #E3E3E3;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li{
	position: relative;
	width: calc(100% / 4);
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li:last-child:after,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li:last-child:after,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li:last-child:after{
	right: 0;
	left: auto;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li a,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li a,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 20px;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li a img,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li a img,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li a img{
	width: 100%;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li a span,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li a span,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li a span{
	margin-top: 0.7em;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary,
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary{
	padding-top: 30px;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li{
	width: calc(96% / 3);
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 88px;
	padding: 0 16px;
	font-size: 20px;
	border: 2px solid #181818;
	border-radius: 5px;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(1) a{
	background: #FF969C;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(2) a{
	background: #79C4FC;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(3) a{
	background: #B1E34A;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a figure{
	width: 30%;
	margin: 0 20px 0 0;
	text-align: center;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(1) a img{
	width: 62px;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(2) img{
	width: 72px;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(3) a img{
	width: 43px;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a:after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(../img/common/icon_btn_arrow01.svg) no-repeat center center #181818;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a span{
	line-height: 1.4;
}
#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a span .en{
	font-size: 14px;
}
#header #tel_nav{
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(8, 70, 127, 0.95);
	z-index: 2;
}
body.fixed .btn_menu{
	z-index: 0;
}
/*body.fixed #side-menu{
	bottom: 0;
}*/
#header #tel_nav.on{
	display: flex;
}
#header #tel_nav .box{
	max-width: 330px;
	margin: 0 auto 15px;
}
#header #tel_nav .box a{
	display: flex;
	align-items: center;
	width: 100%;
	padding: 16px;
	background: #fff;
	border-radius: 5px;
}
#header #tel_nav .box > p{
	width: 40px;
}
#header #tel_nav .box .in{
	padding-left: 15px;
	margin-left: 18px;
	border-left: 1px solid #D6D6D6;
}
#header #tel_nav .box .in p{
	font-size: 15px;
	font-weight: bold
}
#header #tel_nav .box .in p + p{
	font-size: 26px;
}
#header #tel_nav .box .in p + p + p{
	font-size: 14px;
	font-weight: normal;
}
#header #tel_nav .btn_close{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 1em auto 0;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}
#header #tel_nav .btn_close:before{
	content: "";
	display: block;
	margin-right: 1em;
	width: 1em;
	height: 1em;
	margin-bottom: 0.2em;
	background: url(../img/common/icon_close.svg) no-repeat center center;
	background-size: cover;
}
#gnav{
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 180px 0;
	background: #08467F;
	transform-origin: top;
    transform: scaleY(0);
    transition: transform .25s;
}
#gnav.on{    transform: scaleY(1);
}
#gnav #menu_logo{
	position: absolute;
	top: 1%;
	left: 1%;
}
#gnav #gnav_top{
	justify-content: space-between;
	margin-bottom: 5%;
}
#gnav #gnav_top .in{
	width: 25%;
}
#gnav #gnav_top .in:nth-child(1),
#gnav #gnav_top .in:nth-child(2){
	margin-right: 4%;
}
#gnav #gnav_top .in:nth-child(3),
#gnav #gnav_top .in:nth-child(4){
	padding: 0 2% 0 6%;
	border-left: 1px solid #0E599D;
}
#gnav #gnav_top .in h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.2em;
	margin-bottom: 1.5em;
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid #0E599D;
}
#gnav #gnav_top .in h2 .en{
	font-size: 17px;
}
#gnav #gnav_top .in li{
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
#gnav #gnav_top .in:nth-child(3) li,
#gnav #gnav_top .in:nth-child(4) li{
	font-size: 16px;
}
#gnav #gnav_top .in li a{
	color: #fff;
}
#gnav #gnav_top .in li a span{
	font-size: 12px;
}
#gnav #gnav_bottom .flex{
	justify-content: space-between;
}
#gnav #gnav_bottom .half{
	display: flex;
	align-items: center;
	width: 50%;
	margin-top: 120px;
}
#gnav #gnav_bottom #gnav_logo{
	margin-right: 8%;
}
#gnav #gnav_bottom .in h2{
	margin-bottom: 1em;
	font-size: 14px;
	color: #fff;
}
#gnav #gnav_bottom .in ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
#gnav #gnav_bottom .in ul li + li{
	margin-left: 18px;
}
#gnav #gnav_bottom .in ul li a{
	display: block;
}
#gnav #gnav_bottom .gnav_bottom_banner{
	justify-content: flex-end;
	width: 50%;
	text-align: center;
}
#gnav #gnav_bottom .gnav_bottom_banner p{
	width: 45%;
}
#gnav #gnav_bottom .gnav_bottom_banner p + p{
	margin-left: 5%;
}

@media screen and (max-width: 840px){
	.overlay{
		top: 120px;
	}
	#header{
		height: 60px;
	}
	#header.h_fixed, body.fixed #header{
		height: 60px;
	}
	#header_in{
		width: 100%;
	}
	#header_top{
		height: 100%;
		padding: 10px 0;
		background: #08467F;
	}
	#header .logo{
		display: block;
		width: auto;
		margin: 0;
	}
	#header.h_fixed .logo{
		display: block;
		height: auto;
	}
	#header .logo img{
		width: auto;
		max-height: 100%;
	}
	#header_subnav_sp{
		display: flex;
		justify-content: space-between;
	}
	#header_subnav_sp{
		width: 60%;
	}
	#header_subnav_sp li{
		width: calc(100% / 3);
		border-right: 1px solid #254D9E;
	}
	#header_subnav_sp li a{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 100%;
		font-size: 10px;
		color: #fff;
	}
	#header_subnav_sp li:nth-child(1) a img{
		height: 21.5px;
	}
	#header_subnav_sp li:nth-child(2) a img{
		height: 23.2px;
	}
	#header_subnav_sp li:nth-child(3) a img{
		height: 20.5px;
	}
	#header_subnav_sp li a span{
		margin-top: 0.5em;
	}
	.btn_menu{
		justify-content: flex-end;
		width: 16%;
		height: 100%;
		padding-bottom: 0.1em;
	}
	.btn_menu.active, .btn_menu:hover{
		background: #08467F;
	}
	.toggle{
		width: 18.5px;
		height: 13.56px;
	}
	.toggle span{
		width: 18.5px;
	}
	.btn_menu > span{
		font-size: 10px;
	}
	#header_bottom{
		height: 60px
	}
	#header.h_fixed #header_bottom{
		height: 0
	}
	#header_bottom ul li a{
		font-size: 20px;
	}
	#header_bottom ul li a .en{
		display: none;
	}
	#header_bottom ul li.btn-sell:after{
		background: #E7EDF3;
	}
	#header_bottom ul li a:after{
		content: "";
		display: inline-block;
		height: 10px;
		width: 10px;
		margin-left: 1em;
		border-left: 2px solid #000;
		border-bottom: 2px solid #000;
		transform: rotate(-45deg) translateY(-6px);
		transition: all ease-in-out 0.25s;
	}
	#header_bottom ul li.active a{
		color: #fff;
	}
	#header_bottom ul li.active a:after{
		border-left: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	}
	.nav-sellbuy-wrap .nav-box{
		top: 120px;
		-webkit-overflow-scrolling:touch;
		overflow-y: scroll;
	}
	.nav-sellbuy-wrap .nav-box.nav-sell{
		height: 100vh;
		padding: 5% 5% 50%;
		background: #CE1223;
	}
	.nav-sellbuy-wrap .nav-box.nav-buy{
		height: 100vh;
		padding: 5% 5% 50%;
		background: #0057A0;
	}
	#header_bottom .w1000{
		padding: 5%;
		background: #fff;
		border-radius: 5px;
	}
	#header_bottom .btn-sellbuy{
		height: 100%;
	}
	#header_bottom ul{
		flex-wrap: wrap;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary{
		justify-content: space-between;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li{
		width: 48%;
		border-left: none;
		margin-bottom: 5%;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary{
		padding-bottom: 0;
		border-bottom: none;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li:before,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li:before,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li:last-child:after,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li:last-child:after,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li:before,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li:last-child:after{
		display: none;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li a,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li a,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li a{
		padding: 0;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul li a:after{
		display: none;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-primary li a span,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-primary li a span,
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-buy-secondary li a span{
		font-size: 13px;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary{
		padding-top: 0;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li{
		width: 100%;
		margin-bottom: 5%;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li span.en{
		display: block;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li:nth-child(2) a img{
		max-width: 60px;
	}
	#header_bottom .nav-sellbuy-wrap .nav-box ul.nav-sell-secondary li a:after{
		transform: rotate(0) translateY(0);
	}
	#header #tel_nav{
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 90px 5% 50%;
		background: rgba(8, 70, 127, 0.95);
		-webkit-overflow-scrolling:touch;
		overflow-y: scroll;
	}
	#header #tel_nav.on{
		display: block;
	}
	#header #tel_nav .box{
		margin-bottom: 15px;
	}
	#header #tel_nav .box a{
		display: flex;
		align-items: center;
		width: 100%;
		padding: 20px 5%;
		background: #fff;
		border-radius: 5px;
	}
	#header #tel_nav .box > p{
		width: 40px;
	}
	#header #tel_nav .box .in{
		padding-left: 5%;
		margin-left: 5%;
		border-left: 1px solid #D6D6D6;
	}
	#header #tel_nav .box .in p{
		font-size: 15px;
		font-weight: bold
	}
	#header #tel_nav .box .in p + p{
		font-size: 26px;
		font-family: 'Josefin Sans', sans-serif;
	}
	#header #tel_nav .box .in p + p + p{
		font-size: 14px;
		font-weight: normal;
	}
	#header #tel_nav .btn_close{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 1em auto 0;
		font-size: 23px;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	#header #tel_nav .btn_close:before{
		content: "";
		display: block;
		margin-right: 1em;
		width: 1em;
		height: 1em;
		margin-bottom: 0.2em;
		background: url(../img/common/icon_close.svg) no-repeat center center;
		background-size: cover;
	}
	#gnav{
		top: 60px;
		padding: 5% 5% 50%;
		-webkit-overflow-scrolling:touch;
		overflow-y: scroll;
	}
	#gnav #gnav_top{
		flex-wrap: wrap;
		margin-bottom: 10%;
	}
	#gnav #gnav_top .in{
		width: 100%;
		margin-bottom: 10px;
		border-radius: 5px;
		overflow: hidden;
	}
	#gnav #gnav_top .in:nth-child(1), #gnav #gnav_top .in:nth-child(2){
		margin-right: 0;
	}
	#gnav #gnav_top .in h2{
		position: relative;
		width: 100%;
		height: 3em;
		padding: 0 5%;
		margin-bottom: 0;
		font-size: 15px;
		color: #000;
		font-weight: bold;
		background: #fff;
		border-bottom: none;
	}
	#gnav #gnav_top .in h2:after{
		content: "";
		display: inline-block;
		height: 8px;
		width: 8px;
		margin-left: 1em;
		border-left: 2px solid #1E3F7B;
		border-bottom: 2px solid #1E3F7B;
		transform: rotate(-45deg) translateY(-6px);
		transition: all ease-in-out 0.25s;
	}
	#gnav #gnav_top .in h2.acc_active:after{
		transform: rotate(135deg) translateY(0);
	}
	#gnav #gnav_top .in h2 .en{
		display: none;
	}
	#gnav #gnav_top .in h2 + ul{
		display: none;
		background: #F4F4F4
	}
	#gnav #gnav_top .in h2 + ul.acc{
		display: block;
	}
	#gnav #gnav_top .in:nth-child(3), #gnav #gnav_top .in:nth-child(4){
		padding: 0;
		margin-bottom: 0;
		background: #fff;
		border-left: none;
	}
	#gnav #gnav_top .in:nth-child(3){
		border-radius: 5px 5px 0 0;
	}
	#gnav #gnav_top .in:nth-child(4){
		border-radius: 0 0 5px 5px;
	}
	#gnav #gnav_top .in li{
		margin-bottom: 0;
	}
	#gnav #gnav_top .in li a{
		display: block;
		padding: 1em 5%;
		font-size: 15px;
		color: #000;
		font-weight: bold;
	}
	#gnav #gnav_top .in h2 + ul li a{
		padding: 1em 5%;
		font-size: 14px;
		font-weight: normal;
	}
	#gnav #gnav_top .in:nth-child(3) li + li,
	#gnav #gnav_top .in:nth-child(4) li + li{
		border-top: 1px solid #E2E2E2;
	}
	#gnav #gnav_top .in:nth-child(3) li + li{
		border-bottom: 1px solid #E2E2E2;
	}
	#gnav #gnav_bottom .half{
		justify-content: center;
		width: 100%;
		margin-top: 0;
	}
	#gnav #gnav_bottom .in h2{
		text-align: center;
	}
}
@media screen and (max-width: 320px){
}

/* ------------------------------
    footer
------------------------------ */
#footer{
	padding: 70px 0 30px;
	background: #08467F;
}
#footer .wrap{
	padding-left: 70px;
}
#footer #footer_top{
	justify-content: space-between;
	margin-bottom: 50px;
}
#footer #footer_top .in{
	width: 25%;
}
#footer #footer_top .in:nth-child(1),
#footer #footer_top .in:nth-child(2){
	width: 28%;
	margin-right: 4%;
}
#footer #footer_top .in:nth-child(3),
#footer #footer_top .in:nth-child(4){
	width: 22%;
	padding: 0 2% 0 5%;
	border-left: 1px solid #0E599D;
}
#footer #footer_top .in h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.2em;
	margin-bottom: 1.5em;
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid #0E599D;
}
#footer #footer_top .in h2 .en{
	font-size: 17px;
	font-weight: 600;
}
#footer #footer_top .in li{
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
}
#footer #footer_top .in:nth-child(3) li,
#footer #footer_top .in:nth-child(4) li{
	font-size: 15px;
}
#footer #footer_top .in li a{
	color: #fff;
}
#footer #footer_top .in li a span{
	font-size: 10px;
}
#footer #footer_bottom .flex{
	justify-content: space-between;
}
#footer #footer_bottom .half{
	display: flex;
	align-items: center;
	width: 50%;
	order: 1;
}
#footer #footer_bottom #footer_logo{
	margin-right: 8%;
}
#footer #footer_bottom #footer_logo img{
	width: 100%;
}
#footer #footer_bottom .in h2{
	margin-bottom: 1em;
	font-size: 14px;
	color: #fff;
}
#footer #footer_bottom .in ul{
	display: flex;
	align-items: center;
}
#footer #footer_bottom .in ul li{
	margin-right: 18px;
}
#footer #footer_bottom .in ul li a{
	display: block;
}
#footer #footer_bottom .footer_bottom_banner{
	display: flex;
	justify-content: flex-end;
	width: 50%;
	text-align: center;
	order: 2;
}
#footer #footer_bottom .footer_bottom_banner p{
	width: 45%;
}
#footer #footer_bottom .footer_bottom_banner p + p{
	margin-left: 5%;
}
#footer #footer_bottom .footer_bottom_banner img{
	width: 100%;
	max-width: 320px;
}
#footer .footer_subnav{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
#footer .footer_subnav li{
	padding: 0 1em;
	font-size: 13px;
	border-right: 1px solid #fff;
}
#footer .footer_subnav li:last-child{
	border-right: none;
}
#footer .footer_subnav li a{
	color: #fff;
}
#footer .copy{
	margin-top: 1em;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 840px){
	#footer{
		padding: 60px 0 25px;
	}
	#footer .wrap{
		padding-left: 0;
	}
	#footer #footer_top{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	#footer #footer_top .in{
		width: 48%;
	}
	#footer #footer_top .in:nth-child(1),
	#footer #footer_top .in:nth-child(2){
		width: 100%;
		margin-right: 0;
	}
	#footer #footer_top .in:nth-child(1){
		margin-bottom: 10%;
	}
	#footer #footer_top .in:nth-child(3),
	#footer #footer_top .in:nth-child(4){
		width:50%;
		margin-top: 5%;
		padding: 5% 0 0;
		border-left: none;
		border-top: 1px solid #0E599D;
	}
	#footer #footer_top .in h2{
		justify-content: flex-start;
		align-items: flex-end;
		font-size: 20px;
	}
	#footer #footer_top .in h2 .en{
		margin-left: 1em;
		font-size: 13px;
	}
	#footer #footer_top .in li{
		font-size: 14px;
	}
	#footer #footer_bottom,
	#footer #footer_bottom .flex{
		flex-wrap: wrap;
	}
	#footer #footer_bottom .half{
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin: 10% 0 0;
	}
	#footer #footer_bottom #footer_logo{
		width: 60%;
		margin: 0 auto 5%;
	}
	#footer #footer_bottom .in{
		width: 100%;
		order: 2;
	}
	#footer #footer_bottom .in h2{
		text-align: center;
	}
	#footer #footer_bottom .in ul{
		justify-content: center;
	}
	#footer #footer_bottom .in ul li{
		margin: 0 9px;
	}
	#footer #footer_bottom .footer_bottom_banner{
		justify-content: space-between;
		width: 100%;
		margin: auto;
		order: 1;
	}
	#footer #footer_bottom .footer_bottom_banner p{
		width: 48%;
	}
	#footer #footer_bottom .footer_bottom_banner p + p{
		margin-left: 0;
	}
	#footer .footer_subnav{
		flex-wrap: wrap;
		margin-top: 30px;
	}
	#footer .footer_subnav li + li{
		margin-top: 1em;
	}
	#footer .copy{
		margin-top: 1.5em;
	}
}

/*==================================================================
  Side menu setting
===================================================================*/
#side-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 400px;
  height: 130px;
  background: #1E3F7B;
  border-radius: 5px 5px 0 0;
  transition: all ease-in-out 0.25s;
  z-index: 9999;
  overflow: hidden;
}
/*#side-menu.fixed {
  bottom: 0;
}*/
#side-menu h2{
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
	border: none;
}
#side-menu ul{
	display: flex;
	justify-content: center;
}
#side-menu ul li{
	margin: 0 2px;
}
#side-menu ul li a{
	display: block;
}

@media screen and (max-width: 840px){
	#side-menu {
/*	  bottom: -100px;*/
	  width: 100%;
	  height: 100px;
	}
	#side-menu h2{
		display: none;
	}
}


/* ------------------------------
    common
------------------------------ */
#main_content{
	margin-top: 180px;
}
#bottom{
	display: flex;
	align-items: center;
	width: 100%;
	height: 3em;
	font-size: 19px;
	background: #FFD14D;
	overflow: hidden;
}
#bottom p{
	font-size: 19px;
	font-weight: bold;
	white-space: nowrap;
	animation: flowing 100s linear infinite;
}
@keyframes flowing {
  100% {
  	transform:translateX(-100%);
  }
}
#pagetop{
	position: fixed;
	bottom: 2%;
	right: 2%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	opacity: 0;
	cursor: pointer;
}
#pagetop:before{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	content: "";
    display: inline-block;
    height: 22px;
    width: 22px;
    margin: auto;
    border-left: 3px solid #2D2D2D;
    border-bottom: 3px solid #2D2D2D;
    transform: rotate(135deg);
}
#pagetop.active{
	opacity: 1;
}
#pagetop:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.title_area .en{
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.title_area h2{
	margin-bottom: 0.5em;
	font-size: 55px;
	font-weight: bold;
	text-align: center;
}
.title_area h2 span{
	color: #1E3F7B;
}
#main_title_area{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	background: url(../img/common/bg_main_title_area.jpg) repeat-x center top;
	background-size: auto 100%;
}
#main_title_area p.en{
	margin-top: 0;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#main_title_area h1,
#main_title_area .main_title{
	margin-top: 0;
	font-size: 65px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#main_title_area p{
	margin-top: 1em;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: 500;
}
#main_title_area ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 975px;
	width: 100%;
	margin: 37px auto 0;
}
#main_title_area ul li{
	width: calc(98% / 3);
	height: 90px;
	font-size: 21px;
	font-weight: bold;
}
#main_title_area ul li + li{
	margin-left: 1%;
}
#main_title_area li a{
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 20px;
	border: 2px solid #181818;
	border-radius: 5px;
}
#main_title_area li.yellow a{
	background: #FFD14D;
}
#main_title_area li.green a{
	background: #B1E34A;
}
#main_title_area li.blue a{
	background: #79C4FC;
}
#main_title_area li.pink a{
	background: #FF969C;
}
#main_title_area li a figure{
	width: 18%;
	margin: 0 15px 0 0;
	text-align: center;
}
#main_title_area li.yellow figure img{
	width: 44px;
}
#main_title_area li.green figure img{
	width: 36px;
}
#main_title_area li.blue figure img{
	width: 73px;
}
#main_title_area li.pink figure img{
	width: 40px;
}
#main_title_area li a:after{
	position: absolute;
	top: 0;
	right:-1px;
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(../img/common/icon_btn_arrow03.svg) no-repeat center center #181818;
}
.btn a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 3.76em;
	margin: 50px 0 0;
	font-size: 17px;
	color: #08467F;
	font-weight: bold;
	background: #fff;
	border: 2px solid #08467F;
	border-radius: 32px;
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.btn a:hover{
	color: #fff;
	background: #08467F;
	opacity: 1;
}
.btn a:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 5%;
	bottom: 0;
	width: 14.5px;
	height: 9.32px;
	margin: auto;
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background: url(../img/common/icon_btn_arrow02.svg) no-repeat center center;
	background-size: cover;
	z-index: 9;
}
.btn a:hover:before{
	background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
	background-size: cover;
}
.tit_slider {
	position: absolute;
	top: 270px;
	left: 0;
	width: 100%;
	display: flex;
	overflow: hidden;
	z-index: -1;
}
.tit_slider_item {
  min-width: auto;
  min-height: auto;
  padding-right: 0.5em;
  font-size: 160px;
  color: transparent;
  -webkit-text-stroke: 1px #668DB1;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateX(0);
  animation: flowing 40s linear infinite;
  font-family: 'Roboto', sans-serif;
}
@keyframes flowing {
	100% {
		transform: translateX(-100%);
	}
}

@media screen and (max-width: 840px){
	#main_content{
		margin-top: 120px;
	}
	#bottom{
		height: 3.5em;
		font-size: 18px;
	}
	#bottom p{
		font-size: 18px;
	}
	#pagetop{
		display: none;
	}
	.title_area .en{
		margin-bottom: 0;
		font-size: 17px;
	}
	.title_area h2{
		margin-bottom: 1em;
		font-size: 30px;
	}
	#main_title_area{
		height: 260px;
	}
	#main_title_area p.en{
		font-size: 14px;
	}
	#main_title_area h1,
	#main_title_area .main_title{
		font-size: 28px;
	}
	#main_title_area p{
		font-size: 12px;
	}
	#main_title_area ul{
		display: block;
		max-width: none;
		width: 85%;
		margin: 5% auto 0;
	}
	#main_title_area ul li{
		width: 100%;
		height: 88px;
		font-size: 20px;
	}
	#main_title_area ul li + li{
		margin-top: 2%;
		margin-left: 0;
	}
	#main_title_area li a:after{
		position: absolute;
		top: -1px;
		right:-1px;
		content: "";
		display: block;
		width: 40px;
		height: calc(100% + 2px);
		background: url(../img/common/icon_btn_arrow01.svg) no-repeat center center #181818;
	}
	.btn a{
		width: 90%;
		height: 3.76em;
		margin: 5% auto 0;
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		background: #254D9E;
		border-radius: 30px;
	}
	.btn a:before{
		right: 8%;
		background: url(../img/common/icon_btn_arrow02_on.svg) no-repeat center center;
		background-size: cover;
	}
}




/*追加*/

#page{
	margin: 180px auto;
}

@media screen and (max-width: 840px){
	#page{
		margin: 120px auto 100px;
	}
}