@charset "UTF-8";

html {
font-size: 62.5%;
}
.con_w{
width: 1180px;
margin: auto;
}

.clearfix:after { content: ''; display: block; clear: both;} /* float clear */
* {
	color:inherit;
	font-style:normal;
	word-break:normal;
}
.fas,.fab{ color: #335CAE;}
/* Sections ========================================================================== */
body { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial; }
html.win.firefox body { font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial; }
body {
margin: 0;
-webkit-text-size-adjust: 100%;
font-size:14px;
font-size:1.4rem;
color: #3C3C3C;
font-feature-settings : "palt";
letter-spacing: 0.06em;
line-height: 1.8;
/*min-width: 1340px;*/
}
main {
  display: block;
}
/* Color */
.font_bule { color: #335CAE; }
.bkc_lgtblue {
    background-color: #EEF5F6;
}
.bkc_blue {
    background-color: #45a7ea;
}
.bkc_fff {
    background-color: #fff;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px dotted #603813;
    margin:1em 0;
    padding:0;
}
a{
opacity: 1;
color: #3C3C3C;
text-decoration: none;
-webkit-font-smoothing: antialiased;
transition: opacity 0.4s ease;
}
a:hover { opacity: 0.6; }

.fas { margin-right: 5px; }

/* 1:Header Block CSS
================================================*/
.l_bule_bdr{
border-top: 6px solid #3BBBE9;
}
#header_wrap,
#header{
width: 100%;
min-width: 1180px;
height: 136px;
}
#header_wrap{
position: relative;
}
#header {
box-sizing: content-box;
position: relative;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background-color: #fff;
border-bottom: rgba(235,235,235,1.00) solid 1px;
}
body.frontpage #header{
border-bottom: 0px;
line-height: 1;
}

#header h1{
width: 300px;
min-width: 300px;
height: 136px;
position: relative;
}

#header h1 a,
#header h1 a img,
#header h1 a span{
display: block;
}
#header h1 a{
    width: 192px;
    margin-left: 54px;
    margin-top: 40px;
}
#header h1 a img {
  width: 192px;;
}
#header h1 a span{
font-size: 1rem;
padding-left: 44px;
letter-spacing: 0.15em;
}

#header nav{
width: calc(100% - 300px);
display: flex;
}

#header .nav-block {
width:calc(100% - 100px);
background-color: #EEF5F6;
}

.utility-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #335CAE;
}
.utility-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 36px;
padding-right: 20px;
}
.utility-list li {
  margin-left: 25px;
  color: #fff;
}
.utility-list a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}
.utility-list .fas {
  color: #ffffff;
}
#lang_select,
#lang_select ul{
position: relative;
transition: 0.3s;
}
#lang_select {
height: 36px;
overflow: hidden;
z-index: 20;
}
#lang_select span {
display: block;
width: 130px;
height: 36px;
background-color: #f5cf47;
color: #335CAE;
font-size: 1.4rem;
text-align: center;
line-height: 36px;
}
#lang_select span i, #lang_select span i img{
    display: inline-block;
}
#lang_select span i {
width: 14px;
height: 14px;
}
#lang_select:hover{
cursor: pointer;
height: 147px;
}
#lang_select ul {
z-index: 10;
height: 111px;
background-color: #fff;
}
#lang_select ul li {
  border-top: 1px solid #fff;
}
#lang_select ul li a {
  display: block;
  background-color: #F5CF47;
  color: #335CAE;
  font-size: 1.3rem;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
}
/* Langage Select ----------------*/

.nav-list,
.gnav-list li{
height: 100px;
}

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1520px;
  max-height: 100px;
  overflow: hidden;
  margin:0 0 0 auto;
}

.gnav-list li:nth-of-type(odd) a {
  background-color: #EEF5F6;
}

.gnav-list li:nth-of-type(even) a {
  background-color: #fff;
}
.gnav-list li{
width: 20%;
}
.gnav-list li a {
display: block;
text-align: center;
width: 100%;
height: 100px;
padding: 22px 0 0;
font-weight: bold;
color: #335CAE;
line-height: 1;
}
.gnav-list li a img{
display: block;
width: 50px;
height: 34px;
margin: 0px auto 8px;
}
/* /Langage Select ----------------*/
#header_sns_nav {
width: 100px;
height: 136px;
}
#header_sns_nav a:first-child{
width: 100px;
height: 100px;
display: block;
background-color: #5eafeb;
padding: 11px;
}
#header_sns_nav a:first-child img {
width: 100%;
display: block;
}
.sns_all {
display: flex;
justify-content: space-between;
height: 36px;
padding: 9px 12px;
background-color: #335cae;
}
.sns_all span{
display: block;
width: 18px;
}
.sns_all span i{
display: inline-block;
width: 18px;
height: 18px;
}

