@charset "utf-8";

body {
  font-size: 1em;
}
a:hover {
  text-decoration: underline;
}
/* input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
  padding: 5px 5px 5px 1em;
  font-size: 1em;
} */
.sp {
  display: none;
}


/* 基本レイアウト---------------- */
#wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
#container {
  width: 100%;
}
.main {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex_st {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: center;
}


/* ヘッダー---------------- */
#head {
  width: 100%;
  background: #fff;
}
#head1 {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-self: center;
  width: 100%;
  height: 138px;
  text-align: center;
}
.head1_1 {
  width: 50%;
}
.head1_2 {
  width: 50%;
  padding-top: 30px;
  text-align: center;
  color: #fff;
  background: #185EAD;
}
.head1_2 a {
  color: #fff;
}
.head_logo {
  width: 90%;
  max-width: 405px;
  margin: 36px auto 0;
  text-align: left;
}
.head_logo img {
  max-width: 100%;
  height: auto;
}
.head_copy {
  font-size: 12px;
  letter-spacing: .05em;
}
.head_menu {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  text-align: left;
  font-size: 12px;
}
.head_fontsize {
  width: 50%;
  margin-right: 5%;
  margin-bottom: 20px;
}
.head_fontsize_t {
  display: inline;
  margin-right: 1em;
}
.head_fontsize_btn {
  display: inline-block;
}
.head_fontsize_btn li {
  display: inline-block;
  padding: 3px 4px;
  color: #fff;
  background: #215EA4;
  border: 1px solid #fff;
  cursor: pointer;
}
.head_fontsize_btn li.current {
  color: #215EA4;
  background: #fff;
}
.head_access {
  width: 20%;
  margin-right: 5%;
  text-align: right;
}
.icon_inline1 {
  margin-right: 10px;
}
.head_lang {
  width: 20%;
  text-align: right;
}
.head_lang a {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #fff;
  border-radius: 15px;
  text-decoration: none;
  transition: .3s;
}
.head_lang a:hover {
  color: #215EA4;
  background: #fff;transition: .3s;
}
.head_search {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  text-align: right;
}
.head_search input[type="text"] {
  padding: 5px 5px 5px 1em;
  font-size: 1em;
}
.search_container {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
}
.search_container:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.search_container input[type="text"] {
  width: 100%;
  height: 36px;
  border: none;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="image"] {
  cursor: pointer;
  border: none;
  background: none;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 10px;
  right: 12px;
  outline : none;
}
input::placeholder, textarea::placeholder {
  font-size: 1em;
}
#head2 {
  width: 100%;
  padding-top: 25px;
}
#head_navi {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
.gnavi {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 96px;
}
.gnavi_top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 80px;
}
.gnavi > li, .gnavi_top > li {
  text-align: center;
  font-size: 16px;
}
.gnavi > li > a {
  position: relative;
  display: block;
  height: 96px;
  padding-top: 10px;
  text-decoration: none;
  color: #215EA4;
  transition: .3s;
}
.gnavi_top > li > a {
  position: relative;
  display: block;
  height: 80px;
  padding-top: 10px;
  text-decoration: none;
  color: #215EA4;
  transition: .3s;
}
.gnavi > li > a:before, .gnavi_top > li > a:before {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  content: "";
  width: 1px;
  height: 54px;
  background: #D8E3EF;
}
.gnavi > li:last-child > a:before, .gnavi_top > li:last-child > a:before {
  display: none;
}
.gnavi > li > a:after, .gnavi_top > li > a:after {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  content: "";
  width: 8px;
  height: 4px;
  background: url("../img/common/icon_nav1.png") no-repeat;
  background-size: 100%;
}
.gnavi > li > a:hover, .gnavi_top > li > a:hover {
  color: #fff;
  background: #053F80;
  transition: .3s;
}
.gnavi > li > a:hover:after, .gnavi_top > li > a:hover:after {
  background: url("../img/common/icon_nav2.png") no-repeat;
  background-size: 100%;
}
.gnavi > li:nth-child(1), .gnavi_top > li:nth-child(1) {
  width: 15.5%;
}
.gnavi > li:nth-child(2), .gnavi_top > li:nth-child(2) {
  width: 16.1%;
}
.gnavi > li:nth-child(3), .gnavi_top > li:nth-child(3) {
  width: 18.8%;
}
.gnavi > li:nth-child(4), .gnavi_top > li:nth-child(4) {
  width: 13.6%;
}
.gnavi > li:nth-child(5), .gnavi_top > li:nth-child(5) {
  width: 18.4%;
}
.gnavi > li:nth-child(6), .gnavi_top > li:nth-child(6) {
  width: 17.5%;
}
/* .gnavi > li.current > a {
  background: #EEF3F7;
  border-bottom: 5px solid #185EAD;
}
.gnavi > li.current > a:hover {
  color: #fff;
  background: #053F80;
} */
.gnavi_t1 {
  margin-bottom: 4px;
  font-size: 9px;
}
.gnavi_t2 {
  font-size: 16px;
}
.mega_menu_box {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  font-size: 1em;
  z-index: 10;
}
.mega_menu_box a {
  color: #fff;
}
.gnavi .mega_menu .mega_menu_box {
  position: absolute;
  top: 259px;
  left: 0;
  width: 100%;
  color: #fff;
  background: #053F80;
  padding: 70px 1%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.gnavi_top .mega_menu .mega_menu_box {
  position: absolute;
  top: 243px;
  left: 0;
  width: 100%;
  color: #fff;
  background: #053F80;
  padding: 70px 1%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.mega_menu:hover .mega_menu_box {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.mega_menu_box_cont {
  width: 98%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.mega_menu_box_tit {
  width: 30%;
}
.mega_menu_box_tit h2 {
  margin-bottom: 20px;
  font-size: 2.25em;
  color: #5C82AC;
}
.mega_menu_box_t1 {
  position: relative;
  padding-left: 70px;
  font-size: 1em;
}
.mega_menu_box_t1:before {
  position: absolute;
  top: 8px;
  left: 2px;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background: #5C82AC;
}
.mega_menu_box_menu {
  width: 70%;
}
.mega_menu_box_menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: center;
}
.mega_menu_box_menu ul li {
  width: 24.7%;
  margin-right: .4%;
  margin-bottom: 3px;
}
.mega_menu_box_menu ul li:nth-child(4n) {
  margin-right: 0;
}
.mega_menu_box_menu ul li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 15px 25px 15px 15px;
  text-align: left;
  text-decoration: none;
  font-size: .875em;
  background: #2A5C92;
  transition: .3s;
}
.mega_menu_box_menu ul li a:after {
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
  display: block;
  content: "";
  width: 9px;
  height: 7px;
  background: url("../img/common/icon_arrow4.png") no-repeat;
  background-size: 100%;
}
.mega_menu_box_menu ul li a:hover {
  opacity: .7;
  transition: .3s;
}

.sp_navi_btn, #sp_navi, #sp_menu {
  display: none;
}


/* フッター----------------- */
#foot {
  padding: 60px 0 80px;
  color: #fff;
  background: #185EAD;
}
#foot a {
  color: #fff;
}
.foot1 {
  margin-bottom: 70px;
}
.foot_col1_pc {
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.foot_col1_sp {
  display: none;
}
.foot_col1_1, .foot_col1_2, .foot_col1_3, .foot_col1_4, .foot_col1_5 {
  width: calc(100% / 6);
  padding: 0 20px;
  border-right: 1px dotted #5E8EC5;
}
.foot_col1_6 {
  width: calc(100% / 6);
  padding: 0 20px;
}
.foot_t1 {
  margin-bottom: 20px;
  font-size: 1.14em;
  text-align: center;
}
.foot_ul1 li {
  margin-bottom: 6px;
  line-height: 1.3;
}
.foot_ul1 li:last-child {
  margin-bottom: 0;
}
.foot_ul1 li a {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  font-size: .8125em;
}
.foot_ul1 li a:before {
  position: absolute;
  top: 4px;
  left: 3px;
  display: block;
  content: "";
  width: 9px;
  height: 7px;
  background: url("../img/common/icon_arrow5.png") no-repeat;
  background-size: 100%;
}
.foot2 {
  padding: 40px 50px 60px;
  border-top: 1px solid #467EBD;
}
.foot_col2 {
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.foot_col2_1 {
  width: 14.8%;
  margin-right: 1.8%;
}
.foot_col2_2 {
  width: 41.7%;
  text-align: left;
}
.foot_col2_3 {
  width: 41.7%;
  text-align: right;
}
.foot_logo img {
  max-width: 100%;
  height: auto;
}
.foot_t2 {
  line-height: 1.8;
}
.foot_ul2 li {
  display: inline-block;
  margin-left: 25px;
}
.foot_ul2 li a {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  font-size: .8125em;
}
.foot_ul2 li a:before {
  position: absolute;
  top: 4px;
  left: 3px;
  display: block;
  content: "";
  width: 9px;
  height: 7px;
  background: url("../img/common/icon_arrow5.png") no-repeat;
  background-size: 100%;
}
.foot3 {
  text-align: center;
}
#copyright {
  margin-bottom: 30px;
}
#copyright small {
  font-size: .625em;
}


