@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot, section form h2.mail.title {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  word-wrap: break-word;
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1200px;
}
.inner._L {
  max-width: 1400px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 640px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}
table td img {
  height: auto !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.header {
  padding: 20px 0;
}
@media screen and (max-width: 834px) {
  .header {
    padding: 60px 0 20px;
  }
}
.header-bg {
  background: url(../images/common/main1.jpg) center top/cover no-repeat;
  padding: 30px 0;
}
.header-inner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 30px 0 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .header-inner {
    display: block;
    position: static;
    padding: 0;
  }
}
.header-inner:before {
  position: absolute;
  top: 0;
  left: -500%;
  width: 1000%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  content: "";
  z-index: -1;
  transition-duration: 0.4s;
}
@media screen and (max-width: 834px) {
  .header-inner:before {
    display: none;
  }
}
.header-inner._active:before {
  background: white;
}
.header-wrap {
  text-align: left;
  font-size: 10px;
}
@media only screen and (max-width: 1000px) {
  .header-wrap {
    width: 25%;
  }
}
@media screen and (max-width: 834px) {
  .header-wrap {
    width: auto;
    text-align: center;
  }
}
.header-tel {
  max-width: 1200px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: right;
  z-index: 10000;
  width: 95%;
}
@media screen and (max-width: 834px) {
  .header-tel {
    display: none;
  }
}
.header-tel a {
  display: flex;
  align-items: center;
  background: #09317f;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 20px;
  padding: 0 10px;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
}
.header-tel a img {
  display: inline-block;
  margin-right: 5px;
}
.header-tel a span {
  display: inline-block;
  width: 15px;
  font-size: 10px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 5px;
  margin-right: 5px;
}

.nav {
  width: 100%;
  max-width: 800px;
}
.nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .nav-list {
    display: block;
  }
}
.nav-list a {
  font-size: 13px;
}
.nav-item {
  flex-grow: 1;
}
.nav-item a {
  display: block;
  color: #000;
  font-weight: bold;
}
.nav-item._line {
  margin-right: 5px;
  min-width: 112px;
}
.nav-item._line a {
  color: #fff;
  padding: 7px 0;
  padding-left: 30%;
  background: #06c152;
  border-radius: 4px;
  position: relative;
  text-align: left;
}
.nav-item._line a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 15px;
  height: 15px;
  background: url(../images/common/LINE.png) center/contain no-repeat;
  display: block;
  margin: auto;
  content: "";
}
@media screen and (max-width: 834px) {
  .nav-item._line a:before {
    display: none;
  }
}
.nav-item._contact {
  min-width: 138px;
}
.nav-item._contact a {
  color: #fff;
  padding: 7px 0;
  padding-left: 30%;
  background: #f46400;
  border-radius: 4px;
  position: relative;
  text-align: left;
}
.nav-item._contact a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13%;
  width: 15px;
  height: 15px;
  background: url(../images/common/mail.png) center/contain no-repeat;
  display: block;
  margin: auto;
  content: "";
}
@media screen and (max-width: 834px) {
  .nav-item._contact a:before {
    display: none;
  }
}

.drop {
  position: relative;
}
.drop:hover .drop-item {
  height: 3rem;
  overflow: visible;
}
@media screen and (max-width: 834px) {
  .drop:hover .drop-item {
    height: auto;
  }
}
.drop-list {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .drop-list {
    position: static;
  }
}
.drop-item {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (max-width: 834px) {
  .drop-item {
    height: auto;
    overflow: inherit;
    transition: 0;
  }
}
.drop-item a {
  display: block;
  background: #0637c2;
  text-align: left;
  color: #fff;
  padding: 5px 10px;
}

.main {
  margin-top: 4%;
  position: relative;
  overflow: hidden;
}
.main-list._jmr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: 0 20px;
}
.main-list._jmr .main-item {
  padding: 10px;
}
.main-list._img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  margin-top: 4%;
}
.main-list._img .main-item {
  padding: 10px;
}
.main-copy {
  font-size: 40px;
  font-weight: 900;
  margin-top: 4%;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .main-copy {
    font-size: 25px;
  }
}
@media screen and (max-width: 640px) {
  .main-copy {
    font-size: 20px;
  }
}
.main-copy .orange {
  font-size: 50px;
}
@media screen and (max-width: 834px) {
  .main-copy .orange {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .main-copy .orange {
    font-size: 24px;
  }
}
.main-btn {
  margin-top: 4%;
  padding: 0 20px;
}
.main-wrap {
  background: rgba(190, 222, 225, 0.7);
  padding: 50px 2.5%;
  margin-top: 10%;
}
.main-text {
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 1000px) {
  .main-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .main-text {
    font-size: 13px;
  }
}
.main-text .underline {
  display: block;
}

.mean-container .mean-bar, .mean-container .mean-nav {
  background: #0637c2 !important;
}

.mean-bar {
  position: fixed !important;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  padding: 0 !important;
}

.btn {
  position: absolute;
  top: 30%;
  right: -280px;
  transition-duration: 0.4s;
}
@media screen and (max-width: 834px) {
  .btn {
    display: none;
  }
}
.btn:hover {
  right: 0;
}
.btn-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 405px;
  background: #e97728;
  border: 2px solid #fff;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0 0 10px;
}
.btn-item {
  padding: 10px 15px;
  line-height: 1.4;
}
.btn-item._text {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: bold;
}
.btn-item._text img {
  display: block;
  width: 40px;
  margin: 0 auto 10px;
}
.btn-item._tel {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
}

