@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Asap:400,700");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url(kathamo.css);
@import url("https://fonts.googleapis.com/css?family=Asap:400,700");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Asap:400,700");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
.blue {
  color: #004695;
}

.lightblue {
  color: #6699CC;
}

.pink {
  color: #F19FB9;
}

.red {
  color: #FC0E1C;
}

.blue {
  color: #004695;
}

.lightblue {
  color: #6699CC;
}

.pink {
  color: #F19FB9;
}

.red {
  color: #FC0E1C;
}

/* __________________________________________________ Header */
header {
  width: 100%;
  text-align: left;
  margin: auto;
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  height: 100px;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
    height: auto;
    min-height: 50px;
  }
}
header.fixed {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
header .header-logo a {
  display: inline-block;
  margin: 12px 0 5px 10px;
}
@media screen and (max-width: 767px) {
  header .header-logo a {
    margin: 5px 0 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo a img {
    height: 40px;
    width: auto;
  }
}
header .header-menu {
  position: absolute;
  right: -100px;
  top: 26px;
}
header .header-menu img{
  width: 60%;
}
header .header-menu a {
  line-height: 48px;
  margin-right: 60px;
  color: #000;
}
@media screen and (max-width: 767px) {
  header .header-menu {
        left: 240px;
        top: -10px;
        width: 58%;
        position: absolute;
  }
}
header .lnav-wrapper {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  overflow-y: auto;
  height: calc(100vh - 100px);
  background: #004696;
  /* Old browsers */
  background: linear-gradient(to right, #004696 1%, #229bb3 50%, #45f2cf 100%);
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
header .lnav-wrapper .nav-list {
  margin: 0;
  padding: 0;
}
header .lnav-wrapper .nav-list section {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section {
    text-align: center;
    padding: 20px 0px;
  }
}
header .lnav-wrapper .nav-list section.menu04 {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media screen and (max-width: 640px) {
  header .lnav-wrapper .nav-list section.menu04 {
    padding-bottom: 100px;
    padding: 20px 0 100px;
  }
}
header .lnav-wrapper .nav-list section h2 {
  margin: 0;
  padding: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-weight: 700;
  font-size: 1.125rem;
  /*18px*/
  display: block;
  flex-basis: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section h2 {
    margin: auto;
  }
}
header .lnav-wrapper .nav-list section h2 a {
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
}
header .lnav-wrapper .nav-list section h2 a.current::after {
  content: '\f00c';
  background: rgba(0, 0, 0, 0.2);
  border-radius: 150px;
  padding: 0.3em;
  box-sizing: content-box;
  font-size: 0.75rem;
  /*12px*/
}
header .lnav-wrapper .nav-list section h2::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 24px;
  background: url(../img/icon_kira_wt.png);
  background-size: cover;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section h2::before {
    width: 30px;
    height: 26px;
  }
}
header .lnav-wrapper .nav-list section h2 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.75rem;
  /*12px*/
  content: '\f138';
  display: inline-block;
  margin-left: 0.7em;
  line-height: 1;
  vertical-align: middle;
}
header .lnav-wrapper .nav-list section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
header .lnav-wrapper .nav-list section ul li {
  flex-basis: 25%;
  max-width: 25%;
  margin: 0;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section ul li {
    flex-basis: 50%;
    max-width: 50%;
    padding: 2px;
    letter-spacing: 0;
    font-size: 10px;
  }
}
header .lnav-wrapper .nav-list section ul li a {
  color: #fff;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
  text-align: center;
  border-radius: 5px;
  padding: 0.7em 1em 0.7em 0.7em;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section ul li a {
    border-width: 1px;
  }
}
header .lnav-wrapper .nav-list section ul li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f054';
  position: absolute;
  right: 5px;
  top: 30%;
  font-weight: 900;
  font-size: 0.75rem;
  /*12px*/
}
@media screen and (max-width: 767px) {
  header .lnav-wrapper .nav-list section ul li a::after {
    right: 2px;
  }
}
header .lnav-wrapper .nav-list section ul li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
header .lnav-wrapper .nav-list section ul li a[href*='http']::after {
  content: '\f35d';
}
header .lnav-wrapper .nav-list section ul li.current a {
  background: rgba(0, 0, 0, 0.2);
}
header .lnav-wrapper .nav-list section ul li.subttl {
  display: none;
}

/* Burger Menu Buttons*/
#menuBtn {
  display: block;
  width: 120px;
  height: 48px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  text-align: center;
  background: none;
  right: 10px;
  top: 26px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #menuBtn {
    top: 2px;
    right: 2px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #menuBtn.active .menuIcon span {
    background: #fff;
  }
}
#menuBtn .menuBtn-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
#menuBtn .menuBtn-inner .menuTxt {
  flex-basis: 70px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #menuBtn .menuBtn-inner .menuTxt {
    display: none;
  }
}
#menuBtn .menuBtn-inner .menuIcon {
  flex-basis: 30px;
  height: 46px;
  position: relative;
}
#menuBtn .menuBtn-inner .menuIcon span {
  transition: all 0.3s;
  background: #000;
  position: absolute;
  height: 5px;
  line-height: 5px;
  width: 30px;
  margin: 0;
  padding: 0;
  left: 0px;
}
#menuBtn .menuBtn-inner .menuIcon .top {
  transform: translate(0px, 10px);
}
#menuBtn .menuBtn-inner .menuIcon .middle {
  transform: translate(0px, 20px);
}
#menuBtn .menuBtn-inner .menuIcon .bottom {
  transform: translate(0px, 30px);
}
#menuBtn.active .menuBtn-inner .menuIcon .middle {
  opacity: 0;
  transform-origin: right;
}
#menuBtn.active .menuBtn-inner .menuIcon .top {
  transform: rotate(-45deg) translate(-15px, 15px);
}
#menuBtn.active .menuBtn-inner .menuIcon .bottom {
  transform: rotate(45deg) translate(15px, 15px);
}

