@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@font-face {
  font-family: 'tegaki';
  src: url("../webfont/apjapanesefont.eot");
  src: url("../webfont/apjapanesefont.eot?#iefix") format("embedded-opentype"), url("../webfont/apjapanesefont.woff") format("woff"), url("../webfont/apjapanesefont.ttf") format("truetype");
  font-display: swap;
}

/* =================================================
   unique layout
================================================= */
#container.page #article {
  padding: 0 0 1rem;
}

/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       aside
    ------------------------------------- */
  /* -------------------------------------
       section_1
    ------------------------------------- */
}

#article .map {
  height: 62.5vw;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

#article p.notice {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  text-align: center;
  color: #00728d;
  line-height: 1.25;
  font-weight: bold;
  width: 93.75%;
  margin: -1.5rem auto 2rem;
}

#article .aside {
  /* -------------------------------------
           main
        */
}

#article .aside.main .inner img {
  display: block;
  width: 100%;
  height: auto;
}

#article .aside.main .inner .item .figure {
  box-sizing: border-box;
  position: relative;
  /*
                        &:after{
                            content: "";
                            display: block;
                            width: 100%;
                            height: 100%;
                            border: 1px solid $monocolor5;
                            box-sizing: border-box;
                            position: absolute;
                            z-index: 1;
                            top: 0;
                            left: 0
                        }
                        */
}

#article .section {
  /* -------------------------------------
           section_1
        */
  /* -------------------------------------
           section_2
        */
}

#article .section.section_1 .inner {
  width: 100%;
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.section_1 .inner .content {
  width: 93.75%;
  padding: 0;
  margin: 2rem auto;
  /*
                    .h5{

                        &.h5_1{

                            // weight : 300=L , 400=R , 500=M , 700=B , 900=BL
                            @include webfont_j1(400);
                            // proportional font
                            font-feature-settings : "pkna";

                            text-align: center;
                            color: $basecolor3;
                            line-height: 1;
                            width: 100%;

                            span{

                                &.txt{
                                    letter-spacing: 0.05em;
                                    font-size: 1rem;
                                }
                            }
                        }
                    }
                    */
  /* -------------------------------------
                       content_1
                    */
  /* -------------------------------------
                       content_2
                    */
  /* -------------------------------------
                       content_3
                    */
  /* -------------------------------------
                       content_4
                    */
  /* -------------------------------------
                       content_5
                    */
}

#article .section.section_1 .inner .content .h3.h3_3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#article .section.section_1 .inner .content .h3.h3_3 span {
  text-align: center;
}

#article .section.section_1 .inner .content .h3.h3_3 span.txt {
  line-height: 1;
}

#article .section.section_1 .inner .content .h3.h3_3:before, #article .section.section_1 .inner .content .h3.h3_3:after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: 1px solid black;
}

#article .section.section_1 .inner .content .h3.h3_3:before {
  transform: translateX(-0.5em) rotate(65deg);
}

#article .section.section_1 .inner .content .h3.h3_3:after {
  transform: translateX(0.25em) rotate(-65deg);
}

#article .section.section_1 .inner .content .h3.h3_4 {
  width: 96.66667%;
  padding: 2rem 0;
  margin: 0 auto;
  background: black;
}

#article .section.section_1 .inner .content .h3.h3_4 span {
  text-align: center;
  color: white;
  line-height: 1;
  font-weight: 500;
}

#article .section.section_1 .inner .content .h3.h3_4 span.txt_2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0.75rem 0 0;
}

#article .section.section_1 .inner .content .h3.h3_4 span.txt_2 strong {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  color: #00728d;
  font-size: 4rem;
  transform: translateY(0.2rem);
}

#article .section.section_1 .inner .content .h3.h3_4 span.txt_2 b {
  display: inline-block;
  font-size: 1rem;
  padding: 0 0.25rem;
  transform: translateY(-0.2rem);
}

#article .section.section_1 .inner .content .h3.h3_5 {
  width: 100%;
  padding: 2rem 0;
  margin: 0 auto;
  border: 1px solid #999999;
  border-radius: 6px;
}

#article .section.section_1 .inner .content .h3.h3_5 span {
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}

#article .section.section_1 .inner .content .h3.h3_5 span.txt {
  font-size: 2.1rem;
}

#article .section.section_1 .inner .content .h3.h3_5 span.txt strong {
  display: block;
  color: #00728d;
  font-size: 1.8rem;
}

