@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 #8e693e;
  border-left: 30px solid #8e693e;
  padding: 15px 10px;
  width: 680px;
  box-sizing: border-box;
}

#table_of_contents ul li ul{
  width: 95%;
}

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

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

#table_of_contents ul li a {
  color: #8e693e;
}

#table_of_contents .material-icons {
  color: #8e693e;
}


/* 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 #8e693e;
  padding-left: 10px;
}

.title span {
  color: #e53816;
}


/* origin ================================== */
#origin {
  margin: 0 auto 80px;
}
#origin2 {
  margin: 0 auto 80px;
}

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

.origin_box {
  margin-bottom: 80px;
}

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

.inner2{
  display: none;
}

.origin_inner img{
  width: 50%;
}

#origin .inner_list {
  font-weight: 500;
  margin-bottom: 80px;
}

#origin .inner_list li{
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 8px;
  font-size: 1.7rem;
}

#origin .inner_list li span{
  font-weight: bold;
}

#origin .inner_list li ul li{
  list-style: disc;
  margin-bottom: 0;
}

#origin .inner_list2{
  list-style: disc;
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 30px;
  margin-bottom: 30px;
}

.bone_img {
  width: 50%;
  margin: 0 auto;
}

.origin_sub {
  font-size: 2.5rem;
  font-family: serif;
  font-weight: bold;
  color: #8e693e;
  margin-bottom: 30px;
}

.origin_sub span {
  color: #e53816;
}

.sub_txt {
  border-bottom: 1px solid #333;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.about_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  font-size: 1.8rem;
}

.inner_about {
  width: 40%;
}

.inner_about ol{
  margin-bottom: 30px;
}

.inner_about ol li{
  list-style: disc;
  margin-left: 30px;
}

.about_img {
  width: 50%;
}

.ori2 .origin_sub {
  color: #d66905;
}

.ori2 ol {
  margin-bottom: 30px;
}

.ori2 ol li {
  list-style: decimal;
  margin-left: 40px;
  font-size: 2rem;
  font-weight: bold;
}

.inner_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.inner_txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  font-size: 1.8rem;
}

.sub2_inner_txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  font-size: 1.8rem;
}

.inner_txt .inner{
  width: 60%;
  font-size: 1.8rem;
}

.inner_txt .sub2_inner{
  width: 100%;
  font-size: 1.8rem;
}

.inner_txt img{
  width: 35%;
}

.sub2_inner_txt img{
  width: 40%;
}

.sub2_inner{
  width: 60%;
  font-size: 1.8rem;
}


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

#deal p{
  font-size: 1.8rem;
  font-weight: 500;
}

.deal_txt{
  margin-bottom: 50px;
}

.deal_txt2{
  margin-bottom: 30px;
}

#deal .inner_list{
  list-style: disc;
  font-size: 1.8rem;
  font-weight: 500;
  margin-left: 30px;
  margin-bottom: 50px;
}

.deal_box {
  margin-bottom: 80px;
}

.deal_box2 {
  display: flex;
  justify-content: space-between;
}

.deal_box2 img {
  width: 48%;
}

.kanpo_img {
  width: 40%;
}

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

.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: 500;
  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 .not_improve_box {
  width: 500px;
  height: 280px;
  padding: 20px 20px 5px;
  border: 3px solid #e53816;
  margin-right: 30px;
  box-sizing: border-box;
}

#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: space-between;
  margin-bottom: 50px;
}

.inner_left{
  width: 48%;
}

.inner_right{
  width: 48%;
}


/* 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: 2rem;
  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;
}


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


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

  #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;
  }
}

/* ---------------------------------------------------------
@media (max-width: 1024px)
----------------------------------------------------------- */
@media (max-width: 1024px) {
  .inner_txt .inner br{
    display: none;
  }
}

/* ---------------------------------------------------------
@media (max-width: 900px)
----------------------------------------------------------- */
@media (max-width: 900px) {
  .about_box {
    flex-direction: column-reverse;
  }

  .about_img {
    margin-bottom: 30px;
    width: 80%;
  }

  .inner_about {
    width: 100%;
    margin-bottom: 20px;
  }

  .inner_txt img {
    width: 40%;
  }

  .origin_box {
    padding-bottom: 0;
  }

  .inner_txt .inner {
    width: 55%;
  }

  .sub2_box .inner_txt .inner{
    width: 100%;
  }
}

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

  .sp_primary_bg {
    display: block;
  }

  #not_improve .not_improve_box {
    width: 80%;
  }

  .triangle {
    width: 80%;
  }

  #method .inner_right {
    width: 80%;
  }

  #method ul {
    width: 80%;
  }

}