/* トップ---------------- */
#top_seminar {
  position: relative;
  margin: 52px 50px;
}
#top_seminar:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 598px;
  background: url("../img/top_img1.jpg") no-repeat;
  background-size: cover;
  z-index: 1
}
#top_seminar:after {
  position: absolute;
  top: 598px;
  left: 0;
  display: block;
  content: "";
  width: 65.33%;
  min-height: 616px;
  background: #185EAD;
  z-index: 1
}
.top_seminar_in {
  position: relative;
  z-index: 2;
}
.top_seminar_in:before {
  position: absolute;
  top: 338px;
  right: 0;
  display: block;
  content: "";
  width: 50%;
  height: 260px;
  background: #fff;
}
.top_seminar_tit {
  min-height: 338px;
  padding-top: 110px;
}
.h2_1 {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
  font-size: 2.375em;
}
.h2_1:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #B0B0B0;
}
.h2_1_t {
  text-align: center;
  font-size: 1.125em;
  letter-spacing: .05em;
  color: #B0B0B0;
}
.top_seminar1 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  margin-bottom: 90px;
  padding: 55px 0 47px 55px;
  background: #fff;
}
.top_seminar1_col1 {
  width: 45%;
  margin-right: 4.6%;
}
.top_seminar1_col2 {
  width: 50.4%;
}
.h3_1 {
  margin-bottom: 20px;
  font-size: 1.625em;
  color: #185EAD;
}
.top_seminar1_col1 p {
  margin-bottom: 40px;
  font-size: 1.14em;
}
.btn1 a {
  position: relative;
  display: block;
  width: 280px;
  padding: 20px 0 20px 25px;
  color: #fff;
  background: #185EAD;
  text-align: left;
  transition: .3s;
}
.btn1 a:after {
  position: absolute;
  display: block;
  content: "";
  width: 11px;
  height: 7px;
  background: url("../img/common/icon_arrow1.png") no-repeat;
  background-size: 100%;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
.btn1 a:hover {
  opacity: .8;
  transition: .3s;
}
.btn1 a:hover:after {
  right: 14px;
  transition: .3s;
}
.ul2 li a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 20px 40px 15px 50px;
  background: #F4F4F4;
  color: #111;
}
.ul2 li a:after {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/common/icon_arrow2.png") no-repeat;
  background-size: 100%;
}
.date3 {
  margin-bottom: 5px;
}
.top_seminar2 {
  position: relative;
  margin-bottom: 154px;
}
.top_seminar2:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 65.33%;
  height: 130%;
  background: #185EAD;
  z-index: -1
}
.top_seminar2_cont {
  width: 46%;
  color: #fff;
  background: #185EAD;
}
.h3_2 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 100px;
  font-size: 2.375em;
}
.h3_2:after {
  position: absolute;
  top: 23px;
  left: 5px;
  display: block;
  content: "";
  width: 72px;
  height: 1px;
  background: #5286C1;
}
.h3_2_t {
  margin-bottom: 25px;
  font-size: 1.125em;
  letter-spacing: .05em;
  color: #5286C1;
}
.top_seminar2_cont p {
  margin-bottom: 25px;
  font-size: 1.14em;
}
.btn2 a {
  position: relative;
  display: block;
  width: 280px;
  height: 58px;
  padding: 18px 0 0 25px;
  text-decoration: none;
  text-align: left;
  color: #215EA4;
  background: #fff;
  transition: .3s;
}
.btn2 a:after {
  position: absolute;
  top: 26px;
  right: 24px;
  display: block;
  content: "";
  width: 11px;
  height: 7px;
  font-size: .9375em;
  background: url("../img/common/icon_arrow3.png") no-repeat;
  background-size: 100%;
  transition: .3s;
}
.btn2 a:hover {
  opacity: .8;
  transition: .3s;
}
.btn2 a:hover:after {
  right: 14px;
  transition: .3s;
}
.top_seminar2_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.top_seminar2_img img {
  max-width: 100%;
  height: auto;
}
.top_seminar3 {
  position: relative;
  margin-bottom: 126px;
  text-align: left;
}
.top_seminar3_cont {
  margin-left: 39.33%;
  padding: 90px 5% 57px 15%;
  color: #fff;
  background: #185EAD;
}
.top_seminar3_cont p {
  margin-bottom: 25px;
  font-size: 1.14em;
}
.top_seminar3_img {
  position: absolute;
  top: 90px;
  left: 0;
  width: 50%;
}
.top_seminar3_img img {
  max-width: 100%;
  height: auto;
}

