@charset "UTF-8";
/*/////////// base ////////////*/
@font-face {
  font-family: 'Bebas';
  src: url("BebasNeue-Regular.ttf") format("truetype");
}

.bebas {
  font-family: 'Bebas', sans-serif;
}

.anim-fade-x {
  webkit-transform: translateX(60px);
  transform: translateX(60px);
  opacity: 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity 0.8s ease-out 1.6s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s, opacity 0.8s ease-out 1.6s;
}

.anim-fade-x-active {
  webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.anim-fade-y {
  webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 0.8s ease-out 1s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity 0.8s ease-out 1s;
}

.anim-fade-y-active {
  webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.anim-fade-active {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.8s ease-out 0.1s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s, opacity 0.8s ease-out 0.1s;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.anim-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.wipe-anim-x:before {
  content: "";
  width: 100%;
  background: #FFF;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.wipein {
  position: relative;
  color: transparent;
}

.wipein:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
}

.wipein.show:after {
  animation: wipebar 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

@keyframes wipebar {
  0% {
    left: 0;
    right: 100%;
  }
  50% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #FFF;
  background-color: #333;
  border: 1px solid #CCC;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #CCC;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC;
  font-weight: bold;
}

/*/////////// カートページ ////////////*/
#memberinfo .history-area {
  overflow: auto;
  height: auto;
}

.no_cart {
  border: 1px solid #56A5B1;
  box-sizing: border-box;
  color: #000 !important;
  padding: 40px !important;
}

#memberpages div.loginbox {
  margin-top: 50px;
  width: 80% !important;
  max-width: 400px;
  background-color: #F6F6F6;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #CCCCCC;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  box-sizing: border-box;
}

#memberpages div.loginbox label {
  font-size: 124%;
}

#memberpages div.loginbox input[type='text'], #memberpages div.loginbox input[type='password'] {
  box-sizing: border-box;
  padding: 8px;
  width: 100%;
}

#memberpages div.loginbox .member_login_button {
  width: 240px;
  color: #FFF;
  background: #56A5B1;
  text-align: center;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  font-size: 104%;
  display: block;
  margin: 0px auto;
  position: relative;
}

#memberpages div.loginbox .loginmail {
  margin-bottom: 10px;
}

#memberpages div.loginbox #nav {
  padding-left: 0px !important;
}

#memberpages div.loginbox #nav a {
  text-decoration: underline;
}

.error_message {
  text-align: center;
  color: #c80000;
  padding-top: 10px;
  font-size: 108%;
  line-height: 1.7;
  box-sizing: border-box;
}

.back_to_top_button {
  width: 240px;
  color: #FFF;
  background: #56A5B1;
  text-align: center;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  font-size: 104%;
  position: relative;
  display: block;
  margin: 0px auto;
}

.send {
  text-align: center;
  border-top: none !important;
}

.send [name=regmember], .send .next_btn, .send .to_deliveryinfo_button, .send .to_reganddeliveryinfo_button, .send #member_login,
.send .to_confirm_button, .send .checkout_button {
  width: 240px;
  color: #FFF;
  background: #56A5B1;
  text-align: center;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  font-size: 104%;
  position: relative;
  margin-bottom: 15px;
}

.send .back_to_customer_button, .send .back_cart_button, .send .back_to_delivery_button {
  border-radius: 4px;
  background: #CCC;
  color: #FFF;
  width: 120px;
  margin: 0px auto 15px;
  padding: 5px;
  font-size: 94%;
}

.send .back_to_delivery_button {
  width: 220px !important;
}

.cart_send {
  text-align: center;
}

.cart_send .next_btn, .cart_send .to_deliveryinfo_button, .cart_send .to_reganddeliveryinfo_button {
  width: 240px;
  color: #FFF;
  background: #56A5B1;
  text-align: center;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  font-size: 124%;
  position: relative;
}

.cart_send .back_cart_button {
  border-radius: 4px;
  background-color: #FFF;
  color: #000;
  width: 120px;
  margin: 0px auto;
  padding: 5px;
}

.tbl_confirm {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px 0px;
}

.tbl_confirm .ttl {
  background: #56A5B1;
}

.tbl_confirm th, .tbl_confirm td {
  padding: 15px 10px;
  border: 1px solid #CCC;
  color: #333;
  text-align: left;
  box-sizing: border-box;
}

.tbl_confirm th h3, .tbl_confirm td h3 {
  color: #FFF !important;
}

.tbl_confirm th {
  width: 25%;
  background: #F2F2F2;
}

.register_box {
  width: 100%;
  padding: 50px 0px;
  box-sizing: border-box;
  margin-top: 25px;
}

.register_box .lead {
  font-size: 110%;
  color: #333;
}

.register_box .register_top {
  padding-top: 100px;
}

.register_box .note {
  flex-direction: column;
}

.register_box .note li {
  padding-left: 12px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  color: #000;
}

.register_box .note li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.register_box table.tbl_register {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 20px 0px;
}

.register_box table.tbl_register th, .register_box table.tbl_register td {
  padding: 25px 10px;
  border: 1px solid #CCC;
  color: #333;
  text-align: left;
  box-sizing: border-box;
}

.register_box table.tbl_register th {
  width: 25%;
  background: #F2F2F2;
}

.register_box table.tbl_register th span {
  margin-left: 20px;
}

.register_box table.tbl_register th em {
  color: #FF0000;
}

.register_box table.tbl_register td input[type="text"] {
  padding: 3px;
  box-sizing: border-box;
  min-width: 250px;
}

.register_box table.tbl_register td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 3px;
}

.register_box table.tbl_register td textarea {
  width: 80%;
  height: 150px;
}

.register_box table.tbl_register td .search-zipcode {
  border-radius: 4px;
  background-color: #FFF;
  color: #FFF;
  width: 100px;
  margin-left: 10px;
  padding: 10px;
}

.send .continue_shopping_button {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}

.send .to_customerinfo_button {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #56A5B1;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}

.upbutton {
  padding-right: 0px !important;
  padding-bottom: 20px;
}

.upbutton input[type="submit"] {
  width: 240px;
  color: #FFF;
  background: #56A5B1;
  text-align: center;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  font-size: 124%;
  position: relative;
}

.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
}

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #333;
}

.progressbar li.active:before {
  background-color: #56A5B1;
  color: #000;
}

