@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,200,500,700");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
/* reset --------------------------  */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
  font-weight: normal;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

fieldset,
img {
  border: none;
}

caption,
th {
  text-align: left;
}

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

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

input,
button,
textarea {
  line-height: normal;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

a > img {
  vertical-align: bottom;
}

strong,
.strong,
b {
  font-weight: bold;
}

em,
.italic,
i {
  font-style: italic;
}

del,
.del {
  text-decoration: line-through;
}

.focus {
  outline: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.none {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 640px) {
  p {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .contents03_ct {
    padding: 0.8em !important;
  }
}

/* tools --------------------------  */
.clear {
  clear: both;
  display: block;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.c-both {
  clear: both;
  display: block;
  visibility: hidden;
}

.align-left {
  float: left !important;
}

.align-right {
  float: right !important;
}

.img-txt-fr img {
  width: 40%;
  float: left;
  margin: 0 20px 20px 0;
}

.img-pc80 {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .img-txt-fr {
    width: 40%;
    margin: 0 auto;
  }
  .img-txt-fr img {
    width: 100%;
    float: none;
    margin: auto 0;
  }
  .img-pc80 {
    width: 90%;
  }
}

.overflow-hidden {
  overflow: hidden;
  display: block;
}

.pc_img {
  display: block;
  margin: 0 auto;
}

.sp_img {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
}

.img_r {
  max-width: 400px;
  width: 40%;
  text-align: center;
  float: right;
  margin-left: 10px;
}

.img_r img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .img_r {
    width: 45%;
  }
}

.slider img,
.slider video,
.sliderBox iframe {
  width: 100%;
  height: auto;
}

.slick-slide li {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.slick-slide iframe {
  /*position: absolute;*/
  left: 18%;
  -moz-transform: translateX(18%);
  -ms-transform: translateX(18%);
  transform: translateX(18%);
  -webkit-transform: translateX(18%);
  /*width: 100%;
    height: 100%;*/
}

@media screen and (max-width: 950px) {
  .slick-slide iframe {
    /*position: absolute;*/
    width: 82%;
    height: auto;
    left: 12%;
    -moz-transform: translateX(12%);
    -ms-transform: translateX(12%);
    transform: translateX(12%);
    -webkit-transform: translateX(12%);
    /*width: 100%;
    height: 100%;*/
  }
}

.btn-yellow {
  -moz-box-shadow: 0 3px 0 0 #CF9210, 0 4px 4px -1px rgba(0, 0, 0, 0.6), 0 4px 6px 1px rgba(0, 0, 0, 0.3), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 3px 0 0 #CF9210, 0 4px 4px -1px rgba(0, 0, 0, 0.6), 0 4px 6px 1px rgba(0, 0, 0, 0.3), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.1) inset;
  background-color: #FFAE00;
  background-image: -webkit-linear-gradient(135deg, #FFF000, #FFAE00);
  background-image: -moz- oldlinear-gradient(135deg, #FFF000, #FFAE00);
  background-image: linear-gradient(-45deg, #FFF000, #FFAE00);
  color: #4a4a4a;
  padding: .5em .7em;
  height: 100%;
  max-height: 100px;
  font-weight: 900;
}

.btn-yellow:hover {
  color: #AD7B0D;
  -moz-box-shadow: 0 3px 0 0 #CF9210, 0 6px 4px -1px rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.5), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;
  box-shadow: 0 3px 0 0 #CF9210, 0 6px 4px -1px rgba(0, 0, 0, 0.3), 0 4px 16px rgba(0, 0, 0, 0.5), 0 1px 2px 1px transparent inset, 0 18px 32px -2px rgba(255, 255, 255, 0.14) inset;
}

.btn-yellow:active {
  -moz-box-shadow: 0 0px 0 0 #AD7B0D, 0 3px 0 0 transparent, 0 4px 16px transparent, 0 1px 2px 1px rgba(0, 0, 0, 0.5) inset, 0 -18px 32px -2px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 0px 0 0 #AD7B0D, 0 3px 0 0 transparent, 0 4px 16px transparent, 0 1px 2px 1px rgba(0, 0, 0, 0.5) inset, 0 -18px 32px -2px rgba(255, 255, 255, 0.1) inset;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  color: #876A14;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 457px) {
  .btn-yellow {
    padding: .3em .4em;
  }
}

br.sp {
  display: none;
}

.txt_cta {
  text-align: center;
}

.cta_pc {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 300px;
  z-index: 9999;
}

.cta_sp {
  display: none;
}

@media screen and (max-width: 640px) {
  br.sp {
    display: block;
  }
  .txt_cta {
    font-size: 14px;
    line-height: 1.4;
  }
  .txt_cta .cusHeight01 {
    display: inline-block;
  }
  .txt_cta .cusHeight01 img {
    height: 35px;
  }
  .cta_pc {
    display: none;
  }
  .cta_sp {
    background: rgba(255, 255, 255, 0.9);
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    bottom: 0;
    left: 0;
    padding: 5px 3px 0 10px;
    width: 100%;
    z-index: 99999;
  }
  .cta_sp a {
    width: 50%;
    text-align: center;
    display: block;
  }
  .cta_sp a img {
    width: 100%;
    margin: 0 auto;
  }
}

.alpha {
  margin: 0 0 2px 0;
}

.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  margin: 2px 0 0 0;
}

.fluffy {
  -webkit-animation: fluffy1 3s ease infinite;
  -moz-animation: fluffy1 3s ease infinite;
  animation: fluffy1 3s ease infinite;
}

@-webkit-keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  35% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  55% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  85% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fluffy1 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  5% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  10% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  35% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  55% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  60% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  85% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  5% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  10% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  15% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  35% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  55% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  65% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
  85% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

/* header --------------------------  */
header {

}

.kaitori_header {
  background: #00ADB1;
  padding: 11px 10px;
}

header .header-lef {
  float: left;
}

header .header-rig {
  float: right;
  margin-left: 50px;
}

@media screen and (max-width: 979px) {
  header .h-logo {
    width: 150px !important;
  }
}

header .h-logo {
  width: 200px;
  float: left;
  margin: 10px 0 0 0;
}

header .tagline {
  width: 741px;
  float: left;
  line-height: 0;
}

header .tagline_sp {
  display: none;
}

@media screen and (max-width: 979px) {
  header {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 4em;
  }
  header .header-inner {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header .header-lef {
    width: 80%;
  }
  header .tagline {
    display: none;
  }
  header .tagline_sp {
    line-height: 0;
    display: block;
    width: 100%;
  }
  header .tagline_sp a {
    display: inline-block;
    line-height: 0;
    width: 100%;
  }
}

header .h-tel,
header .h-tel a {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  float: left;
  margin: 0 10px 0 0;
  width: 263px;
}

header .btn-login {
  width: 434px;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 0;
}

.kaitori_header .btn-login {
  width: 578px;
}

header .btn-login a {
  width: 207px;
  display: block;
}

.kaitori_header .btn-login a {
  width: 279px;
  display: block;
}

header .btn-login a + a {
  margin-left: 20px;
}

.tt_bot {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 1052px) {
  header {
    /* background: rgba(0,0,0,0.8); */
    padding: 10px;
  }
  #wrap_top_area, #wrap_top {
    margin-top: 0em !important;
  }
  header .btn-login {
    display: none;
  }
  header .h-tel {
    display: none;
  }
  .header-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 20px;
  }
  .wrap_box02 {
    margin: 0 auto;
    max-width: 96% !important;
    padding: 0.7em;
  }
  #nav-drawer {
    display: block !important;
  }
  .about img {
    width: 95%;
    margin: 0 auto;
  }
  .about.about05 img {
    width: 75%;
  }
  #contents02 .bg_yellow02:before, #contents02 .bg_yellow02:after,
  #contents03 .bg_yellow:before,
  #contents03 .bg_yellow:after,
  #contents05 .bg_yellow:before,
  #contents05 .bg_yellow:after,
  #contents04 .bg_yellow02:before,
  #contents04 .bg_yellow02:after {
    content: none !important;
  }
  #contents05 .bg_yellow {
    padding: 1em 0;
  }
  .flow {
    padding: 0 0px !important;
  }
  .contents02_ct {
    padding-top: 1em;
  }
  .contents03_ct ul {
    display: block !important;
    padding: 10px !important;
  }
  .contents03_ct ul li {
    width: 100% !important;
  }
  .contents03_ct ul li img {
    width: 100% !important;
  }
  .contents03_ct ul li + li {
    margin-top: 20px;
  }
  .tit_qa {
    max-width: 300px !important;
  }
  .qa_box {
    padding: 40px 20px 20px !important;
  }
  .qa_box dd {
    padding: 18px 10px !important;
  }
}

.header-inner {
  width: 98%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.kaitori_header .header-inner {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  header .tagline {
    font-size: 14px;
  }
  .header-inner {
    width: 95%;
    margin: 0 5px 0 10px;
  }
  header .tagline {
    font-size: 16px;
  }
  #contents03 h2 {
    max-width: 65%;
  }
  #contents04 .bg_yellow02 {
    padding: 1em 0 !important;
  }
}

#nav-drawer {
  position: relative;
  margin: 0 0 0 0;
  display: none;
}

