@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pc_none,
  .sp {
    display: none!important;
  }
  .sp_none,
  .pc {
    display: block!important;
  }
  img.pc_none,
  img.sp {
    display: none!important;
  }
  img.sp_none,
  img.pc {
    display: inline-block!important;
  }
  .br_pc_none,
  .br_pcnone,
  .br_sp {
    display: none!important;
  }
  .br_sp_none,
  .br_spnone,
  .br_pc {
    display: inline-block!important;
  }
  .pc_none_flex,
  .sp_flex {
    display: none!important;
  }
  .sp_none_flex,
  .pc_flex {
    display: flex!important;
  }
}
@media screen and (max-width: 767px) {
  .pc_none,
  .sp {
    display: block!important;
  }
  .sp_none,
  .pc {
    display: none!important;
  }
  img.pc_none,
  img.sp {
    display: inline-block!important;
  }
  img.sp_none,
  img.pc {
    display: none!important;
  }
  .br_pc_none,
  .br_pcnone,
  .br_sp {
    display: inline-block!important;
  }
  .br_sp_none,
  .br_spnone,
  .br_pc {
    display: none!important;
  }
  .pc_none_flex,
  .sp_flex {
    display: flex!important;
  }
  .sp_none_flex,
  .pc_flex {
    display: none!important;
  }
}
body {
  background: #fff8e0;
}
@media screen and (min-width: 768px) {
  #MainArea {
    width: auto !important;
    padding: 0;
  }
}
#ContentsArea {
  width: 100% !important;
  overflow: hidden;
  min-width: 1020px;
  margin-left: -20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #ContentsArea {
    margin-bottom: 0;
  }
}
#ContentsArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 26px;
  background: #ec6d45;
}
@media screen and (min-width: 768px) {
  #ContentsArea {
    min-width: 1000px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #ContentsArea {
    min-width: 100%;
    margin-left: 0;
  }
}
#ContentsArea * {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Date {
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .Planning {
    padding: 0;
  }
}
.Box {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 4%;
}
@media screen and (max-width: 767px) {
  .Box {
    width: 100%;
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) {
  .Box {
    padding: 0 50px;
  }
}
#article-end {
  opacity: 0;
}
.asahi-cancer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: left;
  line-height: 1.52;
}
@media screen and (min-width: 768px) {
  .asahi-cancer {
    font-size: 17px;
  }
}
.asahi-cancer .inner {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .asahi-cancer .inner {
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.asahi-cancer * {
  box-sizing: border-box;
}
.asahi-cancer img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .asahi-cancer .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .asahi-cancer .sp-none {
    display: none !important;
  }
}
/* 個別スタイル */
.cmn-heading01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  text-align: center;
  padding: 0;
  border-radius: 12px;
  margin: 0 auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmn-heading01 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cmn-heading01 {
    font-size: 23px;
    min-height: 88px;
    flex-wrap: wrap;
  }
}
.is-theme02 .cmn-heading01 {
  background: #5aa834;
}
.is-theme02 .cmn-heading01.is-after {
  font-size: 18px;
  background: none;
  min-height: 60px;
}
@media screen and (min-width: 768px) {
  .is-theme02 .cmn-heading01.is-after {
    font-size: 40px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .is-theme02 .cmn-heading01.is-after {
    max-width: 162px;
    font-size: 20px;
    padding-top: 40px;
  }
}
.cmn-heading01.is-bg {
  position: relative;
}
.cmn-heading01.is-bg::before {
  content: "";
  display: block;
  width: 100vw;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.cmn-heading01 span {
  display: block;
  width: 100%;
  line-height: 1.25;
  position: relative;
}
@media screen and (min-width: 768px) {
  .is-theme02 .cmn-heading01.is-after span {
    display: inline;
    width: auto;
    color: #ec6d45;
    border-bottom: 2px solid #ec6d45;
  }
}
.cmn-heading01 span em {
  color: #999;
}
.theme__bg.type__bg1 .cmn-heading01 span em {
  color: #ec6d45;
}
.theme__bg.type__bg2 .cmn-heading01 span em {
  color: #036eb7;
}
.cmn-heading01 span:first-child {
  font-weight: 700;
  padding: 5px 0;
}
.cmn-heading01 span:nth-child(2) {
  font-weight: bold;
  background: #999;
  padding: 10px 0;
  font-size: 29px;
  color: #fff;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .cmn-heading01 span:nth-child(2) {
    padding: 10px 0;
    font-size: 18px;
    border-radius: 40px;
  }
}
.theme__bg.type__bg1 .cmn-heading01 span:nth-child(2) {
  background: #ec6d45;
}
.theme__bg.type__bg2 .cmn-heading01 span:nth-child(2) {
  background: #036eb7;
}
@media screen and (min-width: 768px) {
  .cmn-heading01 span:nth-child(2)::before {
    height: 2px;
  }
}
@media screen and (min-width: 768px) {
  .cmn-heading01 img {
  }
}
.mv {
  padding: 10px 0 35px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 0 0 50px;
  }
}
.mv__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    width: 880px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 0 4%;
  }
}
.mv__list {
  display: grid;
  margin-inline-start: 0;
  padding-inline-start: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .mv__list {
  margin-top: calc(100vw * 40 / 375);
  grid-auto-flow: column; /* N型に配置 */
  grid-template-columns: repeat(2,1fr); /* 2つのカラムを 1fr（均等な割合）で作る */
  grid-template-rows: repeat(3,1fr); /* 3つの行を 1fr（均等な割合）で作る */
  column-gap: 6.25%;
  row-gap: min(calc(100vw * 18 / 375), 19px);
  margin-inline-start: 0;
  padding-inline-start: 0;
  list-style: none;
  }
}
@media screen and (min-width: 768px) {
  .mv__list {
    width: 880px;
    margin: 40px auto 0;
    grid-template-columns: repeat(3,1fr); /* 3つのカラムを 1fr（均等な割合）で作る */
    column-gap: 50px;
    row-gap: 35px;
  }
}
.mv__list li {
  padding: 0 0.5%;
}
@media screen and (max-width: 767px) {
  .mv__list li {
    padding: 0.25em 0.5%;
  }
}
@media screen and (min-width: 768px) {
  .mv__list li {
    width: 260px;
    padding: 0;
  }
}
.mv__heading {
  max-width: 863px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv__heading {
    margin-top: 10px;
  }
}
.mv__row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .mv__row {
    width: 880px;
    height: 150px;
    padding-left: 100px;
    margin-top: 40px;
    background: url("../images/mv_img07_pc.png") no-repeat;
    background-size: contain;
    border-top: 1px solid #036eb7;
    border-bottom: 1px solid #036eb7;
  }
}
@media screen and (max-width: 767px) {
  .mv__row {
    width: calc(100vw * 335 / 375);
    max-width: 460px;
    height: min(calc(100vw * 220 / 375), 310px);
    margin: calc(100vw * 17 / 375) auto 0;
    background: url("../images/mv_img07_sp.png") no-repeat;
    background-size: contain;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .mv__col {
    width: 50%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .mv__col {
    padding-top: min(calc(100vw * 140 / 375), 190px);
    
  }
  .mv__col:first-of-type {
    width: calc(100vw * 180 / 375);
    max-width: 252px;
    position: relative;
  }
  .mv__col:nth-of-type(2) {
    width: calc(100vw * 147 / 375);
    max-width: 206px;
    position: relative;
  }
}
.mv__dl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv__dl {
    text-align: left;
    color: #036eb7;
  }
}
@media screen and (max-width: 767px) {
  .mv__dl {
    margin-top: min(calc(100vw * 17 / 375), 24px);
    color: #036eb7;
  }
}
@media screen and (min-width: 768px) {
  .mv__dl.is-type1 {
    max-width: 200px;
    position: relative;
    top: 37px;
    left: 179px;
    
  }
}
@media screen and (min-width: 768px) {
  .mv__dl.is-type2 {
    max-width: 200px;
    position: relative;
    top: 37px;
    left: 179px;
  }
}
.mv__dl dt, .mv__dl dd {
  white-space: nowrap;
}
.mv__dl dt {
  font-size: 13px;
  line-height: 0.75;
}
@media screen and (min-width: 768px) {
  .mv__dl dt {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .mv__dl dt {
    font-size: min(calc(100vw * 13 / 375), 13px);
    line-height: 1.35;
  }
}
.mv__dl dd {
  font-size: 11.5px;
  line-height: 1.35;
  margin-top: 0.1em;
}
@media screen and (min-width: 768px) {
  .mv__dl dd {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .mv__dl dd {
    font-size: min(calc(100vw * 14 / 375), 14px);
    margin-top: 0.3em;
  }
}
.mv__dl dd span {
  font-size: 21px;
  margin-right: 0.3em;
}
@media screen and (max-width: 767px) {
  .mv__dl dd span {
    font-size: min(calc(100vw * 18 / 375), 18px);
    margin-right: 0.3em;
  }
}
.mv__txt01 {
  font-size: 16px;
  font-weight: bold;
  color: #ec6d45;
  text-align: center;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .mv__txt01 {
    font-size: min(calc(100vw * 17 / 375), 22px);
  }
}
@media screen and (min-width: 768px) {
  .mv__txt01 {
    font-size: 27px;
  }
}
.mv__txt02 {
  font-feature-settings: normal;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.52;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .mv__txt02 {
    margin-top: calc(100vw * 30 / 375);
    font-size: 11.5px;
  }
}
@media screen and (min-width: 768px) {
  .mv__txt02 {
    margin-top: 2em;
  }
}
.anchor {
  padding-top: 55px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding: 3em 2.5% 0;
  }
}
@media screen and (min-width: 768px) {
  .anchor__list {
    display: flex;
    width: 880px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 38px;
  }
}
@media screen and (max-width: 767px) {
  .anchor__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .anchor__item {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .anchor__item {
    padding: 0;
  }
}
.anchor__link {
  display: flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.16;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  position: relative;
  transition: opacity 0.4s;
  margin: 1.2%;
}
@media screen and (max-width: 767px) {
  .anchor__link {
    width: 50%;
    border-radius: 50px;
  }
}
@media screen and (min-width: 768px) {
  .anchor__link {
    font-size: 18px;
    margin-top: 0.9em;
  }
}
.anchor__link:first-child {
  padding: 0.5em 1em;
  min-height: 44px;
}
@media screen and (min-width: 768px) {
  .anchor__link:first-child {
    min-height: 84px;
    padding: 0.5em 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .anchor__link.is-type1,
  .anchor__link.is-type2 {
    width: 330px;
    font-size: 23.35px;
    padding: 0.3em 1em 0.3em 2.1em;
    margin: 0;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link.is-type1,
  .anchor__link.is-type2 {
    width: 280px;
    font-size: 18px;
    padding: 0.3em 2.6em 0.3em 2.6em;
    margin: 0;
    color: #fff;
    min-height: 65px;
  }
}
.anchor__link.is-type1 {
  background: #ec6d45;
  border: 1px solid #ec6d45;
}
.anchor__link.is-type1::before {
  background: #fff;
}
.anchor__link.is-type1::after {
  border-top-color: #ec6d45;
}
.anchor__link.is-type2 {
  background: #036eb7;
  border: 1px solid #036eb7;
}
@media screen and (max-width: 767px) {
  .anchor__link.is-type2 {
    margin-top: 5px;
  }
}
.anchor__link.is-type2::before {
  background: #fff;
}
.anchor__link.is-type2::after {
  border-top-color: #036eb7;
}
@media screen and (min-width: 768px) {
  .anchor__link.is-type3,
  .anchor__link.is-type4 {
    width: 268px;
    font-size: 18.68px;
    padding: 0.3em 1.8em 0.3em 1em;
    margin: 0;
    min-height: 70px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link.is-type3,
  .anchor__link.is-type4 {
    width: 335px;
    font-size: 16px;
    padding: 0.3em 1.8em 0.3em 1em;
    margin: 0;
    min-height: 47px;
    justify-content: center;
  }
}
.anchor__link.is-type3 {
  background: #fff8e0;
  border: 1px solid #ec6d45;
  color: #ec6d45;
}
@media screen and (max-width: 767px) {
  .anchor__list li:nth-of-type(3) {
    margin-top: 20px;
  }
}
.anchor__link.is-type3::before {
  background: #ec6d45;
  border: 1px solid #ec6d45;
}
.anchor__link.is-type3::after {
  border-top-color: #fff;
}
.anchor__link.is-type4 {
  background: #e5f4fc;
  border: 1px solid #036eb7;
  color: #036eb7;
}
.anchor__link.is-type4::before {
  background: #036eb7;
  border: 1px solid #036eb7;
}
.anchor__link.is-type4::after {
  border-top-color: #fff;
}
.anchor__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.anchor__link::before, .anchor__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.anchor__link::before {
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #fff;
  border-radius: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .anchor__link::before {
    width: 2.2em;
    height: 2.2em;
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link::before {
    width: 2.2em;
    height: 2.2em;
    width: 17px;
    height: 17px;
  }
}
.anchor__link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
  right: 14px;
  transform: translateY(-35%);
}
@media screen and (min-width: 768px) {
  .anchor__link::after {
    right: 14px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-top-width: 6px;
  }
}
@media screen and (min-width: 768px) {
  .anchor__link.is-type1::after {
    right: 17px;
  }
}
@media screen and (min-width: 768px) {
  .anchor__link.is-type2::after {
    right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link.is-type3::after {
    right: 13px;
  }
}
@media screen and (max-width: 767px) {
  .anchor__link.is-type4::after {
    right: 13px;
  }
}
.interview {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .interview {
    padding-top: 55px;
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  .interview {
    width: 100%;
    margin: 0;
    padding: 55px 0;
    
  }
}
.interview__inner {
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .interview__inner {
    width: 880px;
    height: 562px;
    padding: 53px 0 50px;
    margin: 0 auto;
    background: url("../images/message_bg01_pc.svg") no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .interview__inner {
    width: 335px;
    height: 686px;
    margin: 0 auto;
    padding: 53px 22px 0;
    background: url("../images/message_bg01_sp.svg") no-repeat;
    background-size: contain;
  }
}
.interview__heading {
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .interview__heading {
    font-size: 28px;
  }
}
.interview__heading picture {
  display: block;
}
.interview__heading img{
  display: block;
  margin: 0 auto;
}
.interview__subheading {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .interview__subheading {
    font-size: 23px;
    margin-top: -0.2em;
  }
}
@media screen and (max-width: 767px) {
  .interview__subheading {
    margin-top: 21px;
  }
}
.interview__txt01 {
  margin-top: 1.7em;
  margin-left: 3.8em;
  margin-right: 3.5em;
  letter-spacing: 0.035em;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .interview__txt01 {
    margin: 0 auto 0;
    padding: 26px 0 0;
    text-indent: 1em;
    text-align: justify;
  }
}
.interview__txt02 {
  margin-top: 0.7em;
}
@media screen and (max-width: 767px) {
  .interview__txt02 {
    margin-top: 11px;
    text-indent: 1em;
    text-align: justify;
    line-height: 1.65;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 768px) {
  .interview__txt02:last-child {
    font-size: 16px;
    text-align: justify;
    text-indent: 1em;
  }
}
.interview__movie {
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview__movie {
  }
}
@media screen and (max-width: 767px) {
  .interview__movie iframe {
    width: 272px;
    height: 152px;
  }
}
.interview__row {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .interview__row {
    display: flex;
    margin-top: 3em;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .interview__row {
    margin-top: 27px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .interview__col {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .interview__col {
    padding: 0 2%;
  }
  .interview__col:first-child {
    width: 50%;
    padding: 0px 0 0 72px;
  }
  .interview__col:last-child {
    width: 410px;
    padding: 5px 60px 0 0;
  }
}
.theme {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .theme {
    padding: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .theme {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .theme.is-theme01 {
  }
}
.theme__heading {
  max-width: 570px;
  margin: 0 auto;
}
.theme__bg {
  position: relative;
}
.theme__bg::before {
  content: "";
  display: block;
  width: 150vw;
  height: 100%;
  background: #fff8e0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .theme__bg.type__bg1 {
    background: #fff8e0 url("../images/theme1_bg01_pc.svg") repeat-x top center;
  }
  .theme__bg.type__bg2 {
    background: #e5f4fc url("../images/theme2_bg01_pc.svg") repeat-x top center;
  }
}
@media screen and (max-width: 767px) {
  .theme__bg.type__bg1 {
    background: #fff8e0;
  }
  .theme__bg.type__bg2 {
    background: #e5f4fc;
  }
}
.theme__box {
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .theme__box {
    width: 880px;
    margin: 0 auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .theme__box {
    padding: 30px 5.5%;
  }
}
.theme__heading01 {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .theme__heading01 {
    max-width: 880px;
  }
}
.theme__heading02 {
  font-size: 15px;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 1.2em;
}
@media screen and (min-width: 768px) {
  .theme__heading02 {
    font-size: 23px;
  }
}
.is-theme01 .theme__heading02 {
  color: #ec6d45;
}
.theme__bg.type__bg1 .theme__heading02 {
  color: #ec6d45;
}
.theme__bg.type__bg2 .theme__heading02 {
  color: #036eb7;
}
.is-theme02 .theme__heading02 {
  color: #5aa834;
}
.theme__images {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.theme__images li {
  font-size: 10px;
  font-weight: bold;
  padding: 2% 0;
}
@media screen and (min-width: 768px) {
  .theme__images li {
    font-size: 12px;
    width: 50%;
    padding: 1%;
  }
  .theme__images li img {
    max-width: 430px;
  }
}
.theme__images li span {
  display: block;
  letter-spacing: 0;
  margin-top: 4px;
}
.question {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .question {
    padding: 70px 0 110px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .question {
    padding: 35px 5.5% 55px;
  }
  .question  .cmn-heading01 {
    max-width: 162px;
  }
}
.question .cmn-heading01 img:nth-of-type(1) {
  margin: 0;
  padding: 0;
  
}
.theme__question-box {
  background: #fff;
  border-radius: 12px;
  padding-bottom: 2.2em;
  border-width: 2px;
  border-style: solid;
  overflow: hidden;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .theme__question-box {
    width: 880px;
    margin: 2em auto 0;
    padding-bottom: 3.4em;
    padding-bottom: 1.4em;
    border-radius: 18px;
  }
}
.is-blue .theme__question-box {
  border-color: #036eb7;
}
.is-orange .theme__question-box {
  border-color: #ec6d45;
}
.is-green .theme__question-box {
  border-color: #1fa480;
}
.is-red .theme__question-box {
  border-color: #eb6d73;
}
.theme__question-box-inner {
  padding: 1.2em 1.4em 1.5em;
}
@media screen and (min-width: 768px) {
  .theme__question-box-inner {
    padding: 1.5em 1.7em 1.8em;
  }
}
.theme__question-heading {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .theme__question-heading {
    padding: 0.14em 0 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .theme__question-heading {
    font-size: 30px;
  }
}
.theme__question-heading span {
  font-size: 70%;
  padding: 0 0.4em;
}
.is-blue .theme__question-heading {
  background: #036eb7;
}
.is-orange .theme__question-heading {
  background: #ec6d45;
}
.is-green .theme__question-heading {
  background: #1fa480;
}
.is-red .theme__question-heading {
  background: #eb6d73;
}
.theme__question-leading {
  display: flex;
  flex-wrap: wrap;
  font-size: 27px;
  text-align: center;
  gap: 10px;
}
.theme__question-leading li {
  width: 100%;
  font-weight: 700;
}
.theme__question-leading li span {
  padding: 0 0.5em;
  background: #999;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .theme__question-leading {
    font-size: min(calc(100vw * 14 / 375), 15px);
    gap: 5px;
  }
  .theme__question-leading li span {
    border-radius: 3px;
  }
}
.is-blue .theme__question-leading li span {
  background: #e5f4fc;
  color: #036eb7;
}
.is-orange .theme__question-leading li span {
  background: #fff8e0;
  color: #ec6d45;
}
.theme__question-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.theme__question-images li {
  width: 50%;
  padding: 0 1%;
}
.theme__question-images li img {
  max-width: 400px;
}
.theme__question-ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .theme__question-ul {
    flex-wrap: wrap;
  }
}
.theme__question-ul .face {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .theme__question-ul .face {
    width: 73px;
    margin: 0 auto;
  }
}
.theme__question-ul .qa {
  width: 650px;
}
@media screen and (max-width: 767px) {
  .theme__question-ul .qa {
    width: 100%;
    margin-top: 1em;
  }
}
.tips {
  margin-top: 2em;
  text-align: center;
  color: #036eb7;
}
@media screen and (min-width: 768px) {
  .tips {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .tips {
    font-size: 11px;
    font-size: min(calc(100vw * 11 / 375), 12px);
  }
}
@media screen and (min-width: 768px) {
  .theme__question-ul {
    justify-content: space-between;
  }
}
.theme__question-ul + .theme__question-ul {
  margin-top: 2em;
  padding-top: 2em;
}
.is-blue .theme__question-ul + .theme__question-ul {
  border-top: 1px solid #036eb7;
}
.is-orange .theme__question-ul + .theme__question-ul {
  border-top: 1px solid #ec6d45;
}
.theme__question-dl dt, .theme__question-dl dd {
  padding-left: 4.8em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .theme__question-dl dt, .theme__question-dl dd {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .theme__question-dl dt, .theme__question-dl dd {
    padding-left: 45px;
  }
}
.theme__question-dl dt::before, .theme__question-dl dd::before {
  font-weight: bold;
  color: #fff;
  text-indent: 2em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  height: 1.7em;
}
@media screen and (min-width: 768px) {
  .theme__question-dl dt::before, .theme__question-dl dd::before {
    width: 5em;
    text-indent: 3em;
  }
}
.theme__question-dl dt {
  font-weight: bold;
  height: 48px;
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .theme__question-dl dt {
    height: 30px;
  }
}
.theme__question-dl dt:nth-child(n+2) {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .theme__question-dl dt:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.is-blue .theme__question-dl dt {
  color: #036eb7;
}
.is-orange .theme__question-dl dt {
  color: #ec6d45;
}
.is-green .theme__question-dl dt {
  color: #1fa480;
}
.is-red .theme__question-dl dt {
  color: #eb6d73;
}
.theme__question-dl dt::before {
  content: "";
  width: 40px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .theme__question-dl dt::before {
    content: "";
    width: 25px;
    height: 30px;
  }
}
.is-blue .theme__question-dl dt::before {
  background: url("../images/question_icon_q.svg") no-repeat;
  background-size: contain;
}
.is-orange .theme__question-dl dt::before {
  background: url("../images/question_icon_q.svg") no-repeat;
  background-size: contain;
}
.is-green .theme__question-dl dt::before {
  background: #1fa480;
}
.is-red .theme__question-dl dt::before {
  background: #eb6d73;
}
.theme__question-dl dd {
  margin-top: 0.5em;
  margin-top: 2.2em;
  text-indent: 1em;
}
@media screen and (min-width: 768px) {
  .theme__question-dl dd {
    margin-top: 1.5em;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .theme__question-dl dd {
    margin-top: 1em;
    margin-bottom: 2em;
  }
}
.theme__question-dl dd:last-of-type {
  margin-bottom: 0;
}
.theme__question-dl dd::before {
  content: "";
  width: 40px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .theme__question-dl dd::before {
    content: "";
    width: 25px;
    height: 30px;
  }
}
.is-blue .theme__question-dl dd::before {
  background: url("../images/question_icon_a.svg") no-repeat;
  background-size: contain;
}
.is-orange .theme__question-dl dd::before {
  background: url("../images/question_icon_a.svg") no-repeat;
  background-size: contain;
}
.is-red .theme__question-dl dd::before {
  background: #5cb131;
}
.theme__graph-img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .theme__graph-img img {
    width: 880px;
  }
}
.is-enquete {
  background: #fff8e0;
}
.is-enquete > .question {
  width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .is-enquete > .question {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .enquete {
    width: 880px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .enquete {
    padding: 0 5.5%;
  }
}
.sponsore {
  display: flex;
  font-size: 10px;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  .sponsore {
    width: 880px;
    margin: 0 auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .sponsore {
    padding: 0 5.5%;
  }
}
.sponsore:first-of-type {
  margin-top: 2.2em;
}
.sponsore dd {
  flex: 1;
}
/* Utility */
.u-txt-indent {
  text-indent: 1em;
}
.u-txt-right {
  text-align: right;
}
.u-mt0 {
  margin-top: 0px !important;
}
.u-pb0 {
  padding-bottom: 0px !important;
}
.u-mt5 {
  margin-top: 5px !important;
}
.u-pb5 {
  padding-bottom: 5px !important;
}
.u-mt10 {
  margin-top: 10px !important;
}
.u-pb10 {
  padding-bottom: 10px !important;
}
.u-mt15 {
  margin-top: 15px !important;
}
.u-pb15 {
  padding-bottom: 15px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}
.u-pb20 {
  padding-bottom: 20px !important;
}
.u-mt25 {
  margin-top: 25px !important;
}
.u-pb25 {
  padding-bottom: 25px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}
.u-pb30 {
  padding-bottom: 30px !important;
}
.u-mt35 {
  margin-top: 35px !important;
}
.u-pb35 {
  padding-bottom: 35px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-pb40 {
  padding-bottom: 40px !important;
}
.u-mt45 {
  margin-top: 45px !important;
}
.u-pb45 {
  padding-bottom: 45px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}
.u-pb50 {
  padding-bottom: 50px !important;
}
.u-mt55 {
  margin-top: 55px !important;
}
.u-pb55 {
  padding-bottom: 55px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}
.u-pb60 {
  padding-bottom: 60px !important;
}
.u-mt65 {
  margin-top: 65px !important;
}
.u-pb65 {
  padding-bottom: 65px !important;
}
.u-mt70 {
  margin-top: 70px !important;
}
.u-pb70 {
  padding-bottom: 70px !important;
}
.u-mt75 {
  margin-top: 75px !important;
}
.u-pb75 {
  padding-bottom: 75px !important;
}
@media screen and (max-width: 767px) {
  .u-mt0 {
    margin-top: 0px !important;
  }
  .u-pb0 {
    padding-bottom: 0px !important;
  }
  .u-mt5 {
    margin-top: 2.5px !important;
  }
  .u-pb5 {
    padding-bottom: 5px !important;
  }
  .u-mt10 {
    margin-top: 5px !important;
  }
  .u-pb10 {
    padding-bottom: 10px !important;
  }
  .u-mt15 {
    margin-top: 7.5px !important;
  }
  .u-pb15 {
    padding-bottom: 15px !important;
  }
  .u-mt20 {
    margin-top: 10px !important;
  }
  .u-pb20 {
    padding-bottom: 20px !important;
  }
  .u-mt25 {
    margin-top: 12.5px !important;
  }
  .u-pb25 {
    padding-bottom: 25px !important;
  }
  .u-mt30 {
    margin-top: 15px !important;
  }
  .u-pb30 {
    padding-bottom: 30px !important;
  }
  .u-mt35 {
    margin-top: 17.5px !important;
  }
  .u-pb35 {
    padding-bottom: 35px !important;
  }
  .u-mt40 {
    margin-top: 20px !important;
  }
  .u-pb40 {
    padding-bottom: 40px !important;
  }
  .u-mt45 {
    margin-top: 22.5px !important;
  }
  .u-pb45 {
    padding-bottom: 45px !important;
  }
  .u-mt50 {
    margin-top: 25px !important;
  }
  .u-pb50 {
    padding-bottom: 50px !important;
  }
  .u-mt55 {
    margin-top: 27.5px !important;
  }
  .u-pb55 {
    padding-bottom: 55px !important;
  }
  .u-mt60 {
    margin-top: 30px !important;
  }
  .u-pb60 {
    padding-bottom: 60px !important;
  }
  .u-mt65 {
    margin-top: 32.5px !important;
  }
  .u-pb65 {
    padding-bottom: 65px !important;
  }
  .u-mt70 {
    margin-top: 35px !important;
  }
  .u-pb70 {
    padding-bottom: 70px !important;
  }
  .u-mt75 {
    margin-top: 37.5px !important;
  }
  .u-pb75 {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sm-mt0 {
    margin-top: 0px !important;
  }
  .u-sm-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sm-mt5 {
    margin-top: 5px !important;
  }
  .u-sm-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sm-mt10 {
    margin-top: 10px !important;
  }
  .u-sm-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sm-mt15 {
    margin-top: 15px !important;
  }
  .u-sm-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sm-mt20 {
    margin-top: 20px !important;
  }
  .u-sm-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sm-mt25 {
    margin-top: 25px !important;
  }
  .u-sm-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sm-mt30 {
    margin-top: 30px !important;
  }
  .u-sm-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sm-mt35 {
    margin-top: 35px !important;
  }
  .u-sm-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sm-mt40 {
    margin-top: 40px !important;
  }
  .u-sm-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sm-mt45 {
    margin-top: 45px !important;
  }
  .u-sm-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sm-mt50 {
    margin-top: 50px !important;
  }
  .u-sm-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sm-mt55 {
    margin-top: 55px !important;
  }
  .u-sm-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sm-mt60 {
    margin-top: 60px !important;
  }
  .u-sm-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sm-mt65 {
    margin-top: 65px !important;
  }
  .u-sm-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sm-mt70 {
    margin-top: 70px !important;
  }
  .u-sm-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sm-mt75 {
    margin-top: 75px !important;
  }
  .u-sm-pb75 {
    padding-bottom: 75px !important;
  }
}