.progressbar li.active + li:after {
  background-color: #56A5B1;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #000;
  background: #FFF none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.bg__gra_blue {
  background: #0038b8;
  /* Old browsers */
  background: -moz-linear-gradient(right, #0038b8 0%, #18a0ff 100%);
  background: -webkit-linear-gradient(right, #0038b8 0%, #18a0ff 100%);
  background: linear-gradient(to right, #0038b8 0%, #18a0ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0038b8', endColorstr='#18a0ff',GradientType=0 );
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

.img_w100 {
  width: 100%;
}

.clearfix, .wrapper, .main_wrapper, .slide_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after, .slide_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  line-height: 1.6;
}

strong {
  font-weight: 700;
  font-size: 104%;
}

.gray__bg {
  padding: 80px 0 60px;
  background-color: #F6F7FB;
  margin: 60px 0px;
}

.pt_20 {
  padding-top: 20px;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_100 {
  margin-bottom: 100px;
}

sup {
  font-size: 54%;
}

.pc_none {
  display: none;
}

.center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.map {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}

.content_block {
  padding: 70px 0px 0px;
}

.sub__wrap {
  max-width: 760px;
  box-sizing: border-box;
  margin: 0px auto;
  width: 100%;
}

.point {
  background: #F5F5F5;
  font-weight: bold;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.6;
}

.point_l .sub_ttl {
  background: #56A5B1;
  padding: 20px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 174%;
  text-align: center;
}

.point_l .sub_ttl span {
  font-size: 144%;
  font-weight: bold;
}

.point_l .box {
  webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.point_l .box .inner {
  box-sizing: border-box;
  padding: 30px;
}

.point_l .box .inner p {
  font-size: 108%;
}

.common_btn {
  width: 340px;
  display: block;
  margin: 0 auto;
  color: #FFF;
  background: #56A5B1;
  text-align: center;
  padding: 20px 0px 20px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  font-size: 124%;
  position: relative;
}

.common_btn:before {
  content: "";
  position: absolute;
  top: 28px;
  left: -25px;
  height: 1px;
  background: #FFF;
  width: 50px;
  transition: .5s all;
}

.common_btn:hover:before {
  left: -20px;
}

.common_btn:hover {
  opacity: 0.7;
}

.common_btn_l {
  width: 480px;
  display: block;
  margin: 0 auto;
  color: #FFF;
  background: #56A5B1;
  text-align: center;
  padding: 20px 0px 20px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  font-size: 124%;
  position: relative;
}

.common_btn_l span {
  font-size: 74%;
  display: inline-block;
  margin-left: 5px;
}

.common_btn_l:before {
  content: "";
  position: absolute;
  top: 28px;
  left: -25px;
  height: 1px;
  background: #FFF;
  width: 50px;
  transition: .5s all;
}

.common_btn_l:hover:before {
  left: -20px;
}

.common_btn_l:hover {
  opacity: 0.7;
}

.radius {
  border-radius: 5px;
  display: inline-block;
  background: #56A5B1;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 8px;
  font-size: 90%;
  color: #FFF;
  padding: 4px 8px;
}

.side__nav .sub_ttl {
  border-bottom: 1px solid #F5F5F5;
  position: relative;
  font-size: 134%;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.side__nav ul li {
  display: block;
  margin-bottom: 30px;
  font-size: 114%;
}

.side__nav ul li a:hover {
  color: #56A5B1;
  text-decoration: underline;
}

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

.content .nav_area {
  width: 20%;
}

.content .main {
  width: 76%;
}

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

.img__ttl_list .w30 {
  width: 30%;
}

.img__ttl_list .w50 {
  width: 48%;
  margin-bottom: 30px;
}

.img__ttl_list .w30 {
  width: 32%;
}

.img__ttl_list li {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  transition: .5s all;
}

.img__ttl_list li:hover {
  opacity: 0.7;
}

.img__ttl_list li a {
  display: block;
}

.img__ttl_list li img {
  width: 100%;
}

.img__ttl_list li .copy {
  font-size: 114%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 10px;
  background: #FFF;
}

.img__ttl_list li .inner {
  position: relative;
  box-sizing: border-box;
  padding: 20px 10px;
  background: #FFF;
}

.itemlist_dl {
  margin-bottom: 15px;
}

.itemlist_dl dt {
  border-bottom: 1px solid #CCC;
  padding-bottom: 3px;
  margin-bottom: 5px;
  font-size: 114%;
  font-weight: 500;
}

.itemlist {
  margin-bottom: 15px;
}

.itemlist li {
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}

.itemlist li a {
  text-decoration: underline;
  color: #56A5B1;
}

.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist li:last-child {
  margin-bottom: 0px;
}

.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.checklist li {
  padding-left: 32px;
  margin-bottom: 15px;
  position: relative;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 154%;
  text-align: left;
}

.checklist li:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #56A5B1;
}

.checklist li:last-child {
  margin-bottom: 0px;
}

.contact__area {
  width: 100%;
  background: #56A5B1;
  padding: 40px;
  box-sizing: border-box;
  margin-bottom: 80px;
  margin-top: 50px;
}

.contact__area .sub_ttl {
  border-bottom: 1px solid #FFF;
  font-size: 164%;
  margin-bottom: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #FFF;
  text-align: center;
}

.contact__area ul {
  display: flex;
  justify-content: center;
}

.contact__area ul li {
  width: 30%;
}

.contact__area ul li:last-child a {
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  margin: 0px auto;
  border: 1px solid #FFF;
  text-align: center;
  padding: 20px;
  color: #FFF;
  width: 80%;
  max-width: 260px;
  transition: .5s all;
}

.contact__area ul li:last-child a:hover {
  background: #FFF;
  color: #000;
}

.contact__area ul li:first-child {
  margin-right: 50px;
  text-align: center;
  font-size: 184%;
  color: #FFF;
}

.contact__area ul li:first-child i {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.contact__area ul li:first-child span {
  font-size: 40%;
}

.contact__area ul li:first-child a {
  color: #FFF;
}

.top__merit {
  width: 100%;
  box-sizing: border-box;
  margin: 80px 0px;
  padding: 80px 0px;
  background: url("../img/pat.jpg") no-repeat 0px 0px;
  background-size: cover;
}

.top__merit iframe {
  margin: 40px auto 0px;
  width: 500px;
  height: 360px;
}

.top__merit .btn {
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  margin: 0px auto;
  border: 1px solid #FFF;
  text-align: center;
  padding: 20px;
  color: #FFF;
  width: 80%;
  max-width: 650px;
  transition: .5s all;
}

.top__merit .btn:hover {
  background: #FFF;
  color: #000;
}

.top__merit .sub_ttl {
  text-align: center;
  color: #FFF;
  font-size: 164%;
  margin-bottom: 50px;
  line-height: 1.7;
}

.top__merit p {
  color: #FFF;
  font-size: 104%;
}

.top__merit ul {
  display: flex;
  justify-content: center;
  padding: 40px 0px;
}

.top__merit ul li {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #FFF;
  margin-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 20px;
  line-height: 1.6;
  font-weight: bold;
}

.top__merit ul li:last-child {
  margin-right: 0px;
}

.cat__bg {
  background: #F7F7F7;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding: 50px 0px;
}

.cat__bg h2 {
  font-size: 174%;
}

.breadcrumb {
  background: #FFF;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding: 20px 0px;
}

.breadcrumb span {
  font-size: 94%;
}

.cat__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0px;
}

.cat__content .left {
  width: 24%;
}

.cat__content .left .sub_ttl {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  color: #FFF;
  background: #000;
  font-size: 114%;
}

.cat__content .left .box {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.cat__content .left .group ul li {
  display: block;
  width: 100%;
  background: #FFF;
  transition: .5s all;
}

.cat__content .left .group ul li:hover {
  background: #56A5B1;
}

.cat__content .left .group ul li a {
  display: block;
  padding: 10px 20px 12px 40px;
  box-sizing: border-box;
}

.cat__content .left .group .parent {
	width: 100%;
    box-sizing: border-box;
    padding: 16px 16px;
    background: #FFF;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #000;
    font-size: 118%;
}

.cat__content .left .group .parent:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  font-size: 156%;
  top: 10px;
  box-sizing: border-box;
}

.cat__content .right {
	width:73%;
}

.cat__content .right ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #000;
  box-sizing: border-box;
}

.cat__content .right ul li {
  box-sizing: border-box;
  width: calc(100% / 5);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 30px;
}

.cat__content .right ul li:nth-child(1), .cat__content .right ul li:nth-child(2), .cat__content .right ul li:nth-child(3),.cat__content .right ul li:nth-child(4),.cat__content .right ul li:nth-child(5) {
  border-top: 1px solid #000;
}

.cat__content .right ul li a {
  display: block;
}

.cat__content .right ul li .name {
  padding-top: 20px;
  font-size: 114%;
}

.cat__content .right ul li img {
  width: 100%;
}

.cat__content .right ul li .txt {
  padding-top: 20px;
  line-height: 1.6;
}

.search__result {
  padding: 40px 0px;
}

.search__result ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #000;
  box-sizing: border-box;
}

.search__result ul li {
  box-sizing: border-box;
  width: calc(100% / 4);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 30px;
}

.search__result ul li:nth-child(1), .search__result ul li:nth-child(2), .search__result ul li:nth-child(3), .search__result ul li:nth-child(4) {
  border-top: 1px solid #000;
}

.search__result ul li a {
  display: block;
}

.search__result ul li .name {
  padding-top: 20px;
  font-size: 114%;
}

.search__result ul li img {
  width: 100%;
}

.search__result ul li .txt {
  padding-top: 20px;
  line-height: 1.6;
}

.cat__main .light {
  background: url("../img/top-light.png") no-repeat 0px 0px;
  background-size: cover;
}

.cat__main .dark {
  background: url("../img/top-dark.png") no-repeat 0px 0px;
  background-size: cover;
}

.cat__main .earth {
  background: url("../img/top-earth.png") no-repeat 0px 0px;
  background-size: cover;
}

.cat__main .grey {
  background: url("../img/top-gray.png") no-repeat 0px 0px;
  background-size: cover;
}

.cat__main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cat__main ul li {
  width: 48%;
  margin-bottom: 40px;
  height: 450px;
  overflow: hidden;
  position: relative;
}

.cat__main ul li .outer {
  width: 100%;
  height: 450px;
  position: absolute;
  overflow: hidden;
  transition: all 0.5s ease-out;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
}

.cat__main ul li .outer a {
  display: block;
}

.cat__main ul li:hover .outer {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.cat__main ul li .sub_ttl {
  color: #FFF;
  z-index: 100;
  line-height: 1.7;
  font-size: 164%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.cat__main ul li .sub_ttl span {
  font-size: 124%;
}

.top__lineup_middle .btn {
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  margin: 0px auto;
  border: 1px solid #000;
  text-align: center;
  padding: 20px;
  width: 80%;
  max-width: 300px;
  transition: .5s all;
}

.top__lineup_middle .btn:hover {
  background: #000;
  color: #FFF;
}

.top__lineup_middle ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 10px;
  box-sizing: border-box;
}

.top__lineup_middle ul:before {
  content: "";
  display: block;
  width: 19%;
  height: 0;
  order: 1;
}

.top__lineup_middle ul:after {
  content: "";
  display: block;
  width: 19%;
  height: 0;
  order: 1;
}

.top__lineup_middle ul li {
  width: 19%;
  margin-bottom: 20px;
  transition: .5s all;
}

.top__lineup_middle ul li:hover {
  opacity: 0.7;
}

.top__lineup_middle ul li a {
  display: block;
}

.top__lineup_middle ul li p {
  text-align: center;
  padding-top: 10px;
}

.top__lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0px;
}

.top__lineup .box {
  width: 46%;
}

.top__lineup .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 10px;
  box-sizing: border-box;
}

.top__lineup .box ul:before {
  content: "";
  display: block;
  width: 22%;
  height: 0;
  order: 1;
}

.top__lineup .box ul:after {
  content: "";
  display: block;
  width: 22%;
  height: 0;
  order: 1;
}

.top__lineup .box ul li {
  width: 22%;
  margin-bottom: 20px;
  transition: .5s all;
}

.top__lineup .box ul li:hover {
  opacity: 0.7;
}

.top__lineup .box ul li a {
  display: block;
}

.top__lineup .box ul li p {
  text-align: center;
  padding-top: 10px;
}

.top__lineup .box ul li:last-child .inner {
  background: #56A5B1;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-size: 134%;
}

.top__lineup .box ul li:last-child .inner a {
  display: block;
}

.top__lineup .box .light {
  background: url("../img/top-light.png") no-repeat 0px 0px;
  background-size: cover;
}

.top__lineup .box .dark {
  background: url("../img/top-dark.png") no-repeat 0px 0px;
  background-size: cover;
}

.top__lineup .box .earth {
  background: url("../img/top-earth.png") no-repeat 0px 0px;
  background-size: cover;
}

.top__lineup .box .grey {
  background: url("../img/top-gray.png") no-repeat 0px 0px;
  background-size: cover;
}

.top__lineup .box .sub_ttl {
  width: 100%;
  height: 450px;
  position: relative;
}

.top__lineup .box .sub_ttl h4 {
  color: #FFF;
  line-height: 1.7;
  font-size: 164%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.top__lineup .box .sub_ttl h4 span {
  font-size: 124%;
}

.require .group {
  margin-bottom: 40px;
}

.require .group .box {
  background: #f9fbfe;
  box-sizing: border-box;
  padding: 40px;
  display: none;
}

.require .group .icon {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 45px;
  right: 20px;
}

.require .group .icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}

.require .group .icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.require .group .is-active span:nth-of-type(1) {
  display: none;
}

.require .group .is-active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.require .group .sub_ttl {
  background: #56A5B1;
  width: 100%;
  color: #FFF;
  cursor: pointer;
  padding: 30px 50px;
  position: relative;
  font-size: 148%;
  box-sizing: border-box;
}

.culture .content {
  width: 100%;
  margin-bottom: 80px;
}

.culture .content .sub_ttl {
  color: #56A5B1;
  font-size: 204%;
  margin-bottom: 35px;
}

.culture .content p {
  line-height: 1.8;
}

.culture .content .reverse {
  flex-direction: row-reverse;
}

.culture .content .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.culture .content .box .prof {
  background: #f9f9f9;
}

.culture .content .box .prof .outer {
  padding: 20px;
  box-sizing: border-box;
}

.culture .content .box .prof .outer .year {
  color: #8b8b8b;
  font-size: 84%;
  display: inline-block;
}

.culture .content .box .prof .outer .name {
  font-size: 124%;
  margin-top: 5px;
  font-weight: bold;
}

.culture .content .box .prof .outer .name span {
  font-size: 50%;
  display: block;
  margin-left: 0px;
}

.culture .content .box .left {
  width: 20%;
}

.culture .content .box .right {
  width: 76%;
}

.culture .pager ul {
  justify-content: center;
  display: flex;
  margin-bottom: 50px;
}

.culture .pager ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #56A5B1;
  box-sizing: border-box;
  margin-right: 25px;
  transition: .5s all;
}

.culture .pager ul li:hover {
  opacity: 0.6;
}

.culture .pager ul li a {
  display: block;
  color: #FFF;
  font-size: 134%;
}

.culture .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.culture .list ul:before {
  content: "";
  display: block;
  width: 19%;
  height: 0;
  order: 1;
}

.culture .list ul:after {
  content: "";
  display: block;
  width: 19%;
  height: 0;
  order: 1;
}

.culture .list ul li {
  width: 19%;
  margin-bottom: 35px;
  background: #f9f9f9;
}

.culture .list ul li .outer {
  padding: 20px;
  box-sizing: border-box;
}

.culture .list ul li .outer .year {
  color: #8b8b8b;
  font-size: 84%;
  display: inline-block;
}

.culture .list ul li .outer .name {
  font-size: 124%;
  margin-top: 5px;
  font-weight: bold;
}

.culture .list ul li .outer .name span {
  font-size: 50%;
  display: block;
  margin-left: 0px;
}

.crosstalk .content .reverse {
  flex-direction: row-reverse;
}

.crosstalk .content .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.crosstalk .content .columns .box {
  width: 48.5%;
  margin-bottom: 25px;
}

.crosstalk .content ul li {
  display: block;
  margin-bottom: 20px;
}

.crosstalk .content ul li dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.crosstalk .content ul li dl dd {
  box-sizing: border-box;
  width: 85%;
  padding-top: 20px;
  padding-left: 15px;
}

.crosstalk .content ul li dl dd p {
  line-height: 1.7;
}

.crosstalk .content ul li dl dt {
  width: 80px;
}

.crosstalk .content ul li dl dt img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.crosstalk .content ul li dl dt .name {
  text-align: center;
  font-weight: bold;
  font-size: 104%;
  padding-top: 10px;
}

.crosstalk .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.crosstalk .list ul:before {
  content: "";
  display: block;
  width: 22%;
  height: 0;
  order: 1;
}

.crosstalk .list ul:after {
  content: "";
  display: block;
  width: 22%;
  height: 0;
  order: 1;
}

.crosstalk .list ul li {
  width: 23%;
  margin-bottom: 35px;
  background: #f9f9f9;
}

.crosstalk .list ul li .outer {
  padding: 20px;
  box-sizing: border-box;
}

.crosstalk .list ul li .outer .year {
  color: #8b8b8b;
  font-size: 84%;
  display: inline-block;
}

.crosstalk .list ul li .outer .name {
  font-size: 124%;
  margin-top: 20px;
  font-weight: bold;
}

.crosstalk .list ul li .outer .name span {
  font-size: 50%;
  display: inline-block;
  margin-left: 15px;
}

.people .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.people .list ul:before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.people .list ul:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
  order: 1;
}