.nav-unshown {
  display: none;
}

#nav-content .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#nav-content .menu li a {
  color: #fff;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}

#nav-content .menu li a:hover {
  opacity: .6;
}

#nav-content .btn {
  display: none;
}

@media screen and (max-width: 1340px) {
  header .tagline {
    font-size: 22px;
  }
  #nav-content .menu li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  header .tagline {
    font-size: 16px;
  }
  #nav-content .menu li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1052px) {
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 2px;
    width: 30px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -moz-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 80%;
    max-width: 330px;
    height: 100%;
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  #nav-content .menu {
    display: block;
  }
  #nav-content .menu li a {
    display: block;
    color: #333;
    margin-left: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 15px;
    border-bottom: 1px solid #ccc;
  }
  #nav-content .menu li a:hover {
    opacity: .6;
  }
  #nav-content .btn {
    display: block;
  }
  #nav-content .btn li a {
    display: block;
    padding: 10px 15px 0;
    border-bottom: none;
  }
  #nav-content .btn li a img {
    width: 100%;
  }
}

/* common --------------------------  */

.red_b {
  font-weight: bold;
  color: #aa1515;
}

.red_b_under {
  font-weight: bold;
  text-decoration: underline;
  color: #aa1515;
}

.red_b80 {
  font-size: 80%;
  font-weight: bold;
  color: #aa1515;
}

