@charset "UTF-8";

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header_box {
  background: #e1dbc2;
  border-bottom: 1px solid #e1dbc2;
}

.home_box {
  margin: 0 auto 200px;
}


/* table_of_contents ================================== */
#table_of_contents {
  margin: 0 auto 70px;
  border: 1px solid #249476;
  border-left: 30px solid #249476;
  padding: 15px 10px;
  width: 560px;
  box-sizing: border-box;
}

#table_of_contents ul li ul li {
  list-style: disc;
  margin-left: 50px;
  margin-bottom: 0;
}

#table_of_contents .list_ttl {
  border-bottom: 1px solid #249476;
}

#table_of_contents ul li a {
  color: #249476;
}

#table_of_contents .material-icons {
  color: #249476;
}


/* primary ================================== */
#primary {
  margin: 0 auto;
}

.primary_bg {
  margin: 0 auto;
}

.sp_primary_bg {
  display: none;
}


/*共通 ================================== */
.title {
  font-size: 3rem;
  font-family: serif;
  font-weight: bold;
  margin-bottom: 50px;
  border-left: 10px solid #249476;
  padding-left: 10px;
}

.title span {
  color: #e53816;
}


/* origin ================================== */
#origin {
  margin: 0 auto 100px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.origin_txt{
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: 500;
}

.origin_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.origin_box .origin_txt{
  width: calc(100% - 35%);
  margin-right: 30px;
}

.origin_box .origin_img {
  width: 35%;
}


/* origin2 ================================== */
#origin2 {
  margin: 0 auto 100px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

#origin2 .origin2_box {
  margin-bottom: 80px;
}

#origin2 .sub_list {
  font-weight: bold;
  margin-bottom: 50px;
}

#origin2 .sub_list2 {
  font-weight: bold;
  margin-bottom: 80px;
}

#origin2 p{
  margin-right: 50px;
}

#origin2 .sub_ttl {
  font-size: 2.5rem;
  color: #249476;
  font-weight: bold;
  margin-bottom: 20px;
}

#origin2 .sub_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#origin2 .sub_box li{
  width: 35%;
  margin-bottom: 80px;
  margin-right: 100px;
}

#origin2 .sub_box li img{
  width: 100%;
}

#origin2 .sub_box li:nth-child(2n) img{
  margin-right: 0;
}

#origin2 .sub_txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}

#origin2 .sub_box2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#origin2 .sub_box2 img {
  width: 25%;
}

#origin2 .sub_box3 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#origin2 .sub_box3 li {
  width: 25%;
  margin-right: 60px;
}

#origin2 .sub_box3 li img {
  width: 100%;
}

#origin2 .sub_box3 li:nth-of-type(3) {
  margin-right: 0;
}

/* symptoms ================================== */
#symptoms {
  margin: 0 auto 80px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

#symptoms .sub_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

#symptoms .sub_box img{
  width: 40%;
  margin-right: 80px;
}


/* department ================================== */
#department {
  margin: 0 auto 50px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

/* deal ================================== */
#deal {
  margin: 0 auto 100px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

#deal ul {
  margin-right: 30px;
}

#deal ul li{
  font-weight: bold;
  list-style: disc;
  margin-left: 30px;
}

#deal .sub_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}

#deal .sub_box img{
  width: 40%;
  margin-right: 80px;
}


/* not_improve ================================== */
#not_improve {
  margin: 0 auto 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.not_improve_txt{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.not_improve_txt2{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}

#not_improve ul {
  margin-bottom: 10px;
}

#not_improve ul li{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  list-style: disc;
  margin-left: 20px;
}

#not_improve ul li span{
  border-bottom: solid 3px #ff9c01;
}

#not_improve .innerbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}

#not_improve .innerbox .triangle {
  display: flex;
}

#not_improve .innerbox .triangle-right {
  border-style: solid;
  border-width: 25px 0 25px 30px;
  border-color: transparent transparent transparent #ff9c01;
}

#not_improve .innerbox .triangle-right2 {
  border-style: solid;
  border-width: 25px 0 25px 30px;
  border-color: transparent transparent transparent #ff9c01;
  margin-right: 30px;
}

#not_improve .innerbox .not_improve_box {
  width: 500px;
  height: 310px;
  padding: 20px 20px 5px;
  border: 3px solid #e53816;
  margin-right: 30px;
  box-sizing: border-box;
}

#not_improve .innerbox .box2 {
  width: 600px;
}

#not_improve .not_improve_box ul li {
  list-style: decimal;
  color: #e53816;
  text-decoration: none;
  margin-left: 30px;
  font-weight: bold;
}

#not_improve .innerbox .not_improve_txt{
  font-weight: bold;
}

.inner_box{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.inner_left{
  width: 48%;
}

.inner_right{
  width: 48%;
}

#not_improve .deal_txt{
  color: #e53816;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#not_improve .deal_list {
  width: 60%;
  border: 3px solid #e53816;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 0;
}

#not_improve .deal_list li {
  font-size: 1.8rem;
  font-weight: bold;
}