#article .section.section_1 .inner .content .h3.h3_6 {
  width: 90%;
  padding: 0 0 0 8.5rem;
  margin: 0 auto 1rem;
  position: relative;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content .h3.h3_6 span {
  letter-spacing: 0.05em;
  line-height: 1.25;
}

#article .section.section_1 .inner .content .h3.h3_6 span.txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 1rem;
  line-height: 1.25;
  width: 6em;
  height: 6em;
  background: #fff;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: -1.5em;
  left: 0;
}

#article .section.section_1 .inner .content .h3.h3_6 span.txt_2 {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}

#article .section.section_1 .inner .content .h3.h3_6 span.txt_2:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #FF9400;
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  top: 0.25em;
  left: -1.25rem;
}

#article .section.section_1 .inner .content .h3.h3_6 span.txt_3 {
  font-size: 1rem;
  margin: 0.25rem 0 0;
}

#article .section.section_1 .inner .content .h3.h3_7 {
  width: 93.75%;
  padding: 1rem 0;
  margin: 0 auto;
  background: black;
}

#article .section.section_1 .inner .content .h3.h3_7 span {
  letter-spacing: 0.075em;
  text-align: center;
  color: white;
  line-height: 1.5;
}

#article .section.section_1 .inner .content .h3.h3_7 span.txt_2 {
  font-size: 1.6rem;
  font-weight: 500;
}

#article .section.section_1 .inner .content .h4 span {
  display: block;
}

#article .section.section_1 .inner .content .h4.h4_2 {
  width: 100%;
  padding: 1rem 1rem;
  margin: 0 auto 1rem;
  border: 1px solid #999999;
  box-sizing: border-box;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}

#article .section.section_1 .inner .content .h4.h4_2 span {
  letter-spacing: 0.05em;
}

#article .section.section_1 .inner .content .h4.h4_2 span.num {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.025em;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  color: white;
  font-size: 1.8rem;
  line-height: 1;
  width: 1.8em;
  height: 1.8em;
  background: black;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: -0.5em;
}

#article .section.section_1 .inner .content .h4.h4_2 span.txt {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 0 0 2.5rem;
}

#article .section.section_1 .inner .content .h4.h4_2 span.txt_2 {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 500;
  margin: 0.5rem auto 0;
}

#article .section.section_1 .inner .content .h4.h4_2 span.txt_2 strong {
  color: #b73a3a;
}

#article .section.section_1 .inner .content .h4.h4_3 {
  width: 100%;
  margin: 1rem auto 1rem;
}

#article .section.section_1 .inner .content .h4.h4_3 span {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

#article .section.section_1 .inner .content .h4.h4_3 span.txt {
  text-align: center;
  color: white;
  font-size: 1.2rem;
  line-height: 1.25;
  padding: 0.5rem 1rem 0.4rem;
  background: #b73a3a;
  border-radius: 4px;
}

#article .section.section_1 .inner .content .h4.h4_3 span.txt_2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  margin: 1rem 0 0;
}

#article .section.section_1 .inner .content .h4.h4_3 span.txt_2 strong {
  display: block;
  letter-spacing: 0;
  font-size: 3rem;
  padding: 0 0.25rem;
  transform: translateY(0.1rem);
}

#article .section.section_1 .inner .content .h4.h4_3 span.txt_2 b {
  display: block;
  padding: 0 0 0 0.25rem;
}

#article .section.section_1 .inner .content .h4.h4_3 span.txt_3 {
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.25;
  width: 100%;
  margin: 0.5rem auto 0;
}

#article .section.section_1 .inner .content .h4.h4_3 span.txt_3 strong {
  font-size: 1.8rem;
}

#article .section.section_1 .inner .content .h4.h4_4 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.25rem 0 0.5rem 0.75rem;
  background: #fff;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content .h4.h4_4 span {
  letter-spacing: 0.05em;
  color: white;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 500;
}

#article .section.section_1 .inner .content .figure.border {
  border: 1px solid #cccccc;
}

#article .section.section_1 .inner .content .table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.5rem auto 0;
}

#article .section.section_1 .inner .content .table .th,
#article .section.section_1 .inner .content .table .td {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.75rem 0;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content .table .th {
  text-align: center;
  width: 40%;
  background: #e6e6e6;
}

