@charset "UTF-8";

/* ==============
    基本設定
=============== */


body {
  font-family: "Segoe UI", "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  background: white;
  color: #3e271d;
  font-size: 16px;
}

.p_body {
  width: 720px;
  margin-left: auto;
  margin-right: auto;

}

h1 {
  line-height: 36px;
}

h3,
p,
li {
  font-family: 'メイリオ', sans-serif;
}

.full-screen {
  width: 100vw;
}

main {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 196px;
  background-image: url(../images/common/bg_pc.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

a {
  text-decoration: none;
  color: #fff;
}

/* ==============
    header設定
=============== */
/*.head {
    height: 100px;
}*/


/* ==============
    タイトル設定
=============== */

article.p_title {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

section.p_title {
  /*padding-top:32px;*/
  text-align: center;
  margin: 16px, auto, 16px
}

section.p_title h1 {
  font-size: 36px;
  font-weight: bold;
  color: #00a99d;
  /*padding-bottom: 18px; */
}


section.p_title h2 {
  font-size: 24px;
  color: #00a99d;
  padding-bottom: 32px;
}

section.p_title p {
  font-size: 18px;
  color: #00a99d;
  padding: 9px 0px 9px 0px;

}

.p_title_p {
  padding-bottom: 12px;
  text-align: left;
}

/* ==============
    p_body設定
=============== */

.p_body {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.p_body h3,
p {
  color: #3e271d;
  padding-bottom: 28px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

.p_body p {
  font-size: 15px;
  line-height: 27px;
}

.p_body ol {
  /*list-style-position: inside;*/
  font-size: 15px;
  line-height: 27px;
  margin-left: 40px;
}

/*.p_body li {
    padding-left: 1.4rem;
    text-indent: -1.4rem;
}*/

.p_body section {
  margin-top: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #998675;
}

section.p_body_bottom {
  border-bottom: hidden;
}

p.p_bottom {
  padding-bottom: 0;
}

/* ===============
    footer
=============== */
.toTop {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 10vw;
  cursor: pointer;
}

/*カテゴリーファーストビュー*/
.first_view {
  width: 1080px;
  margin: 80px auto;
  background-color: rgba(224, 236, 116, 0.08);
  padding: 14px;
  color: #00a99d;
  font-family: 'メイリオ', sans-serif;
  margin: 0px auto;
}

.first_view_english {
  color: #00a99d;
  font-family: 'メイリオ', sans-serif;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
}

.first_view_english_explain {
  color: #00a99d;
  font-family: 'メイリオ', sans-serif;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  margin: 32px auto 21px;
  line-height: 36px;
}

.first_view2 {
  display: flex;
  justify-content: center;
}

.first_view2 img {
  width: 120px;
}

.first_view2 .left {
  align-self: flex-start;
}

.first_view2 .left1 {
  display: none;
}

.first_view2 .right {
  align-self: flex-end;
}

.first_view2 div.right1 {
  display: none;
}

.first_view2 .center {
  width: 840px;
}

.first_view2 .center h1 {
  font-size: 36px;
  margin: 30px auto 18px;
}

/* レスポンシブ */

@media only screen and (max-width: 1080px) {

  main {
    margin-top: 50px;
    margin-bottom: 40px;
    padding-left: 3%;
    padding-right: 3%;
    background-image: url(../images/common/sp_bg.png);
    background-repeat: repeat-y;
    background-size: 100% auto;

  }

  body {
    font-family: "Segoe UI", "Meiryo UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
    background: white;
    color: #3e271d;
    font-size: 14px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
  }

  /*main {
    padding: 10px;
    }*/

  .p_body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;

  }

  h3,
  p,
  li {
    font-family: 'メイリオ', sans-serif;
  }

  /* ==============
        header設定
    =============== */



  /* ==============
        タイトル設定
    =============== */

  article.p_title {
    width: 100%;
    background-color: rgba(224, 236, 116, 0.08);
    margin-left: auto;
    margin-right: auto;
  }

  section.p_title {
    /*padding-top:32px;*/
    text-align: center;
    margin: 0px, auto, 0px
  }

  .first_view2 .center h1,
  section.p_title h1 {
    font-size: 28px;
    font-weight: bold;
    color: #00a99d;
    line-height: 28px;
    margin: 0px auto 10px;
    /*padding-bottom: 18px; */
  }


  .first_view2 .center h2,
  section.p_title h2 {
    font-size: 18px;
    color: #00a99d;
    padding-bottom: 0px;
  }

  div.p_title_p {
    padding-bottom: 0px;
  }

  section.p_title p {
    font-size: 16px;
    color: #00a99d;
    line-height: 32px;
    padding: 0px 5% 0px 5%;
    margin-top: 40px;

  }

  /* ==============
        p_body設定
    =============== */

  article.p_body {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    flex-direction: column;
  }

  .p_body h3,
  p {
    color: #3e271d;
    padding-bottom: 30px;
  }

  h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .p_body p {
    font-size: 14px;
    line-height: 24px;
  }

  .p_body ol {
    /*list-style-position: inside;*/
    font-size: 14px;
    line-height: 24px;
    margin-left: 40px;
  }

  .p_body section {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #998675;
  }

  section.p_body_bottom {
    border-bottom: hidden;
  }

  p.p_bottom {
    padding-bottom: 0;
  }

  /* ===============
        footer
    =============== */

  /*カテゴリーファーストビュー*/
  .first_view {
    background-color: rgba(224, 236, 116, 0.08);
    color: #00a99d;
    font-family: 'メイリオ', sans-serif;
    padding: 10px;
    width: 94%;
    margin: 0 3% 0 3%;
  }


  .first_view2 {
    display: flex;
    justify-content: center;
  }

  .first_view2 img {
    width: 60px;
    height: 60px;
  }

  .first_view2 .right {
    align-self: flex-end;
  }

  .first_view2 .left {
    align-self: flex-start;
  }

  .first_view2 .center {
    width: 100%;
  }

  /*最小サイズ*/
  div,
  h1,
  h2,
  h3,
  p {
    min-width: 200px;
  }


  /*参考用設定*/

  .first_view2 .center {
    width: 100%;
  }


  .first_view2 .center br {
    display: none;
  }

  .first_view2 .center p {
    text-align: left;
  }


  .first_view2 {
    display: block;
    padding: 10px;
  }

  .first_view2 .left {
    display: none;
  }

  .first_view2 .left1 {
    align-self: flex-start;
  }

  .first_view2 .left1 {
    display: block;
  }

  .first_view2 div.right {
    display: none;
  }

  .first_view2 div.right1 {
    display: block;
    text-align: right;
  }





}
