@charset "UTF-8";

/*-----------------------------------------------------------------*/
/* header */
/*-----------------------------------------------------------------*/
@media only screen and (min-width: 980px) {
  header {
    background-color: #ffffff;
    height: 100px;
    display: table;
    width: 100%;
  }

  #mainlead {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
    padding-left: 8%;
    padding-right: 4%;
  }

  #mainlead #h_lead {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #555555;
    font-weight: normal;
  }

  #mainlead #h_logo a {
    display: block;
  }

  #mainlead #h_logo a img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  #mainmenu {
    display: table-cell;
    width: 65%;
  }

  #mainmenu #mainmenu_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #mainmenu.multi_lang #mainmenu_in {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #mmbtn {
    display: none;
  }

  #submanu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 100%;
  }

  .multi_lang #submanu {
    height: 100px;
    width: 50%;
    flex-direction: row-reverse;
  }


  #submanu li {
    width: 33.3333%;
    display: table;
    height: 40px;
    float: left;
  }

  .multi_lang #submanu li {
    height: 100px;
  }

  #submanu li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
  }

  .h_cta {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .h_cta a {
    font-size: 13px;
    letter-spacing: .08em;
    background-color: #394551;
    text-decoration: none;
  }

  .h_cta li.contact a {
    background-color: #FF681F;
  }

  .icon_contact {
    background: url("../image/common/icon_mail_sen.png") no-repeat 0 center;
    padding-left: 22px;
  }

  .h_cta li.cad a {
    background-color: #3A77BD;
  }

  .h_cta li.webc a {
    /*background-color: #24A58B;*/
    background-color: #3A77BD;
    border-left: 1px solid #7FA6D4;
  }

  .icon_arr {
    background: url("../image/common/icon_arr_sen.png") no-repeat 0 center;
    padding-left: 22px;
  }

  .h_cta li.contact a:hover {
    background-color: #F04E00;
  }

  .h_cta li.cad a:hover {
    background-color: #2F629B;
  }

  .h_cta li.webc a:hover {
    /*background-color: #1F8B76;*/
    background-color: #2F629B;
  }

  .h_lang {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .h_lang li+li {
    border-left: 1px solid rgba(57, 69, 91, 0.85);
  }

  .h_lang a {
    font-size: 12px;
    letter-spacing: .08em;
    background-color: #394551;
    color: #A0AEB7;
  }

  .h_lang a:hover,
  .h_lang a.current {
    background-color: #232A30;
    text-decoration: none;
  }

  #globalnav {
    width: 100%;
  }

  #globalnav #globalnav_in ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #globalnav_in li {
    list-style: none;
    width: 20%;
    display: table;
    height: 60px;
    float: left;
    border-left: 1px solid #f1f1f1;
  }

  #globalnav_in li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    position: relative;
  }

  /*common.css 187*/
  #globalnav_in li a:hover,
  #globalnav_in li.main_current a {
    text-decoration: none;
    color: #ff681f;
  }

  #globalnav_in li a::after {
    content: "";
    width: 0;
    background-color: #ff681f;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
  }

  /*common.css 203*/
  #globalnav_in li a:hover::after,
  #globalnav_in li.main_current a:after {
    width: 100%;
    left: 0;
  }
}

/*________________________________________________________________*/

@media only screen and (min-width: 980px) and (max-width: 1199px) {
  #mainlead {
    width: 30%;
    padding-left: 2%;
    padding-right: 2%;
  }

  #mainmenu {
    width: 70%;
  }
}