.people .list ul li {
  width: 32%;
  margin-bottom: 35px;
  background: #f9f9f9;
}

.people .list ul li:hover .img_wrap img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

.people .list ul li a {
  display: block;
}

.people .list ul li:hover .img_wrap .copy {
  opacity: 1;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.people .list ul li .img_wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.people .list ul li .img_wrap .copy {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  transition: .5s all;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.people .list ul li .img_wrap .copy .sub_ttl {
  font-size: 114%;
  padding: 0px 10px;
  line-height: 1.7;
}

.people .list ul li .img_wrap img {
  transition: 1s all;
}

.people .list ul li .outer {
  padding: 30px;
  box-sizing: border-box;
}

.people .list ul li .outer .year {
  color: #8b8b8b;
  font-size: 84%;
  display: inline-block;
}

.people .list ul li .outer .name {
  font-size: 200%;
  margin-top: 20px;
  font-weight: bold;
}

.people .list ul li .outer .name span {
  font-size: 50%;
  display: inline-block;
  margin-left: 15px;
}

.people .staff-1 {
  background: url(../img/people1-6.jpg) no-repeat top center;
  padding-top: 35%;
}

.people .staff-2 {
  background: url(../img/people2-6.jpg) no-repeat top center;
  padding-top: 35%;
}

.people .staff-3 {
  background: url(../img/people3-6.jpg) no-repeat top center;
  padding-top: 35%;
}

.people .staff-5 {
  background: url(../img/people5-7.jpg) no-repeat top center;
  padding-top: 35%;
}

.people .staff-7 {
  background: url(../img/people7-6.jpg) no-repeat top center;
  padding-top: 35%;
}

.people .staff-9 {
  background: url(../img/people9-7.jpg) no-repeat top center;
  padding-top: 35%;
}

.people .holiday {
  width: 100%;
  max-width: 2000px;
  margin: 0px auto;
  position: relative;
  box-sizing: border-box;
}

.people .holiday .outer {
  background-color: #ffffff;
  box-shadow: 2px 3.5px 4px rgba(15, 19, 45, 0.04);
  padding: 40px 30px;
  box-sizing: border-box;
}

.people .days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.people .days .left {
  width: 48%;
}

.people .days .right {
  width: 48%;
}

.people .days .right .tl_label {
  padding-top: 2px;
  color: #90969a;
  font-size: 156%;
  font-weight: bold;
}

.people .days .right .tl_title {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
}

.people .days .right .tl_main {
  margin-top: 0.5em;
  padding: 0 0 1.5em;
  font-size: 0.9em;
  line-height: 1.6;
}

.people .days .right .main-bc {
  background-color: #56A5B1;
}

.people .days .right .tl_marker {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: solid 3px #56A5B1;
}

.people .days .right .main-bdr {
  border-color: #56A5B1;
}

.people .days .right .tl-content:last-of-type:before {
  content: none;
}

.people .days .right .tl-content {
  position: relative;
  padding: 0 0 1.5em 1.8em;
}

.people .days .right .tl-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 9px;
  width: 3px;
  background: #ccd5db;
}

.people .job {
  background: #F5F5F5;
  margin-top: 50px;
  margin-bottom: 80px;
}

.people .job .copy {
  transform: translateY(-20px);
  text-align: center;
}

.people .job .copy h3 {
  font-size: 224%;
  color: #56A5B1;
  margin-bottom: 20px;
}

.people .job .copy p {
  font-weight: bold;
  font-size: 124%;
  line-height: 1.7;
  margin-bottom: 30px;
}

.people .group {
  width: 100%;
  margin: 0px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
}

.people .group figure {
  width: calc(50% + 70px);
  margin: 0 0 0 -80px;
  text-align: right;
}

.people .group figure img {
  max-width: 600px;
}

.people .group .box {
  box-sizing: border-box;
  width: 60%;
  margin: 0 -10% 0 0;
  padding: 58px 40px 50px;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  /* transform: translateY(60px); */
  border: 1px solid #F5F5F5;
  background: #FFF;
}

.people .group .box p {
  font-size: 108%;
  line-height: 1.8;
}

.people .group-l {
  width: 100%;
  margin: 0px auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  flex-direction: row-reverse;
}

.people .group-l figure {
  width: calc(50% + 70px);
  margin: 0 0 0 -80px;
  text-align: right;
}

.people .group-l figure img {
  max-width: 600px;
}

.people .group-l .box {
  box-sizing: border-box;
  width: 60%;
  margin: 0 0 0 -10%;
  padding: 58px 40px 50px;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  /* transform: translateY(60px); */
  border: 1px solid #F5F5F5;
  background: #FFF;
}

.people .group-l .box p {
  font-size: 108%;
  line-height: 1.8;
}

.people .people_top {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.people .people_top .box {
  position: absolute;
  top: 50%;
  /*親要素を起点に上から50%*/
  right: 0%;
  /*親要素を起点に左から50%*/
  transform: translateY(-50%);
  /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%);
  background: #F5F5F5;
  box-sizing: border-box;
  padding: 50px;
  width: 50%;
}

.people .people_top .box .sub_ttl {
  color: #56A5B1;
  font-size: 164%;
  line-height: 1.5;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.people .people_top .box .name {
  font-size: 144%;
  font-weight: 700;
}

.people .people_top .box .pos {
  font-size: 118%;
  color: #99a7b0;
}

.people .people_top img {
  min-width: 700px;
}

.detail .product_top {
  width: 100%;
  position: relative;
}

.detail .product_top .box {
  position: absolute;
  top: 50%;
  /*親要素を起点に上から50%*/
  right: 0%;
  /*親要素を起点に左から50%*/
  transform: translateY(-50%);
  /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%);
  background: #F5F5F5;
  box-sizing: border-box;
  padding: 50px;
  width: 50%;
}

.detail .product_top img {
  min-width: 700px;
}

.product_detail .sample {
  padding-top: 50px;
}

.product_detail .sample .copy {
  font-size: 144%;
  margin-bottom: 30px;
}

.product_detail .sample figure {
  margin-bottom: 40px;
}

.product_detail .tab__box .head {
  display: flex;
  flex-wrap: wrap;
}

.product_detail .tab__box .head a {
  display: block;
}

.product_detail .tab__box .head p {
  width: 170px;
  padding: 20px 10px;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: relative;
  cursor: pointer;
}

.product_detail .tab__box .head p:last-child {
  border-right: 1px solid #000;
}

.product_detail .tab__box .active {
  background: #F7F7F7;
}

.product_detail .tab__box .active:after {
  content: "";
  height: 1px;
  background: #FFF;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -1px;
  z-index: 1;
}

.product_detail .tab__box .outer {
  box-sizing: border-box;
  padding: 40px;
  border: 1px solid #000;
}

.product_detail .tab__box .outer table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}

