@charset "utf-8";

/* Prevent text wrapping globally */
* {
  white-space: nowrap !important;
}

/* Allow wrapping only for main content paragraphs and lists */
.module p,
.module li,
.module dd,
.lead-paragraph,
.business-group-content p,
.business-group-content li,
footer p,
#globalfooter p,
#globalfooter dd {
  white-space: normal !important;
}

/* Force no-wrap on item_products */
.item_products h4,
.item_products h4 a,
.item_products h4 span,
.item_products h4 a span,
.item_products h4 * {
  white-space: nowrap !important;
  overflow: visible !important;
}
.item_products {
  overflow: visible !important;
}
.just3.item_products h4 {
  max-width: none !important;
  width: auto !important;
}

/* リンク設定 */
a:link, a:visited {
  text-decoration: none;
  color: #0e55ca;
}
a:hover, a:active {
  text-decoration: underline;
  color: #0ea9ca;
}
a, a img {
  transition: 0.2s;
}
.globalnav a:hover, .detaillink a:hover {
  text-decoration: none;
}
/* Dropdown Menu Styles */
.globalnav .dropdown-wrapper {
  position: relative;
}
.globalnav ul.flex > li.dropdown-wrapper > ul.header-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 220px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 9999;
  border: 1px solid #ddd;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  flex-wrap: nowrap !important;
  flex-direction: column !important;
}
.globalnav ul.flex > li.dropdown-wrapper:hover > ul.header-dropdown {
  display: block !important;
}
.globalnav ul.header-dropdown > li {
  width: 100% !important;
  margin: 0 !important;
  margin-left: 0 !important;
  display: block !important;
  float: none !important;
  flex: none !important;
}
.globalnav ul.header-dropdown > li > a {
  color: #333 !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  display: block !important;
  font-size: 0.9rem !important;
  border-top: 1px solid #eee;
  white-space: nowrap;
  background: #fff;
}
.globalnav ul.header-dropdown > li:first-child > a {
  border-top: none;
}
.globalnav ul.header-dropdown > li > a:hover {
  background-color: #f1f1f1 !important;
  color: #0e55ca !important;
  text-decoration: none !important;
}
/* Ensure h1 doesn't block dropdown */
#globalheader h1 {
  pointer-events: none;
}