@media only screen and (max-width: 979px) {
  header {
    display: table;
    width: 100%;
    position: relative;
  }

  #mainlead {
    width: 100%;
    display: table;
    padding: 16px 3%;
  }

  #mainlead_in,
  #mmbtn {
    display: table-cell;
    vertical-align: middle;
  }

  #mainlead_in {
    width: calc(100% - 50px);
  }

  #mainmenu {
    display: none;
    width: 100%;
  }

  #h_lead {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #555555;
    font-weight: normal;
  }

  #h_logo {
    line-height: 1;
  }

  #h_logo a {
    display: inline-block;
  }

  #h_logo a img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
  }

  #mainmenu {
    position: absolute;
    background-color: #f7f7f7;
    z-index: 1000;
    padding: 0 0 32px;
  }

  #mmbtn {
    width: 50px;
    position: relative;
  }

  #mmbtn .css-bar {
    display: inline-block;
    position: relative;
    padding: 0;
    background: #000;
    top: -3px;
  }

  #mmbtn .css-bar,
  #mmbtn .css-bar::before,
  #mmbtn .css-bar::after {
    width: 50px;
    height: 6px;
  }

  #mmbtn .css-bar::before,
  #mmbtn .css-bar::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #000;
  }

  #mmbtn .css-bar::before {
    margin-top: -20px;
  }

  #mmbtn .css-bar::after {
    margin-top: 14px;
  }

  #mmbtn.active .css-bar {
    padding: 0;
    width: 6px;
    height: 50px;
    top: 3px;
    left: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #mmbtn.active .css-bar::after {
    display: none;
  }

  #mmbtn.active .css-bar::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  #mmbtn.active .css-bar::before {
    margin-top: 0;
  }

  #globalnav {
    width: 100%;
  }

  #globalnav_in li {
    list-style: none;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }

  #globalnav_in li a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 20px 8px;
    color: #064C6F;
  }

  #globalnav_in li a:hover {
    text-decoration: none;
    background-color: #064C6F;
    color: #ffffff;
  }

  #submanu {
    width: 90%;
    margin: 32px auto 0;
  }

  #submanu li {
    width: 33.3333%;
    display: table;
    float: left;
  }

  #submanu li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 16px 5px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
  }

  .h_cta a {
    font-size: 16px;
    letter-spacing: .08em;
    background-color: #394551;
    text-decoration: none;
  }

  .h_cta li.contact a {
    background-color: #FF681F;
  }

  .icon_contact {
    background: url("../image/common/icon_mail_sen.png") no-repeat 0 center;
    padding-left: 22px;
  }

  .h_cta li.cad a {
    background-color: #3A77BD;
  }

  .h_cta li.webc a {
    /*background-color: #24A58B;*/
    background-color: #3A77BD;
    border-left: 1px solid #7FA6D4;
  }

  .icon_arr {
    background: url("../image/common/icon_arr_sen.png") no-repeat 0 center;
    padding-left: 22px;
  }

  .h_cta li.contact a:hover {
    background-color: #F04E00;
  }

  .h_cta li.cad a:hover {
    background-color: #2F629B;
  }

  .h_cta li.webc a:hover {
    /*background-color: #1F8B76;*/
    background-color: #2F629B;
  }

  .h_lang {
    width: 70%;
    margin: 16px auto 0;
  }

  .h_lang li+li {
    border-left: 1px solid rgba(57, 69, 91, 0.85);
  }

  .h_lang a {
    font-size: 14px;
    letter-spacing: .08em;
    background-color: #394551;
    color: #A0AEB7;
  }

  .h_lang a:hover,
  .h_lang a.current {
    background-color: #232A30;
    text-decoration: none;
  }
}

@media only screen and (max-width: 690px) {
  #mainlead {
    padding: 10px 3%;
  }

  #mainlead_in {
    width: calc(100% - 40px);
    padding-right: 24px;
  }

  #h_lead {
    font-size: 10px;
  }

  #mainmenu {
    padding: 0 0 24px;
  }

  #mmbtn {
    width: 40px;
  }

  #mmbtn .css-bar,
  #mmbtn .css-bar::before,
  #mmbtn .css-bar::after {
    width: 40px;
  }

  #mmbtn .css-bar::before {
    margin-top: -20px;
  }

  #mmbtn .css-bar::after {
    margin-top: 14px;
  }

  #mmbtn.active .css-bar {
    height: 40px;
    left: 17px;
  }

  #mmbtn.active .css-bar::before {
    height: 40px;
  }

  #globalnav_in li a {
    font-size: 16px;
    padding: 16px 8px;
  }

  #submanu {
    width: 80%;
    margin: 24px auto 0;
  }

  #submanu li {
    width: 100%;
    float: none;
    margin: 4px auto;
  }

  #submanu li a {
    padding: 16px 5px;
  }

  .h_cta a {
    font-size: 16px;
  }

  .h_lang {
    width: 100%;
    margin: 10px auto 0;
  }

  .h_lang li a {
    font-size: 14px;
  }

  #submanu .h_lang li {
    width: 33.33333%;
    float: left;
  }

  .h_cta li.webc a {
    border-left: none;
  }

}


.title_en {
  font-size: 32px;
  color: #023067;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: .15em;
}


/*-----------------------------------------------------------------*/
/* footer 上 ダウンロード */
/*-----------------------------------------------------------------*/
.cta_document {
  max-width: 954px;
  width: calc(100% - 20px);
  margin: 60px auto;
  text-align: center;
  font-size: 0;
}

