@charset "UTF-8";
/***********************共通設定************************/
/* ==========================================================================//
//
//　依存症関連
//
// ========================================================================== */
.head_line p {
  text-align: left;
}
.head_line .head_line_image {
  max-width: 406px;
  margin: 20px auto 50px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .head_line .head_line_image {
    margin: 20px auto 70px;
  }
}
.head_line .btn_motion2 {
  margin: 0 auto 40px;
}

h1 {
  margin: 30px 0 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h1 {
    margin: 30px 0 70px;
  }
}

section:not(:first-of-type) {
  margin: 50px 0 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section:not(:first-of-type) {
    margin: 100px 0 0;
  }
}
section h2 {
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section h2 {
    font-size: 24px;
  }
}
section p {
  text-align: left;
  line-height: 1.56;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section p {
    line-height: 2.1875;
  }
}
section p a {
  padding-top: 15px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #2BB06B;
}
section p a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #2BB06B;
  bottom: 1px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  section p a:hover::after {
    width: 100%;
  }
}
section p span {
  color: #2BB06B;
}

.contents_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .contents_column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contents_column p {
  display: block;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .contents_column p {
    width: 49%;
  }
}
.contents_column .contents_column_image {
  margin-bottom: 20px;
  display: block;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .contents_column .contents_column_image {
    margin-bottom: 0;
    width: 49%;
  }
}

/* ==========================================================================//
//
//　緑背景のエリア
//
// ========================================================================== */
.green_back {
  margin-top: 40px;
  background: #F6FFEE;
  padding: 40px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .green_back {
    margin-top: 70px;
    padding: 70px 0;
  }
}
.green_back h2 {
  text-align: center;
  padding-left: unset;
}
.green_back h2::before {
  content: none;
}
.green_back h3 {
  margin: 40px 0 20px 0;
}
.green_back .bg_text {
  padding: 8px 30px;
  background: #2BB06B;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .green_back .bg_text {
    padding: 6px 30px;
  }
}
.green_back strong {
  text-align: left;
  display: block;
}
.green_back .white_back {
  background: #fff;
  padding: 40px;
  text-align: left;
  max-width: 800px;
  margin: 50px auto 0;
}
.green_back .white_back ul {
  margin: 0 0 40px;
}
.green_back .white_back ul li.right {
  text-align: right;
}
.green_back .white_back p {
  margin: 30px 0;
}
.green_back .white_back p span {
  color: #62CC93;
  text-decoration: underline;
}
.green_back .white_back h3 {
  color: #303030;
  display: block;
  font-size: 24px;
  text-align: center;
  background: unset;
  margin: 0 auto 20px;
}

/* ==========================================================================//
//
//　ピンク背景のエリア
//
// ========================================================================== */
.pink_back {
  padding: 20px 20px 30px;
  background: #FFECEC;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .pink_back {
    padding: 40px 40px 50px;
  }
}
.pink_back .white_back {
  padding: 20px 25px 30px;
  background: #FFFFFF;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .pink_back .white_back {
    padding: 40px 30px 50px;
  }
}

.btn_motion2 {
  margin: 30px auto 0;
}
.btn_motion2 span {
  white-space: nowrap;
  font-weight: bold;
  font-size: 24px;
}

.green_dot {
  text-align: left;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 18px;
  margin: 20px 0;
  color: #303030;
}
.green_dot::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #2BB06B;
  border-radius: 50px;
  left: 0;
}

/* ==========================================================================//
//
//　依存症ページ　共通
//
// ========================================================================== */
.dependence h1 {
  margin: 30px 0 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .dependence h1 {
    margin: 30px 0 70px;
  }
}
.dependence h2.dark_green {
  margin: 0 0 20px;
  color: #007E3D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .dependence h2.dark_green {
    margin: 0 0 30px;
  }
}
.dependence h2,
.dependence .green_dot {
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .dependence h2,
  .dependence .green_dot {
    font-size: 24px;
  }
}
.dependence .green_dot {
  margin: 20px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .dependence .green_dot {
    margin: 30px 0;
  }
}
.dependence .sp_btn {
  margin: 30px auto 0;
}

/* 買い物依存、処方薬・市販薬依存、性依存症の共通 */
.shopping,
.drug,
.gender {
  padding: 60px 0 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .shopping,
  .drug,
  .gender {
    padding: 164px 0 80px;
  }
}
.shopping section:not(:first-of-type),
.drug section:not(:first-of-type),
.gender section:not(:first-of-type) {
  margin: 30px 0 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .shopping section:not(:first-of-type),
  .drug section:not(:first-of-type),
  .gender section:not(:first-of-type) {
    margin: 30px 0 0;
  }
}
.shopping p,
.drug p,
.gender p {
  line-height: 1.8;
}
.shopping p.away_text,
.drug p.away_text,
.gender p.away_text {
  padding-top: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .shopping p.away_text,
  .drug p.away_text,
  .gender p.away_text {
    padding-top: 50px;
  }
}
.shopping p span,
.drug p span,
.gender p span {
  font-weight: bold;
  color: #303030;
}

.gambling .btn_motion2,
.gaming .btn_motion2,
.shopping .btn_motion2,
.drug .btn_motion2 {
  margin: 60px auto 0;
}

