@charset "UTF-8";
/* -----------------------------------------------------------------------
## sanitize.css ##########################################################
----------------------------------------------------------------------- */
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* -----------------------------------------------------------------------
## Font family ###########################################################
----------------------------------------------------------------------- */
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

body {
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
}

.ie body {
  font-family: "Helvetica", Meiryo, sans-serif;
}

/* -----------------------------------------------------------------------
## base ##################################################################
----------------------------------------------------------------------- */
:root {
  font-size: 10px;
}

html, body {
  overflow-x: hidden;
  min-width: 100%;
  min-height: 100%;
}

body {
  line-height: 1.4;
  color: #000;
}

a {
  color: #000;
}

a:visited {
  color: #000;
}

a:active {
  color: #000;
}

ahover {
  color: #000;
}

ul, ol, li {
  list-style: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.pcbr {
  display: inline;
}

.spbr {
  display: none;
}

@media screen and (max-width: 640px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: inline;
  }
}

.container_l {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.container_s {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.floatingLink {
  position: fixed;
  right: 10px;
  bottom: 32px;
  width: 102px;
}

.floatingLink a {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.floatingLink a:hover {
  opacity: .75;
}

.floatingLink .sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .container_l {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .floatingLink {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .floatingLink #sideNav {
    display: -webkit-box;
    /* Android4.3以前ブラウザ用 */
    /* iOS8以前Safari用 */
    display: -ms-flexbox;
    display: flex;
    /*--- safari（PC）用 ---*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .floatingLink #sideNav li {
    width: 33%;
    text-align: center;
  }
  .floatingLink .pc {
    display: none;
  }
  .floatingLink .sp {
    display: inline;
  }
  .floatingLink a {
    margin-bottom: 0;
  }
  .floatingLink a img {
    width: 100%;
    height: auto;
  }
}

/* -----------------------------------------------------------------------
## header ################################################################
----------------------------------------------------------------------- */
.pageHeader {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.pageHeader .siteTtl {
  float: left;
  width: 30.1%;
  padding-top: 1.5%;
}

.pageHeader .siteCopy {
  float: right;
  width: 54.1%;
  padding-top: 3px;
}

.pageHeader img {
  width: 100%;
}

/* -----------------------------------------------------------------------
## section01 #############################################################
----------------------------------------------------------------------- */
.mv {
  position: relative;
  width: auto;
  padding: 2.887% 0 1px;
  background: url(../img/bg_mv.jpg) no-repeat center top;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.mv:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 34px 31.5px 0 31.5px;
  border-color: #56534f transparent transparent transparent;
  content: "";
}

.mv_inner {
  position: relative;
  margin: 0 auto;
}

.mv .mvTtl_txt01 {
  font-size: 4.7rem;
}

.mv .mvTtl_txt01 .mvTtl_balloon {
  display: block;
  height: 73px;
  line-height: 63px;
  background: url(../img/bg_balloon.png) no-repeat center top;
  font-size: 3.4rem;
  font-weight: normal;
}

.mv .mvTtl_txt01 .mvTtl_balloon span {
  margin-left: -.25em;
  letter-spacing: -.5em;
}

.mv .mvTtl_txt01 .marker {
  display: inline-block;
  padding-bottom: 5px;
  background: url(../img/bg_grad.png) repeat-x left bottom;
  background-size: 1px 15px;
  font-weight: normal;
}

.mv .mvTtl_txt01 strong {
  font-size: 6.5rem;
}

.mv .mvTtl_merit {
  position: relative;
  margin: 4.9% auto 3.4%;
  font-weight: normal;
}

.mv .mvTtl_merit > div {
  position: relative;
  float: left;
  width: 35.55%;
  box-sizing: border-box;
}

.mv .mvTtl_merit .sp {
  display: none;
}

.mv .mvTtl_merit img {
  width: 100%;
  height: auto;
}

.mv .mvTtl_merit02 {
  margin-left: -3.4%;
}

.mv .mvTtl_merit03 {
  margin-left: -3.4%;
}

.mv .mvTtl_txt02 {
  padding-bottom: 29px;
  font-weight: bold;
  font-size: 5.4rem;
  background: url(../img/bg_grad.png) repeat-x left bottom;
  background-size: 1px 15px;
}

.mv .mvTtl_txt02 .num {
  font-size: 6.3rem;
}

.mv .badge {
  position: absolute;
  top: -59px;
  left: -186px;
  width: 268px;
  height: 268px;
  line-height: 1;
  padding-top: 25px;
  background: url(../img/bg_badge.png) no-repeat center center;
  background-size: contain;
  letter-spacing: -.04em;
  -webkit-transition: .2s all ease;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.mv .badge_txt {
  line-height: 1.25;
  font-size: 2.8rem;
}

.mv .badge .remaining {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: -.04em;
}

.mv .badge .remaining_days {
  position: relative;
  top: 0;
  color: #ffff00;
  font-size: 8rem;
}

.mv .badge .remaining_times {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: .04em;
}

.mv .badge .remaining_hours {
  color: #ffff00;
  font-size: 3.6rem;
}

.mv .badge .remaining_minutes {
  color: #ffff00;
  font-size: 3.6rem;
}

.mv .badge .remaining_seconds {
  color: #ffff00;
  font-size: 3.6rem;
}

/* -----------------------------------------------------------------------
## section02 #############################################################
----------------------------------------------------------------------- */
.change {
  padding-top: 6.835%;
  text-align: center;
  background: #f2f3f3;
}

.change .changeTtl {
  position: relative;
  margin-bottom: 50px;
  color: #222;
  font-size: 3rem;
  font-weight: normal;
}

.change .changeTtl strong {
  display: block;
  line-height: 1.3;
  margin-top: 7px;
  color: #000;
  font-size: 5.6rem;
  font-weight: bold;
}

.change .changeTtl_line {
  display: inline-block;
  position: relative;
}

.change .changeTtl_line:before {
  display: block;
  position: absolute;
  bottom: -3px;
  left: -88px;
  width: 65px;
  height: 170px;
  background: url(../img/shape_line_l.png) no-repeat left top;
  background-size: contain;
  content: "";
}

.change .changeTtl_line:after {
  display: block;
  position: absolute;
  bottom: -3px;
  right: -88px;
  width: 65px;
  height: 170px;
  background: url(../img/shape_line_r.png) no-repeat left top;
  background-size: contain;
  content: "";
}

.change_contents {
  margin-bottom: 50px;
  padding: 3.346%;
  background: #fff;
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.change_contents p {
  font-size: 3.2rem;
}

.change .change_caption {
  margin-bottom: 10px;
  font-size: 2.4rem;
}

.change .changeList {
  padding-top: 10px;
  color: #f47000;
  font-size: 4rem;
  font-weight: bold;
}

.change .changeList_item:before {
  content: "\f046";
  line-height: 1;
  margin-right: 13px;
  font-family: FontAwesome;
  font-weight: bold;
}

.change .change_textArea {
  font-size: 1.8rem;
  line-height: 1.777;
}

.change .change_textArea p {
  margin-bottom: 30px;
}

.change .change_textArea p:last-child {
  margin-bottom: 100px;
}

.change .deadline {
  margin-bottom: 70px;
  background: url(../img/bg_deadline01.png) no-repeat left top, url(../img/bg_deadline02.png) no-repeat right top;
  background-color: #797a7a;
  background-size: cover;
}

.change .deadline .container_l {
  position: relative;
}

.change .deadline_ttl {
  position: absolute;
  top: -30%;
  left: 20px;
  width: 45.8%;
  min-width: 202px;
}

.change .deadline_ttl img {
  width: 100%;
  height: auto;
}

.change .deadline p {
  line-height: 1;
  padding: 5% 0;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
}

.change .deadline p strong {
  color: #ffff00;
}

.change .deadline p .num {
  font-size: 6rem;
}

.change .deadline_char {
  position: absolute;
  bottom: -12px;
  right: -80px;
  width: 38.1%;
}

.change .deadline_char img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------------------
## section03 #############################################################
----------------------------------------------------------------------- */
.subject {
  padding-bottom: 5.205%;
  background: url(../img/bg_grid.png) repeat;
}

.subjectTtl {
  position: relative;
  padding: 2.231% 0;
  background: #181818;
  color: #fff;
  text-align: center;
  font-size: 5rem;
}

.subjectTtl:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -29px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 29px 28px 0 28px;
  border-color: #181818 transparent transparent transparent;
  content: "";
}

.contentsNav {
  padding-top: 5.354%;
  margin-bottom: 60px;
}

.contentsNav_item {
  position: relative;
  top: 0;
  float: left;
  width: 48%;
  background: #f47000;
  border-radius: 8px;
  -o-box-shadow: 0 5px 0 #db6500, 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 0 #db6500, 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 0 #db6500, 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: .1s all ease;
  transition: .1s all ease;
}

.contentsNav_item a {
  position: relative;
  display: block;
  padding: 3.125% 0 14.585%;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

.contentsNav_item a:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  width: 49px;
  height: 49px;
  line-height: 43px;
  vertical-align: top;
  margin: auto;
  content: "\f107";
  font-family: FontAwesome;
  border: 2px solid #fff;
  border-radius: 1000px;
  text-align: center;
  font-weight: normal;
  font-size: 3rem;
}

.contentsNav_item:hover {
  top: 2px;
  -o-box-shadow: 0 3px 0 #db6500, 0 6px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 #db6500, 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 #db6500, 0 6px 0 rgba(0, 0, 0, 0.1);
}

.contentsNav_item:last-child {
  float: right;
  background: #0091ac;
  -o-box-shadow: 0 5px 0 #00829a, 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 0 #00829a, 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 0 #00829a, 0 10px 0 rgba(0, 0, 0, 0.1);
}

.contentsNav_item:last-child:hover {
  -o-box-shadow: 0 3px 0 #00829a, 0 6px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 #00829a, 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 #00829a, 0 6px 0 rgba(0, 0, 0, 0.1);
}

.hasLicense,
.hasNotLicense {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border: 3px solid #dedede;
  background: #fff;
  text-align: center;
}

.hasLicense p,
.hasNotLicense p {
  line-height: 1.555;
  font-size: 1.8rem;
}

.hasLicense .license_ttl,
.hasNotLicense .license_ttl {
  margin: 0 0 40px;
  padding: 2.415% 0;
  background: #fde9d7;
  font-size: 3rem;
  font-weight: normal;
}

.hasLicense .section_ttl,
.hasNotLicense .section_ttl {
  width: 90.544%;
  margin: 0 auto 20px;
  padding: 1.007% 0;
  background: url(../img/bg_secttl.png) repeat;
  border-radius: 100px;
  font-size: 3.6rem;
}

.hasLicense .section_copy,
.hasNotLicense .section_copy {
  margin-bottom: 10px;
  font-size: 4.5rem;
  font-weight: normal;
}

.hasLicense .section_copy .num,
.hasNotLicense .section_copy .num {
  font-size: 5.4rem;
}

.hasLicense .section_copy strong,
.hasNotLicense .section_copy strong {
  padding-bottom: 15px;
  background: url(../img/bg_grad.png) repeat-x left bottom;
}

.hasLicense .section_caption,
.hasNotLicense .section_caption {
  margin-bottom: 15px;
  color: #222;
  font-size: 2.6rem;
  font-weight: bold;
}

.hasLicense .subjects,
.hasNotLicense .subjects {
  position: relative;
}

.hasLicense .subjects.bd_btm,
.hasNotLicense .subjects.bd_btm {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.hasLicense .subjects.bd_btm:after,
.hasNotLicense .subjects.bd_btm:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 900px;
  margin: auto;
  content: "";
  border-bottom: 1px solid #d8d8d8;
}

.hasLicense .subject_box,
.hasNotLicense .subject_box {
  width: 48.89%;
  float: left;
}

.hasLicense .subject_box:last-child,
.hasNotLicense .subject_box:last-child {
  float: right;
}

.hasLicense .subject_box_wrapper,
.hasNotLicense .subject_box_wrapper {
  width: 90.544%;
  margin: 0 auto;
  padding: 4.025% 0 5.031%;
}

.hasLicense .subject_box_img,
.hasNotLicense .subject_box_img {
  width: 31.82%;
  float: left;
}

.hasLicense .subject_box_img img,
.hasNotLicense .subject_box_img img {
  width: 100%;
  height: auto;
}

.hasLicense .subject_box_txt,
.hasNotLicense .subject_box_txt {
  width: 68%;
  float: right;
  padding-top: 10px;
}

.hasLicense .subject_name,
.hasNotLicense .subject_name {
  font-size: 3.6rem;
}

.hasLicense .subject_copy,
.hasNotLicense .subject_copy {
  display: block;
  font-size: 2rem;
  font-weight: normal;
}

.hasLicense .subject_copy:before,
.hasNotLicense .subject_copy:before {
  margin-right: 5px;
  content: "＼";
}

.hasLicense .subject_copy:after,
.hasNotLicense .subject_copy:after {
  margin-left: 5px;
  content: "／";
}

.hasLicense .section_name,
.hasNotLicense .section_name {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.hasLicense .subjectBtn,
.hasNotLicense .subjectBtn {
  clear: both;
  padding-top: 18px;
}

.hasLicense .subjectBtn a,
.hasNotLicense .subjectBtn a {
  position: relative;
  display: block;
  padding: 12px 0;
  background: #747474;
  border-radius: 4px;
  font-size: 1.8rem;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.hasLicense .subjectBtn a:after,
.hasNotLicense .subjectBtn a:after {
  display: block;
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1em;
  margin: auto;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 4rem;
}

.hasLicense .subjectBtn a:hover,
.hasNotLicense .subjectBtn a:hover {
  opacity: .75;
}

.hasLicense .specTableSp,
.hasNotLicense .specTableSp {
  display: none;
  margin-bottom: 50px;
}

.hasLicense .specTable,
.hasNotLicense .specTable {
  width: 100%;
  font-size: 2.4rem;
  border-collapse: separate;
  border-spacing: 20px;
}

.hasLicense .specTable_wrapper,
.hasNotLicense .specTable_wrapper {
  width: 100%;
  padding: 0 36px;
  border: 1px solid #fff;
  background: #eef3f4;
}

.hasLicense .specTable thead,
.hasNotLicense .specTable thead {
  padding-top: 20px;
}

.hasLicense .specTable th,
.hasNotLicense .specTable th {
  position: relative;
  bottom: -10px;
  line-height: 1;
  font-size: 2rem;
  vertical-align: bottom;
}

.hasLicense .specTable td,
.hasNotLicense .specTable td {
  padding: 20px 0 5px;
  border-top: 3px solid #000;
}

.hasLicense .specTable .f20,
.hasNotLicense .specTable .f20 {
  font-size: 2rem;
}

.hasLicense .specTable .f18,
.hasNotLicense .specTable .f18 {
  font-size: 1.8rem;
}

.hasLicense .captions,
.hasNotLicense .captions {
  width: 90.555%;
  line-height: 1.625;
  margin: 0 auto;
  padding: 3.522% 0;
  text-align: left;
  font-size: 1.6rem;
}

.hasLicense .captions_item,
.hasNotLicense .captions_item {
  text-indent: -1em;
  padding-left: 1em;
}

.hasLicense .cvBtn_wrapper,
.hasNotLicense .cvBtn_wrapper {
  width: 90.555%;
  margin: 0 auto;
}

.hasLicense .cvBtn a,
.hasNotLicense .cvBtn a {
  padding: 8px 0;
  font-size: 3.4rem;
  background: #f47000;
  -o-box-shadow: 0 5px 0 #db6500;
  -ms-box-shadow: 0 5px 0 #db6500;
  box-shadow: 0 5px 0 #db6500;
}

.hasLicense .cvBtn a:hover,
.hasNotLicense .cvBtn a:hover {
  -o-box-shadow: 0 3px 0 #db6500;
  -ms-box-shadow: 0 3px 0 #db6500;
  box-shadow: 0 3px 0 #db6500;
}

.hasLicense .cvBtn a:before,
.hasNotLicense .cvBtn a:before {
  margin-right: 27px;
  content: "\f0f6";
  font-family: FontAwesome;
  font-size: 5.4rem;
  font-weight: normal;
}

.hasLicense .cvBtn a:after,
.hasNotLicense .cvBtn a:after {
  position: relative;
  top: 22px;
  right: 0;
  margin-left: 5px;
  border: none;
  content: "\f107";
  font-size: 6.3rem;
  font-weight: normal;
}

.hasLicense .cvBtn strong,
.hasNotLicense .cvBtn strong {
  font-size: 3.6rem;
  color: #ffff00;
}

.hasLicense .cvBtn.green a,
.hasNotLicense .cvBtn.green a {
  background: #00a6bd;
  -o-box-shadow: 0 5px 0 #0099ae;
  -ms-box-shadow: 0 5px 0 #0099ae;
  box-shadow: 0 5px 0 #0099ae;
}

.hasLicense .cvBtn.green a:hover,
.hasNotLicense .cvBtn.green a:hover {
  -o-box-shadow: 0 3px 0 #0099ae;
  -ms-box-shadow: 0 3px 0 #0099ae;
  box-shadow: 0 3px 0 #0099ae;
}

.hasLicense .benefit,
.hasNotLicense .benefit {
  width: 90.555%;
  margin: 50px auto 20px;
  text-align: left;
}

.hasLicense .benefit_ttl,
.hasNotLicense .benefit_ttl {
  position: relative;
  padding: 2.223% 17.776% 2.223% 8.888%;
  background: #0091ac;
}

.hasLicense .benefit_badge,
.hasNotLicense .benefit_badge {
  position: absolute;
  top: -27px;
  right: 52px;
}

.hasLicense .benefit_details,
.hasNotLicense .benefit_details {
  padding: 3.334% 3.334% 3.334% 4.444%;
  border: 2px solid #0091ac;
  background: #e9eff0;
}

.hasLicense .benefit_detailsTtl,
.hasNotLicense .benefit_detailsTtl {
  float: left;
  width: 25.991%;
  line-height: 1.3;
  padding: 2.058% 0;
  border-bottom: 3px solid #d1d7d8;
  background: #fff;
  text-align: center;
  font-size: 2.2rem;
}

.hasLicense .benefit_txt,
.hasNotLicense .benefit_txt {
  width: 71.164%;
  float: right;
  line-height: 1.625;
  padding-top: 0.606%;
  font-size: 1.6rem;
  letter-spacing: -.04em;
}

.hasNotLicense {
  margin-bottom: 0;
}

.hasNotLicense .license_ttl {
  background: #d7eef2;
}

/* -----------------------------------------------------------------------
## section04 #############################################################
----------------------------------------------------------------------- */
.contactTtl {
  position: relative;
  padding: 10px 0 30px;
  background: #181818;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: normal;
}

.contactTtl strong {
  color: #ffff00;
}

.contactTtl:before {
  margin-right: 27px;
  content: "\f0f6";
  font-family: FontAwesome;
  font-size: 6.4rem;
}

.contactTtl:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -29px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 29px 28px 0 28px;
  border-color: #181818 transparent transparent transparent;
  content: "";
}

.bg_consul {
  background: #fcd6b7;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fcd6b7 0%, #fcd6b7 50%, #fde2cc 50%, #fde2cc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fcd6b7 0%, #fcd6b7 50%, #fde2cc 50%, #fde2cc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd6b7', endColorstr='#fde2cc',GradientType=1 );
  /* IE6-9 */
}

.consultation {
  padding: 4.815% 0;
  border-bottom: 2px solid #fff;
  background: url(../img/bg_consul.png) no-repeat center center;
  background-size: cover;
}

.consultation p {
  line-height: 1.888;
  padding-bottom: 15.4%;
  font-size: 1.8rem;
}

.consultation .container_s {
  background: url(../img/img_sodan.png) no-repeat left top;
  background-size: 35.55%;
}

.consultation_inner {
  width: 57.778%;
  margin: 0 0 0 auto;
}

.consultation_ttl {
  margin-bottom: 30px;
  font-size: 6rem;
  text-align: center;
}

.consultation_ttl span {
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  color: #222;
}

.consultation_ttl span:before {
  margin-right: 5px;
  content: "＼";
}

.consultation_ttl span:after {
  margin-left: 5px;
  content: "／";
}

.consultation_ttl strong {
  -webkit-text-shadow: 0 5px 0 #fff;
  -moz-text-shadow: 0 5px 0 #fff;
  -o-text-shadow: 0 5px 0 #fff;
  -ms-text-shadow: 0 5px 0 #fff;
  text-shadow: 0 5px 0 #fff;
}

.bg_request {
  background: #b7e0e7;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #b7e0e7 0%, #b7e0e7 50%, #cce9ee 50%, #cce9ee 50%, #cce9ee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #b7e0e7 0%, #b7e0e7 50%, #cce9ee 50%, #cce9ee 50%, #cce9ee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7e0e7', endColorstr='#cce9ee',GradientType=1 );
  /* IE6-9 */
}

.request {
  padding: 3.6% 0 5.03%;
  border-bottom: 1px solid #fff;
  background: url(../img/bg_request.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.request p {
  margin-bottom: 30px;
  line-height: 1.888;
  font-size: 1.8rem;
}

.request_ttl {
  margin-bottom: 20px;
  font-size: 6rem;
  text-align: center;
}

.request_ttl span {
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  color: #222;
}

.request_ttl span:before {
  margin-right: 5px;
  content: "＼";
}

.request_ttl span:after {
  margin-left: 5px;
  content: "／";
}

.request_ttl strong {
  -webkit-text-shadow: 0 5px 0 #fff;
  -moz-text-shadow: 0 5px 0 #fff;
  -o-text-shadow: 0 5px 0 #fff;
  -ms-text-shadow: 0 5px 0 #fff;
  text-shadow: 0 5px 0 #fff;
}

.btn a {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.cvBtn a {
  position: relative;
  top: 0;
  padding: 2.34% 0;
  -o-box-shadow: 0 5px 0 #db6500, 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 0 #db6500, 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 0 #db6500, 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #f47000;
  font-size: 3.8rem;
  -webkit-transition: .1s all ease;
  transition: .1s all ease;
}

.cvBtn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 49px;
  height: 49px;
  line-height: 43px;
  vertical-align: top;
  margin: auto;
  content: "\f105";
  font-family: FontAwesome;
  border: 2px solid #fff;
  border-radius: 1000px;
  text-align: center;
  font-weight: normal;
}

.cvBtn a:hover {
  top: 2px;
  -o-box-shadow: 0 3px 0 #db6500, 0 6px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 #db6500, 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 #db6500, 0 6px 0 rgba(0, 0, 0, 0.1);
}

.cvBtn_wrapper {
  width: 90.555%;
  margin: 0 auto;
}

.contact_wrap {
  border: 5px solid #d7d7d7;
}

.contact_wrap .tel {
  position: relative;
  width: 50%;
  float: left;
  padding: 14.462% 0 5.423%;
  border-right: 3px solid #d7d7d7;
  font-size: 3rem;
  text-align: center;
}

.contact_wrap .tel:before {
  position: absolute;
  top: 12.554%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  content: "\f095";
  line-height: 100px;
  text-align: center;
  border-radius: 1000px;
  background: #0091ac;
  color: #fff;
  font-size: 6.7rem;
  font-family: FontAwesome;
}

.contact_wrap .telNum {
  color: #0091ac;
  font-size: 5.6rem;
}

.contact_wrap .telNum a {
  color: #0091ac;
  text-decoration: underline;
}

.contact_wrap .mail {
  position: relative;
  width: 50%;
  float: right;
  padding: 13.739% 1.429% 3.616%;
  border-left: 2px solid #d7d7d7;
  font-size: 3rem;
  text-align: center;
}

.contact_wrap .mail:before {
  position: absolute;
  top: 12.554%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  content: "\f003";
  font-family: FontAwesome;
  line-height: 100px;
  text-align: center;
  border-radius: 1000px;
  background: #0091ac;
  color: #fff;
  font-size: 5.1rem;
}

.contact_wrap .mail .btn {
  max-width: 480px;
  margin: 13px auto 0;
}

.contact_wrap .mail .btn a {
  padding: 4.64% 0;
}

.contact_ttl:before {
  margin-right: 5px;
  content: "-";
}

.contact_ttl:after {
  margin-left: 5px;
  content: "-";
}

.opencanvas {
  padding: 2.154% 4.5% 3.303%;
  background: url(../img/bg_opencanvas01.png) no-repeat left top, url(../img/bg_opencanvas02.png) no-repeat right top;
  background-color: #e6e6e6;
  background-size: cover;
}

.opencanvas p {
  text-align: center;
  font-size: 1.8rem;
}

.opencanvas_ttl {
  margin-bottom: 25px;
  font-size: 6rem;
  text-align: center;
}

.opencanvas_ttl span {
  display: block;
  font-size: 2.4rem;
  font-weight: normal;
  color: #222;
}

.opencanvas_ttl span:before {
  margin-right: 5px;
  content: "＼";
}

.opencanvas_ttl span:after {
  margin-left: 5px;
  content: "／";
}

.opencanvas_ttl strong {
  -webkit-text-shadow: 0 5px 0 #fff;
  -moz-text-shadow: 0 5px 0 #fff;
  -o-text-shadow: 0 5px 0 #fff;
  -ms-text-shadow: 0 5px 0 #fff;
  text-shadow: 0 5px 0 #fff;
}

.openDays {
  width: 74.112%;
  margin: 0 auto;
  padding: 4.112% 0;
}

.openDays_item {
  width: 30%;
  float: left;
  margin-left: 3.9%;
  border: 3px solid #0091ac;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}

.openDays_item:first-child {
  margin-left: 0;
}

.openDays_item.finished {
  position: relative;
}

.openDays_item.finished:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  content: "";
}

.openDays_item.finished:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  margin: auto;
  content: "終了しました";
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.openDays .week {
  font-size: 2.4rem;
  font-weight: normal;
}

/* -----------------------------------------------------------------------
## Footer ################################################################
----------------------------------------------------------------------- */
.pageFooter {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.pageFooter .copy {
  width: 100%;
  text-align: right;
  padding: 1.0em 0;
  display: block;
  background: #fff;
  *zoom: 1;
}

.pageFooter .copy div {
  margin-right: auto;
  margin-left: auto;
  display: -moz-inline-stack;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.pageFooter .copy .copyright {
  display: block;
}

.pageFooter .copy div p,
.pageFooter .copy .copyright {
  padding: 13px 0;
  text-align: right;
  font-size: 1.1rem;
}

.pageFooter .copy a:link,
.pageFooter .copy a:visited,
.pageFooter .copy a:active {
  color: #44b0a5;
  text-decoration: none;
}

/* -----------------------------------------------------------------------
## max-width: 1380px #####################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 1380px) {
  /* ################# section01(max-width: 1380px) ################# */
  .mv_inner {
    position: static;
  }
  .mv .badge {
    top: -10px;
    left: 0;
    z-index: 3;
    padding-top: 30px;
    background-size: cover;
  }
}

/* -----------------------------------------------------------------------
## max-width: 1110px #####################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 1110px) {
  /* ################# section01(max-width: 1110px) ################# */
  .mv_inner {
    position: static;
  }
  .mv .badge {
    top: -10px;
    left: 0;
    width: 200px;
    height: 200px;
    padding-top: 25px;
    background-size: cover;
  }
  .mv .badge_txt {
    font-size: 2.4rem;
  }
  .mv .badge .remaining {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: -.04em;
  }
  .mv .badge .remaining_days {
    color: #ffff00;
    font-size: 5rem;
    top: 0;
  }
  .mv .badge .remaining_times {
    font-size: 1.6rem;
  }
  .mv .badge .remaining_hours, .mv .badge .remaining_minutes, .mv .badge .remaining_seconds {
    font-size: 2.8rem;
  }
  .mv .mvTtl_txt02 {
    padding-bottom: 15px;
    font-size: 3.4rem;
    background-size: 1px 7px;
  }
  .mv .mvTtl_txt02 .num {
    font-size: 3.9rem;
  }
}

/* -----------------------------------------------------------------------
## max-width: 1000px #####################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* ################# section03(max-width: 1000px) ################# */
  .hasLicense.container_l,
  .hasNotLicense.container_l {
    width: 100%;
  }
  .hasLicense .subject_name,
  .hasNotLicense .subject_name {
    font-size: 2.4rem;
  }
  .hasLicense .subject_copy,
  .hasNotLicense .subject_copy {
    font-size: 1.6rem;
  }
  .hasLicense .section_name,
  .hasNotLicense .section_name {
    font-size: 1.6rem;
  }
  .hasLicense .cvBtn a,
  .hasNotLicense .cvBtn a {
    font-size: 2.8rem;
  }
  .hasLicense .cvBtn strong,
  .hasNotLicense .cvBtn strong {
    font-size: 3.2rem;
  }
  .hasLicense .specTable,
  .hasNotLicense .specTable {
    font-size: 1.4rem;
  }
  .hasLicense .specTable .f20,
  .hasNotLicense .specTable .f20 {
    font-size: 1.4rem;
  }
  .hasLicense .specTable .f18,
  .hasNotLicense .specTable .f18 {
    font-size: 1.2rem;
  }
  .hasLicense .specTable th,
  .hasNotLicense .specTable th {
    font-size: 1.6rem;
  }
  .hasLicense .benefit_badge,
  .hasNotLicense .benefit_badge {
    right: -25px;
  }
  /* ################# section04(max-width: 1000px) ################# */
  .consultation .container_s {
    background-position: 30px 0;
  }
  .cvBtn a:after {
    right: 20px;
  }
  .contact_wrap .tel:before,
  .contact_wrap .mail:before {
    top: 4.554%;
  }
  /* ################# footer(max-width: 1000px) ################# */
  .pageFooter {
    padding: 0 10px;
  }
}

/* -----------------------------------------------------------------------
## max-width: 900px ######################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 900px) {
  /* ################# section01(max-width: 900px) ################# */
  .mv {
    padding-top: 90px;
    background-position: center 70px;
  }
  .mv_inner {
    position: static;
  }
  .mv .badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f78900;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .mv .badge_txt {
    display: inline-block;
    margin-right: .5em;
    font-size: 2.4rem;
  }
  .mv .badge .remaining {
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: 0;
  }
  .mv .badge .remaining_days, .mv .badge .remaining_hours, .mv .badge .remaining_minutes, .mv .badge .remaining_seconds {
    font-size: 5rem;
  }
  .mv .badge .remaining_times {
    font-size: 2.4rem;
  }
  .mv .badge br {
    display: none;
  }
  .mv .mvTtl_txt01 {
    font-size: 4rem;
  }
  .mv .mvTtl_txt01 strong {
    font-size: 5rem;
  }
  .mv .mvTtl_merit {
    padding: 0 3%;
  }
  /* ################# section02max-width: 900px) ################# */
  .change .changeTtl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .change .changeTtl strong {
    font-size: 3.8rem;
  }
  .change .change_caption {
    font-size: 1.8rem;
  }
  .change .changeList {
    font-size: 3rem;
  }
  .change .change_textArea p {
    font-size: 1.4rem;
  }
  .change .change_textArea p:last-child {
    margin-bottom: 75px;
  }
  .change .deadline {
    margin-bottom: 40px;
  }
  .change .deadline p {
    font-size: 3rem;
  }
  .change .deadline p .num {
    font-size: 4rem;
  }
  .change .deadline_char {
    right: 0;
  }
  .change_contents {
    margin-bottom: 30px;
  }
  .change_contents p {
    font-size: 2.4rem;
  }
  /* ################# section03(max-width: 900px) ################# */
  .subjectTtl {
    font-size: 3rem;
  }
  .contentsNav {
    padding: 5.354% 3% 0;
  }
  .contentsNav_item a {
    font-size: 2rem;
  }
  .contentsNav_item a:after {
    bottom: 10px;
    width: 36px;
    height: 36px;
    line-height: 34px;
  }
  .hasLicense,
  .hasNotLicense {
    border-left: none;
    border-right: none;
  }
  .hasLicense p,
  .hasNotLicense p {
    font-size: 1.4rem;
  }
  .hasLicense .section_copy strong,
  .hasNotLicense .section_copy strong {
    padding-bottom: 6px;
    background-size: 1px 7px;
  }
  .hasLicense .license_ttl,
  .hasNotLicense .license_ttl {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .hasLicense .section_ttl,
  .hasNotLicense .section_ttl {
    width: 95.5%;
    font-size: 2.4rem;
  }
  .hasLicense .section_caption,
  .hasNotLicense .section_caption {
    font-size: 2.2rem;
  }
  .hasLicense .subject_name,
  .hasNotLicense .subject_name {
    font-size: 2rem;
  }
  .hasLicense .subject_copy,
  .hasNotLicense .subject_copy {
    font-size: 1.3rem;
  }
  .hasLicense .subject_copy strong,
  .hasNotLicense .subject_copy strong {
    background-size: 1px 7px;
  }
  .hasLicense .section_name,
  .hasNotLicense .section_name {
    font-size: 1.3rem;
  }
  .hasLicense .subject_box_wrapper,
  .hasNotLicense .subject_box_wrapper {
    padding: 4.025% 2.223% 5.031%;
  }
  .hasLicense .subjectBtn,
  .hasNotLicense .subjectBtn {
    padding-top: 4.1%;
  }
  .hasLicense .subjectBtn a,
  .hasNotLicense .subjectBtn a {
    font-size: 1.4rem;
  }
  .hasLicense .subjectBtn a:after,
  .hasNotLicense .subjectBtn a:after {
    font-size: 3rem;
  }
  .hasLicense .captions,
  .hasNotLicense .captions {
    padding: 3.522%;
    font-size: 1.4rem;
  }
  .hasLicense .cvBtn,
  .hasNotLicense .cvBtn {
    width: 95.5%;
    margin: 0 auto;
  }
  .hasLicense .cvBtn a,
  .hasNotLicense .cvBtn a {
    font-size: 2.4rem;
  }
  .hasLicense .cvBtn a:before,
  .hasNotLicense .cvBtn a:before {
    margin-right: 13px;
    font-size: 4rem;
  }
  .hasLicense .cvBtn a:after,
  .hasNotLicense .cvBtn a:after {
    top: 11px;
    font-size: 4.4rem;
  }
  .hasLicense .cvBtn strong,
  .hasNotLicense .cvBtn strong {
    font-size: 2.8rem;
  }
  .hasLicense .section_copy {
    font-size: 3rem;
  }
  .hasLicense .section_copy .num {
    font-size: 4.2rem;
  }
  /* ################# section04(max-width: 900px) ################# */
  .contactTtl {
    font-size: 3rem;
    padding: 2.231% 0;
  }
  .contactTtl:before {
    margin-right: 13px;
    font-size: 4rem;
  }
  .consultation {
    padding: 4.815% 4.5%;
  }
  .consultation p {
    font-size: 1.6rem;
  }
  .consultation .container_s {
    background-position: 20px 0;
  }
  .consultation_ttl {
    font-size: 4rem;
  }
  .consultation_ttl strong {
    text-shadow: 0 3px 0 #fff;
  }
  .consultation_ttl span {
    font-size: 1.8rem;
  }
  .request {
    padding: 3.6% 4.5% 5.03%;
  }
  .request p {
    font-size: 1.6rem;
  }
  .request_ttl {
    font-size: 4rem;
  }
  .request_ttl strong {
    text-shadow: 0 3px 0 #fff;
  }
  .cvBtn a {
    font-size: 2.8rem;
  }
  .cvBtn a:after {
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 31px;
    padding-left: 3px;
  }
  .contact_wrap .tel,
  .contact_wrap .mail {
    font-size: 2rem;
  }
  .contact_wrap .tel:before,
  .contact_wrap .mail:before {
    width: 75px;
    height: 75px;
    line-height: 79px;
    font-size: 4.8rem;
  }
  .contact_wrap .mail .btn a {
    padding: 2.34% 0;
  }
  .contact_wrap .telNum {
    font-size: 4.2rem;
  }
  .opencanvas p {
    font-size: 1.4rem;
  }
  .opencanvas_ttl {
    margin-bottom: 10px;
    font-size: 4rem;
  }
  .opencanvas_ttl span {
    font-size: 1.8rem;
  }
  .opencanvas_ttl strong {
    text-shadow: 0 3px 0 #fff;
  }
  .openDays_item.finished:after {
    font-size: 20px;
  }
}

/* -----------------------------------------------------------------------
## max-width: 768px ######################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* ################# section01(max-width: 768px) ################# */
  .mv {
    padding-top: 70px;
    padding-bottom: 20px;
    background-position: center 40px;
  }
  .mv:after {
    bottom: -12px;
    border-width: 15px 14px 0 14px;
    border-color: #565551 transparent transparent transparent;
  }
  .mv .mvTtl_merit .pc {
    display: none;
  }
  .mv .mvTtl_merit .sp {
    display: block;
  }
  .mv .badge_txt {
    font-size: 1.5rem;
  }
  .mv .badge .remaining {
    font-size: 1.5rem;
  }
  .mv .badge .remaining_days, .mv .badge .remaining_hours, .mv .badge .remaining_minutes, .mv .badge .remaining_seconds {
    font-size: 3rem;
  }
  .mv .badge .remaining_times {
    font-size: 1.5rem;
  }
  .mv .mvTtl_txt01 {
    font-size: 3rem;
  }
  .mv .mvTtl_txt01 .mvTtl_balloon {
    font-size: 2.7rem;
  }
  .mv .mvTtl_txt01 strong {
    font-size: 4.5rem;
  }
  .mv .mvTtl_txt01 .mvTtl_balloon {
    height: 58px;
    line-height: 48px;
    background: url(../img/bg_balloon_sp.png) no-repeat center top;
  }
  .mv .mvTtl_txt01 .marker {
    padding-bottom: 0;
    background: url(../img/bg_grad.png) repeat-x left bottom;
    background-size: 1px 7px;
  }
  .mv .mvTtl_txt02 {
    font-size: 2.4rem;
  }
  .mv .mvTtl_txt02 .num {
    font-size: 2.8rem;
  }
  /* ################# section02(max-width: 768px) ################# */
  .change .changeTtl {
    font-size: 1.8rem;
  }
  .change .changeTtl strong {
    font-size: 2rem;
  }
  .change .changeTtl_line:before {
    left: -40px;
    width: 33px;
    height: 85px;
  }
  .change .changeTtl_line:after {
    right: -40px;
    width: 33px;
    height: 85px;
  }
  .change .change_caption {
    font-size: 1.4rem;
  }
  .change_contents p {
    font-size: 2rem;
  }
  .change .changeList {
    font-size: 2.2rem;
  }
  .change .change_textArea p {
    margin-bottom: 15px;
    padding: 0 5%;
    text-align: left;
  }
  .change .change_textArea p:last-child {
    margin-bottom: 33px;
  }
  .change .deadline_ttl {
    top: -25%;
  }
  .change .deadline p {
    font-size: 1.8rem;
  }
  .change .deadline p .num {
    font-size: 3rem;
  }
  .change .deadline_char {
    display: none;
  }
  /* ################# section03(max-width: 768px) ################# */
  .contentsNav {
    margin-bottom: 10px;
    padding-top: 30px;
  }
  .contentsNav_item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .contentsNav_item a:after {
    bottom: 5px;
  }
  .contentsNav_item a {
    padding-bottom: 3.125%;
  }
  .contentsNav_item a:after {
    top: 0;
    left: auto;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
  .contentsNav {
    margin-bottom: 30px;
  }
  .subjectTtl {
    font-size: 2rem;
  }
  .subjectTtl:after {
    bottom: -15px;
    border-width: 15px 14px 0 14px;
  }
  .hasLicense,
  .hasNotLicense {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .hasLicense .license_ttl,
  .hasNotLicense .license_ttl {
    font-size: 1.7rem;
  }
  .hasLicense .section_caption,
  .hasNotLicense .section_caption {
    font-size: 1.8rem;
  }
  .hasLicense .section_copy {
    line-height: 1.2;
    font-size: 2rem;
  }
  .hasLicense .section_copy .num {
    font-size: 3rem;
  }
  .hasLicense .section_txt,
  .hasNotLicense .section_txt {
    padding: 0 4.5%;
  }
  .hasLicense .subjects.bd_btm,
  .hasNotLicense .subjects.bd_btm {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .hasLicense .subject_box,
  .hasNotLicense .subject_box {
    margin-bottom: 30px;
  }
  .hasLicense .subject_box_wrapper,
  .hasNotLicense .subject_box_wrapper {
    padding-bottom: 0;
  }
  .hasLicense .subjectBtn a,
  .hasNotLicense .subjectBtn a {
    font-size: 1.3rem;
  }
  .hasLicense .cvBtn a,
  .hasNotLicense .cvBtn a {
    font-size: 1.4rem;
  }
  .hasLicense .cvBtn strong,
  .hasNotLicense .cvBtn strong {
    font-size: 1.6rem;
  }
  .hasLicense .cvBtn a:before,
  .hasNotLicense .cvBtn a:before {
    display: none;
  }
  .hasLicense .cvBtn a:after,
  .hasNotLicense .cvBtn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    height: 1em;
    line-height: 1;
    margin: auto;
    font-size: 3rem;
  }
  .hasLicense .benefit,
  .hasNotLicense .benefit {
    margin-top: 25px;
  }
  .hasLicense .benefit_ttl img,
  .hasNotLicense .benefit_ttl img {
    width: 100%;
    max-width: 550px;
  }
  .hasLicense .benefit_ttl .benefit_badge,
  .hasNotLicense .benefit_ttl .benefit_badge {
    max-width: 100px;
  }
  .hasLicense .benefit_detailsTtl,
  .hasNotLicense .benefit_detailsTtl {
    float: none;
    width: auto;
    line-height: 1.3;
    padding: 0;
    border-bottom: none;
    background: none;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .hasLicense .benefit_detailsTtl br,
  .hasNotLicense .benefit_detailsTtl br {
    display: none;
  }
  .hasLicense .benefit_txt,
  .hasNotLicense .benefit_txt {
    float: none;
    width: auto;
    font-size: 1.4rem;
  }
  .hasLicense .specTable_wrapper,
  .hasNotLicense .specTable_wrapper {
    padding: 0 18px;
  }
  .hasLicense .specTable,
  .hasNotLicense .specTable {
    border-spacing: 10px;
  }
  .hasLicense .specTable th,
  .hasNotLicense .specTable th {
    bottom: -5px;
  }
  /* ################# section04(max-width: 768px) ################# */
  .contactTtl {
    font-size: 2rem;
  }
  .contactTtl:before {
    font-size: 2rem;
  }
  .contactTtl:after {
    bottom: -15px;
    border-width: 15px 14px 0 14px;
  }
  .consultation_inner {
    width: auto;
  }
  .consultation .container_s {
    background: none;
  }
  .consultation_ttl {
    font-size: 3rem;
    max-width: 320px;
    margin: 0 auto 20px;
    padding: 20px 0 20px 130px;
    text-align: left;
    background: url(../img/img_sodan.png) no-repeat left top;
    background-size: contain;
  }
  .consultation p {
    text-align: center;
    padding-bottom: 20px;
  }
  .request_ttl {
    font-size: 3rem;
  }
  .contact_wrap .tel,
  .contact_wrap .mail {
    float: none;
    width: auto;
    border: none;
  }
  .contact_wrap .tel {
    border-bottom: 1px solid #d7d7d7;
  }
  .cvBtn_wrapper {
    width: auto;
  }
  .opencanvas_ttl {
    font-size: 3rem;
  }
  .openDays_item {
    margin-left: 10px;
    font-size: 2rem;
  }
  .openDays .week {
    font-size: 2rem;
  }
  .openDays_item.finished:after {
    font-size: 14px;
  }
  .pageFooter {
    padding: 0 10px 15%;
  }
}

/* -----------------------------------------------------------------------
## max-width: 640px ######################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  /* ################# section01(max-width: 640px) ################# */
  .mv {
    padding-top: 70px;
    background: url(../img/bg_mv_sp.jpg) no-repeat center 40px;
    background-size: cover;
  }
  .mv:after {
    bottom: -15px;
    border-color: #3d3a35 transparent transparent transparent;
  }
  .mv_inner {
    width: 100%;
  }
  .mv .mvTtl_merit {
    margin: 2.9% auto 2.4%;
  }
  .mv .mvTtl_merit > div {
    width: 35.178%;
  }
  .mv .mvTtl_txt01 {
    font-size: 3rem;
  }
  .mv .mvTtl_txt01 strong {
    font-size: 4.5rem;
  }
  .mv .mvTtl_txt02 {
    line-height: 1.53;
    padding-bottom: 7px;
    background-size: 1px 5px;
    font-size: 2.8rem;
  }
  .mv .mvTtl_txt02 .num {
    font-size: 3.25rem;
  }
  /* ################# section03(max-width: 640px) ################# */
  .hasLicense .subject_box_wrapper,
  .hasNotLicense .subject_box_wrapper {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .hasLicense .subject_box,
  .hasNotLicense .subject_box {
    float: none;
    width: 90.554%;
    margin: 0 auto 30px;
    padding-left: 2.223%;
    padding-right: 2.223%;
  }
  .hasLicense .subject_box:last-child,
  .hasNotLicense .subject_box:last-child {
    float: none;
  }
  .hasLicense .section_txt,
  .hasNotLicense .section_txt {
    text-align: left;
  }
  .hasLicense .subject_name,
  .hasNotLicense .subject_name {
    font-size: 3.6rem;
  }
  .hasLicense .subject_copy,
  .hasNotLicense .subject_copy {
    font-size: 2rem;
  }
  .hasLicense .section_name,
  .hasNotLicense .section_name {
    font-size: 2rem;
  }
  .hasLicense .specTableSp,
  .hasNotLicense .specTableSp {
    display: block;
    clear: both;
  }
  .hasLicense .specTable,
  .hasNotLicense .specTable {
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .hasLicense .specTable tbody,
  .hasLicense .specTable tr,
  .hasLicense .specTable td,
  .hasNotLicense .specTable tbody,
  .hasNotLicense .specTable tr,
  .hasNotLicense .specTable td {
    display: block;
    border: none;
  }
  .hasLicense .specTable tr,
  .hasNotLicense .specTable tr {
    border-bottom: 3px solid #000;
    overflow: hidden;
  }
  .hasLicense .specTable tr:last-child,
  .hasNotLicense .specTable tr:last-child {
    border-bottom: none;
  }
  .hasLicense .specTable .pc,
  .hasNotLicense .specTable .pc {
    display: none;
  }
  .hasLicense .specTable thead,
  .hasNotLicense .specTable thead {
    display: none;
  }
  .hasLicense .specTable td,
  .hasNotLicense .specTable td {
    position: relative;
    padding: 10px 0 10px 30%;
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
  }
  .hasLicense .specTable td:last-child,
  .hasNotLicense .specTable td:last-child {
    border-bottom: none;
  }
  .hasLicense .specTable td:before,
  .hasNotLicense .specTable td:before {
    position: absolute;
    top: 10px;
    left: 0;
    text-align: center;
    display: block;
    width: 30%;
    font-weight: bold;
  }
  .hasLicense .specTable td:first-child:before,
  .hasNotLicense .specTable td:first-child:before {
    content: "入学時期";
  }
  .hasLicense .specTable td:nth-child(2):before,
  .hasNotLicense .specTable td:nth-child(2):before {
    content: "学科名";
  }
  .hasLicense .specTable td:nth-child(3):before,
  .hasNotLicense .specTable td:nth-child(3):before {
    content: "コース名";
  }
  .hasLicense .specTable td:nth-child(4):before,
  .hasNotLicense .specTable td:nth-child(4):before {
    content: "募集定員";
  }
  .hasLicense .specTable td:nth-child(5):before,
  .hasNotLicense .specTable td:nth-child(5):before {
    content: "授業日";
  }
  .hasLicense .specTable td:nth-child(6):before,
  .hasNotLicense .specTable td:nth-child(6):before {
    content: "修業年限";
  }
  .hasLicense .specTable br.none,
  .hasNotLicense .specTable br.none {
    display: none;
  }
  /* ################# section04(max-width: 640px) ################# */
  .contact_wrap .tel,
  .contact_wrap .mail {
    padding-top: 60px;
  }
  .contact_wrap .mail {
    padding-bottom: 27px;
  }
  .contact_wrap .tel:before,
  .contact_wrap .mail:before {
    top: 10px;
    width: 38px;
    height: 38px;
    line-height: 39px;
    font-size: 2rem;
  }
  .cvBtn a {
    font-size: 2rem;
  }
  .cvBtn a:after {
    right: 0;
    height: 3rem;
    border: none;
    font-size: 3rem;
    font-weight: normal;
  }
  .consultation {
    padding-bottom: 30px;
  }
  .consultation p {
    font-size: 1.4rem;
    text-align: left;
  }
  .request {
    padding-bottom: 30px;
  }
  .request p {
    font-size: 1.4rem;
  }
  /* ################# footer(max-width: 640px) ################# */
  .pageFooter {
    padding: 0 10px 15%;
  }
  .pageFooter .copy div p {
    text-align: center;
  }
  .pageFooter .copy .copyright {
    text-align: center;
    padding-top: 0;
  }
}

/* -----------------------------------------------------------------------
## max-width: 600px ######################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  /* ################# section01(max-width: 600px) ################# */
  .mv .mvTtl_txt01 .marker {
    padding-bottom: 3px;
  }
  .mv .mvTtl_txt01 .mvTtl_balloon {
    height: 29px;
    line-height: 25px;
    background-size: 156px 29px;
    font-size: 1.4rem;
  }
  .mv .mvTtl_txt01 {
    font-size: 1.9rem;
  }
  .mv .mvTtl_txt01 strong {
    font-size: 2.6rem;
  }
  /* ################# section04(max-width: 600px) ################# */
  .opencanvas {
    background: url(../img/bg_opencanvas_sp.png) no-repeat center top;
    background-size: cover;
  }
  .openDays {
    width: 100%;
    text-align: center;
  }
  .openDays_item {
    display: inline-block;
    float: none;
  }
}

/* -----------------------------------------------------------------------
## max-width: 480px ######################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .mv {
    padding-top: 86px;
  }
  .mv .badge_txt {
    font-size: 1.5rem;
  }
  .mv .badge .remaining {
    display: block;
    font-size: 1.5rem;
  }
  .mv .badge .remaining_days, .mv .badge .remaining_hours, .mv .badge .remaining_minutes, .mv .badge .remaining_seconds {
    font-size: 2.8rem;
  }
  .mv .badge .remaining_times {
    font-size: 1.5rem;
  }
  /* ################# section02(max-width: 480px) ################# */
  .change .deadline_ttl {
    top: -40%;
  }
  /* ################# section03(max-width: 480px) ################# */
  .hasLicense .subject_name,
  .hasNotLicense .subject_name {
    font-size: 2.4rem;
  }
  .hasLicense .subject_copy,
  .hasNotLicense .subject_copy {
    font-size: 1.4rem;
  }
  .hasLicense .section_name,
  .hasNotLicense .section_name {
    font-size: 1.4rem;
  }
  .hasLicense .benefit_ttl .benefit_badge,
  .hasNotLicense .benefit_ttl .benefit_badge {
    right: -15px;
    max-width: 70px;
  }
  .contentsNav_item a {
    font-size: 1.6rem;
  }
  .contentsNav_item a:after {
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 23px;
    font-size: 2rem;
  }
  .openDays_item.finished:after {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .ie {
    /* ################# section03(max-width: 640px) ################# */
  }
  .ie .hasLicense .specTable td,
  .ie .hasNotLicense .specTable td {
    display: block;
    border: none;
    float: left;
    width: 100%;
  }
}