.product_detail .tab__box .outer table tr {
  width: 100%;
}

.product_detail .tab__box .outer table th, .product_detail .tab__box .outer table td {
  box-sizing: border-box;
  padding: 25px 10px;
  border: 1px solid #000;
  vertical-align: middle;
  font-size: 100%;
}

.product_detail .tab__box .outer table th {
  font-weight: bold;
  background: #F7F7F7;
  width: 30%;
}

.product_detail .sub_ttl {
  font-size: 164%;
  margin-bottom: 40px;
}

.product_detail .primary {
  padding: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_detail .primary .box {
  width: 48%;
}

.product_detail .primary .box p {
  line-height: 1.7;
}

.product_detail .primary .right {
  background: #F7F7F7;
  padding: 30px;
  box-sizing: border-box;
}

.product_detail .primary .right .skubutton {
  width: 340px;
  display: block;
  margin: 0 auto;
  color: #FFF;
  background: #56A5B1;
  text-align: center;
  padding: 20px 0px 20px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  font-size: 124%;
  position: relative;
}

.product_detail .primary .right .skubutton:hover {
  opacity: 0.7;
}

.product_detail .primary .right table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.product_detail .primary .right table tr {
  width: 100%;
}

.product_detail .primary .right table th, .product_detail .primary .right table td {
  box-sizing: border-box;
  padding: 15px;
  font-size: 100%;
  text-align: left;
  vertical-align: middle;
}

.product_detail .primary .right table th {
  width: 30%;
}

.product_detail .primary .right table td {
  line-height: 1.7;
}

.product_detail .primary .right table td span {
  color: #FF0000;
  font-size: 134%;
}

.product_detail .primary .right table td input {
  padding: 10px;
  box-sizing: border-box;
  width: 35%;
}

.product_detail .primary .right table td select {
  padding: 5px;
  box-sizing: border-box;
  width: 70%;
  border: 1px solid #333;
}

.product_detail .primary .right table td .error {
  border: 1px solid #FF0000;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
}

.product .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product .list ul:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
  order: 1;
}