/* ==========================================================================//
//
//　アルコール依存症
//
// ========================================================================== */
.alcoholism .sec_rework {
  margin: 40px 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework {
    margin: 70px 0 80px;
  }
}
.alcoholism .sec_rework h2 {
  margin: 24px 0 20px;
  text-align: center;
  padding-left: 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework h2 {
    margin: 34px 0 40px;
  }
}
.alcoholism .sec_rework h2::before {
  display: none;
}
.alcoholism .sec_rework .step_title {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .step_title {
    margin-bottom: 35px;
  }
}
.alcoholism .sec_rework .step_title:nth-of-type(2) {
  margin-top: 37px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .step_title:nth-of-type(2) {
    margin-top: 27px;
  }
}
.alcoholism .sec_rework .step_title .step {
  margin-right: 5px;
  padding: 0 34px 0 11px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
  color: #C1F574;
  z-index: 1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .step_title .step {
    margin-right: 13px;
    padding: 0 20px 0 15px;
    font-size: 13px;
  }
}
.alcoholism .sec_rework .step_title .step::before {
  position: absolute;
  content: "";
  background: #2BB06B;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .step_title .step::before {
    font-size: 20px;
    width: 65px;
    height: 65px;
  }
}
.alcoholism .sec_rework .step_title .step p {
  text-align: center;
  line-height: 1;
}
.alcoholism .sec_rework .step_title .step span {
  display: block;
  font-family: "Noto Serif", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 29px;
  line-height: 1;
  color: #fff;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .step_title .step span {
    font-size: 39px;
  }
}
.alcoholism .sec_rework .step_title h3 {
  text-align: left;
  color: #2BB06B;
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .step_title h3 {
    font-size: 24px;
  }
}
.alcoholism .sec_rework .step_title h3::before {
  display: none;
}
.alcoholism .sec_rework .green_list {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .green_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.alcoholism .sec_rework .green_list.first {
  margin-bottom: 43px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .green_list.first {
    margin-bottom: 63px;
  }
}
.alcoholism .sec_rework .green_list.last {
  margin-top: 32px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .green_list.last {
    margin-top: 42px;
  }
}
.alcoholism .sec_rework .green_list li {
  border: 1px solid #707070;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .green_list li {
    width: 50%;
  }
}
.alcoholism .sec_rework .green_list h4 {
  padding: 17px;
  background: #2BB06B;
  color: #fff;
  border-bottom: 1px solid #707070;
}
.alcoholism .sec_rework .green_list p {
  padding: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .green_list p {
    padding: 30px 22px;
  }
}
.alcoholism .sec_rework .green_list .pt_text {
  padding: 0 20px 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .green_list .pt_text {
    padding: 0 20px 50px;
  }
}
.alcoholism .sec_rework .green_list .last_text {
  padding: 0 20px 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_rework .green_list .last_text {
    padding: 0 20px 30px;
  }
}
.alcoholism .sec_explanation .contents_column {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .alcoholism .sec_explanation .contents_column {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}
.alcoholism .sec_explanation .treatment_image {
  margin: 30px auto 0;
}

/* ==========================================================================//
//
//　ギャンブル依存症について
//
// ========================================================================== */
/* 借金問題について相談する窓口として、以下の機関があります
---------------------------------------------------------- */
.gambling .sec_institution h2 {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  color: #FF4D4D;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling .sec_institution h2 {
    margin: 0 0 20px;
  }
}
.gambling .sec_institution h2::before {
  display: none;
}
.gambling .sec_institution .institution_list li:not(:first-child) {
  margin-top: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling .sec_institution .institution_list li:not(:first-child) {
    margin-top: 35px;
  }
}
.gambling .sec_institution .institution_list h3 {
  padding-bottom: 5px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gambling .sec_institution .institution_list h3 {
    padding-bottom: 5px;
    font-size: 20px;
  }
}
.gambling .sec_method p span {
  font-weight: bold;
  color: #303030;
}
@media all and (min-width: 1000px) {
  .gambling .sec_method .gambling_btn_area {
    padding: 0 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media all and (max-width: 999px) {
  .gambling .sec_method .gambling_btn_area .gambling_btn:not(:first-of-type) .btn_motion2 {
    margin: 0 auto 0;
  }
}
.gambling .sec_method .gambling_btn_area .btn_motion2 {
  width: 450px;
}

/* ==========================================================================//
//
//　ゲーム・ネット依存について
//
// ========================================================================== */
.gaming section:last-of-type {
  margin: 50px 0 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gaming section:last-of-type {
    margin: 100px 0 80px;
  }
}

/* ==========================================================================//
//
//　その他の依存症について
//
// ========================================================================== */
.other .sec_program {
  margin-top: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .other .sec_program {
    margin-top: 30px;
  }
}

/* ==========================================================================//
//
//　買い物依存
//
// ========================================================================== */
.shopping .green_dot {
  margin: 20px 0 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .shopping .green_dot {
    margin: 30px 0 10px;
  }
}
.shopping p.green {
  padding: 0 0 0 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .shopping p.green {
    padding: 0 0 0 30px;
  }
}
.shopping p.green span {
  font-weight: normal;
  color: #2BB06B;
}
.shopping p.avoid {
  padding: 0 0 0 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .shopping p.avoid {
    padding: 0 0 0 30px;
  }
}
.shopping p span {
  font-weight: normal;
}
.shopping p span.black {
  font-weight: bold;
  color: #303030;
}
.shopping .sec_explanation p.green {
  padding: 0 0 15px 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .shopping .sec_explanation p.green {
    padding: 0 0 20px 30px;
  }
}

/* ==========================================================================//
//
//　処方薬・市販薬依存
//
// ========================================================================== */
.drug .wrap_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .drug .wrap_text {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
}
.drug .sec_state p.away_text {
  padding-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .drug .sec_state p.away_text {
    padding-top: 40px;
  }
}
.drug .program_list a {
  padding: 15px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  font-weight: bold;
  color: #007E3D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ==========================================================================//
//
//　性依存症
//
// ========================================================================== */
.gender h3 {
  padding-bottom: 20px;
  text-align: left;
  font-size: 18px;
  color: #2BB06B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .gender h3 {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
.gender p.away_text {
  padding-top: 20px;
}
.gender p span {
  color: #2BB06B;
}