@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*__ color _______________________*/
/*__ parts _______________________*/
/*---------------------------------------------------------------------------*/

.toggle_contents {
  border: 2px solid #d9d9d9;
}
.toggle_title {
  position: relative;
  padding: 15px 50px;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: #0052a4;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
  display: block;
  content: '';
  background-color: #fff;
  position: absolute;
  width: 10px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toggle_btn:before {
  width: 2px;
  height: 10px;
}
.toggle_title.selected .toggle_btn:before {
  content: normal;
}
.toggle_contents dd,
.addToggleContents {
  padding: 2em;
  display: none;
}
.toggle_contents dd p,
.addToggleContents p {
  margin-bottom: 1em;
}
.toggle_contents dd p:last-child,
.addToggleContents p:last-child {
  margin-bottom: 0;
}



@media screen and (min-width: 768px), print {
  .side_navi .current .coming {
    background-color: #1d86d6;
    color: #fff;
  }
  .side_navi .coming {
    position: relative;
    display: block;
    padding: 24px 55px;
    background-color: #ececec;
    background-position: left 24px center;
  }
  .side_navi .coming::before, .side_navi .coming::after {
    content: "";
    display: block;
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .side_navi .coming::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .side_navi .coming::after {
    top: 50%;
    right: 0;
    left: 0;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    background: #f20c0c url(../images/comingsoon.png) no-repeat center;
    -moz-background-size: 120px;
    background-size: 120px;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .side_navi .coming:hover::before, .side_navi .coming:hover::after {
    opacity: 1;
  }
  .side_navi .minutes { padding-top: 30px;}
  .foot_bnr li.is_entry {
    display: none;
  }
  #pagetitle {
    background-image: url("../images/head_bg_pc.jpg");
  }
  #pagetitle h1.text {
    padding-top: 120px;
    line-height: 1;
    font-weight: normal;
    font-family: 'メイリオ', Meiryo;
  }
  #pagetitle h1.text.local {
    padding-top: 100px;
  }
  #pagetitle h1.text .title {
    margin-bottom: .5em;
    letter-spacing: .3em;
    font-weight: bold;
    font-size: 3.3rem;
  }
  #pagetitle h1.text.local .title { margin-bottom: .4em;}
  #pagetitle h1.text .parts {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 2.2rem;
    letter-spacing: .2em;
  }
  #pagetitle h1.text .en {
    font-weight: bold;
    font-size: 1.6rem;
  }
  .section .att_note {
    display: block;
    font-size: 2.4rem;
    color: #e60012;
    letter-spacing: .2em;
  }
  .section .note {
    font-size: 1.2rem;
  }
  .section .note li {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.7;
  }
  .section .note li:before {
    content: '※';
  }
  .section .att {
    color: #e60012;
  }
  .section .att02 {
    color: #0086b1;
  }
  .lede_section.top {
    text-align: center;
    padding: 40px 0 70px;
  }
  .lede_section.top h2 {
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: .6em;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    color: #3e3a39;
    margin-bottom: 15px;
  }
  .lede_section.top .catch {
    font-size: 1.6rem;
    color: #221815;
    letter-spacing: .4em;
    line-height: 2;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
  }
  .lede_section.top .navigation_block ul {
    text-align: center;
    margin-top: 45px;
  }
  .fes_list {
    margin-top: 45px;
  }
  .fes_list li {
    width: 260px;
    margin-bottom: 25px;
  }
  .fes_list li .icon_outer {
    width: 168px;
    height: 168px;
    margin-bottom: 25px;
  }
  .fes_list li .icon_outer .icon {
    width: 154px;
    height: 154px;
    left: 7px;
    top: 7px;
    padding-top: 41px;
  }
  .fes_list li .icon_outer .icon img {
    height: 68px;
  }
  .fes_list li .icon_outer .icon--filmcraft img {
    height: 76px;
  }
  .fes_list li .icon_outer:after {
    padding-top: 75px;
  }
  .fes_list li p {
    letter-spacing: .3em;
    font-size: 2rem;
  }
  .fes_list li:first-child {
      /* margin-left: 60px; */
  }
  .fes_list li:nth-of-type(3) {
    margin-right: 60px;
  }
  .schedule_content .section .lede_title {
    margin-bottom: 65px;
  }
  .schedule_content .schedule_list {
    padding-left: 100px;
    position: relative;
  }
  .schedule_content .schedule_list:before {
    content: '';
    display: block;
    width: 25px;
    height: 100%;
    background-color: #ececec;
    position: absolute;
    left: 10px;
    top: 0;
  }
  .schedule_content .schedule_list li {
    position: relative;
  }
  .schedule_content .schedule_list li + li {
    margin-top: 50px;
  }
  .schedule_content .schedule_list li:before, .schedule_content .schedule_list li:after {
    content: '';
    display: block;
    position: absolute;
  }
  .schedule_content .schedule_list li:before {
    width: 44px;
    height: 44px;
    top: 38px;
    left: -100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/icon_circle.png");
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .schedule_content .schedule_list li:after {
    border-right: solid 64px #727171;
    border-top: solid 13px transparent;
    border-bottom: solid 13px transparent;
    top: 47px;
    left: -64px;
  }
  .schedule_content .schedule_list li .content_box {
    border: solid 1px #727171;
  }
  .schedule_content .schedule_list li .content_box a {  text-decoration: underline;}
  .schedule_content .schedule_list li .content_box a:hover {  text-decoration: none;}
  .schedule_content .schedule_list li .head {
    padding: 20px 30px;
    background-color: #727171;
    color: #fff;
    letter-spacing: .2em;
  }
  .schedule_content .schedule_list li .head .date {
    font-size: 2.2rem;
  }
  .schedule_content .schedule_list li .head .date small {
    font-size: 1.6rem;
  }
  .schedule_content .schedule_list li .head h3 {
    letter-spacing: .23em;
    font-size: 3.2rem;
  }
  .schedule_content .schedule_list li .head p {
    margin: .6em 0 .3em;
    font-size: 1.6rem;
  }
  .schedule_content .schedule_list li .body {
    padding: 22px 30px;
    line-height: 1.8;
    font-size: 1.6rem;
  }
  .schedule_content .schedule_list li .body .large {
    font-size: 2.5rem;
  }
  .schedule_content .schedule_list li .body dl {
    display: table;
    width: 100%;
    width: auto;
  }
  .schedule_content .schedule_list li .body dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .schedule_content .schedule_list li .body dl > * {
    vertical-align: top;
  }
  .schedule_content .schedule_list li .body dl dt.w5 {
    width: 4.5em;
  }
  .schedule_content .schedule_list li .body dl + p {
    margin-top: 2em;
  }
  .schedule_content .schedule_list .now:before {
    background-image: url("../images/icon_circle_current.png");
  }
  .schedule_content .schedule_list .now:after {
    border-right: solid 64px #0ab188;
  }
  .schedule_content .schedule_list .now .content_box {
    border: solid 1px #0ab188;
  }
  .schedule_content .schedule_list .now .head {
    background-color: #0ab188;
  }
  .qa_content .detail_inner {
    padding-bottom: 0;
  }
  .qa_content .navigation_block {
    margin-bottom: 70px;
  }
  .qa_content .switch_area > li {
    display: none;
    padding-bottom: 100px;
    /* For IE 6/7 only */
    *zoom: 1;
    clear: both;
  }
  .qa_content .switch_area > li:before, .qa_content .switch_area > li:after {
    content: ' ';
    display: table;
  }
  .qa_content .switch_area > li:after {
    clear: both;
  }
  .qa_content .switch_area > li:first-child {
    display: block;
  }
  .qa_content .lede_title {
    margin-bottom: 50px;
  }
  .qa_content .qa_panel {
    border: solid 1px #9fa0a0;
    color: #3e3a39;
    font-size: 1.6rem;
    clear: both;
  }
  .qa_content .qa_panel > * > div {
    position: relative;
  }
  .qa_content .qa_panel > * > div:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .qa_content .qa_panel + .qa_panel {
    margin-top: 28px;
  }
  .qa_content .qa_panel dt {
    background-color: #e6e6e6;
    border-bottom: solid 1px #9fa0a0;
    font-weight: bold;
    padding: 20px 25px;
  }
  .qa_content .qa_panel dt div {
    padding-left: 2em;
  }
  .qa_content .qa_panel dd {
    padding: 20px 25px;
  }
  .qa_content .qa_panel dd div {
    padding-left: 1.2em;
  }
  .qa_content .qa_panel dd div:before {
    content: 'A.';
  }
  .qa_content .qa_panel dd .under {
    color: #0091d4;
  }
  .qa_content .qa_panel dd .disc + p {
    margin-top: 1em;
  }
  .qa_content .qa_panel dd small {
    font-size: 1.2rem;
  }
  .qa_content .qa_panel:nth-of-type(n+10) dt div {
    padding-left: 2.8em;
  }
  .qa_content .qa_panel:nth-of-type(1) dt div:before {
    content: "Q1.";
  }
  .qa_content .qa_panel:nth-of-type(2) dt div:before {
    content: "Q2.";
  }
  .qa_content .qa_panel:nth-of-type(3) dt div:before {
    content: "Q3.";
  }
  .qa_content .qa_panel:nth-of-type(4) dt div:before {
    content: "Q4.";
  }
  .qa_content .qa_panel:nth-of-type(5) dt div:before {
    content: "Q5.";
  }
  .qa_content .qa_panel:nth-of-type(6) dt div:before {
    content: "Q6.";
  }
  .qa_content .qa_panel:nth-of-type(7) dt div:before {
    content: "Q7.";
  }
  .qa_content .qa_panel:nth-of-type(8) dt div:before {
    content: "Q8.";
  }
  .qa_content .qa_panel:nth-of-type(9) dt div:before {
    content: "Q9.";
  }
  .qa_content .qa_panel:nth-of-type(10) dt div:before {
    content: "Q10.";
  }
  .qa_content .qa_panel:nth-of-type(11) dt div:before {
    content: "Q11.";
  }
  .qa_content .qa_panel:nth-of-type(12) dt div:before {
    content: "Q12.";
  }
  .qa_content .qa_panel:nth-of-type(13) dt div:before {
    content: "Q13.";
  }
  .qa_content .qa_panel:nth-of-type(14) dt div:before {
    content: "Q14.";
  }
  .qa_content .qa_panel:nth-of-type(15) dt div:before {
    content: "Q15.";
  }
  .qa_content .qa_panel:nth-of-type(16) dt div:before {
    content: "Q16.";
  }
  .qa_content .qa_panel:nth-of-type(17) dt div:before {
    content: "Q17.";
  }
  .qa_content .qa_panel:nth-of-type(18) dt div:before {
    content: "Q18.";
  }
  .qa_content .qa_panel:nth-of-type(19) dt div:before {
    content: "Q19.";
  }
  .qa_content .qa_panel:nth-of-type(20) dt div:before {
    content: "Q20.";
  }
  .qa_content .qa_panel:nth-of-type(21) dt div:before {
    content: "Q21.";
  }
  .qa_content .qa_panel:nth-of-type(22) dt div:before {
    content: "Q22.";
  }
  .qa_content .qa_panel:nth-of-type(23) dt div:before {
    content: "Q23.";
  }
  .qa_content .qa_panel:nth-of-type(24) dt div:before {
    content: "Q24.";
  }
  .qa_content .qa_panel:nth-of-type(25) dt div:before {
    content: "Q25.";
  }
  .qa_content .qa_panel:nth-of-type(26) dt div:before {
    content: "Q26.";
  }
  .qa_content .qa_panel:nth-of-type(27) dt div:before {
    content: "Q27.";
  }
  .qa_content .qa_panel:nth-of-type(28) dt div:before {
    content: "Q28.";
  }
  .qa_content .qa_panel:nth-of-type(29) dt div:before {
    content: "Q29.";
  }
  .qa_content .qa_panel:nth-of-type(30) dt div:before {
    content: "Q30.";
  }
  .qa_content .qa_panel:nth-of-type(31) dt div:before {
    content: "Q31.";
  }
  .qa_content .qa_panel:nth-of-type(32) dt div:before {
    content: "Q32.";
  }
  .qa_content .qa_panel:nth-of-type(33) dt div:before {
    content: "Q33.";
  }
  .qa_content .qa_panel:nth-of-type(34) dt div:before {
    content: "Q34.";
  }
  .qa_content .qa_panel:nth-of-type(35) dt div:before {
    content: "Q35.";
  }
  .qa_content .qa_panel:nth-of-type(36) dt div:before {
    content: "Q36.";
  }
  .qa_content .qa_panel:nth-of-type(37) dt div:before {
    content: "Q37.";
  }
  .qa_content .qa_panel:nth-of-type(38) dt div:before {
    content: "Q38.";
  }
  .qa_content .qa_panel:nth-of-type(39) dt div:before {
    content: "Q39.";
  }
  .qa_content .qa_panel:nth-of-type(40) dt div:before {
    content: "Q40.";
  }
  .qa_content .qa_panel:nth-of-type(41) dt div:before {
    content: "Q41.";
  }
  .qa_content .qa_panel:nth-of-type(42) dt div:before {
    content: "Q42.";
  }
  .qa_content .qa_panel:nth-of-type(43) dt div:before {
    content: "Q43.";
  }
  .qa_content .qa_panel:nth-of-type(44) dt div:before {
    content: "Q44.";
  }
  .qa_content .qa_panel:nth-of-type(45) dt div:before {
    content: "Q45.";
  }
  .qa_content .qa_panel:nth-of-type(46) dt div:before {
    content: "Q46.";
  }
  .qa_content .qa_panel:nth-of-type(47) dt div:before {
    content: "Q47.";
  }
  .qa_content .qa_panel:nth-of-type(48) dt div:before {
    content: "Q48.";
  }
  .qa_content .qa_panel:nth-of-type(49) dt div:before {
    content: "Q49.";
  }
  .qa_content .qa_panel:nth-of-type(50) dt div:before {
    content: "Q50.";
  }
  .qa_content .add_block {
    margin: 28px 0;
  }
  .qa_content .add_block .qa_panel dt div {
    text-indent: -3em;
    margin-left: 3em;
    padding-left: 0;
  }
  .qa_content .add_block .qa_panel dt div:before {
    display: none;
  }
  .qa_content .add_date {
    float: right;
    margin: -1em 0 1em;
  }
  .terms_content .detail_inner {
    padding-bottom: 15px;
  }
  .terms_content .section {
    font-size: 1.6rem;
    line-height: 1.9;
    letter-spacing: .15em;
  }
  .terms_content .section .att_note {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 2.7rem;
  }
  .terms_content .section dl {
    padding-bottom: 50px;
  }
  .terms_content .section dl dt {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: .2em;
  }
  .terms_content .section dl dd p + ul {
    margin-top: 20px;
  }
  .terms_content .section dl dd ul li + li {
    margin-top: .6em;
  }
  .terms_content .section dl:nth-of-type(1) {
    margin-top: 80px;
  }
  .rate_content .navigation_block {
    margin-bottom: 45px;
  }
  .rate_content .section {
    padding-bottom: 80px;
    font-size: 1.6rem;
    line-height: 1.95;
  }
  .rate_content .section .note {
    margin-top: 15px;
  }
  .rate_content .section .note.note_num li {
    margin-left: 3em;
    text-indent: -3em;
  }
  .rate_content .section p.note {
    line-height: 1.4;
  }
  .rate_content .section .block {
    padding-bottom: 90px;
  }
  .rate_content .section .block .ctg_title {
    font-size: 3rem;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    letter-spacing: .18em;
    color: #fff;
    margin-bottom: 40px;
  }
  .rate_content .section .block.film .ctg_title {
    background-color: #0d6fb8;
  }
  .rate_content .section .block.film_craft .ctg_title {
    background-color: #1d2f62;
  }
  .rate_content .section .block.radio .ctg_title {
    background-color: #e6002d;
  }
  .rate_content .section .block.me .ctg_title {
    background-color: #3eb134;
  }
  .rate_content .section .block.interactive .ctg_title {
    background-color: #ecc300;
  }
  .rate_content .section .block.pr .ctg_title {
    background-color: #006633;
  }
  .rate_content .section .block.design .ctg_title {
    background-color: #f70092;
  }
  .rate_content .section .block.mc .ctg_title {
    background-color: #a40182;
  }
  .rate_content .section .block.ci .ctg_title {
    background-color: #db530f;
  }
  .rate_content .section .sub_title {
    line-height: 1.4;
  }
  .rate_content .section .attention {
    margin-top: 55px;
  }
  .rate_content .section .attention dt {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
  }
  .rate_content .section.schedule .note {
    margin-top: 25px;
  }
  .rate_content .section.price {
    padding-bottom: 0;
  }
  .rate_content .section.division .disc {
    font-weight: bold;
    font-size: 2rem;
    margin: 25px 0 65px;
    line-height: 1.6;
  }
  .rate_content .section.division .disc li + li {
    margin-top: .5em;
  }
  .rate_content .section.division .pix {
    margin: 20px 0;
    text-align: left;
  }
  .rate_content .section.division .pix figcaption {
    margin: -35px 0 0 55px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: .2em;
    color: #e60012;
    font-weight: bold;
  }
  .rate_content .section.correct .block {
    padding-bottom: 20px;
  }
  .rate_content .section.correct .block:nth-of-type(1) {
    margin-top: 35px;
  }
  .rate_content .section.correct .block:nth-of-type(2) {
    padding-bottom: 0;
  }
  .rate_content .section.correct table td {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .rate_content .section.correct table td:nth-of-type(1) {
    width: 260px;
  }
  .rate_content .section.correct .pix figcaption {
    margin-right: 50px;
    color: #e60012;
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: .15em;
    line-height: 1.6;
  }
  .rate_content .section.correct .pix .caption1 {
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: -65px;
  }
  .rate_content .section.correct .pix .caption2 {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .rate_content .section.correct .pix .caption3 {
    margin-bottom: 30px;
  }
  .rate_content .taxDisplay {
    margin-top: -20px;
    text-align: right;
  }
  .getty .attention {
    font-size: 2.4rem;
    margin: 0 auto 75px;
    color: #e60012;
    font-weight: bold;
  }
  .getty .logo-img {
    text-align: center;
  }
  .format .short {
    padding: 3.5px 0;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .format .s_txt {
    font-size: 1.2rem;
  }
  .format .section p {
    margin-top: 15px;
  }
  .format .section p:first-child {
    margin-top: 0;
  }
  .format .format-btn li + li {
    margin-top: 20px;
  }
  .format .format-btn a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .format .format-btn .film {
    background: -moz-linear-gradient(center top, #49c5ff, #026c9e);
    background: -webkit-gradient(linear, center top, center bottom, from(#49c5ff), to(#026c9e));
    background: -ms-linear-gradient(top, #49c5ff, #026c9e);
  }
  .format .format-btn .radio {
    background: -moz-linear-gradient(center, #ff4b64, #ff0001);
    background: -webkit-gradient(linear, center top, center bottom, from(#ff4b64), to(#ff0001));
    background: -ms-linear-gradient(top, #ff4b64, #ff0001);
  }
  .format .format-btn .me {
    background: -moz-linear-gradient(center, #22ee43, #018d1b);
    background: -webkit-gradient(linear, center top, center bottom, from(#22ee43), to(#018d1b));
    background: -ms-linear-gradient(top, #22ee43, #018d1b);
  }
  .format .format-btn .bd {
    background: -moz-linear-gradient(center, #dcc716, #c79e10);
    background: -webkit-gradient(linear, center top, center bottom, from(#dcc716), to(#c79e10));
    background: -ms-linear-gradient(top, #dcc716, #c79e10);
  }
  .format .format-btn .mc {
    background: -moz-linear-gradient(center, #ee21e7, #b900c4);
    background: -webkit-gradient(linear, center top, center bottom, from(#ee21e7), to(#b900c4));
    background: -ms-linear-gradient(top, #ee21e7, #b900c4);
  }
  .format .format-btn .ci {
    background: -moz-linear-gradient(center, #ff7e00, #d96100);
    background: -webkit-gradient(linear, center top, center bottom, from(#ff7e00), to(#d96100));
    background: -ms-linear-gradient(top, #ff7e00, #d96100);
  }
  .format .sec-block-img {
    display: block;
    margin-top: 10px;
  }
  .detail_inner .sec-block {
    margin-bottom: 45px;
  }
  .getty_bnr {
    margin: 40px 0 20px;
  }
  .disc rt {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.6;
    color: #e60012;
  }
  .redbold-txt {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.6;
    color: #e60012;
  }
  .indent_txt {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .guide_content .navigation_block {
    margin-bottom: 20px;
  }
  .guide_content #pagetitle.countdownWrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    opacity: .75;
  }
  .guide_content #pagetitle h1 {
    position: relative;
    z-index: 2;
  }
  .guide_content .countdown {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    margin-left: 140px;
    padding-top: 88px;
    font-family: 'biko';
    color: #3e3a39;
    line-height: 1;
    text-align: right;
    z-index: 3;
    text-align: center;
  }
  .guide_content .countdown .endMsg {
    margin-top: .8em;
    padding: 1em 2em;
    display: inline-block;
    color: #333;
    background-color: #fff100;
    font-weight: bold;
    font-size: 2.6rem;
  }
  .guide_content .countdown .thanks {
    margin-top: .5em;
    font-weight: bold;
    font-size: 1.6rem;
  }

  .guide_content .countdown__content {
    display: none;
  }
  .guide_content .countdown.entry .entry__wrap {
    display: block;
  }
  .guide_content .countdown.end .end__wrap {
    display: block;
  }
  .guide_content .countdown .entry__wrap-catch {
    display: table;
    vertical-align: middle;
    margin: 0 auto 14px;
    padding: 6px 12px;
    background-color: #fff100;
  }
  .guide_content .countdown .entry__wrap-list {
    float: right;
    display: table;
    width: 100%;
    text-align: center;
    font-family: 'biko';
  }
  .guide_content .countdown .entry__wrap-list > * {
    display: table-cell;
    vertical-align: middle;
  }
  .guide_content .countdown .entry__wrap-list li {
    width: 33.33%;
    font-size: 8.6rem;
    letter-spacing: 0;
    font-weight: 700;
  }
  .guide_content .countdown .entry__wrap-list span {
    display: block;
    font-size: 1.2rem;
    margin-top: -10px;
    text-stroke: 2px #3e3a39;
    text-shadow: 0 0 0 #3e3a39;
  }
  .guide_content .countdown .end {
    width: 370px;
    margin-left: 170px;
  }
  .guide_content .countdown .end__wrap-catch {
    padding: 22px 28px;
    background-color: #fff100;
    margin-bottom: 15px;
  }
  .guide_content .countdown .end__wrap-text {
    padding: 0;
    background-color: transparent;
  }
  .guide_content .section {
    font-size: 1.6rem;
    padding-bottom: 100px;
  }
  .guide_content .section > p {
    letter-spacing: .2em;
    line-height: 1.95;
  }
  .guide_content .section > p + p {
    margin-top: 1em;
  }
  .guide_content .section .lede_title {
    margin-bottom: 35px;
  }
  .guide_content .section .category_title {
    margin-bottom: 75px;
    font-size: 3rem;
    color: #fff;
    background-color: #3f3f3f;
    padding: 20px 0;
    text-align: center;
    letter-spacing: .3em;
    line-height: 1;
  }
  .guide_content .section .category_title small {
    font-size: 1.6rem;
    letter-spacing: .2em;
  }
  .guide_content .section .category_mini_title {
    margin-bottom: 30px;
    padding: 10px;
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    background-color: #3f3f3f;
    text-align: center;
    letter-spacing: .3em;
    line-height: 1;
  }
  .guide_content .section .disc {
    line-height: 1.95;
  }
  .guide_content .section .note {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-top: 12px;
  }
  .guide_content .section .note.sizel {
    font-size: 1.6rem;
  }
  .guide_content .section .table_box + .table_box {
    margin-top: 40px;
  }
  .guide_content .section .btn_area {
    text-align: left;
    margin: 2em 0 2.5em;
  }
  .guide_content .section .btn_area .btn + .btn {
    margin-top: 24px;
  }
  .guide_content .section .btn.soon {
    letter-spacing: .3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .guide_content .section .btn.soon a {
    pointer-events: none;
    position: relative;
  }
  /*応募要項のエントリーステップのマイページボタンの無効化 COMING SOON*/
  .guide_content .section .btn.soon:hover a:after {
    content: 'COMING SOON';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 100px;
  }

  /*応募要項のエントリーボタンの無効化 COMING SOON 他とスタイルをあわせるために差し替え*/
  /*.guide_content .section .btn.soon a:after {*/
  /*  content: '';*/
  /*  display: block;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center center;*/
  /*  background-color: rgba(229, 0, 79, 0.5);*/
  /*  background-image: url("../images/btn_soon.png");*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/
  .guide_content .section .btn.soon a:hover {
    cursor: default;
  }
  .guide_content .step_list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .guide_content .step_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .guide_content .step_list li {
    color: #595757;
    vertical-align: top;
    width: 312px;
    text-align: center;
  }
  .guide_content .step_list li > p {
    border: solid 1px #898989;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    padding: 15px 0;
    margin-bottom: 20px;
    letter-spacing: .3em;
  }
  .guide_content .step_list li > div {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .guide_content .step_list li > div > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .guide_content .step_list li > div .block {
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ececec;
    padding: 15px 0;
    font-weight: bold;
    line-height: 1.3;
    width: 140px;
  }
  .guide_content .step_list li > div .block small {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: .1em;
  }
  .guide_content .step_list li > div .block .icon {
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #9fa0a0;
    display: block;
    padding: 6px 0;
    line-height: 1;
    font-size: 1.2rem;
    width: 100px;
    margin: 6px auto 0;
  }
  .guide_content .step_list li > div .is_arrow {
    margin-right: 30px;
    position: relative;
  }
  .guide_content .step_list li > div .is_arrow:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -23px;
    background: url("../images/step_arrow.png") center center no-repeat;
  }
  .guide_content .step_list li > div .is_wide {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .guide_content .step_list li.step2 {
    margin-left: 50px;
    width: 368px;
    position: relative;
  }
  .guide_content .step_list li.step2 .block {
    width: 160px;
    background-color: #919191;
    color: #fff;
    min-height: 118px;
    padding-top: 38px;
  }
  .guide_content .step_list li.step2 .block small {
    margin: 12px auto 0;
    text-align: left;
    display: table;
  }
  .guide_content .step_list li.step2 .is_arrow {
    margin-right: 48px;
  }
  .guide_content .step_list li.step2 .is_arrow:after {
    right: -31px;
  }
  .guide_content .step_list li.step2:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 19px;
    position: absolute;
    bottom: 50%;
    margin-bottom: -44px;
    left: -31px;
    background: url("../images/step_arrow.png") center center no-repeat;
  }
  .guide_content .step_list.one {
    text-align: left;
  }
  .guide_content .step_list.one .step2 {
    margin-left: 0;
  }
  .guide_content .step_list.one .step2:before {
    display: none;
  }
  .guide_content .step_list.step1_one {
    text-align: left;
  }
  .guide_content .step_list.step1_one li:first-child {
    width: 140px;
  }
  .guide_content .step_list.step1_one li:first-child .block {
    min-height: 118px;
    padding-top: 50px;
  }
  .guide_content .award_list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin: 0 0 0 -50px;
    text-align: left;
  }
  .guide_content .award_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .guide_content .award_list > li {
    width: 340px;
    color: #3e3a39;
    vertical-align: top;
    margin: 0 0 55px 50px;
    text-align: center;
  }
  .guide_content .award_list > li .pix {
    position: relative;
    min-height: 263px;
  }
  .guide_content .award_list > li .pix img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .guide_content .award_list > li figcaption {
    position: relative;
    min-height: 70px;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 6px;
  }
  .guide_content .award_list > li figcaption small {
    display: block;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .guide_content .award_list > li figcaption:before, .guide_content .award_list > li figcaption:after {
    content: '';
    display: inline-block;
    width: 27px;
    height: 73px;
    position: absolute;
    top: -10px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .guide_content .award_list > li figcaption:before {
    left: 0;
    background-image: url("../images/award_title_l.png");
  }
  .guide_content .award_list > li figcaption:after {
    right: 0;
    background-image: url("../images/award_title_r.png");
  }
  .guide_content .award_list > li .text {
    padding: 14px 20px;
    min-height: 70px;
    text-align: left;
    background-color: #ececec;
    margin-top: 15px;
  }
  .guide_content .award_list > li .note {
    text-align: left;
  }
  .guide_content .award_list > li.line1 figcaption {
    padding-top: 12px;
  }
  .guide_content .award_list > li.item2 figcaption {
    letter-spacing: 0;
  }
  .guide_content .award_list > li.item3 .text {
    padding: 24px 0;
    text-align: center;
  }
  .guide_content .entrystep .frame_outer {
    margin-top: 45px;
    border: solid 1px #3e3a39;
  }
  .guide_content .entrystep .frame_outer h2 {
    border-bottom: solid 1px #3e3a39;
    background-color: #9fa0a0;
    color: #fff;
    text-align: center;
    letter-spacing: .2em;
    padding: 20px 0;
    line-height: 1.5;
  }
  .guide_content .entrystep .frame_outer h2 span {
    display: block;
    font-size: 2rem;
  }
  .guide_content .entrystep .frame_outer .frame_body {
    padding: 30px 33px;
    letter-spacing: .15em;
    line-height: 1.8;
  }
  .guide_content .entrystep .frame_outer .frame_body .box + .box {
    margin-top: 50px;
  }
  .guide_content .entrystep .frame_outer .frame_body .box h4 {
    position: relative;
    font-size: 2.2rem;
    padding-left: 130px;
    margin: 0 0 20px;
  }
  .guide_content .entrystep .frame_outer .frame_body .box h4 span {
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
    background-color: #5f5f5f;
    color: #fff;
    position: absolute;
    left: 0;
    top: -4px;
    text-align: center;
  }
  .guide_content .entrystep .frame_outer .sub_title {
    margin-top: 1em;
  }
  .guide_content .entrystep .frame_outer .disc li {
    line-height: 1.8;
  }
  .guide_content .entrystep .frame_outer .disc li + li {
    margin-top: 0;
  }
  .guide_content .entrystep .frame_outer .btn {
    display: block;
    width: 550px;
    /*height: 70px;*/
    line-height: 70px;
    margin: 40px auto 15px;
    color: #3e3a39;
    font-weight: bold;
    font-size: 2rem;
  }
  .guide_content .entrystep .frame_outer .btn a:hover {
    opacity: .6;
  }
  .guide_content .entrystep .frame_outer .btn span {
    border: none;
    background-color: #fff100;
    background-image: url("/common/images/arrow_dark_right_bold.png");
    -moz-background-size: 15px auto;
    background-size: 15px auto;
  }
  .guide_content .entrystep .frame_outer.entry_works h2 {
    background-color: #c3ab63;
  }
  .guide_content .entrystep .frame_outer.entry_works .box h4 span {
    background-color: #c3ab63;
  }
  .guide_content .entrystep .frame_outer.entry_works .box .disc {
    margin-top: 0;
  }
  .guide_content .entrystep .mt25 {
    margin-top: 25px;
  }
  .guide_content .toggle_panel dt {
    font-size: 2.8rem;
    padding: 33px 28px;
    line-height: 1;
    letter-spacing: .2em;
    background-color: #00a0e9;
    color: #fff;
    border-color: #00a0e9;
  }
  .guide_content .toggle_panel.gray dt {
    background-color: #777;
  }
  .guide_content .toggle_panel dt:before, .guide_content .toggle_panel dt:after {
    background: #fff;
  }
  .guide_content .toggle_panel dd h4 {
    margin: 18px 0;
    font-size: 2rem;
  }
  .guide_content .toggle_panel dd .disc .btn {
    text-indent: 0;
    margin-left: 0;
  }
  .guide_content .toggle_panel .att_note {
    margin-top: 35px;
  }
  .guide_content .toggle_panel .pix_list {
    margin-top: 70px;
  }
  .guide_content .toggle_panel .pix_list li + li {
    margin-top: 90px;
  }
  .guide_content .toggle_panel .pix_list li h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .guide_content .toggle_panel .material_list {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
    margin: 45px 0 55px;
  }
  .guide_content .toggle_panel .material_list > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .guide_content .toggle_panel .material_list > li {
    width: 350px;
    padding: 0 25px;
    color: #565656;
    margin-left: 60px;
    position: relative;
    vertical-align: top;
  }
  .guide_content .toggle_panel .material_list > li:before {
    content: '';
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    background: url("../images/icon_plus.png") center center no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
    left: -62px;
    top: 50px;
  }
  .guide_content .toggle_panel .material_list > li .pix div {
    height: 160px;
    position: relative;
  }
  .guide_content .toggle_panel .material_list > li .pix div img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .guide_content .toggle_panel .material_list > li figcaption {
    border: solid 1px #9fa0a0;
    padding: 13px 0;
    font-weight: bold;
    min-height: 70px;
    margin: 24px 0 5px;
    line-height: 1.5;
  }
  .guide_content .toggle_panel .material_list > li figcaption strong {
    display: block;
    font-size: 2rem;
    line-height: 1.5;
  }
  .guide_content .toggle_panel .material_list > li figcaption strong.tone1 {
    color: #e60012;
  }
  .guide_content .toggle_panel .material_list > li figcaption strong.tone2 {
    color: #0086b1;
  }
  .guide_content .toggle_panel .material_list > li .text {
    padding: 14px 10px;
    font-size: 1.2rem;
    text-align: left;
  }
  .guide_content .toggle_panel .material_list > li .text li + li {
    margin-top: .3em;
  }
  .guide_content .toggle_panel .material_list > li:first-child {
    margin-left: 0;
  }
  .guide_content .toggle_panel .material_list > li:first-child:before {
    display: none;
  }
  .guide_content .toggle_panel .material_list > li.pdf {
    width: 298px;
  }
  .guide_content .lede {
    padding-bottom: 85px;
  }
  .guide_content .lede ul {
    margin-top: 24px;
  }
  .guide_content .lede.hasbd {
    padding: 25px 28px;
    border: solid 1px #a0a0a0;
    margin-bottom: 55px;
  }
  .guide_content .lede.hasbd p + p {
    margin-top: 1em;
  }
  .guide_content .lede.hasbd .name {
    text-align: right;
  }
  .guide_content .award {
    padding-bottom: 45px;
  }
  .guide_content .guide1 {
    padding-bottom: 90px;
  }
  .guide_content .guide1 .btn {
    width: 410px;
    margin: 20px 0 40px;
  }
  .guide_content .guide1 .disc {
    margin-top: 8px;
  }
  .guide_content .division .table.second {
    table-layout: fixed;
  }
  .guide_content .division .table.second th:nth-child(1) {
    width: 120px;
  }
  .guide_content .division .table.second td:nth-child(1) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .guide_content .division .table.pref td {
    height: 66px;
  }
  .guide_content .material .table th {
    width: 300px;
    letter-spacing: .2em;
    text-align: left;
  }
  .guide_content .material .table td {
    padding: 21px 25px;
  }
  .guide_content .material .table .disc li + li {
    margin-top: 12px;
  }
  .guide_content .material .toggle_panel .disc {
    margin: 20px 0 45px;
  }
  .guide_content .material .toggle_panel .disc li {
    line-height: 1.6;
  }
  .guide_content .material .toggle_panel .disc li + li {
    margin-top: .8em;
  }
  .guide_content .material .toggle_panel .disc li small {
    display: block;
    margin: 0 0 1.2em;
    line-height: 1.45;
    text-indent: 0;
    font-size: 1.2rem;
  }
  .guide_content .material .toggle_panel .disc .note {
    margin-top: 0;
  }
  .guide_content .material .btn {
    width: 540px;
  }
  .guide_content .material .btn a:hover {
    opacity: .6;
  }
  .guide_content .material .btn span {
    background-color: #fff100;
  }
  .guide_content .btn.faq {
    width: 400px;
  }
  .guide_content .final {
    line-height: 1.95;
  }
  .guide_content .final dl {
    display: table;
    width: 100%;
    font-weight: bold;
    margin-top: .5em;
  }
  .guide_content .final dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .guide_content .final dl dt, .guide_content .final dl dd {
    vertical-align: top;
  }
  .guide_content .final dl dt {
    width: 4.5em;
    letter-spacing: 0;
    position: relative;
    padding-right: 1em;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  .guide_content .final dl dt:after {
    content: '：';
    position: absolute;
    right: 0;
    top: 0;
  }
  .guide_content .final dl dd .note {
    margin-top: 0;
    font-weight: normal;
  }
  .guide_content .final dl:nth-of-type(1) {
    margin-top: 2em;
  }
  .guide_content .final .end_text {
    margin-top: 15px;
    display: table;
    padding: 10px;
    border-top: solid 1px #e60012;
    border-bottom: solid 1px #e60012;
  }
  .guide_content .final .line_through {
    position: relative;
    display: inline-block;
    margin-right: .5em;
  }
  .guide_content .final .line_through:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e60012;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .guide_content .final .table {
    margin: 1.5em 0 1.7em;
  }
  .guide_content .final .table tr td:nth-child(1) {
    width: 208px;
  }
  .guide_content .final .table tr td .note {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .guide_content .final .note li {
    line-height: 1.95;
  }
  .guide_content .final .note li + li {
    margin-top: .5em;
  }
  .guide_content .final .pix {
    margin: 2em 0;
  }
  .guide_content .final .btn {
    width: 400px;
    margin: 2em 0 1.5em;
  }
  .guide_content.radio .under29 {
    padding-bottom: 90px;
  }
  .guide_content.radio .under29 .disc {
    margin-top: 1em;
  }
  .guide_content.radio .under29 .table {
    margin-top: 2em;
  }
  .guide_content.radio .under29 .table caption {
    border: solid 1px #9fa0a0;
    border-bottom: none;
    background-color: #dcdddd;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .guide_content.radio .under29 .table th {
    text-align: left;
    vertical-align: top;
    font-size: 1.4rem;
    padding: 10px;
    letter-spacing: .1em;
    line-height: 1.8;
  }
  .guide_content.radio .under29 .table li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .guide_content.radio .under29 .table li:nth-of-type(1), .guide_content.radio .under29 .table li:nth-of-type(2) {
    display: inline-block;
    vertical-align: middle;
  }
  .guide_content.radio .under29 .table li:nth-of-type(2) {
    margin-left: 10px;
  }
  .guide_content.radio .under29 .table li:nth-of-type(2) span {
    width: 6em;
  }
  .guide_content.radio .under29 .table li span {
    display: inline-block;
    vertical-align: middle;
    width: 5em;
  }
  .guide_content.radio .under29 .table li span:after {
    content: '：';
  }
  .guide_content.radio .under29 .table li mark {
    position: relative;
    background-color: transparent;
  }
  .guide_content.radio .under29 .table li mark:before {
    content: '';
    display: block;
    width: 100%;
    height: 190%;
    border: solid 3px #e60012;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .guide_content.film .step_a .step_list .step2 .is_arrow {
    padding-top: 22px;
  }
  .guide_content.me .guide1 .btn {
    margin: 22px 0 15px;
  }
  .guide_content.me .guide1 .disc {
    margin-top: 28px;
  }
  .guide_content.me .guide1 .disc li {
    font-weight: bold;
  }
  .guide_content.me .guide1 p {
    margin-top: 30px;
  }
  .guide_content.me .step_list .step2 {
    width: 100%;
  }
  .guide_content.me .step_list .step2 .is_arrow {
    margin-right: 30px;
  }
  .guide_content.me .step_list .step2 .is_arrow:after {
    right: -23px;
  }
  .guide_content.me .step_list .step2 .is_arrow:nth-of-type(1) {
    padding-top: 50px;
  }
  .guide_content.me .step_list .step2 .is_arrow p {
    position: absolute;
    left: 0;
    bottom: -34px;
    font-size: 1.2rem;
    color: #3e3a39;
    font-weight: normal;
    letter-spacing: 0;
    text-align: left;
  }
  .guide_content.me .material h2 {
    color: #565656;
    background-color: #ececec;
    font-size: 2.6rem;
    padding: 23px 40px;
    line-height: 1;
    margin-top: 50px;
    letter-spacing: .2em;
    display: inline-block;
  }
  .guide_content.me .material .section {
    padding-bottom: 62px;
  }
  .guide_content.me .material .section.block2 {
    padding-bottom: 90px;
  }
  .guide_content.me .material .section.block4 {
    padding-bottom: 0;
  }
  .guide_content.me .material .section.block4 ul {
    margin-top: 20px;
  }
  .guide_content.me .material .disc {
    margin-bottom: 40px;
  }
  .guide_content.me .material .att_note {
    margin-top: 12px;
  }
  .guide_content.me .material .material_list li.pdf figcaption {
    padding-top: 25px;
  }
  .guide_content.mc .material dd .att_note {
    margin-bottom: 24px;
  }
  .guide_content.mc .material dd .btn {
    margin: 24px 0 34px;
  }
  .guide_content.mc .material dd .box:last-child .disc {
    margin-bottom: 0;
  }
  .guide_content.mc .material dd .block2 {
    padding-bottom: 0;
  }
  .guide_content.mc .material dd .block2 ul {
    margin-bottom: 35px;
  }
  .guide_content.mc .material .material_list li {
    padding: 0;
  }
  .guide_content.ci .category p + p {
    margin-top: 2em;
  }
  .guide_content.ci .step_list {
    margin-bottom: 70px;
  }
  .guide_content.ci .step_list .step2 {
    width: 540px;
  }
  .guide_content.ci .step_list .step2 .is_arrow {
    margin-right: 30px;
  }
  .guide_content.ci .step_list .step2 .is_arrow:after {
    right: -23px;
  }
  .guide_content.ci .step_list .step2 .block:nth-of-type(2) {
    padding-top: 32px;
  }
  .guide_content.ci .step_list .step2 .block:nth-of-type(3) {
    padding-top: 16px;
  }
  .guide_content.ci .step .section.block {
    padding-bottom: 40px;
  }
  .guide_content.ci .step .sub_title {
    margin-bottom: 20px;
  }
  .guide_content.ci .step .disc li + li {
    margin-top: .5em;
  }
  .guide_content.ci .material dd .att_note {
    margin-bottom: 24px;
  }
  .guide_content.ci .material dd .material_list li {
    width: 222px;
    padding: 0;
    margin-left: 30px;
  }
  .guide_content.ci .material dd .material_list li:before {
    width: 38px;
    height: 38px;
    left: -38px;
    top: 98px;
  }
  .guide_content.ci .material dd .material_list li .pix div {
    margin: 0 40px;
  }
  .guide_content.ci .material dd .material_list li:first-child {
    margin-left: 0;
  }
  .guide_content.ci .material dd .material_list li.pdf img {
    width: 124px;
  }
  .guide_content.ci .material dd .btn {
    margin: 24px 0 34px;
  }
  .guide_content.ci .material dd .box:last-child .disc {
    margin-bottom: 0;
  }
  .guide_content.interactive .category .note {
    margin-top: 5px;
  }
  .guide_content.interactive .category section,
  .guide_content.me .category section {
    padding: 40px 38px 30px;
    background-color: #ececec;
    margin-top: 45px;
  }
  .guide_content.interactive .category section h3,
  .guide_content.me .category section h3 {
    font-size: 2.6rem;
    text-align: center;
    padding-bottom: 27px;
    margin-bottom: 35px;
    border-bottom: solid 1px #bebebe;
    letter-spacing: .2em;
  }
  .guide_content.interactive .category dl + dl,
  .guide_content.me .category dl + dl {
    margin-top: 23px;
  }
  .guide_content.interactive .category dl dt,
  .guide_content.me .category dl dt {
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 8px;
  }
  .guide_content.interactive .category dl dd,
  .guide_content.me .category dl dd {
    line-height: 1.8;
  }
  .guide_content.interactive .step_list .step2 .is_arrow {
    padding-top: 50px;
  }
  .guide_content.interactive .block1 {
    padding-bottom: 70px;
  }
  .guide_content.interactive .block1 .att_note {
    margin-bottom: 65px;
  }
  .guide_content.interactive .block1 .box_wrap {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .guide_content.interactive .block1 .box_wrap > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .guide_content.interactive .block1 .box_wrap .box {
    width: 354px;
    margin-left: 20px;
    border: solid 1px #5f5f5f;
    vertical-align: top;
    min-height: 538px;
    position: relative;
  }
  .guide_content.interactive .block1 .box_wrap .box:nth-of-type(1) {
    margin-left: 0;
  }
  .guide_content.interactive .block1 .box_wrap .box .title {
    font-weight: bold;
    font-size: 2.6rem;
    padding: 14px 0;
    border: solid 1px #5f5f5f;
    background-color: #fff;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -30px;
  }
  .guide_content.interactive .block1 .box_wrap .box .box_head {
    background-color: #5f5f5f;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 50px 0 20px;
  }
  .guide_content.interactive .block1 .box_wrap .box .box_head small {
    display: block;
    font-size: 1.6rem;
  }
  .guide_content.interactive .block1 .box_wrap .box .box_body {
    padding: 30px 24px 20px;
    text-align: left;
  }
  .guide_content.interactive .block1 .box_wrap .box .box_body > .note {
    margin-top: 25px;
    font-size: 1.4rem;
  }
  .guide_content.interactive .block1 .box_wrap .box .pix {
    text-align: center;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list {
    margin: 0;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li {
    display: table;
    width: 100%;
    padding: 0;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li > * {
    display: table-cell;
    vertical-align: middle;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li > * {
    width: 50%;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li .pix {
    padding: 0 14px;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li .text {
    padding: 0 10px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li .text .note {
    margin-top: 0;
    font-weight: normal;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li.pdf {
    margin: 56px 0 0 0;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li.pdf:before {
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    top: -46px;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li.pdf .pix {
    padding: 0 26px;
  }
  .guide_content.interactive .block2 .disc {
    margin-bottom: 1em;
  }
  .guide_content.interactive .block2 > p {
    line-height: 1.5;
  }
  .guide_content.interactive .block2 hr {
    margin: 2em 0;
  }
  .guide_content.interactive .block2 .table {
    margin-top: 37px;
  }
  .guide_content.interactive .block3 {
    padding-bottom: 25px;
    line-height: 1.9;
  }
  .guide_content.interactive .block3 .sub_title {
    margin-bottom: 33px;
  }
  .guide_content.interactive .block3 .box {
    padding-bottom: 2em;
  }
  .guide_content.interactive .block3 .box_head {
    padding: 18px 24px;
    text-align: center;
    font-size: 2.4rem;
    display: table;
    background-color: #5f5f5f;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .6em;
  }
  .guide_content.interactive .block3 .table {
    margin-top: 1em;
    width: 500px;
  }
  .guide_content.interactive .block3 .table th, .guide_content.interactive .block3 .table td {
    padding: 9px 25px;
  }
  .guide_content.interactive .block3 .table th {
    width: 138px;
  }
  .guide_content.interactive .block4 {
    padding-bottom: 0;
  }
  .guide_content.interactive .block4 section {
    padding-bottom: 80px;
  }
  .guide_content.interactive .block4 section:last-of-type {
    padding-bottom: 0;
  }
  .guide_content.interactive .block4 section h3 {
    padding: 16px 0;
    font-size: 2.4rem;
    letter-spacing: .2em;
    text-align: center;
    line-height: 1;
    background-color: #ececec;
    margin-bottom: 45px;
  }
  .guide_content.interactive .block4 section h4 {
    line-height: 1;
    font-size: 2.4rem;
    margin: 0 0 .5em;
    letter-spacing: .2em;
  }
  .guide_content.interactive .block4 section .disc {
    margin: 0 0 2.5em;
  }
  .guide_content.interactive .block4 section .disc li + li {
    margin-top: .5em;
  }
  .guide_content.interactive .block4 section .disc li strong {
    display: block;
    text-indent: 0;
    margin: .4em 0;
    line-height: 1.9;
  }
  .guide_content.design .category .note {
    margin-top: 5px;
  }
  .guide_content.design .category section {
    padding: 40px 38px 30px;
    background-color: #ececec;
    margin-top: 45px;
  }
  .guide_content.design .category section h3 {
    font-size: 2.6rem;
    text-align: center;
    padding-bottom: 27px;
    margin-bottom: 35px;
    border-bottom: solid 1px #bebebe;
    letter-spacing: .2em;
  }
  .guide_content.design .category dl + dl {
    margin-top: 23px;
  }
  .guide_content.design .category dl dt {
    font-weight: bold;
    font-size: 2.6rem;
    margin-bottom: 8px;
  }
  .guide_content.design .category dl dd {
    line-height: 1.8;
  }
  .guide_content.design .step_list .step2 {
    width: 100%;
  }
  .guide_content.design .step_list .step2 .is_arrow {
    padding-top: 50px;
  }
  .guide_content.design .block1 {
    padding-bottom: 70px;
  }
  .guide_content.design .block1 .att_note {
    margin-bottom: 65px;
  }
  .guide_content.design .block1 .box_wrap {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .guide_content.design .block1 .box_wrap > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .guide_content.design .block1 .box_wrap .box {
    width: 354px;
    margin-left: 20px;
    border: solid 1px #5f5f5f;
    vertical-align: top;
    min-height: 538px;
    position: relative;
  }
  .guide_content.design .block1 .box_wrap .box:nth-of-type(1) {
    margin-left: 0;
  }
  .guide_content.design .block1 .box_wrap .box .title {
    font-weight: bold;
    font-size: 2.6rem;
    padding: 14px 0;
    border: solid 1px #5f5f5f;
    background-color: #fff;
    width: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: -30px;
  }
  .guide_content.design .block1 .box_wrap .box .box_head {
    background-color: #5f5f5f;
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 50px 0 20px;
  }
  .guide_content.design .block1 .box_wrap .box .box_head small {
    display: block;
    font-size: 1.6rem;
  }
  .guide_content.design .block1 .box_wrap .box .box_body {
    padding: 30px 24px 20px;
    text-align: left;
  }
  .guide_content.design .block1 .box_wrap .box .box_body > .note {
    margin-top: 25px;
    font-size: 1.4rem;
  }
  .guide_content.design .block1 .box_wrap .box .pix {
    text-align: center;
  }
  .guide_content.design .block1 .box_wrap .box .material_list {
    margin: 0;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li {
    display: table;
    width: 100%;
    padding: 0;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li > * {
    display: table-cell;
    vertical-align: middle;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li > * {
    width: 50%;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li .pix {
    padding: 0 14px;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li .text {
    padding: 0 10px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li .text .note {
    margin-top: 0;
    font-weight: normal;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li.pdf {
    margin: 56px 0 0 0;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li.pdf:before {
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    top: -46px;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li.pdf .pix {
    padding: 0 26px;
  }
  .guide_content.design .block2 .disc {
    margin-bottom: 1em;
  }
  .guide_content.design .block2 > p {
    line-height: 1.5;
  }
  .guide_content.design .block2 hr {
    margin: 2em 0;
  }
  .guide_content.design .block2 .table {
    margin-top: 37px;
  }
  .guide_content.design .block3 {
    padding-bottom: 25px;
    line-height: 1.9;
  }
  .guide_content.design .block3 .sub_title {
    margin-bottom: 33px;
  }
  .guide_content.design .block3 .box {
    padding-bottom: 2em;
  }
  .guide_content.design .block3 .box_head {
    padding: 18px 24px;
    text-align: center;
    font-size: 2.4rem;
    display: table;
    background-color: #5f5f5f;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .6em;
  }
  .guide_content.design .block3 .table {
    margin-top: 1em;
    width: 500px;
  }
  .guide_content.design .block3 .table th, .guide_content.design .block3 .table td {
    padding: 9px 25px;
  }
  .guide_content.design .block3 .table th {
    width: 138px;
  }
  .guide_content.design .block4 {
    padding-bottom: 0;
  }
  .guide_content.design .block4 section {
    padding-bottom: 80px;
  }
  .guide_content.design .block4 section:last-of-type {
    padding-bottom: 0;
  }
  .guide_content.design .block4 section h3 {
    padding: 16px 0;
    font-size: 2.4rem;
    letter-spacing: .2em;
    text-align: center;
    line-height: 1;
    background-color: #ececec;
    margin-bottom: 45px;
  }
  .guide_content.design .block4 section h4 {
    line-height: 1;
    font-size: 2.4rem;
    margin: 0 0 .5em;
    letter-spacing: .2em;
  }
  .guide_content.design .block4 section .disc {
    margin: 0 0 2.5em;
  }
  .guide_content.design .block4 section .disc li + li {
    margin-top: .5em;
  }
  .guide_content.design .block4 section .disc li strong {
    display: block;
    text-indent: 0;
    margin: .4em 0;
    line-height: 1.9;
  }
  .coment_area {
    margin: -25px auto 55px;
  }
  .decimal_braket li + li {
    margin-top: .8em;
  }
  .guide_content.mc .material dd .btn + .btn {
    margin-top: 0;
  }
}


.guide_content .material .customTable {
  margin-bottom: 50px;
}
.guide_content .material .customTable table th {
  text-align: center;
  font-size: 1.4rem;
}
.guide_content .material .customTable table td {
  font-size: 1.4rem;
}
.guide_content .material .customTable table th {
  padding: 10px 5px;
  width: auto;
}
.guide_content .material .customTable table td {
  padding: 10px;
  width: auto;
}
.guide_content .material .customTable.padding5 table td {
  padding: 10px 5px;
  width: auto;
}
.guide_content .material .customTable table .col01 {
  width: 40px;
  text-align: center;
}
.guide_content .material .customTable table .col02 {
  width: 150px;
}
.guide_content .material .customTable table .col03 {
  width: 60px;
  text-align: center;
}
.guide_content .material .customTable table .col04 {
  width: 60px;
  text-align: center;
}
.guide_content .material .customTable table .col06 {
  width: 120px;
  text-align: center;
}
.guide_content .material .customTable table .col06 small {
  font-size: 1rem;
}


@media screen and (max-width: 767px) {
  .side_navi .current .coming {
    background-color: #1d86d6;
    color: #fff;
  }
  .side_navi .coming {
    display: block;
    position: relative;
    padding: 15px 24px;
    background-color: #ececec;
    background-position: right 14px center;
  }
  .side_navi .coming::before, .side_navi .coming::after {
    content: "";
    position: absolute;
  }
  .side_navi .coming::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .side_navi .coming::after {
    top: 50%;
    right: 0;
    left: 0;
    width: 120px;
    height: 30px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    background: #f20c0c url(../images/comingsoon.png) no-repeat center;
    -moz-background-size: 100px;
    background-size: 100px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .side_navi .minutes { padding-top: 30px;}
  .side_navi .minutes img { width: 100%;}
  .foot_bnr li.is_juries {
    display: none;
  }
  #pagetitle {
    background-image: url("../images/head_bg_sp.jpg");
  }
  #pagetitle h1.text * {
    display: none;
  }
  #pagetitle h1.text .title {
    margin-bottom: .4em;
    padding-top: 10px;
    display: block;
    line-height: 1.5;
    color: #fff;
    font-size: 1.6rem;
  }
  #pagetitle h1.text .parts {
    display: block;
    line-height: 1;
    color: #fff;
    font-size: 1.2rem;
  }
  .section .att_note {
    display: block;
    font-size: 1.5rem;
    color: #e60012;
    letter-spacing: .2em;
  }
  .section .note {
    font-size: 1rem;
  }
  .section .note li {
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.7;
  }
  .section .note li:before {
    content: '※';
  }
  .section .att {
    color: #e60012;
  }
  .section .att02 {
    color: #0086b1;
  }
  .lede_section.top {
    text-align: center;
    padding: 35px 0 35px;
    margin: 0 -15px;
  }
  .lede_section.top h2 {
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: .2em;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    color: #3e3a39;
    margin-bottom: 15px;
    line-height: 1.7;
  }
  .lede_section.top .catch {
    font-size: 1.2rem;
    color: #221815;
    letter-spacing: .2em;
    line-height: 2;
    font-family: '游明朝体', 'Yu Mincho', YuMincho;
    padding: 0 15px;
  }
  .lede_section.top .navigation_block ul {
    margin-top: 20px;
  }
  .fes_list {
    margin-top: 25px;
  }
  .schedule_content .section {
    padding-bottom: 40px;
  }
  .schedule_content .section .lede_title {
    margin-bottom: 32px;
  }
  .schedule_content .schedule_list {
    padding-left: 50px;
    position: relative;
  }
  .schedule_content .schedule_list:before {
    content: '';
    display: block;
    width: 14px;
    height: 100%;
    background-color: #ececec;
    position: absolute;
    left: 4px;
    top: 0;
  }
  .schedule_content .schedule_list li {
    position: relative;
  }
  .schedule_content .schedule_list li + li {
    margin-top: 25px;
  }
  .schedule_content .schedule_list li:before, .schedule_content .schedule_list li:after {
    content: '';
    display: block;
    position: absolute;
  }
  .schedule_content .schedule_list li:before {
    width: 22px;
    height: 22px;
    top: 19px;
    left: -50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../images/icon_circle.png");
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .schedule_content .schedule_list li:after {
    border-right: solid 34px #727171;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    top: 23px;
    left: -34px;
  }
  .schedule_content .schedule_list li .content_box {
    border: solid 1px #727171;
  }
  .schedule_content .schedule_list li .content_box a {  text-decoration: underline;}
  .schedule_content .schedule_list li .head {
    padding: 10px 15px;
    background-color: #727171;
    color: #fff;
    letter-spacing: .05em;
  }
  .schedule_content .schedule_list li .head .date {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
  .schedule_content .schedule_list li .head .date small {
    font-size: 1rem;
  }
  .schedule_content .schedule_list li .head h3 {
    letter-spacing: .2em;
    font-size: 1.5rem;
  }
  .schedule_content .schedule_list li .head p {
    margin: .6em 0 .3em;
    font-size: 1.1rem;
  }
  .schedule_content .schedule_list li .body {
    padding: 10px 15px;
    line-height: 1.8;
    font-size: 1.2rem;
  }
  .schedule_content .schedule_list li .body .large {
    font-size: 1.8rem;
  }
  .schedule_content .schedule_list li .body dl + p {
    margin-top: 2em;
  }
  .schedule_content .schedule_list .now:before {
    background-image: url("../images/icon_circle_current.png");
  }
  .schedule_content .schedule_list .now:after {
    border-right: solid 34px #0ab188;
  }
  .schedule_content .schedule_list .now .content_box {
    border: solid 1px #0ab188;
  }
  .schedule_content .schedule_list .now .head {
    background-color: #0ab188;
  }
  .qa_content .navigation_block {
    margin-bottom: 35px;
  }
  .qa_content .switch_area > li {
    display: none;
    padding-bottom: 55px;
    /* For IE 6/7 only */
    *zoom: 1;
  }
  .qa_content .switch_area > li:before, .qa_content .switch_area > li:after {
    content: ' ';
    display: table;
  }
  .qa_content .switch_area > li:after {
    clear: both;
  }
  .qa_content .switch_area > li:first-child {
    display: block;
  }
  .qa_content .qa_panel {
    border: solid 1px #9fa0a0;
    color: #3e3a39;
    font-size: 1.3rem;
    clear: both;
  }
  .qa_content .qa_panel > * > div {
    position: relative;
  }
  .qa_content .qa_panel > * > div:before {
    position: absolute;
    left: 0;
    top: 0;
  }
  .qa_content .qa_panel + .qa_panel {
    margin-top: 14px;
  }
  .qa_content .qa_panel dt {
    background-color: #e6e6e6;
    border-bottom: solid 1px #9fa0a0;
    font-weight: bold;
    padding: 10px 13px;
  }
  .qa_content .qa_panel dt div {
    padding-left: 2em;
  }
  .qa_content .qa_panel dd {
    padding: 10px 13px;
  }
  .qa_content .qa_panel dd div {
    padding-left: 1.2em;
  }
  .qa_content .qa_panel dd div:before {
    content: 'A.';
  }
  .qa_content .qa_panel dd .under {
    color: #0091d4;
  }
  .qa_content .qa_panel dd .disc + p {
    margin-top: 1em;
  }
  .qa_content .qa_panel dd small {
    font-size: 1rem;
  }
  .qa_content .qa_panel:nth-of-type(n+10) dt div {
    padding-left: 3em;
  }
  .qa_content .qa_panel:nth-of-type(1) dt div:before {
    content: "Q1.";
  }
  .qa_content .qa_panel:nth-of-type(2) dt div:before {
    content: "Q2.";
  }
  .qa_content .qa_panel:nth-of-type(3) dt div:before {
    content: "Q3.";
  }
  .qa_content .qa_panel:nth-of-type(4) dt div:before {
    content: "Q4.";
  }
  .qa_content .qa_panel:nth-of-type(5) dt div:before {
    content: "Q5.";
  }
  .qa_content .qa_panel:nth-of-type(6) dt div:before {
    content: "Q6.";
  }
  .qa_content .qa_panel:nth-of-type(7) dt div:before {
    content: "Q7.";
  }
  .qa_content .qa_panel:nth-of-type(8) dt div:before {
    content: "Q8.";
  }
  .qa_content .qa_panel:nth-of-type(9) dt div:before {
    content: "Q9.";
  }
  .qa_content .qa_panel:nth-of-type(10) dt div:before {
    content: "Q10.";
  }
  .qa_content .qa_panel:nth-of-type(11) dt div:before {
    content: "Q11.";
  }
  .qa_content .qa_panel:nth-of-type(12) dt div:before {
    content: "Q12.";
  }
  .qa_content .qa_panel:nth-of-type(13) dt div:before {
    content: "Q13.";
  }
  .qa_content .qa_panel:nth-of-type(14) dt div:before {
    content: "Q14.";
  }
  .qa_content .qa_panel:nth-of-type(15) dt div:before {
    content: "Q15.";
  }
  .qa_content .qa_panel:nth-of-type(16) dt div:before {
    content: "Q16.";
  }
  .qa_content .qa_panel:nth-of-type(17) dt div:before {
    content: "Q17.";
  }
  .qa_content .qa_panel:nth-of-type(18) dt div:before {
    content: "Q18.";
  }
  .qa_content .qa_panel:nth-of-type(19) dt div:before {
    content: "Q19.";
  }
  .qa_content .qa_panel:nth-of-type(20) dt div:before {
    content: "Q20.";
  }
  .qa_content .qa_panel:nth-of-type(21) dt div:before {
    content: "Q21.";
  }
  .qa_content .qa_panel:nth-of-type(22) dt div:before {
    content: "Q22.";
  }
  .qa_content .qa_panel:nth-of-type(23) dt div:before {
    content: "Q23.";
  }
  .qa_content .qa_panel:nth-of-type(24) dt div:before {
    content: "Q24.";
  }
  .qa_content .qa_panel:nth-of-type(25) dt div:before {
    content: "Q25.";
  }
  .qa_content .qa_panel:nth-of-type(26) dt div:before {
    content: "Q26.";
  }
  .qa_content .qa_panel:nth-of-type(27) dt div:before {
    content: "Q27.";
  }
  .qa_content .qa_panel:nth-of-type(28) dt div:before {
    content: "Q28.";
  }
  .qa_content .qa_panel:nth-of-type(29) dt div:before {
    content: "Q29.";
  }
  .qa_content .qa_panel:nth-of-type(30) dt div:before {
    content: "Q30.";
  }
  .qa_content .qa_panel:nth-of-type(31) dt div:before {
    content: "Q31.";
  }
  .qa_content .qa_panel:nth-of-type(32) dt div:before {
    content: "Q32.";
  }
  .qa_content .qa_panel:nth-of-type(33) dt div:before {
    content: "Q33.";
  }
  .qa_content .qa_panel:nth-of-type(34) dt div:before {
    content: "Q34.";
  }
  .qa_content .qa_panel:nth-of-type(35) dt div:before {
    content: "Q35.";
  }
  .qa_content .qa_panel:nth-of-type(36) dt div:before {
    content: "Q36.";
  }
  .qa_content .qa_panel:nth-of-type(37) dt div:before {
    content: "Q37.";
  }
  .qa_content .qa_panel:nth-of-type(38) dt div:before {
    content: "Q38.";
  }
  .qa_content .qa_panel:nth-of-type(39) dt div:before {
    content: "Q39.";
  }
  .qa_content .qa_panel:nth-of-type(40) dt div:before {
    content: "Q40.";
  }
  .qa_content .qa_panel:nth-of-type(41) dt div:before {
    content: "Q41.";
  }
  .qa_content .qa_panel:nth-of-type(42) dt div:before {
    content: "Q42.";
  }
  .qa_content .qa_panel:nth-of-type(43) dt div:before {
    content: "Q43.";
  }
  .qa_content .qa_panel:nth-of-type(44) dt div:before {
    content: "Q44.";
  }
  .qa_content .qa_panel:nth-of-type(45) dt div:before {
    content: "Q45.";
  }
  .qa_content .qa_panel:nth-of-type(46) dt div:before {
    content: "Q46.";
  }
  .qa_content .qa_panel:nth-of-type(47) dt div:before {
    content: "Q47.";
  }
  .qa_content .qa_panel:nth-of-type(48) dt div:before {
    content: "Q48.";
  }
  .qa_content .qa_panel:nth-of-type(49) dt div:before {
    content: "Q49.";
  }
  .qa_content .qa_panel:nth-of-type(50) dt div:before {
    content: "Q50.";
  }
  .qa_content .add_block {
    margin: 14px 0;
  }
  .qa_content .add_block .qa_panel dt div {
    text-indent: -3em;
    margin-left: 3em;
    padding-left: 0;
  }
  .qa_content .add_block .qa_panel dt div:before {
    display: none;
  }
  .qa_content .add_date {
    float: right;
    margin: 0 0 1em;
  }
  .terms_content .detail_inner {
    padding-bottom: 15px;
  }
  .terms_content .section {
    font-size: 1.3rem;
    line-height: 1.65;
  }
  .terms_content .section .att_note {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .terms_content .section dl {
    padding-bottom: 30px;
  }
  .terms_content .section dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: .2em;
  }
  .terms_content .section dl dd p + ul {
    margin-top: 10px;
  }
  .terms_content .section dl dd ul li + li {
    margin-top: .6em;
  }
  .terms_content .section dl:nth-of-type(1) {
    margin-top: 40px;
  }
  .rate_content .navigation_block {
    margin-bottom: 45px;
  }
  .rate_content .section {
    padding-bottom: 50px;
    font-size: 1.3rem;
    line-height: 1.65;
  }
  .rate_content .section .note {
    margin-top: 15px;
  }
  .rate_content .section .note.note_num li {
    margin-left: 3em;
    text-indent: -3em;
  }
  .rate_content .section p.note {
    line-height: 1.4;
  }
  .rate_content .section .block {
    padding-bottom: 50px;
  }
  .rate_content .section .block .ctg_title {
    font-size: 1.55rem;
    line-height: 1;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
  }
  .rate_content .section .block.film .ctg_title {
    background-color: #0d6fb8;
  }
  .rate_content .section .block.film_craft .ctg_title {
    background-color: #1d2f62;
  }
  .rate_content .section .block.radio .ctg_title {
    background-color: #e6002d;
  }
  .rate_content .section .block.me .ctg_title {
    background-color: #3eb134;
  }
  .rate_content .section .block.interactive .ctg_title {
    background-color: #ecc300;
  }
  .rate_content .section .block.pr .ctg_title {
    background-color: #006633;
  }
  .rate_content .section .block.design .ctg_title {
    background-color: #f70092;
  }
  .rate_content .section .block.mc .ctg_title {
    background-color: #a40182;
  }
  .rate_content .section .block.ci .ctg_title {
    background-color: #db530f;
  }
  .rate_content .section .lede_title {
    margin-bottom: 20px;
  }
  .rate_content .section .attention {
    margin-top: 30px;
  }
  .rate_content .section .attention dt {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1;
  }
  .rate_content .section.price {
    padding-bottom: 0;
  }
  .rate_content .section.division .disc {
    font-weight: bold;
    font-size: 1.4rem;
    margin: 15px 0 40px;
    line-height: 1.6;
  }
  .rate_content .section.division .disc li + li {
    margin-top: .5em;
  }
  .rate_content .section.division .pix {
    margin: 15px 0 0;
    text-align: left;
  }
  .rate_content .section.division .pix figcaption {
    margin: -18px 0 0 5.5%;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .2em;
    color: #e60012;
    font-weight: bold;
  }
  .rate_content .section.correct .block {
    padding-bottom: 20px;
  }
  .rate_content .section.correct .block:nth-of-type(1) {
    margin-top: 25px;
  }
  .rate_content .section.correct .block:nth-of-type(2) {
    padding-bottom: 0;
  }
  .rate_content .section.correct table td {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .rate_content .section.correct table td:nth-of-type(1) {
    padding-right: 1em;
  }
  .rate_content .section.correct .pix figcaption {
    margin-right: 5.5%;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .2em;
    color: #e60012;
    font-weight: bold;
  }
  .rate_content .section.correct .pix .caption1 {
    margin-top: 35px;
    margin-bottom: -34px;
  }
  .rate_content .section.correct .pix .caption2 {
    margin-top: -26px;
    margin-bottom: 40px;
  }
  .rate_content .section.correct .pix .caption3 {
    margin-bottom: 15px;
  }
  .rate_content .taxDisplay {
    text-align: right;
  }
  .getty .attention {
    font-size: 1.6rem;
    margin: 0 auto 55px;
    color: #e60012;
    font-weight: bold;
  }
  .getty .logo-img {
    width: 50%;
    margin: 10px auto 0;
    text-align: center;
  }
  .format .short {
    padding: 3.5px 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
  .format .s_txt {
    font-size: 1.1rem;
  }
  .format .section p {
    margin-top: 15px;
  }
  .format .section p:first-child {
    margin-top: 0;
  }
  .format .format-btn li {
    width: 100%;
  }
  .format .format-btn li + li {
    margin-top: 20px;
  }
  .format .format-btn a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .format .format-btn .film {
    background: -moz-linear-gradient(center top, #49c5ff, #026c9e);
    background: -webkit-gradient(linear, center top, center bottom, from(#49c5ff), to(#026c9e));
    background: -ms-linear-gradient(top, #49c5ff, #026c9e);
  }
  .format .format-btn .radio {
    background: -moz-linear-gradient(center, #ff4b64, #ff0001);
    background: -webkit-gradient(linear, center top, center bottom, from(#ff4b64), to(#ff0001));
    background: -ms-linear-gradient(top, #ff4b64, #ff0001);
  }
  .format .format-btn .me {
    background: -moz-linear-gradient(center, #22ee43, #018d1b);
    background: -webkit-gradient(linear, center top, center bottom, from(#22ee43), to(#018d1b));
    background: -ms-linear-gradient(top, #22ee43, #018d1b);
  }
  .format .format-btn .bd {
    background: -moz-linear-gradient(center, #dcc716, #c79e10);
    background: -webkit-gradient(linear, center top, center bottom, from(#dcc716), to(#c79e10));
    background: -ms-linear-gradient(top, #dcc716, #c79e10);
  }

  .format .format-btn .design {
    background: -webkit-linear-gradient(#ff87c0, #ff329c, #f5007f);
    background: -moz-linear-gradient(center, #dcc716, #c79e10);
    background: -webkit-gradient(linear, center top, center bottom, from(#dcc716), to(#c79e10));
    background: -ms-linear-gradient(top, #dcc716, #c79e10);
  }
  .format .format-btn .mc {
    background: -moz-linear-gradient(center, #ee21e7, #b900c4);
    background: -webkit-gradient(linear, center top, center bottom, from(#ee21e7), to(#b900c4));
    background: -ms-linear-gradient(top, #ee21e7, #b900c4);
  }
  .format .format-btn .ci {
    background: -moz-linear-gradient(center, #ff7e00, #d96100);
    background: -webkit-gradient(linear, center top, center bottom, from(#ff7e00), to(#d96100));
    background: -ms-linear-gradient(top, #ff7e00, #d96100);
  }
  .format .sec-block-img {
    display: block;
    margin-top: 10px;
  }
  .detail_inner .sec-block {
    margin-bottom: 30px;
  }
  .getty_bnr {
    margin: 30px 0 10px;
  }
  .disc rt {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #e60012;
  }
  .redbold-txt {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #e60012;
  }
  .indent_txt {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
  .guide_content #pagetitle h1 {
    height: 65px;
    line-height: 63px;
  }
  .guide_content #pagetitle h1 img {
    height: 34px;
  }
  .guide_content #pagetitle.countdownWrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    opacity: .75;
  }
  .guide_content .navigation_block {
    margin-bottom: 20px;
  }
  .guide_content .countdown {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 75px;
    font-family: 'biko';
    color: #3e3a39;
    line-height: 1;
    text-align: center;
  }
  .guide_content .countdown .endMsg {
    margin-top: .1em;
    padding: 1em;
    display: inline-block;
    color: #333;
    background-color: #fff100;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  .guide_content .countdown .thanks {
    margin-top: .5em;
    font-size: 1.2rem;
  }
  .guide_content .countdown__content {
    display: none;
  }
  .guide_content .countdown.entry .entry__wrap {
    display: block;
  }
  .guide_content .countdown.end .end__wrap {
    display: block;
  }
  .guide_content .countdown .entry__wrap-catch {
    display: table;
    vertical-align: middle;
    margin: 0 auto 6px;
    padding: 4px 8px;
    background-color: #fff100;
  }
  .guide_content .countdown .entry__wrap-catch img {
    height: 10px;
    width: auto;
  }
  .guide_content .countdown .entry__wrap-list {
    display: table;
    width: 100%;
    width: auto;
    margin: auto;
  }
  .guide_content .countdown .entry__wrap-list > * {
    display: table-cell;
    vertical-align: middle;
  }
  .guide_content .countdown .entry__wrap-list li {
    font-size: 3.5rem;
    letter-spacing: 0;
    font-weight: 300;
    padding: 0 5px;
  }
  .guide_content .countdown .entry__wrap-list span {
    display: block;
    font-size: 1rem;
    margin-top: -2px;
    font-weight: 700;
  }
  .guide_content .countdown .end__wrap-catch {
    width: 50%;
    margin: auto;
    padding: 11px 14px;
    background-color: #fff100;
    margin-bottom: 8px;
  }
  .guide_content .countdown .end__wrap-text {
    padding: 0;
    background-color: transparent;
  }
  .guide_content .countdown .end__wrap-text img {
    height: 10px;
    width: auto;
  }
  .guide_content .section {
    font-size: 1.2rem;
    padding-bottom: 65px;
  }
  .guide_content .section > p {
    line-height: 1.8;
  }
  .guide_content .section .lede_title {
    margin-bottom: 20px;
  }
  .guide_content .section .category_title {
    margin-bottom: 30px;
    font-size: 1.7rem;
    color: #fff;
    background-color: #3f3f3f;
    padding: 12px 0;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1;
  }
  .guide_content .section .category_mini_title {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 1.5rem;
    color: #fff;
    background-color: #3f3f3f;
    padding: 10px;
    text-align: center;
    letter-spacing: .2em;
    line-height: 1;
  }
  .guide_content .section .category_title small {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .guide_content .section .lede_text {
    font-size: 1.2rem;
  }
  .guide_content .section .disc {
    line-height: 1.8;
  }
  .guide_content .section .note {
    font-size: 1rem;
    letter-spacing: 0;
    margin-top: 8px;
  }
  .guide_content .section .note.sizel {
    font-size: 1.2rem;
  }
  .guide_content .section .table_box + .table_box {
    margin-top: 40px;
  }
  .guide_content .section .btn_area {
    text-align: left;
    margin: 2em 0 2.5em;
  }
  .guide_content .section .btn_area .btn {
    min-width: 200px;
  }
  .guide_content .section .btn_area .btn + .btn {
    margin-top: 12px;
  }
  .guide_content .section .btn.soon a {
    pointer-events: none;
    position: relative;
  }
  /*応募要項のエントリーステップのマイページボタンの無効化 COMING SOON*/
  /*SPでは透明度を上げてリンク無効化*/
  .guide_content .section .btn.soon {
    opacity: 0.3;
  }
  .guide_content .section .btn.soon a {
    pointer-events: none;
  }
  /*応募要項のエントリーボタンの無効化 COMING SOON 他とスタイルをあわせるために差し替え*/
  /*.guide_content .section .btn.soon a:after {*/
  /*  content: '';*/
  /*  display: block;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: center center;*/
  /*  background-color: rgba(229, 0, 79, 0.5);*/
  /*  background-image: url("../images/btn_soon.png");*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/
  .guide_content .step_list {
    text-align: center;
  }
  .guide_content .step_list li {
    color: #595757;
    vertical-align: top;
  }
  .guide_content .step_list li > p {
    border: solid 1px #9fa0a0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 10px;
    letter-spacing: .3em;
  }
  .guide_content .step_list li > div {
    font-size: 0rem;
    text-align: center;
    letter-spacing: 0;
  }
  .guide_content .step_list li > div > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: .1em;
  }
  .guide_content .step_list li > div .block {
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ececec;
    padding: 15px 5px;
    font-weight: bold;
    line-height: 1.3;
    width: 45%;
    font-size: 1.3rem;
  }
  .guide_content .step_list li > div .block small {
    display: block;
    font-size: 1rem;
    font-weight: normal;
  }
  .guide_content .step_list li > div .is_arrow {
    margin-right: 10%;
    position: relative;
  }
  .guide_content .step_list li > div .is_arrow:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -16%;
    background: url("../images/step_arrow.png") center center no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
  .guide_content .step_list li > div .is_wide {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .guide_content .step_list li.step2 {
    position: relative;
    padding-top: 35px;
  }
  .guide_content .step_list li.step2 > div {
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .guide_content .step_list li.step2 .block {
    background-color: #919191;
    color: #fff;
    padding-top: 17px;
  }
  .guide_content .step_list li.step2 .block small {
    text-align: left;
    display: table;
    margin: 8px auto 0;
  }
  .guide_content .step_list li.step2:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -5px;
    background: url("../images/step_arrow.png") center center no-repeat;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .guide_content .step_list.one .step2 {
    padding-top: 0;
  }
  .guide_content .step_list.one .step2:before {
    display: none;
  }
  .guide_content .step_list.wide li {
    width: 100%;
  }
  .guide_content .step_list.wide li .block {
    width: 100%;
  }
  .guide_content .step_list.wide li .is_arrow {
    margin-right: 0;
    margin-bottom: 22px;
  }
  .guide_content .step_list.wide li .is_arrow:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 50%;
    top: auto;
    right: auto;
    bottom: -20px;
  }
  .guide_content .award_list > li {
    width: 260px;
    color: #3e3a39;
    vertical-align: top;
    margin: 0 auto 35px;
    text-align: center;
  }
  .guide_content .award_list > li .pix {
    position: relative;
  }
  .guide_content .award_list > li figcaption {
    position: relative;
    min-height: 50px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 4px;
  }
  .guide_content .award_list > li figcaption small {
    display: block;
    font-size: 1.1rem;
    letter-spacing: .1em;
  }
  .guide_content .award_list > li figcaption:before, .guide_content .award_list > li figcaption:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 53px;
    position: absolute;
    top: -5px;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
  }
  .guide_content .award_list > li figcaption:before {
    left: 0;
    background-image: url("../images/award_title_l.png");
  }
  .guide_content .award_list > li figcaption:after {
    right: 0;
    background-image: url("../images/award_title_r.png");
  }
  .guide_content .award_list > li .text {
    padding: 8px 13px;
    text-align: left;
    background-color: #ececec;
    margin-top: 10px;
  }
  .guide_content .award_list > li .note {
    text-align: left;
  }
  .guide_content .award_list > li.line1 figcaption {
    padding-top: 12px;
  }
  .guide_content .award_list > li.item2 figcaption {
    letter-spacing: 0;
  }
  .guide_content .entrystep .frame_outer {
    margin-top: 22px;
    border: solid 1px #3e3a39;
  }
  .guide_content .entrystep .frame_outer h2 {
    border-bottom: solid 1px #3e3a39;
    background-color: #9fa0a0;
    color: #fff;
    text-align: center;
    letter-spacing: .2em;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 1.6rem;
  }
  .guide_content .entrystep .frame_outer h2 span {
    display: block;
    font-size: 1.2rem;
  }
  .guide_content .entrystep .frame_outer .frame_body {
    padding: 15px 4%;
    letter-spacing: .15em;
    line-height: 1.6;
  }
  .guide_content .entrystep .frame_outer .frame_body .box + .box {
    margin-top: 30px;
  }
  .guide_content .entrystep .frame_outer .frame_body .box h4 {
    position: relative;
    font-size: 1.4rem;
    padding-left: 70px;
    margin: 0 0 10px;
  }
  .guide_content .entrystep .frame_outer .frame_body .box h4 span {
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 1.2rem;
    background-color: #5f5f5f;
    color: #fff;
    position: absolute;
    left: 0;
    top: -1px;
    text-align: center;
  }
  .guide_content .entrystep .frame_outer .sub_title {
    margin-top: 1em;
  }
  .guide_content .entrystep .frame_outer .disc li {
    line-height: 1.6;
  }
  .guide_content .entrystep .frame_outer .disc li + li {
    margin-top: 0;
  }
  .guide_content .entrystep .frame_outer .btn {
    display: block;
    margin: 30px auto 15px;
    color: #3e3a39;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .guide_content .entrystep .frame_outer .btn a:hover {
    opacity: .6;
  }
  .guide_content .entrystep .frame_outer .btn span {
    border: none;
    background-color: #fff100;
  }
  .guide_content .entrystep .frame_outer .btn span:after {
    background-image: url("/common/images/arrow_dark_right_bold.png");
  }
  .guide_content .entrystep .frame_outer.entry_works h2 {
    background-color: #c3ab63;
  }
  .guide_content .entrystep .frame_outer.entry_works .box h4 span {
    background-color: #c3ab63;
  }
  .guide_content .entrystep .frame_outer.entry_works .box .disc {
    margin-top: 0;
  }
  .guide_content .entrystep .mt25 {
    margin-top: 14px;
  }
  .guide_content .toggle_panel dt {
    font-size: 1.6rem;
    padding: 16px 14px;
    line-height: 1;
    letter-spacing: .2em;
    background-color: #4abfe5;
    color: #fff;
    border-color: #4abfe5;
  }
  .guide_content .toggle_panel.gray dt {
    background-color: #777;
  }
  .guide_content .toggle_panel dt:before, .guide_content .toggle_panel dt:after {
    background: #fff;
  }
  .guide_content .toggle_panel dd {
    line-height: 1.65;
  }
  .guide_content .toggle_panel dd h4 {
    margin-bottom: .5em;
    font-size: 1.4rem;
  }
  .guide_content .toggle_panel dd .table .disc {
    margin: 15px 0 25px;
  }
  .guide_content .toggle_panel dd .table .disc li + li {
    margin-top: 0;
  }
  .guide_content .toggle_panel dd .disc .btn {
    text-indent: 0;
    margin-left: 0;
  }
  .guide_content .toggle_panel .att_note {
    margin-top: 18px;
  }
  .guide_content .toggle_panel .pix_list {
    margin-top: 25px;
  }
  .guide_content .toggle_panel .pix_list li + li {
    margin-top: 40px;
  }
  .guide_content .toggle_panel .pix_list li h3 {
    margin-bottom: 10px;
  }
  .guide_content .toggle_panel .material_list {
    width: 280px;
    margin: 20px auto 45px;
  }
  .guide_content .toggle_panel .material_list > li {
    padding: 0 15px;
    color: #565656;
    margin-top: 55px;
    position: relative;
    vertical-align: middle;
    text-align: center;
  }
  .guide_content .toggle_panel .material_list > li:before {
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    background: url("../images/icon_plus.png") center center no-repeat;
    -moz-background-size: 100%;
    background-size: 100%;
    top: -45px;
    left: 50%;
    margin-left: -15px;
  }
  .guide_content .toggle_panel .material_list > li .pix div {
    width: 136px;
    margin: auto;
  }
  .guide_content .toggle_panel .material_list > li .pix div img {
    max-height: 200px;
  }
  .guide_content .toggle_panel .material_list > li figcaption {
    border: solid 1px #9fa0a0;
    padding: 8px 0;
    font-weight: bold;
    margin: 12px 0 5px;
    line-height: 1.5;
  }
  .guide_content .toggle_panel .material_list > li figcaption strong {
    display: block;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .guide_content .toggle_panel .material_list > li figcaption strong.tone1 {
    color: #e60012;
  }
  .guide_content .toggle_panel .material_list > li figcaption strong.tone2 {
    color: #0086b1;
  }
  .guide_content .toggle_panel .material_list > li .text {
    padding: 12px 8px;
    font-size: 1rem;
    text-align: left;
  }
  .guide_content .toggle_panel .material_list > li .text li + li {
    margin-top: .3em;
  }
  .guide_content .toggle_panel .material_list > li:first-child {
    margin-top: 0;
  }
  .guide_content .toggle_panel .material_list > li:first-child:before {
    display: none;
  }
  .guide_content .toggle_panel .material_list > li.pdf div img {
    max-height: 130px;
  }
  .guide_content .lede {
    padding-bottom: 50px;
  }
  .guide_content .lede ul {
    margin-top: 12px;
  }
  .guide_content .lede.hasbd {
    padding: 12px 14px;
    border: solid 1px #a0a0a0;
    margin-bottom: 40px;
  }
  .guide_content .lede.hasbd p + p {
    margin-top: 1em;
  }
  .guide_content .lede.hasbd .name {
    text-align: right;
  }
  .guide_content .award {
    padding-bottom: 20px;
  }
  .guide_content .guide1 .btn {
    width: 280px;
    margin: 15px 0 25px;
  }
  .guide_content .guide1 .disc {
    margin-top: 6px;
  }
  .guide_content .division .table.second {
    table-layout: fixed;
  }
  .guide_content .division .table.second th:nth-child(1) {
    width: 74px;
  }
  .guide_content .division .table.second td:nth-child(1) {
    padding-left: 5px;
    padding-right: 5px;
  }
  .guide_content .division .table.pref th {
    width: 85px;
  }
  .guide_content .material .lede_title {
    margin-bottom: 20px;
  }
  .guide_content .material .table th {
    width: 122px;
    text-align: left;
  }
  .guide_content .material .table .disc li + li {
    margin-top: 8px;
  }
  .guide_content .material .toggle_panel .disc {
    margin: 15px 0 25px;
  }
  .guide_content .material .toggle_panel .disc li + li {
    margin-top: .7em;
  }
  .guide_content .material .toggle_panel .disc li small {
    display: block;
    margin: 0 0 1.2em;
    line-height: 1.45;
    text-indent: 0;
    font-size: 1rem;
  }
  .guide_content .material .toggle_panel .disc li .note {
    margin-top: 0;
  }
  .guide_content .material .btn span {
    background-color: #fff100;
  }
  .guide_content .btn.faq {
    width: 100%;
    margin-bottom: 60px;
  }
  .guide_content .final {
    line-height: 1.65;
  }
  .guide_content .final dl {
    display: table;
    width: 100%;
    font-weight: bold;
    margin-top: .5em;
  }
  .guide_content .final dl > * {
    display: table-cell;
    vertical-align: middle;
  }
  .guide_content .final dl dt, .guide_content .final dl dd {
    vertical-align: top;
  }
  .guide_content .final dl dt {
    width: 4.5em;
    letter-spacing: 0;
    position: relative;
    padding-right: 1em;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  .guide_content .final dl dt:after {
    content: '：';
    position: absolute;
    right: 0;
    top: 0;
  }
  .guide_content .final dl dd .note {
    margin-top: 0;
    font-weight: normal;
  }
  .guide_content .final dl:nth-of-type(1) {
    margin-top: 2em;
  }
  .guide_content .final .line_through {
    position: relative;
    display: inline-block;
    margin-right: .5em;
  }
  .guide_content .final .line_through:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #e60012;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .guide_content .final .end_text {
    margin-top: 15px;
    display: table;
    padding: 10px 0;
    border-top: solid 1px #e60012;
    border-bottom: solid 1px #e60012;
  }
  .guide_content .final .table {
    margin: 1.5em 0 1.7em;
  }
  .guide_content .final .note li {
    line-height: 1.65;
  }
  .guide_content .final .note li + li {
    margin-top: .5em;
  }
  .guide_content .final .pix {
    margin: 2em 0;
  }
  .guide_content .final .btn {
    margin: 2em 0 1.5em;
    width: 250px;
  }
  .guide_content.radio .under29 .disc {
    margin-top: 1em;
  }
  .guide_content.radio .under29 .table {
    margin-top: 2em;
  }
  .guide_content.radio .under29 .table caption {
    border: solid 1px #9fa0a0;
    border-bottom: none;
    background-color: #dcdddd;
    text-align: left;
    padding: 8px;
    font-weight: bold;
    font-size: 1.2rem;
  }
  .guide_content.radio .under29 .table th {
    text-align: left;
    vertical-align: top;
    font-size: 1.2rem;
    padding: 8px;
    letter-spacing: .1em;
    line-height: 1.8;
  }
  .guide_content.radio .under29 .table li {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .guide_content.radio .under29 .table li:nth-of-type(2) span {
    width: 6em;
  }
  .guide_content.radio .under29 .table li span {
    display: inline-block;
    vertical-align: middle;
    width: 5em;
  }
  .guide_content.radio .under29 .table li span:after {
    content: '：';
  }
  .guide_content.radio .under29 .table li mark {
    position: relative;
    background-color: transparent;
  }
  .guide_content.radio .under29 .table li mark:before {
    content: '';
    display: block;
    width: 100%;
    height: 190%;
    border: solid 2px #e60012;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .guide_content.me .guide1 .btn {
    margin: 0;
  }
  .guide_content.me .guide1 .disc {
    margin: 18px 0;
  }
  .guide_content.me .guide1 .disc li {
    font-weight: bold;
  }
  .guide_content.me .step_list .step2 .block p {
    position: absolute;
    right: 0;
    bottom: -18px;
    font-size: 1rem;
    color: #3e3a39;
    font-weight: normal;
    letter-spacing: 0;
  }
  .guide_content.me .material h2 {
    color: #565656;
    background-color: #ececec;
    font-size: 1.5rem;
    padding: 12px 20px;
    line-height: 1;
    margin: 25px auto 0;
    letter-spacing: .2em;
    display: inline-block;
  }
  .guide_content.me .material .material_list li:first-child .pix div {
    width: 175px;
  }
  .guide_content.me .material .section {
    padding-bottom: 62px;
  }
  .guide_content.me .material .section.block2 {
    padding-bottom: 90px;
  }
  .guide_content.me .material .section.block4 {
    padding-bottom: 0;
  }
  .guide_content.me .material .section.block4 ul {
    margin-top: 20px;
  }
  .guide_content.me .material .disc {
    margin-bottom: 18px;
  }
  .guide_content.me .material .att_note {
    margin: 12px 0;
  }
  .guide_content.mc .toggle_panel .btn {
    margin: 20px 0 30px;
  }
  .guide_content.mc .toggle_panel .box:last-child .disc {
    margin-bottom: 0;
  }
  .guide_content.mc .toggle_panel .block2 {
    padding-bottom: 0;
  }
  .guide_content.mc .toggle_panel .block2 ul {
    margin-bottom: 24px;
  }
  .guide_content.mc .toggle_panel .material_list li {
    padding: 0;
  }
  .guide_content.mc .toggle_panel .material_list li:nth-of-type(2) .pix div {
    width: 175px;
  }
  .guide_content.ci .category p + p {
    margin-top: 2em;
  }
  .guide_content.ci .step_list {
    margin-bottom: 35px;
  }
  .guide_content.ci .step .section.block {
    padding-bottom: 25px;
  }
  .guide_content.ci .step .disc li + li {
    margin-top: .5em;
  }
  .guide_content.ci .toggle_panel dd .att_note {
    margin-bottom: 12px;
  }
  .guide_content.ci .toggle_panel dd .btn {
    margin: 20px 0 30px;
  }
  .guide_content.ci .toggle_panel dd .box:last-child .disc {
    margin-bottom: 0;
  }
  .guide_content.interactive .category .note,
  .guide_content.me .category .note {
    margin-top: 5px;
  }
  .guide_content.interactive .category section,
  .guide_content.me .category section {
    padding: 20px 20px 18px;
    background-color: #ececec;
    margin-top: 22px;
  }
  .guide_content.interactive .category section h3,
  .guide_content.me .category section h3 {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: solid 1px #bebebe;
    letter-spacing: .2em;
  }
  .guide_content.interactive .category dl + dl,
  .guide_content.me .category dl + dl {
    margin-top: 18px;
  }
  .guide_content.interactive .category dl dt,
  .guide_content.me .category dl dt {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .guide_content.interactive .category dl dd,
  .guide_content.me .category dl dd {
    line-height: 1.6;
  }
  .guide_content.interactive .step_list .step2 .is_arrow {
    padding-top: 26px;
  }
  .guide_content.interactive .block1 {
    padding-bottom: 35px;
  }
  .guide_content.interactive .block1 .att_note {
    margin-bottom: 35px;
  }
  .guide_content.interactive .block1 .box_wrap .box {
    margin-top: 36px;
    border: solid 1px #5f5f5f;
    position: relative;
  }
  .guide_content.interactive .block1 .box_wrap .box:nth-of-type(1) {
    margin-top: 0;
  }
  .guide_content.interactive .block1 .box_wrap .box .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 12px 0;
    border: solid 1px #5f5f5f;
    background-color: #fff;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -24px;
  }
  .guide_content.interactive .block1 .box_wrap .box .box_head {
    background-color: #5f5f5f;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 34px 0 10px;
    text-align: center;
  }
  .guide_content.interactive .block1 .box_wrap .box .box_head small {
    display: block;
    font-size: 1.1rem;
  }
  .guide_content.interactive .block1 .box_wrap .box .box_body {
    padding: 15px 12px 10px;
    text-align: left;
  }
  .guide_content.interactive .block1 .box_wrap .box .box_body > .note {
    margin-top: 25px;
    font-size: 1.2rem;
  }
  .guide_content.interactive .block1 .box_wrap .box .pix {
    text-align: center;
  }
  .guide_content.interactive .block1 .box_wrap .box .pix div {
    width: 138px;
    margin: auto;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list {
    margin: 0 auto;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li {
    display: table;
    width: 100%;
    padding: 0;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li > * {
    display: table-cell;
    vertical-align: middle;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li > * {
    width: 50%;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li .pix {
    padding: 0 14px;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li .text {
    padding: 0 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li .text .note {
    margin-top: 0;
    font-weight: normal;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li.pdf {
    margin: 56px 0 0 0;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li.pdf:before {
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    top: -46px;
  }
  .guide_content.interactive .block1 .box_wrap .box .material_list li.pdf .pix {
    padding: 0 26px;
  }
  .guide_content.interactive .block2 .disc {
    margin-bottom: 1em;
  }
  .guide_content.interactive .block2 > p {
    line-height: 1.5;
  }
  .guide_content.interactive .block2 hr {
    margin: 2em 0;
  }
  .guide_content.interactive .block2 .table {
    margin-top: 18px;
  }
  .guide_content.interactive .block3 {
    padding-bottom: 25px;
    line-height: 1.8;
  }
  .guide_content.interactive .block3 .sub_title {
    margin-bottom: 16px;
  }
  .guide_content.interactive .block3 .box {
    padding-bottom: 2em;
  }
  .guide_content.interactive .block3 .box_head {
    padding: 10px 12px;
    text-align: center;
    font-size: 1.5rem;
    display: table;
    background-color: #5f5f5f;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .6em;
  }
  .guide_content.interactive .block3 .table {
    margin-top: 1em;
  }
  .guide_content.interactive .block3 .table th, .guide_content.interactive .block3 .table td {
    padding: 9px 25px;
  }
  .guide_content.interactive .block3 .table th {
    width: 138px;
  }
  .guide_content.interactive .block4 {
    padding-bottom: 0;
  }
  .guide_content.interactive .block4 section {
    padding-bottom: 40px;
  }
  .guide_content.interactive .block4 section:last-of-type {
    padding-bottom: 0;
  }
  .guide_content.interactive .block4 section h3 {
    padding: 16px 0;
    font-size: 1.5rem;
    letter-spacing: .2em;
    text-align: center;
    line-height: 1;
    background-color: #ececec;
    margin-bottom: 1em;
  }
  .guide_content.interactive .block4 section h4 {
    font-size: 1.4rem;
    margin: 0 0 .5em;
    letter-spacing: .2em;
  }
  .guide_content.interactive .block4 section .disc {
    line-height: 1.65;
    margin: 0 0 2.5em;
  }
  .guide_content.interactive .block4 section .disc li + li {
    margin-top: .5em;
  }
  .guide_content.interactive .block4 section .disc li strong {
    display: block;
    text-indent: 0;
    margin: .4em 0;
    line-height: 1.9;
  }
  .guide_content.design .category .note {
    margin-top: 5px;
  }
  .guide_content.design .category section {
    padding: 20px 20px 18px;
    background-color: #ececec;
    margin-top: 22px;
  }
  .guide_content.design .category section h3 {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 18px;
    border-bottom: solid 1px #bebebe;
    letter-spacing: .2em;
  }
  .guide_content.design .category dl + dl {
    margin-top: 18px;
  }
  .guide_content.design .category dl dt {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .guide_content.design .category dl dd {
    line-height: 1.6;
  }
  .guide_content.design .step_list .step2 .is_arrow {
    padding-top: 26px;
  }
  .guide_content.design .block1 {
    padding-bottom: 35px;
  }
  .guide_content.design .block1 .att_note {
    margin-bottom: 35px;
  }
  .guide_content.design .block1 .box_wrap .box {
    margin-top: 36px;
    border: solid 1px #5f5f5f;
    position: relative;
  }
  .guide_content.design .block1 .box_wrap .box:nth-of-type(1) {
    margin-top: 0;
  }
  .guide_content.design .block1 .box_wrap .box .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 12px 0;
    border: solid 1px #5f5f5f;
    background-color: #fff;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -24px;
  }
  .guide_content.design .block1 .box_wrap .box .box_head {
    background-color: #5f5f5f;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 34px 0 10px;
    text-align: center;
  }
  .guide_content.design .block1 .box_wrap .box .box_head small {
    display: block;
    font-size: 1.1rem;
  }
  .guide_content.design .block1 .box_wrap .box .box_body {
    padding: 15px 12px 10px;
    text-align: left;
  }
  .guide_content.design .block1 .box_wrap .box .box_body > .note {
    margin-top: 25px;
    font-size: 1.2rem;
  }
  .guide_content.design .block1 .box_wrap .box .pix {
    text-align: center;
  }
  .guide_content.design .block1 .box_wrap .box .pix div {
    width: 138px;
    margin: auto;
  }
  .guide_content.design .block1 .box_wrap .box .material_list {
    margin: 0 auto;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li {
    display: table;
    width: 100%;
    padding: 0;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li > * {
    display: table-cell;
    vertical-align: middle;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li > * {
    width: 50%;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li .pix {
    padding: 0 14px;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li .text {
    padding: 0 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: left;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li .text .note {
    margin-top: 0;
    font-weight: normal;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li.pdf {
    margin: 56px 0 0 0;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li.pdf:before {
    width: 32px;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    top: -46px;
  }
  .guide_content.design .block1 .box_wrap .box .material_list li.pdf .pix {
    padding: 0 26px;
  }
  .guide_content.design .block2 .disc {
    margin-bottom: 1em;
  }
  .guide_content.design .block2 > p {
    line-height: 1.5;
  }
  .guide_content.design .block2 hr {
    margin: 2em 0;
  }
  .guide_content.design .block2 .table {
    margin-top: 18px;
  }
  .guide_content.design .block3 {
    padding-bottom: 25px;
    line-height: 1.8;
  }
  .guide_content.design .block3 .sub_title {
    margin-bottom: 16px;
  }
  .guide_content.design .block3 .box {
    padding-bottom: 2em;
  }
  .guide_content.design .block3 .box_head {
    padding: 10px 12px;
    text-align: center;
    font-size: 1.5rem;
    display: table;
    background-color: #5f5f5f;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .6em;
  }
  .guide_content.design .block3 .table {
    margin-top: 1em;
  }
  .guide_content.design .block3 .table th, .guide_content.design .block3 .table td {
    padding: 9px 25px;
  }
  .guide_content.design .block3 .table th {
    width: 138px;
  }
  .guide_content.design .block4 {
    padding-bottom: 0;
  }
  .guide_content.design .block4 section {
    padding-bottom: 40px;
  }
  .guide_content.design .block4 section:last-of-type {
    padding-bottom: 0;
  }
  .guide_content.design .block4 section h3 {
    padding: 16px 0;
    font-size: 1.5rem;
    letter-spacing: .2em;
    text-align: center;
    line-height: 1;
    background-color: #ececec;
    margin-bottom: 1em;
  }
  .guide_content.design .block4 section h4 {
    font-size: 1.4rem;
    margin: 0 0 .5em;
    letter-spacing: .2em;
  }
  .guide_content.design .block4 section .disc {
    line-height: 1.65;
    margin: 0 0 2.5em;
  }
  .guide_content.design .block4 section .disc li + li {
    margin-top: .5em;
  }
  .guide_content.design .block4 section .disc li strong {
    display: block;
    text-indent: 0;
    margin: .4em 0;
    line-height: 1.9;
  }
  .decimal_braket {
    margin: 15px auto 25px;
  }
  .decimal_braket li + li {
    margin-top: .7em;
  }
  .disc > li .decimal_braket {
    margin-bottom: 0;
  }
  .guide_content.mc .material dd .btn + .btn {
    display: block;
    margin-top: 0;
  }
}

.linethrough_red {
  text-decoration: line-through;
  color: red;
}

.txt_black {
  color: #3e3a39 !important;
}
.txt_white {
  color: #fff !important;
}

ol.disc li::before {
  content: "";
}

@media screen and (min-width: 768px), print {
  /* ===================================================================
  common_pc.css
=================================================================== */
.fes_list {
  font-size: 0rem;
  text-align: center;
  letter-spacing: 0;
}
.fes_list > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.fes_list li {
  width: 200px;
  vertical-align: top;
  text-align: center;
  margin-top: 20px;
}
.fes_list li:not(:last-child) {
  margin-right: 0;
}
.fes_list li .icon_outer {
  position: relative;
  /*width: 136px;*/
  width: 170px;
  /*height: 136px;*/
  height: 170px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.fes_list li .icon_outer .icon {
  /* width: 122px; */
  width: 160px;
  /* height: 122px; */
  height: 160px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* padding-top: 35px; */
  padding-top: 48px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fes_list li .icon_outer .icon--filmcraft {
  padding-top: 44px;
}
.fes_list li .icon_outer:after {
  content: 'Click!';
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  /* padding-top: 60px; */
  padding-top: 78px;
  line-height: 1;
  -webkit-perspective: 136px;
  -moz-perspective: 136px;
  perspective: 136px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fes_list li a {
  display: inline-block;
}
.fes_list li a:hover {
  opacity: 1;
}
.fes_list li a:hover .icon_outer .icon {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.fes_list li a:hover .icon_outer:after {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.fes_list li p {
  /*font-size: 1.6rem;*/
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .07em;
  color: #3e3a39;
}
.fes_list li:nth-child(1) .icon_outer {
  background: -webkit-linear-gradient(#48c3fd, #0a7aad, #002244);
  background: -webkit-gradient(linear, left top, left bottom, from(#48c3fd), color-stop(#0a7aad), to(#002244));
  background: -moz- oldlinear-gradient(#48c3fd, #0a7aad, #002244);
  background: linear-gradient(#48c3fd, #0a7aad, #002244);
}
.fes_list li:nth-child(2) .icon_outer {
  background: -webkit-linear-gradient(#777bd5, #10142e);
  background: -webkit-gradient(linear, left top, left bottom, from(#777bd5), color-stop(#ff0405), to(#10142e));
  background: -moz- oldlinear-gradient(#777bd5, #10142e);
  background: linear-gradient(#777bd5, #10142e);
}
.fes_list li:nth-child(3) .icon_outer {
  background: -webkit-linear-gradient(#ff9d9d, #ff0405, #ea0000);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9d9d), color-stop(#ff0405), to(#ea0000));
  background: -moz- oldlinear-gradient(#ff9d9d, #ff0405, #ea0000);
  background: linear-gradient(#ff9d9d, #ff0405, #ea0000);
}
.fes_list li:nth-child(4) .icon_outer {
  background: -webkit-linear-gradient(#a3fe9a, #13b902, #30a501);
  background: -webkit-gradient(linear, left top, left bottom, from(#a3fe9a), color-stop(#13b902), to(#30a501));
  background: -moz- oldlinear-gradient(#a3fe9a, #13b902, #30a501);
  background: linear-gradient(#a3fe9a, #13b902, #30a501);
}
.fes_list li:nth-child(5) .icon_outer {
  background: -webkit-linear-gradient(#fffc49, #c1c306, #969400);
  background: -webkit-gradient(linear, left top, left bottom, from(#fffc49), color-stop(#c1c306), to(#969400));
  background: -moz- oldlinear-gradient(#fffc49, #c1c306, #969400);
  background: linear-gradient(#fffc49, #c1c306, #969400);
}
.fes_list li:nth-child(6) .icon_outer {
  background: -webkit-linear-gradient(#22ac67, #118a4e, #006734);
  background: -webkit-gradient(linear, left top, left bottom, from(#22ac67), color-stop(#118a4e), to(#006734));
  background: -moz- oldlinear-gradient(#22ac67, #118a4e, #006734);
  background: linear-gradient(#22ac67, #118a4e, #006734);
}
.fes_list li:nth-child(7) .icon_outer {
  background: -webkit-linear-gradient(#ff87c0, #ff329c, #f5007f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff87c0), color-stop(#ff329c), to(#f5007f));
  background: -moz- oldlinear-gradient(#ff87c0, #ff329c, #f5007f);
  background: linear-gradient(#ff87c0, #ff329c, #f5007f);
}
.fes_list li:nth-child(8) .icon_outer {
  background: -webkit-linear-gradient(#f29aff, #ff01f6, #a600be);
  background: -webkit-gradient(linear, left top, left bottom, from(#f29aff), color-stop(#ff01f6), to(#a600be));
  background: -moz- oldlinear-gradient(#f29aff, #ff01f6, #a600be);
  background: linear-gradient(#f29aff, #ff01f6, #a600be);
}
.fes_list li:nth-child(9) .icon_outer {
  background: -webkit-linear-gradient(#ffce9a, #ff8b02, #f07c00);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffce9a), color-stop(#ff8b02), to(#f07c00));
  background: -moz- oldlinear-gradient(#ffce9a, #ff8b02, #f07c00);
  background: linear-gradient(#ffce9a, #ff8b02, #f07c00);
}
}

@media screen and (max-width: 767px) {
  /* ===================================================================
  common_sp.css
=================================================================== */
.fes_list {
  font-size: 0rem;
  text-align: center;
  letter-spacing: 0;
}
.fes_list > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  letter-spacing: .1em;
}
.fes_list li {
  width: 162px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 30px;
}
.fes_list li a {
  display: block;
}
.fes_list li a:hover {
  opacity: 1;
}
.fes_list li a:hover img {
  opacity: 1;
}
.fes_list li .icon_outer {
  position: relative;
  width: 136px;
  height: 136px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.fes_list li .icon_outer .icon {
  width: 130px;
  height: 130px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 35px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fes_list li .icon_outer .icon img {
  height: 58px;
}
.fes_list li .icon_outer .icon--filmcraft img {
  height: 64px;
}
.fes_list li .icon_outer:after {
  content: 'Click!';
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  padding-top: 60px;
  line-height: 1;
  -webkit-perspective: 136px;
  -moz-perspective: 136px;
  perspective: 136px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fes_list li p {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .07em;
  color: #3e3a39;
}
.fes_list li:hover .icon_outer .icon {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.fes_list li:hover .icon_outer:after {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.fes_list li:nth-child(1) .icon_outer {
  background: -webkit-linear-gradient(#48c3fd, #0a7aad, #002244);
  background: -webkit-gradient(linear, left top, left bottom, from(#48c3fd), color-stop(#0a7aad), to(#002244));
  background: -moz- oldlinear-gradient(#48c3fd, #0a7aad, #002244);
  background: linear-gradient(#48c3fd, #0a7aad, #002244);
}
.fes_list li:nth-child(2) .icon_outer {
  background: -webkit-linear-gradient(#777bd5, #10142e);
  background: -webkit-gradient(linear, left top, left bottom, from(#777bd5), color-stop(#ff0405), to(#10142e));
  background: -moz- oldlinear-gradient(#777bd5, #10142e);
  background: linear-gradient(#777bd5, #10142e);
}
.fes_list li:nth-child(3) .icon_outer {
  background: -webkit-linear-gradient(#ff9d9d, #ff0405, #ea0000);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9d9d), color-stop(#ff0405), to(#ea0000));
  background: -moz- oldlinear-gradient(#ff9d9d, #ff0405, #ea0000);
  background: linear-gradient(#ff9d9d, #ff0405, #ea0000);
}
.fes_list li:nth-child(4) .icon_outer {
  background: -webkit-linear-gradient(#a3fe9a, #13b902, #30a501);
  background: -webkit-gradient(linear, left top, left bottom, from(#a3fe9a), color-stop(#13b902), to(#30a501));
  background: -moz- oldlinear-gradient(#a3fe9a, #13b902, #30a501);
  background: linear-gradient(#a3fe9a, #13b902, #30a501);
}
.fes_list li:nth-child(5) .icon_outer {
  background: -webkit-linear-gradient(#fffc49, #c1c306, #969400);
  background: -webkit-gradient(linear, left top, left bottom, from(#fffc49), color-stop(#c1c306), to(#969400));
  background: -moz- oldlinear-gradient(#fffc49, #c1c306, #969400);
  background: linear-gradient(#fffc49, #c1c306, #969400);
}
.fes_list li:nth-child(6) .icon_outer {
  background: -webkit-linear-gradient(#22ac67, #118a4e, #006734);
  background: -webkit-gradient(linear, left top, left bottom, from(#22ac67), color-stop(#118a4e), to(#006734));
  background: -moz- oldlinear-gradient(#22ac67, #118a4e, #006734);
  background: linear-gradient(#22ac67, #118a4e, #006734);
}
.fes_list li:nth-child(7) .icon_outer {
  background: -webkit-linear-gradient(#ff87c0, #ff329c, #f5007f);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff87c0), color-stop(#ff329c), to(#f5007f));
  background: -moz- oldlinear-gradient(#ff87c0, #ff329c, #f5007f);
  background: linear-gradient(#ff87c0, #ff329c, #f5007f);
}
.fes_list li:nth-child(8) .icon_outer {
  background: -webkit-linear-gradient(#f29aff, #ff01f6, #a600be);
  background: -webkit-gradient(linear, left top, left bottom, from(#f29aff), color-stop(#ff01f6), to(#a600be));
  background: -moz- oldlinear-gradient(#f29aff, #ff01f6, #a600be);
  background: linear-gradient(#f29aff, #ff01f6, #a600be);
}
.fes_list li:nth-child(9) .icon_outer {
  background: -webkit-linear-gradient(#ffce9a, #ff8b02, #f07c00);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffce9a), color-stop(#ff8b02), to(#f07c00));
  background: -moz- oldlinear-gradient(#ffce9a, #ff8b02, #f07c00);
  background: linear-gradient(#ffce9a, #ff8b02, #f07c00);
}

  .guide_content .material .customTable {
    width: 100%;
    overflow-x: scroll;
  }
  .guide_content .material .customTable table {
    width: 200%;
  }
}