/* ---------------------------------------------------------
@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%;
  }

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

  #origin {
    margin: 0 auto 50px;
  }

  .sub_txt {
    margin-bottom: 20px;
  }

  .origin_inner {
    flex-direction: column;
    margin-bottom: 0;
  }

  .inner1{
    display: none;
  }

  .inner2{
    display: block;
  }

  .origin_inner img {
    width: 90%;
    margin-bottom: 50px;
  }

  #deal {
    margin: 0 auto 50px;
  }

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

  .deal_box2 img {
    width: 90%;
    margin-bottom: 30px;
  }

  .bone_img {
    width: 90%;
  }

  .kanpo_img {
    width: 90%;
  }

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

  .inner_left {
    width: 100%;
  }

  .inner_right {
    width: 100%;
  }

  #not_improve {
    margin: 0 auto 50px;
  }

  #not_improve .not_improve_box {
    width: 100%;
    margin-bottom: 50px;
  }

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

  #not_improve .innerbox {
    margin-bottom: 30px;
  }

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

  #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 {
    margin-bottom: 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: 10px;
  }

  #method .inner_right {
    width: 100%;
  }

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

  .about_img {
    width: 100%;
  }

  .inner_txt {
    flex-direction: column;
  }

  .sub2_inner_txt {
    display: flex;
    margin-bottom: 30px;
  }

  .inner_txt .inner {
    width: 100%;
  }

  .inner_txt img {
    width: 80%;
  }

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

  #origin2 .inner br{
    display: none;
  }

  .table_box table {
    width: 100%;
  }

  .sub2_inner {
    width: 100%;
  }

  .sub2_inner_txt {
    flex-direction: column;
  }

  .sub2_inner {
    width: 100%;
  }

  .sub2_inner_txt img {
    width: 90%;
  }
}

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

  .sec {
    margin: 0 auto 30px;
    padding-bottom: 0;
  }

  .title {
    margin-bottom: 20px;
  }

  .origin_sub {
    font-size: 2rem;
    margin-bottom: 5px;
  }

  .sub_txt {
    font-size: 1.8rem;
    margin-bottom: 5px;
    padding-bottom: 0;
  }

  .inner_about ol {
    margin-bottom: 20px;
  }

  .about_img {
    margin-bottom: 20px;
  }

  #origin2 {
    margin: 0 auto 30px;
  }

  .origin_box {
    margin-bottom: 30px;
  }

  .origin_txt {
    margin-bottom: 30px;
  }

  .origin_img {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

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

  .bone_img {
    width: 100%;
  }

  .origin_img img {
    margin-bottom: 10px;
    width: 90%;
  }

  #origin .inner_list {
    margin-bottom: 30px;
  }

  .ori2 ol li {
    font-size: 1.8rem;
  }

  .inner_ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .about_box {
    margin-bottom: 0;
  }

  #deal {
    margin: 0 auto 30px;
  }

  #deal .inner_list {
    margin-bottom: 30px;
  }

  .deal_txt {
    margin-bottom: 30px;
  }

  .deal_box {
    margin-bottom: 0;
  }

  .deal_box2 {
    margin-bottom: 30px;
  }

  .deal_box2 img {
    width: 100%;
    margin-bottom: 20px;
  }

  .kanpo_img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  #not_improve {
    margin: 0 auto 30px;
  }

  #not_improve .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;
  }

  #not_improve .innerbox {
    margin-bottom: 20px;
  }

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

  #method .inner_right {
    margin-bottom: 20px;
    width: 100%;
  }

  #method {
    margin: 0 auto 0;
  }

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

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

  .inner_txt img {
    margin: 0 auto;
    width: 95%;
  }

  .sub2_inner_txt img {
    margin: 0 auto;
    width: 95%;
  }

  #sub2 .sub2_box .inner_txt {
    margin-bottom: 0px;
  }

  .sub3 .inner_txt{
    margin-bottom: 30px;
  }

  .sub3 .inner_txt ol{
    margin-bottom: 30px;
  }

  .sub3 .inner_txt ol{
    margin-bottom: 0;
  }

  #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;
  }
}
