html {
  scroll-behavior: smooth;
}

.mcon {
  line-height: 1.6;
  word-wrap: break-word
}
.mcon a img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.mcon h1 {
  border-bottom: 5px solid rgba(255, 180, 0, 1);
  color: #261200;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-left: 5px;
  position: relative;
}
.mcon h1:before {
  border-bottom: 5px solid rgba(255, 255, 255, 0.4);
  content: "";
  bottom: -5px;
  position: absolute;
  width: 30%;
}
.mcon h2 {
  border: 1px solid #CCCCCC;
  border-top: 5px solid #FFBA00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f8efe3), color-stop(0.53, #fff));
  background: -webkit-linear-gradient(top, #fff 53%, #f8efe3 100%);
  background: -moz-linear-gradient(top, #fff 53%, #f8efe3 100%);
  background: -o-linear-gradient(top, #fff 53%, #f8efe3 100%);
  background: -ms-linear-gradient(top, #fff 53%, #f8efe3 100%);
  background: linear-gradient(to bottom, #fff 53%, #f8efe3 100%);
  color: #261200;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 13px 20px 13px 40px;
  text-indent: -15px;
  vertical-align: text-bottom;
}
.mcon h2:before {
  content: url(../images/icon_circle.png);
  display: inline-block;
  position: relative;
  margin-right: 4px;
  top: 3px;
}
.mcon h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 16px;
  padding-left: 3px;
  border-bottom: 1px solid rgba(255, 180, 0, 1);
  position: relative;
}
.mcon h3:before {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  content: "";
  bottom: -1px;
  position: absolute;
  width: 30%;
}
.mcon h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.mcon h5, .mcon h6 {
  font-size: 1em;
  margin-bottom: 2px;
  margin-top: 5px;
}
.mcon hr {
  border: none;
  border-top: 1px dotted #000
}
.mcon iframe {
  max-width: 100%
}
.mcon img {
  max-width: 100%;
  height: auto
}
.mcon ol {
  margin-top: 1.2em;
  margin-bottom: 0.7em
}
.mcon ol li {
  margin-left: 1.5em;
  margin-bottom: 0.5rem
}
.mcon p {
  margin-bottom: 1em;
  text-align: justify;
}
.mcon ul {
  margin-top: 1.2em;
  margin-bottom: 0.7em
}
.mcon ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5rem
}
.hd_bg {
  background: url(../images/hd_bg.png) repeat-x top left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 960px
}
.hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  width: 960px
}
.hd_logo {
  width: 410px
}
.hd_logo img {
  width: 100%;
  height: auto
}
.nav_bg {
  background: url(../images/nav_bg.png) repeat-x #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 960px
}
.nav {
  background: url(../images/nav_hover.png) no-repeat;
  overflow: visible;
  width: 960px
}
.nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.nav_list img {
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.nav_list img:hover {
  opacity: 0
}
.nav_list a.current img {
  opacity: 0
}
.nav_list > li {
  position: relative;
  z-index: 1000
}
.nav_list > li > a {
  display: block;
  text-align: center
}
.nav_list > li:hover .nav_clist {
  display: block;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
  animation: nav_active 1s ease 0s 1 alternate
}
@-webkit-keyframes nav_active {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes nav_active {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.nav_clist {
  display: none;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0
}
.nav_clist > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  position: relative
}
.nav_clist > li > a {
  background-color: #FFB300;
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none
}
.nav_clist > li > a:hover, .nav_clist > li > a.current {
  opacity: 0.8
}
.nav_clist > li:hover .nav_glist {
  display: block;
  -webkit-animation: nav_active 1s ease 0s 1 alternate;
  animation: nav_active 1s ease 0s 1 alternate
}
.nav_glist {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%
}
.nav_glist > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-left: 1px solid rgba(255, 255, 255, 0.4)
}
.nav_glist > li > a {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: block;
  padding: 10px;
  text-decoration: none
}
.nav_glist > li > a:hover, .nav_glist > li > a.current {
  background-color: #000;
  -webkit-box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.2)
}
.con_bg {
  background: url(../images/con_bg.png) repeat-x top left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 960px;
  flex-direction: column;
}
.con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 960px
}
.order_1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.order_2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.main {
  width: 680px
}
.main_shadow {
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 20px;
}
.side {
  width: 250px
}
.side h2 {
  background-color: #FFB300;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 8px;
  text-align: center
}
.side_nav_list li a {
  background: url(../images/icon-arrow.png) no-repeat left center;
  border-bottom: 1px dotted #261200;
  color: #261200;
  display: block;
  padding: 10px 14px;
  text-decoration: none
}
.side_nav_list li a:hover, .side_nav_list li a.current {
  text-decoration: underline
}
.side_detail {
  background-color: #FFEDC0;
  border-radius: 5px;
  padding: 15px;
  margin: 10px 0 20px;
}
.side_detail_table {
  border-bottom: 1px dotted #261200;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.side_detail_table th {
  width: 50px;
  vertical-align: top;
  padding-bottom: 5px;
}
.side_detail_table td {
  vertical-align: top;
  padding-bottom: 5px;
  text-indent: -1em;
}
.side_detail_table td:before {
  content: "：";
}
.side_phone {
  margin: 5px 0;
}
.ft_bg {
  background: url(../images/ft_bg.png) repeat-x top left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 960px
}
.ft {
  padding-top: 60px;
  padding-bottom: 30px;
  width: 960px
}
.ft_copy {
  font-size: 10px;
  text-align: center
}
.pagetop {
  border-radius: 50%;
  background-color: #FFF;
  bottom: 30px;
  height: 70px;
  right: 30px;
  position: fixed;
  width: 70px;
  z-index: 100
}
.pagetop_btn {
  background-color: rgba(255, 180, 0, 0.8);
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  height: 100%;
  width: 100%
}
.pagetop_btn:hover {
  background-color: rgba(255, 180, 0, 1)
}
.bnr_list {
  margin-top: 20px;
}
.bnr_list li {
  margin-bottom: 10px;
}
.news_table {
  width: 100%
}
.news_table tr {
  border-bottom: 1px dotted #999;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px
}
.news_date {
  background: url(../images/icon-arrow.png) no-repeat 0 5px;
  padding-left: 15px;
  width: 100px;
  vertical-align: top
}
.news_title {
  vertical-align: top
}
.news_icon_new {
  display: inline-block;
  color: #C00;
  font-weight: bold;
  margin-left: 0.5em
}
.news_icon_new:before {
  content: "NEW"
}
.index_news_special {
  background-color: rgba(165, 39, 39, 0.2);
  font-size: 12px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.index_news_special_title {
  font-size: 13px;
  margin-bottom: 5px;
}
.index_news_scroll {
  max-height: 300px;
  overflow: auto
}
.index_slide_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-width: 960px
}
.index_slide {
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  width: 960px;
  margin-top: 30px;
  padding: 10px;
}
.index_slide img {
  width: 960px;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.kanja_table {
  width: 100%;
  margin: 10px 0;
}
.kanja_table tr {
  border: 1px #000 solid;
}
.kanja_table tr td {
  vertical-align: top;
  border: 1px #000 solid;
  padding: 10px;
}
.table_box {
  width: 640px;
}
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #228bc8;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn:hover {
  background: #228bc8;
  color: #fff;
}
a.btn:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #228bc8;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn:hover:before {
  border-color: transparent transparent transparent #fff;
}
/*==================
QA　アコーディオン
==================*/
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}

/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #09357f;
  font-size: 22px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 16px;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 22px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
}
.gutter > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}

/*=========
kanja
=========*/
.flex_box {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}