.red_b120 {
  font-size: 120%;
  font-weight: bold;
  color: #aa1515;
}

.blue_b {
  font-weight: bold;
  color: #1c75bc;
}

.blue_b_under {
  font-weight: bold;
  text-decoration: underline;
  color: #1c75bc;
}

.blue_b120 {
  font-size: 120%;
  font-weight: bold;
  color: #1c75bc;
}

.s-blue_b {
  font-weight: bold;
  color: #00bbce;
}

.s-blue_b120 {
  font-size: 120%;
  font-weight: bold;
  color: #00bbce;
}

.text_b {
  font-weight: bold;
}

.text_under {
  text-decoration: underline;
}

.text_120 {
  font-size: 120%;
  line-height: 148%;
  font-weight: bold;
}

.text_150 {
  font-size: 150%;
  line-height: 172%;
}

.text_180 {
  font-size: 180%;
  line-height: 200%;
}

.b_u {
  font-weight: bold;
  text-decoration: underline;
}

.line_pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f19ec2));
  background: -webkit-linear-gradient(transparent 70%, #f19ec2 0%);
  background: -moz- oldlinear-gradient(transparent 70%, #f19ec2 0%);
  background: linear-gradient(transparent 70%, #f19ec2 0%);
}

.line_green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #59c3a0));
  background: -webkit-linear-gradient(transparent 70%, #59c3a0 0%);
  background: -moz- oldlinear-gradient(transparent 70%, #59c3a0 0%);
  background: linear-gradient(transparent 70%, #59c3a0 0%);
}

.line_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #7ecef4));
  background: -webkit-linear-gradient(transparent 70%, #7ecef4 0%);
  background: -moz- oldlinear-gradient(transparent 70%, #7ecef4 0%);
  background: linear-gradient(transparent 70%, #7ecef4 0%);
}

.line_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff45c));
  background: -webkit-linear-gradient(transparent 70%, #fff45c 0%);
  background: -moz- oldlinear-gradient(transparent 70%, #fff45c 0%);
  background: linear-gradient(transparent 70%, #fff45c 0%);
}

.w_800 {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

a img,
input[name="entry_submit"] {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
}

a:hover img,
input[name="entry_submit"]:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  /*画像の拡大率*/
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

a:active img,
input[name="entry_submit"]:active {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  /*画像の拡大率*/
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

/* header --------------------------  */
#header_top {
  background-color: #061116;
  padding: 0 .3em;
  width: 100%;
  position: fixed;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  z-index: 9999;
}

#header_top_wrap {
  max-width: 900px;
  margin: 0 auto;
}

#header_top_logo {
  max-width: 300px;
  float: left;
}

#header_top_text {
  max-width: 300px;
  float: right;
  text-align: right;
  padding: .5em .3em;
}

#header_top_wrap table {
  width: 100%;
}

#header_top_wrap table td {
  width: 50%;
  vertical-align: middle;
  padding: 0;
}

#header_top_wrap table td.left {
  text-align: left;
}

#header_top_wrap table td.right {
  text-align: right;
  padding-right: .5em;
}

@media screen and (max-width: 457px) {
  #header_top_wrap table {
    font-size: 80%;
  }
  #header_top {
    padding: .3em;
  }
  #header_top_logo {
    width: 50%;
  }
  #header_top_text {
    width: 50%;
    font-size: 80%;
  }
}

#wrap_top_area {
  margin-top: 0px;
}

#wrap_top {
  line-height: 0;
  margin-top: 0px;
}

#wrap_top img {
  width: 100%;
}

#wrap_top .banner_pc {
  display: block;
}

#wrap_top .banner_sc {
  display: none;
}

@media screen and (max-width: 640px) {
  #wrap_top .banner_pc {
    display: none;
  }
  #wrap_top .banner_sc {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .wrap_top_box {
    padding: 20px 0;
  }
}

.bg_grade {
  background-image: url("../images/bg_qa.png");
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #fff;
  padding: 0 0 40px;
}

.bg_stripe_grade {
  background-color: #fff;
  padding: 60px 0 50px;
}

