@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css);

/* ====================================================================================
インタビュー CSS
==================================================================================== */

/* ============================== アワードトンマナ共通CSS ============================== */

/*--- リセット ---*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
fieldset, img, a img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%
}
q:before, q:after {
  content: ''
}
abbr, acronym {
  border: 0;
}
img {
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
select {
  margin: 0;
}
html {
  overflow: auto;
}

/* =============== common =============== */

body {
  background-color: #fff;
  font-size: 100%;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  text-align: center;
}
a:link {
  color: #9cc956;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #9cc956;
  text-decoration: none;
}
a:hover {
  color: #9cc956;
  text-decoration: underline;
}
a:active {
  color: #9cc956;
  text-decoration: underline;
}
#contentAll {
  width: 100%;
  min-width: 1150px;
  text-align: left;
  overflow: hidden;
}
#contentAll h1 {
  position: absolute;
  left: -999px;
  top: -999px;
}
.mediaPC {
  display: block;
  margin: 0 auto;
}
.mediaSP {
  display: none;
}
.preload * {
  transition: none !important;
}

/*--- ヘッダー ---*/
#header_lp {
  position: relative;
  width: 100%;
  background: #000;
  height: 70px;
  padding-top: 10px;
}
.header_lp_logo {
  display: inline-block;
  margin-left: 50px;
}
.logo {
  display: block;
  width: 127px;
  height: 50px;
  background: url(/award/images2022/logo_beauty.png?20220301) no-repeat center left;
  background-size: 127px 50px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
}

/*--- ぱんくず ---*/
#breadcrumbs {
  padding: 15px 0;
  margin: 0 auto 0;
  width: 1150px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
#breadcrumbs p {
  max-width: 1150px;
  margin: 0 auto;
  color: #666666;
  font-size: 10px;
  line-height: 120%;
  text-align: left;
}
#breadcrumbs a {
  font-weight: normal;
}
#breadcrumbs a:link {
  color: #999999;
  text-decoration: none;
  cursor: pointer;
}
#breadcrumbs a:visited {
  color: #7976a6;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #7878CC;
  text-decoration: underline;
}
#breadcrumbs a:active {
  color: #7878CC;
  text-decoration: underline;
}

/*--- SNS ---*/
.snsArea {
  position: relative;
  border-top: 1px solid #c1bcbc;
  border-bottom: 1px solid #c1bcbc;
  width: 400px;
  margin: 60px auto 30px;
  padding: 20px 0;
}
.snsArea p {
  width: 160px;
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.snsArea p span {
  display: block;
  width: 160px;
  padding: 0;
  font-weight: bold;
  color: #ef507a;
  background-color: #fff;
}
.snsArea .inner {
  width: 180px;
  margin: 5px auto 0;
}
.snsArea .inner .snsArea_tw, .snsArea .inner .snsArea_fb {
  float: left;
  width: 40px;
  margin-right: 30px;
}
.snsArea .inner .snsArea_line {
  float: left;
  width: 40px;
  margin-right: 0;
}
.snsArea .snsArea_line img, .snsArea .snsArea_tw img, .snsArea .snsArea_fb img {
  width: 40px;
  height: 40px;
}
.snsArea .inner .snsArea_fb a img:hover, .snsArea .inner .snsArea_tw a img:hover, .snsArea .inner .snsArea_line a img:hover {
  opacity: 0.7;
}
.snsArea .inner:after {
  content: "";
  display: block;
  clear: both;
}
.snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
  display: none;
}
.snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
  width: 40px;
  height: 40px;
}

/*--- フッター ---*/
#footer_lp {
  position: relative;
  max-width: 1150px;
  margin: 0 auto 10px;
  padding: 10px 0 20px;
  border-top: 1px solid #DDDDDD;
}
#copyright_lp a {
  font-size: 10px;
  color: #435B67;
  font-weight: bold;
}
#footer_lp a:link {
  color: #999999;
  text-decoration: none;
  cursor: pointer;
}
#footer_lp a:visited {
  color: #7976a6;
  text-decoration: none;
}
#footer_lp a:hover {
  color: #7878CC;
  text-decoration: underline;
}
#footer_lp a:active {
  color: #7878CC;
  text-decoration: underline;
}
#copyright_lp a:link {
  color: #999999;
  text-decoration: none;
}
#copyright_lp a:visited {
  color: #4C4C80;
  text-decoration: none;
}
#copyright_lp a:hover {
  color: #7878CC;
  text-decoration: underline;
}
#copyright_lp a:active {
  color: #7878CC;
  text-decoration: underline;
}
#footerLinks_lp {
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: -15px;
}
#footerLinks_lp:after {
  content: "";
  display: block;
  clear: both;
}
#footerLinks_lp li {
  float: left;
  border-right: 1px solid #DDD;
  padding-right: 15px;
  margin-left: 15px;
  margin-right: -1px;
}