#article .section.section_1 .inner .content .table .td {
  text-align: right;
  width: 60%;
  padding: 0.75rem 1rem 0.75rem 0;
}

#article .section.section_1 .inner .content .item {
  width: 100%;
  margin: 1rem auto 2rem;
}

#article .section.section_1 .inner .content .item:last-of-type {
  margin: 0 auto;
}

#article .section.section_1 .inner .content .item.type_a.float {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#article .section.section_1 .inner .content .item.type_a.float .float_c {
  margin: 0 0 0.5rem;
}

#article .section.section_1 .inner .content .item.type_a.float .float_l,
#article .section.section_1 .inner .content .item.type_a.float .float_r {
  width: 49.16667%;
  margin: 0 0 0.5rem;
}

#article .section.section_1 .inner .content.content_2 {
  width: 100%;
}

#article .section.section_1 .inner .content.content_2 .h3.h3_2 {
  font-weight: 700;
  width: 100%;
  margin: 0 auto 1.5rem;
  position: relative;
  z-index: 1;
  /*
                                &.banner{
                                    
                                    padding: 1rem 0;
                                    overflow: hidden;
                                    
                                    span{

                                        &.img{
                                            
                                            width: auto;
                                            height: 100%;
                                            background: $monocolor;
                                            position: absolute;
                                            z-index: -1;
                                            top: 0;
                                            left: 50%;
                                            transform: translateX(-50%);
                                            
                                            img{
                                                width: auto;
                                                height: 100%;
                                                opacity: 0.8;
                                            }
                                        }
                                        &.txt{
                                            color: $monocolor2;
                                            font-weight: 500;
                                            text-shadow: 0 0 6px rgba($monocolor,0.8);
                                        }
                                    }
                                }
                                */
}

#article .section.section_1 .inner .content.content_2 .h3.h3_2 span.txt {
  line-height: 1.5;
}

#article .section.section_1 .inner .content.content_2 .h3.h3_2.color {
  color: #00728d;
  height: 7.5rem;
  margin: 0;
}

#article .section.section_1 .inner .content.content_2 .h3.h3_2.color span.txt {
  position: relative;
  top: -1rem;
}

#article .section.section_1 .inner .content.content_2 .h3.h3_2.color:before {
  content: "";
  display: block;
  width: 100%;
  border: 50vw solid transparent;
  border-bottom: none;
  border-top: 7.5rem solid rgba(0, 114, 141, 0.2);
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

#article .section.section_1 .inner .content.content_2 ul {
  list-style: none;
  width: 93.75%;
  padding: 1.5rem 0;
  margin: 0 auto;
  background: white;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_2 ul li {
  display: flex;
  line-height: 1.25;
  width: 90%;
  padding: 0;
  margin: 0 auto 0.5rem;
  box-sizing: border-box;
}

#article .section.section_1 .inner .content.content_2 ul li:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 0.5rem 0 0;
  background: #00728d url(../images/common/icon_check.png) left top no-repeat;
  background-size: 100% auto;
}

#article .section.section_1 .inner .content.content_2 ul li:last-of-type {
  margin: 0 auto;
}

#article .section.section_1 .inner .content.content_2 .item {
  width: 100%;
  padding: 2rem 0;
  background: rgba(0, 114, 141, 0.2);
}

#article .section.section_1 .inner .content.content_2 .item:last-of-type {
  margin: 0 auto;
}

#article .section.section_1 .inner .content.content_4 {
  padding: 2rem 0 1.5rem;
  border: 1px solid #cccccc;
  border-radius: 6px;
}

#article .section.section_1 .inner .content.content_4 .item {
  width: 90%;
}

#article .section.section_1 .inner .content.content_4 .item p {
  width: 100%;
}

#article .section.section_1 .inner .content.content_5 {
  padding: 0 0 2rem;
  margin: 0 auto 0;
  /* -------------------------------------
                           link
                        */
}

#article .section.section_1 .inner .content.content_5 .link {
  padding: 0;
  margin: 2rem auto 0;
  background: none;
}

#article .section.section_1 .inner .content.content_5 .link a,
#article .section.section_1 .inner .content.content_5 .link a:link {
  display: block;
  font-feature-settings: "pkna";
  letter-spacing: 0.15em;
  color: #00728d;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  width: 74.07407%;
  margin: 0 auto 0;
  background: white;
  border: 1px solid #00728d;
}

#article .section.section_1 .inner .content.content_5 .item {
  width: 93.75%;
}