#not_improve .deal_list li span{
  font-size: 2.5rem;
  font-weight: bold;
  color: #e53816;
  background: linear-gradient(transparent 60%, #fafa41 0%);
}


/* department ================================== */
#department {
  margin: 0 auto 50px;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

/* message ================================== */
#message {
  margin: 0 auto 100px;
  font-size: 2rem;
  font-weight: 500;
  font-weight: bold;
}

.message_txt {
  width: 85%;
  padding: 20px;
  border: 5px solid #e53816;
  box-sizing: border-box;
}

.message_txt span{
  font-weight: bold;
  color: #e53816;
  background: linear-gradient(transparent 60%, #fafa41 0%);
}



/* method ================================== */
#method {
  margin: 0 auto 150px;
}

.method_txt{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.method_txt span{
  color:  #e53816;
}

#method ul {
  width: 450px;
  background: #ec7800;
  padding: 20px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  box-sizing: border-box;
}

#method ul li {
  list-style: disc;
  line-height: 2;
  color:  #fff;
  text-decoration: none;
  margin-left: 20px;
  font-weight: bold;
}

.inner_left {
  width: 48%;
}

.inner_right {
  width: 48%;
}

.inner_box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
}


/* reserve  ======================================== */
#reserve {
  margin: 0 auto 100px;
}


/* ---------------------------------------------------------
@media (max-width: 1200px)
----------------------------------------------------------- */
@media (max-width: 1200px) {
  .container {
    width: 94%;
  }

  #not_improve .innerbox {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  #not_improve .not_improve_box {
    width: 60%;
    height: auto;
    margin-right: 0;
    margin-bottom: 70px;
  }

  .triangle {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 60%;
    transform: rotate(90deg);
  }

  #not_improve .innerbox .triangle-right {
    border-width: 40px 0 40px 40px;
  }

  #not_improve .innerbox .triangle-right2 {
    border-width: 40px 0 40px 40px;
  }

  #method .inner_box {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  #method .inner_right {
    margin-bottom: 50px;
    width: 60%;
  }

  #method .inner_left {
    width: 100%;
  }

  .method_txt br {
    display: none;
  }

  #not_improve .innerbox .not_improve_box {
    width: 60%;
    height: auto;
    margin-right: 0;
    margin-bottom: 70px;
  }
}


/* ---------------------------------------------------------
@media (max-width: 1024px)
----------------------------------------------------------- */
@media (max-width: 1024px) {
  #not_improve .deal_list {
    width: 90%;
  }
}


/* ---------------------------------------------------------
@media (max-width: 768px)
----------------------------------------------------------- */
@media (max-width: 768px) {
  .primary_bg {
    display: none;
  }

  .sp_primary_bg {
    display: block;
  }

  .inner_right {
    width: 80%;
  }

  #origin {
    margin: 0 auto 40px;
  }

  #not_improve .not_improve_box {
    width: 100%;
  }

  #not_improve .innerbox {
    margin-bottom: 0;
  }

  .triangle {
    width: 80%;
  }

  #method .inner_right {
    width: 80%;
  }

  #method ul {
    width: 80%;
  }

  .message_txt {
    width: 100%;
  }

  .sub_box {
    width: 100%;
  }

  .origin_box {
    flex-direction: column-reverse;
  }

  .origin_box .origin_txt {
    width: 100%;
    margin-right: 0;
  }

  .origin_box .origin_img {
    width: 70%;
    margin-bottom: 30px;
  }

  .origin_box p {
    margin-right: 0;
  }

  #origin2 .origin2_box {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .origin2_box img {
    width: 40%;
  }

  #origin2 .sub_box {
    justify-content: space-between;
  }

  #origin2 .sub_box li {
    width: 45%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  #origin2 .sub_box li:nth-of-type(3) {
    margin-bottom: 0;
  }

  #origin2 .sub_box li:nth-of-type(4) {
    margin-bottom: 0;
  }

  #origin2 .sub_list {
    margin-bottom: 30px;
  }

  #origin2 p {
    width: 100%;
    margin-right: 0;
  }

  #origin2 .sub_box2 {
    flex-direction: column;
  }

  #origin2 .sub_box2 img {
    width: 50%;
  }

  #origin2 .sub_box3 {
    justify-content: space-between;
  }

  #origin2 .sub_box3 li {
    width: 45%;
    margin-right: 20px;
    margin-bottom: 50px;
  }

  #origin2 .sub_box3 li:nth-child(2n) {
    margin-right: 0;
  }

  #origin2 .sub_box3 li:nth-child(3n) {
    margin-bottom: 0;
  }

  #deal .sub_box {
    flex-direction: column;
  }

  #deal .box2 ul {
    margin-bottom: 50px;
    margin-right: 0;
  }

  #deal .sub_box {
    margin-bottom: 0;
  }

  #deal .sub_box img {
    width: 80%;
    margin-right: 0;
  }

  #not_improve .deal_list {
    width: 100%;
  }

  .resemble_box img {
    width: 80%;
  }

  #message {
    margin: 0 auto 50px;
    font-size: 1.8rem;
  }

  .inner_box {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .inner_left {
    width: 100%;
    margin-bottom: 30px;
  }

  .inner_right {
    width: 100%;
  }

  #not_improve .innerbox .not_improve_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }

  #not_improve .innerbox .box2 {
    width: 100%;
  }

  .not_improve_txt2 {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------
@media (max-width: 600px)
----------------------------------------------------------- */
@media (max-width: 600px) {
  #table_of_contents {
    margin: 0 auto 50px;
    padding: 15px 0 10px 10px;
    width: 100%;
  }

  #table_of_contents ul {
    width: 95%;
  }

  #button {
    width: 92%;
    margin: 0 auto;
  }

  .title {
    line-height: 1.5;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }

  .origin_sub {
    font-size: 2.2rem;
  }

  #origin2 .sub_box {
    flex-direction: column;
  }

  #origin2 .sub_box li {
    margin: 0 auto;
    width: 90%;
  }

  #origin2 .sub_box img {
    width: 80%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  #origin2 .sub_box img:nth-of-type(2) {
    margin-bottom: 0;
  }

  #origin2 .sub_box2 {
    flex-wrap: wrap;
  }

  #origin2 .sub_box2 img {
    margin-bottom: 0;
    margin-right: 0;
    width: 70%;
  }

  #origin2 .sub_box3 li {
    width: 47%;
    margin-right: 20px;
  }

  #deal {
    margin: 0 auto 50px;
  }

  #not_improve {
    margin: 0 auto 50px;
  }

  #not_improve .box2 {
    margin-bottom: 0;
  }

  #not_improve .innerbox {
    margin-bottom: 0;
  }

  #not_improve .innerbox .not_improve_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .triangle {
    width: 100%;
    margin-bottom: 10px;
  }

  #not_improve .innerbox .triangle-right {
    border-width: 40px 0 40px 30px;
  }

  #not_improve .innerbox .triangle-right2 {
    border-width: 40px 0 40px 30px;
  }

  .not_improve_txt2 br{
    display: none;
  }

  #method {
    margin: 0 auto 100px;
  }

  .method_txt br{
    display: none;
  }

  .method_txt {
    margin-bottom: 20px;
  }

  #method ul {
    width: 100%;
    padding: 15px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  #button {
    width: 92%;
    margin: 0 auto;
  }

  #method .inner_right {
    width: 100%;
  }
}