.cta_document li {
  width: calc(50% - 30px);
  margin: 0 15px;
  list-style: none;
  display: inline-block;
  font-size: 17px;
}

.cta_document li a {
  display: block;
  padding: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
}

.cta_document li a:hover {
  text-decoration: none;
}

.icon_cad .icon {
  background: url("../image/common/icon_dl.png") no-repeat 0 center;
  padding-left: 48px;
}

.icon_wec .icon {
  background: url("../image/common/icon_book.png") no-repeat 0 center;
  padding-left: 48px;
}

.cta_document li.icon_cad a {
  background-color: #3A77BD;
}

.cta_document li.icon_wec a {
  background-color: #3A77BD;
}

.cta_document li.icon_cad a:hover {
  background-color: #2F629B;
}

.cta_document li.icon_wec a:hover {
  background-color: #2F629B;
}

@media only screen and (max-width: 690px) {
  .cta_document {
    margin: 40px auto;
  }

  .cta_document li {
    width: calc(100% - 20%);
    max-width: 300px;
    margin: 5px auto;
  }

  .cta_document li a {
    padding: 16px;
  }
}

/*-----------------------------------------------------------------*/
/* footer 上 お問い合わせ */
/*-----------------------------------------------------------------*/
.cta_area {
  background-color: #DCE6EA;
  padding: 50px 0 40px;
  position: relative;
  clear: both;
  margin-top: 80px;
}

.cta_area::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 52px 0 52px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 52px);
}

.cta_area_in {
  max-width: 954px;
  width: calc(100% - 20px);
  margin: auto;
  text-align: center;
}

.cta_area_in .lead {
  font-size: 16px;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.cta_block {
  width: 100%;
}

.cta_block .cta_box {
  float: left;
  width: calc(25% - 20px);
  margin: 0 10px;
  list-style: none;
  border-radius: 6px;
  background-color: #ffffff;
}

.telnum {
  font-size: 32px;
  line-height: 1.4;
  color: #023067;
  font-family: "Arial", sans-serif;
  letter-spacing: .08em;
  position: relative;
}

.telnum::before {
  content: "TEL.";
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 10px;
}

.txt_en {
  display: none;
}

.cta_box a {
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  color: #023067;
  font-weight: bold;
  border-radius: 6px;
}

.cta_box a .icon {
  background: url("../image/common/icon_mail.png") no-repeat 0 center;
  padding-left: 40px;
}

.cta_box a:hover .icon {
  background-image: url("../image/common/icon_mail_on.png");
}

.cta_box a:hover {
  color: #ffffff;
  background-color: #023067;
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  .telnum {
    margin-top: 5px;
  }

  .telnum::before {
    display: none;
  }

  .cta_box .telnum a {
    font-size: 30px;
    line-height: 1;
    color: #023067;
    font-family: "Arial", sans-serif;
    letter-spacing: .08em;
    position: relative;
  }

  .cta_box .telnum a::before {
    content: "TEL.";
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 10px;
  }

  .cta_box .telnum a:hover {
    background-color: #ffffff;
  }

  .cta_box a {
    font-size: 17px;
  }
}

@media only screen and (max-width: 690px) {
  .cta_area {
    padding: 30px 0 30px;
    margin-top: 40px;
  }

  .cta_area::before {
    border-width: 14px 40px 0 40px;
    left: calc(50% - 40px);
  }

  .cta_area_in {
    width: calc(100% - 10%);
  }

  .cta_area_in .lead {
    font-size: 14px;
    line-height: 1.4;
  }

  .cta_block .cta_box {
    float: none;
    width: 100%;
    margin: 10px 0;
  }

  .cta_tel {
    padding: 4px;
  }

  .telnum {
    font-size: 30px;
  }

  .txt_en {
    font-size: 14px;
  }

  .cta_box a {
    font-size: 16px;
    padding: 10px 4px;
  }

  .cta_box a .icon {
    background-size: 20px auto;
    padding-left: 30px;
  }
}

/*-----------------------------------------------------------------*/
/* footer */
/*-----------------------------------------------------------------*/
footer {
  background-color: #064C6F;
  line-height: 1.4;
}

#f_top_area {
  padding: 60px 0 40px;
  color: #CAD8DD;
}

.f_top_nav {
  float: left;
  width: calc(100% - 220px - 20px);
}

.f_top_info {
  float: right;
  width: 220px;
  text-align: center;
  font-size: 11px;
}

.fnav {
  float: left;
  width: 27%;
}

.fnav li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 16px;
}

.fnav li a {
  color: #CAD8DD;
}