.bg_stripe_gray02 {
  background-image: url("../images/bg_btn.png");
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.bg_stripe_gray02 {
  background-image: url("../images/bg_gray.png");
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center center;
  background-color: #fff;
  padding: 30px 0;
}

.bg_stripe_black {
  background-image: url("../images/bg_black.png");
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  padding: 1em 0;
}

.bg_stripe_gray03 {
  background-image: url("../images/bg_dgray.png");
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  padding: 1em 0;
}

.bg_stripe_blue {
  background-image: url("../images/bg_blue.png");
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  padding: 1em 0;
}

.bg_red {
  background: #00A8B0;
  padding: 18px 0;
}

.bg_dgreen {
  background: #4160A3;
  min-height: 7em;
}

.bg_dgreen2 {
  background: #D0E3F5;
  min-height: 7em;
}

.bg_dgreen_ct04 img:first-child {
  padding: 4em 0 2em;
}

.bg_paleyellow {
  background: #FCFBE0;
  min-height: 7em;
}


.bg_fl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg_lgreen {
  background: #D0E3F5;
}

.bg_black {
  background: #4160A3;
  min-height: 7em;
}

.btn a {
  max-width: 666px;
  display: block;
  margin: 0 auto;
}

.btn_blue a {
  max-width: 461px;
  display: block;
  margin: 0 auto;
}

.bg_stripe_red {
  background-image: url("../images/bg_red.png");
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: repeat-y;
  background-position: center center;
}

.bg_yellow {
  background-color: #B9DDDF;
}

.bg_yellow02 {
  background: #F6F1CB;
}

.bg_photo {
  background-image: url("../images/bg_photo.png");
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
}

.bg_cube {
  background-image: url("../images/bg.gif");
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center center;
  background-color: #fff;
}

.bg_green {
  background: #3cae91;
}

.bg_blue {
  background: #ffe009;
}

.bg_navy {
  background-image: url("../images/bg_navy.png");
  background-repeat: repeat;
  background-position: center center;
}

.bg_gray {
  background: #faf9f9;
}

.bg_white {
  background: #fff;
  padding: 40px 0;
}

.bg_beige {
  padding: 40px 0;
}

.bg_lady {
  background: #f9faf8;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #f9faf8));
  background: -webkit-linear-gradient(left, #fff 0%, #f9faf8 50%);
  background: -moz- oldlinear-gradient(left, #fff 0%, #f9faf8 50%);
  background: linear-gradient(to right, #fff 0%, #f9faf8 50%);
}

.bg_lady .wrap_box {
  padding: 0;
  line-height: 0;
}

.bg_stripe_gray {
  background-image: url("../images/bg_stripe_gray.png");
  background-repeat: repeat;
}

.bg_note {
  background-image: url("../images/bg_note.png");
  background-repeat: repeat;
}

/* content --------------------------  */
.main_gurade {
  background-image: url("../images/head_bg_sub.png");
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.main_gray {
  background-color: #f2f2f2;
}

.main_lightgray {
  background-color: #f9f9f9;
}

.main_top {
  background-image: url("../images/head_bg.jpg");
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #22435c;
  color: #FFFFFF;
}

.main_program {
  background-image: url("../images/bg_program.jpg.html");
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #464646;
}

.main_case {
  background-image: url("../images/bg_case.jpg.html");
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-color: #464646;
}

.main_produce {
  background-image: url("../images/content_title25.png");
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.wrap_box {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0.8em;
}

.wrap_box.wrap_box_noPadding {
  padding: 0;
  line-height: 0;
}

.wrap_box02 {
  margin: 0 auto;
  max-width: 900px;
  padding: 0.7em;
}

#contents02 .bg_yellow02 {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

#contents02 .bg_yellow02:before {
  content: '';
  width: 488px;
  height: 377px;
  background: url("../images/bg_arr.png") no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  top: 100px;
  right: -128px;
  position: absolute;
  z-index: -1;
}

#contents02 .bg_yellow02:after {
  content: '';
  width: 488px;
  height: 377px;
  background: url("../images/bg_arr.png") no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  bottom: 120px;
  left: -128px;
  position: absolute;
  z-index: -1;
}

.contents02_ct {
  padding: 0;
  line-height: 0;
}

#contents03 .bg_yellow {
  padding: 60px 0 110px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

#contents03 .bg_yellow:before {
  content: '';
  width: 488px;
  height: 377px;
  background: url("../images/bg_arr.png") no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  top: 100px;
  right: -128px;
  position: absolute;
  z-index: -1;
}

#contents03 .bg_yellow:after {
  content: '';
  width: 488px;
  height: 377px;
  background: url("../images/bg_arr.png") no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  bottom: 120px;
  left: -128px;
  position: absolute;
  z-index: -1;
}

.contents03_ct ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #efe699;
  padding: 29px;
}

.contents03_ct ul li {
  width: 498px;
}

.contents05_ct {
  padding: 100px 0 110px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

.contents05_ct:before {
  content: '';
  width: 488px;
  height: 1316px;
  background: url("../images/bg_arr02.png") no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  top: 100px;
  right: -128px;
  position: absolute;
  z-index: -1;
}

.contents05_ct:after {
  content: '';
  width: 488px;
  height: 377px;
  background: url("../images/bg_arr.png") no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  top: 578px;
  left: -128px;
  position: absolute;
  z-index: -1;
}

.about {
  padding: 0;
  line-height: 0;
}

.about.about05 {
  padding: 40px 0;
  text-align: center;
}

.about.about05 img {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  .flow {
    width: 96% !important;
    margin: 30px auto;
  }
  .about.about05 {
    padding: 20px 0;
  }
}

.flow {
  width: 100%;
  margin: 30px auto;
  padding: 0;
}

.flow img + img {
  margin-top: 20px;
}

.qa_wrap {
  text-align: center;
}

.qa_box {
  background: #ffffff;
  padding: 40px 30px 20px;
}

.tit_qa {
  max-width: 428px;
  margin: 30px auto;
}

#contents06 .bg_stripe_red {
  padding: 10px 0 90px;
}

.qa_box dl {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 979px) {
  .qa_box dt {
    margin: 0 0 15px 0 !important;
  }
}

.contents03_ct {
  padding: 0.8em 0;
}

.qa_box dt {
  background: url("../images/icon_q.png") no-repeat;
  -moz-background-size: 56px 56px;
       background-size: 56px 56px;
  min-height: 56px;
  padding: 5px 0 5px 65px;
  margin: 0 0 15px 0;
  color: #BF5350;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.4;
  text-align: left;
}

.kaitori .qa_box dt {
  color: #231F20;
  background: url("../images/kaitori_icon_q.png") no-repeat;
  -moz-background-size: 56px 56px;
       background-size: 56px 56px;
}

.qa_box dd {
  background: #E6DA4B;
  padding: 18px 60px;
  font-size: 24px;
  line-height: 37px;
  font-weight: bold;
  text-align: left;
}

#contents07 p {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin: 30px 0;
}

