/* 作成：増田陸人 case.html / director.html / menu.html で使用 */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");

/*! リセットCSS
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
  color:#000;
  background:#FFF;
}
/*
  TODO remove settings on BODY since we can't namespace it.
*/
/*
  TODO test putting a class on HEAD.
      - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  /*margin:0;*/
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,
img {
  border:0;
}
/*
  TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style:normal;
  font-weight:normal;
}

ol,
ul {
  list-style:none;
}

caption,
th {
  text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,
q:after {
  content:'';
}
abbr,
acronym {
  border:0;
  font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align:text-top;
}
sub {
  vertical-align:text-bottom;
}
input,
textarea,
select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
  color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }


li {
  list-style: none;
}

/*リセットCSS ここまで*/


/* case.html */
.kaizen-jirei{
  padding: 80px calc(50% - 500px);
  background-color: #f1efe8;
}

.kaizen-jirei-bn{
  padding: 80px calc(50% - 500px);
  background-color: #f1efe8;
}

.brue {
  background-color: #f1f8f4;
}

.white{
  background-color: #fff
}


.bn{
  display: block;
  width: 100%;
}

.kaizen-jirei-wrap{
  width: 100%;
  max-width: 1000px;
}

.kaizen-jirei-link{
  display: block;
  text-align: center;
  width: 50%;
  margin: auto 0;
}

.kaizen-jirei-link .bn{
  width: 100%;
  height: 100%;
}

.kaizen-jirei-link h3{
  background-color: #463a38;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  padding: 10px 20px;
}

