.h1undertitle {
  margin: 0;
  font-style: initial;
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
}

.center {
  text-align: center;
}

.underhead {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-position: center;
}

.underhead img {
  opacity: 1;
  margin-top: -50px;
  width: 1920px;
  position: relative;
}

.underhead::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff4d;
  top: 0;
  z-index: 1;
}

.underhead.single {
  height: 400px;
}

.titleunit {
  position: absolute;
  bottom: -210px;
  left: calc(50% - 170px);
  background-color: #f6aa0f;
  height: 340px;
  width: 340px;
  text-align: center;
  border-radius: 180px;
}

.titleunit h1 {
  margin-top: 52px;
  font-size: 63px;
  font-family: "alexa-std", sans-serif;
  letter-spacing: 0;
  color: #281d15;
}

.article_inner {
  padding: 4em;
  background-color: #ffffff6e;
  border-radius: 5px;
  line-height: 1.8;
}

.img_fl_r {
    margin: 0 0px 15px 15px;
    float: right;
}

.img_fl_l {
    margin: 0 15px 15px 0;
    float: left;
}
.page_sect {
    padding: 2em 0;
}
.page_sect.gray_back {
    background-color: #f6f6f6;
}

.page_sect.white_back {
    background-color: #fff;
}

.underheadttl {
  font-size: 80px;
  width: 80%;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  max-width: 1140px;
}
.subttl {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 0;
  color: #000;
  position: relative;
  border-left: 20px solid #ea2a60;
  margin-left: 5px;
}

.subdetail {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.menu__list {
  display: flex;
  flex-wrap: wrap;
}

.menu__list li {
  width: calc(100%/4 - 20px);
  margin: 10px;
  background-color: #fff;
  padding: 15px;
  -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
}

.menu__photo {
  width: 100%;
  aspect-ratio: 1 / 1.6;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.menu__list li img{
  height: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
position: absolute;
}
.menu_block {
  background-image: url(../img/wood_back.jpg);
  position: relative;
  padding: 3em 0 7em;
}

.menu_block::before {
  background-color: #f6aa0f;
  content: " ";
  height: 240px;
  width: 100%;
  position: absolute;
  top: 0;
}

.menu_text .container {
  max-width: 800px;
  padding: 1em 0 2em;
}

.menu_text .container.max1000{
  max-width: 1000px;
}

.menu_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 2em;
}

.menu_ttl span{
  background-color: #f6aa0f;
    font-family: "alexa-std", sans-serif;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.menu_ttl::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  background-color: #281d15;
  height: 1px;
  bottom: -12px;
  max-width: 900px;
} 

.menu__name {
  display: block;
}

.menu__price {
  display: block;
  text-align: right;
}

.service_time {
  font-family: "alexa-std", sans-serif;
  text-align: center;
  margin-bottom: 1em;
  font-size: 2em;
}
.service_time::after {
  content: "■ ■ ■";
  display: block;
  text-align: center;
  font-size: 10px;
  color: #c18408;
}


.messagephotoblock {
    width: 100%;
    position: relative;
    float: left;
}

.messagephotoblock img{
    float: right;
    margin: 20px 0;
    width: 170px;
    height: auto;
}

.borderblock {
  padding:40px;
  border:2px solid #efefef;
  float: left;
}

.messagephotoblock span {
    float: right;
    margin: 20px;
    position: absolute;
    bottom: 10px;
    right: 190px;
    width: 140px;
}

.messageblock {
    background-color: #f3faff;
    padding: 40px;
    color: #565656;
}

.blueblock {
  padding: 30px;
  background-color:#2064b7;
  color:#fff;
  width:90%;
  margin:3em auto;
  border-radius: 10px;
}

.blueblock p {
  margin-bottom: 0;
}

.news__ttl {
  margin-bottom: 1em;
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
  font-style: initial;
  color: #281d15;
  font-size: 3rem;
  line-height: 1.5;
  border-top: 1px solid #dbdbdb;
}

.underttl {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
}

.news__date {
  font-size: 15px;
  text-align: right;
  float: right;
}

.catlist {
    float: left;
}

.catlist a {
  background-color: #005eae;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
}

span.jobttl {
width: 150px;
display: inline-block;
}

.row p {
  line-height: 2.2;
  letter-spacing: 0.125em;
}

.row h2 {
  margin: 0 0 20px;
  color: #ea2a60;
  padding: 15px 0px;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: unset;
  font-style: initial;
  line-height: 1.6em;
  letter-spacing: 0.15em;
  border-bottom: 2px solid #ea2a60;
}

.row h4 {
    background-color: #918d8a;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0px;
    margin: 20px 0 15px;
}

.row h3 + h4 {
  margin-top:0;
}

.policy h3::before {
display: none;
}

.border-blue {
  border: 10px solid #005eae;
  text-align: center;
  font-size: 30px;
  line-height: 1.6em;
  padding: 1em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

.visionback {
  background-image: url(/wp-content/uploads/2023/12/vision.jpg);
  text-align: center;
  font-size: 30px;
  line-height: 1.6em;
  padding: 1em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

a.mapbtn {
  text-decoration: none;
}

a.mapbtn span {
    background-color: #281d15;
    color: #fff;
    padding: 1px 14px;
    border-radius: 40px;
    margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.mapbtn:hover span {
    background-color: #a41a16;
      text-decoration: none;
}

.yesnolink {
  margin: 0 auto;
  max-width: 800px;
}

.yesnoblock p {
  font-size:20px;
}

.yesnolink a {
    float: left;
    background-color: #efefef;
    padding: 30px 50px;
    width: calc(100%/2 - 10px);
    margin: 5px;
    border-radius: 10px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    border:1px solid #ccc;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
}

.yesnolink a:hover {
    background-color: #565656;
    color:#fff;
}

.childhead {
position: relative;
width: 100%;
height: 300px;
margin-top: -3em;
margin-bottom: 3em;
}

#pageid87 .childhead {
    background-image: url(../images/service01.jpg);
    background-position: center -120px;
    background-size: cover;
}

#pageid132 .childhead {
    background-image: url(../images/service02_2.jpg);
    background-position: center center;
    background-size: cover;
}

#pageid146 .childhead {
    background-image: url(../images/service03.jpg);
    background-position: center center;
    background-size: cover;
}

#pageid161 .childhead {
    background-image: url(../images/service04.jpg);
    background-position: center center;
    background-size: cover;
}