body::before {
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 0px;
}
body.menuActive::before {
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.blue {
  color: #004695;
}

.lightblue {
  color: #6699CC;
}

.pink {
  color: #F19FB9;
}

.red {
  color: #FC0E1C;
}

/* __________________________________________________ Footer */
footer {
  background: #fff;
  color: #fff;
  text-align: left;
  padding: 0;
  border-top: 3px solid #004695;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0px 0;
  }
}
footer section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer section {
    margin: 0;
    padding: 30px 20px;
    display: block;
  }
}
footer section dl {
  color: #000;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  footer section dl {
    display: block;
  }
}
footer section dl dt {
  margin: 0;
  padding: 0;
}
footer section dl dd {
  padding: 10px 0 0 1em;
}
@media screen and (max-width: 767px) {
  footer section dl dd {
    text-align: center;
    padding-left: 0;
  }
}
footer section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  footer section ul {
    text-align: center;
    padding-top: 20px;
  }
}
footer section ul li {
  margin: 0;
  padding: 0;
}
footer section ul li a {
  display: inline-block;
  line-height: 30px;
  padding: 0 25px;
  border: 1px solid #004695;
  border-radius: 15px;
  color: #004695;
  text-decoration: none !important;
  font-size: 0.875rem;
  /*14px*/
}
footer section ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer .cp {
  background: #004695;
  clear: both;
  color: #fff;
  margin: auto;
  padding: 0;
  font-size: 0.75rem;
  text-align: center;
  line-height: 40px;
}

/*page top*/
#topcontrol {
  margin-right: 10px;
  margin-bottom: 50px;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  border-radius: 25px;
  z-index: 1;
}
#topcontrol #ptop::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f077';
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: -1em;
}
#topcontrol #ptop span {
  display: none;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
}

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

.tsukushi {
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
}

/* __________________________________________________ Global Settings */
* {
  box-sizing: border-box;
}

figure {
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 640px) {
  figure img {
    width: 100%;
    height: auto;
  }
}

html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 12px;
  }
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  color: #000;
  text-align: center;
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

img {
  vertical-align: bottom;
}

.nowrap {
  white-space: nowrap;
}

.underline {
  text-decoration: underline;
}

/* __________________________________________________ Headlines */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
}

h1, .h1 {
  font-size: 2.4rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.6rem;
}

h4, .h4 {
  font-size: 1.2rem;
}

h5, .h5 {
  font-size: 0.9333rem;
}

h6, .h6 {
  font-size: 0.8rem;
}

p {
  margin: 0;
  padding: 0;
  padding-bottom: 1.875rem;
}

big {
  font-size: 150%;
}

small {
  font-size: 85%;
}

