@charset "UTF-8";
/* ===============================================
#タイトル
=============================================== */
.theme_top_title {
  font-family: 'Nico Moji';
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  line-height: 1.3;
  text-align: center;
}
.theme_title {
  font-family: 'nicomoji';
  font-family: 'Nico Moji';
  color: #fff;
  font-size: 40px;
  font-size: 4.0rem;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  line-height: 1.3;
  text-shadow:2px 2px 3px #333333;
}
.theme_title img {
  width: auto;
  height: 150px;
}
.question .theme_title {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 0;
  max-width: 99%;
}
.question .theme_title img {
  height: inherit;
}
.clear_question_title {
  font-family: 'Nico Moji';
  font-size: 24px;
  font-size: 2.4rem;
  background: url(../img/bg_clear_title.png) top center no-repeat;
  width: 300px;
  margin: -22px auto 25px;
  padding: 10px;
  text-align: center;
  line-height: 1;
}
.hantei_title {
  font-family: 'Nico Moji';
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  letter-spacing: -0.05em;
  line-height: 1.3;
  text-align: center;
}
.comment_title {
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  width: 120px;
  height: 42px;
  text-align: center;
  display: block;
  margin: -2px auto 35px;
  border: 2px solid #333;
  background-color: #DDA63A;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 40px;
}
.theme_orange1 .comment_title {
  background-color: #DDA63A;
}
.theme_orange2 .comment_title {
  background-color: #FCC30B;
}
.theme_orange3 .comment_title {
  background-color: #FD6925;
}
.theme_orange4 .comment_title {
  background-color: #BF8B2E;
}
.theme_green1 .comment_title {
  background-color: #4C9F38;
}
.theme_green2 .comment_title {
  background-color: #417935;
}
.theme_green3 .comment_title {
  background-color: #56C02B;
}
.theme_blue1 .comment_title {
  background-color: #26BDE2;
}
.theme_blue2 .comment_title {
  background-color: #0A97D9;
}
.theme_blue3 .comment_title {
  background-color: #19486A;
}
.theme_total_title {
  font-family: 'GJG-heavy';
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  background: url(../img/bg_theme_total.png) top center no-repeat;
  width: 242px;
  min-height: 60px;
  margin: -24px auto 20px;
  padding: 10px;
  text-align: center;
  line-height: 1;
  background-size: cover;
  transform: rotate(0.001deg);
}
.theme_orange1 .theme_total_title {
  background: url(../img/bg_theme_total.png) top center no-repeat;
  background-size: cover;
}
.theme_orange2 .theme_total_title {
  background: url(../img/bg_theme_total_orange2.png) top center no-repeat;
  background-size: cover;
}
.theme_orange3 .theme_total_title {
  background: url(../img/bg_theme_total_orange3.png) top center no-repeat;
  background-size: cover;
}
.theme_orange4 .theme_total_title {
  background: url(../img/bg_theme_total_orange4.png) top center no-repeat;
  background-size: cover;
}
.theme_green1 .theme_total_title {
  background: url(../img/bg_theme_total_green1.png) top center no-repeat;
  background-size: cover;
}
.theme_green2 .theme_total_title {
  background: url(../img/bg_theme_total_green2.png) top center no-repeat;
  background-size: cover;
}
.theme_green3 .theme_total_title {
  background: url(../img/bg_theme_total_green3.png) top center no-repeat;
  background-size: cover;
}
.theme_blue1 .theme_total_title {
  background: url(../img/bg_theme_total_blue1.png) top center no-repeat;
  background-size: cover;
}
.theme_blue2 .theme_total_title {
  background: url(../img/bg_theme_total_blue2.png) top center no-repeat;
  background-size: cover;
}
.theme_blue3 .theme_total_title {
  background: url(../img/bg_theme_total_blue3.png) top center no-repeat;
  background-size: cover;
}
.share_title {
  color: #0079BD;
  font-family: 'Nico Moji';
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1;
}
.title_l {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

.title_m {
  font-size: 18px;
  font-size: 1.8rem;
}

.title_s {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}



.box_under_shadow {
  box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 3px -1px rgba(0, 0, 0, 0.4);
}


/* ===============================================
#ボタン
=============================================== */
.btn {
  font-family: 'Nico Moji';
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin: auto;
  text-align: center;
  line-height: 1;
}
.btn img {
  max-width: 100%;
  height: auto;
}
.btn_wrap_total {
  width: 73%;
}
.btn_wrap_total .btn {
  width: 75%;
}

.btn a {
  display: block;
  color: #2c2c2c;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  /* -webkit-transition: 0.5s;
  transition: 0.5s; */
  border: 2px solid #333;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow:5px 5px 0px 0px #333333;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}


.btn_primary a {
  font-size: 26px;
  font-size: 2.6rem;
  color: #333;
  background-color: #FCC30B;
}
.btn_red a {
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  background-color: #FF0000;
  letter-spacing: -0.07em;
}

.btn_white a {
  font-size: 22px;
  font-size: 2.2rem;
  color: #333;
  background-color: #fff;
}
.back_to_top {
  font-family: 'Nico Moji';
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
}
.back_to_top a {
  color: #fff;
}
.btn_blue_sq {
  position: relative;
}

.btn_blue_sq a {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  color: #fff;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 4px solid #fff;
  background-color: #2692E2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow:3px 3px 0px 0px #333333;
  line-height: 1.3;
}

.btn_white_sq a {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  color: #00B800;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25%;
  border: 4px solid #EBE8E8;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow:3px 3px 0px 0px #333333;
  line-height: 1.3;
  background: url(../img/ico_lineat.png) 97% center no-repeat #fff;
}
.btn_wrap_total .btn_blue_sq,
.btn_wrap_total .btn_white_sq {
  width: 94.5%;
}
/* ===============================================
#テキスト
=============================================== */
.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_bold {
  font-weight: bold;
}

.caution {
  font-size: 12px;
  font-size: 1.2rem;
  color: #d80c18;
}

.txt_red {
  color: #d80c18;
}

.txt_s {
  font-size: 10px;
  font-size: 1.0rem;
}

/* ===============================================
#ボックス
=============================================== */
.box_col1,
.box_col2,
.box_col3 {
  margin-bottom: 2rem;
}

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

.box_col1 .box {
  width: 100%;
}

.box_col2 {
  display: block;
}

.box_col2 .box {
  width: 100%;
  margin-bottom: 1rem;
}

.box_col2 .box:last-child {
  margin-bottom: 1rem;
}

.box_col3 {
  display: block;
}

.box_col3 .box {
  width: 100%;
  margin-bottom: 1rem;
}

.box_col3 .box:last-child {
  margin-bottom: 0;
}

.img_col2 .box {
  width: 100%;
  margin-bottom: 4rem;
}



/* ===============================================
#マージン，パディング
=============================================== */
.mgb0 {
  margin-bottom: 0 !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgn0 {
  margin: 0 !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pad0 {
  padding: 0 !important;
}

.valignTop {
  vertical-align: top;
}


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

/* ===============================================
#タイトル
=============================================== */
.theme_title {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.theme_title img {
  width: auto;
  height: 135px;
}

  /* ===============================================
  #ボックス
  =============================================== */
  .box_col1,
  .box_col2,
  .box_col3 {
    margin-bottom: 2rem;
  }
  .box_col1 img,
  .box_col2 img,
  .box_col3 img {
    width: 100%;
  }
  .box_col1 a,
  .box_col2 a,
  .box_col3 a {
    color: #2c2c2c;
  }
  .box_col1 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box_col1 .box {
    width: 100%;
  }
  .box_col2 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box_col2 .box {
    width: 48%;
  }
  .box_col3 {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .box_col3 .box {
    width: 32%;
  }

  /* ===============================================
  #ボタン
  =============================================== */
  .btn_wrap_total {
    width: 100%;
  }
  .btn_wrap_total .btn_blue_sq,
  .btn_wrap_total .btn_white_sq {
    width: 100%;
  }

}


@media screen and (max-width: 320px) {
  .clear_question_title {
    width: 95%;
    margin: -22px auto 25px;
    padding: 10px;
    text-align: center;
    line-height: 1;
    background-size: contain;
  }
  .clear_question_title img {
    width: 90%;
    height: auto;
  }
  .btn_wrap_total .btn_blue_sq, .btn_wrap_total .btn_white_sq {
    width: 100%;
    text-align: center;
  }
  .btn_wrap_total .btn_blue_sq img,
  .btn_wrap_total .btn_white_sq img {
    width: 80%;
    height: auto;
  }
  .btn_white_sq a {
    background-size: 20%;
  }
  .btn_red img {
    max-width: 80%;
    height: auto;
  }
  .theme_title img {
    width: auto;
    height: 115px;
  }
}