#pageid165 .childhead {
    background-image: url(../images/service05.jpg);
    background-position: center center;
    background-size: cover;
}

.childhead::before {
  content: " ";
  display: block;
  background-color: rgba(0,0,0,0.4);
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  z-index: 1
}

.childhead .h1undertitle {
font-size: 30px;
width: 80%;
text-align: center;
color:#fff;
font-family: Roboto, kozuka-gothic-pr6n, sans-serif;
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
z-index: 2;
}

.serviceblock h2 {
  margin-top:40px;
  font-size: 24px;
  font-family: Roboto, kozuka-gothic-pr6n, sans-serif;
  text-align: center;
  font-weight: 900;
}

.serviceblock .readmore {
  text-align: center;
left: 50%;
transform: translateX(-50%);
-webkit- transform: translateX(-50%);
}

.serviceblock .readmore a{
  display: block;
}

.wp-block-heading::after {
  left: 0 !important;
  margin-left: 0 !important;
}

table {
    width: 100%;
    color: #000;
    margin: 10px 0px 30px;
}

table tr:nth-child(odd){
  background: #f8f8f8;
}

table th, table td{
font-weight: normal;
font-size: 16px;
padding: 15px;
line-height: 1.6em;
}

table td dt{
    float: left;
    margin-right: 15px;
    font-size: 16px;
    font-weight: normal;
    min-width: 130px;
}

table td dd{
    float: left;
}

.icoTxtBlue {
  display: inline-block;
  min-width: 50px;
  color: #fff;
  text-align: center;
  padding: 3px 15px;
  margin: 5px 2px;
  border-radius: 2px;
  background-color: #2c99dc;
}

.table2 th{
  background-color: #2064b7;
  border: 1px solid #565656;
  color: #fff;
  text-align: center;
}

.table2 td {
  border: 1px solid #565656;
  background-color: #fff;
}

.historylist {
	list-style: none;
	padding:0;
	font-size: 16px;
}
.historylist li {
	border-bottom:1px solid #efefef;
	padding-bottom:15px;
	margin-bottom: 15px;
}

.row h3 {
    color: #444;
    font-style: normal;
    line-height: 1.75;
    font-size: 2.4rem;
    border-bottom: 4px dotted #a8a7a7;
    padding-bottom: 15px;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: normal;
} 

