@charset "UTF-8";
/* CSS Document */
body {
  overflow: visible;
}

#Cp_ttl {
  background: #ff6633;
  margin-top: 1em;
}

.kokuchiimg img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.cam_name_txt {
  text-align: center;
  padding-top: 15px;
  font-size: 11px;
}

.cam_name_txt p {
  display: inline-block;
  text-align: left;
}

.cam_logo {
  text-align: center;
  padding-top: 70px;
}

table {
  border: 0;
  border-collapse: collapse;
}

.hagaki {
  position: relative;
}

.hagaki a {
  display: block;
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translate(-50%, 0);
}

.entry {
  position: relative;
}

.entry a {
  display: block;
  position: absolute;
  bottom: 82px;
  left: 50%;
  transform: translate(-50%, 0);
}

.gohome {
  text-align: center;
  font-size: 1.5em;
  margin-top: 2em;
}

.gohome a {
  background: #eee;
  padding: 0.5em 1em;
  border-radius: 8px;
}

.ls1 {
  letter-spacing: 1em;
  text-indent: 1em;
}

.ls05 {
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.m_a {
  margin: auto;
}

.mxw100 {
  max-width: 100%;
}

/*キャンペーン　レスポンシブ*/
section > h3 {
  text-align: center;
}

.main_visual {
  box-sizing: border-box;
}

.main_visual a {
  display: inline-block;
  margin-top: 1em;
}

.main_visual img {
  width: 100%;
  display: block;
}

.cp_content {
  background: #f2e3b1;
}

.cp_content ul {
  list-style: none;
  padding-bottom: 1em;
}

.cp_content .content {
  background: #fff;
  color: #000;
  /* margin-top: 30px; */
  padding-top: 2em;
}

.mt-3 {
  margin-top: 1em !important;
}

.mt-4 {
  margin-top: 2em !important;
}

.text-center {
  text-align: center;
}

.note {
  color: #ff1a00;
}

.text-bold {
  font-weight: bold;
}

.oubo_nav {
  position: sticky;
  top: 0;
  background: #f2e3b1;
  z-index: 10;
  padding: 3em;
  text-align: center;
}

.anc_nav {
  list-style: none;
  margin-top: 3em;
}

.anc_nav li {
  margin-top: 2em;
}

.anc_nav li:nth-child(1) a {
  background: #c30d23;
}

.anc_nav li:nth-child(2) a {
  background: #946134;
}

.anc_nav a {
  display: block;
  border-radius: 1em;
  font-size: 32px;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  padding: 0.25em;
}

.anc_nav a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.5em;
  content: "";
  background: url(../img/icon_arr.svg) no-repeat;
  width: 0.5em;
  height: 0.5em;
}

.grade_btn {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin: auto;
  margin: 0.5em auto 1.5em;
  text-align: center;
  padding: 1em 1.5em;
  line-height: 1.3;
  border-radius: 0.5em;
  border: 3px solid #fff;
  box-shadow: #aaa 0 3px 4px 1px;
}

.grade_btn:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}

.hagaki1_btn {
  position: relative;
  background: #fff266;
  background: linear-gradient(to bottom, #fff266 0%, #fff13f 40%, #fff13f 100%);
}

.hagaki2_btn {
  position: relative;
  background: #fff266;
  background: linear-gradient(to bottom, #fff266 0%, #fff13f 40%, #fff13f 100%);
  color: #000;
  padding: 1em;
  font-weight: bold;
}

.hagaki2_btn:hover {
  color: #000;
}
.hagaki2_btn:visited {
  color: #646363;
}

.web1_btn {
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(213, 81, 17, 1) 0%,
    rgba(213, 81, 17, 1) 50%,
    rgba(226, 134, 89, 1) 100%
  );
  padding: 1em 0;
}

a.web2_btn {
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(80, 161, 53, 1) 0%,
    rgba(80, 161, 53, 1) 50%,
    rgba(133, 190, 114, 1) 100%
  );
  padding: 1em 0;
  color: #fff;
}

.line_btn {
  position: relative;
  background: linear-gradient(
    0deg,
    rgba(80, 161, 53, 1) 0%,
    rgba(80, 161, 53, 1) 50%,
    rgba(133, 190, 114, 1) 100%
  );
  padding: 1em 0;
  color: #fff;
}

.web1_btn::after,
.web2_btn::after,
.line_btn::after,
.hagaki1_btn::after,
.hagaki2_btn::after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0.4em;
  margin: auto;
  width: 1em;
  height: 1em;
}