/*--- ページトップボタン ---*/
.pageTop {
  display: none;
  position: fixed;
  width: 140px;
  height: 140px;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
.pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/award/images2022/btn_pagetop_default.png?20220301);
  background-size: 100%;
  transition: .3s;
}
.pageTop a:hover {
  background: url(/award/images2022/btn_pagetop_hover.png?20220301);
}

/*--- リンクコンテンツ ---*/
.other_contents {
  width: 100%;
  margin-top: 60px;
  padding: 64px 38px;
  background: #979797;
  color: #fff;
  text-align: center;
}
.other_contents_title .title_jp {
  display: block;
  margin: 14px 0 32px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.other_contents_title img {
  height: 31px;
}
.other_contents_list {
  max-width: 850px;
  margin: 0 auto -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.other_contents_list li {
  width: 270px;
  height: auto;
  background-color: #000;
  margin: 0 5px 10px;
}
.other_contents_list li a {
  display: block;
  transition: .3s;
}
.other_contents_list li a:hover {
  opacity: 0.6;
}
.other_contents_list li img {
  width: 100%;
}

/* ========== contents ========== */
#container {
  position: relative;
  width: 100%;
  font-size: 100%;
  color: #000;
  text-align: center;
  font-family: "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 40px 0 60px;
}
.main_title {
  position: relative;
  text-align: center;
  z-index: 1;
}
.main_title img{
  height: 164px;
  margin: 0 auto;
}
.contents_section {
  position: relative;
}
.main_pic_area {
  position: relative;
}
.main_pic {
  width: 100%;
}
.contents_heading {
  margin-bottom: 26px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.q_01 {
  margin-bottom: 28px;
}
.question {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.txt_body {
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}
.detail_btn {
  width: 300px;
  height: 48px;
  margin-top: 54px;
}
.detail_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #9cc956;
  font-size: 16px;
  color: #000;
  line-height: 1;
  letter-spacing: .08em;
  text-decoration: none;
  transition: 0.3s;
}
.detail_btn a::after {
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #9cc956;
  border-left: 1px solid #9cc956;
  background-color: transparent;
  transform: rotate(135deg);
}
.detail_btn a:hover {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
}
.detail_btn a:hover::after {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* ========== TOP ========== */
.section_top {
  width: 800px;
  margin: -20px auto 0;
}
.section_top .main_pic_area {
  width: 800px;
}
.section_top .main_txt_area {
  position: absolute;
  top: 96px;
  left: -120px
}
.section_top .contents_heading {
  margin-bottom: 34px;
}
.section_top .contents_heading img {
  height: 86px;
}

/* ========== P1 ========== */
.section_p1_01 {
  width: 1150px;
  margin: 60px auto 0;
  text-align: right;
}
.section_p1_01 .main_pic_area {
  width: 876px;
  display: inline-block;
}
.section_p1_01 .main_txt_area {
  position: absolute;
  width: 420px;
  top: 90px;
  left: -272px;
  text-align: center;
}
.section_p1_01 .theme img {
  height: 130px;
}
.section_p1_01 .contents_heading {
  margin-top: 70px;
}
.section_p1_02 {
  display: flex;
  width: 1150px;
  margin: 120px auto 0;
  text-align: left;
}
.section_p1_02 .sub_pic {
  width: 424px;
  margin-right: 60px;
}
.section_p1_02 .main_txt_area {
  width: 556px;
  margin-top: 100px;
}
.section_p1_03 {
  display: flex;
  justify-content: flex-end;
  width: 1150px;
  margin: 100px auto 0;;
  text-align: right;
}
.sub_pic {
  display: block;
}
.section_p1_03 .sub_pic:first-child {
  margin-right: 20px;
}

/* ========== P2 ========== */
.section_p2_01 {
  width: 920px;
  margin: 60px auto 0;
  text-align: center;
}
.section_p2_01 .main_pic_area {
  width: 100%;
}
.section_p2_01 .main_pic {
  width: 630px;
}
.section_p2_01 .main_txt_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 52px;
  text-align: left;
}
.section_p2_01 .theme img {
  height: 131px;
}
.section_p2_01 .txt_body {
  width: 598px;
}
.section_p2_02 {
  width: 1100px;
  margin: 120px auto 0;
}
.section_p2_02 .pic_area {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.section_p2_02 .sub_pic:nth-child(1) {
  width: 490px;
  height: auto;
}
.section_p2_02 .sub_pic:nth-child(2) {
  width: 550px;
  height: auto;
  margin-top: 189px;
}
.section_p2_02 .main_txt_area {
  width: 490px;
  margin-top: -222px;
  text-align: left;
}

/* ========== P3 ========== */
.section_p3_01 {
  width: 1050px;
  margin: 60px auto 0;
}
.section_p3_01 .main_pic_area {
  display: flex;
  align-items: center;
}
.section_p3_01 .main_txt_area {
  width: 430px;
  margin-right: 60px;
}
.section_p3_01 .contents_heading {
  margin-top: 70px;
}
.section_p3_01 .theme img {
  height: 129px;
}
.section_p3_01 .main_pic {
  width: 560px;
}
.section_p3_02 {
  display: flex;
  align-items: center;
  width: 1150px;
  margin: 120px auto 0;
}
.section_p3_02 .sub_pic {
  width: 424px;
  margin-right: 60px;
}
.section_p3_02 .main_txt_area {
  width: 556px;
  text-align: left;
}
.section_p3_02 .q_01 {
  margin-bottom: 0;
}
.section_p3_03 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1150px;
  margin: 60px auto 0;
}
.section_p3_03 .sub_pic {
  width: 424px;
}
.section_p3_03 .main_txt_area {
  width: 556px;
  margin-right: 60px;
  text-align: left;
}
.section_profile {
  width: 1150px;
  margin: -35px auto 0;
  text-align: left;
  padding-left: 110px;
}
.profile_title {
  margin-bottom: 8px;
}
.profile_title img {
  display: block;
  height: 16px;
}
.section_profile_inner {
  width: 556px;
}
.profile dt {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.06em;
}
.profile_txt,
.profile_notice {
  font-size: 12px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 20px;
}
.info {
  margin-top: 40px;
}
.profile_pic {
  display: block;
  width: 176px;
  margin-bottom: 16px;
}
.profile_notice {
  margin-top: 12px;
}

/*ページャー*/
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin: 100px auto 0;
}
.prev-page, .next-page {
  width: 22px;
  height: 22px;
}
.prev-page {
  margin-right: 10px;
}
.next-page {
  margin-left: 10px;
}
.prev-page a, .next-page a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.prev-page a::before, .next-page a::after {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #9cc956;
  border-left: 1px solid #9cc956;
}
.prev-page a::before,
.prev-nolink::before {
  left: 8px;  
  background-color: transparent;
  transform: rotate(-45deg);
}
.next-page a::after,
.next-nolink::after {
  left: -1px;  
  background-color: transparent;
  transform: rotate(135deg);
}
.pager ul {
  display: flex;
}
.pager ul li {
  width: 48px;
  height: 48px;
}
.pager ul li a,
.pager ul li span {
  display: block;
  width: 48px;
  height: 48px;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 46px;
}
.pager ul li a:hover {
  text-decoration: underline;
}
.pager ul li.current span {
  background-color: #9cc956;
  color: #fff;
}

/* ============================== iPad対応 max-width: 834px ============================== */

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

  a:link {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  .header_lp_logo {
    margin-left: 24px;
  }
  #contentAll {
    min-width: 100%;
  }
  #container {
    padding-bottom: 40px;
  }
  .contents_section {
    margin: 30px auto 0;
  }
  /* ========== TOP ========== */
  .section_top {
    text-align: right;
  }
  .section_top .main_pic_area {
    width: 70%;
    display: inline-block;
  }
  .section_top .main_txt_area {
    top: 80px;
    left: -208px
  }

  /* ========== P1 ========== */
  .section_p1_01,
  .section_p1_01 .main_pic_area,
  .section_p1_01 .main_txt_area,
  .section_p1_02,
  .section_p1_02 .main_txt_area,
  .section_p1_03 {
    width: 100%;
  }
  .section_p1_01{
    text-align: center;
  }
  .section_p1_01 .main_pic_area {
    display: inline-block;
  }
  .section_p1_01 .main_txt_area {
    position: static;
    top: auto;
    left: auto;
    margin-top: 60px;
  }
  .section_p1_01 .main_txt_area,
  .section_p1_02 .main_txt_area,
  .section_p1_03 {
    padding: 0 32px;
  }
  .section_p1_01 .contents_heading {
    margin: 45px auto 16px;
  }
  .section_p1_02 {
    display: flex;
    flex-direction: column;
    margin: 90px auto 0;
    text-align: center;
  }
  .section_p1_02 .sub_pic {
    width: 424px;
    margin: 0 auto;
  }
  .section_p1_02 .main_txt_area {
    margin-top: 52px;
    text-align: left;
  }
  .section_p1_02 .contents_heading br {
    display: none;
  }
  .section_p1_03 {
    justify-content: flex-start;
    margin: 90px auto 0;
  }
  .section_p1_03 .sub_pic {
    width: calc(50% - 10px);
  }

  /* ========== P2 ========== */
  .section_p2_01,
  .section_p2_01 .main_pic,
  .section_p2_01 .main_txt_area,
  .section_p2_01 .txt_body,
  .section_p2_02,
  .section_p2_02 .main_txt_area {
    width: 100%;
  }
  .section_p2_01 .main_txt_area,
  .section_p2_02 {
    padding: 0 32px;
  }
  .section_p2_01 .main_txt_area {
    display: block;
    text-align: center;
  }
  .section_p2_01 .contents_heading {
    margin: 45px auto 16px;
  }
  .section_p2_02 {
    margin: 90px auto 0;
  }
  .section_p2_02 .sub_pic:nth-child(1) {
    width: calc(44.5% - 15px);
  }
  .section_p2_02 .sub_pic:nth-child(2) {
    width: calc(55.5% - 15px);
    margin-top: 40px;
  }
  .section_p2_02 .main_txt_area {
    margin-top: 52px;
  }
  .section_p2_02 .contents_heading br {
    display: none;
  }

  /* ========== P3 ========== */
  .section_p3_01,
  .section_p3_01 .main_txt_area,
  .section_p3_02,
  .section_p3_02 .main_txt_area,
  .section_p3_03,
  .section_p3_03 .main_txt_area,
  .section_profile,
  .section_profile_inner {
    width: 100%;
  }
  .section_p3_01 .main_txt_area,
  .section_p3_02,
  .section_p3_03,
  .section_profile {
    padding: 0 32px;
  }
  .section_p3_01 .main_pic_area,
  .section_p3_03 {
    flex-direction: column-reverse;
  }
  .section_p3_01 .main_pic {
    width: 540px;
  }
  .section_p3_01 .main_txt_area {
    margin-top: 60px;
    margin-right: 0;
  }
  .section_p3_01 .contents_heading {
    margin: 45px auto 16px;
  }
  .section_p3_02 .main_txt_area,
  .section_p3_03 .main_txt_area {
    margin-top: 52px;
  }
  .section_p3_02 {
    display: block;
    margin-top: 90px;
  }
  .section_p3_02 .sub_pic,
  .section_p3_03 .sub_pic {
    margin: 0 auto;
  }
  .section_p3_02 .contents_heading br,
  .section_p3_03 .contents_heading br {
    display: none;
  }
  .section_p3_03,
  .section_profile {
    margin-top: 90px;
  }
  .info {
    margin-top: 26px;
  }
  .profile_pic {
    margin: 0 auto 26px;
  }

  /* --- hover打ち消し --- */
  .detail_btn a {
    text-decoration: none;
  }
  .other_contents_list li a,
  .detail_btn a,
  .pageTop a,
  .pageTop a:hover {
    transition: none;
  }
  .other_contents_list li a:hover {
    opacity: 1;
  }
  .detail_btn a:hover {
    background-color: #fff;
    border: 1px solid #9cc956;
    color: #000;
  }
  .detail_btn a:hover::after {
    border-top: 1px solid #9cc956;
    border-left: 1px solid #9cc956;
  }
  .pageTop a:hover {
    background: url(/award/images2022/btn_pagetop_default.png?20220301);
  }

}