.row h3::before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin-right: 15px;
}

.row p + h3 {
  margin-top:20px;
}

.row .pipeline h3 {
    margin-top: -80px;
    padding-top: 100px;
}

.row .anchor h2 {
    margin-top: -80px;
    padding-top: 100px;
}

.row h3 + table {
  margin-top:0;
}

span.category01 {
  background-color: #044775;
    color: #fff;
    padding: 5px 10px;
    width: 60px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.engnewslist span.category01 {
    background-color: #044775;
    color: #fff;
    padding: 5px 10px;
    width: 80px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
}

span.category02 {
    background-color: #333333;
    color: #fff;
    padding: 5px 10px;
    width: 60px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.engnewslist span.category02 {
    background-color: #333333;
    color: #fff;
    padding: 5px 10px;
    width: 80px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

span.category03 {
  background-color: #088ba0;
    color: #fff;
    padding: 5px 10px;
    width: 60px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.engnewslist span.category03 {
  background-color: #088ba0;
    color: #fff;
    padding: 5px 10px;
    width: 80px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

span.category04 {
  background-color: #c65a0a;
    color: #fff;
    padding: 5px 10px;
    width: 60px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.engnewslist span.category04 {
  background-color: #c65a0a;
    color: #fff;
    padding: 5px 10px;
    width: 80px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

td.td01g {
  background-color: #54a2ef;
  color: #fff;
}

.policy ol {
  font-size: 16px;
  list-style-type: decimal;
  padding-left: 17px;
}

.policy ol li {
  margin-bottom: 10px;
}

#pageid3 .row ul {
margin-bottom: 1.5em;
padding: 0 20px;
}

#pageid3 .row li{
    font-size: 16px;
    margin-bottom:5px;
}

.nameright {
    font-size: 16px;
    float: right;
    text-align: right;
}

.formtop {
    border: 1px solid #565656;
    padding: 20px;
    text-align: center;
}

.formtop p {
    padding: 0;
    color: #565656;
    text-align: center;
    margin-bottom:0;
    font-size: 17px;
}

.mwform-checkbox-field.horizontal-item {
    border:1px solid #efefef;
    padding: 5px;
    display: inline-block;
    margin: 0 0 10px;
}

.contact .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
}

.mwform-checkbox-field-text {
  font-size:  13px;
}

.contact.formconfirm ul li label.tl {
    margin: 0;
}

.contact.formconfirm ul li {
  border-bottom: 0;
}

.contact div.send .submitbtn01 {
    font-size: 1.3125rem;
    line-height: 2em;
    letter-spacing: 0.01em;
    margin: 20px 0 0 0;
    padding: 0;
    width: 200px;
    height: 50px;
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #053d70;
}

.contact div.send .submitbtn01:hover {
    background: #457db0;
}

.contact select {
    vertical-align: middle;
    padding: 7px;
    border-radius: 5px;
    font-size: 15px;
}

.contact ul {
          margin: 58px 0 0 0;
          padding: 0 0 40px 0;
          overflow: hidden; }
.contact ul li {
  display: flex;
  margin: 0;
  padding: 0 0 0 20px;
  overflow: hidden;
  flex-wrap: wrap;
  border-bottom: 2px solid #fff;
}
            .contact ul li span.errmsg {
              display: block;
              margin: 5px 0 0 0;
              padding: 0;
              overflow: hidden;
              font-size: 12px;
              color: #c03; }
            .contact ul li span.errmsg2 {
              margin: 5px 0 0 245px; }
            .contact ul li img {
              width: 59px;
              height: 24px; }
            .contact ul li label.ok {
              padding: 5px 0 0 0;
              font-size: 14px; }
              @media print, screen and (min-width: 897px) {
                .contact ul li label.ok {
                  margin: 0 0 22px 0;
                  width: 800px;
                  height: 30px; } }
              @media screen and (max-width: 896px) {
                .contact ul li label.ok {
                  margin: 0;
                  width: 98%;
                  height: 30px; } }
              .contact ul li label.ok span {
                text-align: left;
                float: left;
                display: block;
                width: 200px; }
              .contact ul li label.ok p {
                word-break: break-all;
                word-wrap: break-word; }
            .contact ul li label.tlt {
              float: left;
              display: block;
              margin: 0;
              padding: 0;
              width: 244px;
              font-size: 14px; }
              .contact ul li label.tlt span {
                text-align: left;
                float: left;
                display: block;
                width: 164px; }
                .contact ul li label.tlt span img {
                  margin: 0; }
  .contact ul li label {
    padding: 10px;
  }
.contact ul li label.tl {
  float: left;
  display: flex;
  padding: 10px;
  font-size: 16px;
  background-color: #fff1e5;
  align-items: center;
}
              @media print, screen and (min-width: 897px) {

.contact ul li label {
                  display: table-cell; }
                .contact ul li label.tl {
                  margin: 0;
                  width: 244px; } }
              @media screen and (max-width: 896px) {
                .contact ul li label.tl {
                  margin: 0;
                  width: 90%; } }
              .contact ul li label.tl span.area {
                text-align: left;
                float: left;
                display: block; }
                @media print, screen and (min-width: 897px) {
                  /*.contact ul li label.tl span.area {
                    width: 184px; }*/ }
                @media screen and (max-width: 896px) {
                  /*.contact ul li label.tl span.area {
                    width: 220px; }*/ }
                .contact ul li label.tl span.area img {
                  margin: 0; }
                .contact ul li label.tl span.area span.text {
                  margin: 0 0 0 10px;
                  padding: 0;
                  font-size: 11px;
                  letter-spacing: 0em;
                  color: #999; }
              .rp {
                color: #c03;
                float: left;
                margin-left: 10px; }
            .contact ul li label input {
              padding: 7px 10px;
              font-size: 16px;
              overflow: hidden;
              border: 1px #ccc solid;
              border-radius: 5px; }
              @media print, screen and (min-width: 897px) {
                .contact ul li label input {
                  margin: 0 0 0 4px;
                  width: 477px; } }
.contact ul li .wpcf7-checkbox label input {
    margin: 0;
    width: auto;
}

.contact ul li label input[type="radio"]{
    width: auto;
    font-size: 15px;
}

.contact ul li label.hukugou input,.contact ul li label.hukugou select {
  margin-bottom: 5px;
} 

.wpcf7-checkbox label {
    border: 1px solid #565656;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
}
              @media screen and (max-width: 896px) {
.contact ul li .wpcf7-checkbox label input {
    margin: 0;
    width: auto;
}
.contact ul li textarea.mainmsg {
    margin: 0 0 30px 4px;
    width: 90%;
}
                .contact ul li label input {
                  margin: 0 0 30px 4px;
                  width: 90%; } }
            .contact ul li label input:focus {
              background: #f9f9f9;
              border: 1px #EAE4DA solid;
              outline: 0; }
            .contact ul li label.cw {
              margin: 0 0 0 20px;
              padding: 0;
              font-size: 14px;
              font-weight: bold; }
              .contact ul li label.cw input {
                width: 20px; }
              .contact ul li label.cw input[type=radio] {
                display: inline-block;
                margin-right: 6px; }
              .contact ul li label.cw input[type=radio] + label {
                position: relative;
                display: inline-block;
                margin-right: 12px;
                font-size: 14px;
                line-height: 30px;
                cursor: pointer; }
.formkikkake {
    background-color: #bff5f1;
    padding: 0 0 15px;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
            .contact ul li textarea.mainmsg {
              margin: 0 0 20px 4px;
              padding: 10px;
              width: 477px;
              height: 9em;
              font-size: 16px;
              line-height: 1.5em;
              border: 1px #ccc solid;
              border-radius:  5px;
              overflow: auto; }

              @media screen and (max-width: 896px) {
.contact ul li textarea.mainmsg {
    margin: 0 0 30px 4px;
    width: 90%;
} }

            .contact ul li textarea.mainmsg:focus {
              background: #f9f9f9;
              outline: 1px #EAE4DA solid; }
        .contact div.send {
          margin: 0px auto 50px;
padding: 0;
text-align: center; }
          .contact div.send img {
            width: 179px;
            height: 45px; }
          .contact div.send .submit_button {
            font-size: 21px;
            font-size: 1.3125rem;
            line-height: 2em;
            letter-spacing: 0.01em;
            margin: 20px 0 0 0;
            padding: 0;
            width: 200px;
            height: 50px;
            border: none;
            color: #fff;
            font-weight: bold;
            text-align: center;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            background: #0d968e; }
          .contact div.send .submit_button:hover {
            background: #053a35;
            color: #fff;
            cursor: pointer; }

label {
    font-weight: normal;
}

.single_column {
    width:100%;
    max-width: 800px;
    margin: 0 auto;
}

.serviceimageh2 {
    background-color: #0e4270;
    height: 80px;
    margin-bottom: 20px;
    position: relative;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    background-image: none;
}

#adachi-service01 .serviceimageh2 h2 {
  position: absolute;
  color:#fabe00;
  top:50%;
  left:20px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  margin: 0;
  background-color: transparent;  
  border:none;
  font-weight: 900;
}

#adachi-service01 .serviceimageh2 h2 span {
display: inline;
}

.svi-ttl01 {
  font-size: 28px;
}
.svi-ttl02 {
color:#fff;
    margin:10px;
}
.svi-ttl03 {
  font-size: 28px;
  color:#fff;
}

.yellowtext {
  color:#fabe00;
}

.svclist {
    margin-bottom: 1.5em;
    padding: 0 30px 0 40px;
}

.svclist li {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 10px;
    text-align: justify;
}

.ttlx {
	margin: 0 10px;
}

.svctoptext{
    padding: 10px 22px;
    background-color: #f0f0f0;
    color:#0e4270;
    border-radius: 5px;
    margin: 0 10px 20px;
}

/*.svi05 .svi-ttl03 {
  color:#e82f46;
}*/

.article_inner ul {
  margin: 20px;
}

.article_inner ul li {
  list-style-type: disc;
}
.article_inner ul.newentry li{
  list-style-type: none;
}

@media screen and (max-width: 896px) {

.article_inner ul.newentry {
  margin: 0em 0 !important;
  background-color: #fff;
  border-radius: 20px;
  padding: 0px;
}
	h2 {
		text-align: center;
	}
table th, table td {
    font-weight: normal;
    font-size: 14px;
    padding: 15px;
    line-height: 1.6em;
    min-width: 100px;
}
.underhead {
    height: 200px;
}
.underhead.single {
  height: 300px;
}
  .underheadttl {
    font-size: 40px;
    text-align: center;
    top: 60%;
  }
.h1undertitle {
    font-size: 24px;
    padding: 10px;
    border-radius: 5px;
}

.row h2::after {
  left: 50%;
  width: 10%;
  margin-left: -5%;
}

.article_inner {
  padding: 1.2em;
}

.childhead .h1undertitle{
  font-size: 24px;
}

.childhead .h1undertitle span{
  display: block;
  text-align: center;
}

.underhead2 {
    height: 200px;
}
.underheadttl2 {
   font-size: 50px;
}

.serviceblock .col-md-6 {
    margin-bottom: 39px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d0d0d0;
}

#pageid87 .childhead {
    background-position: center 0px;
}
.serviceblock .readmore {
  display: inline-block;
}

.formtop p {
  text-align: left;
}
.formtop p br{
  display:  none;
}
.svi-ttl01 {
  font-size: 22px;
}
.svi-ttl03 {
  font-size: 20px;
  color:#fff;
}

.userrule, .spmincho {
    font-size: 22px;
  }

.news__ttl {
  font-size: 2.2rem;
}

.row h2 {
  margin: 0px 0 30px;
  padding: 20px 0px 20px;
  font-size: 21px;
}

.underhead img {
  margin-left: -50%;
  width: auto;
}

}

@media screen and (max-width: 600px) {
.yesnolink a {
    width: calc(100%/1 - 10px);
  }
.img_fl_r,.img_fl_l {
    width: 100%;
    margin:0 0 15px 0;
}

}

.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
}

.stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #000;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}

@media screen and (max-width: 896px) {
.stepbar {
  width: 100%;
}
.stepbar .stepbarwrap {
  margin: 1em 0;
  position: relative;
}
.stepbar .stepbarwrap .steptitle .stepcircle {
  border-radius: 0px;
}
.subttl {
  font-size: 30px;
  letter-spacing: 0.1em;
}

.titleunit {
  background-color: transparent;
}

.titleunit h1 {
  color: #f6aa0f;
}
.menu_text .container {
  padding: 1em 15px 2em;
}
.menu__list li {
  width: calc(100%/2 - 10px);
  margin: 5px;
  padding: 5px;
}
#adcm-page .serviceitem {
  width: calc(100%/1 - 40px);
  margin: 20px;
}

.row h3 {
  line-height: 1.5em;
  font-size: 20px;
}
}