#top_east-asia {
  position: relative;
  margin: 0 50px 100px;
  padding-top: 90px;
}
#top_east-asia:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 509px;
  background: url("../img/top_img4.jpg") no-repeat;
  background-size: cover;
  z-index: 1;
}
.main1 {
  width: 98%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
}
#top_east-asia .main1 {
  position: relative;
  z-index: 2;
}
.top_east-asia_tit {
  color: #fff;
}
.h2_2 {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
  font-size: 2.375em;
}
.h2_2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #fff;
}
.h2_2_t {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: .05em;
  color: #fff;
}
.txt_box1 {
  width: 90%;
  max-width: 570px;
  margin: 0 auto 68px;
  color: #fff;
}
.txt_box1 p {
  margin-bottom: 30px;
  font-size: 1.14em;
}
.btn3 a {
  position: relative;
  display: block;
  width: 280px;
  height: 58px;
  margin: 0 auto;
  padding: 18px 0 0 25px;
  text-decoration: none;
  text-align: left;
  color: #fff;
  background: #185EAD;
  transition: .3s;
}
.btn3 a:after {
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  content: "";
  width: 12px;
  height: 10px;
  font-size: .9375em;
  background: url("../img/common/icon_link1.png") no-repeat;
  background-size: 100%;
  transition: .3s;
}
.btn3 a:hover {
  opacity: .8;
  transition: .3s;
}
.btn3 a:hover:after {
  right: 14px;
  transition: .3s;
}
.box1 {
  padding: 60px 50px;
  background: #fff;
}
.col1 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.col1_1 {
  position: relative;
  width: 48%;
  margin-right: 4%;
}
.col1_2 {
  position: relative;
  width: 48%;
}
.h3_3 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 100px;
  font-size: 2.375em;
}
.h3_3:after {
  position: absolute;
  top: 23px;
  left: 5px;
  display: block;
  content: "";
  width: 72px;
  height: 1px;
  background: #ccc;
}
.h3_3_t {
  margin-bottom: 25px;
  font-size: 1.125em;
  letter-spacing: .05em;
  color: #ccc;
}
.col1 p {
  margin-bottom: 20px;
  font-size: 1.14em;
}
.col1_img img {
  max-width: 100%;
  height: auto;
}
.col1_1 .btn1 a, .col1_2 .btn1 a {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#top_repository {
  padding: 60px 0 56px;
  color: #fff;
  background: url("../img/top_bg2.jpg") no-repeat;
  background-size: cover;
}
.top_repository1 p {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.14em;
}