#contents04 .bg_yellow02 {
  padding: 70px 0 120px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}

#contents04 .bg_yellow02:before {
  content: '';
  width: 488px;
  height: 377px;
  background: url("../images/bg_arr.png") no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  top: 100px;
  right: -128px;
  position: absolute;
  z-index: -1;
}

#contents04 .bg_yellow02:after {
  content: '';
  width: 488px;
  height: 377px;
  background: url("../images/bg_arr.png") no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  bottom: 120px;
  left: -128px;
  position: absolute;
  z-index: -1;
}

#contents07 dl {
  overflow: hidden;
}

#contents07 * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 980px) {
  #contents07 dt {
    width: 320px;
    clear: both;
    font-size: 14px;
    padding-top: 8px;
    color: #000;
  }
  #contents07 dd {
    width: 480px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 979px) {
  #wrap_top_area {
    margin-top: 0px;
  }
  #contents07 dt {
    font-size: 20px;
    padding-bottom: 0.4em;
    color: #000;
  }
  #contents07 dd {
    padding-bottom: 0.8em;
  }
  .formMust {
    font-size: 20px;
  }
  #contents07 form {
    width: 96% !important;
    margin: 0 auto;
  }
}

#contents07 form {
  width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .formMust {
    font-size: 10px;
    float: right;
    padding: 2px 6px;
    line-height: 140% !important;
  }
}

.formMust {
  background: #fff;
  color: #2173b3;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 0 0 12px;
  padding: 3px 6px;
}

.formHalf {
  width: 66% !important;
}

@media screen and (min-width: 980px) {
  #contents07 dt,
  #contents07 dd {
    float: left;
  }
}

/* #contents07 input,
#contents07 select {
  padding: 0.5em;
  border: none;
  width: 100%;
  font-size: 16px;
}

#contents07 input[text],
#contents07 select {
  font-size: 16px;
  min-height: 36px;
} */

.fyen {
  font-size: 13px;
  color: #000;
}

/* .birthday select {
  width: 32% !important;
} */

/* .formPolicy {
  background: #fcfcfc;
  border: 1px solid #e9e9e9;
  padding: 1.3em 1.5em;
  height: 10em;
  overflow: scroll;
  margin: 30px 0 0 0;
  font-size: 14px;
}

.formPolicy p {
  color: #565656 !important;
  font-size: 14px !important;
}

.termsCheck {
  text-align: center;
  margin-top: 2em;
} */

/* .termsCheck label {
  background: #FFF;
  padding: 10px 26px 10px 20px;
  -moz-border-radius: 100vw;
  border-radius: 100vw;
}

.termsCheck span {
  font-size: 12px;
}

input[type="checkbox"] {
  width: 20px !important;
  background: #FFF;
  height: 20px;
  position: relative;
  top: 5px;
  border: 1px solid #CCC;
  margin: 0;
} */

/* button[type="submit"] {
  clear: both;
  font-size: 16px;
  width: 80%;
  margin: 2em auto;
  padding: 1em 0;
  font-weight: bold;
  display: block;
  background: #3B9AA1;
  color: #fff;
  border: none;
  -moz-border-radius: 100vw;
  border-radius: 100vw;
  -moz-box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
} */