/* ---------------------------------------------------------
@media (max-width: 428px)
----------------------------------------------------------- */
@media (max-width: 428px) {
  #table_of_contents {
    border-left: 10px solid #249476;
  }

  .title {
    margin-bottom: 20px;
  }

  .origin_txt {
    margin-bottom: 0;
  }

  .txt5 {
    margin-bottom: 30px;
  }

  #origin2 {
    padding-bottom: 0;
  }

  #origin2 .sub_ttl {
    font-size: 2rem;
    padding: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  #origin2 .sub_list {
    margin-bottom: 0;
  }

  #origin2 .sub_list2 {
    margin-bottom: 50px;
  }

  #origin2 .origin2_box .txt4 br{
    display: none;
  }

  #origin2 .sub_box {
    margin-bottom: 0;
  }

  #origin2 .sub_box img {
    margin-bottom: 30px;
  }

  .origin_box .origin_img {
    margin: 0 auto 20px;
    width: 90%;
  }

  #origin2 .sub_box2 img {
    width: 80%;
    margin: 0 auto;
  }

  #origin2 .sub_box3 li {
    margin-bottom: 15px;
  }

  #symptoms .sub_box img {
    width: 100%;
  }

  #deal .sub_box img {
    width: 100%;
  }

  #not_improve {
    margin: 0 auto 30px;
  }

  #not_improve .innerbox .not_improve_box {
    padding: 10px 10px 5px;
    margin-bottom: 15px;
  }

  #not_improve .innerbox .triangle-right {
    border-width: 30px 0 30px 20px;
  }

  #not_improve .innerbox .triangle-right2 {
    margin-right: 0;
    border-width: 30px 0 30px 20px;
  }

  #not_improve .not_improve_box ul li{
    line-height: 1.5;
  }

  #not_improve .not_improve_box ul li br{
    display: none;
  }

  #method {
    margin: 0 auto 0;
  }

  #method ul {
    width: 100%;
    padding: 10px;
  }

  #reserve {
    margin: 0 auto 80px;
  }

  .home_box {
    flex-direction: column;
    margin: 0 auto 100px;
  }

  .home_btn {
    margin: 0 auto 30px;
  }

  .home_btn:nth-of-type(2) {
    margin: 0 auto 0;
  }

  .origin_box img {
    width: 100%;
  }

  .resemble_box img {
    width: 100%;
  }

  #method {
    margin: 0 auto 50px;
  }

  #method ul {
    font-size: 1.7rem;
  }

  #method ul li {
    line-height: 1.7;
  }

  .dropdown_list {
    top: 70px;
  }

  #not_improve .deal_list {
    padding: 10px;
  }

  #not_improve .deal_txt {
    font-size: 2rem;
  }

  #not_improve .deal_list li span {
    font-size: 2rem;
  }

  .inner_left {
    margin-bottom: 0;
  }
}