.product .list ul li {
  width: 30%;
  margin-bottom: 50px;
}

.product .list ul li .sub_ttl {
  font-size: 134%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.product .list ul li a {
  display: block;
}

.product .list ul li:hover .link:after {
  right: 10px;
}

.product .list ul li:hover .img_wrap img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

.product .list ul li .link {
  text-align: right;
  padding: 40px 25px 0px 0px;
  color: #99a7b0;
  position: relative;
}

.product .list ul li .link:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  top: 39px;
  transition: 1s all;
}

.product .list ul li .img_wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.product .list ul li .img_wrap img {
  transition: 1s all;
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}

.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

header {
  z-index: 10;
  width: 100%;
}

header .container {
  width: 100%;
}

header .headeline {
 padding: 0px 0px;
    background: #000;
    color: #fff;
}

header .headeline .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .headeline .box .sub_ttl {
	padding: 10px 0px;
	color: #fff;
}

header .headeline .box nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

header .headeline .box nav ul li a {
  color: #fff;
}
header .headeline .box nav ul li {
  padding: 10px 10px;
}

.header_contact{
	font-weight: bold;
    color: #56A5B1;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 0.8;
}

/*
header .headeline .box nav ul li:last-child a {
  display: block;
  background: #56A5B1;
  padding: 10px 16px;
  box-sizing: border-box;
  transition: .5s all;
}

header .headeline .box nav ul li:last-child a:hover {
  background: #fff;
  color: #000;
}

header .headeline .box nav ul li:last-child a:hover span {
  color: #fff;
  background: #000;
}

header .headeline .box nav ul li:last-child a span {
  background: #fff;
  border-radius: 50%;
  transition: .5s all;
  color: #000;
  display: inline-block;
  line-height: 24px;
  margin-left: 6px;
  min-width: 24px;
  width: 24px;
  font-size: 84%;
  height: 24px;
  text-align: center;
}
*/

header .tagline {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
 /* padding: 16px 0px;*/
  transition: .3s all;
}

header .tagline .logo {
  width: 350px;
  box-sizing: border-box;
  transition: .3s all;
  padding: 20px 0;
}
/*
header .nav {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  transition: .3s all;
}

header .nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

header .nav ul .arrow:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

header .nav ul .active {
  background: #56A5B1;
  color: #FFF;
}

header nav ul .active span {
  color: #FFF;
}

header nav ul li {
  position: relative;
  border-left: 1px solid #000;
  text-align: center;
  font-size: 94%;
  transition: .5s all;
}

header nav ul li:last-child {
  padding-left: 10px;
  padding-top: 11px;
  position: relative;
}
*/
header nav ul li:last-child div {
  padding: 5px;
  background: #56A5B1;
  display: none;
  top: 33px;
  right: 0px;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
}

header nav ul li:last-child span {
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: #56A5B1;
  border-radius: 50%;
  transition: .2s all;
  color: #FFF;
}

header nav ul li:last-child span:hover {
  transform: scale(1.1, 1.1);
}

/*header .nav ul li:not(:last-child) {
  padding: 0px 20px;
}*/

header nav ul li:not(:last-child):hover {
  background: #56A5B1;
  color: #FFF;
}

header nav ul li:not(:last-child):hover a {
  color: #FFF;
}

header nav ul li:not(:last-child) a {
  padding: 16px 20px;
}

header .nav ul li a {
  display: block;
  box-sizing: border-box;
  transition: .5s all;
  line-height: 1.7;
  position: relative;
}

header .nav ul li .pc_dropdown {
  width: 200px;
  display: none;
  height: auto;
  position: absolute;
  margin-left: 0px;
  top: 90px;
  left: 0px;
  z-index: 100;
}

header .nav ul li .pc_dropdown li {
  width: 100%;
  background-color: #56A5B1;
  margin: 0px;
  border-bottom: 1px solid #FFF;
  border-left: none;
  padding: 0px;
  position: relative;
  height: auto;
  text-align: left;
}

header .nav ul li .pc_dropdown li:after, header .nav ul li .pc_dropdown li:before {
  display: none;
}

header .nav ul li .pc_dropdown li a {
  display: block;
  font-size: 84%;
  padding: 7px 10px;
  color: #FFF;
  background-color: #56A5B1;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: .5s all;
}

header .nav ul li .pc_dropdown li a:after, header .nav ul li .pc_dropdown li a:before {
  display: none;
}

header nav ul li .pc_dropdown li a:hover {
  opacity: 0.7;
}

header nav ul li.cart_btn_li{
   background: #56A5B1;
}

header nav ul li a.cart_btn{
  display: block;
  background: #56A5B1;
  box-sizing: border-box;
  transition: .5s all;
  color: #fff;
}

header nav ul li a.cart_btn:hover {
  background: #000;
  color: #fff;
}

header nav ul li a.cart_btn:hover span {
  color: #fff;
  background: #000;
}

header nav ul li a.cart_btn span {
  background: #fff;
  border-radius: 50%;
  transition: .5s all;
  color: #000;
  display: inline-block;
  line-height: 24px;
  margin-left: 6px;
  min-width: 24px;
  width: 24px;
  font-size: 84%;
  height: 24px;
  text-align: center;
}

.fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  background: #FFF;
}

.fixed .tagline {
  padding: 10px 0px;
}

.wrapper, .main_wrapper {
  width: 1200px;
  margin: 0px auto;
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

footer {
  background: #000;
  padding: 80px 0px;
  position: relative;
}

footer .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

footer .list .box {
  width: 48%;
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}

footer .list .box a {
  text-decoration: underline;
  color: #56A5B1;
}

footer .list .box .lead {
  font-size: 94%;
}

footer .list .box .copy_ttl {
  border-bottom: 2px solid #707070;
  padding-bottom: 10px;
  font-size: 124%;
  margin-bottom: 20px;
}

footer .list .box .pay {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
}
footer .list .box .pay li{
    width: calc(100% / 7);
}
footer .list .box .pay li:not(:last-child) {
    margin-right: 5px;
}

footer .sub_ttl {
  font-size: 244%;
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
  color: #FFF;
}

footer .sub_ttl span {
  display: inline-block;
  border-bottom: 3px solid #56A5B1;
}

footer .copy {
  text-align: center;
  font-size: 0.94rem;
  padding: 80px 0px 0px;
  color: #FFF;
}

footer .link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  box-sizing: border-box;
  color: #FFF;
  padding-top: 40px;
}

footer .link .info .name {
  font-size: 114%;
  font-weight: bold;
  margin-bottom: 15px;
  color: #FFF;
  margin-top: 30px;
}

footer .link .group:first-child {
  width: 28%;
}

footer .link .group:not(:first-child) {
  width: 20%;
}

footer .link .group .nav_ttl {
  font-size: 104%;
  color: #FFF;
}