.wrap {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 960px;
}

.wrap_text {
  margin: 0 auto;
  padding: 0.5em 1em;
}

@media screen and (max-width: 640px) {
  .wrap_text {
    padding: 0.5em 0;
  }
  .about {
    width: 100% !important;
  }
  #contents03 .bg_yellow {
    padding: 2em 0 0;
  }
  .contents03_btn a {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
  .qa_box dt {
    background: url("../images/icon_q.png") no-repeat;
    -moz-background-size: 61px 61px;
         background-size: 61px 61px;
    min-height: 61px;
    padding: 5px 0 5px 75px;
    font-size: 24px;
  }
  .qa_box dd {
    font-size: 20px;
  }
}

.thumb_youtube {
  padding: 40px 0;
  text-align: center;
}

.content_box {
  position: relative;
  width: 950px;
  margin: 0 auto 40px;
}

.toggle_btn {
  display: block;
  background-image: url("../images/btn_chapter_on.png");
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  padding-bottom: 180px;
}

.toggle_btn.selected {
  background-image: url("../images/btn_chapter_off.png");
}

@media screen and (max-width: 640px) {
  #wrap_top_area {
    margin-top: 0;
  }
  .toggle_btn {
    padding-bottom: 21%;
  }
  .bg_lady .wrap_box {
    padding: 0 10px;
  }
}

#box01 {
  display: none;
}

.content_img_l {
  text-align: left;
}

.content_img_l img,
.content_img_r img {
  width: 500px;
}

.content_img_r {
  text-align: right;
}

.content_txtbox_r {
  position: absolute;
  right: 0;
  top: 20px;
  width: 550px;
  background: #FFF;
  padding: 1em;
  min-height: 400px;
}

.content_txtbox_l {
  position: absolute;
  left: 0;
  top: 20px;
  width: 550px;
  background: #FFF;
  padding: 1em;
  min-height: 400px;
}

.content_txtbox_l p,
.content_txtbox_r p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 950px) {
  .content_box {
    width: 100%;
  }
  .content_img_l,
  .content_img_r {
    text-align: center;
  }
  .content_img_l img,
  .content_img_r img {
    width: 90%;
  }
  .content_txtbox_r,
  .content_txtbox_l {
    width: 90%;
    position: static;
    margin: -5px auto 0;
    min-height: 0;
  }
  .content_txtbox_l p,
  .content_txtbox_r p {
    font-size: 17px;
    line-height: 1.6;
  }
}

.wrap_program {
  margin: 0 auto 1.5em;
  padding: .5em 1em;
  max-width: 960px;
  padding-bottom: 1em;
  border: #333333 solid 7px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: #b3b3b3 3px 0px 5px -3.5px, #b3b3b3 -3px 0px 5px -3.5px;
  -webkit-box-shadow: #b3b3b3 3px 0px 5px -3.5px, #b3b3b3 -3px 0px 5px -3.5px;
  -moz-box-shadow: #b3b3b3 3px 0px 5px -3.5px, #b3b3b3 -3px 0px 5px -3.5px;
}

.sub_head {
  margin: .3em 0;
  padding: .2em 0 0;
  font-size: 48pt;
  line-height: 124%;
  color: #333333;
  text-align: center;
  font-weight: 900;
}

.sub_head_program {
  margin: .3em 0 1.5em 0;
  padding: .2em 0 0;
  text-align: center;
  font-weight: 900;
  background-color: #021e4a;
}

.sub_head_case {
  margin: .3em 0 1.5em 0;
  padding: .2em 0 0;
  text-align: center;
  font-weight: 900;
  background-color: #021e4a;
}

@media screen and (max-width: 640px) {
  .sub_head {
    margin: .1em 0;
    padding: .2em 0 0;
    font-size: 48pt;
    line-height: 124%;
    color: #333333;
    text-align: center;
    font-weight: 900;
  }
}

.sub_head span {
  font-size: 136%;
  color: #BC2629;
}

.ul_red {
  background-image: url("../images/ul_bg.jpg.html");
  padding: .3em;
  margin-bottom: 2em;
}

ul.red {
  padding: .3em 1.3em .3em 2.5em;
  list-style-image: url("../images/check_red.png");
  border: #FFD000 solid 2px;
}

ul.red li {
  font-size: 24px;
  line-height: 124%;
  font-weight: bold;
  margin: .8em 0;
  padding-bottom: .2em;
}

ul.red li img {
  float: right;
  margin-left: 23px;
}

@media screen and (max-width: 640px) {
  ul.red li {
    font-size: 22px;
  }
}

ul.pen {
  width: 90%;
  margin: 0px 30px;
  list-style-image: url("../images/023.png");
}

ul.pen li {
  line-height: 150%;
  margin: 1em 0;
  color: #333333;
  font-weight: bold;
}

ul.pen li img {
  float: right;
  margin-left: 23px;
}

.contents01_03 {
  background: #3cae91;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  padding: 10px 0;
}

