
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:500,700');

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

/*  フォントと背景　*/

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

body {
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	line-height:1.8em;
	letter-spacing:0.05em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

.bold {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body img{
	vertical-align:bottom;
	border:0;
	font-size:0;
	line-height:0;
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	-webkit-backface-visibility: hidden;
}

.contents {font-size: 100%; color: #333;}
.contents666 {font-size: 100%; color: #666;}
.contents999 {font-size: 100%; color: #999;}
.contents_s666 {font-size: 80%; color: #666;}

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

/*  クロームのみ画像をシャープにする　*/

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

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {

img {
	image-rendering: -webkit-optimize-contrast;
}

}

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

/*  リンク　*/

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

@media print, screen and (min-width: 768px){

a.anchor{
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}

a {text-decoration: none;}
a:link {color:#2C6CB8;}
a:visited {color:#2C6CB8;}
a:active {color:#2C6CB8;}
a:hover {color:#2C6CB8; text-decoration: underline;}

a {
overflow: hidden;
}

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

}

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

a.anchor{
	display: block;
	padding-top: 0px;
	margin-top: 0px;
}

a {text-decoration: none;}
a:link {color:#2C6CB8;}
a:visited {color:#2C6CB8;}
a:active {color:#2C6CB8;}
a:hover {color:#2C6CB8; text-decoration: underline;}

a {
overflow: hidden;
}

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

}

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

/*  ヘッダー　*/

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

@media print, screen and (min-width: 768px){

header {
	width:100%;
	background:#FFF;
	padding:28px 30px 20px;
	box-sizing: border-box;
}

header .head_topBox{
	width:1060px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

header .head_topBox .head_logo{
	width:222px;
}

header .head_topBox .head_lan_menuBox{
	width:294px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

header .head_topBox .head_lan_menuBox .head_lan_menu{
	width:142px;
}

header .head_topBox .head_lan_menuBox .head_lan_menu a{
	display:block;
	width:100%;
	padding:8px 0 10px;
	text-align:center;
	font-family: 'Roboto Condensed',sans-serif;
	font-size:13px;
	font-weight:700;
	line-height:1.0em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration:none;
}

header .head_topBox .head_lan_menuBox #menu_eng a{
	background:#2D6EB9;
	color:#FFF;
	border:1px solid #2D6EB9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

header .head_topBox .head_lan_menuBox #menu_jpn a{
	background:#FFF;
	color:#134A89;
	border:1px solid #2D6EB9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.arrow_style01 {
	background: var(--link_color);
	color: #FFF;
	padding: 1em 4em;
	position: relative;
}

.arrow_style01::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #FFF;
	transition: all 0.05s ease-in;
}

.arrow_style01:hover::before {
	left: 14px;
}

.arrow_style02 {
	background: var(--link_color);
	color: #134A89;
	padding: 1em 4em;
	position: relative;
}

.arrow_style02::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #134A89;
	transition: all 0.05s ease-in;
}

.arrow_style02:hover::before {
	left: 14px;
}

header .head_naviBox{
	width:1000px;
	margin:8px auto 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}


header .head_naviBox .head_navi{
	width:100%;
}

header .head_naviBox .head_navi ul.main_navi{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

header .head_naviBox .head_navi ul.main_navi li{
	text-align:center;
}

header .head_naviBox .head_navi ul.main_navi li.contents_link{
	position: relative;
}

header .head_naviBox .head_navi ul.main_navi li a{
	display: block;
	padding: 15px 0px;
	font-family: 'Roboto',sans-serif;
	font-size:15px;
	color:#134A89;
	font-weight:700;
	line-height:1.2em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all  0.1s ease;
}

header .head_naviBox .head_navi ul.main_navi li a:hover{
	text-decoration:none;
	opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: .50;
	-moz-opacity: .50;
}

header .head_naviBox .head_navi ul.main_navi li span{
}

header .head_naviBox .head_navi ul.main_navi li em{
	display:block;
	padding-top:7px;
	font-style:normal;
	font-size:10px;
	color:#199BCD;
	font-weight:700;
	line-height:1.2em;
	letter-spacing:0.065em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

header {
	background:#FFF;
}

header .head_topBox{
	position: relative;
}

header .head_topBox .head_logo{
	padding:44px 0 0 15px;
	width:180px;
}

header .head_topBox .head_lan_menuBox{
	position: absolute;
	top: 0;
	right:15px;
	width:230px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

header .head_topBox .head_h1Box h1{
	font-size:12px;
	color:#199BCD;
	font-weight:400;
	line-height:1.2em;
	letter-spacing:0.15em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

header .head_topBox .head_lan_menuBox .head_lan_menu{
	width:110px;
}

header .head_topBox .head_lan_menuBox .head_lan_menu a{
	display:block;
	width:100%;
	padding:7px 0 9px;
	text-align:center;
	font-family: 'Roboto Condensed', "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size:12px;
	font-weight:700;
	line-height:1.0em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	border-radius: 0 0 6px 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
	text-decoration:none;
}

header .head_topBox .head_lan_menuBox .head_lan_menu a:hover{
}

header .head_topBox .head_lan_menuBox #menu_eng a{
	background:#2D6EB9;
	color:#FFF;
	border-left:1px solid #2D6EB9;
	border-right:1px solid #2D6EB9;
	border-bottom:1px solid #2D6EB9;
	border-radius: 0 0 6px 6px;
}

header .head_topBox .head_lan_menuBox #menu_jpn a{
	background:#FFF;
	color:#134A89;
	border-left:1px solid #2D6EB9;
	border-right:1px solid #2D6EB9;
	border-bottom:1px solid #2D6EB9;
	border-radius: 0 0 6px 6px;
}

.arrow_style01 {
	background: var(--link_color);
	color: #FFF;
	padding: 1em 4em;
	position: relative;
}

.arrow_style01::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #FFF;
	transition: all 0.05s ease-in;
}

.arrow_style01:hover::before {
	left: 11px;
}

.arrow_style02 {
	background: var(--link_color);
	color: #134A89;
	padding: 1em 4em;
	position: relative;
}

.arrow_style02::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #134A89;
	transition: all 0.05s ease-in;
}

.arrow_style02:hover::before {
	left: 11px;
}

header .head_naviBox{
}

header .head_naviBox .head_navi{
	display:none;
}

}

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

/*  スマホ用メニュー（ハンバーガーメニュー）　*/

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

@media print, screen and (min-width: 768px){

.under-navigation{
	display:none;
}

}

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

.menu-toggle {
	position:fixed;
	top:48px;
	right:20px;
	border: none;
	width: 38px;
	height: 30px;
	padding: 0;
	z-index: 100;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: block;
	background:none;
	cursor:pointer;
}

.menu-toggle .toggle_button-inner {
	width: 38px;
	height: 30px;
	border: 0;
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}

.menu-toggle .toggle_button-inner i {
	width: 100%;
	height: 100%;
	background-color: #2D6EB9;
	display: block;
	-webkit-transform: scale(1, 0.1);
	-ms-transform: scale(1, 0.1);
	transform: scale(1, 0.1);
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.menu-toggle .toggle_button-inner i:nth-child(1) {
	top: -42%;
}

.menu-toggle .toggle_button-inner i:nth-child(2) {
	top: 0%;
}

.menu-toggle .toggle_button-inner i:nth-child(3) {
	top: 42%;
}

.toggled .site-hide-navigation {
	left: 0;
}

.toggled .toggle_button-inner i:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(-45deg) scale(1, 0.1);
	-ms-transform: rotate(-45deg) scale(1, 0.1);
	transform: rotate(-45deg) scale(1, 0.1);
	background-color: #2D6EB9;
}

.toggled .toggle_button-inner i:nth-child(2) {
	opacity: 0;
}

.toggled .toggle_button-inner i:nth-child(3) {
	top: 0;
	-webkit-transform: rotate(45deg) scale(1, 0.1);
	-ms-transform: rotate(45deg) scale(1, 0.1);
	transform: rotate(45deg) scale(1, 0.1);
	background-color: #2D6EB9;
}

.toggle_name{
	margin-top:5px;
	font-family: 'Roboto',sans-serif;
	font-size:11px;
	color:#2D6EB9;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

/*  スマホ用メニュー（展開メニュー）　*/

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

@media print, screen and (min-width: 768px){

}

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

.under-navigation.toggled .site-hide-navigation {
	left: 0;
}

.under-navigation.toggled .toggle_button-inner i:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(-45deg) scale(1, 0.1);
	-ms-transform: rotate(-45deg) scale(1, 0.1);
	transform: rotate(-45deg) scale(1, 0.1);
}

.under-navigation.toggled .toggle_button-inner i:nth-child(2) {
	opacity: 0;
}

.under-navigation.toggled .toggle_button-inner i:nth-child(3) {
	top: 0;
	-webkit-transform: rotate(45deg) scale(1, 0.1);
	-ms-transform: rotate(45deg) scale(1, 0.1);
	transform: rotate(45deg) scale(1, 0.1);
}

.site-hide-navigation {
	background-color:#FFF;
	right: -100%;
	-webkit-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	top: 0;
	z-index: 1;
}

.site-hide-navigation .menu_top{
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
	padding: 52px 0 50px;
}

.menuBox00{
	padding:0 0 13px 5px;
	border-bottom:1px dashed #CCC;
}

.menuBox01,
.menuBox05,
.menuBox06,
.menuBox07,
.menuBox08{
	padding:7px 0 13px 5px;
	border-bottom:1px dashed #CCC;
}

.menuBox02,
.menuBox03,
.menuBox04{
	padding:13px 0 18px 5px;
	border-bottom:1px dashed #CCC;
}

.menu_category_title{
	position: relative;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	color:#333;
	font-weight:500;
	line-height: 1.2em;
	letter-spacing:0.07em;
	margin-left:15px;
}

.menu_category_title a{
	color: #2D6EB9;
}

.menu_category_title a:hover{
	color: #2D6EB9;
}

.category-button::after{
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #2D6EB9;
	display: inline-block;
	width: 0;
	height: 0;
	/* 矢印アイコン */
	position: absolute;
	top: 4px;
	left: -12px;
}

.site-hide-navigation ul {
	margin-top:15px;
}

.site-hide-navigation ul li{
	position: relative;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	font-weight:500;
	line-height: 1.2em;
	letter-spacing:0.07em;
	margin-left:20px;
	margin-bottom:10px;
}

.site-hide-navigation ul li:last-child{
	margin-bottom:0;
}

.site-hide-navigation ul li a{
	color: #2D6EB9;
}

.site-hide-navigation ul li a:hover{
	color: #2D6EB9;
}

.triangle-button::after{
	content: '';
	display: inline-block;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #2D6EB9;
	display: inline-block;
	width: 0;
	height: 0;
	/* 矢印アイコン */
	position: absolute;
	top: 5px;
	left: -12px;
}

.site-hide-navigation ul.inner-menu {
	margin-left:25px;
}

.site-hide-navigation ul.inner-menu li.area_mt{
	margin-top:15px;
}

.site-hide-navigation ul.inner-menu ul.inner-menu-inner{
	padding-bottom:5px;
}

.site-hide-navigation .toggle_logoBox{
	margin-top:40px;
	text-align:center;
}

.site-hide-navigation .toggle_logoBox .toggle_logo{
	text-align:center;
}

.site-hide-navigation .toggle_logoBox .toggle_logo img{
	width:220px;
}

.site-hide-navigation .toggle_infoBox{
	margin-top:22px;
	padding-bottom:30px;
}

.site-hide-navigation .toggle_infoBox .toggle_logo{
	padding:5px 0 7px;
	text-align:center;
}

.site-hide-navigation .toggle_infoBox .toggle_logo img{
	width:180px;
}

.site-hide-navigation .toggle_infoBox p.toggle_info_txt{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:11px;
	font-weight:500;
	color:#333;
	line-height:1.8em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

/*  検索ボックス　*/

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

@media print, screen and (min-width: 768px){

#serach_box{
	width:100%;
	background:#033365;
}

#serach_box-inner {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:10px 0px 10px 0px;
}

.h1_space{
	float:left;
	width:610px;
	padding-top:5px;
}

.h1_space h1{
	font-size:11px;
	color:#FFF;
	font-weight:400;
	line-height:1.5em;
	letter-spacing:0.06em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.serach_space{
	float:right;
	width:290px;
	text-align:right;
}

table.tbl_serach {
width:100%;
}

table.tbl_serach tr td {
border-collapse:separate;
border-spacing:0px;
margin:0px;
}

}

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

#serach_box{
	display:none;
}

}

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

/*  レイアウト　*/

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

@media print, screen and (min-width: 768px){

body {
	background:url(../img_common/bg02.png) top center repeat;
}

#container {
	width:940px;
	margin:0 auto;
}

#container #container-inner{
}

}

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

}

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

/*  サイドメニュー　*/

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

@media print, screen and (min-width: 768px){

#sidemenu_space {
	float:left;
	width:175px;
	padding-right:45px;
}

#sidemenu_space ul li {
	line-height:0;
	font-size:0px;
}

#company_contents{
	float:right;
	width:620px;
}

}

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

#sidemenu_space{
	display:none;
}

}

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

/*  コンテンツスペース　*/

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

@media print, screen and (min-width: 768px){

#contents_space{
	margin-top:40px;
	width:940px;
	background:#FFF;
	box-sizing: border-box;
}

#contents_space_inner{
	width:840px;
	padding:50px;
}

#pagetop_bt{
	width:940px;
	text-align:center;
	margin-bottom:60px;
}