footer .link .group .nav_ttl a {
  color: #FFF;
}

footer .link .group ul li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}

footer .link .group ul li a {
  color: #FFF;
}

footer .link .group ul li:before {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FFF;
}

.second__bg {
  background: url("../img/second_bg.png") no-repeat 0px 0px;
  background-size: cover;
}

.second_main_img {
  width: 100%;
  height:300px;
  max-width: 2000px;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  margin: 0px auto 50px;
}

.second_main_img .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  z-index: 3;
  width: 100%;
}

.second_main_img .outer h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1.3;
  color: #FFF;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.ttl {
  font-size: 244%;
  text-align: center;
  margin-bottom: 40px;
  text-align: center;
}

.ttl span {
  display: inline-block;
  border-bottom: 3px solid #56A5B1;
}

.middle_ttl {
  margin-bottom: 40px;
  position: relative;
  font-size: 154%;
  padding-bottom: 20px;
  text-align: center;
}

.middle_ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  border: 1px solid #56A5B1;
  width: 40px;
  margin-top: 2.15em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sm_ttl {
  background: #56A5B1;
  padding: 10px;
  font-size: 1.08rem;
  margin-bottom: 20px;
  color: #FFF;
  box-sizing: border-box;
  width: 100%;
}

.local_ttl {
  margin-bottom: 25px;
  border-left: 2px solid #56A5B1;
  font-weight: bold;
  font-size: 1.34rem;
  padding: 10px 0px 10px 20px;
  line-height: 1.6;
}

.secondary_sm_ttl {
  font-size: 1.44rem;
  font-weight: bold;
  line-height: 1.4;
  color: #56A5B1;
  margin-bottom: 20px;
}

.secondary_tiny_ttl {
  font-size: 1.08rem;
  line-height: 1.4;
  color: #56A5B1;
  margin-bottom: 10px;
}

.local_lead {
  font-size: 114%;
  max-width: 760px;
  margin: 0px auto;
  text-align: left;
  line-height: 2;
}

.pdf_list li {
  padding: 5px 0px 13px 40px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #CCC;
  background: url("../img/pdf.png") no-repeat 0px -3px;
  background-size: 25px;
  font-size: 0.84rem;
  margin-bottom: 15px;
}

.pdf_list li a {
  display: block;
}

.pdf_list li a:hover {
  color: #56A5B1;
  text-decoration: underline;
}

.foot_contact {
  padding: 70px 0px;
  width: 100%;
  margin-top: 120px;
  position: relative;
}

.foot_contact.show:after {
  animation: wipebar_top_obj 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

.foot_contact:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 4;
}

.foot_contact .outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #FFF;
}

.foot_contact .outer .lead {
  font-size: 154%;
  font-weight: bold;
  margin-top: 17px;
}

.foot_contact .outer .tel {
  font-size: 184%;
  letter-spacing: 0.2rem;
  margin-top: 15px;
  color: #FFF;
}

.foot_contact .outer .tel a {
  color: #FFF;
}

.foot_contact .outer .btn {
  width: 23%;
  max-width: 250px;
}

.foot_contact .outer .btn a {
  display: block;
  width: 100%;
  color: #FFF;
  border: 1px solid #FFF;
  text-align: center;
  padding: 20px 0px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  font-size: 114%;
}

.foot_contact .outer .btn a i {
  font-size: 134%;
  display: inline-block;
  margin-right: 3px;
}

.foot_contact .outer .btn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #005bac;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 0;
}

.foot_contact .outer .btn a:hover {
  color: #FFF;
}

.foot_contact .outer .btn a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}

@keyframes wipebar_top_obj {
  0% {
    width: 100%;
  }
  90% {
    opacity: 1;
  }
  100% {
    width: 0px;
    opacity: 0;
  }
}

.top_about {
  margin-top: 140px;
  position: relative;
}

.top_about.show .outer:after {
  animation: wipebar_top_obj 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

.top_about .outer {
  width: 100%;
  position: relative;
  background: url(../img/top_about.jpg) no-repeat bottom center;
  background-size: cover;
  z-index: 0;
  height: 590px;
}

.top_about .outer:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 4;
}

.top_about .outer .inner {
  width: 50%;
  right: 0px;
  top: -22%;
  position: absolute;
  height: 100%;
  background: rgba(198, 200, 208, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_about .outer .inner .box {
  width: 50%;
}

.top_about .outer .inner .box p {
  line-height: 1.8;
}

.top_about .outer .inner .box .btn {
  display: block;
  max-width: 440px;
  width: 80%;
  padding: 30px 0px;
  text-align: center;
  color: #0f57b1;
  background: #FFF;
  position: relative;
  font-size: 108%;
  transition: .5s all;
  margin: 40px auto 0px;
}

.top_about .outer .inner .box .btn:before {
  content: "";
  position: absolute;
  top: 33px;
  right: 24px;
  height: 1px;
  background: #FFF;
  width: 26px;
  height: 9px;
  background: url(../img/arrow.png) no-repeat bottom center;
  transition: .5s all;
}

.top_about .outer .inner .box .btn:hover:before {
  right: 30px;
}

.top_about .outer .inner .box .btn:hover {
  opacity: 0.7;
}

.top_about .outer .inner .box .copy {
  position: relative;
  font-size: 154%;
  line-height: 1.7;
  margin-bottom: 80px;
  color: #56A5B1;
}

.top_about .outer .inner .box .copy:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #56A5B1;
  position: absolute;
  left: 0px;
  top: 70px;
}

.top_about .sub_ttl {
  margin-bottom: 40px;
  line-height: 1.7;
  font-size: 124%;
}

.top_about .sub_ttl span {
  font-size: 224%;
  color: #56A5B1;
}

.top_news {
  padding: 20px 0px;
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 0;
}

.top_news .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_news .box .link {
  padding-top: 10px;
}

.top_news .box .link a {
  text-decoration: underline;
}

.top_news .box .news {
  width: 65%;
}

.top_news .box .news ul {
  display: flex;
  flex-wrap: wrap;
}

.top_news .box .news ul .date {
  color: #FFF;
  box-sizing: border-box;
  background: #000;
  padding: 10px 20px;
}

.top_news .box .news ul .date a {
  display: block;
  color: #FFF;
  width: 100%;
  padding: 5px 0px;
  text-align: center;
}

.top_news .box .news ul .txt {
  margin-left: 20px;
  padding-top: 10px;
}

.top_news .box .news ul .txt a {
  text-decoration: underline;
}

.img_wrap {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}

.img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
  z-index: 1;
}