.lead {
  font-size: 1.125rem;
  text-align: center;
  padding: 20px 0 60px;
  margin: auto;
}
@media screen and (max-width: 400px) {
  .lead {
    padding: 10px 0 30px;
    text-align: left;
  }
  .lead br {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

/* __________________________________________________ Title style */
.ttl1 {
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-size: 1.875rem;
  /*30px*/
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0 auto 0;
  padding: 0;
  display: inline-block;
}
.ttl1::before {
  content: '';
  display: inline-block;
  background: url(../img/icon_kira.png) no-repeat 0 0;
  background-size: cover;
  width: 39px;
  height: 34px;
  position: relative;
  left: -5px;
  top: -5px;
  margin-left: -39px;
}
@media screen and (max-width: 640px) {
  .ttl1::before {
    width: 30px;
    height: 25px;
    margin-left: 0;
  }
}

.ttl2 {
  font-size: 1.375rem;
  /*22px*/
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-weight: 700;
  color: #fff;
  display: block;
  background: #F8BAC0;
  line-height: 1.5;
  padding: 10px 20px;
  border-radius: 30px;
  text-shadow: 0 0 3px #FD8485,0 0 6px #FD8485,0 0 12px #FD8485;
  max-width: 960px;
  margin: 60px auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    padding: 10px 15px;
    line-height: 40px;
    line-height: 1.5;
    border-radius: 20px;
  }
}
.ttl2 small {
  color: #fff;
  font-size: 70%;
}

.ttl3 {
  font-size: 1.25rem;
  /*20px*/
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-weight: 700;
}
.ttl3::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 0.5em;
  background: #F19FB9;
  margin: 0 0.3em -0.15em 0;
  padding: 0;
}

.ttl4 {
  font-weight: bold;
}
.ttl4::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 0.5em;
  background: #FF9900;
  margin: 0 0.3em -0.15em 0;
  padding: 0;
}

/* __________________________________________________ #nav-bottom */
#nav-bottom {
  padding: 120px 0 55px;
  background: #EBF7F6 url(../img/bg_wave.jpg) no-repeat center top;
  background-size: 100% auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #nav-bottom {
    padding: 30px 0 25px;
  }
}
#nav-bottom ul {
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 830px;
}
@media screen and (max-width: 767px) {
  #nav-bottom ul li {
    flex-basis: 33.333%;
  }
}
#nav-bottom ul li a {
  display: block;
  color: #000;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  #nav-bottom ul li a img {
    width: auto;
    height: 90px;
  }
}

/* __________________________________________________ List */
.nolist {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.kuromaru {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
.kuromaru > li::before {
  content: '●';
  margin-left: -1em;
}

.komeList {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
.komeList > li::before {
  content: '※';
  margin-left: -1em;
}

/* __________________________________________________ button */
.btn {
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #D2D2D2;
  padding: 20px 60px 20px 40px;
  position: relative;
  color: #000;
  text-decoration: none !important;
  width: 100%;
  max-width: 400px;
}
.btn:hover {
  background: #eee;
}
.btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0da';
  position: absolute;
  right: 20px;
  top: 50%;
  color: #CCCCCC;
  transform: translateY(-50%);
}
.btn.wFull {
  width: 100%;
}

/* __________________________________________________ Links */
a[href*='.pdf'] {
  position: relative;
}
a[href*='.pdf']::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f1c1';
  color: red;
  position: absolute;
  left: -1em;
}
a[href*='.pdf'].btn {
  position: relative;
}
a[href*='.pdf'].btn::before {
  position: relative;
  left: auto;
  margin-right: 1em;
}

a[href*='.doc'] {
  position: relative;
}
a[href*='.doc']::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f1c2';
  color: #1267B8;
  position: absolute;
  left: -1em;
}

a[href*='.xls'] {
  position: relative;
}
a[href*='.xls']::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f1c3';
  color: #40A022;
  position: absolute;
  left: -1em;
}

.noIcon::before {
  display: none;
}

/* __________________________________________________ Table */
table {
  border-collapse: collapse;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  width: 100%;
}
table caption {
  text-align: left;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #3e3a39;
}
table tr th, table tr td {
  padding: 1rem;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  font-size: 0.875rem;
  /*14px*/
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #3e3a39;
}
table tr th {
  background: #AAD6EC;
}
table tr td {
  background: #fff;
}