.fnav li ul {
  margin-top: 8px;
  margin-bottom: 24px;
}

.fnav li li {
  font-size: 14px;
  margin-bottom: 5px;
}

.fnav li li a {
  background: none;
  padding-left: 13px;
  position: relative;
  font-size: 14px;
  display: inline-block;
}

.fnav li li a::before {
  position: absolute;
  top: 7px;
  left: 2px;
  display: block;
  content: '';
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fnav_s {
  width: 19%;
}

#f_bottom_area {
  background-color: #AAAAAA;
  padding: 16px 0 28px;
  line-height: 1;
}

.f_bottom_nav {
  float: left;
  font-size: 0;
}

.f_bottom_nav a {
  font-size: 13px;
}

.f_bottom_nav a+a {
  border-left: 1px solid #555555;
  margin-left: 10px;
  padding-left: 10px;
}

.copyright {
  display: block;
  float: right;
  font-size: 12px;
}

@media only screen and (max-width: 979px) {
  .fnav {
    width: 50%;
  }

  .fnav_s {
    width: 50%;
  }
}

@media only screen and (max-width: 690px) {
  #f_top_area {
    padding: 0 0 15px;
    width: 100%;
  }

  .f_top_nav {
    float: none;
    width: 100%;
  }

  .f_top_info {
    float: none;
    margin: 24px auto 0;
  }

  .fnav {
    float: none;
    width: 100%;
  }

  .fnav li ul {
    display: none;
  }

  .fnav li {
    margin: 0 auto;
  }

  .fnav li a {
    display: block;
    padding: 14px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .fnav_s {
    width: 100%;
  }

  #f_bottom_area {
    padding: 16px 0;
  }

  .f_bottom_nav {
    float: none;
    text-align: center;
    margin-bottom: 16px;
  }

  .copyright {
    text-align: center;
    float: none;
  }
}

/*-----------------------------------------------------------------*/
/* pagetop */
/*-----------------------------------------------------------------*/
#topcontrol {
  z-index: 150;
  margin-bottom: 0;
}

a.pagetop {
  width: 63px;
  height: 63px;
  background: url("../image/common/pagetop.gif") no-repeat 0 0;
  background-size: 63px 63px;
  display: block;
  z-index: 50;
}

@media only screen and (max-width: 979px) {
  #topcontrol {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 690px) {
  #topcontrol {
    margin-bottom: 20px;
  }

  a.pagetop {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}

/*-----------------------------------------------------------------*/
/* rss お知らせ */
/*-----------------------------------------------------------------*/
.rss_box dl {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}

.rss_box dl:after {
  content: "";
  display: table;
  clear: both;
}

.rss_date {
  float: left;
  width: 12%;
  font-size: .9em;
}

.rss_title {
  float: right;
  width: 88%;
  padding-left: 20px;
}

.rss_title a {
  color: #000000;
  text-decoration: underline;
}

.rss_contents {
  clear: both;
  padding: 5px 0 0 calc(12% + 20px);
  font-size: .9em;
}

.rss_new {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 1px 12px;
  font-size: 10px;
  margin-right: 10px;
}

@media only screen and (max-width: 979px) {
  .rss_date {
    width: 14%;
  }

  .rss_title {
    width: 86%;
  }

  .rss_contents {
    padding-left: calc(14% + 15px);
  }
}

@media only screen and (max-width: 690px) {

  .rss_date,
  .rss_title {
    width: 100%;
    float: none;
  }

  .rss_date {
    font-size: .85em;
  }

  .rss_title {
    padding: 3px 0;
  }

  .rss_contents {
    padding: 5px 0 0 0;
  }
}

/*-----------------------------------------------------------------*/
/* ぱんくず locator */
/*-----------------------------------------------------------------*/
#locator {
  background-color: #f5f5f5;
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 40px;
  padding: 3px 0;
  text-align: right;
  color: #ffffff;
}

#locator a {
  color: #ffffff;
}

#locator02 {
  font-size: 10px;
  line-height: 1.6;
  padding: 5px 0 45px;
  text-align: right;
}

@media only screen and (max-width: 979px) {

  #locator01,
  #locator02 {
    padding: 5px 0 15px;
  }
}


/*add 202006*/
.en_title02 h2 {
  font-weight: bold;
  color: #fff;
}

.en_title02 p {
  color: #fff;
}

.en_box3 h4 {
  line-break: anywhere;
  font-size: 17px;
}

@media(min-width: 768px) {
  .matchH2.c_border {
    height: 116px;
  }
}