#top_staff {
  padding: 80px 0 90px;
}
.top_staff_tit {
  margin-bottom: 30px;
}
.top_staff1 p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.14em;
}
.top_staff_slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#staff_slider {
  position: relative;
  left: -2%;
  width: 104%;
  margin-bottom: 80px;
}
#staff_slider li.slick-slide {
  margin: 0 16px;
}
#staff_slider li a {
  display: block;
  text-decoration: none;
  transition: .3s;
}
#staff_slider li a:hover {
  opacity: .8;
  transition: .3s;
}
#staff_slider li:nth-child(odd) {
  padding-top: 43px;
}
.slider_box_img {
  max-height: 364px;
  margin-bottom: 10px;
}
.slider_box_img img {
  max-width: 100%;
  height: auto;
}
.slider_box_txt {
  text-align: center;
  font-size: 1.125em;
}
.slider_box_cat {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 5px;
  font-size: .875em;
  color: #185EAD;
  background: #E8F0F7;
}
#staff_slider .slick-prev {
  width: 21px;
  height: 38px;
  top: 114%;
  left: calc(50% - 350px);
  background: url("../img/common/slide_prev.png") no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
#staff_slider .slick-next {
  width: 21px;
  height: 38px;
  top: 114%;
  right: calc(50% - 350px);
  background: url("../img/common/slide_next.png") no-repeat;
  background-size: 100%;
  transition: 0.3s;
}
.slick-prev:before, .slick-next:before {
  content: "";
}
button.slick-prev, button.slick-next {
  z-index: 10;
}
.slick-prev:hover {
  background: url("../img/common/slide_prev.png") no-repeat;
  opacity: 0.6;
  transition: 0.3s;
}
.slick-next:hover {
  background: url("../img/common/slide_next.png") no-repeat;
  opacity: 0.6;
  transition: 0.3s;
}
.slick-prev:focus {
  background: url("../img/common/slide_prev.png") no-repeat;
}
.slick-next:focus {
  background: url("../img/common/slide_next.png") no-repeat;
}
.slick-arrow {
	z-index: 10;
}
.top_staff_slide .btn1 a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#top_movie {
  padding: 70px 0 75px;
  color: #fff;
  background: #133863;
}
.top_movie_tit {
  margin-bottom: 30px;
}
.h2_3 {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
  font-size: 2.375em;
}
.h2_3:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #fff;
}
.h2_3_t {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: .05em;
  color: #fff;
}
.ul3 {
  display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
  margin-bottom: 15px;
}
.ul3 li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 30px;
}
.ul3 li:nth-child(3n) {
  margin-right: 0;
}
.ul3 li a {
  display: block;
  text-decoration: none;
  color: #fff;
  transition: .3s;
}
.ul3 li a:hover {
  opacity: .8;
  transition: .3s;
}
.ul3_img img {
  width: 100%;
  height: auto;
}
.ul3_cap {
  margin-bottom: 10px;
  padding: 7px;
  text-align: center;
  color: #111;
  background: #fff;
}
#top_movie .btn2 a {
  margin: 0 auto;
}

#contact_box {
  margin: 55px 50px 58px;
}
.contact_box_cont {
  padding: 60px 50px 52px;
  border: 1px solid #C9DAEC;
}
.contact_box_tit {
  margin-bottom: 30px;
}
.h2_4 {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
  font-size: 2.375em;
  color: #185EAD;
}
.h2_4:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #C5D6EA;
}
.h2_4_t {
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: .05em;
  color: #8BAED6;
}
.contact_box_cont p {
  margin-bottom: 30px;
  font-size: 1.14em;
}
.contact_box_cont .btn1 a {
  margin: 0 auto;
}


/* 汎用スタイル---------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.img100 img {
  width: 100%;
  height: auto;
}
.img_res img {
  max-width: 100%;
  height: auto;
}
.bold {
  font-weight: 600;
}