/* __________________________________________________ Anchor */
a {
  color: #004695;
  backface-visibility: hidden;
  transition: 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
a img {
  color: #509256;
  backface-visibility: hidden;
  transition: 0.3s ease;
}
a img:hover {
  opacity: 0.7;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* __________________________________________________ hr */
hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* __________________________________________________ pageTtl */
#pageTtl {
  overflow: hidden;
  position: relative;
  display: block;
  height: 388px;
  background: #ccc;
  background-image: url(../../company/img/company_main.jpg);
  background-size: cover;
  background-position: left center;
  margin-right: 10px;
  /* __________________________________________________ breadcrumbs */
}

@media screen and (max-width: 767px) {
  #pageTtl {
    height: 150px;
    border-radius: 0 75px 75px 0;
    background-position: 70% center;
  }
}
#pageTtl h1 {
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    font-size: 50px;
    color: #333333;
    font-weight: bolder;
    margin: .5em;
    line-height: 1.5;
}
.main_h3{
  padding: 1em 0; 
  text-align: center;
}
.main_h3 h2 {
font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-size: 35px;
    color: #fff;
    font-weight: bolder;
    background-color: #FF5722;
}
.main_h3 h2 span{
  color: #ffeb3b; 
  font-size: 40px;
}
.main_h3 h3 {
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    font-size: 40px;
    color: #333333;
    font-weight: bolder;
}
.main_h3 p{
  font-size: x-large;
}
.main_tokuchou{
  padding: 2em;
  background: #fff68d;
}
.h2_tokuchou{
    font-size: 3rem;
    font-weight: bold;
    margin: 0;
    margin-top: 1em;
    line-height: normal;
}
.tokuchou_suuji span {
    font-weight: bold;
    font-size: 4.6rem;
}
.h2_suuji {
    font-size: 8rem;
    font-weight: bold;
    color: #DD0000;
}
.h2_suuji_ato {
    font-size: 4rem;
    font-weight: bold;
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
.h2_shita_line {
    width: 150px;
    height: 2px;
    background-color: #333;
    margin: 0 auto;
    margin-bottom: 3em;
}
.tokuchou_flame {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
        box-shadow: 0px 0px 0px 5px #ccc;
    margin-top: 30px;
}
.tokuchou_h3_flame {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-bottom: 23px;
    box-sizing: border-box;
    background-color: #333;
}
.tokuchou_suuji {
color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.15 !important;
    font-size: 2rem;
    padding: 0;
    padding-top: .5em;
    width: 100px;
}
.tokuchou_h3 {
font-weight: bold;
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.2;
    padding-left: 26px;
    margin: 0;
}
.tokuchou_inner {
    display: flex;
justify-content: start;
}
.tokuchou_img {
    width: 323px;
    height: auto;
    margin-right: 30px;
}
.tokuchou_inner p {
    font-size: x-large;
    white-space: pre-wrap;
    line-height: 1.6;
    text-align: left;
}
.tokuchou_inner2 ul{
      display: flex;
justify-content: start;
list-style: none;
}
.tokuchou_inner2 ul h4 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    border-bottom: 5px solid #004696;
    margin-bottom: .5em;
}
.tokuchou_inner2 p {
    font-size: x-large;
    white-space: pre-wrap;
    line-height: 1.6;
    text-align: left;
}
.sonota_h3{
  padding: 1em; 
  text-align: center;
}
.sonota_h3 h3 {
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    font-size: 2.5em;
    color: #333333;
    font-weight: bolder;
}
.sonota_retu {
        display: flex;
        justify-content: space-between;
    }
.sonota_flame {
        width: 30%;
        height: auto;
    }
.sonota1 {
        background-image: url(img/30126721_m.jpg);
        background-size: 100%;
    }
.sonota2 {
        background-image: url(img/32688003_m.jpg);
        background-size: 100%;
    }
.sonota3 {
        background-image: url(img/29693340_m.jpg);
        background-size: 100%;
    }
.sonota_img_flame {
        width: 100%;
        height: 27vw;
        border-radius: 900000vw;
        margin-bottom: 2vw;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .sonota_flame p {
        text-align: center;
        font-weight: bold;
        white-space: pre-wrap;
        font-size: 2.2vw;
        background-color: #555555;
        color: #fff;
        line-height: 3vw !important;
        padding: 0.8vw 2vw !important;
    }
.detail_h3{
padding: 2em;
}
.detail_h3 h3{
      font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    font-size: 3em;
    color: #333333;
    font-weight: bolder;
    margin: 0;
}
.detail_text01 img{
  width: 85%;
  margin-top: 2em;
}
.detail_flex {
        display: flex;
        justify-content: space-between;
    }
.detail_left{
  width: 50%;
}
.detail_left img{
max-width: 100%;
    margin: 1em;
}
.detail_right{
  width: 50%;
  text-align: left;
  padding-left: 2em;
}
.detail_right p {
    font-size: x-large;
    white-space: pre-wrap;
    line-height: 1.6;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
        font-weight: bolder;
}
.detail_right p.left {
  padding-left: 15%;
}
.detail_right p span{
background-color: #004695;
    border: 0.99px solid var(--tenjiBlue);
    color: #ffffff;
    padding: .3em;
    margin-right: .5em;
    font-weight: bolder;
}
.detail_right p .large{
font-size: larger;
    background-color: #ffffff;
    color: #000;
}
.detail_h3 ul{
width: 75%;
    height: auto;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 10px #ccc;
    margin-top: 30px;
    text-align: left;
    margin: 2em auto;
}
.detail_h3 ul li{
font-size: x-large;
    white-space: pre-wrap;
    line-height: 2;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-weight: bolder;
    background-image: url(img/checkbox.png);
    background-size: 32px;
    list-style: none;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 2em;
}
#form{
  text-align: left;
}
#form-tbl {
    max-width: 1000px;
    margin: auto;
}
#form-tbl dl {
margin: 20px 0;
    border-top: 3px dotted #b9b9b9;
    padding: 1em;
    display: flex;
    align-items: center;
}
    #form-tbl dl dt {
        width: 40%;
        font-weight: bold;
        letter-spacing: 3px;
    }
    #form-tbl dl dt span {
        background: #f81413;
        font-size: 11px;
        padding: .5em 1em;
        color: #fff;
        border-radius: 10px;
        margin-left: 1em;
    }
    #form-tbl dl dd {
        padding: 1em 0;
        line-height: 2.5;
        font-weight: bold;
        letter-spacing: 3px;
        width: 60%;
    }
    #form-tbl dl dd input{
        padding: 1em;
    }