#top_button {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}
@media screen and (max-width: 834px) {
  #top_button {
    display: none;
  }
}

.fix_info {
  width: 100%;
  display: flex !important;
  justify-content: flex-end;
  flex-grow: 1;
}
.fix_info .list {
  width: 270px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.fix_info .list a {
  padding: 15px 10px;
  display: flex;
  width: 100% !important;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.fix_info .list a i {
  margin-right: 5px;
  font-size: 18px;
}
.fix_info .txt {
  width: 200px;
}
.fix_info .cont {
  margin-bottom: 10px;
}
.fix_info .cont a {
  width: 100%;
  display: block;
  background: #f64c3b !important;
  border-radius: 3px;
  border-radius: 30px;
}
.fix_info .line i {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}
.fix_info .line a {
  background: #00d95e;
  border-radius: 3px;
  font-size: 20px;
}
.fix_info .line a img {
  width: 20px;
  margin-right: 5px;
}

.spform {
  display: none;
}
@media screen and (max-width: 834px) {
  .spform {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 100;
  }
}
.spform-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.spform-item {
  width: 49%;
}
.spform-item a {
  display: block;
  background: #ff7719;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  font-weight: bold;
}
.spform-item a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f46400;
  content: "";
  z-index: -1;
}

.footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .footer-inner {
    display: block;
  }
}
.footer-wrap {
  text-align: left;
}
.footer-wrap._left .footer-midashi {
  display: inline-block;
  background: #0637c2;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 20px;
}
.footer-wrap._left .footer-text {
  margin-top: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  .footer-wrap._right {
    margin-top: 30px;
  }
}
.footer-wrap._right .footer-midashi {
  color: #0637c2;
  font-weight: bold;
}
.footer-wrap._right .footer-text {
  font-weight: bold;
}
.footer-wrap._right .footer-text:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.footer-ID {
  font-size: 10px;
  font-weight: bold;
}
.footer-btn {
  margin-top: 30px;
  padding: 0 20px;
}
.footer-copy {
  display: block;
  background: #0637c2;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .footer-copy {
    padding: 10px 0 90px;
  }
}

