@charset "UTF-8";

html {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
  font-weight: 700 !important;
  color: #333;
}
p {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 0;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, li {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
  font-weight: 700 !important;
  margin: 0;
  line-height: 1.5;
}

/* リンク画像装飾
   ================================================== */
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  border-bottom: none;
}
a:hover {
  opacity: 0.8;
  color: #333;
}
a:hover img {
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.70;
}
@media screen and (min-width:768px) {
  a[href^="tel:"] {
    cursor: default;
  }
  a.tel-link:hover {
    opacity: 1;
  }
}

/* layout
   ================================================== */
body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
  letter-spacing: 0.01em;
  font-size: 16px;
  color: #383838;
}
.wrapper-main {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
}
main, footer {
  display: block;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

/* margin / padding
   ================================================== */
.interval50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.interval70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width:767px) {
  .interval50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .interval70 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* title/marker
   ================================================== */
.title-first {
  color: #383838;
  font-size: 36px;
  text-align: center;
}
.title-first-w {
  color: #fff;
  font-size: 60px;
  text-align: center;
}
.title-second {
  margin-top: 50px;
  margin-bottom: -50px;
  font-size: 52px;
  color: #e83828;
}
.title-second-w {
  font-size: 38px;
  text-align: center;
}
.read01 {
  font-size: 32px;
  font-weight: bold;
}
.read01-f {
  padding-bottom: 32px;
  font-size: 32px;
  font-weight: bold;
}
.read02 {
  font-size: 42px;
  font-weight: bold;
}
.read03 {
  margin-top: -50px;
  font-size: 38px;
  font-weight: bold;
}
.marker-y {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fa8072 20%);
}
@media screen and (max-width:992px) {
  .title-first {
    font-size: 27px;
    text-align: center;
  }
  .title-first-w {
    color: #fff;
    font-size: 36px;
    text-align: center;
  }
  .title-second {
    font-size: 36px;
    text-align: center;
  }
  .title-second-w {
    font-size: 28px;
    text-align: center;
  }
  .read01 {
    font-size: 24px;
  }
  .read01-f {
    margin-top: 40px;
    padding-bottom: 28px;
    font-size: 24px;
  }
  .read02 {
    font-size: 28px;
  }
  .read03 {
    font-size: 28px;
  }
}
@media screen and (max-width:767px) {
  .title-first {
    font-size: 21px;
    text-align: center;
  }
  .title-first-w {
    color: #fff;
    font-size: 21px;
    text-align: center;
  }
  .title-second {
    font-size: 18px;
    text-align: center;
  }
  .title-second-w {
    font-size: 21px;
    text-align: center;
  }
  .read01 {
    font-size: 16px;
  }
  .read01-f {
    margin-top: 20px;
    padding-bottom: 18px;
    font-size: 18px;
  }
  .read02 {
    font-size: 16px;
  }
  .read03 {
    font-size: 18px;
  }
  .mt30 {
    margin-top: 20px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .mt40 {
    margin-top: 20px;
  }
}

/* header
   ================================================== */
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  color: #333;
  background-color: #f1f1f1;
  border-top: solid 7px #000;
  border-bottom: solid 1px #000;
}
.head-logo {
  float: left;
}
.head-contact {
  float: right;
}
.head-tell {
  margin-top: 20px;
  margin-right: 30px;
  font-size: 24px;
  font-weight: bold;
  float: left;
}
.head-tell p {
  line-height: 1.3;
}
.head-tell span {
  font-weight: bold;
  color: #333;
}
.head-mail {
  margin-top: 5px;
  padding: 5px;
  float: right;
}
.head-mail span {
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
.head-mail .btn {
  margin-top: 10px;
  padding: 0;
  border-radius: 50px;
}
.head-mail .btn a {
  padding: 0 30px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 50px;
}
.head-mail .btn a:hover {
  background-color: #fff;
  color: #000;
  border-radius: 50px;
}
.tell-time {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.head-logo p {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: normal !important;
}
@media screen and (min-width:768px) {
  .head-mail-sp {
    display: none;
  }
}
@media screen and (max-width:992px) {
  .header-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .head-tell {
    font-size: 21px;
  }
}
@media screen and (max-width:767px) {
  .header-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .head-logo {
    width: 50%;
  }
  .head-contact .btn {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .head-contact .btn a {
    padding: 0;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-sizing: border-box;
  }
  .head-contact a:link, .head-contact a:visited, .head-contact a:hover, .head-contact a:active {
    color: #333 !important;
    opacity: 1 !important;
  }
  .head-mail .btn {
    margin-top: 0;
  }
  .head-mail .btn a:hover {
    border-radius: 5px;
  }
  .head-tell {
    position: relative;
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  .head-tell a {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    display: block;
  }
  .head-tell:before {
    position: absolute;
    top: 8px;
    left: 10px;
    display: block;
    content: '\f095';
    font-family: FontAwesome;
    color: #333;
    font-size: 32px;
  }
  .head-tell .btn a {
    padding: 0;
  }
  .head-mail {
    position: relative;
    padding: 0;
    margin-top: 0;
  }
  .head-mail-sp {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
  }
  .head-mail-sp .fa-envelope {
    padding-top: 10px;
    font-size: 28px;
  }
}

/* slideshow
 ================================================== */
.billbord .container {
  position: relative;
}
.slide-title-wrap {
  background-color: #f6ab00;
}
.slide-title {
  position: relative;
  top: 150px;
  z-index: 90;
}
.billbord .slideshow {
  margin-top: -350px;
  margin-bottom: 0;
}
.slide-description {
  position: relative;
  top: 30px;  /* margin-left: 10px; */
}
.slide-description .cath02 {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
.slide-description a.btn {
  position: relative;
  top: 30px;
}
.billbord .slides {
  background: #f6ab00;
}
@media screen and (max-width:992px) {
  .billbord .slideshow {
    margin-bottom: 0;
  }
  .slide-description {
    text-align: center;
  }
  .slide-description a.btn {
    width: 60%;
  }
}
@media screen and (max-width:767px) {
  .billbord .description {
    padding: 1em 1em;
  }
  .billbord .slideshow {
    margin-bottom: 0;
  }
  .slide-description a.btn {
    width: 80%;
  }
  .billbord h1 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width:414px) {
  .billbord .slideshow {
    margin-top: 0;
  }
  .slide-description {
    top: 0;
  }
  .slide-title {
    top: 100px;
  }
  .slide-description .cath02 {
    font-size: 16px;
  }
  .slide-description a.btn {
    top: 0;
    width: 95%;
    padding-left: 0;
    padding-right: 0;
  }
  .billbord .slides {
    margin-top: -180px;
  }
  .slideshow > nav {
    margin-top: 10px;
  }
}

/* target
================================================== */
.section-target {
  margin-top: 70px;
}
.section-target h2 {
  margin-bottom: 50px;
}
.target-contents {
  background-color: #fff9e7;
  font-size: 16px;
}
.arrow-box {
  position: relative;
  margin-bottom: 50px;
  height: 120px;
}
.arrow-box:last-child {
  margin-bottom: 0;
}
.arrow-box p {
  display: table-cell;
  vertical-align: middle;
}
.arrow-box-left {
  display: table;
  padding: 25px 25px;
  height: 120px;
  background-color: #383838;
  color: #FFFFFF;
  box-sizing: border-box;
}
.arrow-box-left:after {
  border-left: 20px solid #383838;
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 33%;
  right: -4%;
  z-index: 10;
}
.arrow-box-right {
  display: table;
  position: relative;
  padding: 25px 30px;
  height: 120px;
  background-color: #fff;
  z-index: 0;
  vertical-align: middle;
}
.arrow-box-right .balloon-box {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 0 15px;
  width: 150px;
  height: 150px;
  background-color: #e83828;
  color: #fff;
  border-radius: 50%;
  z-index: 20;
}
.arrow-box-right .balloon-box p {
  position: relative;
  z-index: 30;
  width: 150px;
  height: 150px;
  font-size: 15px;
  text-align: center;
}
.arrow-box-right .balloon-box:after {
  border-right: 35px solid #e83828;
  content: '';
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 30%;
  left: -10px;
  z-index: 10;
}
@media screen and (max-width:992px) {
  .arrow-box {
    text-align: center;
    height: auto;
  }
  .arrow-box-left {
    display: block;
    width: 100%;
    height: 100px;
    font-size: 18px;
    text-align: left;
    border-bottom: none;
  }
  .arrow-box-left:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 100%;
    right: 45%;
    z-index: 10;
  }
  .arrow-box-right {
    width: 100%;
    border-top: none;
    border-top: none;
    border-top: none;
    display: block;
  }
  .arrow-box-right p {
    display: table;
    margin-top: 10px;
    text-align: left;
  }
  .arrow-box-right .balloon-box {
    top: -50px;
    right: 20px;
  }
  .arrow-box-right .balloon-box:after {
    border: none;
  }
  .arrow-box-right .balloon-box p {
    display: table-cell;
  }
  .section-target h2 {
    margin-bottom: 40px;
  }
  .section-target .interval50 {
    padding-top: 0;
  }
}
@media screen and (min-width:991px) {
  .target-contents .arrow-box-left {
    width: 38%;
  }
  .target-contents .arrow-box-right {
    width: 62%;
    border-radius: 0px 100px 100px 0px;
    -moz-border-radius: 0px 100px 100px 0px;
    -webkit-border-radius: 0px 100px 100px 0px;
  }
}
@media screen and (max-width:767px) {
  .section-target {
    margin-top: 0;
  }
  .arrow-box {
    margin-bottom: 20px;
  }
  .arrow-box-left {
    padding: 15px 5%;
    font-size: 16px;
    height: auto;
  }
  .arrow-box-left {
    height: auto;
  }
  .arrow-box-right {
    padding: 25px 15px;
    height: auto;
    font-size: 14px;
  }
  .arrow-box-right .balloon-box {
    padding: 10px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
    top: 0;
    left: 0;
  }
  .arrow-box-right .balloon-box p {
    margin-top: 0;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 14px;
  }
  .section-target h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/* catch
================================================== */
.section-catch {
  margin-top: 70px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6ab00 0%, #ffffff 59%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6ab00 0%, #ffffff 59%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6ab00 0%, #ffffff 59%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.catch-wrap01 {
  padding-top: 70px;
  position: relative;
  background: url("../img/back_town_c21.png") no-repeat center bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  min-height: 450px;
}
.section-catch-up .emphasis01 {
  color: #e83828;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: 5px;
}
.section-catch-bottom {
  margin: 70px 0;
}
.section-catch .read01-f {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .catch-wrap01 {
    min-height: auto;
    padding: 30px 0;
  }

  /*
  .catch-wrap01 .read01, .catch-wrap02 .read01 {
    margin-left: -15px;
    margin-right: -15px;
  }
  */
  .section-catch {
    margin-top: 20px;
  }
  .section-catch .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .section-catch-bottom {
    margin-bottom: 40px;
  }

  /*
  .section-target h2 {
    margin-bottom: 0;
  }
  */
}

/* point
================================================== */
.section-point {
  background: url("../img/back_stripe_c21.png");
}
.point-box {
  margin-bottom: 30px;
  border: solid 1px #383838;
  background-color: #fff;
}
.point-box h3 {
  padding: 15px 20px;
  background-color: #383838;
  color: #FFFFFF;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
.point-box-inner {
  padding: 20px;
}
.number-style-wrap {
  padding-top: 20px;
  background-color: #383838;
}
.number-style {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.number-style span {
  position: absolute;
  display: block;
  top: 25%;
  left: 25%;
  color: #000;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width:992px) {
  .number-style-wrap {
    padding: 15px 15px 15px 30px;
    width: 100%;
    display: inline-block;
  }
  .number-style {
    float: left;
  }
  .point-box h3 {
    position: relative;
    margin-top: -78px;
    padding-left: 120px;
    text-align: left;
    background-color: initial;
  }
  .point-box-inner {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .number-style-wrap {
    padding: 10px 15px 10px 30px;
    width: 100%;
    display: inline-block;
  }
  .number-style {
    width: 40px;
    height: 40px;
    float: left;
  }
  .number-style span {
    font-size: 21px;
  }
  .point-box {
    margin-bottom: 20px;
  }
  .point-box h3 {
    position: relative;
    margin-top: -65px;
    padding-left: 90px;
    text-align: left;
    background-color: initial;
  }
  .point-box-inner {
    margin-top: 0;
  }
  .point-box-inner p {
    font-size: 14px;
  }
}

/* sample
================================================== */
.section-sample {
  color: white;
  background-color: #fff9e7;
}
.section-sample h2 {
  margin-bottom: 50px;
}
.section-sample h3 {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #383838;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.section-sample span {
  padding: 12px 20px;
  display: inline-block;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  height: 50px;
  float: right;
}
.section-sample p {
  padding-right: 20px;
  text-align: right;
  color: #333;
}
.sample-box-wrap {
  padding: 40px 25px;
  background-color: #fff;
}
.sample-box {
  border: solid 1px #ccc;
}
#anchor-sample {
  margin-top: -70px;
  padding-top: 70px;
}
@media screen and (max-width:992px) {
  .section-sample.interval70 {
    padding: 40px 0 40px 0;
  }
  .section-sample h2 {
    margin-bottom: 30px;
  }
  .section-sample h3 {
    font-size: 26px;
  }
}
@media screen and (max-width:767px) {
  .sample-box-wrap {
    padding: 20px 15px;
  }
  .section-sample h2 {
    margin-bottom: 20px;
  }
  .section-sample h3 {
    font-size: 16px;
  }
  .section-sample span {
    padding: 5px 10px;
    margin-top: 10px;
    display: block;
    height: auto;
    float: none;
  }
  .sample-box {
    margin-bottom: 20px;
  }
}

/* step
================================================== */
#anchor-step {
  margin-top: -70px;
  padding-top: 70px;
}
.arrow-box-left-o {
  display: table;
  padding: 18px 5%;
  height: 120px;
  background-color: #383838;
  color: #FFFFFF;
  box-sizing: border-box;
}
.arrow-box-left-o:after {
  border-left: 20px solid #383838;
  content: '';
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 33%;
  right: -4%;
  z-index: 10;
}
.section-step .arrow-box {
  margin-bottom: 20px;
  height: auto;
}
.section-step .arrow-box-right {
  padding: 0 30px;
  height: 100px;
  border-top: solid 2.835px #000;
  border-right: solid 2.835px #000;
  border-bottom: solid 2.835px #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.section-step .arrow-box-left-o {
  height: 100px;
}
.section-step .arrow-box-left-o p {
  font-size: 21px;
  font-weight: bold;
}
@media screen and (max-width:992px) {
  .section-step .arrow-box-right {
    padding: 20px 30px;
    border-top: none;
    border-left: solid 2.835px #000;
    border-right: solid 2.835px #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    height: auto;
  }
  .section-step .arrow-box-left-o {
    height: auto;
  }
  .arrow-box-left-o {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    text-align: left;
    border-bottom: none;
  }
  .arrow-box-left-o:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 100%;
    right: 45%;
    z-index: 10;
  }
}
@media screen and (max-width:767px) {
  .arrow-box-left {
    padding: 15px 5%;
    font-size: 14px;
  }
  .arrow-box-left {
    height: auto;
  }
  .section-step .arrow-box-left-o p {
    font-size: 16px;
  }
  .section-step .arrow-box-right {
    padding: 15px 15px;
  }
}

/* section-download
================================================== */
.section-download {
  background-color: #fff9e7;
}

/* performance
================================================== */
.suppliers-box {
  padding: 40px 50px 30px 50px;
  border: solid 4px #fa8072;
}
.suppliers li {
  margin-bottom: 40px;
  text-align: left;
}
.company01 {
  margin-bottom: 40px;
  font-size: 18px;
}
.performance-box h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 24px;
}
.performance-box {
  position: relative;
  padding: 5%;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.performance-box:before, .performance-box:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.performance-box:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
@media screen and (max-width:992px) {
  .suppliers-box {
    padding: 25px 0px;
  }
  .company01 {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .suppliers-box {
    padding: 20px 0;
    color: #333;
    border: solid 4px #f4aa89;
  }
  .suppliers li {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .suppliers .col-xs-12, .suppliers p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .company01 {
    font-size: 14px;
    text-align: left;
  }
  .performance-box h3 {
    font-size: 16px;
  }
  .performance-box p {
    font-size: 14px;
  }
  .performance {
    margin-top: 20px;
  }
  .performance .title-second {
    margin-top: 20px;
  }
}
/* price_list202404追加
================================================== */
.section-price_list {
  background: url("../img/back_stripe_c21.png");
}

.section-price_list .sp-br{
  display:none;
}

.price_list {
  border-collapse: collapse;
  width: 100%;
}

.section-price_list .price_category{
  margin: 1em 0;
  width: 100%;
}

.price_category td {
  border: 2px solid #fff;
  background-color: #f5f5f5;
  padding: 1em;
}

.price_category th {
  border: 2px solid #fff;
  background-color: #4d4d4d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 40%;
  min-width: 4em;
  padding: 1em;
}
.price_option{
  display: flex;
  justify-content: space-evenly;
}
.price_option .price_option_list{
  padding-top:5px;
  font-weight: normal!important;
}
.price_option .price_option_list span{
  color: #383838;
  font-weight: bold;
}

@media screen and (max-width:767px){
  .section-price_list .sp-br{
    display:block;
  }
  .section-price_list{
  padding: 30px 15px;
  }
  .price_category th {
    text-align: left;
  }
  .price_option{
    display: block;
  }
}
/* contact
================================================== */
.section-contact {
  background-color: #fff9e7;
}
.section-contact h2 {
  margin-bottom: 20px;
}
.contact-contents {
  background-color: #fff;
  text-align: center;
}
.contact-box {
  padding: 5%;
  box-sizing: border-box;
  font-size: 21px;
}
.contact-box p {
  margin-bottom: 20px;
}
.contact-box01 {
  border: solid 5px #53a7e0;
}
.contact-box02 {
  border: solid 5px #383838;
}
.contact-box03 {
    border: solid 5px #15aa63;
}
.tel-text {
  font-size: 24px;
}
.tel-number {
  font-size: 36px;
}
.tel-number a {
  color: #383838;;
}
.tel-number a:hover {
  color: #383838;;
}
.tel-time {
  font-size: 16px;
}

/* ボタン共通 */
.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  opacity: 1;
}
a.btn {
  width: 375px;
  border-radius: 5px;
  font-size: 21px;
  padding: 15px 50px;
  box-sizing: border-box;
}
@media screen and (max-width:992px) {
  a.btn {
      width: 96%;
      font-size: 16px;
   }
  .contact-box p {
    font-size: 18px;
  }
  .section-contact a.btn {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width:767px) {
  a.btn {
    width: 80%;
    font-size: 16px;
    padding: 15px 15px;
  }
  .contact-contents {
    margin-top: 10px;
  }
  .tel-text {
    font-size: 16px;
  }
  .tel-number {
    font-size: 21px;
  }
  .tel-time {
    font-size: 14px;
  }
  .contact-box {
    margin-bottom: 20px;
  }
  .contact-box p {
    font-size: 16px;
  }
  .section-contact .tel-number {
    margin-top: 20px;
  }
}
@media screen and (max-width:441px) {
  a.btn {
    width: 95%;
  }
}

/* footer
================================================== */
footer {
  padding: 25px;
  background-color: #383838;
}
footer p {
  color: #ffffff;
  text-align: center;
}

/* 202404追加
================================================== */
.block-info {
  font-size: 12px;
  margin-top: 20px;
  text-align: left;
  display:inline-block;
  color: #333;
  line-height: 1.3;
}
.manuscript-info {
  font-size: 12px;
  margin-top: 10px;
  color:#e84545;
  font-weight: bold;
  line-height: 1.5;
}