#form-tbl dl .box {
        border-radius: 5px;
        border: 1px solid #b9b9b9;
        margin: 10px;
    }
    .btn{
padding: 1em 2em;
    font-size: x-large;
    font-weight: bold;
    background: #D2D2D2;
    }
.tel{
    width: 60%;
    height: auto;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 10px #ccc;
    margin-top: 30px;
    text-align: center;
    margin: 2em auto;
    font-size: x-large;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-weight: bolder;
}
.tel p{
  padding: 0;
}
.tel .tel_btn{
    background-image: url(img/tel.png);
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 1em;
    background-position-x: left;
    font-size: xxx-large;
    background-position-y: 20px;
}
    .anchor {
    display: block;
    padding: 100px 2em;
    }
@media screen and (max-width: 767px) {
  #pageTtl h1 {
height: 150px;
        font-size: x-large;
  }
  .main_h3 h3 {
    font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    font-size: large;
    color: #333333;
    font-weight: bolder;
}
.main_h3 h2 {
font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-size: x-large;
    color: #fff;
    font-weight: bolder;
    background-color: #FF5722;
    line-height: 1.5;
}
.main_h3 h2 span{
  color: #ffeb3b; 
  font-size: xx-large;
}
.main_h3 p{
  font-size: larger;
}
.h2_tokuchou{
padding-bottom: 0;
        font-size: 3rem;
        font-weight: bold;
        line-height: 1.2;
        padding-top: 1em;
}
.h2_suuji {
    font-size: 5rem;
    font-weight: bold;
    color: #DD0000;
}
.pc_none{
  display: block;
}
.sp_none{
  display: none;
}
.main_tokuchou {
     padding: 1em; 
}
.tokuchou_flame {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
        box-shadow: 0px 0px 0px 5px #ccc;
    margin-top: 30px;
}
.tokuchou_suuji {
color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 1 !important;
        font-size: 2rem;
        padding: 0;
        width: 115px;
        padding-top: .3em;
}
.tokuchou_h3_flame {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5em;
    margin-bottom: 23px;
    box-sizing: border-box;
    background-color: #333;
}
.tokuchou_h3 {
    font-weight: bold;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.tokuchou_inner {
    display:block;
}
.tokuchou_img {
    max-width: 100%;
}
.tokuchou_inner p {
    font-size: large;
    white-space: pre-wrap;
    line-height: 1.6;
    text-align: left;
    padding-top: 1em;
}

.tokuchou_inner2 ul{
      display:block;
list-style: none;
padding: 0;
}
.tokuchou_inner2 ul h4 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    border-bottom: 5px solid #004696;
    margin: .5em;
}
.tokuchou_inner2 p {
    font-size: large;
    white-space: pre-wrap;
    line-height: 1.6;
    text-align: left;
}
.sonota_h3 {
    padding: 0;
    text-align: center;
}
.sonota_h3 h3 {
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-size: large;
    color: #333333;
    font-weight: 900;
}
.sonota_retu {
    display:inline-block;
}
.sonota_img_flame {
    width: 200px;
    height: 200px;
    border-radius: 900000vw;
    margin-bottom: 2vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sonota_flame {
    width: 100%;
    height: auto;
}
.sonota_flame p {
    text-align: center;
    font-weight: bold;
    white-space: pre-wrap;
    font-size: 4vw;
    background-color: #555555;
    color: #fff;
    padding: 5vw !important;
    margin: 1em;
}

.detail_h3{
padding: 1em;
}
.detail_h3 h3{
      font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
    font-size: 3em;
    color: #333333;
    font-weight: bolder;
    margin: 0;
}
.detail_text01 img{
  width: 100%;
  margin-top: 2em;
}
.detail_flex {
        display: block;
    }
.detail_left{
  width: 90%;
}
.detail_left img{
max-width: 100%;
    margin: 1em;
    height: auto;
}
.detail_right{
  width: 100%;
  text-align: left;
  padding-left: 1em;
}
.detail_right p {
    font-size: x-large;
    white-space: pre-wrap;
    line-height: 1.6;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
        font-weight: bolder;
}
.detail_right p span{
background-color: #004695;
    border: 0.99px solid var(--tenjiBlue);
    color: #ffffff;
    padding: .3em;
    margin-right: .5em;
    font-weight: bolder;
}
.detail_right p.left {
  padding-left: 0%;
}
.detail_right p .large{
font-size: xx-large;
        background-color: #ffffff;
        color: #000;
        padding: 0;
}
.detail_h3 ul{
width: 90%;
        height: auto;
        background-color: #fff;
        padding: .5em;
        box-sizing: border-box;
        box-shadow: 0px 0px 0px 10px #ccc;
        text-align: left;
        margin: 1em auto;
}
.detail_h3 ul li{
font-size: large;
        white-space: pre-wrap;
        line-height: 2;
        font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
        font-weight: bolder;
        background-image: url(img/checkbox.png);
        background-size: 32px;
        list-style: none;
        background-position: left;
        background-repeat: no-repeat;
        padding: 1em;
        padding-left: 2em;
        padding-right: 0;
}
    #form-tbl dl {
        margin: 20px 0;
        border-top: 3px dotted #b9b9b9;
        padding: 1em;
        display: block;
    }
    #form-tbl dl dt {
          width: 100%;
        font-weight: bold;
        letter-spacing: 3px;
        font-size: larger;
    }
    #form-tbl dl dd {
    padding: 1em 0;
    line-height: 2.5;
    font-weight: bold;
    letter-spacing: 3px;
    width: 100%;
    margin: 0;
}
#form-tbl dl .box {
        border-radius: 5px;
        border: 1px solid #b9b9b9;
        margin: 10px;
        width: 100%;
    }
