/*=======================
共通
=======================*/

#main_visual {
  position: relative;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 400px;
  background-image: url("../../img/top/main_visual.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 60% auto;
}

#main_visual .img {
  width: 90%;
  height: 30vw;
  background-image: url("../../img/top/mv.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 90% auto;
  padding: 0 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#main_visual .img #slick .slick_container .slider .slick-list .slick-track .box img.sp {
  display: none;
}

#main_visual .txt_box {
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

#main_visual .txt {
  box-sizing: border-box;
  width: 41%;
  padding: 40px 0 40px 5%;
  background: #8dc031;
}

#main_visual .txt p.t1 {
  font-size: 36px;
  font-weight: bold;
  color: white;
  line-height: 1.667;
  margin: 0 0 16px;
}

#main_visual .txt p.t2 {
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  line-height: 1.333;
  letter-spacing: 0.13rem;
  margin: 0 0 3px;
}

@media screen and (min-width:1280px) and ( max-width:1440px) {
  #main_visual .txt p.t1 {
    font-size: 32px;
  }
}

@media screen and (min-width:768px) and ( max-width:1279px) {
  #main_visual .txt p.t1 {
    font-size: 28px;
  }
}

main {
  width: 1000px;
  margin: 0 auto;
}

main h2 {
  color: #8dc031;
  font-size: 30px;
  font-family: 'Noto Sans Japanese';
  font-weight: bold;
  margin-bottom: 20px;
}

main h3 {
  font-size: 20px;
  font-family: 'Noto Sans Japanese';
  font-weight: bold;
  line-height: 1.6;
  margin: 20px 0;
  border-left: 4px solid #8dc031;
  padding-left: 20px;
}

main p {
  font-size: 14px;
  margin-bottom: 20px;
}

main p.center {
  text-align: center;
}

main a.link {
  color: #0068b6;
  text-decoration: underline;
}

main a.link:hover {
  text-decoration: none;
}

main .text_red {
  color: red;
}

main .underline {
  text-decoration: underline;
}


/*=======================
お問い合わせBOX
=======================*/
#contact-box {
  box-sizing: border-box;
  width: 800px;
  margin: 0 auto;
  border: 8px solid #e5e5e5;
  padding: 30px;
}

#contact-box p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#contact-box .ttl {
  font-size: 36px;
  font-family: 'Noto Sans Japanese';
  text-align: center;
  margin-bottom: 20px;
}

#contact-box .btn1 {
  box-sizing: border-box;
  display: block;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ffa726;
  background-image: url(../../img/top/icn6.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  padding: 20px 0 20px 84px;
  margin: 10px 0 20px;
}

#contact-box .btn1:hover {
  opacity: 0.7;
}

#contact-box .btn2 {
  box-sizing: border-box;
  display: inline-block;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0a0a0a;
  background-image: url(../../img/top/icn6.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 20px 0 20px 56px;
  margin: 10px 0 20px;
}

#contact-box .btn2:hover {
  opacity: 0.7;
}

#contact-box .btn3 {
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #e60012;
  background-image: url(../../img/top/icn6.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  padding: 20px 0 20px 80px;
  margin: 10px 0 20px;
}

#contact-box .btn3:hover {
  opacity: 0.7;
}


/*=======================
製品について
=======================*/

#info main section {
  margin-bottom: 40px;
}

#info main .btn1 {
  box-sizing: border-box;
  display: block;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #ffa726;
  background-image: url(../../img/top/icn6.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  padding: 20px 0 20px 84px;
  margin: 10px 0 20px;
}

#info main .btn2 {
  box-sizing: border-box;
  display: inline-block;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #0a0a0a;
  background-image: url(../../img/top/icn6.png);
  background-repeat: no-repeat;
  background-position: left 80px center;
  padding: 20px 0 20px 30px;
  margin: 10px 0 20px;
}

#info main .btn3 {
  box-sizing: border-box;
  display: inline-block;
  width: 400px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #e60012;
  background-image: url(../../img/top/icn6.png);
  background-repeat: no-repeat;
  background-position: left 100px center;
  padding: 20px 0 20px 30px;
  margin: 10px 0 20px;
}

#info main table.order {
  width: 400px;
}

#info main table.order th {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fbf9ea;
  vertical-align: middle;
  border: 1px solid #dcdcdc;
}

#info main table.order td {
  padding: 20px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
}

#info main .text_red {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

#info main .info_box {
  width: 760px;
  padding: 40px;
  margin: 20px 0;
  color: #000;
  background: #FFF;
  border: solid 3px #8dc031;
  border-radius: 10px;
}

#info main .info_box p {
  margin-bottom: 0;
}

#info main .info_box p:first-child {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#info main .info_box .flex {
  justify-content: center;
  margin-bottom: 20px;
}

#info main .info_maru {
  width: 100px;
  height: 100px;
  background-color: #8dc031;
  background-image: url(../../img/info/wheelchair-solid.png);
  background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100px;
  margin-right: 20px;
}

#info main .info_box div:nth-child(2) {
  background-image: url(../../img/info/hospital-alt-solid.png);
}

#info main .info_box div:nth-child(3) {
  background-image: url(../../img/info/flask-solid.png);
}

#info main .info_box div:nth-child(4) {
  background-image: url(../../img/info/store-solid.png);
}

#info main .info_box div:nth-child(5) {
  background-image: url(../../img/info/pills-solid.png);
}


/*=======================
よくある質問
=======================*/

#support main .support_Q {
  position: absolute;
  left: 0;
  top: 0;
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
}

#support main .support_A {
  position: absolute;
  left: 0;
  top: 0;
  color: #0068b6;
  font-size: 18px;
  font-weight: bold;
}

#support main dl {
  margin-bottom: 40px;
}

#support main dl dt {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  padding: 2px 0 10px 30px;
}

#support main dl dd {
  position: relative;
  padding: 4px 0 0 30px;
}

#support main .fontbold {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

#support main .support_box {
  padding: 20px;
  border: 4px solid #8dc031;
  margin-bottom: 30px;
}

#support main .support_box .support_texttitle {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


/*=======================
お問い合わせ
=======================*/

#contact main {
  padding: 40px 0;
}

#contact main h2 {
  text-align: center;
}

/*=======================
サンクスページ
=======================*/

#thanks main {
  padding: 40px 0;
  height: calc( 100vh - 190px );
}

#thanks main h2 {
  text-align: center;
}

#thanks main p {
  text-align: center;
}