.img_wrap:hover img {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

.column_auto {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.column_auto div:last-child {
  margin-left: 25px;
}

.column_auto .img__center {
  margin-bottom: 20px;
  text-align: center;
}

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

.half__column .box {
  width: 48.5%;
  margin-bottom: 25px;
}

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

.three__column .box {
  width: 32%;
  margin-bottom: 25px;
}

.three__column .box img {
  max-width: 100%;
}

.news_box {
  box-sizing: border-box;
}

.news_box dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0px auto;
  border-top: 1px solid #CCC;
}

.news_box dl dt {
  padding: 20px 20px;
  box-sizing: border-box;
  width: 20%;
  color: #888888;
  border-bottom: 1px solid #CCC;
}

.news_box dl dt .blue {
  background: #BFDFFF;
}

.news_box dl dt .orange {
  background: #FFD24D;
}

.news_box dl dt .green {
  background: #AFEA00;
}

.news_box dl dt span {
  display: inline-block;
  padding: 4px 0px;
  width: 100px;
  text-align: center;
  color: #5B5C5E;
  font-size: 84%;
}

.news_box dl dd {
  color: #888888;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  padding: 22px 20px;
  color: #5B5C5E;
}

.news_box dl dd span {
  display: inline-block;
  padding-left: 25px;
}

.news_box dl dd a {
  text-decoration: none;
  color: #888888;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}

.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}

.privacy .info_block a {
  color: #333;
  text-decoration: none;
}

.privacy .name {
  text-align: right;
}

.sub__wrap {
  max-width: 960px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
  box-sizing: border-box;
}

/*/////////// 会社概要 ////////////*/
.policy article {
  margin-bottom: 30px;
  background: #EEEEEE;
  padding: 25px;
  box-sizing: border-box;
}

.policy article ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.policy article ul li:first-child {
  min-width: 240px;
}

.policy article ul li:last-child {
  padding-left: 30px;
  line-height: 1.7;
}

.company_tbl {
  box-sizing: border-box;
  padding: 0px 20px;
}

.company_tbl table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

.company_tbl table tr {
  width: 100%;
}

.company_tbl table th, .company_tbl table td {
  box-sizing: border-box;
  padding: 25px 15px;
  font-size: 100%;
}

.company_tbl table th {
  text-align: center;
  width: 30%;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
}

.company_tbl table td {
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
  line-height: 1.7;
}

.message {
  padding-bottom: 40px;
}

.message ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.message ul .pic {
  width: 350px;
}

.message ul .pic img {
  width: 100%;
}

.message ul .pic .name {
  background: #56A5B1;
  box-sizing: border-box;
  padding: 10px;
  font-size: 144%;
  color: #FFF;
}

.message ul .pic .name img {
  width: 100px;
}

.message ul .pic .name span {
  font-size: 54%;
}

.message ul .txt {
  width: 74%;
  padding-left: 40px;
}

.message ul .txt .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}

.message ul .txt .lead {
  line-height: 1.8;
  margin-bottom: 15px;
  margin-left: auto;
}

.alert li {
  padding-left: 18px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
  font-size: 0.8rem;
}

.alert li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
}

.alert li:last-child {
  margin-bottom: 0px;
}

.image__list_ttl ul {
  display: flex;
  flex-wrap: wrap;
}

.image__list_ttl ul li {
  width: 25%;
  margin-bottom: 25px;
  position: relative;
  margin-right: 5%;
  text-align: center;
}

.image__list_ttl ul li .copy {
  position: relative;
  box-sizing: border-box;
  color: #56A5B1;
  margin-top: 10px;
  text-align: center;
}

.txt__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.txt__list ul li {
  width: 48%;
  background: #FFF;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.txt__list ul li .sub_ttl {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

.txt__list ul li .sub_ttl span {
  font-size: 174%;
  margin-bottom: 40px;
}

.txt__list ul li .lead {
  line-height: 1.7;
}

.history-area table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.history-area table tr {
  width: 100%;
}

.history-area table th, .history-area table td {
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #B3B3B3;
  font-size: 100%;
}

.history-area table th {
  background: #F2F2F2;
}

.history-area table .left {
  text-align: left !important;
}

.history-area table tbody {
  text-align: left;
}

.history-area table tbody th {
  background-color: #E6E6E6;
  text-align: center;
  vertical-align: middle;
}

.history-area table tbody td {
  background: white;
  line-height: 1.7;
  vertical-align: middle;
  text-align: center;
}

.history-area table tbody td p {
  margin-bottom: 15px;
}

.local__tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}

.local__tbl table tr {
  width: 100%;
}

.local__tbl table th, .local__tbl table td {
  box-sizing: border-box;
  padding: 12px;
  border: 1px solid #B3B3B3;
  font-size: 100%;
}

.local__tbl table .left {
  text-align: left !important;
}

.local__tbl table th {
  font-weight: bold;
}

.local__tbl table tbody {
  text-align: left;
}

.local__tbl table tbody th {
  background-color: #E6E6E6;
  text-align: left;
  width: 30%;
  vertical-align: middle;
  font-weight: bold;
}

.local__tbl table tbody td {
  background: white;
  line-height: 1.7;
  vertical-align: middle;
  text-align: center;
}

.local__tbl table tbody td p {
  margin-bottom: 15px;
}

.flex__tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}

.flex__tbl table tr {
  width: 100%;
}

.flex__tbl table th, .flex__tbl table td {
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #B3B3B3;
  font-size: 100%;
}

.flex__tbl table .left {
  text-align: left !important;
}

.flex__tbl table tbody {
  text-align: left;
}

.flex__tbl table tbody th {
  background-color: #E6E6E6;
  text-align: center;
  vertical-align: middle;
}

.flex__tbl table tbody td {
  background: white;
  line-height: 1.7;
  vertical-align: middle;
  text-align: center;
}

.flex__tbl table tbody td p {
  margin-bottom: 15px;
}

.history_tbl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.history_tbl dl dt {
  width: 10%;
  padding: 30px 0px;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
  font-size: 84%;
  text-align: center;
}

.history_tbl dl dt span {
  font-size: 184%;
}

.history_tbl dl dd {
  width: 90%;
  padding: 30px;
  box-sizing: border-box;
}

.history_tbl table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: none;
  box-sizing: border-box;
}

.history_tbl table tr {
  width: 100%;
  border-bottom: 1px solid #CCC;
}

.history_tbl table tr:first-child {
  border-top: 1px solid #CCC;
}

.history_tbl table th, .history_tbl table td {
  box-sizing: border-box;
  padding: 30px 20px;
  vertical-align: middle;
}

.history_tbl table th {
  font-size: 84%;
  width: 20%;
  background-color: #F6F7FB;
}

.history_tbl table th span {
  font-size: 184%;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .consent {
  text-align: center;
  margin-bottom: 30px;
}

.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}

.contact .require {
  display: inline-block;
  background: #56A5B1;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}

.contact .consent label {
  display: block;
  position: relative;
  padding-left: 1em;
}

.contact .consent label input {
  position: absolute;
  margin-top: .4rem;
  margin-left: -1.25rem;
}

.contact .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact .list .box {
  border: 1px solid #2A5B88;
  margin-bottom: 30px;
  width: 48%;
}

.contact .list .box .sub_ttl {
  background: #F3F3F3;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0px;
  font-size: 134%;
}

.contact .list .box .inner {
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}

.contact .list .box .inner p {
  margin-bottom: 30px;
}

.contact .list .btn {
  width: 100%;
  background: #2A5B88;
  color: #FFF;
  padding: 20px;
  box-sizing: border-box;
  display: block;
  transition: .5s all;
  position: relative;
}

.contact .list .btn:hover {
  opacity: 0.7;
}

.contact .list .btn:hover:after {
  right: 5px;
  transition: .5s all;
}

.contact .list .btn:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  color: #FFF;
  right: 10px;
  font-size: 184%;
  top: 12px;
}

.contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

.contact form table caption {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  font-size: 100%;
  text-align: left;
}

.contact form table th, .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

.contact form table th {
  width: 32%;
  text-align: left;
  vertical-align: middle;
  font-size: 0.94rem;
}

.contact form table th span {
  margin-left: 10px;
}

.contact form table td div {
  margin-bottom: 10px;
}

.contact form table td textarea {
  width: 90%;
}

.contact form table td span {
  display: inline-block;
  vertical-align: bottom;
}

.contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

.contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

.contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 84%;
}

.contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

.contact form table .normal_txt {
  width: 100%;
}

.contact form table .small_txt {
  width: 75%;
}

.contact form table .tiny_txt {
  width: 25%;
}

.contact form .button_area {
  text-align: center;
  width: 100%;
}

.contact form .button_area br {
  display: none;
}

.contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}

.contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #56A5B1;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}

.home-mv {
  position: relative;
}

.home-mv .sample {
  position: absolute;
  right: 10%;
  bottom: 5%;
  z-index: 1;
}

.home-mv .sample img {
  transition: .3s all;
  color: #FFF;
}

.home-mv .sample img:hover {
  transform: scale(1.1, 1.1);
}

.home-mv .sub_ttl {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  /*親要素を起点に上から50%*/
  left: 50%;
  /*親要素を起点に左から50%*/
  transform: translateY(-50%) translateX(-50%);
  /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  z-index: 1;
}

.home-mv .sub_ttl .copy {
  color: #FFF;
  font-size: 244%;
  text-align: center;
  line-height: 1.7;
}