.tel{
    width: 90%;
    height: auto;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 10px #ccc;
    margin-top: 30px;
    text-align: center;
    margin: 2em auto;
    font-size: large;
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
    font-weight: bolder;
}
.tel p{
  padding: 0;
}
.tel .tel_btn{
background-image: url(img/tel.png);
        background-size: auto;
        background-position: top center;
        background-repeat: no-repeat;
        padding-left: 1.5em;
        background-position-x: left;
        font-size: xx-large;
        background-position-y: 5px;
}
}

@media screen and (max-width: 767px) {
  #pageTtl h1 span {
    right: 10px;
  }
}
#pageTtl h1 span small {
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  font-size: 1rem;
  color: #FBF5AB;
  font-weight: normal;
  display: block;
  line-height: 1.5;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  #pageTtl h1 span small {
    font-size: 10px;
  }
}
#pageTtl .breadcrumbs {
  position: absolute;
  left: 6.7%;
  right: 0;
  bottom: 0px;
  z-index: 1;
  height: 30px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  #pageTtl .breadcrumbs {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #pageTtl .breadcrumbs {
    display: none;
  }
}
#pageTtl .breadcrumbs ul {
  max-width: 1200px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
#pageTtl .breadcrumbs ul li {
  line-height: 30px;
  font-size: 0.875rem;
  /*14px*/
}
#pageTtl .breadcrumbs ul li a {
  color: #000;
}
#pageTtl .breadcrumbs ul li a::after {
  content: '\f054';
  content: '>';
  display: inline-block;
  margin: -0.2em 0.5em;
}

/* __________________________________________________ main */
#main {
  position: relative;
}
#main article {
  background: url(../img/bg.jpg);
  background-size: cover;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #main article {

  }
}
#main article .ttl1 {
  margin: 70px auto 30px;
}
@media screen and (max-width: 767px) {
  #main article .ttl1 {
    margin: 35px auto 20px;
  }
}
#main article .sec {
  max-width: 960px;
  text-align: left;
  margin: 0 auto 1.875rem;
}

/* __________________________________________________ img */
.img-responsive {
  width: 100%;
  height: auto;
}

.img-round {
  border-radius: 10px;
}

/* __________________________________________________ mainvis */
/* __________________________________________________ panel */
.panel {
  border: 2px solid #F8BAC2;
  border-radius: 10px;
  overflow: hidden;
}
.panel > .panel-head {
  padding: 10px 15px;
  font-size: 1.25rem;
  /*20px*/
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #F8BAC2;
  border-bottom: none;
  color: #fff;
}
.panel > .panel-body {
  padding: 30px 30px 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .panel > .panel-body {
    padding: 10px 20px;
    text-align: left !important;
  }
}
.panel > .panel-body p {
  margin: auto;
  padding: 0;
}
.panel > .panel-body p strong {
  font-size: 1.25rem;
  /*20px*/
}
@media screen and (max-width: 767px) {
  .panel > .panel-body p strong {
    display: block;
  }
}
.panel > .panel-body ul {
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 640px) {
  .panel > .panel-body ul {
    display: block;
  }
}
.panel > .panel-body ul li {
  flex-basis: 50%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .panel > .panel-body ul li {
    text-align: left;
  }
}
.panel > .panel-body .phone, .panel > .panel-body .fax {
  margin: 0 1em;
}
.panel > .panel-body .phone small, .panel > .panel-body .fax small {
  color: #000;
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .panel > .panel-body .phone, .panel > .panel-body .fax {
    margin: 0;
  }
}