/* デフォルトハック */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* デフォルトイメージ */
img.frame {
  padding: 5px;
  border: 1px solid #666666;
  background: #FFFFFF;
  margin: 5px;
}
img.right {
  margin: 0 0 5px 5px;
}
img.left {
  margin: 0 5px 5px 0;
}
/* 共通 */
html {
  font-size: 16px;
}
body {
  color: #222;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  min-width: 900px;
  word-break: break-all;
}
.section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner {
  position: relative;
  max-width: 1200px;
  min-width: 900px;
  margin: auto;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.rg {
  font-family: 'Kosugi Maru', sans-serif;
}
.bg {
  display: none;
}
.title h3.rg .primary {
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
}
h1 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
}
#globalheader {
  border-bottom: 1px solid #ccc;
}
#globalheader .inner.flex {
  padding: 20px 0;
  align-items: center;
}
.header_logo h2 a {
  display: block;
  min-width: 220px;
  height: 40px;
}
.header_logo h2 a img {
  height: 40px;
  width: auto;
}
.header_logo h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 20px;
}
.header_nav {
  margin-left: auto;
  flex-direction: column;
  align-items: flex-end;
}
.subnav {
  margin-left: auto;
}
.globalnav {
  margin-top: 40px;
  font-size: 1.1rem;
  font-weight: 700;
}
.globalnav li + li {
  margin-left: 40px;
}
.section_slide {
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.4s opacity;
}
.section_slide.sp-horizontal {
  opacity: 1;
}
.section_slide .sp-button {
  border: none;
  background: #ccc;
  margin-left: 20px;
  margin-right: 20px;
  width: 14px;
  height: 14px;
}
.section_slide .sp-selected-button {
  background: #4eafd6;
}
.section_slide .sp-buttons {
  padding-top: 20px;
}
.section_slide .sp-arrows {
  max-width: 1200px;
  min-width: 900px;
  margin-right: auto;
  margin-left: auto;
  left: 50%;
  transform: translateX(-50%);
}
.sp-arrow:before {
  content: none;
}
.sp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #007bff transparent transparent;
  transform: none;
  background: none;
  transition: 0.2s;
  margin-top: -15px;
}
.sp-arrow:hover:after {
  border-color: transparent #0ea9ca transparent transparent;
}
.sp-slide {
  transition: 0.2s opacity;
  opacity: 0.5;
}
.sp-slide.sp-selected {
  opacity: 1;
}
.section_blue {
  background: #eef4f7;
}
.item_products {
  height: 280px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.item_products:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.item_products:hover:after {
  opacity: 0.4;
}
.item_products h4 {
  z-index: 99;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  box-sizing: border-box;
  width: auto !important;
  max-width: none !important;
  min-width: 140px;
  padding: 20px 25px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  white-space: nowrap !important;
  overflow: visible !important;
}
.item_products a {
  color: #fff;
  text-shadow: 1px 2px 3px #808080;
  text-decoration: none;
}
.item_products a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.item_bnr {
  height: 170px;
}
.item_bnr h4 {
  width: calc(100% - 200px);
}
.flex_wrap_l .just2 {
  width: calc(50% - 50px);
}
h3.plaintitle2 .primary {
  color: #222;
  font-size: 1.4rem;
  display: block;
}
h3.plaintitle2 .secondary {
  display: block;
  font-weight: 700;
  font-family: 'Century Gothic', Futura, sans-serif;
  color: #04c3d7;
}
.module_news {
  flex: 1 1 auto;
  margin-left: 40px;
}
.item_news {
  background: #fff;
  padding: 10px;
}
.item_news {
  border-bottom: 1px solid #ccc;
}
.item_news + .item_news {
  margin-top: 2px;
}
.item_news dt {
  color: #04c3d7;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 60px;
  padding-right: 60px;
}
.section_news {
  /* background decoration removed */
}
.section_branch .inner.flex {
  justify-content: space-between;
}
.module_branch {
  flex: 1;
  margin-left: 40px;
  margin-right: 40px;
}
.module_branch dl.list dt {
  width: 30%;
}
.module_contact a {
  color: #fff;
  display: block;
  padding: 30px 20px 20px;
  background: #0e55ca;
}
.module_contact a:hover {
  text-decoration: none;
  background-color: #199ecf;
}
.module_contact dd {
  color: #04c3d7;
  font-family: 'Century Gothic', Futura, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
}
.section_footerlink {
  padding: 0;
  background: #0492e1;
  color: #fff;
}
.section_footerlink h4 {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section_footerlink h4:hover {
  background: rgba(255, 255, 255, 0.2);
}
.section_footerlink h4 .primary {
  padding: 10px 0 10px 20px;
}
.section_footerlink h4 .primary:before {
  content: "+";
  margin-right: 10px;
}
.section_footerlink h4.open .primary:before {
  content: "-";
}
.section_footerlink h4 .primary:before {
  content: 'OPEN';
}
.section_footerlink h4.open .primary:before {
  content: 'CLOSE';
}
.section_footerlink a {
  color: #fff;
}
.footerlink {
  display: none;
}
.footerlink > ul {
  justify-content: space-around;
  padding: 40px 0;
}
.footerlink li {
  margin-top: 10px;
}
.footerlink > ul > li > a {
  font-weight: 700;
}
.footerlink > ul > li > ul {
  margin-left: 1rem;
}
#copy {
  background: #0e55ca;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  padding: 20px 0;
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
}
#globalfooter {
  border-top: 1px solid #ddd;
}
.section_pagetitle {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
}
.section_pagetitle .inner.flex {
  align-items: center;
}
.section_pagetitle h2 {
  font-size: 2rem;
  color: #0e55ca;
  font-weight: 700;
  letter-spacing: 1rem;
  line-height: 1;
}
.section_pagetitle_en h2 {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}
.section_pagetitle h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0e55ca;
  font-weight: 700;
  margin-left: 50px;
  line-height: 1;
}
.section_path {
  background: #f3f3f3;
  border: 1px solid #eee;
  border-right: none;
  border-left: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 0.8rem;
}
.section_path li {
  display: inline;
}
.section_path li + li:before {
  content: '>';
  margin: auto 10px;
}
.section_path2 {
  background: #fff;
  border-right: none;
  border-left: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
}
.section_path2 ul {
  text-align: center;
}
.section_path2 li {
  display: inline;
}
.section_path2 li + li:before {
  content: '・';
  margin: auto 10px;
}
.title2 h3.plaintitle .primary, .title2 h3.plaintitle .secondly {
  display: block;
  text-align: center;
  margin: 0;
}
.title_h3.flex {
  align-items: center;
  flex-wrap: nowrap;
}
.title2 h3.plaintitle .primary {
  color: #0e55ca
}
.title_h3.flex:after, .title_h3.flex:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #0e55ca;
}
.title_h3.flex:before {
  margin-right: 20px;
}
.title_h3.flex:after {
  margin-left: 20px;
}
h4.plaintitle {}
.title2 h4.plaintitle {
  border-left: 6px solid #04c3d7;
  background: linear-gradient(45deg, #fafafa 25%, #eee 25%, #eee 50%, #fafafa 50%, #fafafa 75%, #eee 75%, #eee);
  background-size: 8px 8px;
  padding: 10px 10px 10px 30px;
}
h5.plaintitle {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
}
h5.plaintitle:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 4px solid #04c3d7;
  border-radius: 20px;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 4px;
}
.title2 h5.plaintitle:before {
  border-color: #0e55ca
}
.pt {
  max-width: 1200px;
  min-width: 900px;
  margin: 0 auto;
  text-align: right;
}
.pt a {
  color: #fff;
  display: inline-block;
  background: #92b6f1;
  padding: 5px 40px;
  font-size: 0.8rem;
  position: relative;
  transform: translateY(-100%);
}
.pt a:hover {
  background: #0e55ca;
}
.pt a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
}
.item_business {
  position: relative;
  border: 1px solid #0e55ca;
  padding: 10px;
  box-sizing: border-box;
}
.item_business a:before, .item_business a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.2s;
}
.item_business a:before {
  z-index: 1;
}
.item_business a:hover {
  color: #fff;
}
.item_business a:hover:after {
  background: #0e55ca;
}
.detaillink_large a {
  background: #0e55ca;
  color: #fff;
  padding-left: 100px;
  padding-right: 100px;
}
select {
  border: 1px solid #bbb;
  box-sizing: border-box;
  padding: 4px;
}
input[type="text"], textarea {
  border: 1px solid #bbb;
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
}
textarea {
  height: 200px;
}
input.semi {
  width: 50%;
}
ul.list li {
  display: inline;
}
ul.list li + li {
  margin-left: 20px;
}
button, input[type="submit"], input[type="button"] {
  border: none;
  padding: 10px 50px;
  background: #0e55ca;
  color: #fff;
  transition: 0.2s;
}
input[type="button"] {
  background: #0e9cca;
}
button:hover, input[type="submit"]:hover {
  background: #2575f9;
}
input[type="button"]:hover {
  background: #2bc5f7;
}
.require {
  color: #f33;
  margin-left: 10px;
  margin-right: 10px;
}
.title_date {
  border-bottom: 1px solid #bbb;
  padding-bottom: 10px;
}
.title_date h4.plaintitle {
  align-items: center;
}
.title_date .date {
  margin-left: auto;
  font-family: Arial, Helvetica, sans-serif;
  background: #bbb;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.module_flow {
  flex-wrap: nowrap;
}
.module_flow + .module_flow {
  margin-top: -20px;
}
.module_flow .text {
  flex: 1 1 auto;
}
.module_flow .num {
  background: #04C3D7;
  display: flex;
  align-items: center;
  padding: 10px 40px;
  margin-right: 20px;
  position: relative;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.module_flow + .module_flow .num:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 8px 0 8px;
  border-color: #04C3D7 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
}
.module_link {
  align-items: center;
  flex-wrap: nowrap;
}
.module_link .text {
  flex: 1 1 auto;
  margin-right: 20px;
}
/* en */
body.en {
  font-family: Lato, Arial, Helvetica, sans-serif;
}
.secton_pagetitle_en {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center center;
}
.secton_pagetitle_en h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #0E55CA;
}
.secton_pagetitle_en h3 {
  font-weight: 700;
  font-size: 1.2rem;
}
.flex_wrap.nop > .just2 {
  width: 50%;
}
.item_en {
  position: relative;
}
.item_en > .just2 {
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.item_en > .just2.flex {
  padding: 60px;
  background: #0E55CA;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  transition: 0.4s;
}
.item_en:hover > .just2.flex {
  background: #2475fc
}
.item_en > .just2.flex:after, .item_en > .just2.flex:before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  transform: scale(0);
  transform-origin: right top;
  transition: 0.6s
}
.item_en > .just2.flex:after {
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
  position: absolute;
  right: auto;
  top: auto;
  left: 20px;
  bottom: 20px;
  transform-origin: left bottom;
}
.item_en > .just2.flex.empty:after, .item_en > .just2.flex.empty:before {
  content: none;
}
.item_en:hover > .just2.flex:after, .item_en:hover > .just2.flex:before {
  transform: scale(1);
}
.item_en .just2 img {
  transition: 0.6s
}
.item_en:hover .just2 img {
  transform: scale(1.2);
}
.item_en .just2 a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}
.item_en2 > .just2.flex {
  background: #04c3d7;
}
.item_en2:hover > .just2.flex {
  background: #24eaff
}
.item_en h3 {
  font-size: 2rem;
  font-weight: 700;
}
.section_en {
  padding-top: 0;
}
.sponly {
  display: none;
}
@media all and (max-width: 500px) and (min-width: 1px) {
  .sponly {
    display: block;
  }
  span.sponly {
    display: inline;
  }
  .pconly {
    display: none;
  }
  body {
    min-width: 0;
  }
  .module_branch, .section_slide .sp-arrows, .inner {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-right: 10px !important;
    padding-left: 10px !important;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
  }
  h1 {
    position: static;
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  #globalheader .inner.flex {
    flex-direction: column;
  }
  .header_logo {
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .header_logo > * {
    flex: 1;
  }
  .header_logo h3 {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 10px;
  }
  .header_nav {
    position: fixed;
    right: -200px;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 100;
    background: #fff;
    flex-direction: column;
    transition: 0.4s right;
  }
  .header_nav.open {
    right: 0;
  }
  .subnav, .header_nav ul.flex > * {
    flex: none;
    width: 100%;
  }
  .subnav, .globalnav {
    order: 1;
  }
  .subnav {
    order: 2;
  }
  .globalnav {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .globalnav li + li {
    margin-left: 0;
  }
  .globalnav a {
    padding: 10px;
    display: block;
    text-align: center;
    border-top: 1px solid #ddd;
  }
  .globalnav li:last-child a {
    border-bottom: 1px solid #ddd;
  }
  .subnav a {
    display: block;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
  }
  .globalnav_btn a {
    position: absolute;
    top: 50px;
    left: -40px;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-right: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .globalnav_btn a span {
    display: block;
    height: 2px;
    background: #0e55ca;
  }
  .flex_wrap .just2, .flex_wrap .just3 {
    width: 100%;
  }
  .flex_wrap .just4, .flex_wrap .just5 {
    width: calc(50% - 10px);
  }
  .item_bnr h4 {
    width: calc(100% - 100px)
  }
  .module_news {
    margin-left: 0;
  }
  .item_news dt {
    padding-right: 0;
    padding-left: 0;
  }
  .section_branch .inner.flex {
    display: block;
  }
  dl.list {
    display: block;
  }
  dl.list dt, dl.list dd {
    width: 100% !important;
    box-sizing: border-box;
  }
  .sp-arrows, .pt {
    display: none;
  }
  .footerlink > ul {
    flex-direction: column;
  }
  .footerlink > ul ul li {
    display: inline;
    white-space: nowrap;
    margin-right: 20px;
  }
  .footerlink > ul ul br {
    display: none;
  }
  dl.flex {
    flex-direction: column;
  }
  dl.flex dd {
    flex: 1;
  }
  .photo .pict img {
    width: 100%;
    height: auto;
  }
  .photo .pict {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .detaillink a {
    display: block;
    text-align: center;
  }
  .table_wrap {
    width: 100%;
    overflow: auto;
  }
  .table th {
    min-width: 150px
  }
  .table td {
    min-width: 200px;
  }
  .table.table1 th, .table.table1 td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .module_flow .num {
    padding-right: 10px;
    padding-left: 10px;
  }
  .module_link {
    flex-direction: column;
  }
  .module_link > * {
    width: 100%;
  }
  .module_link .text {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pagetitle {
    text-align: center;
    display: block;
  }
  .pagetitle h3 {
    margin-left: 0;
    margin-top: 20px;
  }
  .section_pagetitle {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body > img {
    position: absolute;
    left: -50px;
    top: -50px;
  }
  a[name][id] > img {
    width: auto;
    height: auto;
  }
  textarea, input[type="text"], select {
    width: 100%;
  }
  form ul.list li {
    display: block;
    margin-left: 0;
  }
  .detaillink_large a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex_wrap.nop.item_en {
    margin-bottom: 0;
  }
  .flex_wrap.nop.item_en > .just2 {
    width: 100%;
    margin-bottom: 0;
    order: 1;
  }
  .flex_wrap.nop.item_en > .just2.flex {
    order: 2;
  }
  .secton_pagetitle_en h2 {
    font-size: 2rem;
  }
}
body[class*="wc"] .footerlink, body[class*="wc"] .bg {
  display: block;
}
body[class*="wc"] .sp-slide {
  opacity: 1;
  position: static;
}
body[class*="wc"] .detaillink .wgt a {
  background: #0ff !important;
}
body[class*="wc"] .item_en > .just2.flex:after, body[class*="wc"] .item_en > .just2.flex:before, body[class*="wc"] .item_en .just2 a:before {
  content: none;
}
body[class*="wc"] .sp-slide, body[class*="wc"] .section_slide {
  position: static;
  opacity: 1;
}
.childmenu {
  margin-left: 20px !important;
}
.mgnnot {
  margin-bottom: 10px !important;
}
.img100 {
  width: auto !important;
}
.catchcopy1 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 160%;
  font-family:
    'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0;
  font-feature-settings: "palt"1;
  font-kerning: auto;
  color: #515e7e;
  margin-bottom: 50px;
}
.catchcopy2 {
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 160%;
  font-family:
    'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0;
  font-feature-settings: "palt"1;
  font-kerning: auto;
  color: #588ab4;
}
.syomei {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 30px;
}
.syomei img {
  width: 200px;
  height: auto;
}
.syomeitxt {
  text-align: right;
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .catchcopy1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 100%;
    font-family:
      'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600;
    letter-spacing: 0;
    font-feature-settings: "palt"1;
    font-kerning: auto;
    color: #515e7e;
  }
  .catchcopy2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 100%;
    font-family:
      'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600;
    letter-spacing: 0;
    font-feature-settings: "palt"1;
    font-kerning: auto;
    color: #588ab4;
  }
}



/*-----------------------------------------*/
.accordion_blk.module {
    margin-bottom: 10px;
}
.acco_box {
    
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.acco_box .acco_tit {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #e0f0ff;
box-sizing: border-box;
    padding-right: 25px;
    position: relative;
    transition: all 0.3s;
}
.acco_box .active.acco_tit,
.acco_box .acco_tit:hover {
    color: #0e55ca;
}
.acco_box .acco_tit:before,
.acco_box .acco_tit:after {
    background-color: #222;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    z-index: auto;
    transition: all 0.3s;
}
.acco_box:hover .acco_tit:before,
.acco_box:hover .acco_tit:after,
.acco_box .active.acco_tit:before,
.acco_box .active.acco_tit:after {
    background-color: #0e55ca;
}
.acco_box .acco_tit:after {
    transform: rotate(90deg);
}

.acco_box .active.acco_tit:after {
    transform: rotate(0deg);
}
.acco_hidearea {
    box-sizing: border-box;
    display: none;
    width: 100%;
    position: relative;
        padding: 10px;
    padding-left: 20px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #f9f9f9;
}
.acco_txt {
    position: relative;
}
.acco_hidearea .acco_txt + .acco_txt {
    margin-top: 8px;
}
body[class*="wc"] .acco_hidearea {
    display: block;
}

body[class*="wc"] .accordion_blk {
    border: 1px dashed #ccc;
    padding: 0 10px;
}
/*-----------------------------------------*/