.contents04_title {
  background-image: url("../images/contents04_bg01.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 40px 0;
}

.contents05_title {
  background-image: url("../images/contents05_bg01.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 40px 0;
}

.contents06_title {
  background-image: url("../images/contents06_bg01.png");
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 40px 0;
}

@media screen and (max-width: 640px) {
  .contents04_title,
  .contents05_title,
  .contents06_title {
    padding: 0;
  }
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* FAQ --------------------------  */
.faq_q {
  color: #333;
  font-weight: 900;
  margin-bottom: .5em;
}

.faq_a {
  margin-bottom: 1.5em;
  font-weight: 900;
}

.faq_a p {
  font-weight: normal;
}

/* table --------------------------  */
#table_performance {
  margin: 0 auto;
  width: 96%;
  height: 720px;
  overflow: scroll;
}

/* table.performance {
  border-collapse: collapse;
  margin: 0 auto;
  width: 96%;
  border: #A7A7A7 1px solid;
} */
/* 
table.performance td,
th {
  padding: 10px;
  border: #A7A7A7 1px solid;
  text-align: center;
  background-color: EAEAEA;
}

table.performance th {
  color: #fff;
  background: #F8B500;
}

table.performance tr:nth-child(odd) {
  background: #FDE9B2;
} */

@media screen and (max-width: 640px) {
  #table_performance {
    font-size: 60%;
    line-height: 110%;
  }
}

/* table.table_merit {
  border: #CCCCCC solid 1px;
  width: 100%;
  max-width: 700px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1.5em;
}

table.table_merit td {
  border: #CCCCCC solid 1px;
  padding: .2em;
}

table.table_merit tr:nth-child(odd) {
  background: #EEEEEE;
} */

table.app {
  border-collapse: separate;
  border-spacing: 0px 10px;
  margin: 30px auto;
  width: 95%;
}

table.app td,
table.app th {
  padding: 10px;
  vertical-align: middle;
}

table.app th {
  background: #fff000 -webkit-linear-gradient(290deg, #fff000, #fff6ab);
  background: #fff000 -moz- oldlinear-gradient(290deg, #fff000, #fff6ab);
  background: #fff000 linear-gradient(160deg, #fff000, #fff6ab);
  color: #4A4A4A;
  font-weight: bold;
  text-align: center;
  width: 25%;
  font-size: 120%;
}

table.app td {
  background: #FFFFFF;
  text-align: left;
  color: #4A4A4A;
  opacity: 0.85;
}

@media screen and (max-width: 640px) {
  table.app th {
    width: 100%;
  }
  table.app td,
  table.app th {
    display: block;
    width: 100%;
  }
  table.app br {
    display: block;
  }
}

table#form {
  width: 92%;
  margin: 0 auto 1em;
  line-height: 118%;
  max-width: 960px;
}

table#form th {
  background: #454545;
  border: solid #CCCCCC 1px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: .5em .3em;
  width: 28%;
  font-size: 22px;
}

table#form td {
  background: #FFFFFF;
  border: solid #CCCCCC 1px;
  color: #454545;
  font-weight: bold;
  text-align: center;
  padding: .5em .3em;
  font-size: 20px;
}

table#form tr.even td,
table#form tr.even th {
  background: #F5F5F5;
}

.input_text {
  max-width: 900px;
  width: 92%;
  margin: 0 auto .5em auto;
}

/* input,
select,
textarea {
  width: 92%;
  text-align: center;
  font-size: 100%;
  font-family: "Lato", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0.2em 0.3em;
} */

@media screen and (max-width: 640px) {
  input {
    font-size: 16px;
    padding: 0.5em 0.3em;
  }
  .input_text {
    margin: 0 auto 3px auto;
  }
}

.note {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.note dt {
  position: relative;
}

.note dt span {
  position: absolute;
  left: 0px;
  font-size: 24px;
}

.faq_q .note dt span {
  padding: 6px 7px;
  background-color: #b5a14d;
  color: #fff;
}

.faq_a .note dt span {
  padding: 6px 10px;
  background-color: #48baaa;
  color: #fff;
}

.note dd {
  padding: 6px 0 0 55px;
}

/* form --------------------------  */
#content_form {
  margin: 60px 0;
}

.input.text.required {
  width: 100%;
  display: table;
  margin-bottom: 10px;
}

.form_input_label {
  width: 40% !important;
  display: table-cell !important;
  height: 63px;
  vertical-align: middle;
  line-height: 1.2em;
  background: url(../images/required.png) no-repeat 85% center;
  font-size: 1.8rem;
}

.form_input_input {
  width: 100% !important;
  display: table-cell !important;
  background: #FFF;
  border: 2px solid #000;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 2rem;
  padding: 10px;
  text-align: left;
}

input[name="entry_submit"] {
  width: 100%;
  max-width: 100%;
}

input.required_color {
  background: #fff !important;
}