.home-mv .sub_ttl .lead {
  color: #FFF;
  font-size: 118%;
  text-align: center;
  font-weight: bold;
  padding: 30px 0px;
}

.home-mv .sub_ttl .lead_mv {
  webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.slide_wrapper {
  height: 100%;
  width: 100%;
  max-width: 2000px;
  margin: 0px auto 0px;
  z-index: 2;
}

.slide_wrapper li {
  width: 100%;
}


.guide table{
	width: 100%;
    border-spacing: 0px;
    margin: 20px 0px;
}

.guide table th {
    width: 32%;
    text-align: left;
    vertical-align: middle;
    font-size: 0.94rem;
}

.guide table th, .guide table td {
    padding: 25px 10px;
    border-bottom: 1px solid #CCC;
}



.column{
	display:flex;
	justify-content:space-between;
}

.main_contents{
	width:70%;
}

.side_contents{
	width:24%;
}

.single img{
	width:50%;
}

.widget_categories ul{
	border:1px solid #000;
}

.widget_categories li{
	 padding: 14px 20px;
}

.widgettitle , .side_contents div h3{
	width: 100%;
    box-sizing: border-box;
    padding: 20px 20px;
    color: #FFF;
    background: #000;
    font-size: 114%;
}

.widget_recent_entries ul,.side_contents div ul{
	margin:0 0 30px 0;
}

.widget_recent_entries ul li,.side_contents div ul li{
	margin:0 0 10px 0;
	position: relative;
	left: 13px;
}

.widget_recent_entries ul li::after{
	content: "";
    display: block;
    position: absolute;
    margin: auto;
    left: -14px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: url(../img/icon_arrow_blue@2x.png);
    background-size: cover;
}

.widget_recent_entries ul li a,.side_contents div ul li{
	margin:0 0 10px 0;
}

.topics_title{
	font-size:20px;
	margin-bottom:18px;
}

.case_img{
	width:90%;
	margin:0 auto;
}

.case_content{
	border-top: #56A5B1 2px solid;
	padding-top:10px;
	margin-top: 20px;
}

.case_flex{
	display:flex;
	flex-wrap: wrap;
}

.case_list{
	width:30%;
	padding-right: 30px;
	padding-bottom: 30px;
}

.case_list:nth-of-type(3n){
	padding-right: 0px;
}

.case_list_term{
    padding: 10px 20px;
    font-size: 16px;
    background: #4b8042;
    border-radius: 20px;
    color: #fff;
}

.cate_title_box{
	display:flex;
	align-items:center;
	margin-bottom: 10px;
}

.post_title{
	font-size:30px;
}

.post_date{
	font-size:20px;
	margin-left:18px;
}


.post_img{
	width:80%;
	height:auto;
	margin-bottom: 20px;
}


.post_list_title{
	font-size: 18px;
	margin-left: 10px;
}

.case_term {
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    background: #4b8042;
    border-radius: 28px;
    color: #fff;
	margin-right: 16px;
}

a.case_term {
    color: #fff;
}

#wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#slider {
  width: 100%;
  margin: 0 auto 30px;
}

.slide-item img {
  width: 100%;
}

#thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.thumbnail-item {
  flex: 0 1 30%;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

a.case_btn{
	color:#56A5B1;
	font-size:20px;
	font-weight:bold;
	margin: 30px auto 10px;
    padding: 20px 30px;
    border: #56A5B1 1px solid;
    display: block;
    width: 50%;
    text-align: center;
	transition: .5s all;
}

a.case_btn:hover{
	color:#fff;
	background:#56A5B1;
}

.child{
	padding: 20px 28px 10px;
    font-size: 17px;
    font-weight: bold;
}

.slick-dots li {
	width: 10px !important;
}

.multiple-item .slick-slide {
    margin-right: 1%;
}

.w_45{
	width:45%;
}

.gray_block{
	margin-top:30px;
	background:#DCE3DF;
	padding:20px;
}

.gray_block li{
	margin-bottom:10px;
}

/*メガメニューここから*/

.nav_wrap{
	width: 60%;
}

#gnav > ul {
  	display: flex;
    padding-left: 20px;
	transition: .3s;
}
#gnav > ul > li {
  	/*margin-right: 2em;*/
}
#gnav > ul > li:hover {
  	color: #fff;
  	background-color: #56A5B1;
}
#gnav > ul > li:hover > a {
  	color: #fff;
}
#gnav > ul > li:hover .menu {
  	max-height: 9999px;
  	opacity: 1;
}
#gnav > ul > li > a {
  	display: block;
  	padding: 29px 1em 14px;
  	transition: all .2s ease-in;
}

#gnav > ul .menu {
  	transition: all .2s ease-in;
  	max-height: 0;
  	opacity: 0;
  	overflow: hidden;
  	width: 100%;
  	left: 0;
  	text-align: center;
  	position: absolute;
  	background-color: #56A5B1;
	display: flex;
	justify-content: center;
	z-index: 9999;
}
#gnav > ul .menu .menu_inner {
  	padding: 2em 0;
	margin: 0 auto;
	text-align: left;
	width: 22%;
}

#gnav > ul .menu .menu_inner a{
  	display:flex;
	align-items:center;
}

#gnav > ul .menu .menu_inner img {
	width:50%;
	margin-right: 10px;
	margin-bottom: 10px;
}

#gnav > ul .menu .menu_inner h2 {
  	font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
	position: relative;
}

#gnav > ul .menu .menu_inner h2.search::after {
  	content: "";
    display: block;
    position: absolute;
    margin: auto;
    right:10px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("../img/icon_glass@2x.png");
    background-size: cover;
	transition: .3s;
}


#gnav > ul .menu .menu_inner li {
  	margin: 0 .5em;
}

#gnav > ul .menu a {
  	color: #fff;
}

#gnav > ul .menu a:hover {
  	color: #2e3242;
	background: #fff;
}


#gnav > ul .menu  ul li:last-child div {
    padding: 5px;
    background: #56A5B1;
    display: none;
    top: 33px;
    right: 0px;
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
}

/*メガメニューここまで*/

details {
	display: block; /*書かないとIEで表示が崩れる*/
	border: 1px solid #ccc;
	font-size: 16px;
	background: #fff;
	transition: background 0.3s;
}
 
details[open] { /*アコーディオンが開いているとき*/
	background: #eee;
}
 
summary {
	display: block; /*書かないとIEで表示が崩れる*/
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  header {
    z-index: 10;
    width: 100%;
  }
  header .tagline {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0px;
  }
  header .tagline .logo {
    width: 280px;
    box-sizing: border-box;
    transition: .3s all;
  }
  header .tagline .logo svg {
    width: 250px;
  }
  header .nav {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    transition: .3s all;
  }
  header .nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
  header .nav ul li {
    position: relative;
    border-left: 1px solid #000;
    text-align: center;
    font-size: 94%;
    transition: .5s all;
  }
  header .nav ul li:last-child {
    padding-left: 10px;
  }
  header .nav ul li:last-child span {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #56A5B1;
    border-radius: 50%;
    transition: .2s all;
    color: #FFF;
  }
  header .nav ul li:last-child span:hover {
    transform: scale(1.1, 1.1);
  }
  header .nav ul li:not(:last-child) {
    /*padding: 0px 20px;*/
  }
  header .nav ul li:not(:last-child):hover {
    background: #56A5B1;
    color: #FFF;
  }
  header .nav ul li:not(:last-child):hover a {
    color: #FFF;
  }
  header .nav ul li:not(:last-child) a {
   padding: 14px 14px;
  }
  header .nav ul li a {
    display: block;
    box-sizing: border-box;
    transition: .5s all;
    line-height: 1.7;
    position: relative;
  }
  .home-mv {
    position: relative;
  }
  .home-mv .sample {
    right: 1%;
    bottom: 2%;
    z-index: 1;
  }
  .home-mv .sample img {
    transition: .3s all;
  }
}