/* Header Fixed */
#header_fixed{
position: fixed;
z-index: 30;
top:0;
height: 76px;
width: 100%;
min-width: 1240px;
background: rgba(255,255,255,0.9);
transform: translate3d(0,-86px,0);
transition: transform 0.6s ease 0s;
}
#header_fixed.fixed{
transform: translate3d(0,0px,0);
}
.user_login #header_fixed.fixed {
transform: translate3d(0,32px,0);
}
#header_fixed h1{
float: left;
}
#header_fixed nav{
float: right;
}
#header_fixed h1,
#header_fixed h1 a{
width: 300px;
height: 70px;
position: relative;
}
#header_fixed h1 a,
#header_fixed h1 a img,
#header_fixed nav ul li a{
display: block;
}
#header_fixed h1 a img{
width: 192px;
height: auto;
position: relative;
top:50%;
transform: translateY(-50%);
margin: auto;
}
#header_fixed nav ul{
display: flex;
margin: 20px 34px 0 0;
}
#header_fixed nav ul li{
margin-right: 20px;
}
#header_fixed nav ul li a{
font-size:1.3rem;
font-weight: bold;
color: #335CAE;
word-break: keep-all;
}
#header_fixed nav ul li a img{
display: inline-block;
height: auto;
width: 38px;
vertical-align: -7px;
margin-right: 6px;
}

/* /Header Fixed */


/* 2:Footer Block CSS
================================================*/
#footer{
  margin-top: 50px;
  padding: 50px 0;
  background-color: #EEF5F6;
}
#footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto;
}

#footer .footer_l {
  width: 590px;
  position: relative;
}

#footer_logo,
#footer_logo img{
display: block;
width: 176px;
height: auto;
}

#footer_logo+p {
  margin-top: 15px;
  padding: 0 5px 14px;
  /*margin-bottom: 30px;*/
}
.frontpage #footer_logo+p {
border-bottom: 1px solid #335CAE;
margin-bottom: 30px; 
}

ul.footer_con_list {
display: grid;
grid-template-columns: 32% 32% 32%;
grid-template-rows: auto;
justify-content: space-between;
/* IE Fallback */
display: -ms-grid;
-ms-grid-rows: auto;
-ms-grid-columns: 32% 32% 32%;
line-height: 1.4;
}
ul.footer_con_list{
width: 520px;
/*margin-top: 30px;*/
}
.frontpage ul.footer_con_list{
width: 100%;
margin-top: 0px;
margin-bottom: 18px;
    line-height: 1.4;
}
ul.footer_con_list li{
margin-bottom: 10px;
}
ul.footer_con_list li:nth-child(1),
ul.footer_con_list li:nth-child(6),
ul.footer_con_list li:nth-child(11){
-ms-grid-row: 1;
grid-row: 1;
}
ul.footer_con_list li:nth-child(2),
ul.footer_con_list li:nth-child(7),
ul.footer_con_list li:nth-child(12){
-ms-grid-row: 2;
grid-row: 2;
}
ul.footer_con_list li:nth-child(3),
ul.footer_con_list li:nth-child(8),
ul.footer_con_list li:nth-child(13){
-ms-grid-row: 3;
grid-row: 3;
}
ul.footer_con_list li:nth-child(4),
ul.footer_con_list li:nth-child(9),
ul.footer_con_list li:nth-child(14){
-ms-grid-row: 4;
grid-row: 4;
}
ul.footer_con_list li:nth-child(5),
ul.footer_con_list li:nth-child(10){
-ms-grid-row: 5;
grid-row: 5;
}
ul.footer_con_list li:nth-child(1),
ul.footer_con_list li:nth-child(2),
ul.footer_con_list li:nth-child(3),
ul.footer_con_list li:nth-child(4),
ul.footer_con_list li:nth-child(5){
-ms-grid-column: 1;
grid-column: 1;
}
ul.footer_con_list li:nth-child(6),
ul.footer_con_list li:nth-child(7),
ul.footer_con_list li:nth-child(8),
ul.footer_con_list li:nth-child(9),
ul.footer_con_list li:nth-child(10){
-ms-grid-column: 2;
grid-column: 2;
}
ul.footer_con_list li:nth-child(11),
ul.footer_con_list li:nth-child(12),
ul.footer_con_list li:nth-child(13),
ul.footer_con_list li:nth-child(14){
-ms-grid-column: 3;
grid-column: 3;
}