.web1_btn::after {
  content: "";
  background: url(../img/icon_arrow-cir1.svg) no-repeat;
  background-size: cover;
}

.hagaki1_btn::after,
.hagaki2_btn::after {
  content: "";
  background: url(../img/icon_arrow-cir2.svg) no-repeat;
  background-size: cover;
}

.web2_btn::after,
.line_btn::after {
  content: "";
  background: url(../img/icon_arrow-cir3.svg) no-repeat;
  background-size: cover;
}

.line_btn:visited,
.web1_btn:visited,
.web2_btn:visited {
  color: #fff;
}

.acc_wrap {
  margin: 0 2em;
}

.acc_wrap.active .acc_head:after {
  transform: rotate(45deg);
}

.acc_wrap.active .acc_body {
  height: auto;
  opacity: 1;
  background: #fff;
  color: #000;
  border: 1px solid #707070;
  border-top: none;
}

.acc_head {
  color: #fff;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 32px;
  margin-top: 1.5em;
}

.quiz_head,
.buy_head {
  color: #fff;
  padding: 0.2em;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
}

/*アンカー移動位置調整*/
.quiz,
.buy {
  padding-top: 7em;
  margin-top: -7em;
}
#Web,
#Senyou,
#Yubin,
#buy_Web,
#buy_Ec,
#buy_Line,
#buy_Senyou,
#buy_Yubin {
  padding-top: 7.5em;
  margin-top: -7.5em;
}

.quiz_head {
  background: #d55111;
}

.buy_head {
  background: #50a135;
}

.acc_head:after {
  transition: all 0.5s ease;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  width: 1em;
  height: 1em;
  transform-origin: 50% 50%;
  content: "";
}
/* 
.application .acc_head:after,
.quiz .acc_head:after {
  background: url(../img/icon_plus-wh.svg) no-repeat;
  background-size: cover;
} */

.summary .acc_head:after {
  background: url(../img/icon_plus-bl.svg) no-repeat;
  background-size: cover;
}