.kaizen-jirei-link .detail-btn{
  display: inline-block;
  background: linear-gradient(transparent 95%, #463a38 0%);
  margin: 20px auto;
  font-size: 25px;
  padding-bottom: 7px;
}

.img-wrap:hover{
  opacity: 0.5;
}
.jirei-movie-img{
  width: 100%;
}

.jirei-movie-img_sp{
  width: 100%;
  display: none;
}


@media screen and (max-width: 768){
  

}



.kaizen-jirei .inner{
  max-width: 1000px;
}
.jirei h2{
  font:"Noto Sans JP", sans-serif;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #5aaba6;
  padding-bottom: 7px;
  margin-bottom: 40px;

}

.jirei span{
  line-height: 1.8em;
  padding-bottom: 5px;
  background: linear-gradient(transparent 90%, #5aaba6 0%);
}

.jirei-data{
  display: flex;
  justify-content: flex-start;
}

.jirei-data table{
  width: 100%;
}

.jirei_img_wrap{
  padding-right: 40px;
}

.jirei-data img{
  width: 310px;
  height: 330px;
  box-shadow: 7px 7px 15px rgba(0,0,0,0.2);
  border-radius: 10px;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: top;
}
.jirei_img_wrap p{
  text-align: center;
  margin: 0;
}

.click_exp{
  display: inline-block;
  text-align: center;
  color: #175ae0;
  border-bottom: #175ae0 solid 1px;
}

.jirei table{
  border-collapse:collapse;
}



.jirei td{
  background-color: #f4f4f4;
  padding: 15px 15px 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.jirei th{
  font-size: 16px;
  text-align: left;
  padding: 10px;
  background-color: #a09162;
  color: #fff;
  letter-spacing: 0.05em;
}

.jirei_detail{
  background-color: #fff;
  margin-top: 40px;
  padding: 27px 33px 34px;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
  border-radius: 10px;
}

.jirei_detail h3{
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 30px;
  margin: 0;
}

.jirei_detail p{
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.1em;
  padding-bottom: 40px;
  margin: 0;
}

.director_comment h3{
  color: #5aaba6;
}

.director_comment p{
  background-color: #f1f8f4;
  padding: 30px ;
}

.jirei-btn-wrap{
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 70px;
  margin: 40px auto 0;
  border-radius: 40px;
  background-color: #5aaba6;
  color: #ffffff;
  font: 500 20px/24.5px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
}

.jirei-btn-wrap span{
  position: absolute;
  top: 20px;
  right: 7px;
}

.jirei-btn-wrap span::before{
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -7px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}

.jirei-btn-wrap span::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 6px;
  width: 3px;
  height: 3px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-top: solid 1px #5aaba6;
  border-right: solid 1px #5aaba6;
  content: "";
}



.jirei_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.jirei-btn-wrap:hover{
  opacity: 0.5;
}

@media (max-width: 768px){

  .kaizen-jirei-bn{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner{
    padding: 0;
  }

  .kaizen-jirei{
    padding: 35px 15px 60px;
  }
  .kaizen-jirei-wrap {
    flex-direction: column;
    width: 350px;
    height: auto;
    margin: 0 auto;
  }

  .kaizen-jirei-link{
    width: 310px;
    margin: 0 auto;
  }

  .kaizen-jirei-link h3{
    font-size: 18px;
    display: block;
    margin: 20px 0 0;
  }

  .kaizen-jirei-link .detail-btn {
    font-size: 18px;
  }

  .img-wrap {
    width: 100%;
  }


  .jirei-movie-img{
    width: 100%;
    height: auto;
  }

  .jirei-movie-img{
    display: none;
  }

  .jirei-movie-img_sp {
    display: block;
    width: 100%;
  }


  .jirei h2{
    margin: 0 20px 30px;
    font-size: 22px;
  }

  .jirei-data{
    flex-direction: column;
    align-items: center;
  }

  .jirei_img_wrap{
    padding-right: 0;
  }

  .jirei-data table{
    margin: 30px 20px;
  }

  .jirei_detail{
    margin: 0 ;
    padding: 25px 25px 30px;
  }

  .jirei_detail h3 {
    padding-bottom: 20px;
  }

  .director_comment p{
    padding: 30px 20px;
  }
}



/* director.html */

.director, .result, .course_history, .motto, .history, .hoby{
  margin: 0;
  padding: 85px calc(50% - 500px);
}



.result{
  background-color: #f1efe8;
}

.course_history{
  background-color: #f1efe8;
}

.motto{
  background-color: #f1f8f4;
}

.hoby{
  background-color: #f1f8f4;
}



.director_head_wrap{
  padding-bottom: 27px;
}

.director_head{
  margin: 0;
  font: 700 33px/26px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.director_img_wrap{
  width: 100%;
  max-width: 1000px;
  padding: 30px 0;
}

.director_img{
  width: 100%;
  text-align: center;
}

.director-name{
  font-size: 28px;
  text-align: center;
  padding: 10px;
  margin: 0
}

.director-disc h3{
  display: inline-block;
  font: 500 28px/26px "Noto Sans JP", sans-serif;
  font-size: 28px;
  padding: 20px 0;
  margin-top: 0;
  margin-bottom: 20px;
  color: #de7b36;
  background: linear-gradient(transparent 95%, #de7b36 0%);
}

.director-disc ul {
  padding-bottom: 10px;
  margin: 0;
}

.director-disc li {
  padding: 5px 30px;
  letter-spacing: 0.1em;
  line-height: 23px;
}

.disc_img_wrap{
  width: 100%;
  text-align: center;
}

.disc_img {
  max-width: 1000px;
  width: 500px;
}

.img_disc{
  text-align: center;
  font-size: 16px;
  padding: 10px 0 20px;
  margin: 0;
}


.motto_wrap {
  letter-spacing: 0.1em;
  line-height: 23px;
}

h4.motto{
  font: 500 28px/26px "Noto Sans JP", sans-serif;
  padding: 20px;
  line-height: 36px;
}

.motto_wrap p{
  padding: 20px;
  margin: 0;
}

.soccer_img_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 10px;
}

/*.soccer_img_wrap img {
  max-height: 240px;
  width: 50%;
}

/*.img_vertical {
  object-fit: contain;
  margin: 0 10px;
  width: 40%;
}

.img_side {
  object-fit: contain;
  margin:0 10px;
  width: 60%;
}
*/

.under{
  background: linear-gradient(transparent 80%, #e4c542 50%);
}

.sp_br{
  display: none;
}

@media (max-width: 768px){
  .director, .result, .course_history, .motto, .history, .hoby{
    padding: 40px calc(50% - 500px);
  }
  .sp_br{
    display: block;
  }
  .director-name{
    padding-top: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .disc_img{
    width: calc(100% - 40px);
    padding: 0 15px;
  }
  .img_disc{
    font-size: 14px;
  }

  .director-disc li {
    padding: 5px 15px;
  }

  .director-disc h3{
    font-size: 24px;
    margin: 20px 15px;
  }
  
  .soccer_img_wrap {
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    align-items: center;
  }
  .img_vertical{
    max-height: 160px;
    /*(width: calc(40% - 30px);*/
    padding: 0 0 0 5px;
    margin: 0;
  }

  .img_side {
    /*width: calc(60% - 30px);*/
    padding: 0 5px 0 0;
    margin: auto 0;
  }
}

/* *********
*** menu.html ***
**************/

/*痛みの治療*/

.pain_treatment{
  margin: 0;
  padding: 80px calc(50% - 500px) 55px;
}

.title_sub_wrap{
  padding-bottom: 60px;
}

.title_sub{
  font-size: 33px;
  font-weight: 700;
  line-height: 33px;
  margin: 0;
  letter-spacing: 0.1em;
  text-align: center;
}

.menu-img-container{
  width: 100%;
  max-width: 1000px;
  padding-bottom: 40px;
}

.t-accident_img_sp {
  display: none;
}

.formula_disc_img_sp {
  display: none;
}

.menu-img {
  width: 100%;
}

.menu-wrap{
  padding: 0 0 25px;
}

.menu-title-wrap{
  margin: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}

.menu-wrap h3 {
  display: inline;
  margin: 21px auto;
  padding: 0 0 4px;
  background: linear-gradient(transparent 28px, #de7b36 0%);
  color: #de7b36;
  font: 700 18px/33px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 24px;
}

@media screen and (min-width: 1000px){
  .menu-wrap h3{
    padding: 0 0 5px;
    background: linear-gradient(transparent 37px, #de7b36 0%);
    font-size: 24px;
  }
}

.menu-wrap p {
  padding: 5px 0;
  letter-spacing: 0.1em;
  line-height: 2em;
  font-size: 18px;
  margin: 0;
}

.menu-wrap .annotation {
  font-size: 14px;
  line-height: 1.5em;
}

.menu-wrap table{
  width: 100%;
  max-width: 1000px;
  border: none;
  margin: 40px 0 0;
}

.menu-wrap th{
  font-size: 16px;
  padding: 22px 10px;
}

.column{
  color: white;
  background-color: #5aaba6;
  border-top: none;
  border-left: 1px solid #d8d8d8;
}

.record{
  background-color: #f1f8f4;
  border-top: 1px solid #d8d8d8;
}

.menu-wrap td{
  text-align: center;
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  background-color: #fff;
  padding:  20px ;
}

.table-wrap{
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}


table.separate{
  width: calc(100% / 3);
  margin:25px 7px 25px;
  max-width: 324px;
  height: 100%;
}

.middle{
  margin: 13px;
}

table.separate {
  border: 1px solid #5aaba6;
}

table.separate th,td{
  line-height: 1.9em;
  letter-spacing: 0.1em;
}

table.separate th{
  border-left: none;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
}

th.course{
  font-size: 22px;
}

td.course_img{
  padding: 0%;
}

th.target{
  font-size: 18px;
}



table.separate td{
  border: none;
  width: 100%;
}

table.separate img{
  width: 100%;
  vertical-align: bottom;
}

table.separate .record{
  padding: 15px 0;
  font-weight: bold;
}

table.separate .course_disc{
  padding: 20px 25px 0;
  text-align: left;
  font-size: 16px;
}

table.separate .course_disc_side{
  padding: 20px 25px 30px;
  text-align: left;
  font-size: 16px;
}

table.separate .guideline{
  text-align: right;
  font-size: 16px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-top: 0;
}

table.separate .price{
  padding: 0;
}

table.separate .price span.rb{
  display: block;
  border-top: 1px solid #dbdbdb;
  margin: 0 auto;
  line-height: 20px;
  padding: 25px 0;
  margin: 0 25px;
  font-size: 20px;
  font-weight: bold;
}

table.separate .price span.rt {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: normal;
}


/*内科・婦人科系の治療*/
.naika_huzinka{
  margin: 0;
  padding: 80px calc(50% - 500px) 55px;
  background-color: #f2f0e9;
}

/*交通事故外来*/
.traffic_accident{
  margin: 0;
  padding: 80px calc(50% - 500px) 55px;
}

/*国家資格者によるマッサージ*/
.massage{
  margin: 0;
  padding: 80px calc(50% - 500px) 55px;
  background-color: #f2f0e9;
}

.menu-wrap .text_left{
  text-align: left;
}


/*30分寝るだけ!メディカルダイエット*/
.medical_diet {
  margin: 0;
  padding: 80px calc(50% - 500px) 55px;
}

.menu-wrap .red{
  color: #dd453a;
  font-weight: bold;
}

/*クレジットカード決済に対応*/
.card{
  margin: 0;
  padding: 80px calc(50% - 500px) 55px;
  background-color: #f1f8f4;
}

@media screen and (max-width: 768px){
  .pain_treatment,.naika_huzinka, .traffic_accident,.massage,.medical_diet, .card{
    padding: 40px 15px;
  }

  /*痛みの治療*/

  .title_sub_wrap{
    padding-bottom: 30px;
  }

  h2.title_sub{
    font-size: 20px;
  }

  .menu-wrap td{
    padding: 20px 15px;
  }

  .menu-wrap h3{
    font-size: 18px;
    margin-bottom: 30px;
  }



  th.record {
    min-width: 80px;
  }

  .menu-wrap p{
    font-size: 16px;
  }

  .table-wrap {
    flex-direction: column;
    align-items: center;
  }

  table.separate{
    width: 100%;
  }

  .menu-wrap .course_img{
    padding: 0;
  }

  table.separate .course_disc_side{
    padding: 20px;
  }

  table.separate .guideline{
    padding-bottom: 20px;
  }

  table.separate .price span.rb{
    padding: 20px;
  }

  .vertical{
    display: block;
    margin: 0 auto;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: nowrap;
  }

  .upright{
    text-orientation: upright;
  }

  .t-accident_img_sp {
    display: block;
    width: 100%;
  }

  .t-accident_img_pc  {
    display: none;
  }



}


/*************
t-accident.html
**************/

/*mv下部*/

.traffic-accident {
  margin: 0;
  padding: 80px calc(50% - 500px) 80px;
  background-color: #f2f0e9;
}

.t-accident-text p{
  font-size: 16px;
  padding: 5px 0;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin: 0;
}

.t-accident-text span {
  font-weight: bold;
}

.t_accident-img-container {
  padding: 40px 0;
  width: 80%;
  margin: 0 auto;
}

/*@media screen and (min-width: 1000px) {
  .t_accident-img-container {
    width: 80%;
  }
}*/

.t_accident-img-container img {
  width: 100%;
}

@media screen and (max-width:768px){
  .traffic-accident {
    padding: 40px 15px;
  }
  .t_accident-img-container {
    padding: 20px 0;
  }
}


/*ご覧ください。これが実際の変化です！*/


.t_accident-jirei{
  margin: 0;
  padding: 0 calc(50% - 500px) 20px;
  background-color: #f2f0e9;
}

.t_accident-jirei .jirei {
  padding: 0 0 60px;
}

.jirei .inner h2{
  padding:25px 0 45px;
  margin: 0;
}

.t_accident-jirei .jirei_detail p{
  padding: 0;
}

@media screen and (max-width:768px){
  .t_accident-jirei {
    padding: 0 15px;
  }
}

/*当院の交通事故外来の3つの特徴*/

.three-features{
  margin: 0;
  padding: 80px calc(50% - 500px) 40px;
  background-color: #fff;
}

.three-features__h3-container{
  margin: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}

.t_accident-img-container.full {
  width: 100%;
}

.three-features__h3{
  display: inline;
  margin: 21px auto;
  padding: 0 0 4px;
  background: linear-gradient(transparent 28px, #de7b36 0%);
  color: #de7b36;
  font: 700 18px/33px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1000px){
  .three-features__h3 {
    padding: 0 0 5px;
    background: linear-gradient(transparent 37px, #de7b36 0%);
    font-size: 24px;
  }
}

.three-features .t-accident-text{
  padding: 0 0 40px;
}

.three-features .t-accident-text a{
  color: #0000ff;
  font-weight: normal;
  border-bottom: #0000ff 1px solid;
}

.three-features .kaizen-jirei-wrap{
  padding: 40px 0;
}

.lawyer-img-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px){
  .lawyer-img-wrap {
    width: 80%;
  }
}

.lawyer-img-wrap:hover {
  opacity: 0.5;
}

.lawyer-img {
  width: 100%;
}

@media screen and (max-width: 768px){
  .three-features {
    padding: 60px 15px 20px;
  }

  .three-features .kaizen-jirei-wrap {
    padding: 30px 0;
  }
  

}
/*交通事故外来の治療費*/

.treatment_costs{
  margin: 0;
  padding: 80px calc(50% - 500px) 40px;
  background-color: #f2f0e9;
}

.treatment_costs table {
  width: 100%;
}

.treatment_costs th {
  padding: 20px;
}

.treatment_costs td {
  padding: 20px;
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  background-color: #fff;
}

.treatment_costs .t-accident-text{
  padding: 40px 0 40px;
}

.foreign-link{
  color: #0000ff;
  font-weight: normal;
  border-bottom: #0000ff 1px solid;
}

@media screen and (max-width: 768px) {
  .treatment_costs {
    padding: 60px 15px 15px;
  }

  .treatment_costs_thead{
    display: none;
  }

  .treatment_costs .title_sub_wrap {
    padding-bottom: 15px;
  }


  .treatment_costs th {
    display: block;
    background-color: #57a5a0;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
  }
  .treatment_costs td {
    display: block;
    padding: 0 0 20px;
  }

  .treatment_costs td:before {
    display: block;
    height: 30px;
    padding: 5px 0;
    margin-bottom: 8px;
    background-color: #d8d8d8;
    content: attr(data-label);
    font: 400 14px/25px "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .treatment_costs td span {
    display: inline-block;
    padding: 0 10px;
  }

  .treatment_costs .t-accident-text {
    padding: 15px 0 ;
  }

  .sp_hide{
    display: none;
  }

  .treatment_costs .three-features__h3-container {
    padding-top: 20px;
    padding-bottom: 0;
  }
}


/*自賠責保険の慰謝料の計算式*/

.formula{
  margin: 0;
  padding: 80px calc(50% - 500px) ;
  background-color: #fff;
}

.formula_disc_wrap{
  /*display: flex;*/
  padding-bottom: 40px;
}

.formula_disc {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.formula_disc li {
  padding-top: 10px;
}

.formula_disc p{
  line-height: 2em;
  padding: 0 0 30px;
  letter-spacing: 0.05em;
  margin: 0;
}

.formula_disc span {
  font-weight: bold;
}

.formula_disc-center {
  color: #dd453a;
}

.formula_disc-center{
  display: block;
  padding: 10px 0;
}


.formula_disc .formula_disc_list {
  padding: 0;
}

@media screen and (min-width:1000px) {
  .formula_disc_img_wrap {
    width: 350px;
    padding-left: 10px;
  }
}

.formula_disc_img_wrap {
  width: 100%;
  padding-left: 10px;
}


.formula_disc_img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1000px){
 .t-accident__banner--pc {
    display: block;
    width: 100%;
    margin: 0;
  }  
}

.t-accident__banner--sp{
  display: none;
}

@media screen and (max-width: 768px) {
  .formula {
    padding: 60px 15px;
  }
  .formula_disc_wrap {
    flex-direction: column;
    padding-bottom: 25px;
  }
  .formula_disc_img_wrap{
    padding: 20px 0 0;
  }
  .formula_disc-center {
    text-align: center;
  }
  
  .t-accident__banner--pc{
    display: none;
  }

  .t-accident__banner--sp{
    display: block;
    width: 100%;
    margin: 0;
  }

}

.t-accident_question {
  margin: 0;
  padding: 80px calc(50% - 500px) ;
  background-color: #f1f8f4;
}

.t-accident_question .question{
  padding: 0;
}

@media screen and (max-width: 768px) {
  .t-accident_question {
    padding: 60px 15px;
  }
}


/******************
********************
guideline.html
********************
*********************/


.guideline {
  margin: 0;
  padding: 80px calc(50% - 500px) ;
  background-color: #fff;
}


.guideline h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  margin: 0;
  padding-bottom: 60px;
  letter-spacing: 0.1em;
  text-align: center;
}

.orange_title_container {
  margin-bottom: 30px;
}

.orange_title{
  display: inline;
  margin: 21px auto;
  padding: 0 0 4px;
  background: linear-gradient(transparent 28px, #de7b36 0%);
  color: #de7b36;
  font: 700 18px/33px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  font-size: 24px;
}

@media screen and (min-width: 1000px) {
  .orange_title {
    padding: 0 0 5px;
    background: linear-gradient(transparent 37px, #de7b36 0%);
    font-size: 24px;
  }
}

.cause_wrap{
  margin: 0;
  width: 100%;
  padding: 27px 33px 34px;
  background-color: #fff;
  box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
  border-radius: 10px;
}

.cause_container {
  min-height: 284px;
}

.cause_wrap figure {
  float: left;
  width: 40%;
  margin: 0 20px 0 0;
}

.cause_wrap figure.right{
  float: right;
  margin: 0 0 0 20px;
}


.cause_wrap figure img {
  width: 100%;
  text-align: left;
}

.cause_wrap p{
  letter-spacing: 0.05em;
  line-height: 2em;
  font-size: 16px;
  margin: 0 ;
}

.treatment_wrap {
  padding-top: 30px;
}

.treatment_wrap h3 {
  color: #5aaba6;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 30px;
  margin: 0;
}

.treatment_wrap p{
  letter-spacing: 0.05em;
  line-height: 2em;
  font-size: 16px;
  margin: 0;
  background-color: #f1f8f4;
  padding: 30px;
}

.headache {
  background-color: #f2f0e9;
}

.neck {
  background-color: #fff;
}

.forty_shoulders {
  background-color: #f2f0e9;
}

@media (max-width: 768px){
  .guideline {
    margin: 0;
    padding: 60px 15px;
  }
  .guideline h2 {
    font-size: 20px;
    padding-bottom: 25px;
  }

  .guideline h3 {
    font-size: 18px;
  }

  .cause_wrap {
    margin: 0 auto;
    padding: 25px;
    width: auto;
  }

  .cause_wrap figure {
    display: inline-block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .cause_wrap p {
    margin: 0;
  }

  .cause_wrap p {
    padding: 0;
  }

  .treatment_wrap p {
    padding: 15px;
  }
	
}

.gaikan-container {
  width: 100%;
  max-width: 1200px;
}

.gaikan-container img {
  width: 100%;
}










