@charset "UTF-8";
/* CSS Document */
/*==================================================================
	3. 共通
==================================================================*/
/*---------------------------------

	3.1 

---------------------------------*/
.page #headTtl .img {
  width: 100%;
  max-width: 1100px;
  height: 0;
  padding-top: 30vh;
  margin: 30px auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.page #headTtl .img .ttl {
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page #headTtl .img h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.5;
  text-shadow: 0 0 5px #000;
  padding: 0 50px 10px 20px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.page #headTtl .img h2 strong {
  font-size: 1.8em;
}
.page #headTtl .img .ttl span {
  display: block;
  font-size: 18px;
  position: absolute;
  bottom: -40px;
}
/*---------------------------------

	3.2 

---------------------------------*/
.page main #content.col2layout {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.page main #content.col2layout #maincontainer {
  width: 850px;
  margin-left: 30px;
  order: 1;
}
.page main #content.col2layout #sideber {
  width: 220px;
  padding: 10px 0 0;
  margin-bottom: 70px;
}


/*---------------------------------

	3.3 パンくずリスト

---------------------------------*/
.breadcrumb {
  padding: 10px 0;
}
.breadcrumb ul {
  list-style: none;
  color: #7F7F7F;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 14px;
}
.breadcrumb ul li::after {
  content: '›';
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb ul li a {
  color: #7F7F7F;
}
/*---------------------------------

	3.4 見出しスタイル

---------------------------------*/
/*div.ttlbox {
    margin-bottom: 30px;
    padding: 20px 10px 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    color: #141414;
    font-size: 30px;
    text-align: center;
}*/
div.ttlbox {
  margin-bottom: 30px;
  padding: 20px 10px 20px 90px;
  border: 1px solid #eee;
  background: #fff;
  color: #141414;
  font-size: 26px;
  position: relative;
}
div.ttlbox::before {
  content: '';
  display: flex;
  width: 70px;
  height: 100%;
  background: #3f699d;
  position: absolute;
  top: 0;
  left: 0;
}
div.ttlbox::after {
  content: '';
  width: 25px;
  height: 25px;
  /*border: 3px solid #fff;*/
  background: url("../images/i_consept.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22.5px;
  margin: auto;
  z-index: 1;
}
div.ttlbox h2 {
  line-height: 1.2;
}
/*==================================================================
	4. 当サイトのコンセプト
==================================================================*/
/*---------------------------------

	4.1 目次（提供目次とスタイル共有）

---------------------------------*/
.page.common #maincontainer .conceptSet a {
  color: #141414;
  display: block;
}
.page.common #maincontainer .conceptSet ul {
  padding: 40px 30px 10px;
  list-style: none;
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page.common #maincontainer .conceptSet ul li {
  width: 30%;
  margin: 0 1.5% 4%;
  text-align: center;
}
.page.common #maincontainer .conceptSet ul li dl {
  padding: 25px 10px 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.page.common #maincontainer .conceptSet ul li dl dt {
  color: #A01E14;
  font-weight: bold;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.page.common #maincontainer .conceptSet ul li dl dt span {
  font-size: 1.4em;
  margin-left: 5px;
  vertical-align: middle;
}
/*---------------------------------

	4.2 

---------------------------------*/
.page.concept #maincontainer section {
  margin: 30px 0 70px;
}
.page.concept #maincontainer section .h3ttl {
  width: 100%;
  margin: 50px 0 40px;
  padding: 50px 50px 50px;
  line-height: 1.4;
  background: rgb(160, 30, 20); /* Old browsers */
  background: -webkit-linear-gradient(rgba(160, 30, 20, 1) 0%, rgba(120, 30, 20, 1) 100%);
  background: -o-linear-gradient(rgba(160, 30, 20, 1) 0%, rgba(120, 30, 20, 1) 100%);
  background: linear-gradient(rgba(160, 30, 20, 1) 0%, rgba(120, 30, 20, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a01e14', endColorstr='#781e14', GradientType=0); /* IE6-9 */
  color: #fff;
  text-align: center;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
}
.page.concept #maincontainer section .h3ttl::after {
  content: '';
  width: 96%;
  height: 85%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page.concept #maincontainer section .h3ttl span { /*タブ*/
  width: 15%;
  font-size: 1em;
}
.page.concept #maincontainer section .h3ttl span strong {
  display: block;
  font-size: 3em;
  color: #FFE041;
  font-style: italic;
}
.page.concept #maincontainer section .h3ttl h3 {
  width: 85%;
  font-size: 25px;
  text-align: left;
  padding: 10px 0.5em 10px;
}
.page.concept #maincontainer section .wrap {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 0;
}
.page.concept #maincontainer section figure {
  width: 100%;
  margin: 20px auto;
}
.page.concept #maincontainer section .txt {
  text-align: justify;
  line-height: 1.7;
}
.page.concept #maincontainer section .txt p {
  margin-bottom: .5em;
}
/*---------------------------------
	con4
---------------------------------*/
.page.concept #maincontainer section.con4 .wrap {}
.page.concept #maincontainer section.con4 .wrap ul {
  background: #f2f2f2;
  border-left: 3px solid #3f699d;
  list-style: none;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
}
.page.concept #maincontainer section.con4 .wrap ul li {
  font-weight: 600;
  margin: 1.5rem 0;
}
/*---------------------------------

	4.3

---------------------------------*/
.page.concept #maincontainer section.con5 .wrap .inner {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}
.page.concept #maincontainer section.con5 .wrap .inner .item1 {
  width: 57%;
  text-align: justify;
}
.page.concept #maincontainer section.con5 .wrap .inner figure {
  width: 100%;
  margin: 20px 0 0;
}
.page.concept #maincontainer section.con5 .wrap .inner .item2 {
  width: 40%;
  margin-top: 20px;
}
.page.concept #maincontainer section.con5 .wrap .inner .item2 dl {
  padding: 20px 15px 10px;
  border: 1px dashed #ccc;
  text-align: center;
  position: relative;
  margin: 0 0 30px;
}
.page.concept #maincontainer section.con5 .wrap .inner .item2 dl:last-child {
  margin: 0;
}
.page.concept #maincontainer section.con5 .wrap .inner .item2 dl dt {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.page.concept #maincontainer section.con5 .wrap .inner .item2 dl dt span {
  display: inline-block;
  padding: 0 9px;
  font-size: 18px;
  color: #A01E14;
  background: #fff;
  font-weight: bold;
}
.page.concept #maincontainer section.con5 .wrap .inner .item2 dl dd {
  text-align: justify;
}
.page.concept #maincontainer section.con5 .wrap figure.total {
  margin: 0 auto;
}
.page.concept #maincontainer section .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 30px;
}
.page.concept #maincontainer section .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*==================================================================
	5. 提供できること