#article .section.section_1 .inner .content.content_5 .item:last-of-type {
  margin: 0 auto 1rem;
}

@media screen and (min-device-width: 767px) {
  /* =================================================
   unique layout
================================================= */
  #container.page #article {
    padding: 0;
    margin: 20px auto 0;
  }
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .map {
    width: 100%;
    height: 400px;
  }
  #article p.notice {
    font-size: 2.1rem;
    margin: -30px auto 40px;
  }
  #article .aside {
    /* -------------------------------------
           main
        */
  }
  #article .aside.main .inner {
    width: 960px;
    margin: 0 auto;
  }
  #article .aside.main .inner .item.float {
    display: flex;
    justify-content: space-between;
  }
  #article .aside.main .inner .item.float .float_l,
  #article .aside.main .inner .item.float .float_r {
    width: 50%;
  }
  #article .section {
    /* -------------------------------------
           section_2
        */
  }
  #article .section.section_1:first-of-type {
    padding: 40px 0 0;
  }
  #article .section.section_1 .inner {
    width: 920px;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    width: 880px;
    margin: 20px auto;
    /* -------------------------------------
                       content_1
                    */
    /* -------------------------------------
                       content_2
                    */
    /* -------------------------------------
                       content_3
                    */
    /* -------------------------------------
                       content_4
                    */
    /* -------------------------------------
                       content_5
                    */
  }
  #article .section.section_1 .inner .content .h3.h3_3 span {
    letter-spacing: 0.075em;
  }
  #article .section.section_1 .inner .content .h3.h3_3 span.txt {
    font-size: 3rem;
    font-weight: 500;
  }
  #article .section.section_1 .inner .content .h3.h3_3:before, #article .section.section_1 .inner .content .h3.h3_3:after {
    width: 40px;
    border-bottom: 2px solid black;
  }
  #article .section.section_1 .inner .content .h3.h3_3:before {
    transform: translateX(-0.5em) rotate(55deg);
  }
  #article .section.section_1 .inner .content .h3.h3_3:after {
    transform: translateX(0.25em) rotate(-55deg);
  }
  #article .section.section_1 .inner .content .h3.h3_4 {
    width: 800px;
    padding: 20px 0 14px;
  }
  #article .section.section_1 .inner .content .h3.h3_4 span.txt {
    letter-spacing: 0.15em;
    font-size: 1.8rem;
  }
  #article .section.section_1 .inner .content .h3.h3_4 span.txt_2 {
    letter-spacing: -0.05em;
    font-size: 5rem;
  }
  #article .section.section_1 .inner .content .h3.h3_4 span.txt_2 strong {
    letter-spacing: 0.05em;
    font-size: 6rem;
    transform: translateY(4px);
  }
  #article .section.section_1 .inner .content .h3.h3_4 span.txt_2 b {
    font-size: 3rem;
    padding: 0 5px 0 5px;
    transform: translateY(-2px);
  }
  #article .section.section_1 .inner .content .h3.h3_5 {
    padding: 20px 0;
  }
  #article .section.section_1 .inner .content .h3.h3_5 span.txt {
    letter-spacing: 0.15em;
    font-size: 4rem;
    font-weight: 700;
  }
  #article .section.section_1 .inner .content .h3.h3_5 span.txt strong {
    font-size: 3rem;
  }
  #article .section.section_1 .inner .content .h3.h3_6 {
    width: 800px;
    padding: 0 0 0 174px;
    margin: 0 auto 20px;
  }
  #article .section.section_1 .inner .content .h3.h3_6 span {
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
  #article .section.section_1 .inner .content .h3.h3_6 span.txt {
    font-size: 2.1rem;
    font-weight: 700;
    width: 120px;
    height: 120px;
    top: -2em;
  }
  #article .section.section_1 .inner .content .h3.h3_6 span.txt_2 {
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    width: auto;
  }
  #article .section.section_1 .inner .content .h3.h3_6 span.txt_2:before {
    width: 20px;
    height: 20px;
    top: 0.35em;
    left: -28px;
  }
  #article .section.section_1 .inner .content .h3.h3_6 span.txt_3 {
    display: inline-block;
    font-size: 1.2rem;
    width: auto;
    margin: 0 0 0 10px;
  }
  #article .section.section_1 .inner .content .h3.h3_7 {
    width: 100%;
    padding: 14px 0;
  }
  #article .section.section_1 .inner .content .h3.h3_7 span.txt {
    font-size: 2.1rem;
  }
  #article .section.section_1 .inner .content .h3.h3_7 span.txt_2 {
    font-size: 2.8rem;
  }
  #article .section.section_1 .inner .content .h4.h4_2 {
    width: 360px;
    padding: 10px 10px;
    margin: 0 0 20px;
  }
  #article .section.section_1 .inner .content .h4.h4_2 span.num {
    top: 10px;
    left: -0.9em;
  }
  #article .section.section_1 .inner .content .h4.h4_2 span.txt {
    font-size: 1.2rem;
    line-height: 1.25;
    padding: 0 0 0 16px;
  }
  #article .section.section_1 .inner .content .h4.h4_2 span.txt_2 {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 0 0 0 16px;
    margin: 5px 0 0;
  }
  #article .section.section_1 .inner .content .h4.h4_3 {
    margin: 20px auto 20px;
  }
  #article .section.section_1 .inner .content .h4.h4_3 span {
    letter-spacing: 0.05em;
  }
  #article .section.section_1 .inner .content .h4.h4_3 span.txt {
    font-size: 1.8rem;
    font-weight: 500;
    padding: 10px 20px 10px;
    margin: 0 0 10px;
  }
  #article .section.section_1 .inner .content .h4.h4_3 span.txt_2 {
    align-items: flex-end;
    font-size: 3.6rem;
    padding: 0 0 6px;
    margin: 5px 0 0;
  }
  #article .section.section_1 .inner .content .h4.h4_3 span.txt_2 strong {
    font-size: 7rem;
    padding: 0 5px;
    transform: translateY(8px);
  }
  #article .section.section_1 .inner .content .h4.h4_3 span.txt_2 b {
    padding: 0 0 0 5px;
  }
  #article .section.section_1 .inner .content .h4.h4_3 span.txt_3 {
    font-size: 2.1rem;
    line-height: 1;
    margin: 10px auto 0;
  }
  #article .section.section_1 .inner .content .h4.h4_3 span.txt_3 strong {
    font-size: 3.6rem;
  }
  #article .section.section_1 .inner .content .h4.h4_4 {
    padding: 10px 0 10px 14px;
  }
  #article .section.section_1 .inner .content .h4.h4_4 span {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
    line-height: 1;
  }
  #article .section.section_1 .inner .content .table {
    margin: 10px auto 0;
  }
  #article .section.section_1 .inner .content .table .th,
  #article .section.section_1 .inner .content .table .td {
    font-size: 1.4rem;
    padding: 14px 0;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
  }
  #article .section.section_1 .inner .content .table .th {
    text-align: center;
    width: 20%;
    background: #e6e6e6;
  }
  #article .section.section_1 .inner .content .table .td {
    text-align: right;
    width: 30%;
    padding: 14px 30px 14px 0;
  }
  #article .section.section_1 .inner .content .item {
    margin: 20px auto 40px;
  }
  #article .section.section_1 .inner .content .item:last-of-type {
    margin: 0 auto;
  }
  #article .section.section_1 .inner .content .item.type_a.float .float_c {
    width: 100%;
    margin: 0 0 10px;
  }
  #article .section.section_1 .inner .content .item.type_a.float .float_l,
  #article .section.section_1 .inner .content .item.type_a.float .float_r {
    width: 435px;
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_2 .h3.h3_2 {
    width: 880px;
    margin: 0 auto 30px;
    /*
                                &.banner{
                                    
                                    height: 136px;
                                    padding: 25px 0 0;
                                    box-sizing: border-box;
                                    
                                    span{

                                        &.img{
                                            
                                            width: 100%;
                                            height: auto;
                                            
                                            img{
                                                width: 100%;
                                                height: auto;
                                            }
                                        }
                                        &.txt{
                                            
                                        }
                                    }
                                }
                                */
  }
  #article .section.section_1 .inner .content.content_2 .h3.h3_2.color {
    height: 150px;
    margin: 0 auto;
  }
  #article .section.section_1 .inner .content.content_2 .h3.h3_2.color:before {
    border: 440px solid transparent;
    border-bottom: none;
    border-top: 150px solid rgba(0, 114, 141, 0.2);
  }
  #article .section.section_1 .inner .content.content_2 ul {
    width: 800px;
    padding: 40px 0;
  }
  #article .section.section_1 .inner .content.content_2 ul li {
    font-feature-settings: "pkna";
    letter-spacing: 0.075em;
    font-size: 1.8rem;
    font-weight: bold;
    width: 680px;
    padding: 2px 0 14px 0;
    margin: 0 auto 0;
    background-size: 20px auto;
  }
  #article .section.section_1 .inner .content.content_2 ul li:before {
    margin: 0 10px 0 0;
    transform: translateY(2px);
  }
  #article .section.section_1 .inner .content.content_2 .item {
    width: 880px;
    padding: 40px 0;
  }
  #article .section.section_1 .inner .content.content_4 {
    padding: 50px 0 40px;
  }
  #article .section.section_1 .inner .content.content_4 .item {
    width: 800px;
    /*
                            &.item_4{
                                width: 640px;
                            }
                            &.item_5{
                                
                                width: 630px;
                                margin: 0 0 0 120px;
                                
                                &.float{
                                    
                                    .float_l,
                                    .float_r{
                                        
                                    }
                                    .float_l{
                                        
                                        .figure{
                                            width: 140px;
                                            right: -20px;
                                        }
                                    }
                                    .float_r{

                                        padding: 0 0 10px;
                                        
                                        p{
                                            font-size: 1.2rem;
                                            line-height: 1.5;
                                            width: 480px;
                                            padding: 0 14px;
                                            margin: 10px 0 0;
                                        }
                                    }
                                }
                            }
                            */
  }
  #article .section.section_1 .inner .content.content_4 .item.type_a {
    width: 800px;
  }
  #article .section.section_1 .inner .content.content_4 .item.type_a.float .float_l,
  #article .section.section_1 .inner .content.content_4 .item.type_a.float .float_r {
    width: 395px;
    margin: 0;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 {
    width: 750px;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 .h4.h4_2:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 .h4.h4_2:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 .h4.h4_2:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 .h4.h4_2:nth-of-type(4) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 .h4.h4_2:nth-of-type(5) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 .h4.h4_2:nth-of-type(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 .h4.h4_2:nth-of-type(7) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 .h4.h4_2:nth-of-type(8) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 .h4.h4_2:nth-of-type(9) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_2 .h4.h4_2:nth-of-type(10) {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  #article .section.section_1 .inner .content.content_4 .item.item_3 {
    margin: 20px auto 0;
  }
  #article .section.section_1 .inner .content.content_5 {
    width: 880px;
    padding: 0;
    margin: 0 auto 40px;
    /* -------------------------------------
                           link
                        */
  }
  #article .section.section_1 .inner .content.content_5 .tel span.txt_1 {
    display: block;
    width: 420px;
    height: 54px;
    padding: 1px 0 0 10px;
    border-radius: 27px;
  }
  #article .section.section_1 .inner .content.content_5 .tel span.txt_1 b {
    width: 40px;
    top: 7px;
    left: 8px;
  }
  #article .section.section_1 .inner .content.content_5 .tel span.txt_1 strong {
    font-size: 4.8rem;
  }
  #article .section.section_1 .inner .content.content_5 .tel span.txt_1 strong span {
    display: inline-block !important;
  }
  #article .section.section_1 .inner .content.content_5 .tel span.txt_2 {
    font-size: 1.8rem;
    margin: 12px 0 0;
  }
  #article .section.section_1 .inner .content.content_5 .link {
    margin: 20px auto 0;
  }
  #article .section.section_1 .inner .content.content_5 .link a,
  #article .section.section_1 .inner .content.content_5 .link a:link {
    color: white;
    font-size: 1.8rem;
    width: 320px;
    height: 40px;
    padding: 12px 0 0;
    margin: 0 auto 0;
    box-sizing: border-box;
    position: relative;
    background: #00728d;
    border: none;
    /*
                                &:before{
                                    width: 16px;
                                    height: 16px;
                                    background: $monocolor2;
                                    border-radius: 100%;
                                    right: 10px;
                                    transform: translateY(-50%);
                                }
                                */
  }
  #article .section.section_1 .inner .content.content_5 .link a:after,
  #article .section.section_1 .inner .content.content_5 .link a:link:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    right: 16px;
  }
  #article .section.section_1 .inner .content.content_5 .item {
    width: 100%;
  }
  #article .section.section_1 .inner .content.content_5 .item:last-of-type {
    margin: 0 auto;
  }
}