@media screen and (max-width: 960px) {
  .input.text.required {
    margin-bottom: 20px;
  }
  .form_input_label {
    width: 100% !important;
    font-size: 22px;
    display: block !important;
    height: auto;
    background: url(../images/required.png) no-repeat 100% center;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    margin: 0 auto 10px;
  }
  .form_input_input {
    width: 100%;
    max-width: 100% !important;
    font-size: 24px;
    display: block !important;
  }
}

.caution-box {
  font-size: 50%;
  overflow: auto;
  height: 150px;
  width: 90%;
  line-height: 1.4em;
  border: 2px solid #DDD;
  margin-top: 0px;
  color: #999;
  margin-bottom: 15px;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: justify;
  margin-right: auto;
  margin-left: 5%;
}

.check_wrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.3em;
  text-align: center;
  padding: 0px;
  font-size: 1em;
  right: -0px;
  position: relative;
  font-weight: bold;
}

.btn-link,
.btn-link2 {
  padding-bottom: 20px;
  display: block;
}

@media screen and (max-width: 640px) {
  .cursor {
    font-size: 14px;
    margin-right: -14px;
  }
  .btn-link {
    display: block;
    margin-bottom: 8px;
  }
}

/*チェックボックスのデザイン*/
.checkbox {
  display: none;
}

.checkbox + .checkbox-icon {
  position: relative;
  vertical-align: middle;
}

.checkbox + .checkbox-icon:before {
  /*content: "\f372";
  font-family: Ionicons;
  color: #0F0;
  font-size: 22px;*/
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -35px;
  width: 20px;
  /*チェックボックスの幅*/
  height: 20px;
  /*チェックボックスの高さ*/
  border: 2px solid #999;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.checkbox:checked + .checkbox-icon {
  color: #000000;
}

.checkbox:checked + .checkbox-icon:after {
  /*content: "\f374";
  color: #FF00FF;*/
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -30px;
  width: 10px;
  height: 17px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-right-width: 5px;
  /*チェックマークの太さ*/
  border-bottom-width: 5px;
  /*チェックマークの太さ*/
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #FF0000;
  /*チェックマークの色*/
  border-bottom-color: #FF0000;
  /*チェックマークの色*/
}

/* footer --------------------------  */
footer {
  background: #000;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  padding: 1em .3em;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.kaitori footer {
  background: #000;
}

.footer_01 {
  text-align: center;
}

.footer_copy {
  text-align: center;
}

footer ul {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 17px;
}


footer ul li:not(:first-child) {
  /* border-left: 1px solid #fff; */
}

@media screen and (max-width: 640px) {
  footer .pc {
    display: none;
  }
}

footer a {
  color: #FFFFFF;
}

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 9999;
  width: 25%;
  max-width: 150px;
  opacity: 0.8;
}

#pagetop:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.animated1 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  /*ここでスライドの速さが設定できます。*/
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    -moz-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    -moz-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
    transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
    -moz-transform: translate3d(8%, 0, 0);
    transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
    -moz-transform: translate3d(8%, 0, 0);
    transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
    transform: translate3d(-8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
    -moz-transform: translate3d(-8%, 0, 0);
    transform: translate3d(-8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
    -moz-transform: translate3d(-8%, 0, 0);
    transform: translate3d(-8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.lpb header {
  background: #000;
  padding: 37px 10px;
  height: 115px;
}

.lpb header .header-lef {
  text-align: center;
  margin: 0 auto;
}

.lpb #contents03 {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  background: #E6DA4B;
}

.lpb #contents03:before {
  content: '';
  width: 488px;
  height: 2357px;
  background: url("../images/bg_arr04.png") no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  top: 235px;
  right: -128px;
  position: absolute;
  z-index: -1;
}

.lpb #contents03:after {
  content: '';
  width: 488px;
  height: 1367px;
  background: url("../images/bg_arr03.png") no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 731px;
  left: -128px;
  position: absolute;
  z-index: -1;
}

.lpb #contents03 .bg_yellow {
  background: 0 0;
}

.lpb #contents03 .bg_yellow:after, .lpb #contents03 .bg_yellow:before {
  display: none;
}

.lpb #contents03 .bg_yellow h2 {
  margin-bottom: 50px;
}

.lpb .bl3 {
  position: relative;
  margin-top: 3em;
}

.lpb .about {
  padding: 3em 0;
}

@media screen and (max-width: 640px) {
  .lpb header {
    height: 4em !important;
  }
  .lpb #wrap_top_area, .lpb #wrap_top {
    margin-top: 0em !important;
  }
  .lpb #contents03:after, .lpb #contents03:before {
    display: none;
  }
  .lpb .bl3 {
    position: relative;
    margin-top: 3em;
    margin-left: -.8em;
    margin-right: -.8em;
  }
  .lpb .bl3 h2 img {
    max-width: 120px !important;
  }
  .lpb #contents03 .bg_yellow {
    padding: 1em 0;
  }
  .lpb #contents03 .bg_yellow h2 {
    margin-bottom: 1em;
  }
  .lpb .about {
    padding: 3em 0;
    max-width: 80%;
  }
}
