/*--------------------------------------------------------------
  Module
--------------------------------------------------------------*/
.module {
  padding: 80px 0;
}

.module a {
  color: #666666;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.module p {
  color: #666666;
  overflow-wrap: anywhere;
}
.module ul {
  color: #666666;
  font-size: 18px;
  padding-left: 25px;
}

.module ul li {
  padding: 5px 0;
}

.module .heading {
  margin-bottom: 40px;
}

.module h3 {
  font-size: 30px;
  border-left: 2px solid #004096;
  color: #004096;
  margin-bottom: 0;
  white-space: normal;
}

.module h4 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .96px;
  line-height: 36px;
  margin-bottom: 30px;
}

.module .tab_txt {
  margin: 50px 0 100px 0;
}

.module .module_cnt2 {
  padding-top: 100px;
}

.module .module_cnt2 .half_wrap {
  padding: 30px 0;
}

.module .module_cnt2 .left {
  margin-right: 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.module .module_cnt2 .right {
  margin-left: 40px;
  width: 50%;
}

.module .module_cnt2 .left .wrap_head {
  font-size: 20px;
  margin-bottom: 20px;
}

.module .module_cnt2 .bg_img {
  position: relative;
  z-index: 0;
  cursor: pointer;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
}

.module .module_cnt2 .bg_img.mdImg_1 {
  background: url(http://placehold.jp/665x280.png) center center / 100% no-repeat;
  background-size: contain;
}

.module .module_cnt2 .bg_img.mdImg_2 {
  background: url(http://placehold.jp/cc9999/665x280.png) center center / 100% no-repeat;
  background-size: contain;
}

.module .module_cnt2 .bg_img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0,0,0,0.5);
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.module .module_cnt2 .bg_img:hover:after {
  opacity: .7;
}

.module .module_cnt2 .hover_txt {
  z-index: 1;
  width: 100%;
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  padding: 40px;
}

.module .module_cnt2 .hover_txt p {
  color: #fff;
}

.module .module_cnt2 .bg_img:hover .hover_txt {
  opacity: 1;
}

.module .module_cnt2 .hover_txt p {
  display: inline-block;
  overflow: hidden;
  transform: translate(200px);
  transition: 1.5s;
  font-size: 22px;
}

.module .module_cnt2 .bg_img:hover .hover_txt p {
  transform: translate(100px);
  transition: 1.5s;
}

.module .module_cnt3 {
  padding: 50px 0;
}

.module .module_cnt3 .wrap {
  display: flex;
  margin: 50px 0;
}

.module .module_cnt3 .contents {
  background: #fff;
  width: 60%;
  min-height: 600px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 14%;
}

.module .module_cnt3 .contents .cnt_txt {
  max-width: 450px;
  width: 100%;
}

.module .module_cnt3 .contents .cnt_txt .link_res {
  margin-bottom: 20px;
}

.module .module_cnt3 .contents .txt_head {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1.4px;
}

.module .module_cnt3 .contents a:hover.txt_head {
  text-decoration: underline;
}

.module .module_cnt3 .img_wrap {
  position: relative;
  width: 50%;
}

.module .module_cnt3 .img_wrap img {
  position: absolute;
  top: 16%;
  left: -10%;
  max-width: 510px;
  width: 100%;
}

.module .module_cnt4 .bigTxt {
  padding-top: 80px;
  margin: 0 auto;
}

.module .module_cnt4 .bigTxt .head {
  font-size: 28px;
  font-family: serif;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  padding: 30px 0;
  margin: auto;
  text-align: center;
}

.module .module_cnt4 .mes_txt {
  padding-top: 60px;
}

.module .module_cnt4 .mes_txt p {
  margin-bottom: 30px;
}

.module .module_cnt4 .mes_txt p:last-of-type {
  margin-bottom: 0;
}

.module .module_cnt4 .mes_txt .img_wrap {
  margin-bottom: 40px;
}

.module .module_cnt5 .head {
  font-size: 22px;
  letter-spacing: .96px;
  margin-bottom: 30px;
}

.module .module_cnt5 .related_cnt {
  position: relative;
  max-width: 250px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.module .module_cnt5 .related_cnt img {
  width: 100%;
}

.module .module_cnt5 .related_cnt .hover_txt {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.module .module_cnt5 .related_cnt:hover .hover_txt {
  opacity: 1;
}

.module .module_cnt5 .related_cnt .hover_txt p {
  font-size: 20px;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
}

.module .module_cnt6 {
  padding: 50px 0;
}

.module .module_cnt7 {
  padding: 60px 0;
}

.module .module_cnt7 .wrap_head {
  font-size: 20px;
  margin-bottom: 20px;
}

.module .module_cnt7 p {
  margin-bottom: 0;
}


/* Customize */
.customize .module_cnt1 {
  margin-top: 100px;
}


/***  ボタンメニュー  ***/
/* OnlineStore */
.online_form{
	background: #064795;
	color: white;
}
.online_form:hover{
	background: #efefef;
	color: #064795;
}

.b_module {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  border: 1px solid #2b2b2b;
  padding: 0;
  max-width: 300px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.b_module svg {
  width: 18px;
  height: 18px;
  transition: .3s;
}

.b_module:hover {
  background: #214981;
  color: #fff;
  border: 1px solid #214981;
  transition: .3s;
}

.b_module:hover svg {
  stroke: #fff;
  transform: translate(10px);
  transition: .3s;
}

.module iframe {
  max-width: 640px;
  width: 100%;
}

@media (max-width: 991px) {
  .module .module_cnt3 .contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width : 768px) {
  .module .module_cnt2 .left, .module .module_cnt2 .right {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .module .module_cnt2 .left {
    margin-top: 60px;
  }
  .module .module_cnt2 .right {
    margin-top: 20px;
  }
  .module .module_cnt2 .bg_img {
    height: 300px;
  }
  .module .module_cnt2 .hover_txt {
    padding: 20px;
  }
}

@media(max-width : 767px) {
  .module .module_cnt3 .wrap {
    display: block;
  }
  .module .module_cnt3 .contents {
    width: 90%;
    min-height: initial;
    display: block;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .module .module_cnt3 .cnt_txt {
    max-width: initial;
    margin-top: 30px;
  }
  .module .module_cnt3 .contents img {
    max-width: 450px;
    width: 100%;
  }
  .module .module_cnt3 .img_wrap {
  display: none;
  }
  .module .module_cnt7 .wrap_head {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

@media(max-width : 575px) {
  .module {
    padding: 60px 0;
  }
  .module h3 {
    font-size: 22px;
  }
  .module .heading {
    margin-bottom: 20px;
  }
  .module ul, .module a {
    font-size: 16px;
  }
  .module h4 {
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .module .tab_txt {
    margin: 20px 0 40px 0;
  }
  .module .module_cnt2 .bg_img {
    height: 230px;
  }
  .module .module_cnt4 .bigTxt .head {
    font-size: 21px;
    padding: 20px 0;
  }
  .module .module_cnt4 .bigTxt {
    padding-top: 30px;
  }
  .module .module_cnt4 .mes_txt {
    padding-top: 30px;
  }
  .module .module_cnt4 .mes_txt p {
    margin-bottom: 20px;
  }
  .module .module_cnt5 .related_cnt .hover_txt p {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .customize .module_cnt1 {
    margin-top: 60px;
  }
  .module .customize .module_cnt2 {
    padding-top: 40px;
  }
  .module .customize .module_cnt2 .left {
    margin-top: 0;
  }
}