/* __________________________________________________ icons */
.icons {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .icons {
    margin: 0 -20px;
  }
}
.icons li {
  flex-basis: 10%;
}
@media screen and (max-width: 640px) {
  .icons li {
    flex-basis: 20%;
  }
}
.icons li img {
  padding: 5px;
}

/* __________________________________________________ photos */
.photos {
  list-style: none;
  margin: 0 -10px;
  padding: 20px 0;
  display: flex;
  justify-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .photos {
    display: block;
  }
}
.photos li {
  margin: 0;
  padding: 10px;
  flex-basis: 33.333%;
}

/* __________________________________________________ Phone Fax */
.phone, .fax, .free {
  font-size: 1.875rem;
  /*30px*/
  font-weight: bold;
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .phone, .fax, .free {
    display: block;
    margin: 0;
    font-size: 18px;
  }
}
.phone::before, .fax::before, .free::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: url(../img/icon_fax.png);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: -0.3em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .phone::before, .fax::before, .free::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-size: auto 90%;
  }
}

.phone::before {
  background-image: url(../img/icon_phone.png);
}

.free::before {
  background-image: url(../img/icon_free.png);
}

/* __________________________________________________ Align */
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

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

/* __________________________________________________ Float */
.fRight {
  float: right;
}

.fLeft {
  float: left;
}

.cBoth {
  clear: both;
}

/* __________________________________________________ Margin */
.mg0 {
  margin: 0rem !important;
}

.mgt0 {
  margin-top: 0rem !important;
}

.mgt5 {
  margin-top: 0.3125rem !important;
}

.mgt10 {
  margin-top: 0.625rem !important;
}

.mgt15 {
  margin-top: 0.9375rem !important;
}

.mgt20 {
  margin-top: 1.25rem !important;
}

.mgt25 {
  margin-top: 1.5625rem !important;
}

.mgt30 {
  margin-top: 1.875rem !important;
}

.mgt35 {
  margin-top: 2.1875rem !important;
}

.mgt40 {
  margin-top: 2.5rem !important;
}

.mgt45 {
  margin-top: 2.8125rem !important;
}

.mgt50 {
  margin-top: 3.125rem !important;
}

.mgt55 {
  margin-top: 3.4375rem !important;
}

.mgt60 {
  margin-top: 3.75rem !important;
}

.mgt100 {
  margin-top: 6.25rem !important;
}

.mgt120 {
  margin-top: 7.5rem !important;
}

.mgl0 {
  margin-left: 0rem !important;
}

.mgl5 {
  margin-left: 0.3125rem !important;
}

.mgl10 {
  margin-left: 0.625rem !important;
}

.mgl15 {
  margin-left: 0.9375rem !important;
}

.mgl20 {
  margin-left: 1.25rem !important;
}

.mgl25 {
  margin-left: 1.5625rem !important;
}

.mgl30 {
  margin-left: 1.875rem !important;
}

.mgl35 {
  margin-left: 2.1875rem !important;
}

.mgl40 {
  margin-left: 2.5rem !important;
}

.mgl45 {
  margin-left: 2.8125rem !important;
}

.mgl50 {
  margin-left: 3.125rem !important;
}

.mgl55 {
  margin-left: 3.4375rem !important;
}

.mgl60 {
  margin-left: 3.75rem !important;
}

.mgr0 {
  margin-right: 0rem !important;
}

.mgr5 {
  margin-right: 0.3125rem !important;
}

.mgr10 {
  margin-right: 0.625rem !important;
}

.mgr15 {
  margin-right: 0.9375rem !important;
}

.mgr20 {
  margin-right: 1.25rem !important;
}

.mgr25 {
  margin-right: 1.5625rem !important;
}

.mgr30 {
  margin-right: 1.875rem !important;
}

.mgr35 {
  margin-right: 2.1875rem !important;
}

.mgr40 {
  margin-right: 2.5rem !important;
}

.mgr45 {
  margin-right: 2.8125rem !important;
}

.mgr50 {
  margin-right: 3.125rem !important;
}

.mgr55 {
  margin-right: 3.4375rem !important;
}

.mgr60 {
  margin-right: 3.75rem !important;
}

.mgb0 {
  margin-bottom: 0rem !important;
}