.f_inner_box {
  display: flex;
  padding-top: 50px;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.f_inner_box .box {
  flex: 0 0 calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px #999;
  padding: 2%;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .f_inner_box .box {
    flex: 0 0 calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .f_inner_box .box {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.f_inner_box .box:last-child {
  margin-right: 0;
}
.f_inner_box .box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .f_inner_box .box:nth-child(4n) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .f_inner_box .box:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .f_inner_box .box:nth-child(2n) {
    margin-right: 0;
  }
}

.f_inner_box address {
  font-weight: bold;
}

.f_inner_box address a {
  color: #000 !important;
  font-weight: bold;
}

.f_inner_box .box .adtitle {
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #0637c2;
  color: #0637c2;
  font-size: 16px;
}

.news {
  border: 1px solid #ccc;
  padding: 30px;
}
.news .blog_list {
  border: none !important;
  overflow-y: auto;
  max-height: 200px;
}
.news .blog_list > div {
  margin-bottom: 20px;
}
.news .blog_list > div .blog_photo {
  display: none !important;
}
.news .blog_list > div .blog_text {
  width: 100% !important;
  padding: 0 !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: flex-start;
}
.news .blog_list > div .blog_date {
  width: 120px !important;
  color: #000 !important;
}
.news .blog_list > div h3 {
  width: 100% !important;
}
.news .blog_list > div .detail {
  margin: 0 !important;
}

.index-01 .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .index-01 .inner {
    display: block;
  }
}
.index-01 .inner .table {
  width: 32.3333333333%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #d52727;
}
.index-01 .inner .table._01 tr:nth-child(6) div span {
  background: #f46400;
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  margin-bottom: 5px;
  border-radius: 3px;
}
.index-01 .inner .table._02 tr:nth-child(6) div span, .index-01 .inner .table._03 tr:nth-child(6) div span {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
.index-01 .inner .table._02 tr:nth-child(6) div span:before, .index-01 .inner .table._03 tr:nth-child(6) div span:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #f46400;
  border-radius: 3px;
  display: block;
  content: "";
}
@media screen and (max-width: 834px) {
  .index-01 .inner .table:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .index-01 .inner .table {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .index-01 .inner .table tr {
    width: 100%;
  }
}
.index-01 .inner .table tr:nth-child(1) td {
  padding: 0 30px !important;
}
.index-01 .inner .table tr:nth-child(1) td div {
  background: #d52727;
  display: block;
  height: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  margin-top: -30px;
  font-weight: bold;
}
.index-01 .inner .table tr:nth-child(2) td {
  padding: 20px !important;
}
.index-01 .inner .table tr:nth-child(2) div {
  font-size: 26px;
  color: #00b4e1;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(transparent 75%, #ff6 75%);
  padding: 0 20px;
  margin: 10px auto 0;
}
.index-01 .inner .table tr:nth-child(3) img {
  width: 100% !important;
}
.index-01 .inner .table tr:nth-child(3) div {
  background: url(../images/common/onayami-icon4.png) center top no-repeat;
  padding-top: 40px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  height: 120px;
}
@media screen and (max-width: 834px) {
  .index-01 .inner .table tr:nth-child(3) div {
    height: auto;
  }
}
.index-01 .inner .table tr:nth-child(4) div {
  background: #feffc9;
  padding: 20px;
  text-align: left !important;
  min-height: 150px;
}
.index-01 .inner .table tr:nth-child(5) img {
  width: 100% !important;
}
.index-01 .inner .table tr:nth-child(6) div {
  text-align: left !important;
}
.index-01 .inner .table td {
  display: block;
  border: none !important;
  text-align: center !important;
  padding: 10px 20px !important;
}
@media screen and (max-width: 834px) {
  .index-01 .inner .table td {
    width: 100%;
    display: block;
  }
}
.index-02 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.index-02 .box {
  width: 49%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-top: 2.5%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .index-02 .box {
    width: 100%;
  }
}
.index-02 .box:nth-child(1):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1";
  color: #fff;
  background: #0637c2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-02 .box:nth-child(2):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "2";
  color: #fff;
  background: #0637c2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-02 .box:nth-child(3):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "3";
  color: #fff;
  background: #0637c2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-02 .box:nth-child(4):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "4";
  color: #fff;
  background: #0637c2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-02 .box:nth-child(5):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "5";
  color: #fff;
  background: #0637c2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-02 .box:nth-child(6):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "6";
  color: #fff;
  background: #0637c2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-02 .box:nth-child(7):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "7";
  color: #fff;
  background: #0637c2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-02 .box:nth-child(8):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "8";
  color: #fff;
  background: #0637c2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-02 .box:nth-child(9):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "9";
  color: #fff;
  background: #0637c2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-02 .box:nth-child(10):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "10";
  color: #fff;
  background: #0637c2;
  font-size: 30px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-02 .box:after {
  position: absolute;
  top: 60px;
  left: 5px;
  content: "POINT";
  font-weight: bold;
  color: #0637c2;
}
.index-02 .box img {
  width: 100% !important;
}
.index-02 .box h3 {
  background: #fdff8c;
  text-align: center;
  padding: 10px 0;
  border-radius: 30px;
  font-size: 24px;
  margin: 30px 0 20px;
}
@media only screen and (max-width: 1000px) {
  .index-02 .box h3 {
    font-size: 22px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 640px) {
  .index-02 .box h3 {
    font-size: 18px;
  }
}
.index-02 .box div {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.index-02 .box div h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .index-02 .box div h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 834px) {
  .index-02 .box div h4 br {
    display: none;
  }
}
.index-faq .box {
  width: 100%;
  overflow: inherit !important;
}
.index-faq .box._img article > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .index-faq .box._img article > div {
    flex-wrap: wrap;
  }
}
.index-faq .box._img article > div > span {
  display: block;
  width: 68%;
}
@media screen and (max-width: 640px) {
  .index-faq .box._img article > div > span {
    width: 100%;
  }
}
.index-faq .box._img article > div > span div {
  font-size: 20px;
  font-weight: bold;
}
.index-faq .box._img article > div img {
  width: 30% !important;
}
@media screen and (max-width: 640px) {
  .index-faq .box._img article > div img {
    width: 100%;
    margin-top: 20px;
  }
}
.index-faq .box article h3 {
  background: url(../images/common/q.png) left 20px top 20px no-repeat #ffedbb;
  padding: 30px;
  padding-left: 80px;
  font-size: 23px;
  font-weight: bold;
  position: relative;
}
.index-faq .box article h3:before {
  position: absolute;
  top: 10px;
  left: -24px;
  width: 24px;
  height: 16px;
  background: url(../images/common/q-hukidashi.png) center/cover no-repeat;
  content: "";
}
.index-faq .box article > div {
  margin-top: 10px;
  margin-bottom: 30px;
  background: url(../images/common/a.png) left 20px top 20px no-repeat #ffffe2;
  padding: 30px;
  padding-left: 80px;
  position: relative;
}
.index-faq .box article > div:before {
  position: absolute;
  top: 10px;
  right: -24px;
  width: 24px;
  height: 16px;
  background: url(../images/common/a-hukidashi.png) center/cover no-repeat;
  content: "";
}
.index-faq .box article > div > div {
  font-size: 20px;
  font-weight: bold;
}
.index-04 .title h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index-04 .title h2 span {
  display: inline-block;
  color: #0637c2;
  background: linear-gradient(transparent 60%, #ff6 60%);
}
@media screen and (max-width: 834px) {
  .index-04 .title h2 span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  .index-04 .title h2 span {
    font-size: 30px;
  }
}
.index-04 .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 780px;
  margin: 40px auto 0;
}
.index-04 .flex .box {
  width: 32.3333333333%;
  margin-bottom: 2%;
  overflow: inherit !important;
}
@media screen and (max-width: 834px) {
  .index-04 .flex .box {
    width: 49%;
  }
}
@media screen and (max-width: 640px) {
  .index-04 .flex .box {
    width: 100%;
    margin-bottom: 4%;
  }
}
.index-04 .flex .box img {
  width: 100% !important;
}
.index-04 .flex .box div {
  text-align: center;
  font-weight: bold;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  max-width: 220px;
  margin: -30px auto 0;
  position: relative;
  z-index: 10;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0637c2;
}
.index-performance {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.index-performance._center {
  justify-content: center;
}
.index-performance._center .box {
  margin: 0 1%;
}
@media screen and (max-width: 834px) {
  .index-performance._center .box {
    margin: 0 0 2%;
  }
}
.index-performance .box {
  width: 32.3333333333%;
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  .index-performance .box {
    width: 100%;
    margin-bottom: 3%;
  }
}
.index-performance .box img {
  width: 100% !important;
}
.index-performance .box h3 {
  text-align: center;
  margin-top: 15px;
  margin-margin-bottom: 10px;
  font-size: 18px;
  color: #0637c2;
  font-weight: bold;
}
.index-performance .box div {
  font-weight: bold;
  text-align: center;
}
.index-05 .title {
  background: #0637c2;
  padding: 10px 0 20px;
}
.index-05 .title h3 {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
}
.index-05 .title h3 span {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
.index-05 .form {
  padding: 30px;
}
.index-05 .form dl {
  border-bottom: 1px solid #ccc !important;
  padding: 20px 0 !important;
}
.index-05 .form dt {
  border: none !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  justify-content: start;
}
.index-05 .form dt span {
  background: #d52727;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  margin-left: 20px;
}
.index-05 .form dd {
  border: none !important;
}
.index-05 .form-btn {
  text-align: center;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #0637c2;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin: 0 calc(50% - 50vw);
}

.orange {
  color: #f46400;
}

.red {
  color: #d52727;
}

.blue {
  color: #00b4e1;
}

.underline {
  text-decoration: underline;
}

.mg1 {
  margin: 1em;
}

.mgT1 {
  margin-top: 1em;
}

.mgR1 {
  margin-right: 1em;
}

.mgB1 {
  margin-bottom: 1em;
}

.mgL1 {
  margin-left: 1em;
}

.pd1 {
  padding: 1em;
}

.pdT1 {
  padding-top: 1em;
}

.pdR1 {
  padding-right: 1em;
}

.pdB1 {
  padding-bottom: 1em;
}

.pdL1 {
  padding-left: 1em;
}

.mg2 {
  margin: 2em;
}

.mgT2 {
  margin-top: 2em;
}

.mgR2 {
  margin-right: 2em;
}

.mgB2 {
  margin-bottom: 2em;
}

.mgL2 {
  margin-left: 2em;
}

.pd2 {
  padding: 2em;
}

.pdT2 {
  padding-top: 2em;
}

.pdR2 {
  padding-right: 2em;
}

.pdB2 {
  padding-bottom: 2em;
}

.pdL2 {
  padding-left: 2em;
}

.mg3 {
  margin: 3em;
}

.mgT3 {
  margin-top: 3em;
}

.mgR3 {
  margin-right: 3em;
}

.mgB3 {
  margin-bottom: 3em;
}

.mgL3 {
  margin-left: 3em;
}

.pd3 {
  padding: 3em;
}

.pdT3 {
  padding-top: 3em;
}

.pdR3 {
  padding-right: 3em;
}

.pdB3 {
  padding-bottom: 3em;
}

.pdL3 {
  padding-left: 3em;
}

.mg4 {
  margin: 4em;
}

.mgT4 {
  margin-top: 4em;
}

.mgR4 {
  margin-right: 4em;
}

.mgB4 {
  margin-bottom: 4em;
}

.mgL4 {
  margin-left: 4em;
}

.pd4 {
  padding: 4em;
}

.pdT4 {
  padding-top: 4em;
}

.pdR4 {
  padding-right: 4em;
}

.pdB4 {
  padding-bottom: 4em;
}

.pdL4 {
  padding-left: 4em;
}

.mg5 {
  margin: 5em;
}

.mgT5 {
  margin-top: 5em;
}

.mgR5 {
  margin-right: 5em;
}

.mgB5 {
  margin-bottom: 5em;
}

.mgL5 {
  margin-left: 5em;
}

.pd5 {
  padding: 5em;
}

.pdT5 {
  padding-top: 5em;
}

.pdR5 {
  padding-right: 5em;
}

.pdB5 {
  padding-bottom: 5em;
}

.pdL5 {
  padding-left: 5em;
}

.mg6 {
  margin: 6em;
}

.mgT6 {
  margin-top: 6em;
}

.mgR6 {
  margin-right: 6em;
}

.mgB6 {
  margin-bottom: 6em;
}

.mgL6 {
  margin-left: 6em;
}

.pd6 {
  padding: 6em;
}

.pdT6 {
  padding-top: 6em;
}

.pdR6 {
  padding-right: 6em;
}

.pdB6 {
  padding-bottom: 6em;
}

.pdL6 {
  padding-left: 6em;
}

.mg7 {
  margin: 7em;
}

.mgT7 {
  margin-top: 7em;
}

.mgR7 {
  margin-right: 7em;
}

.mgB7 {
  margin-bottom: 7em;
}

.mgL7 {
  margin-left: 7em;
}

.pd7 {
  padding: 7em;
}

.pdT7 {
  padding-top: 7em;
}

.pdR7 {
  padding-right: 7em;
}

.pdB7 {
  padding-bottom: 7em;
}

.pdL7 {
  padding-left: 7em;
}

.mg8 {
  margin: 8em;
}

.mgT8 {
  margin-top: 8em;
}

.mgR8 {
  margin-right: 8em;
}

.mgB8 {
  margin-bottom: 8em;
}

.mgL8 {
  margin-left: 8em;
}

.pd8 {
  padding: 8em;
}

.pdT8 {
  padding-top: 8em;
}

.pdR8 {
  padding-right: 8em;
}

.pdB8 {
  padding-bottom: 8em;
}

.pdL8 {
  padding-left: 8em;
}

.mg9 {
  margin: 9em;
}

.mgT9 {
  margin-top: 9em;
}

.mgR9 {
  margin-right: 9em;
}

.mgB9 {
  margin-bottom: 9em;
}

.mgL9 {
  margin-left: 9em;
}

.pd9 {
  padding: 9em;
}

.pdT9 {
  padding-top: 9em;
}

.pdR9 {
  padding-right: 9em;
}

.pdB9 {
  padding-bottom: 9em;
}

.pdL9 {
  padding-left: 9em;
}

.mg10 {
  margin: 10em;
}

.mgT10 {
  margin-top: 10em;
}

.mgR10 {
  margin-right: 10em;
}

.mgB10 {
  margin-bottom: 10em;
}

.mgL10 {
  margin-left: 10em;
}

.pd10 {
  padding: 10em;
}

.pdT10 {
  padding-top: 10em;
}

.pdR10 {
  padding-right: 10em;
}

.pdB10 {
  padding-bottom: 10em;
}

.pdL10 {
  padding-left: 10em;
}

.section-title._xl {
  padding: 20px;
  padding-top: 170px;
  padding-bottom: 50px;
}
.section-title._xl h2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .section-title._xl h2 {
    font-size: 20px;
  }
}
.section-title._icon01 {
  background: url(../images/common/onayami-midashi-icon.png) center top 30px no-repeat;
}
.section-title._icon02 {
  background: url(../images/common/sodan-icon.png) center top 30px no-repeat;
}
.section-title._l {
  position: relative;
}
.section-title._l:before {
  position: absolute;
  border: 1px solid #0637c2;
  width: 100%;
  height: 100%;
  display: block;
  top: 10px;
  left: 10px;
  content: "";
  z-index: 1;
  background: #fff;
}
.section-title._l h2 {
  border: 1px solid #000;
  background: #fff;
  padding: 10px 0 25px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .section-title._l h2 {
    font-size: 20px !important;
  }
}
.section-title._l h2 span {
  color: #f46400;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}

.title-01._common {
  background: #f3f3f3;
  color: #0637c2;
  border-top: 7px solid #0637c2;
  font-weight: bold;
  font-size: 30px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 0 0 5px 5px;
  margin-top: 20px;
  padding: 20px 0;
}

.text-right .box, .text-left .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.text-right .box > img, .text-left .box > img {
  width: 35% !important;
}
.text-right .box > div, .text-left .box > div {
  width: 63%;
}

.text-left .box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  ._tab100 .box {
    display: block;
  }
  ._tab100 .box > img {
    width: 100% !important;
    margin-bottom: 10px;
  }
  ._tab100 .box > div {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  ._sp100 .box {
    display: block;
  }
  ._sp100 .box > img {
    width: 100% !important;
    margin-bottom: 10px;
  }
  ._sp100 .box > div {
    width: 100%;
  }
}

.policy h2 {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #0637c2;
}

.pankuzu {
  margin: 30px 0;
  line-height: 1.4;
}
.pankuzu a {
  color: #0637c2;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.pankuzu a:before {
  position: absolute;
  top: 2px;
  right: -6px;
  width: 20px;
  height: 20px;
  content: "〉";
  display: block;
  font-size: 10px;
}

.faq dl, .faq dt, .faq dd {
  width: 100% !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.faq dl {
  display: block !important;
  margin-bottom: 5px;
}
.faq dt {
  border: 1px solid #ccc !important;
  padding: 10px !important;
  padding-right: 30px;
  padding-left: 15px !important;
  font-weight: bold;
  position: relative;
}
.faq dt:before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 30px;
  content: "";
  background: url(../images/common/icon_plus.png) center/20px no-repeat;
  display: block;
  margin: auto;
}
.faq dt:hover {
  cursor: pointer;
}
.faq dd {
  display: none;
}
.faq dd span {
  display: block !important;
  padding: 10px !important;
}

aside div#search button {
  background-size: 13px !important;
}

section.blog aside nav > div {
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
section.blog #contents h1 .translate {
  display: block;
  font-size: 26px;
  margin: 10px 0 !important;
  color: #031a40;
}

section div#contents article div.date {
  line-height: 2 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #0637c2 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0 15px !important;
  border-radius: 3px !important;
}

section div#contents > dl ul li {
  float: none !important;
}

section div#contents > dl ul li a {
  margin-bottom: 0 !important;
}

.notfound h2 {
  color: #aaa;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 100px;
}

.kaisei_03_wrap {
  position: relative;
  padding: 80px 50px 0 50px;
}
@media screen and (max-width: 1000px) {
  .kaisei_03_wrap {
    padding: 50px 50px 30px 50px;
  }
}
@media only screen and (max-width: 834px) {
  .kaisei_03_wrap {
    padding: 50px 0 30px 0;
  }
}
@media screen and (max-width: 350px) {
  .kaisei_03_wrap {
    padding: 30px 0 50px 0;
  }
}
.kaisei_03_wrap .deco1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
}
@media only screen and (max-width: 834px) {
  .kaisei_03_wrap .deco1 {
    bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .kaisei_03_wrap .deco1 {
    width: 20%;
  }
}
.kaisei_03_wrap .deco2 {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 25%;
}
@media only screen and (max-width: 834px) {
  .kaisei_03_wrap .deco2 {
    bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .kaisei_03_wrap .deco2 {
    width: 20%;
  }
}
.kaisei_03_wrap h2 {
  position: relative;
  z-index: 1;
  line-height: 1.5em;
  font-size: 1.875rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: bold;
  color: #013687;
}
.kaisei_03_wrap h2 .sub {
  font-size: 1.125rem;
  display: block;
  margin: 0 auto;
  width: 250px;
  background: #0637c2;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .kaisei_03_wrap h2 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 834px) {
  .kaisei_03_wrap h2 {
    font-size: 1.3125rem;
  }
  .kaisei_03_wrap h2 .sub {
    font-size: 0.875rem;
    width: 200px;
  }
}
@media only screen and (max-width: 834px) and (max-width: 1200px) {
  .kaisei_03_wrap h2 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media screen and (max-width: 350px) {
  .kaisei_03_wrap h2 {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 1800px) {
  .kiasei_link {
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1500px) {
  .kiasei_link {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .kiasei_link {
    width: 100%;
  }
}
.kiasei_link ul {
  display: flex;
  flex-wrap: wrap;
}
.kiasei_link ul li {
  width: 32%;
  margin: 1%;
}
.kiasei_link ul li:nth-child(3n+1) {
  margin-left: 0;
}
.kiasei_link ul li:nth-child(3n+3) {
  margin-right: 0;
}
.kiasei_link ul li a {
  text-align: center;
  position: relative;
  z-index: 2;
  font-weight: 300;
  font-size: 1.125rem;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  background: #038fdf;
  color: #fff;
  border-radius: 3px;
}
.kiasei_link ul li a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054"; /*アイコンのユニコード*/
  font-size: 0.875rem;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.kiasei_link ul li a:hover {
  opacity: 1 !important;
  background: #0c9ef2;
  color: #fff;
}
.kiasei_link ul li a:hover:after {
  transform: translate(3px, 0);
  transition: 0.5s;
}
@media only screen and (max-width: 834px) {
  .kiasei_link ul li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 350px) {
  .kiasei_link ul li a {
    font-size: 0.75rem;
  }
}
.kiasei_link ul li:nth-child(1) {
  position: relative;
  overflow: visible !important;
}
.kiasei_link ul li:nth-child(1):before {
  position: absolute;
  content: "";
  top: -30px;
  left: 10px;
  width: 30%;
  min-width: 70px;
  height: 100%;
  content: "";
  background: url(../images/syoubouhou/ichioshi.png) no-repeat top;
  background-size: contain;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .kiasei_link ul li:nth-child(1):before {
    left: -10px;
  }
}
.shoubou_slide ul li {
  margin: 10px !important;
}
.shoubou_slide ul .slick-prev:before, .shoubou_slide ul .slick-next:before {
  color: #0637c2 !important;
  font-size: 1.25rem;
}
.shoubou_slide ul .slick-dots {
  display: flex;
  justify-content: center;
}
.shoubou_slide ul .slick-dots .slick-prev:before, .shoubou_slide ul .slick-dots .slick-next:before {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .shoubou_slide ul li {
    margin: 3px !important;
  }
  .shoubou_slide ul .slick-prev:before, .shoubou_slide ul .slick-next:before {
    font-size: 1rem;
  }
}

.kaisei_03_inr {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #fde5e4;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .kaisei_03_arrow {
    width: 50px !important;
    margin: 0 auto;
  }
}

.kaisei_03_wrap2 {
  position: relative;
  padding: 50px 50px 100px 50px;
}
@media only screen and (max-width: 1200px) {
  .kaisei_03_wrap2 {
    padding: 30px 40px 80px 40px;
  }
}
@media screen and (max-width: 834px) {
  .kaisei_03_wrap2 {
    padding: 30px 20px 70px 20px;
  }
}
@media screen and (max-width: 640px) {
  .kaisei_03_wrap2 {
    padding: 30px 10px 40px 10px;
  }
}
@media screen and (max-width: 350px) {
  .kaisei_03_wrap2 {
    padding: 30px 0 54px 0;
  }
}

.kaisei_04_wrap {
  position: relative;
  padding: 60px 50px !important;
}
@media only screen and (max-width: 1200px) {
  .kaisei_04_wrap {
    padding: 50px 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .kaisei_04_wrap {
    padding: 40px 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .kaisei_04_wrap {
    padding: 30px 15px !important;
  }
}

.ichioshi {
  position: relative;
  width: 100%;
  height: 100%;
}
.ichioshi:before {
  position: absolute;
  content: "";
  top: 50px;
  right: -250px;
  width: 250px;
  height: 100%;
  content: "";
  background: url(../images/syoubouhou/ichioshi.png) no-repeat top;
  background-size: contain;
  z-index: 1000000;
}
@media only screen and (max-width: 1800px) {
  .ichioshi:before {
    right: -200px;
    width: 200px;
  }
}
@media only screen and (max-width: 1700px) {
  .ichioshi:before {
    right: -100px;
    width: 150px;
  }
}
@media only screen and (max-width: 1500px) {
  .ichioshi:before {
    right: 0;
    top: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .ichioshi:before {
    width: 120px;
  }
}
@media screen and (max-width: 640px) {
  .ichioshi:before {
    width: 100px;
    top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .ichioshi:before {
    width: 80px;
    top: 10px;
  }
}

.kaisei_04_inr, .kaisei_04_inrc, .kaisei_04_inrb {
  width: 90vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 5vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  background: white;
  z-index: -1;
  box-shadow: 0px 3px 9.5px 0.5px rgba(4, 0, 0, 0.2);
}

.kaisei_04_inrb {
  background: white;
}

.kaisei_04_inrc {
  background: white;
}

.kaisei_05 .box {
  background: #f2f2f2;
  border: #ddd 1px solid;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
.kaisei_05 .box div {
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .kaisei_05 .box div {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.kaisei_05 .box div .yasusa {
  color: #d6af47;
}
.kaisei_05 .box div .kikan {
  color: #f64c3b;
}
@media screen and (max-width: 1000px) {
  .kaisei_05 .box div {
    font-size: 1.125rem;
  }
}
.kaisei_05 .box span {
  display: block;
}

.patern_title {
  margin: 0 auto 20px auto;
}
.patern_title h2, .patern_title h3, .patern_title h4 {
  font-size: 1.75rem;
  color: #0637c2;
  font-weight: 600;
  border-bottom: 3px dashed rgba(6, 55, 194, 0.8);
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .patern_title h2, .patern_title h3, .patern_title h4 {
    font-size: calc(1.3rem + 0.6vw);
  }
}
.patern_title h2 .num, .patern_title h3 .num, .patern_title h4 .num {
  display: block;
  width: 200px;
  margin: 0 auto 10px auto;
  font-size: 1.875rem;
  background: #038fdf;
  border-radius: 3px;
  font-family: balboa, sans-serif;
  color: #fff;
  padding: 5px;
}
@media (max-width: 1200px) {
  .patern_title h2 .num, .patern_title h3 .num, .patern_title h4 .num {
    font-size: calc(1.3125rem + 0.75vw);
  }
}
@media only screen and (max-width: 834px) {
  .patern_title {
    margin: 0 auto 15px auto;
  }
  .patern_title h2, .patern_title h3, .patern_title h4 {
    font-size: 1.3125rem;
  }
}
@media only screen and (max-width: 834px) and (max-width: 1200px) {
  .patern_title h2, .patern_title h3, .patern_title h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
@media only screen and (max-width: 834px) {
  .patern_title h2 .num, .patern_title h3 .num, .patern_title h4 .num {
    font-size: 1.5rem;
    padding: 5px;
  }
}
@media only screen and (max-width: 834px) and (max-width: 1200px) {
  .patern_title h2 .num, .patern_title h3 .num, .patern_title h4 .num {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.title_center_bg {
  margin: 0 auto 20px auto;
}
.title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
  background: #0637c2;
  padding: 5px 10px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 1200px) {
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.title_center_bg h2 span, .title_center_bg h3 span, .title_center_bg h4 span {
  width: 100%;
  max-width: 500px;
  margin: 5px auto 0 auto;
  color: #084299;
  display: block;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 5px;
}
@media screen and (max-width: 834px) {
  .title_center_bg {
    margin: 0 auto 15px auto;
  }
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .title_center_bg {
    margin: 30px auto 15px auto;
  }
  .title_center_bg h2, .title_center_bg h3, .title_center_bg h4 {
    font-size: 1.125rem;
  }
}

.title_b {
  margin: 40px auto 15px;
}
.title_b h2, .title_b h3, .title_b h4 {
  position: relative;
  padding-left: 30px;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #013687;
  border-bottom: dashed 1px #cccccc;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .title_b h2, .title_b h3, .title_b h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.title_b h2:after, .title_b h3:after, .title_b h4:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f219"; /*アイコンのユニコード*/
  font-weight: bold;
  color: #0637c2;
  font-size: 1.5rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}
@media (max-width: 1200px) {
  .title_b h2:after, .title_b h3:after, .title_b h4:after {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 834px) {
  .title_b h2, .title_b h3, .title_b h4 {
    font-size: 1.125rem;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 834px) {
  .title_b {
    margin: 20px auto 10px;
  }
}

.inner8 {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

.inner12 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.picktxt11 {
  font-size: 1.1em;
  line-height: 2em;
}
@media only screen and (max-width: 834px) {
  .picktxt11 {
    line-height: 1.8em;
    font-size: 1.05em;
  }
}

.spsp {
  margin: 0 auto 20px auto !important;
}
@media only screen and (max-width: 834px) {
  .spsp {
    margin: 0 auto 15px auto !important;
  }
}

.bssp {
  margin: 20px auto;
}
@media screen and (max-width: 640px) {
  .bssp {
    margin: 15px auto;
  }
}

.tp30 {
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 1500px) {
  .tp30 {
    margin: 30px auto 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .tp30 {
    margin: 20px auto 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .tp30 {
    margin: 15px auto 0 auto;
  }
}

.tp40b {
  margin: 40px auto 20px auto;
}
@media only screen and (max-width: 1500px) {
  .tp40b {
    margin: 30px auto 15px auto;
  }
}
@media only screen and (max-width: 1200px) {
  .tp40b {
    margin: 30px auto 15px auto;
  }
}

.tp80 {
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 1000px) {
  .tp80 {
    margin: 50px auto 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .tp80 {
    margin: 40px auto 0 auto;
  }
}

.sp70 {
  margin: 70px auto;
}
@media only screen and (max-width: 1200px) {
  .sp70 {
    margin: 50px auto;
  }
}
@media screen and (max-width: 1000px) {
  .sp70 {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 834px) {
  .sp70 {
    margin: 40px auto;
  }
}

.flx2 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flx2 .box {
  width: 49%;
}
.flx2 .box:nth-child(2n+1) {
  margin: 0 1% 0 0;
}
.flx2 .box:nth-child(2n) {
  margin: 0 0 0 1%;
}
@media screen and (max-width: 640px) {
  .flx2 {
    flex-direction: column;
  }
  .flx2 .box {
    width: 100%;
  }
  .flx2 .box:nth-child(2n+1) {
    margin: 0 auto 15px auto;
  }
  .flx2 .box:nth-child(2n) {
    margin: 0 auto;
  }
}
.flx2 img {
  width: 100% !important;
}

.company_DL dl {
  line-height: 1.8em !important;
}
.company_DL dt {
  align-items: center !important;
  background: rgba(240, 244, 245, 0.9) !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .company_DL dl {
    display: block !important;
  }
  .company_DL dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .company_DL dl:last-child dt {
    border-bottom: none !important;
  }
  .company_DL dl:last-child dd {
    border-bottom: #ccc !important;
  }
  .company_DL dl dd {
    width: 100% !important;
  }
}

.number_list ul li {
  margin-bottom: 10px;
}
.number_list ul li .num {
  display: inline-block;
  background: #0637c2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .number_list ul li .num {
    font-size: calc(1.275rem + 0.3vw);
  }
}
@media only screen and (max-width: 834px) {
  .number_list ul li .num {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.125rem;
  }
}

.result_01 ul li {
  width: 31%;
  margin: 0 1% 15px 1%;
  border-bottom: 1px dotted #ccc;
  font-size: 1rem;
  font-weight: 500;
  color: #1b1b1b;
  padding-left: 25px;
  position: relative;
}
.result_01 ul li:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f219"; /*アイコンのユニコード*/
  font-weight: bold;
  color: #0637c2;
  font-size: 1.125rem;
  position: absolute; /*絶対位置*/
  left: 0px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .result_01 ul li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .result_01 ul li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 400px) {
  .result_01 {
    flex-direction: column;
  }
  .result_01 ul li {
    width: 100%;
  }
  .result_01 ul li:not(:last-child) {
    margin: 0 auto 10px auto;
  }
}

.btn3_a, .btn3_c {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  display: block;
  margin: 0 auto;
  padding: 15px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
  font-weight: 500;
  font-size: 1.3125rem;
  background: linear-gradient(to bottom, #f66b3b 0%, #f66b3b 49%, #f6813b 50%, #f6813b 100%);
  border-radius: 3px;
  color: #fff !important;
  text-align: center;
}
@media (max-width: 1200px) {
  .btn3_a, .btn3_c {
    font-size: calc(1.25625rem + 0.075vw);
  }
}
.btn3_a:before, .btn3_c:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: #f64c3b;
  transition: 0.5s;
}
.btn3_a:after, .btn3_c:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f138"; /*アイコンのユニコード*/
  font-size: 18px;
  position: absolute; /*絶対位置*/
  right: 10px; /*アイコンの位置*/
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center !important;
  justify-content: center;
  font-weight: 600;
}
.btn3_a:hover, .btn3_c:hover {
  opacity: 1;
  color: #fff;
}
.btn3_a:hover:before, .btn3_c:hover:before {
  left: 0;
}
.btn3_a:hover:after, .btn3_c:hover:after {
  transform: translate(3px, 0);
  transition: 0.5s;
}
@media only screen and (max-width: 834px) {
  .btn3_a, .btn3_c {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .btn3_a, .btn3_c {
    margin: 0 auto;
  }
}

.btn3_c {
  background: #038fdf;
}
.btn3_c:before {
  background: #0c9ef2;
}

.btn_wrap {
  justify-content: center;
}

.anchor {
  display: block;
  transform: translateY(-100px);
}
@media screen and (max-width: 834px) {
  .anchor {
    transform: translateY(-50px);
  }
}
@media screen and (max-width: 640px) {
  .anchor {
    transform: translateY(-30px);
  }
}

.anchor2 {
  display: block;
  transform: translateY(-150px);
}
@media screen and (max-width: 834px) {
  .anchor2 {
    transform: translateY(-100px);
  }
}
@media screen and (max-width: 640px) {
  .anchor2 {
    transform: translateY(-100px);
  }
}/*# sourceMappingURL=common_style.css.map */