ul.footer_con_list .fas {
color: #335CAE;
}

@supports ((display: -ms-grid) or (display: grid)) {
  ul.footer_con_listl {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 200px 200px 1fr;
    grid-template-columns: 200px 200px 1fr;
    grid-gap: 12px 0;
  }
  ul.footer_con_list li {
    margin-top: 0 !important;
  }
}
.footer_lang_sns{
color: #335CAE;
display: flex;
position: relative;
border:solid 1px #618ac5;
}
.footer_lang_sns .lang_select li a {
font-weight: bold;
}
.footer_lang_sns ul.lang_select {
text-align: center;
padding: 14px 15px;
width: 50%;
}
.footer_lang_sns ul.lang_select li:not(:first-child)::before {
  padding: 0 10px;
  content: "|";
}
.footer_lang_sns ul.lang_select li{
display: inline-block;
padding-top: 3px;
}
.footer_lang_sns .sns_list{
width: 50%;
}
.footer_lang_sns .sns_list a {
display: block;
padding: 14px 20px;
background-color: #618ac5;
color:#fff;
}
.footer_lang_sns .sns_list a ul {
display: flex;
justify-content: space-between;
align-items: center;
}
.footer_lang_sns .sns_list a li:first-child {
display: block;
width: calc(100% - 135px);
font-weight: bold;
}
.footer_lang_sns .sns_list a li:not(:first-child) {
display: block;
width: 30px;
height: 30px;
margin-left: 15px;
}
.footer_lang_sns .sns_list a li i {
display: inline-block;
width: 30px;
height: 30px;
}
.footer_r {
  width: 508px;
  background-color: #fff;
  padding: 10px 20px 20px 20px;
}
#tripa_wrap {
    display: flex;
    justify-content: space-between;
}
#tripa_wrap #wedgets_l {
	width:148px;
}
#tripa_wrap #wedgets_r {
	width:300px!important;
}
.widSSPData {
	border:none!important;
	padding:0!important
}
.widSSP {
	width:100%!important;
}
#tripa_wrap #wedgets_l * {
	/*width:100%;*/
	/*height:auto;*/
	margin-left:0;
	font-size:1.1rem;
}
#tripa_wrap #wedgets_l .foot_tripa_img {
margin-top: 10px;
}
#tripa_wrap #wedgets_l .foot_tripa_img, #tripa_wrap #wedgets_l .foot_tripa_img img {
width:148px;
display: block;
}
#copyright {
width: 1180px;
margin: auto;
padding: 20px 0 30px;
text-align: center
}
#copyright p {
  font-size: 1.2rem;
}
#copyright p span {
  margin-right: 10px;
display: inline-block;
}

#go_pagetop {
    display: block;
    position: fixed;
    padding: 15px;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: rgba(51,92,174,0.5);
    border-radius: 10px;
    text-align: center;
    z-index: 100;
    transform: translateY(100px);
    transition-property: all;
    transition-duration: 0.4s;
}
#go_pagetop img {
    line-height: 60px;
    color: #fff!important;
    display: block;
}

#go_pagetop.scrollon {
transform: translateY(0);
}


/* =================================================================================
Main Content
================================================================================ */
.container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}

.container .sidebar {
  width: 268px;
}

.container .main-content {
  width: 876px;
}

.btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.btn.btn01 {
  width: 268px;
  background-color: #335CAE;
  padding: 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
line-height: 1.4;
}
.btn.btn02 {
  width: 268px;
  background-color: #79B247;
  padding: 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
line-height: 1.4;
}

.btn.btn01 .svg-inline--fa, .btn.btn02 .svg-inline--fa {
  margin-right: 5px;
}
.btn.btn01 .fas, .btn.btn02 .fas {
  color: #fff;
}
th, td {
    text-align: left;
}