.mgb5 {
  margin-bottom: 0.3125rem !important;
}

.mgb10 {
  margin-bottom: 0.625rem !important;
}

.mgb15 {
  margin-bottom: 0.9375rem !important;
}

.mgb20 {
  margin-bottom: 1.25rem !important;
}

.mgb25 {
  margin-bottom: 1.5625rem !important;
}

.mgb30 {
  margin-bottom: 1.875rem !important;
}

.mgb35 {
  margin-bottom: 2.1875rem !important;
}

.mgb40 {
  margin-bottom: 2.5rem !important;
}

.mgb45 {
  margin-bottom: 2.8125rem !important;
}

.mgb50 {
  margin-bottom: 3.125rem !important;
}

.mgb55 {
  margin-bottom: 3.4375rem !important;
}

.mgb60 {
  margin-bottom: 3.75rem !important;
}

.mgb100 {
  margin-bottom: 6.25rem !important;
}

.mgb120 {
  margin-bottom: 7.5rem !important;
}

/* __________________________________________________ Padding */
.pad0 {
  padding: 0rem !important;
}

.padt0 {
  padding-top: 0rem !important;
}

.padt5 {
  padding-top: 0.3125rem !important;
}

.padt10 {
  padding-top: 0.625rem !important;
}

.padt15 {
  padding-top: 0.9375rem !important;
}

.padt20 {
  padding-top: 1.25rem !important;
}

.padt25 {
  padding-top: 1.5625rem !important;
}

.padt30 {
  padding-top: 1.875rem !important;
}

.padt35 {
  padding-top: 2.1875rem !important;
}

.padt40 {
  padding-top: 2.5rem !important;
}

.padt45 {
  padding-top: 2.8125rem !important;
}

.padt50 {
  padding-top: 3.125rem !important;
}

.padt55 {
  padding-top: 3.4375rem !important;
}

.padt60 {
  padding-top: 3.75rem !important;
}

.padt100 {
  padding-top: 6.25rem !important;
}

.padt120 {
  padding-top: 7.5rem !important;
}

.padl0 {
  padding-left: 0rem !important;
}

.padl5 {
  padding-left: 0.3125rem !important;
}

.padl10 {
  padding-left: 0.625rem !important;
}

.padl15 {
  padding-left: 0.9375rem !important;
}

.padl20 {
  padding-left: 1.25rem !important;
}

.padl25 {
  padding-left: 1.5625rem !important;
}

.padl30 {
  padding-left: 1.875rem !important;
}

.padl35 {
  padding-left: 2.1875rem !important;
}

.padl40 {
  padding-left: 2.5rem !important;
}

.padl45 {
  padding-left: 2.8125rem !important;
}

.padl50 {
  padding-left: 3.125rem !important;
}

.padl55 {
  padding-left: 3.4375rem !important;
}

.padl60 {
  padding-left: 3.75rem !important;
}

.padr0 {
  padding-right: 0rem !important;
}

.padr5 {
  padding-right: 0.3125rem !important;
}

.padr10 {
  padding-right: 0.625rem !important;
}

.padr15 {
  padding-right: 0.9375rem !important;
}

.padr20 {
  padding-right: 1.25rem !important;
}

.padr25 {
  padding-right: 1.5625rem !important;
}

.padr30 {
  padding-right: 1.875rem !important;
}

.padr35 {
  padding-right: 2.1875rem !important;
}

.padr40 {
  padding-right: 2.5rem !important;
}

.padr45 {
  padding-right: 2.8125rem !important;
}

.padr50 {
  padding-right: 3.125rem !important;
}

.padr55 {
  padding-right: 3.4375rem !important;
}

.padr60 {
  padding-right: 3.75rem !important;
}

.padb0 {
  padding-bottom: 0rem !important;
}

.padb5 {
  padding-bottom: 0.3125rem !important;
}

.padb10 {
  padding-bottom: 0.625rem !important;
}

.padb15 {
  padding-bottom: 0.9375rem !important;
}

.padb20 {
  padding-bottom: 1.25rem !important;
}

.padb25 {
  padding-bottom: 1.5625rem !important;
}

.padb30 {
  padding-bottom: 1.875rem !important;
}

.padb35 {
  padding-bottom: 2.1875rem !important;
}

.padb40 {
  padding-bottom: 2.5rem !important;
}

.padb45 {
  padding-bottom: 2.8125rem !important;
}

.padb50 {
  padding-bottom: 3.125rem !important;
}

.padb55 {
  padding-bottom: 3.4375rem !important;
}

.padb60 {
  padding-bottom: 3.75rem !important;
}

.padb100 {
  padding-bottom: 6.25rem !important;
}

.padb120 {
  padding-bottom: 7.5rem !important;
}
