@charset "UTF-8";
/*ect */
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--tel {
  font-size: 1.2rem;
  display: block;
  margin: 4px auto;
  padding: 0.5rem 2.5rem 0.5rem 3.5rem;
  color: #fff;
  border-radius: 100vh;
  background: #06c755;
  -webkit-box-shadow: 0 5px 0 #00b349;
  box-shadow: 0 5px 0 #00b349;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-line {
  font-size: 2.3rem;
  left: 1rem;
}

a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.25rem 0.5rem;
  letter-spacing: 0;
  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1.2rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .pagetop {
    right: 15px;
    bottom: 90px;
  }
}

.pagetop__arrow {
  height: 8px;
  width: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

article .contents {
  max-width: 1110px;
  margin: auto;
  padding: 20px 20px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article .contents {
    width: 100%;
    padding: 10px;
  }
}
article .contents h1 {
  font-size: 4rem;
  color: rgb(46, 125, 185);
  font-weight: bold;
  text-align: center;
  margin: 60px 0 12px;
  position: relative;
}
@media screen and (max-width: 580px) {
  article .contents h1 {
    font-size: 2.8rem;
    margin-top: 36px;
  }
}
article .contents h2 {
  background-color: #607194;
  padding: 8px 12px 4px;
  color: #fff;
  font-size: 3rem;
  margin-top: 60px;
  margin-bottom: 30px;
}
article .contents h2:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 580px) {
  article .contents h2 {
    font-size: 2rem;
  }
}
article .contents section p.null {
  font-size: 2rem;
  max-width: 1080px;
  width: 90%;
  margin: 30px auto;
}
article .contents section p.null .red {
  color: #f00;
  font-size: 1.9rem;
  font-weight: bold;
}
article .contents section p.null .bold {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  article .contents section p.null {
    width: 100%;
  }
}
article .contents section .img_wrapper {
  width: 90%;
  height: auto;
  margin: 20px auto 30px;
}
@media screen and (max-width: 580px) {
  article .contents section .img_wrapper {
    width: 100%;
  }
}
article .contents section .img_wrapper img {
  width: 100%;
  height: auto;
}
article .contents section .img_wrapper.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}
@media screen and (max-width: 580px) {
  article .contents section .img_wrapper.flex {
    display: block;
  }
}
article .contents section .img_wrapper.flex picture {
  width: 46%;
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  article .contents section .img_wrapper.flex picture {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article .contents section .img_wrapper.flex picture img {
    margin-bottom: 32px;
  }
}
article .contents section .img_wrapper.mb-120 {
  margin-bottom: 120px;
}
article .contents section .map_flex_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  width: 90%;
  margin: auto auto 40px;
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper {
    align-items: center;
    display: block;
    width: 100%;
  }
}
article .contents section .map_flex_wrapper .map_img_wrapper {
  min-width: 300px;
  width: 50%;
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper .map_img_wrapper {
    margin: 0 auto 20px;
  }
}
article .contents section .map_flex_wrapper .map_img_wrapper img {
  width: 100%;
}
article .contents section .map_flex_wrapper .map_detali_name_list {
  font-size: 1.8rem;
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper .map_detali_name_list {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 580px) {
  article .contents section .map_flex_wrapper .map_detali_name_list {
    width: 100%;
  }
}
article .contents section .map_flex_wrapper .map_detali_name_list li {
  list-style-type: none;
  display: inline-block;
  color: #000;
  line-height: 1.7;
}
article .contents section .map_flex_wrapper .map_detali_name_list .map_detail_name::after {
  content: "、";
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper .map_detali_name_list .map_detail_name {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper .map_detali_name_list .map_detail_name_last {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
article .contents section.detail {
  width: 100%;
  padding: 0;
}
article .contents section.detail .inner {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents section.detail .inner {
    padding: 15px;
  }
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner {
    max-width: 99%;
    padding: 10px;
  }
}
article .contents section.detail .inner p.null {
  width: 100%;
}
article .contents section.detail .inner figure.img_right {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #808080;
  display: flex;
  justify-content: center;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_right {
    display: block;
    padding: 10px;
  }
}
article .contents section.detail .inner figure.img_right.top {
  padding-top: 0;
}
article .contents section.detail .inner figure.img_right .img_inner {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_right .img_inner {
    width: 100%;
    padding: 10px;
  }
}
article .contents section.detail .inner figure.img_right .img_inner img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
article .contents section.detail .inner figure.img_right .img_inner .caption {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 4px;
}
article .contents section.detail .inner figure.img_right figcaption {
  padding: 0 0 0 30px;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_right figcaption {
    width: 100%;
    padding: 0 10px;
  }
}
article .contents section.detail .inner figure.img_right figcaption h3 {
  font-size: min(2.4vw, 3.2rem);
  margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_right figcaption h3 {
    font-size: 2rem;
    text-align: center;
  }
}
article .contents section.detail .inner figure.img_right figcaption p {
  font-size: 1.8rem;
}
article .contents section.detail .inner figure.img_right figcaption p:nth-of-type(1) {
  margin-bottom: 15px;
}
article .contents section.detail .inner figure.img_right figcaption p:nth-of-type(2) {
  margin-bottom: 10px;
}
article .contents section.detail .inner figure.img_right figcaption p:nth-of-type(3) {
  scroll-margin-top: 10px;
}
article .contents section.detail .inner figure.img_right figcaption ul {
  padding: 10px 30px 18px;
}
article .contents section.detail .inner figure.img_right figcaption ul li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  font-size: 1.8rem;
}
article .contents section.detail .inner figure.img_right figcaption ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #2e7db9;
  top: 4px;
  left: -25px;
}
article .contents section.detail .inner figure.img_right figcaption ul li .check {
  position: absolute;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #2e7db9;
  border-left: 2px solid #2e7db9;
  transform: rotate(-45deg);
  top: 1px;
  left: -24px;
}
article .contents section.detail .inner figure.img_left {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #808080;
  display: flex;
  justify-content: center;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_left {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
article .contents section.detail .inner figure.img_left .img_inner {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  order: 2;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_left .img_inner {
    width: 100%;
    padding: 10px;
  }
}
article .contents section.detail .inner figure.img_left .img_inner img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_left .img_inner img {
    width: 100%;
  }
}
article .contents section.detail .inner figure.img_left .img_inner .caption {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 4px;
}
article .contents section.detail .inner figure.img_left figcaption {
  padding: 0 10px 0 0;
  width: 50%;
  box-sizing: border-box;
  order: 1;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_left figcaption {
    width: 100%;
    padding: 0 10px;
  }
}
article .contents section.detail .inner figure.img_left figcaption h3 {
  font-size: min(2.4vw, 3.2rem);
  margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_left figcaption h3 {
    font-size: 2rem;
    text-align: center;
  }
}
article .contents section.detail .inner figure:last-child {
  border-bottom: none;
}
article .contents section.jirei h3 {
  font-size: 2.5rem;
  border-bottom: 2px double #607194;
  width: 90%;
  margin: 30px auto 20px;
  color: #536280;
  position: relative;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei h3 {
    width: 100%;
  }
}
article .contents section.jirei .jirei_wrapper {
  margin-bottom: 80px;
}
article .contents section.jirei .jirei_wrapper #content .piclist {
  margin: auto auto 20px;
}
article .contents section.jirei .jirei_wrapper #content .piclist ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .piclist ul {
    display: block;
    width: 100%;
    text-align: center;
  }
}
article .contents section.jirei .jirei_wrapper #content .piclist ul li {
  width: 45%;
  font-size: 16px;
  margin-bottom: 28px;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .piclist ul li {
    width: 90%;
    margin: auto auto 28px;
  }
}
article .contents section.jirei .jirei_wrapper #content .piclist ul li img {
  width: 100%;
  height: 100%;
}
article .contents section.jirei .jirei_wrapper #content .sekourei {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei {
    width: 90%;
  }
}
article .contents section.jirei .jirei_wrapper #content .sekourei table {
  padding-left: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table tr:first-of-type {
    border-top: 1px solid #999;
  }
}
article .contents section.jirei .jirei_wrapper #content .sekourei table tr td {
  font-size: 1.4em;
  text-align: left;
  padding: 7px;
  border: 1px solid #999;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table tr td {
    width: 100%;
  }
}
article .contents section.jirei .jirei_wrapper #content .sekourei table tr td.color {
  width: 10%;
  text-align: center;
  background-color: #ddd;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table tr td.color {
    width: 100%;
  }
}
article .contents section.jirei .jirei_wrapper #content h3 {
  margin: 20px auto;
  padding: 20px 0px 20px 25px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-weight: bold;
  text-align: left;
  color: #191919;
  font-size: 2em;
  clear: both;
  background-color: #fff;
}
article .contents section.jirei .jirei_wrapper #content h4 {
  font-size: 2.5em;
  font-weight: bold;
  padding: 10px 0 0;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  gap: 2%;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .voice_wrapper {
    display: block;
  }
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_img_wrapper {
  width: 30%;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_img_wrapper {
    width: 100%;
  }
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_img_wrapper img {
  width: 100%;
  height: auto;
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_message_wrapper {
  width: 70%;
  padding-top: 8px;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_message_wrapper {
    width: 100%;
  }
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_message_wrapper p {
  font-size: 2em;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_message_wrapper p {
    font-size: 1.8em;
  }
}

.four-character {
  border: 1px solid #555;
  border-collapse: collapse;
  width: 90%;
  margin: auto auto 40px;
  font-size: 1.7rem;
}
.four-character tbody {
  font-size: 1.7rem;
}
.four-character tbody tr {
  height: 40px;
}
.four-character tbody tr:first-child {
  background: #e7ebf3;
  font-weight: bold;
  text-align: center;
  width: 30%;
}
.four-character tbody tr th {
  border: 1px solid #555;
  padding: 10px;
  background: #e7ebf3;
}
.four-character tbody tr td {
  border: 1px solid #555;
  padding: 10px;
}

.btn-copy_wrapper {
  margin: 40px auto 0;
  height: 140px;
}
.btn-copy_wrapper .btn-copy {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2em;
  text-align: center;
}
.btn-copy_wrapper .btn-copy::before {
  margin-right: 1rem;
  content: "＼";
}
.btn-copy_wrapper .btn-copy::after {
  margin-left: 1rem;
  content: "／";
}
.btn-copy_wrapper .btn {
  display: block;
  background: #eb6120;
  color: #fff;
  max-width: 400px;
  width: 90%;
  margin: auto auto 40px;
  text-align: center;
  border-radius: 999px;
  padding: 12px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  border-bottom: 5px solid #902e00;
  transition: 0.5s;
}
.btn-copy_wrapper .btn::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: calc(50% - 15rem);
  margin: 0;
  padding: 0;
  content: "\f054";
}
.btn-copy_wrapper .btn:hover {
  border-bottom: 2px solid #902e00;
  transform: translateY(3px);
  transition: 0.5s;
}

.comparison_wrapper {
  width: 90%;
  margin: auto auto 120px;
}

.jirei_graph_img_wrapper {
  width: 100%;
  margin-bottom: 60px;
}
.jirei_graph_img_wrapper img {
  width: 100%;
  height: auto;
}

.jirei_img_flex_wrapper {
  display: flex;
  justify-content: space-between;
}
.jirei_img_flex_wrapper .jirei_img_wrapper {
  width: 49%;
}
.jirei_img_flex_wrapper .jirei_img_wrapper img {
  width: 100%;
  height: auto;
}

.jirei_detail_wrapper {
  margin-bottom: 40px;
}
.jirei_detail_wrapper dl {
  display: flex;
  justify-content: flex-start;
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  padding: 20px 12px;
  border-bottom: 1px solid #CCC;
  margin: 0;
}
.jirei_detail_wrapper dl:last-of-type {
  border-top: none;
}
@media screen and (max-width: 780px) {
  .jirei_detail_wrapper dl {
    display: block;
  }
}
.jirei_detail_wrapper dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .jirei_detail_wrapper dl dt {
    margin-bottom: 12px;
  }
}
.jirei_detail_wrapper dl dt span {
  background-color: #3a459a;
  color: #fff;
  padding: 6px 8px;
}
.jirei_detail_wrapper dl dd {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .jirei_detail_wrapper dl dd {
    margin: 0;
  }
}

#supervisor .supervisor_wrapper {
  width: 900px;
  margin: 20px auto auto;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #supervisor .supervisor_wrapper {
    width: 96%;
  }
}
@media screen and (max-width: 580px) {
  #supervisor .supervisor_wrapper {
    width: 92%;
  }
}
#supervisor .supervisor_heading {
  background-color: #00489a;
  display: inline-block;
  padding: 8px 12px;
  font-size: 1.6rem;
  color: #fff;
}
#supervisor .inner {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 2px solid #00489a;
  padding: 12px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #supervisor .inner {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #supervisor .inner {
    width: 100%;
    display: block;
    padding: 0 10px;
  }
}
#supervisor .inner .profile_photo {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
}
#supervisor .inner .profile_photo img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 881px) and (max-width: 980px) {
  #supervisor .inner .profile_photo {
    width: 20%;
  }
}
@media screen and (min-width: 781px) and (max-width: 880px) {
  #supervisor .inner .profile_photo {
    width: 23%;
  }
}
@media screen and (min-width: 681px) and (max-width: 780px) {
  #supervisor .inner .profile_photo {
    width: 25%;
  }
}
@media screen and (min-width: 581px) and (max-width: 680px) {
  #supervisor .inner .profile_photo {
    width: 30%;
  }
}
@media screen and (max-width: 580px) {
  #supervisor .inner .profile_photo {
    width: 40%;
    margin: 16px auto;
  }
}
#supervisor .inner .profile_content {
  width: 70%;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #supervisor .inner .profile_content {
    width: 65%;
  }
}
@media screen and (max-width: 580px) {
  #supervisor .inner .profile_content {
    width: 98%;
    margin: 0 auto;
  }
}
#supervisor .inner .profile_content h6 {
  font-size: 1.8rem;
  color: #555;
}
@media screen and (max-width: 580px) {
  #supervisor .inner .profile_content h6 {
    font-size: 1.6rem;
  }
}
#supervisor .inner .profile_content p {
  font-size: 1.8rem;
  margin: 4px auto;
  padding: 0;
}
@media screen and (max-width: 580px) {
  #supervisor .inner .profile_content p {
    font-size: 1.6rem;
    margin: 8px auto;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp_only {
  display: none;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .sp_only {
    display: block;
  }
}

section#telContact {
  background-color: rgb(0, 73, 154);
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 5;
}
section#telContact p.telComment {
  box-sizing: border-box;
  text-align: center;
  font-size: 2.5rem;
  color: #f1f1f1;
  margin-bottom: 1.3em;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#telContact p.telComment {
    font-size: 4.2vw;
    padding: 0 20px;
  }
}
@media screen and (max-width: 580px) {
  section#telContact p.telComment {
    font-size: 4.2vw;
    padding: 0 10px;
  }
}
section#telContact #telButton {
  margin: auto;
  width: 410px;
  height: 96px;
  background-color: #eb6120;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 580px) {
  section#telContact #telButton {
    width: 72%;
    height: 55px;
  }
}
section#telContact #telButton p.telClick {
  text-align: center;
  font-size: 3.5em;
  font-weight: bold;
  padding: 27px 0 27px 40px;
  line-height: 1.2;
  color: #fff;
}
section#telContact #telButton p.telClick a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
section#telContact #telButton p.telClick a:before {
  content: "";
  background: url(https://bousuikouji.info/wp-content/themes/omc/images/telButtonIcon.png);
  position: absolute;
  top: 50%;
  left: -25px;
  width: 40px;
  height: 40px;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 580px) {
  section#telContact #telButton p.telClick a:before {
    left: -35px;
  }
}
@media screen and (max-width: 580px) {
  section#telContact #telButton p.telClick {
    padding: 3px;
    padding-left: 45px;
    font-size: 6.8vw;
    transform: scale(0.8, 1);
    line-height: 4.8rem;
  }
}
section#telContact img#imgLinesoudan {
  display: none;
}
@media screen and (max-width: 580px) {
  section#telContact img#imgLinesoudan {
    display: block;
    margin: 10px auto;
    width: 95%;
    height: auto;
  }
}
section#telContact #linetouroku {
  display: none;
}
@media screen and (max-width: 580px) {
  section#telContact #linetouroku {
    display: block;
    text-align: center;
  }
}