@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

パソコン、スマートフォン（iPhone,Android) 共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* ------------------------------------------------------------

basic

------------------------------------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

*{font-family:Arial, 'Noto Sans JP', Yu Gothic, "游ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}


html{
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body{
	color:#333333;
	font-weight: 400;
	letter-spacing: 0.05em;
}


/* ------------------------------------------------------------

shortcodes

------------------------------------------------------------ */

/* font
---------------------------------------------- */
.normal{font-weight: normal !important;}
.bold{font-weight: bold !important;}
.italic{font-style: italic !important;}

/* display
---------------------------------------------- */
.none{display: none !important;}

/* margin
---------------------------------------------- */
.mb_none{margin-bottom: 0 !important;}


@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	
	.pc_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 1200px;
		overflow: hidden;
	}
	
	.wrap_type01,
	.wrap_type06{
		width: 1100px;
		margin: 0 auto 100px;
	}
	
	.wrap_type02{
		width: 840px;
		margin: 0 auto 100px;
	}
	
	.wrap_type03{
		width: 1000px;
		margin: 0 auto 100px;
	}
	
	.wrap_type04{
		width: 700px;
		margin: 0 auto 100px;
	}
	
	.wrap_type05{
		width: 800px;
		margin: 0 auto 100px;
	}
	
	/*--404ページ--*/
	.body_404 #wrap_all{height: 100vh;}
	
	.wrap_404{
		text-align: center;
		margin-bottom: 200px;
	}
	
	.ttl_404{
		font-size: 5rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	.body_404 #footer{
		position: inherit !important;
		height: 100%;
	}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #3898ED;
		text-decoration: underline !important;
	}
	
	.link01:hover{text-decoration: none !important;}

	/* ページタイトル
	---------------------------------------------- */
	.wrap_pagettl.pagettl01{
		position: relative;
		padding: 0 50px;
		margin-bottom: 16px;
	}
	
	.wrap_pagettl.pagettl01::before{
		content: "";
		display: block;
		width: 100%;
		height: 9999px;
		transform: skewY(-10deg);
		position: absolute;
		bottom: 20%;
		left: 0;
		z-index: -1;
		background: #3898EF;
	}
	
	.pagettl{
		max-width: 1420px;
		margin: 0 auto;
		position: relative;
	}
	
	.pagettl_inner{
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		padding-top: 30%;
	}
	
	.pagettl h2{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		color: #FFF;
		font-size: 4rem;
		letter-spacing: 0.1em;
		font-weight: bold;
		transform: translate3d(-50%, -50%, 0);
		white-space: nowrap;
	}
	
	.pagettl02 .pagettl{height: 260px;}
	
	.pagettl02 h2{color: #3898EE;}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{padding: 0 50px;}
		
	.breadcrumb01{margin-bottom: 80px;}
	
	.breadcrumb02{
		position: relative;
		padding-top: 20px;
	}
	
	.breadcrumb02::before{
		content: "";
		display: block;
		width: 100%;
		height: 12px;
		background: #E5E6E7;
		position: absolute;
		top: 0;
		left: 0;
	}

	.breadcrumb ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		max-width: 1420px;
		margin: 0 auto;
		font-size: 1.2rem;
		font-weight: bold;
		line-height: 1;
	}

	.breadcrumb ul li{margin-right: 10px;}

	.breadcrumb ul li:last-child{
		background: none;
		padding-right: 0;
		margin-right: 0;
	}

	.breadcrumb ul li a,
	.breadcrumb ul li span{
		background: url("../img/ico_arrow06.png") no-repeat right 0.2em;
		background-size: 6px;
		color: #333;
		padding-right: 15px;
	}

	.breadcrumb ul li a:hover{opacity: 0.7;}

	/* ボタン
	---------------------------------------------- */
	.btn_type01 a{
		display: inline-block;
		background: #FFF;
		color: #333;
		font-size: 1.6rem;
		border: 2px solid #3898F8;
		border-radius: 50px;
		min-width: 280px;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		padding: 13px 10px;
		-webkit-transition: color .3s, background .3s;
		transition: color .3s, background .3s;
	}
	
	.btn_type01 a:hover{
		color: #FFF;
		background: #3898F8;
	}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		font-size: 4rem;
		line-height: 1;
		font-family: 'Oswald';
		font-weight: bold;
		color: #3898EF;
		position: relative;
		margin-bottom: 60px;
		text-align: center;
	}
	
	.heading01::after{
		content: "";
		display: inline-block;
		width: 20px;
		height: 80px;
		transform: skewX(-50deg);
		position: absolute;
		top: -18px;
		left: 50%;
		margin-left: -4px;
		z-index: -1;
		background: #0E218C;
		opacity: 0.05;
	}
	
	.heading02{
		font-size: 2.6rem;
		font-weight: bold;
		color: #3898EE;
		line-height: 1;
		margin-bottom: 40px;
	}
	
	.heading03{
		font-size: 4rem;
		line-height: 1;
		color: #3898ED;
		text-align: center;
		margin-bottom: 125px;
		font-weight: bold;
	}
	
	/* リスト
	---------------------------------------------- */
	.dl_type01 dt{
		line-height: 1;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.dl_type01 dd{margin-bottom: 25px}
	
	.dl_type01 dd:last-child{margin-bottom: 0;}
	
	/* テーブル
	---------------------------------------------- */
	.type01{width: 100%;}
	
	.type01 th,
	.type01 td{padding: 8px 10px;}
	
	.type01 th{
		font-weight: bold;
		background: #F3F7FA;
		border: 1px solid #CCCCCC;
	}
	
	.type01 td{border: 1px solid #CCCCCC;}
    

	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */
    
	#btn_menu,
	#drawer{display: none;}

	#wrap_top{
        width: calc(100% - 332px);
		padding: 10px 0 13px;
		font-size: 1.1rem;
		line-height: 1;
		color: #999999;
		letter-spacing: 0.1em;
	}
    
    #wrap_top h1{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
	
	.wrap_top_inner .cloned{display: none;}	
	
	#header{
		background: #FFF;
		height: 120px;
		padding: 0 30px;
	}

	.header_inner01{
		max-width: 1420px;
		margin: 0 auto;
		height: 34px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.header_inner02{
		width: 100%;
		max-width: 1420px;
        height: 86px;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.h_logo01{width: 291px;}
	
	.h_logo01 a{display: block;}
	
	.h_logo01 a img{width: 100%;}
    
    /*--selectbox--*/
	.wrap_select{
		position: relative;
		background: #FFF;
		width: 170px;
		height: 30px;
		border: 1px solid #DDD;
		margin: 0;
	}

	.wrap_select::after{
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		border-left: 1px solid #DDD;
		background: url(../img/ico_arrow07.png) no-repeat center;
		background-size: 12px 7px;
		position: absolute;
		top: -1px;
		right: 0;
	}

	.wrap_select select{
		position: relative;
		width: 170px;
		height: 30px;
		line-height: 1;
		background: transparent;
		border: none;
		padding: 8px 30px 8px 10px;
		margin: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
        outline: none;
		z-index: 1;
	}

	.wrap_select select::-ms-expand{display: none;}

	/*--easyselectbox--*/
	.easy-select-box{
		position: relative;
		width: 170px !important;
		height: 30px !important;
		line-height: 1;
		background: transparent;
		border: none;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		margin: 0;
		z-index: 1;
	}

	.easy-select-box .esb-displayer{
		padding: 8px 30px 8px 10px;
		cursor: default;
	}

	.easy-select-box .esb-dropdown{
		width: 170px !important;
		background: #FFF;
		border: 1px solid #DDD;
		position: absolute;
		left: -1px;
		z-index: 2;
		display: none;
	}

	.easy-select-box .esb-item{
		padding: 8px 30px 8px 10px;
		border-bottom: 1px solid #DDD;
		cursor: default;
	}

	.easy-select-box .esb-item:last-child{border-bottom: none;}

	.easy-select-box .esb-item:hover{
		color: #FFF;
		background: #54BFCF;
	}
	
	/* ヘッダーナビ
	---------------------------------------------- */
	.nav_header{
		width: 332px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: flex-end;
		justify-content:flex-end;
		-webkit-align-items: center;
		align-items: center;
		letter-spacing: 0;
	}
	
	.nav_header ul{
        width: 100%;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
	}
	
    .nav_header ul li{width: 50%;}
    
	.nav_header ul li a{
        display: block;
		color: #FFF;
		font-size: 1.3rem;
		line-height: 34px;
        text-align: center;
		font-weight: bold;
		position: relative;
		z-index: 1;
	}
    
	.nav_header ul li a::after{
		content: "";
		display: inline-block;
		background: #3898EF;
		width: 100%;
		height: 34px;
		transform: skewX(-35deg);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
    
    .nav_header ul li:nth-child(1) a::after{left: -1px;}
	
	.nav_header ul li a:hover::after{background: #74B7F3;}
	
	/* グローバルナビ
	---------------------------------------------- */
	.nav_global01 > ul{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.nav_global01 > ul > li{
		font-size: 1.4rem;
		font-weight: bold;
	}
	
	.nav_global01 > ul > li > a{
		height: 86px;
		padding: 0 16px;
		color:#333;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		letter-spacing: 0;
	}
	
	.nav_global01 li.g03{position: relative;}
	
	.nav_global01 li.g03 > a::after{
		content: "";
		display: inline-block;
		width: 9px;
		height: 6px;
		background: url("../img/ico_arrow01.png") no-repeat center;
		background-size: contain;
		padding-left: 10px;
	}
	
	.nav_global01 > ul > li:last-child > a{padding-right: 0;}
	
	.nav_global01 > ul > li > a:hover{color: #3898F8;}
	
	/* サブメニュー */
	.nav_global01 .nav_sub{
		width: 178px;
		font-weight: normal;
        display: none;
		position: absolute;
		top: 86px;
		left: 25px;
        z-index: 2;
	}
	
	.nav_global01 .nav_sub li{border-bottom: 1px solid #DEDEDE;}
	
	.nav_global01 .nav_sub li:last-child{border-bottom: none;}
	
	.nav_global01 .nav_sub li a{
		display: block;
		background: #F5F5F5;
		color: #333;
		line-height: 36px;
		padding: 0 12px;
	}
	
	.nav_global01 .nav_sub li a:hover{color: #3898EF;}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */
	
	.f_facebook{
	    background: #F7F9FB;
	    padding: 80px 0;
	    display: flex;
	    justify-content: center;
	}
	
	.facebook-wrapper{
		width: 500px;
		padding: 0 30px;
		box-sizing: content-box;
	}
	
	.footer_inner01{
		background: url("../img/pc/bg_footer01.jpg") no-repeat center;
		background-size: cover;
		padding: 120px 0 150px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.txt_footer01{
		color: #FFF;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		display:-webkit-flex;
		display:flex;
		-webkit-align-items: center;
		align-items: center;
		margin-bottom: 50px;
	}
	
	.txt_footer01::before,
	.txt_footer01::after{
        content: "";
		display: block;
		width: 160px;
		border-top: 1px solid rgba(255,255,255,0.4);
	}
	
	.txt_footer01::before{margin-right: 20px;}
	
	.txt_footer01::after{margin-left: 20px;}
	
	.f_contact{
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.f_contact_inner:nth-child(1){width: 320px;}
    .f_contact_inner:nth-child(2){width: 250px;}
	
	.btn_f_contact a{
		display: block;
		background: #FFF;
		width: 100%;
		padding: 20px 0;
		line-height: 1;
		color: #3898F8;
        text-align: center;
		border-radius: 3px;
		font-size: 1.8rem;
		transition: color .3s, background .3s;
	}
	
	.btn_f_contact a:hover{
		color: #FFF;
		background: #3898EF;
	}
	
    .f_tel01{margin-bottom: 20px;}
    
    .f_tel01 a{pointer-events: none;}
    
	.f_tel01 img{width: 251px;}
	
	.f_address01{
        background: url("../img/ico_marker01.png") no-repeat 0 0;
        background-size: 30px;
        line-height: 30px;
        padding-left: 40px;
        color: #FFF;
    }
	
	.footer_inner02{
        background: #FFF;
        max-width: 1430px;
        margin: 0 auto;
		padding: 50px 15px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
    }
	.footer_inner02 p{
		max-width: 320px;
		padding: 0 15px;
		box-sizing: content-box;
	}
	.footer_inner02 p img{width: 100%;}
	
	.footer_inner02 p:hover img{opacity: 0.7;}
	
	.footer_inner03{
		background: #1478DC;
		padding: 40px 0 10px;
		color: #FFF;
	}
	
	.f_inner02{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		border-bottom: 1px solid #4197ED;
		max-width: 1520px;
		padding: 0 20px 40px;
		margin: 0 auto 10px;
	}
	
	.f_item01{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		width: 330px;
	}
	
	.f_logo{width: 143px;}
	
	.f_logo img{width: 100%;}
	
	.f_info{
        width: 166px;
		font-size: 1.4rem;
		line-height: 1.4;
		color: #FFF;
	}

	.f_small{
		font-size: 1.1rem;
		text-align: center;
		white-space: nowrap;
	}
	
	/* ナビ
	---------------------------------------------- */
	.nav_footer01 ul{
		width: 820px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		font-size: 1.4rem;
	}
	
	.nav_footer01 ul li a{
		display: inline-block;
		color: #FFF;
	}
    
    .nav_footer01 ul li a:hover{color: #9FCDF7;}
	
	/* ページトップボタン
	---------------------------------------------- */	
	#pagetop{
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 200;
		background: #1478DC;
		width: 60px;
		height: 60px;
		opacity: 0;
		cursor: pointer;
		transition: opacity .3s;
	}
	
	#pagetop.pagetop_show{opacity: 1;}
	
	#pagetop #pagetop_inner{
		width: 100%;
		height: 100%;
		background: url("../img/ico_arrow03.png") no-repeat center;
		background-size: 15px;
	}
	
	#pagetop #pagetop_inner::before{
		content: "";
		width: 100%;
		height: 100%;
		background: #3898EF;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		transition:transform .3s;
		transform:scaleY(0);
		transform-origin: top;
	}
	
	#pagetop:hover #pagetop_inner::before{
		transform:scaleY(1);
		transform-origin: bottom;
	}
	
	#pagetop span{display: none;}

	
}/*--@media--*/


@media print{ /* 印刷時のみ */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */
	
	/* レイアウト
	---------------------------------------------- */	
	#wrap_all{
		width: 1200px;
		transform: scale(0.8);
		transform-origin: 0 0;
	}
	
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	common

	------------------------------------------------------------ */

	body{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.4;
	}
	
	.sp_br{display: block;}

	/* レイアウト
	---------------------------------------------- */
	#wrap_all{
		min-width: 320px;
		overflow: hidden;
	}
	
	.wrap_type01,
	.wrap_type03,
	.wrap_type04,
	.wrap_type05{padding: 0 20px 60px;}
	
	.wrap_type02,
	.wrap_type06{padding: 0 0 60px;}
	
	/*--404ページ--*/
	.body_404 #wrap_all{height: 100vh;}
	
	.wrap_404{
		text-align: center;
		padding: 0 20px;
		margin-bottom: 100px;
	}
	
	.ttl_404{
		font-size: 3rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	
	.txt_404{margin-bottom: 30px;}
	
	.body_404 #footer{
		position: inherit !important;
		height: 100%;
	}
	
	/* リンク
	---------------------------------------------- */
	.link01{
		color: #3898ED;
		text-decoration: underline !important;
	}

	/* ページタイトル
	---------------------------------------------- */
	.wrap_pagettl.pagettl01{position: relative;}
	
	.wrap_pagettl.pagettl01::before{
		content: "";
		display: block;
		width: 100%;
		height: 9999px;
		transform: skewY(-10deg);
		position: absolute;
		bottom: 7%;
		left: 0;
		z-index: -1;
		background: #3898EF;
	}
	
	.pagettl{position: relative;}
	
	.pagettl_inner{
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		height: 50vw;
        max-height: 280px;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		position: relative;
	}
	
	.pagettl h2{
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		color: #FFF;
		font-weight: bold;
        text-align: center;
		line-height: 1;
		letter-spacing: 0.1em;
		font-size: 2.7rem;
		width: 100%;
        padding: 0 15px;
		transform: translate3d(-50%, -50%, 0);
	}
	
	.pagettl02 .pagettl{height: 110px;}
	
	.pagettl02 h2{color: #3898EE;}
	
	/* パンくずリスト
	---------------------------------------------- */
	.breadcrumb{
		font-size: 1.1rem;
		padding: 10px 12px 0;
	}
	
	.breadcrumb01{margin-bottom: 40px;}
	
	.breadcrumb02{border-top: 10px solid #E5E6E7;}
	
	.breadcrumb ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	
	.breadcrumb ul li{
		display:inline;
		vertical-align: middle;
		margin-right: 10px;
		color: #333;
		line-height: 1;
		font-weight: bold;
	}
	
	.breadcrumb ul li:last-child{
		background: none;
		margin-right: 0;
	}

	.breadcrumb ul li a,
	.breadcrumb ul li span{
		color: #333;
		background: url("../img/ico_arrow06.png") no-repeat right center;
		background-size: 5px;
		padding-right: 15px;
		white-space: nowrap;
	}

	/* ボタン
	---------------------------------------------- */
	.btn_type01 a{
		display: inline-block;
		background: #FFF;
		color: #333;
		font-size: 1.6rem;
		border: 2px solid #3898F8;
		border-radius: 50px;
		min-width: 280px;
		line-height: 1;
		font-weight: bold;
		text-align: center;
		padding: 13px 10px;
	}
	
	/* 見出し
	---------------------------------------------- */
	.heading01{
		font-size: 4rem;
		line-height: 1;
		font-family: 'Oswald';
		font-weight: bold;
		color: #3898EF;
		position: relative;
		margin-bottom: 60px;
		text-align: center;
	}
	
	.heading01::after{
		content: "";
		display: inline-block;
		width: 20px;
		height: 80px;
		transform: skewX(-50deg);
		position: absolute;
		top: -18px;
		left: 50%;
		margin-left: -4px;
		z-index: -1;
		background: #0E218C;
		opacity: 0.05;
	}
	
	.heading02{
		font-size: 1.9rem;
		font-weight: bold;
		color: #3898EF;
		margin-bottom: 10px;
		line-height: 1;
	}
	
	.heading03{
		font-size: 2.4rem;
		line-height: 1.2;
		font-weight: bold;
		color: #3898EC;
		text-align: center;
		margin-bottom: 40px
	}
	
	/* リスト
	---------------------------------------------- */
	.dl_type01 dt{
		line-height: 1;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	.dl_type01 dd{margin-bottom: 30px}
	
	.dl_type01 dd:last-child{margin-bottom: 0;}
	
	/* テーブル
	---------------------------------------------- */
	.type01{width: 100%;}
	
	.type01 th,
	.type01 td{padding: 8px 10px;}
	
	.type01 th{
		background: #F3F7FA;
		font-weight: bold;
		text-align: center;
		border: 1px solid #CCCCCC;
	}
	
	.type01 td{border: 1px solid #CCCCCC;}
	
	
		
	/* ------------------------------------------------------------

	header

	------------------------------------------------------------ */

	#wrap_top{
		font-size: 1rem;
		line-height: 1.2;
	}
	
	.wrap_top_inner{
		white-space: nowrap;
		padding: 2px 0 1px;
		color: #999999;
	}

	.wrap_top_inner h1{display: inline-block;}
	
	#header{
		background: #FFF;
		width: 100%;
		height: 70px;
	}

	.nav_header,
	.nav_global01,
    .header_inner02 .wrap_select{display: none;}
	
	.header_inner02{
		position: relative;
		height: 55px;
	}
	
	.h_logo01{
        margin: 5px 0 0 8px;
        width: 235px;
    }
    
    .h_logo01 a{display: block;}
	
	.h_logo01 img{width: 100%;}
	
	/* メニュー
	---------------------------------------------- */
	/*--開くボタン--*/
	#btn_menu{
		background: #3898EF;
		width: 55px;
		height: 55px;
		position: absolute;
		top: 15px;
		right: 0;
		z-index: 1;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}

	#btn_menu.fixed{
		position: fixed;
		top: 0;
		right: 0;
		z-index: 2;
	}

	#btn_menu span{
		display: block;
		width: 22px;
		height: 2px;
		position: relative;
		background: #FFF;
		transition: transform .3s, opacity .3s;
	}

	#btn_menu span:before,
	#btn_menu span:after{
		content: "";
		display: block;
		width: 22px;
		height: 2px;
		position: absolute;
		background: #FFF;
		left: 0;
		transition: transform .3s, opacity .3s;
	}
	
	#btn_menu span:before{top: -6px;}
	
	#btn_menu span:after{top: 6px;}

	/*--閉じるボタン--*/
	#btn_close{
		width: 55px;
		height: 55px;
		position: absolute;
		top: 15px;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#btn_close span{
		width: 27px;
		height: 2px;
		display: block;
		background:white;
		position: relative;
		opacity: 0;
		transition:transform .3s, opacity .3s;
	}

	#btn_close span:before{
		content: "";
		display: block;
		width: 27px;
		height: 2px;
		background:white;
		position: absolute;
		top: 0;
		left: 0;
		transition:transform .3s;
	}

	#drawer.on #btn_close span{
		transform: rotateZ(135deg);
		opacity: 1;
		transition-delay: .3s;
	}

	#drawer.on #btn_close span:before{
		transform: rotateZ(90deg);
		transition-delay: .3s;
	}

	/* メニュー内
	---------------------------------------------- */	
	#drawer{
		background:#3898EF;
		opacity: 0;
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 3;
		width: 100%;
		height: 100%;
		padding: 85px 20px;
		pointer-events: none;
	}
	
	#drawer.on{
		pointer-events: auto;
		opacity: 1;
		overflow-y: scroll;
	}
	
	.btn_language_menu{margin-bottom: 60px;}
	
	.btn_language_menu a{
		color: #FFF;
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	/*--nav_menu01--*/
	.nav_menu01{
		font-size: 1.6rem;
		line-height: 1.2;
	}
	
	.nav_menu01 ul{border-top: 1px solid #70B5F3;}
	
	.nav_menu01 ul li{border-bottom: 1px solid #70B5F3;}
	
	.nav_menu01 ul li a{
		display: block;
		padding: 15px 0;
		color: #FFF;
	}
	
	.nav_menu01 ul li a::before{
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		background: #FFF url("../img/ico_arrow04.png") no-repeat center;
		background-size: 5px;
		border-radius: 50px;
		margin: 0 7px -2px 0;
	}
	
	/*--nav_menu02--*/
	.nav_menu02{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.nav_menu_inner01{
		width: 50%;
		padding: 15px 0;
		border-bottom: 1px solid #70B5F3;
	}
	
	.nav_menu_inner01:nth-child(7){
		width: 100%;
		text-align: center;
	}
	
	.nav_menu_inner01 a{
		width: 100%;
		height: 100%;
		display: block;
		color: #FFF;
		font-weight: bold;
		text-align: center;
	}
	
	.nav_menu_inner01:nth-child(7) a{width: 50%;}
	
	.nav_menu_inner01:nth-child(odd){padding-right: 2.5px;}
	
	.nav_menu_inner01:nth-child(even){padding-left: 2.5px;}
	
	.menu_image{
		width: 100%;
		padding-top: 45.45%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		margin-bottom: 10px;
		position: relative;
	}
	
	.nav_menu_inner01:nth-child(1) .menu_image{background-image: url("../img/nav_image01.jpg");}
	.nav_menu_inner01:nth-child(2) .menu_image{background-image: url("../img/nav_image02.jpg");}
	.nav_menu_inner01:nth-child(3) .menu_image{background-image: url("../img/nav_image03.jpg");}
	.nav_menu_inner01:nth-child(4) .menu_image{background-image: url("../img/nav_image04.jpg");}
	
	.menu_image .arrow{
		display: inline-block;
		width: 20px;
		height: 20px;
		background-image: url("../img/ico_arrow04.png");
		background-size: 5px;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #FFF;
		border-radius: 50px;
		position: absolute;
		left: 50%;
		bottom: -10px;
		margin-left: -10px;
	}
	
	/*--nav_menu03--*/
	.nav_menu03{font-size: 1.6rem;}
	
	.nav_menu03 ul{
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.nav_menu03 ul li{
		width: 50%;
		border-bottom: 1px solid #70B5F3;
	}
	
	.nav_menu03 ul li a{
		display: block;
		padding: 15px 0;
		color: #FFF;
	}
	
	.nav_menu03 ul li a::before{
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		background: #FFF url("../img/ico_arrow04.png") no-repeat center;
		background-size: 5px;
		border-radius: 50px;
		margin: 0 7px -2px 0;
	}
    
     /*--selectbox--*/
	.wrap_select{
		position: relative;
		background: #FFF;
		width: 200px;
		height: 34px;
		border: 1px solid #DDD;
		margin-top: 30px;
	}

	.wrap_select::after{
		content: "";
		display: block;
		width: 34px;
		height: 34px;
		border-left: 1px solid #DDD;
		background: url(../img/ico_arrow07.png) no-repeat center;
		background-size: 12px 7px;
		position: absolute;
		top: -1px;
		right: 0;
	}

	.wrap_select select{
		position: relative;
		width: 200px;
		height: 34px;
		line-height: 1;
		background: transparent;
		border: none;
		padding: 8px 30px 8px 10px;
		margin: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
        outline: none;
		z-index: 1;
        font-size: 1.6rem;
	}

	.wrap_select select::-ms-expand{display: none;}

	/*--easyselectbox--*/
	.easy-select-box{
		position: relative;
		width: 200px !important;
		height: 34px !important;
		line-height: 1;
		background: transparent;
		border: none;
		margin: 0;
		z-index: 1;
	}

	.easy-select-box .esb-displayer{
		padding: 8px 30px 8px 10px;
		cursor: default;
	}

	.easy-select-box .esb-dropdown{
		width: 200px !important;
		background: #FFF;
		border: 1px solid #DDD;
		position: absolute;
		left: -1px;
		z-index: 2;
		display: none;
	}

	.easy-select-box .esb-item{
		border-bottom: 1px solid #DDD;
		padding: 8px 30px 8px 10px;
		margin: 0;
		cursor: default;
	}

	.easy-select-box .esb-item:last-child{border-bottom: none;}
	
	/* ------------------------------------------------------------

	footer

	------------------------------------------------------------ */
	
	.f_facebook{
		background: #F7F9FB;
		padding: 40px 20px;
    }

    .facebook-wrapper{margin-bottom: 30px;}
    
	.footer_inner01{
		background: url("../img/sp/bg_footer01.jpg") no-repeat center 0;
		background-size: cover;
		padding: 50px 0;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.txt_footer01{
		color: #FFF;
		font-size: 2rem;
		font-weight: bold;
		margin-bottom: 25px;
	}
	
	.f_contact{
        width: 230px;
        margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
    
    .f_contact_inner:nth-child(2){margin-bottom: 30px;}
	
	.btn_f_contact a{
		display: block;
		background: #FFF;
        text-align: center;
		width: 100%;
        border-radius: 3px;
		line-height: 45px;
		color: #3898EF;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	.f_tel01 img,
	.f_address01 img{width: 100%;}
	
	.f_tel01{margin-bottom: 10px;}
	
	.f_tel01 a{display: inline-block;}
	
	.f_address01{
        background: url("../img/ico_marker01.png") no-repeat 0 0;
        background-size: 30px;
        line-height: 30px;
        padding-left: 40px;
        color: #FFF;
    }
	
	.footer_inner02{
        max-width: 350px;
        margin: 0 auto;
		padding: 30px 25px;
	}
		
	.footer_inner02 p{margin-bottom: 15px;}
	
	.footer_inner02 p:last-child{margin-bottom: 0;}
	
	.footer_inner02 img{width: 100%;}
	
	.footer_inner03{
		background: #1478DC;
		color: #FFF;
		padding: 45px 25px 10px;
	}
	
	.f_inner02{margin-bottom: 55px;}
	
    .nav_footer01{display: none;}
    
	.f_item01{
		font-size: 1.3rem;
		line-height: 1.8;
	}
	
	.f_logo{
        width: 37.38%;
        max-width: 170px;
        margin-bottom: 35px;
    }
    
    .f_logo a{display: block;}
	
	.f_logo img{width: 100%;}
	
	.f_small{
		font-size: 1rem;
		line-height: 1;
	}
	
	/* ページトップボタン
	---------------------------------------------- */	
	#pagetop{
		background: #FFF;
		border-top: 1px solid #DDDDDD;
		height: 70px;
		text-align: center;
		display:-webkit-flex;
		display:flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	#pagetop_inner{
		background: url("../img/ico_arrow05.png") no-repeat 0 4px;
		background-size: 15px;
		padding-left: 24px;
		font-size: 1.3rem;
		letter-spacing: 0.13rem;
	}

	
}/*--@media--*/