==================================================================*/
.page.offer div.ttlbox::after {
  background: url("../images/i_offer.svg") no-repeat center;
  background-size: contain;
}
/*---------------------------------

	5.1 

---------------------------------*/
.page.offer.common #maincontainer .conceptSet ul li dl dt {
  color: #1e4682;
}
.page.offer #maincontainer section {
  margin: 30px 0 70px;
}
.page.offer #maincontainer section .h3ttl {
  width: 100%;
  margin: 50px 0 40px;
  padding: 50px 50px 50px;
  line-height: 1.4;
  background: rgb(30, 70, 130);
  background: -moz-linear-gradient(top, rgba(30, 70, 130, 1) 0%, rgba(10, 40, 80, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(30, 70, 130, 1) 0%, rgba(10, 40, 80, 1) 100%);
  background: linear-gradient(to bottom, rgba(30, 70, 130, 1) 0%, rgba(10, 40, 80, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e4682', endColorstr='#0a2850', GradientType=0); /* IE6-9 */
  color: #fff;
  text-align: center;
  position: relative;
  z-index: -1;
  display: flex;
  align-items: center;
}
.page.offer #maincontainer section .h3ttl::after {
  content: '';
  width: 96%;
  height: 85%;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page.offer #maincontainer section .h3ttl span {
  width: 15%;
  display: block;
  font-weight: bold;
  font-size: 3em;
  color: #FFE041;
  font-style: italic;
}
.page.offer #maincontainer section .h3ttl h3 {
  width: 85%;
  font-size: 25px;
  text-align: left;
  padding: 10px 0.5em 10px;
}
.page.offer #maincontainer section .wrap {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 0;
}
/*---------------------------------

	5.2 

---------------------------------*/
.page.offer #maincontainer .con1 .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.page.offer #maincontainer .con1 .inner .box {
  width: 48%;
}
.page.offer #maincontainer .con1 .inner .box h4 {
  margin-bottom: 20px;
  padding: 15px 5px 15px 20px;
  font-size: 20px;
  background: #E6E6E6;
  border-left: 5px solid #A01E14;
}
.page.offer #maincontainer .con1 .inner .box figure {
  width: 90%;
  margin: 0 auto;
}
.page.offer #maincontainer .con1 .inner .box ul {
  font-size: 25px;
  margin: 30px 0 0 50px;
}
.page.offer #maincontainer .con1 .inner .box ul li {
  margin-bottom: .8em;
}
.page.offer #maincontainer .con1 .txt {
  margin-top: 30px;
  text-align: justify;
  line-height: 1.8;
}
/*---------------------------------

	5.3 

---------------------------------*/
.page.offer #maincontainer .con2 .wrap {
  margin: 0 auto 30px;
}
.page.offer #maincontainer .con2 .wrap h4 {
  margin-bottom: 20px;
  padding: 15px 5px 15px 20px;
  font-size: 20px;
  background: #E6E6E6;
  border-left: 5px solid #A01E14;
}
.page.offer #maincontainer .con2 .wrap .txt {
  text-align: justify;
  line-height: 1.8;
}
.page.offer #maincontainer .con2 .wrap figure {
  margin: 20px auto 0;
}
/*---------------------------------

	5.4 

---------------------------------*/
.page.offer #maincontainer .con3 .txt {
  text-align: justify;
  line-height: 1.8;
}
.page.offer #maincontainer .con3 h4 {
  font-size: 20px;
  margin: 30px 0 20px;
}
.page.offer #maincontainer .con3 .item {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px dashed #ccc;
}
.page.offer #maincontainer .con3 .item.col1 {
  padding: 0;
}
.page.offer #maincontainer .con3 .item.col2 figure {
  width: 65%;
}
/*==================================================================
	6. 事例
==================================================================*/
.page.case div.ttlbox::after {
  background: url("../images/i_case.svg") no-repeat center;
  background-size: contain;
}
/*---------------------------------

	6.1 一覧

---------------------------------*/
.page.case #maincontainer .case-block {
  margin-bottom: 70px;
}
.page.case #maincontainer .case-block .wrap {
  display: flex;
  flex-wrap: wrap;
}
.page.case #maincontainer .case-block .wrap .item {
  width: 18%;
  margin: 0 2.5% 5% 0;
}
.page.case #maincontainer .case-block .wrap .item:nth-child(5n) {
  margin-right: 0;
}
.page.case #maincontainer .case-block .wrap .item a {
  display: block;
  height: 100%;
}
.page.case #maincontainer .case-block .wrap .item figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
}
.page.case #maincontainer .case-block .wrap .item figure .img {
  height: 0;
  padding-top: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.page.case #maincontainer .case-block .wrap .item:hover figure .img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.page.case #maincontainer .case-block .wrap .item .txt {
  margin: 0 auto 0;
  position: relative;
}
.page.case #maincontainer .case-block .wrap .item p.ttl {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.5;
}
.page.case #maincontainer .case-block .wrap .item .txt apan.arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page.case #maincontainer .case-block .wrap .item:hover p.ttl {
  color: #A01E14;
}
/*---------------------------------

	6.2 詳細ページ

---------------------------------*/
.page.case.details #headTtl .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}
.page.case #maincontainer section.details-block {
  margin-bottom: 100px;
}
.page.case #maincontainer section.details-block .wrap {}
.page.case #maincontainer section.details-block .wrap .ttlbox h2 {
  line-height: 1.3;
  text-align: left;
}
.page.case #maincontainer section.details-block .wrap figure {
  display: flex;
  justify-content: space-between;
}
.page.case #maincontainer section.details-block .wrap figure .img {
  width: 65%;
  height: 0;
  padding-top: 42.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page.case #maincontainer section.details-block .wrap figure .babox {
  width: 32%;
  text-align: center;
}
.page.case #maincontainer section.details-block .wrap figure .babox p {
  position: relative;
}
.page.case #maincontainer section.details-block .wrap figure .babox img {
  width: 100%;
}
.page.case #maincontainer section.details-block .wrap figure .babox p::before {
  content: '';
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
}
.page.case #maincontainer section.details-block .wrap figure .babox p.before::before {
  content: 'Before';
  background: #446FA1;
}
.page.case #maincontainer section.details-block .wrap figure .babox p.after::before {
  content: 'After';
  background: #A01E14;
}
.page.case #maincontainer section.details-block .wrap .tablewrap {
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.page.case #maincontainer section.details-block .wrap .tablewrap table {
  width: 49%;
}
.page.case #maincontainer section.details-block table th, .page.case #maincontainer section.details-block table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.page.case #maincontainer section.details-block table th {
  width: 30%;
  text-align: left;
  background: #eee;
}
.page.case #maincontainer section.details-block .wrap .txt {
  background: #eee;
  padding: 20px;
  line-height: 1.8;
  text-align: justify;
}
/*==================================================================
	7. 工具改造のメリット
==================================================================*/
/*---------------------------------

	7.1 

---------------------------------*/
.page.merit div.ttlbox::after {
  background: url("../images/i_merit.svg") no-repeat center;
  background-size: contain;
}
/*---------------------------------

	7.1 一覧

---------------------------------*/
.page.merit #maincontainer {
  margin-bottom: 70px;
}
.page.merit #maincontainer div.about-block {
  margin-bottom: 50px;
}
.page.merit #maincontainer .case-block h3.ttl {
  margin-bottom: 20px;
  padding: 15px 5px 15px 20px;
  font-size: 23px;
  background: #E6E6E6;
  border-left: 5px solid #A01E14;
}
.page.merit #maincontainer .case-block .wrap ul {
  margin: 30px 0;
  list-style: none;
}
.page.merit #maincontainer .case-block .wrap ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
.page.merit #maincontainer .case-block .wrap ul li p a {
  display: block;
  color: #000;
  position: relative;
  padding-left: 1.2em;
}
.page.merit #maincontainer .case-block .wrap ul li p a::before {
  content: '';
  width: 10px;
  height: 12px;
  background: url("../images/arrow_r.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page.merit #maincontainer .case-block .wrap ul li p a:hover {
  color: #A01E14;
  font-weight: bold;
}
.page.merit #maincontainer .case-block .wrap ul li time {
  color: #999;
  font-size: 14px;
}
/*---------------------------------

	7.2 詳細ページ

---------------------------------*/
.page.merit.details #headTtl .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}
.page.merit #maincontainer section {
  margin-bottom: 50px;
}
.page.merit #maincontainer section .img-wrap {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.page.merit #maincontainer section .img-wrap figure {
  width: 49%;
}
.page.merit #maincontainer section .img-wrap figure .img {
  width: 100%;
  height: 0;
  padding-top: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page.merit #maincontainer section .img-wrap::before {
  content: '';
  width: 96px;
  height: 52px;
  background: url("../images/case_allow.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.page.merit #maincontainer section .txt {
  text-align: justify;
  line-height: 1.8;
}
.page.merit #maincontainer section .txt h3 {
  font-size: 20px;
  margin-top: 1.5em;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-left: 6px solid #446FA1;
  line-height: 1.2;
}
.page.merit #maincontainer section .txt p {}
.page.merit #maincontainer .contact-btn {
  margin: 80px 0 50px;
}
.page.merit #maincontainer .contact-btn a {
  display: block;
}
.page.merit #maincontainer .contact-btn a img {
  width: 100%;
  vertical-align: bottom;
}
/*==================================================================
	8. 商品・サービス紹介
==================================================================*/
.page.servies div.ttlbox::after {
  background: url("../images/i_service.svg") no-repeat center;
  background-size: contain;
}
/*---------------------------------

	8.1 一覧

---------------------------------*/
.page.servies #maincontainer {
  margin-bottom: 70px;
}
.page.servies #maincontainer div.about-block {
  margin-bottom: 50px;
}
.page.servies #maincontainer .service-block h3.ttl {
  margin-bottom: 20px;
  padding: 15px 5px 15px 20px;
  font-size: 23px;
  background: #E6E6E6;
  border-left: 5px solid #A01E14;
}
.page.servies #maincontainer .service-block .wrap ul {
  margin: 30px 0;
  list-style: none;
}
.page.servies #maincontainer .service-block .wrap ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #ccc;
}
.page.servies #maincontainer .service-block .wrap ul li p a {
  display: block;
  color: #000;
  position: relative;
  padding-left: 1.2em;
}
.page.servies #maincontainer .service-block .wrap ul li p a::before {
  content: '';
  width: 10px;
  height: 12px;
  background: url("../images/arrow_r.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page.servies #maincontainer .service-block .wrap ul li p a:hover {
  color: #A01E14;
  font-weight: bold;
}
.page.servies #maincontainer .service-block .wrap ul li time {
  color: #999;
  font-size: 14px;
}
/*---------------------------------

	7.2 詳細ページ

---------------------------------*/
.page.servies.details #headTtl .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}
.page.servies #maincontainer section {
  margin-bottom: 50px;
}
.page.servies #maincontainer section .txt {
  text-align: justify;
  line-height: 1.8;
}
/* 見出し3 */
.page.servies #maincontainer section .txt h3 {
  font-size: 20px;
  margin-top: 1.5em;
  padding: 5px 10px;
  margin-bottom: 20px;
  border-left: 6px solid #446FA1;
  line-height: 1.2;
}
/* 見出し4 */
.page.servies #maincontainer section .txt h4 {
  margin: 1em 0 10px;
  font-size: 18px;
  padding-left: 1.2em;
  position: relative;
}
.page.servies #maincontainer section .txt h4::before {
  content: '■';
  color: #88A8CD;
  position: absolute;
  top: 0;
  left: 0;
}
/* 段落 */
.page.servies #maincontainer section .txt p + p {
  margin-top: 1.2em;
}
.page.servies #maincontainer section .txt a {
  color: #A01E14;
  font-weight: bold;
  text-decoration: underline;
}
/* 箇条書きリスト */
.page.servies #maincontainer section .txt ul {
  list-style: none;
  padding: 0;
  margin: 1em .5em;
}
.page.servies #maincontainer section .txt ul li {
  padding: 0.3em 0;
  position: relative;
  padding-left: 1.1em;
  line-height: 1.5;
}
.page.servies #maincontainer section .txt ul li::before {
  background: #000;
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 番号付きリスト */
.page.servies #maincontainer section .txt ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
  margin: 1em .5em;
}
.page.servies #maincontainer section .txt ol li {
  padding: 0.3em 0;
  position: relative;
  padding-left: 1.4em;
  line-height: 1.5;
}
.page.servies #maincontainer section .txt ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  font-family: 'Courier';
  font-weight: bold;
  font-size: 1em;
}
/* テーブル */
.page.servies #maincontainer section .txt table {
  margin: 20px 0;
  width: 100%;
}
.page.servies #maincontainer section .txt table th, .page.servies #maincontainer section .txt table td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: middle;
}
.page.servies #maincontainer section .txt table th {
  background: #eee;
}
/* 画像 */
.page.servies #maincontainer section .txt #attachment_189 {
  width: 48%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.page.servies #maincontainer section .txt #attachment_189 img {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.page.servies #maincontainer section .txt img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 500px;
  vertical-align: bottom;
  width: 100%;
}
.page.servies #maincontainer section .txt .wp-caption {
  text-align: center;
  max-width: 500px;
  width: 100% !important;
  margin: 1em auto 0;
}
/* お問い合わせはこちら */
.page.servies #maincontainer .contact-btn {
  margin: 80px 0 50px;
}
.page.servies #maincontainer .contact-btn a {
  display: block;
}
.page.servies #maincontainer .contact-btn a img {
  width: 100%;
  vertical-align: bottom;
}
/*==================================================================
	9. よくある質問
==================================================================*/
.page.qa div.ttlbox::after {
  background: url("../images/i_qa.svg") no-repeat center;
  background-size: contain;
}
/*---------------------------------

	9.1 

---------------------------------*/
.page.qa #maincontainer {
  margin-bottom: 70px;
}
.page.qa #maincontainer div.about-block {
  margin-bottom: 50px;
}
.page.qa #maincontainer div.about-block .serchbox {
  border: 2px solid #ccc;
  padding: 10px 30px;
  margin: 20px 0;
}
.page.qa #maincontainer div.about-block .serchbox dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.page.qa #maincontainer div.about-block .serchbox dl dt {
  width: 25%;
  color: #666;
  font-weight: bold;
}
.page.qa #maincontainer div.about-block .serchbox dl dd {
  width: 75%;
  display: flex;
}
/*
  セレクト＆インプットスタイル
---------------------------------*/
#feas_0_0 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url("../images/ac_btn.svg") no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
#feas_0_0::-ms-expand {
  display: none;
}
#feas_0_0:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
#feas_0_1 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 50%;
}
#feas_0_1:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.feas-submit-button {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0;
  padding: 0.3em 1em;
  text-decoration: none;
}
.feas-submit-button:hover, .feas-submit-button:focus {
  outline: none;
}
.feas-submit-button::-moz-foucus-inner {
  border: none;
  padding: 0;
}
/*
  一覧
---------------------------------*/
.page.qa #maincontainer section {
  margin-bottom: 70px;
}
.page.qa #maincontainer section h3 {
  padding: 5px 10px;
  margin-bottom: 30px;
  border-left: 6px solid #446FA1;
  border-bottom: 1px solid #446FA1;
  line-height: 1.2;
  font-size: 23px;
}
.page.qa #maincontainer section ul {
  margin: 20px 0 50px 1.5em;
}
.page.qa #maincontainer section ul li {
  margin-bottom: 10px;
}
.page.qa #maincontainer section ul li a {
  text-decoration: underline;
  color: #446FA1;
}
.page.qa #maincontainer section ul li a:hover {
  font-weight: bold;
  color: #A01E14;
  text-decoration: none;
}
/*---------------------------------

	9.2 詳細ページ

---------------------------------*/
.page.qa.qa-page #maincontainer section {
  width: 85%;
  margin: 0 auto;
}
.page.qa #maincontainer section dl {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page.qa #maincontainer section dl dt {
  align-items: center;
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  justify-content: center;
  margin-right: 20px;
}
.page.qa #maincontainer section dl dd {
  width: 87%;
}
.page.qa #maincontainer section dl.que {
  align-items: center;
}
.page.qa #maincontainer section dl.que dt {
  background: #446FA1;
}
.page.qa #maincontainer section dl.que dd {
  font-size: 23px;
}
.page.qa #maincontainer section dl.ans dt {
  background: #A01E14;
}
.page.qa #maincontainer section dl dd .txt p {
  text-align: justify;
  margin-bottom: 10px;
  line-height: 2;
}
/*---------------------------------

	9.2 検索結果ページ

---------------------------------*/
.page.qa #maincontainer section.result p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.page.qa #maincontainer section.result p a {
  text-decoration: underline;
  color: #446FA1;
}
.page.qa #maincontainer section.result p a:hover {
  font-weight: bold;
  color: #A01E14;
  text-decoration: none;
}
/*==================================================================
	10. 用語集
==================================================================*/
.page.word div.ttlbox::after {
  background: url("../images/i_word.svg") no-repeat center;
  background-size: contain;
}
/*---------------------------------

	10.1 

---------------------------------*/
.page.word #maincontainer {
  margin-bottom: 70px;
}
.page.word #maincontainer div.about-block {
  margin-bottom: 50px;
}
.page.word #maincontainer section {
  margin-bottom: 70px;
}
.page.word #maincontainer section h3 {
  padding: 5px 10px;
  margin-bottom: 30px;
  border-left: 6px solid #446FA1;
  border-bottom: 1px solid #446FA1;
  line-height: 1.2;
  font-size: 23px;
}
.page.word #maincontainer section ul {
  margin: 20px 0 50px 1.5em;
}
.page.word #maincontainer section ul li {
  margin-bottom: 10px;
}
.page.word #maincontainer section ul li a {
  text-decoration: underline;
  color: #446FA1;
}
.page.word #maincontainer section ul li a:hover {
  font-weight: bold;
  color: #A01E14;
  text-decoration: none;
}
/* 詳細 */
.page.word-page #maincontainer section .txt {
  text-align: justify;
  line-height: 2;
}
.page.word-page #maincontainer section .txt p + p {
  margin-top: 1em;
}
.page.word-page #maincontainer section .txt p a {
  color: #A01E14;
  text-decoration: underline;
}
/*==================================================================
	11. お知らせ
==================================================================*/
/*---------------------------------

	11.1 一覧

---------------------------------*/
.page.info #maincontainer section {
  margin-bottom: 70px;
}
.page.info #maincontainer {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 70px;
}
.page.info #maincontainer section {
  width: 850px;
  margin: 30px auto;
}
.page.info #maincontainer section.list .inner dl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: justify;
  border-bottom: 1px dotted #ccc;
}
.page.info #maincontainer section.list .inner dl dt {
  margin-bottom: .5em;
  font-size: 14px;
}
.page.info #maincontainer section.list .inner dl dt time {
  margin-right: 1.5em;
}
.page.info #maincontainer section.list .inner dl dt span {
  display: inline-block;
  line-height: 1;
  padding: 5px 10px 4px;
  background: #A01E14;
  color: #fff;
}
.page.info #maincontainer section.list .inner dl dd a {
  color: #446FA1;
  text-decoration: underline;
}
.page.info #maincontainer section.list .inner dl dd a:hover {
  font-weight: bold;
  color: #A01E14;
  text-decoration: none;
}
/* ページャー */
.page.info #maincontainer ul#info_number {
  margin-top: 50px;
  list-style: none;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}