.acc_body {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.acc_body h3 {
  color: #000;
  font-weight: bold;
  margin-top: 1.5em;
}

.acc_body h3:first-child {
  margin-top: 0;
}

.acc_body dd {
  padding-left: 1em;
}

.acc_body .address {
  background: #fcfddb;
  border-radius: 6px;
  padding: 1em 3em;
  width: 86%;
  box-sizing: border-box;
  margin: 0.5em auto 3em;
  font-weight: bold;
  font-size: 0.9em;
}

.acc_body .address span {
  font-size: 1.15em;
}

.acc_body .text-right {
  text-align: right;
  margin-top: 0;
}

.acc_body_wrap {
  padding: 1em 0.7em 2em;
}

.bgc_gray {
  background-color: #f7f7f7;
  padding: 10px 0 50px;
  margin-top: 1em;
}

.bgc_gray dd p {
  font-weight: bold;
}

.application .acc_head {
  background: #50a135;
  letter-spacing: normal;
}
.application_nav {
  max-width: 772px;
  justify-content: space-between;
  margin: auto;
}
.application_nav li {
  position: relative;
  width: 33%;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  padding: 0.5em 0.5em 1.5em;
}

.quiz .application_nav li {
  border-left: 1px solid #d55111;
  color: #d55111;
}
.quiz .application_nav li:last-of-type {
  border-right: 1px solid #d55111;
}
.buy .application_nav li {
  border-left: 1px solid #50a135;
  color: #50a135;
}
.buy .application_nav li:nth-of-type(3),
.buy .application_nav li:nth-of-type(5){
  border-right: 1px solid #50a135;
}

.application_nav li::after {
  position: absolute;
  content: "";
  bottom: 5px;
  right: 50%;
  transform: translateX(50%);
  width: 20px;
  height: 12px;
}

.quiz .application_nav li::after {
  background: url(../img/icon_arrow-or.svg) no-repeat;
}
.buy .application_nav li::after {
  background: url(../img/icon_arrow-gr.svg) no-repeat;
}

.application_nav a {
  text-decoration: none;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.quiz .application_nav a {
  color: #d55111;
}
.buy .application_nav a {
  color: #50a135;
}
.application_nav a:hover {
  opacity: 0.7;
}

.cp_content {
  font-feature-settings: "palt";
  padding-bottom: 2em;
}

.application h2 {
  color: #fff;
  font-size: 2.6em;
  text-align: center;
  letter-spacing: normal;
  margin: auto;
  margin-top: 2em;
  padding: 0.5em 0;
}

.summary h2 {
  background: #fae000;
  color: #646363;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 0.2em;
}

.detail_link {
  display: block;
  background: #fff url(../img/icon_arrow.svg) no-repeat center right 7%;
  color: #d55111;
  border: 3px solid #d55111;
  /* padding: 0.5em; */
  cursor: pointer;
  font-weight: bold;
  font-size: 31px;
  text-align: center;
}

.detail_link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.detail_link a:visited {
  color: #e55928;
}

.cp_content > h3 {
  margin-top: 0.5em;
  text-align: center;
}

.cp_content section {
  color: #231815;
}

.cp_content h2 > img {
  /* margin-left: 1em; */
  /* margin-top: -0.5em; */
}

.cp_content section .bdb {
  border-bottom: 1px solid #ccc;
}

.cp_content section .image_note {
  display: inline;
  margin-left: auto;
  margin-top: 0.5em;
  margin-right: 1.5em;
  margin-bottom: 2em;
}

.cp_content .caution_list {
  list-style: disc;
  padding-left: 1em;
}

.bdt {
  border-top: 1px solid #666;
  padding-top: 1em;
}

.section2 img,
.section3 img {
  max-width: 100%;
  display: block;
  margin: 1em auto 0;
}

.section2 {
  position: relative;
  padding-top: 0.5em;
  /* padding-top: 1em; */
}

.section2::after{
  position: absolute;
  content: "";
  background: url(../img/bg1.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  left: 60px;
  width: 256px;
  height: 193px;
}

.section2 .content {
  background: #fff;
  padding-bottom: 118px;
}

.section2 .note_caption {
  text-align: right;
  font-family: serif;
}

.section2 .application_method {
  margin-bottom: 2em;
  font-weight: bold;
}

.section2 .application_method dt {
  background: #d55111;
  color: #fff;
}

.section2 .application_method dd {
  color: #6a3906;
}

.section2 dl {
  font-weight: bold;
}

.section2 .quiz dl dt {
  color: #d55111;
  text-align: center;
  background: #fff;
  position: relative;
  margin-top: 1.5em;
}

.section2 .quiz dl dt::before,
.section2 .quiz dl dt::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 25%;
  height: 6px;
  content: "";
  border-top: solid 1px #d55111;
  border-bottom: solid 1px #d55111;
}

.section2 .quiz dl dt::before {
  left: 0;
}
.section2 .quiz dl dt::after {
  right: 0;
}

.section2 .quiz dl dd {
  padding: 1em 0em;
}

.section2 dl dd {
  font-weight: normal;
}

.application_method p {
  /* color: #40210F; */
  font-weight: bold;
  margin: 1em 2em;
}

.section3 {
  padding-top: 0.5em;
  padding-bottom: 150px;
  position: relative;
}

.section3 .detail_note{
  position: absolute;
  bottom: 0;
  left: 0;
}


.section3 ul {
  /* margin-top: 1em; */
}

.section3 .bdl {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #ccc;
}

.section3 img {
  display: block;
  margin: auto;
  margin-top: 1em;
}

.section3 .content {
  background: #fff;
  padding-top: 2em;
  padding-bottom: 6.5em;
}

.section3 .buy dl dt {
  position: relative;
  color: #50a135;
  background: #fff;
  margin-top: 1.5em;
}

.section3 .buy dl dt::before,
.section3 .buy dl dt::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 25%;
  height: 6px;
  content: "";
  border-top: solid 1px #50a135;
  border-bottom: solid 1px #50a135;
}

.section3 .buy dl dt::before {
  left: 0;
}
.section3 .buy dl dt::after {
  right: 0;
}

.section2 .summary dl,
.section3 .summary dl {
  margin-top: 0;
}

.section2 .summary img,
.section3 .summary img {
  margin: 0;
}

.section3 .summary dl dt {
  text-align: left;
}

.summary dl dt:nth-of-type(2) {
  margin-top: 1em;
}

.section3 .summary dd p {
  font-weight: bold;
}
.section3 .summary dd p:nth-of-type(2) {
  /* margin-top: 2em; */
}

.summary .acc_body h3 {
  color: #ff0000;
}

.summary .prize_list {
  /* margin-left: 4em;
  text-indent: -4em; */
}

.section3 .application_method dt {
  background: #73be1e;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.section3 .application_method dd {
  margin-top: 0.5em;
  color: #40210f;
}

.section3 dl {
  font-weight: bold;
}

.section3 dl dt {
  text-align: center;
}

.section3 dl dd {
  padding: 0em 0.5em 0;
  font-weight: normal;
}

.section3 .method_note {
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 2em;
  line-height: 1.5;
}

.section3 .method_note h3 {
  text-align: center;
  font-weight: bold;
  color: #50a135;
  letter-spacing: 0.1em;
}

.section3 .method_note h3::before,
.section3 .method_note h3::after {
  content: "●";
  color: #50a135;
  padding: 0em;
}

.take_photo_note ul li,
.caution_sm li {
  text-indent: -1em;
  margin-left: 1em;
  /* line-height: 1.6; */
}

.take_photo_note ul li:before,
.caution_md li:before,
.caution_sm li:before {
  content: "※";
}

.section3 .buy_main {
  background: #fadfd3;
  border-radius: 4px;
  padding: 1em;
  margin-top: 1em;
}

.section3 .yukokigen {
  text-align: left;
  margin-top: 1em;
}

.section3 .caution {
  color: #018a00;
  text-align: left;
  line-height: 1.5;
}

.section3 .caution_sm {
  margin-bottom: 2em;
}

.section3 .take_photo_note {
  background: #fffde2;
  padding: 1em 1.5em;
  margin-top: 3em;
}

.section3 .take_photo_note h3 {
  text-align: center;
}

.section3 .take_photo_note .case {
  color: #e8440a;
  text-align: center;
  font-weight: bold;
  margin-top: 1.5em;
}

.section3 .take_photo_note .two .case {
  color: #000;
}

.section3 .take_photo_note ol,
.line_flow {
  list-style: none;
}
.section3 .take_photo_note ol li,
.line_flow li {
  position: relative;
}

.section3 .take_photo_note ol li:first-of-type,
.line_flow ol {
  margin-left: 0;
}
.section3 .take_photo_note ol li:not(:last-of-type)::after {
  position: absolute;
  content: url(../img/icon_tri.png);
  top: 30%;
  left: 106%;
}
.line_flow li:not(:last-of-type)::after {
  position: absolute;
  content: url(../img/icon_tri_gr.png);
  top: 40%;
  left: 95%;
}
.section3 .take_photo_note .two li:not(:last-of-type)::after {
  content: none;
}
.section3 .take_photo_note li img {
  max-width: 185px;
}

.section3 .take_photo_note .two li:before {
  content: none !important;
}

.section3 .take_photo_note ol p {
  text-indent: 0;
}

.section3 .take_photo_note h3::before,
.section3 .take_photo_note h3::after {
  content: "●";
  color: #e50012;
  padding: 0em;
}

.buy_prize_note {
  margin: 2em;
  font-size: 20px;
  font-weight: bold;
}

.line {
  padding-bottom: 1em;
}

.line_flow {
  max-width: 804px;
  background: #e2f3e1;
  margin: 2em auto 0;
}

.section3 .go_form {
  margin-top: 2em;
}

.cp_contact {
  margin-top: 3em;
  left: 2em;
}

.cp_contact dt {
  font-weight: bold;
}

.cp_contact .section3 p {
  margin-top: 2em;
}

.footer_logo {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em;
}

.postcard1 .note,
.postcard2 .note,
.web_form .note {
  color: #e60012;
}

.postcard1 h3 {
  color: #fff7a4;
  font-family: serif;
  border: 1px solid #fff7a4;
  text-align: center;
}

.postcard1 .content {
  padding: 1em;
}

.postcard1 .content p {
  margin-top: 0.75em;
}

.postcard1 .content p:first-child {
  margin-top: 0;
}

.postcard1 .content_padding {
  margin-top: 0.5em;
  padding: 0em 2.3em;
}

.postcard1 a {
  border: 2px solid #fff;
  background: #ff7e1d;
  background: linear-gradient(0deg, #ff7e1d 0%, #ff7e1d 80%, #fdac70 100%);
  display: block;
  box-shadow: 3px 3px 3px 0 #666;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.25em;
  border-radius: 8px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  margin-left: 2em;
  margin-right: 2em;
}

.postcard2 img {
  margin-top: 1em;
}

.postcard2 .content {
  padding: 1em;
}

.web_form .content {
  padding: 0.5em;
}

.web_form a {
  border: 2px solid #fff;
  background: #d20f00;
  background: linear-gradient(0deg, #d20f00 0%, #d20f00 80%, #ff776d 100%);
  display: block;
  box-shadow: 3px 3px 3px 0 #666;
  color: #fff;
  text-decoration: none;
  padding: 0.25em;
  border-radius: 8px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  margin-left: 2em;
  margin-right: 2em;
}

.info {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 17px;
  letter-spacing: 0.05em;
  padding: 45px 100px;
}

.info h3 {
  font-weight: bold;
  letter-spacing: normal;
}

.info p {
  line-height: 2.2;
}

.info span {
  font-size: 15px;
  line-height: 1.2;
  display: block;
  padding-bottom: 5px;
}

.info_logo {
  margin-bottom: 45px;
  width: 100%;
}

.sns_bnr {
  text-align: center;
}

.sns_bnr a {
  display: block;
  margin-bottom: 1em;
}

/* ********************************

PC 

******************************** */
@media screen and (min-width: 768px) {
  .text-right {
    text-align: right;
  }
  .d_flex {
    display: flex;
    flex-wrap: wrap;
  }
  .d-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .pcnone {
    display: none;
  }
  .cp_content section {
    padding-left: 3em;
    padding-right: 3em;
  }
  .cp_content section .bdb {
    margin: 1em 2em 2em;
  }
  .col_1 {
    width: 8.33333%;
  }
  .col_2 {
    width: 16.66667%;
  }
  .col_3 {
    width: 25%;
  }
  .col_4 {
    width: 33.33333%;
  }
  .col_5 {
    width: 41.66667%;
  }
  .col_6 {
    width: 50%;
  }
  .col_7 {
    width: 58.33333%;
  }
  .col_8 {
    width: 66.66667%;
  }
  .col_9 {
    width: 75%;
  }
  .col_10 {
    width: 83.33333%;
  }
  .col_11 {
    width: 91.66667%;
  }
  .col_12 {
    width: 100%;
  }
  .anc_nav li:first-child {
    margin-top: 0;
  }
  .grade_btn {
    width: 640px;
    font-size: 30px;
  }
  a.web2_btn {
    font-size: 30px;
  }
  .quiz_body,
  .buy_body {
    font-size: 1.75em;
  }
  .section1 h2,
  .section1 h3 {
    width: 95%;
  }
  .section1 h3 {
    font-size: 28px;
  }
  .section1 .d_flex {
    margin-top: 2em;
  }
  .section1 .d_flex .col:nth-child(2n) img {
    padding-left: 10%;
  }
  .section1 .d_flex .col:nth-child(n + 3) {
    margin-top: 5em;
  }
  .section1 .kikan {
    font-size: 30px;
  }
  .section1 .read {
    font-size: 20px;
  }
  .section2 {
    padding-top: 2em;
    padding-bottom: 7em;
  }
  .section2 .note_caption {
    font-size: 18px;
    padding-right: 3em;
  }
  .section2 .application_method dd {
    font-size: 24px;
  }
  .section2 .quiz dl {
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 2em;
  }
  .section2 dl dt {
    font-size: 28px;
  }
  .section2 dl dd {
    font-size: 22px;
  }

  .section2 .prize,
  .section3 .prize {
    margin: 0 2em 0em;
    padding-bottom: 1em;
  }

  .section2 .course_title {
    margin-top: -3em;
    margin-right: -2em;
  }
  .section3 .course_title {
    margin-top: -6em;
    margin-left: 2%;
  }

  .section2 .course_b img {
    margin-left: 1em;
  }

  .section3{
    padding-bottom: 150px;
  }
  .section3 .buy_b img {
    /* margin-left: 7%;
  margin-top: -7%; */
  }

  .section3 .buy_d img {
    /* margin-left: 8%; */
  }

  .section3 .buy_c img {
    /* margin-left: 0; */
  }
  .section3 .buy_e img {
    /* margin-left: 8%; */
  }

  .section3 .buy_f img {
    /* margin-left: 4%; */
  }

  .section3 .yukokigen {
    font-size: 20px;
    margin-left: 3em;
    margin-right: 3em;
  }
  .section3 .caution_md,
  .section3 .caution_sm {
    font-size: 20px;
  }
  .section3 .take_photo_note {
    /* margin-left: 1em;
    margin-right: 1em; */
    font-size: 22px;
  }
  .section3 .take_photo_note h3 {
    font-size: 32px;
  }
  .section3 .take_photo_note .case {
    font-size: 24px;
  }
  .section3 .take_photo_note ul,
  .line_flow ul {
    margin-left: 0.5em;
    margin-right: 1em;
    margin-top: 2em;
  }
  .section3 .take_photo_note ol:nth-of-type(2) div {
    min-height: 280px;
  }
  .section3 .take_photo_note ol li {
    max-width: 185px;
    font-size: 16px;
    margin-left: 3em;
  }

  .line_flow li {
    font-size: 16px;
    padding: 1em 2em;
  }

  .section3 .buy_prize_note {
    /* margin: 1em 3em;
    font-size: 20px; */
  }

  .acc_wrap.summary {
    /* margin: 0 ; */
    /* padding: 0.2em; */
  }

  .application_nav {
    flex-wrap: wrap;
  }
  .application_nav li{
    margin-top: 1.5em;
    height: 90px;
  }
  .summary dl dt {
    font-size: 23px;
    padding: 0.5em 0;
  }
  .summary dd p {
    font-size: 22px;
    text-indent: -1em;
  }
  .section3 .buy p {
    margin-top: 1em;
  }
  .section3 .application_method dt {
    font-size: 28px;
  }
  .section3 dl {
    margin-left: 2em;
    margin-right: 2em;
  }
  .section3 .buy dl dt {
    font-size: 32px;
  }
  .section3 dl dd {
    font-size: 22px;
  }
  .section3 .method_note {
    font-size: 24px;
    padding: 0 2em;
  }
  .section3 h3 {
    font-size: 27px;
  }
  .section3 .caution {
    font-size: 30px;
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
  .section3 .caution span {
    font-size: 25px;
  }
  .section3 .d_flex .d_flex {
    justify-content: flex-end;
    align-items: center;
  }
  .section3 .d_flex .d_flex img {
    padding-right: 2em;
  }
  .section3 .take_photo_note ol p {
    font-size: 16px;
  }
  .acc_body .address {
    width: auto;
    margin: 2em 1em;
  }

  .summary {
    font-size: 23px;
  }

  .summary dl {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .summary .wchance {
    margin: 1em 0.5em 0 1em;
    font-size: 22px;
  }
  .cp_content .caution_list {
    margin-top: 0;
  }
  .cp_contact {
    margin-left: 4em;
    margin-right: 4em;
    font-size: 23px;
  }
  .cp_contact dd span {
    font-size: 19px;
  }
  .section4 {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .section4 p {
    font-size: 1.75em;
  }
  .oubogaiyou h2,
  .postcard1 h2,
  .postcard2 h2,
  .web_form h2 {
    margin-top: 2em;
  }
  .anc_nav,
  .oubogaiyou,
  /* .quiz, */
  .postcard1,
  .postcard2,
  .web_form {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .postcard1 .content,
  .postcard2 .content,
  .web_form .content {
    font-size: 1.5em;
  }
  .quiz p {
    padding: 0.5em 0 0;
  }
  .quiz p img {
    /* padding-top: 0.5em; */
  }
  .quiz .note {
    /* font-size: 1.5em; */
  }
  .travel_period_box {
    margin-top: 2em;
  }
  .travel_period_box dl {
    padding: 1em;
  }
  .travel_period_box dd p {
    margin-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .travel_period_box .note {
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 1.5em;
  }
  .travel_period_box .note li {
    margin-left: 1em;
    text-indent: -1em;
  }
  .sns_block {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .sns_bnr div a {
    padding: 0 0.5em;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .d_flex {
    display: block;
  }
  .main_visual {
    background-size: contain;
    height: auto;
  }
  .main_visual a {
    width: 75%;
    margin-top: 0.5em;
  }
  .cp_content {
    font-size: 16px;
  }
  .cp_content section {
    padding-left: 1em;
    padding-right: 1em;
  }
  .cp_content h2 {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0.5em;
    margin-top: 0;
  }
  .quiz_head,
  .buy_head {
    margin-left: -0.6em !important;
    margin-right: -0.6em !important;
    margin-top: 2em !important;
  }
  .cp_content h2 img {
    margin-top: 0;
    margin-left: 0;
  }
  .course_title{
    margin-top: -1.5em !important;
    width: 105%;
  }
  .grade_btn {
    font-size: 15px;
  }

  .detail_link {
    font-size: 1em;
  }

  .cp_content h3 img,
  .cp_content .quiz img,
  .cp_content .postcard1 img,
  .cp_content .postcard2 img,
  .cp_content .section1 .col img,
  .cp_content .section3 .col img {
    max-width: 100%;
  }
  .cp_content .content {
    margin-top: 0;
    padding: 1em 0.6em 2em;
  }
  .travel_period_box {
    padding: 1em 0 0;
  }
  .travel_period_box dl {
    border: 1px solid #fff;
  }
  .travel_period_box dt {
    border-bottom: 1px solid #fff;
    font-size: 1em;
  }
  .travel_period_box dd {
    font-size: 0.85em;
  }
  .travel_period_box dd p img {
    width: 80%;
    padding: 0.5em 0;
  }
  .travel_period_box .note {
    font-size: 0.85em;
  }
  .col_1,
  .col_2,
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8,
  .col_9,
  .col_10,
  .col_11,
  .col_12 {
    width: auto;
  }
  .col img {
    padding: 1em 0 0;
  }
  .col:first-child img {
    padding-top: 0;
  }
  .col:last-child img {
    padding-bottom: 0;
  }

  .oubo_nav {
    padding: 0.5em 0 1em;
  }

  .oubo_nav img {
    max-width: 80%;
    margin-top: 0.7em;
  }

  .anc_nav {
    margin-top: 1.5em;
  }
  .anc_nav li {
    margin-top: 1em;
  }
  .anc_nav a {
    font-size: 14px;
    padding: 0.5em;
    border-radius: 2em;
  }
  .anc_nav a:after {
    width: 0.75em;
    height: 0.75em;
    background-size: contain;
    right: 1em;
  }
  .acc_wrap {
    margin: 0;
    margin-top: 1em;
  }
  .acc_head {
    margin-bottom: 0 !important;
    padding: 0.8em 0.5em;
  }
  .acc_head:after {
    right: 0.5em;
  }
  .summary .acc_head {
    padding: 0.5em;
  }
  .summary .acc_head:after {
    right: 0.5em;
  }
  .acc_body h3 {
    text-align: left;
  }
  .acc_body h3:first-child {
    margin-top: 0;
  }
  .acc_body dl {
    font-size: 0.85em;
  }
  .acc_body dt img {
    width: 60%;
    padding: 0.2em 0 0;
  }
  .acc_body dd {
    padding-left: 0;
  }
  .acc_body p,
  .acc_body ul {
    font-size: 0.9em;
    text-align: left;
  }
  .acc_body .address {
    padding: 1em;
    width: 100%;
  }
  .acc_body .address p {
    font-size: 14px;
  }
  .acc_body_wrap {
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .application .acc_body {
    padding-left: 1em;
    padding-right: 1em;
  }
  .quiz {
    font-size: 1em;
  }
  .quiz p {
    font-size: 0.9em;
  }
  /* .quiz .note {
    font-size: 0.85em;
  } */
  .quiz img {
    margin: 1em 0;
  }
  .oubogaiyou h2 {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .postcard1 p,
  .postcard2 p,
  .web_form p {
    font-size: 0.85em;
  }
  .postcard1 {
    margin-top: 2em;
  }
  .postcard1 h3 {
    font-size: 0.8em;
  }
  .postcard1 .content_padding {
    padding: 0;
  }
  .postcard2 .content {
    padding: 1em;
  }
  .section1 .d_flex {
    margin-top: 1em;
  }
  .section1 .col {
    width: 92%;
    margin-left: 8%;
  }
  .section1 .timelimit {
    margin-top: 1em;
  }
  .section1 .read span {
    font-size: 1em;
  }
  .section1 .col,
  .section3 .col {
    text-align: center;
    padding: 0.5em 0;
  }
  .section2 .content,
  .section3 .content {
    border-width: 5px;
  }
  .section1 .kikan {
    margin-top: 1.5em;
  }
  .section1 .kikan p {
    margin-top: 0.5em;
    font-size: 12px;
  }
  .section2 {
    margin-top: 0;
    padding-top: 0.5em;
  }

  .section2::after{
    bottom: -3em;
    left: 12px;
    width: 100px;
    height: 74px;
  }

  .section2 h2 img {
    /* margin-left: -2%; */
  }

  .section2 p {
    /* padding-bottom: 1em; */
  }
  .section2 .quiz dl {
    margin-top: 1em;
    /* padding: 0 1em; */
  }
  .section2 dl dt {
    font-size: 16px;
  }
  .section2 .quiz dl dt::before,
  .section2 .quiz dl dt::after {
    width: 13%;
  }
  .section2 dl dd {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .section2 .note_caption {
    font-size: 12px;
  }
  .cp_content section .image_note {
    width: 85%;
  }

  .course_a,
  .course_b {
    margin-left: 1em;
    margin-right: 1em;
  }
  .buy_a,
  .buy_b,
  .buy_c,
  .buy_d,
  .buy_e,
  .buy_f {
    margin-left: 1em;
    margin-right: 1em;
  }
  .section3 {
    padding-bottom: 0;
    padding-top: 3em;
  }
  .section3 .detail_note{
    position: static;
    max-width: 100%;
    margin-top: -2em;
  }

  .section3 ul {
    margin-top: 0;
  }
  .section3 .prize_list {
    font-size: 1em;
  }
  .section3 .content > p {
    /* margin: 0; */
    padding-bottom: 1em;
  }

  .section3 .buy_c img {
    /* margin-left: -4%; */
  }

  .section3 .buy_d img,
  .section3 .buy_e img {
    margin-left: 1%;
    margin-bottom: 0.5em;
  }

  .section3 .buy_f img {
    /* margin-left: 1%; */
  }
  .section3 .yukokigen {
    font-size: 14px;
  }
  .section3 .method_note h3 {
    font-size: 17px;
  }
  .application_nav {
    flex-wrap: wrap;
    max-width: 96%;
    margin-top: 1em;
  }
  .application_nav li {
    width: 50%;
    margin-top: 1em;
    font-size: 13px;
  }
  .quiz .application_nav li:nth-of-type(2) {
    border-right: 1px solid #d55111;
  }
  .buy .application_nav li:nth-of-type(even) {
    border-right: 1px solid #50a135;
  }
  .buy .application_nav li:nth-of-type(3) {
    border-right: none;
  }
  .application_nav li::after {
    background-size: 70% !important;
  }
  .application_method p {
    margin: 0 0.5em;
  }
  .section3 .take_photo_note ul {
    font-size: 14px;
    /* padding: 0 1em; */
  }
  .section3 .application_method {
    margin-top: 1em;
  }

  .section3 .caution_sm {
    font-size: 14px;
  }
  .section3 .col {
    width: 90%;
    margin: auto;
  }
  .section3 dl {
    /* margin-top: 1.5em; */
  }
  .section3 .bgc_gray dl {
    padding: 0 1em;
  }
  .section3 .bdl {
    margin-left: 0.5em;
    padding-left: 0.5em;
  }
  .section3 dl dt {
    font-size: 16px;
  }
  .section3 .buy dl dt::before,
  .section3 .buy dl dt::after {
    width: 13%;
  }
  .section3 .summary dd p {
    font-size: 1em;
  }
  .section2 p,
  .section3 p {
    margin-top: 0.5em;
    font-size: 14px;
  }
  .section3 dl dd {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }
  .section3 .take_photo_note {
    margin-top: 2em;
    padding: 1em;
  }
  .section3 .take_photo_note .case {
    font-size: 14px;
  }

  .section3 .take_photo_note .case:nth-of-type(2),
  .section3 .take_photo_note .two .case {
    margin-top: 3em;
  }
  .section3 .take_photo_note ol {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .section3 .take_photo_note ol li {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
    margin-left: 0;
  }
  .section3 .take_photo_note li:first-of-type {
    margin-top: 1em;
  }
  .section3 .take_photo_note li img {
    margin-top: 0.5em;
    max-width: 80%;
  }
  .section3 .take_photo_note ol li:not(:last-of-type)::after {
    bottom: -50px;
    top: auto;
    left: 44%;
    transform: rotate(90deg);
  }
  .line_flow {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 1em 0;
  }
  .line_flow li:not(:first-of-type) {
    margin-top: 3em;
  }
  .line_flow li:not(:last-of-type)::after {
    top: 105%;
    left: 47%;
    transform: rotate(90deg);
  }
  .line_flow .detail {
    padding: 0 1em;
    font-size: 14px;
  }
  .prize {
    margin: 1em 0 !important;
  }
  .detail_link {
    font-size: 1em;
    /* color: #E8440A; */
    background-size: 12px;
    padding: 0.2em;
    background-position: center right 2%;
  }
  .bgc_gray {
    padding: 10px 0 25px;
  }
  .caution span {
    font-size: 12px;
  }
  .cp_contact {
    margin-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .cp_contact dt {
    font-size: 0.9em;
  }
  .cp_contact dd {
    font-size: 14px;
  }
  .cp_contact span {
    font-size: 12px;
  }
  .prize_keywords {
    font-size: 11px;
    padding: 1em;
  }
  .sns_block {
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer_logo {
    margin-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer_logo img {
    max-width: 100%;
  }
  .buy_prize_note {
    margin: 1em;
    font-size: 0.85em;
  }
  .web2_btn {
    /* margin: 0em 1em; */
  }
  .summary {
    margin-top: 1em;
  }
  .gohome {
    font-size: 16px;
  }
  .info {
    font-size: 15px;
    padding: 25px 1em;
  }
  .info p {
    line-height: normal;
  }
  .info p:first-of-type {
    padding-bottom: 5px;
  }
  .info a {
    white-space: nowrap;
  }
  .info span {
    font-size: 13px;
  }
}
/*# sourceMappingURL=page.css.map */