#pagetop_bt img{
	line-height:0;
	vertical-align:top;
}

}

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

#pagetop_bt{
	display:none;
}

}

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

/*  （メイン画像下の）コンテンツスメニュー　＆　ページタイトル　*/

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

@media print, screen and (min-width: 768px){

.contents_NaviBox{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.contents_NaviBox .contents_bt_left{
	width:50%;
	box-sizing: border-box;
	border:1px solid #033365;
}

.contents_NaviBox .contents_bt_right{
	width:50%;
	box-sizing: border-box;
	border-top:1px solid #033365;
	border-right:1px solid #033365;
	border-bottom:1px solid #033365;
}

.contents_NaviBox .contents_btBox{
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.contents_NaviBox .contents_btBox:hover{
	background-color:#D8E3F0;
}

.contents_NaviBox .overlink{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}

.contents_NaviBox .contents_btBox .contents_bt{
	padding:45px 0;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:16px;
	color:#033365;
	font-weight:700;
	line-height:1.2em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contents_NaviBox .contents_btBox a:hover{
	text-decoration:none;
}

.bt_style01 {
	background: var(--link_color);
	color: #2D6EB9;
	padding: 1em 4em;
	position: relative;
}

.bt_style01::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #2D6EB9;
	transition: all 0.05s ease-in;
}

.bt_style01:hover::before {
	left: 30px;
}

.contents_titleBox{
	margin:50px 0;
}

.contents_titleBox h2.contents_title{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	color:#2D6EB9;
	line-height:1.5em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contents_titleBox span.con_tit_s{
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	font-weight:700;
	letter-spacing:0.1em;
}

.contents_titleBox span.con_tit_l{
	display:block;
	padding-top:24px;
	font-family: 'Roboto',sans-serif;
	font-size:36px;
	font-weight:700;
	letter-spacing:0.07em;
}

}

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

.contents_NaviBox{
}

.contents_NaviBox .contents_bt_left{
	border-top:1px solid #033365;
	border-bottom:1px solid #033365;
}

.contents_NaviBox .contents_bt_right{
	border-bottom:1px solid #033365;
}

.contents_NaviBox .contents_btBox{
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.contents_NaviBox .contents_btBox:hover{
	background-color:#D8E3F0;
}

.contents_NaviBox .overlink{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}

.contents_NaviBox .contents_btBox .contents_bt{
	padding:38px 0;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	color:#033365;
	font-weight:700;
	line-height:1.2em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contents_NaviBox .contents_btBox a:hover{
	text-decoration:none;
}

.bt_style01 {
	background: var(--link_color);
	color: #2D6EB9;
	padding: 1em 4em;
	position: relative;
}

.bt_style01::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #2D6EB9;
	transition: all 0.05s ease-in;
}

.bt_style01:hover::before {
	left: 30px;
}

.contents_titleBox{
	margin:50px 0;
}

.contents_titleBox h2.contents_title{
	text-align:center;
	font-family: 'Roboto',sans-serif;
	color:#2D6EB9;
	line-height:1.5em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.contents_titleBox span.con_tit_s{
	font-family: 'Roboto',sans-serif;
	font-size:12px;
	font-weight:500;
	letter-spacing:0.08em;
}

.contents_titleBox span.con_tit_l{
	display:block;
	font-family: 'Roboto',sans-serif;
	padding-top:12px;
	font-size:24px;
	font-weight:700;
	letter-spacing:0.08em;
}

}

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

/*  ページ下部のコンテンツリンク　*/

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

@media print, screen and (min-width: 768px){

.foot_contents_link{
	padding:40px 0 10px;
}

.foot_contents_link .foot_contents_link_bt{
}

.foot_contents_link .foot_contents_link_bt a{
	display:block;
	width:380px;
	margin:30px auto;
	padding:30px 0;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:15px;
	font-weight:700;
	color:#2D6EB9;
	line-height:1.0em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-decoration:none;
	border:2px solid #2D6EB9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.foot_contents_link .foot_contents_link_bt a:hover{
	color:#6FA0D9;
	text-decoration:none;
}

}

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

.foot_contents_link{
	padding:50px 20px 10px;
}

.foot_contents_link .foot_contents_link_bt{
}

.foot_contents_link .foot_contents_link_bt a{
	display:block;
	width:100%;
	padding:30px 0;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	font-weight:700;
	color:#2D6EB9;
	line-height:1.0em;
	letter-spacing:0.14em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-decoration:none;
	border:2px solid #2D6EB9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

.foot_contents_link .foot_contents_link_bt a:hover{
	color:#6FA0D9;
	text-decoration:none;
}

}

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

/*  フッター　*/

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

@media print, screen and (min-width: 768px){

footer{
	margin-top:40px;
}

footer .footline{
	font-size:0;
	line-height:0;
}

footer .foot_menu{
	margin:22px 0;
}

footer .foot_menu ul.footmenu_list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

footer .foot_menu ul.footmenu_list li{
	font-size:12px;
	color:#333;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	border-left:1px solid #DDD;
	padding:0 10px;
	margin-bottom:8px;
}

footer .foot_menu ul.footmenu_list li:nth-of-type(10){
	border-right:1px solid #DDD;
}

footer .foot_menu ul.footmenu_list li:last-child{
	border-right:1px solid #DDD;
}

footer .foot_menu ul.footmenu_list li a{
}

footer .foot_menu ul.footmenu_list li a:hover{
}

footer .foot_infoBox{
	width:840px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

footer .foot_infoBox .foot_companyinfo{
	width:330px;
}

footer .foot_infoBox .foot_contact{
	width:510px;
	border:1px dashed #999;
	box-sizing: border-box;
}

footer .foot_infoBox .foot_companyinfo .foot_company_logo{
	text-align:center;
}

footer .foot_infoBox .foot_companyinfo .foot_company_logo img{
	width:170px;
}

footer .foot_infoBox .foot_companyinfo .foot_company_name{
	margin-top:9px;
	text-align:center;
	font-size:14px;
	color:#333;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .foot_infoBox .foot_companyinfo .foot_company_info{
	margin-top:12px;
	text-align:center;
	font-size:11px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .foot_infoBox .foot_contact .foot_contact_inner{
	padding:20px 22px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_left{
	flex:1;
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_right{
	width:214px;
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_left p.foot_contact_message{
	font-family: 'Roboto',sans-serif;
	font-size:12px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_left p.foot_time_message{
	margin-top:2px;
	font-family: 'Roboto',sans-serif;
	font-size:11px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_right .foot_contact_bt{
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_right .foot_contact_bt a{
	display:block;
	width:100%;
	padding:15px 0;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	line-height:1.0em;
	letter-spacing:0.13em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-decoration:none;
	background:#2D6EB9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_right .foot_contact_bt a:hover{
	background:#134A89;
	text-decoration:none;
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_right p.foot_contact_tel{
	margin-top:12px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:18px;
	color:#333;
	font-weight:600;
	line-height:1.2em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .foot_infoBox .foot_contact .sp_foot_btBox{
	display:none;
}

}

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

footer{
	margin-top:40px;
	background-color:#F5F5F5;
}

footer .footline{
	font-size:0;
	line-height:0;
}

footer .foot_menu{
	margin:22px 0 0;
	padding:0 20px;
}

footer .foot_menu ul.footmenu_list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
}

footer .foot_menu ul.footmenu_list li{
	font-size:12px;
	color:#333;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.07em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin:0 7px 8px;
}

footer .foot_menu ul.footmenu_list li a{
}

footer .foot_menu ul.footmenu_list li a:hover{
}

footer .foot_infoBox{
	margin-top:15px;
	padding:0 20px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

footer .foot_infoBox .foot_contact{
	width:100%;
	-webkit-box-ordinal-group:1;
	-ms-flex-order:1;
	-webkit-order:1;
	order:1;
}

footer .foot_infoBox .foot_companyinfo{
	width:100%;
	-webkit-box-ordinal-group:2;
	-ms-flex-order:2;
	-webkit-order:2;
	order:2;
	padding-bottom:17px;
}

footer .foot_infoBox .foot_contact .foot_contact_inner{
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_left{
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_right{
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_left p.foot_contact_message{
	text-align:center;
	font-size:11px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.06em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_left p.foot_time_message{
	text-align:center;
	font-size:11px;
	color:#333;
	font-weight:500;
	line-height:1.7em;
	letter-spacing:0.06em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_left p.foot_time_message br{
	display:none;
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_right .foot_contact_bt{
	display:none;
}

footer .foot_infoBox .foot_contact .foot_contact_inner .foot_contact_right p.foot_contact_tel{
	display:none;
}

footer .foot_infoBox .foot_companyinfo .foot_company_logo{
	margin-top:32px;
	text-align:center;
}

footer .foot_infoBox .foot_companyinfo .foot_company_logo img{
	width:150px;
}

footer .foot_infoBox .foot_companyinfo .foot_company_name{
	margin-top:7px;
	text-align:center;
	font-size:13px;
	color:#222;
	font-weight:600;
	line-height:1.5em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .foot_infoBox .foot_companyinfo .foot_company_info{
	margin-top:12px;
	text-align:center;
	font-size:11px;
	color:#222;
	font-weight:700;
	line-height:1.7em;
	letter-spacing:0.06em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer .foot_infoBox .foot_contact .sp_foot_btBox{
	margin-top:20px;
}

footer .foot_infoBox .foot_contact .sp_foot_btBox .sp_foot_bt a{
	display:block;
	width:100%;
	padding:22px 0;
	text-align:center;
	color:#2D6EB9;
	line-height:1.0em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-decoration:none;
	border:1px solid #2D6EB9;
	background:#FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}

footer .foot_infoBox .foot_contact .sp_foot_btBox .sp_foot_bt a:hover{
	background:#199BCD;
	color:#FFF;
}

footer .foot_infoBox .foot_contact .sp_foot_btBox .sp_bt_tel{
	font-family: 'Roboto',sans-serif;
	font-size:17px;
	font-weight:700;
}

footer .foot_infoBox .foot_contact .sp_foot_btBox .sp_bt_mail{
	margin-top:12px;
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	font-weight:700;
}

.bt_style01 {
	background: var(--link_color);
	color: #FFF;
	padding: 1em 4em;
	position: relative;
}

.bt_style01::before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #2D6EB9;
	transition: all 0.2s ease-in;
}

.bt_style01:hover::before {
	right: 14px;
}

}

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

/*  コピーライト　*/

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

@media print, screen and (min-width: 768px){

#footSec {
	width:100%;
	background:#134A89;
}

#footSec-inner {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:14px 0px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:700;
	line-height:1.2em;
	letter-spacing:0.12em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

#footSec {
	width:100%;
	background:#033365;
}

#footSec-inner {
	text-align:center;
	padding:10px 0px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:9px;
	color:#FFF;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.1em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}