/* ============================== SP対応 max-width: 767px ============================== */

@media screen and (max-width: 767px) {
 
  /* =============== common =============== */
  body {
    line-height: 1.3;
    min-width: 320px;
    -webkit-text-size-adjust: none;
  }
  .mediaPC {
    display: none;
  }
  .mediaSP {
    display: block;
  }
  #container {
    padding: 30px 0 0;
  }

  /*--- ヘッダー ---*/
  #header_lp {
    height: 54px;
    width: auto;
    min-width: 100%;
    padding: 10px 20px 0;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .header_lp_logo {
    margin-left: 0;
    float: left;
  }
  .logo {
    height: 34px;
    background-size: auto 34px;
  }

  /*--- ぱんくず ---*/
  #breadcrumbs {
    margin: 0 15px;
    width: auto;
  }
  #breadcrumbs a {
    color: #999999;
    line-height: 1.5;
  }
  #breadcrumbs a:visited {
    text-decoration: underline;
  }
  #breadcrumbs a:link {
    text-decoration: underline;
  }

  /*--- SNS ---*/
  .snsArea {
    border-bottom: none;
    width: 80%;
    margin: 80px auto 0;
    padding: 20px 0;
  }
  .snsArea p span {
    padding: 0 5px;
  }
  .snsArea .inner {
    width: 160px;
    margin: 0 auto;
  }
  .snsArea .inner .snsArea_tw, .snsArea .inner .snsArea_fb {
    margin-right: 20px;
  }
  .snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
    width: 40px;
    display: block;
  }
  .snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
    display: none;
  }

  /*--- フッター ---*/
  #footer_lp {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    width: 94%;
    margin: 5px auto 10px auto;
    height: auto;
  }
  #footer_lp a:link, #footer_lp a:visited, #copyright_lp a:link, #copyright_lp a:link {
    text-decoration: underline;
  }
  #copyright_lp {
    position: static;
    padding: 0;
    margin-top: 5px;
  }
  #footerLinks_lp {
    font-size: 10px;
    line-height: 14px;
    position: static;
  }
  #footerLinks_lp li {
    padding: 0 5px 0 0;
    margin: 0 5px 5px 0;
  }

  /*--- ページトップボタン ---*/
  .pageTop {
    width: 70px;
    height: 70px;
    right: 10px;
    bottom: 10px;
  }
  .pageTop a {
    background: url(/trend/images2022/btn_pagetop_default.png?20220301) no-repeat;
    background-size: 100%;
  }
  .pageTop a:hover {
    background: url(/trend/images2022/btn_pagetop_default.png?20220301) no-repeat;
    background-size: 100%;
  }

  /*--- リンクコンテンツ ---*/
  .other_contents {
    padding: 60px 20px 40px;
  }
  .other_contents_title .title_jp {
    font-size: 12px;
  }
  .other_contents_title img {
    height: 22px;
    margin: 0 auto;
  }
  .other_contents_list {
    width: 100%;
    margin-bottom: 0;
  }
  .other_contents_list:after {
    content: none;
  }
  .other_contents_list li {
    width: auto;
    margin: 20px 0 0;
    text-align: center;
  }
  .other_contents_list li:first-child {
    margin: 0;
  }
  .other_contents_list li a {
    transition: none;
  }
  .other_contents_list li a:hover {
    opacity: 1;
  }
  .other_contents_list li img {
    width: 100%;
  }

  /* =========== contents =========== */
  .main_title img {
    height: 110px;
  }
  .contents_heading {
    font-size: 24px;
    line-height: 38px;
  }
  .question {
    font-size: 14px;
    line-height: 2;
  }
  .txt_body br {
    display: none;
  }
  .detail_btn {
    width: 100%;
    height: 54px;
    margin-top: 33px;
  }
  .detail_btn a::after {
    top: 23px;
  }

  /* ========== TOP ========== */
  .section_top {
    width: 100%;
    text-align: center;
    top: 5px;
  }
  .section_top .main_pic_area {
    width: 100%;
  }
  .section_top .main_txt_area {
    position: static;
    margin-top: 40px;
    padding: 0 20px;
  }
  .section_top .contents_heading {
    margin-bottom: 22px;
    text-align: left;
  }
  .section_top .contents_heading img {
    height: 59px;
  }

  /* ========== P1 ========== */
  .section_p1_01 .main_txt_area {
    margin-top: 30px;
  }
  .section_p1_01 .main_txt_area,
  .section_p1_02 .main_txt_area,
  .section_p1_03 {
    padding: 0 20px;
  }
  .section_p1_01 .theme img {
    height: 78px;
  }
  .section_p1_01 .contents_heading {
    margin: 28px auto 16px;
  }
  .section_p1_02 {
    margin-top: 52px;
  }
  .section_p1_02 .sub_pic {
    width: 78.67%;
  }
  .section_p1_02 .main_txt_area {
    margin-top: 32px;
  }
  .section_p1_02 .contents_heading {
    margin-bottom: 16px;
  }
  .section_p1_02 .contents_heading br {
    display: none;
  }
  .section_p1_03 {
    justify-content: flex-start;
    margin: 43px auto 0;
  }
  .section_p1_03 .sub_pic {
    width: calc(50% - 5px);
  }
  .section_p1_03 .sub_pic:first-child {
    margin-right: 10px;
  }

  /* ========== P2 ========== */
  .section_p2_01 .main_txt_area,
  .section_p2_02 {
    padding: 0 20px;
  }
  .section_p2_01 .main_txt_area {
    margin-top: 30px;
  }
  .section_p2_01 .contents_heading {
    margin: 28px auto 16px;
  }
  .section_p2_01 .theme img {
    height: 78px;
  }
  .section_p2_02 {
    margin-top: 52px;
  }
  .section_p2_02 .pic_area {
    display: block;
  }
  .section_p2_02 .sub_pic:nth-child(1) {
    width: 88%;
    margin: 0 auto;
  }
  .section_p2_02 .sub_pic:nth-child(2) {
    width: 100%;
    margin-top: 30px;
  }
  .section_p2_02 .main_txt_area {
    margin-top: 32px;
  }
  .section_p2_02 .contents_heading {
    margin-bottom: 16px;
  }

  /* ========== P3 ========== */
  .section_p3_01 .main_pic,
  .section_p3_02 .sub_pic,
  .section_p3_03 .sub_pic {
    width: 100%;
  }
  .section_p3_01 .main_txt_area, 
  .section_p3_02, 
  .section_p3_03, 
  .section_profile {
    padding: 0 20px;
  }
  .section_p3_01 .main_txt_area {
    margin-top: 30px;
  }
  .section_p3_01 .theme img {
    height: 76px;
  }
  .section_p3_01 .contents_heading {
    margin: 28px auto 16px;
  }
  .section_p3_02 .main_txt_area, 
  .section_p3_03 .main_txt_area {
    margin-top: 32px;
  }
  .section_p3_02 .contents_heading,
  .section_p3_03 .contents_heading {
    margin-bottom: 16px;
  }
  .section_p3_02,
  .section_p3_03,
  .section_profile {
    margin-top: 52px;
  }
  .profile_title img {
    height: 15px;
  }
  .profile dt {
    margin-bottom: 14px;
  }
  .profile_txt, 
  .profile_notice {
    line-height: 2;
  }
  .info {
    margin-top: 24px;
  }
  .profile_pic {
    margin-bottom: 24px;
  }
  .profile_notice {
    margin-top: 18px;
  }

  /*ページャー*/
  .pager {
    position: relative;
    height: 40px;
    margin-top: 80px;
  }
  .prev-page, .next-page {
    position: absolute;
    width: 22px;
    height: 22px;
    margin: 0;
  }
  .prev-page {
    left: 20px;
  }
  .next-page {
    right: 20px;
  }
  .pager ul li {
    width: 40px;
    height: 40px;
  }
  .pager ul li:not(:last-child) {
    margin-right: 6px;
  }
  .pager ul li a,
  .pager ul li span {
    font-size: 12px;
  }
  .pager ul li a, 
  .pager ul li span {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }

}