.page.info #maincontainer ul#info_number li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  margin: 0 .2em;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page.info #maincontainer ul#info_number li .page-numbers {
  text-align: center;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  display: block;
  color: #446FA1;
  border: 1px solid #ccc;
}
.page.info #maincontainer ul#info_number li .current {
  color: #fff;
  background: #A01E14;
}
/*---------------------------------

	11.2 詳細

---------------------------------*/
.page.info-page #maincontainer section time {
  display: block;
  text-align: right;
  font-size: 12px;
  border-bottom: 1px dotted #eee;
  color: #aaa;
}
.page.info-page #maincontainer section h1 {
  margin-bottom: 30px;
  padding: 20px 10px 20px;
  border-bottom: 1px solid #eee;
  background: #fff;
  color: #141414;
  font-size: 28px;
  line-height: 1.3;
}
.page.info-page #maincontainer section h2 {
  margin-bottom: 30px;
  font-size: 23px;
  border-left: 6px solid #446FA1;
  line-height: 1.3;
  padding-left: .5em;
}
.page.info-page #maincontainer section h3 {
  margin-bottom: 15px;
  font-size: 18px;
  padding-left: 1.2em;
  position: relative;
}
.page.info-page #maincontainer section h3::before {
  content: '■';
  color: #88A8CD;
  position: absolute;
  top: 0;
  left: 0;
}
.page.info-page #maincontainer section p {
  margin: 10px 0;
  text-align: justify;
}
.page.info-page #maincontainer section img {
  margin: 20px 0;
}
/*==================================================================
	12. お知らせ
==================================================================*/
/*---------------------------------

	11.1 一覧

---------------------------------*/
.page.contact #maincontainer section {
  margin-bottom: 70px;
}
.page.contact #maincontainer {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 70px;
}
.page.contact #maincontainer section {
  width: 850px;
  margin: 30px auto;
}
/*==================================================================
	その他共通20200828追記
==================================================================*/
/* 〜はこちらリンクのスタイル */
.page #maincontainer section .common_txt_block.bg {
  background: #eee;
  padding: 20px;
  margin-top: 70px;
}
.page #maincontainer section .common_txt_block h3 {
  border: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
}
.page #maincontainer section .common_txt_block p {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1em;
}
.page #maincontainer section .common_txt_block ul {
  margin: 2em 0 0;
  list-style: none;
}
.page #maincontainer section .common_txt_block ul li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2em;
  line-height: 1.8;
}
.page #maincontainer section .common_txt_block ul li a {
  color: #A01E14;
  font-weight: bold;
  text-decoration: underline;
}
.page #maincontainer section .common_txt_block ul li::before {
  content: '';
  width: 10px;
  height: 12px;
  background: url("../images/arrow_r.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* 一覧に戻るボタン */
.page #maincontainer section .btn {
  max-width: 300px;
  margin-top: 50px;
}
.page #maincontainer section .btn a {
  color: #A01E14;
  border-color: #A01E14;
}
.page #maincontainer section .btn a span::after {
  background: url("../images/arrow_r.svg") no-repeat;
  background-size: contain;
}
.page #maincontainer section .btn a:hover {
  background: #A01E14;
  color: #fff;
  border-color: #A01E14;
}
.page #maincontainer section .btn a:hover span::after {
  background: url("../images/arrow_w.svg") no-repeat;
  background-size: contain;
}
/*==================================================================
	 お問合せからの手順（20200831追記）
==================================================================*/
.page.flow div.ttlbox::after {
  background: url("../images/i_flow.svg") no-repeat center;
  background-size: contain;
}
/*---------------------------------

	5.1 

---------------------------------*/
.page.flow #maincontainer section {
  margin: 30px 0 70px;
}
.page.flow #maincontainer section.con1 .wrap {
  display: flex;
  justify-content: space-between;
}
.page.flow #maincontainer section.con1 ul {
  list-style: none;
  width: 65%;
}
.page.flow #maincontainer section.con1 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page.flow #maincontainer section.con1 ul li .num {
  color: #A01E15;
  font-size: 50px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  position: relative;
  width: 10%;
}
.page.flow #maincontainer section.con1 ul li .num::after {
  background: #A01E15;
  content: '';
  width: 1px;
  height: 100px;
  position: absolute;
  left: 25%;
  top: 50px;
}
.page.flow #maincontainer section.con1 ul li:last-child .num::after {
  content: none;
}
.page.flow #maincontainer section.con1 ul li .txt {
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px;
  width: 90%;
}
.page.flow #maincontainer section.con1 ul li + li .txt {
  padding: 30px 0;
  text-align: justify;
}
.page.flow #maincontainer section.con1 ul li .txt h3 {
  color: #333;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.page.flow #maincontainer section.con1 .img-wrap {
  width: 30%;
}
.page.flow #maincontainer section.con1 .img-wrap .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  padding-top: 65%;
  height: 0;
  width: 100%;
}
/* お問い合わせはこちら */
.page.flow #maincontainer .contact-btn {
  margin: 80px 0 50px;
}
.page.flow #maincontainer .contact-btn a {
  display: block;
}
.page.flow #maincontainer .contact-btn a img {
  width: 100%;
  vertical-align: bottom;
}
/*==================================================================
	 設備情報（20200831追記）
==================================================================*/
.page.facility div.ttlbox::after {
  background: url("../images/i_facility.svg") no-repeat center;
  background-size: contain;
}
/*---------------------------------

	

---------------------------------*/
.page.facility #maincontainer section {
  margin: 30px 0 70px;
}
.page.facility #maincontainer section table {
  margin: 30px 0 70px;
  width: 100%;
}
.page.facility #maincontainer section table th, .page.facility #maincontainer section table td {
  padding: 13px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page.facility #maincontainer section table th {
  color: #333;
  background: #eee;
  border-bottom: 7px solid #9F1E13;
  position: relative;
}
.page.facility #maincontainer section table td {
  color: #333;
  font-size: 14px;
  text-align: center;
  border-bottom: 2px solid #eee;
}
.page.facility #maincontainer section table td:nth-of-type(1) {
  width: 4%;
  color: #fff;
  background: #9F1E13;
  border-bottom: 2px solid #fff;
}
.page.facility #maincontainer section table td:nth-of-type(5) {
  width: 7%;
}
.page.facility #maincontainer section table th:nth-of-type(2), .page.facility #maincontainer section table td:nth-of-type(2), .page.facility #maincontainer section table th:nth-of-type(3), .page.facility #maincontainer section table td:nth-of-type(3), .page.facility #maincontainer section table th:nth-of-type(4), .page.facility #maincontainer section table td:nth-of-type(4) {
  padding: 13px 20px;
  text-align: left;
}