@charset "UTF-8";
/*========================================


	*This CSS is written by SASS


========================================*/
/*========================================


	*変数の設定


========================================*/
/*========================================


	*スタイルリセット（sanitize.css）


========================================*/
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

details {
  display: block; }

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; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

[unselectable] {
  user-select: 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; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  font: 14px/1 sans-serif; }

html {
  background-color: #FFFFFF; }

a {
  text-decoration: none; }

img {
  border: none; }

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

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: 1em; }

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

ol,
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; }

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

@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important; } }
/*========================================


	*mixin／extend


========================================*/
/*----------------------------------------

	*mixin

----------------------------------------*/
/*----------------------------------------

	*extend

----------------------------------------*/
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

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

.ml50 {
  margin-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*========================================


	*初期設定


========================================*/
body {
  background: #fff;
  color: #534741;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }

a {
  color: #00B8EE; }

.only-pc {
  display: block; }

.only-sp {
  display: none; }

#boxer .boxer-loading {
  display: none !important; }

/*========================================


	*共通エリア


========================================*/
a {
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all; }
  a:hover {
    opacity: 0.8; }
  a.hoverText:hover {
    opacity: 0.7; }

/*========================================


	*ヘッダー


========================================*/
.l-header {
  position: relative; }
  .l-header div {
    z-index: 0 !important;
    height: 800px !important;
    width: 100% !important; }
  .l-header .bg {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    background-image: url("../img/main/bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center; }
  .l-header h1 {
    max-width: 900px;
    margin: 0 auto; }
    .l-header h1 img {
      width: 113px; }
  .l-header h2 {
    max-width: 1150px;
    margin: 0 auto; }
  .l-header h3 {
    position: absolute;
    bottom: 50px;
    right: 50px; }

/*========================================


	*メインコンテンツ


========================================*/
.l-main .cont01 {
  border: 10px solid #143296;
  border-top: 10px solid #E11400;
  position: relative;
  background-image: url("../img/cont01/bg.png");
  background-position: center bottom;
  background-repeat: repeat-x; }
  .l-main .cont01 .nav-pc {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 55px;
    margin-bottom: 50px; }
    .l-main .cont01 .nav-pc ul {
      display: table;
      width: 100%; }
      .l-main .cont01 .nav-pc ul li {
        width: 120px;
        display: table-cell;
        text-align: center; }
        .l-main .cont01 .nav-pc ul li a {
          display: block;
          background-image: url("../img/nav/arrow.png");
          background-repeat: no-repeat;
          background-position: center bottom;
          padding-bottom: 20px; }
  .l-main .cont01 .cont_box {
    max-width: 1124px;
    margin: 0 auto;
    padding-bottom: 150px; }
    .l-main .cont01 .cont_box img {
      width: 100%; }
.l-main .cont02 {
  text-align: center;
  background-image: url("../img/cont02/bg.png");
  background-position: top center;
  padding-bottom: 110px; }
  .l-main .cont02 h3 {
    position: relative;
    margin-top: -100px;
    margin-bottom: 100px; }
  .l-main .cont02 h4 {
    margin-bottom: 45px; }
  .l-main .cont02 .text {
    color: #FFF;
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 10px; }
  .l-main .cont02 ul {
    max-width: 1030px;
    margin: 0 auto;
    position: relative;
    padding-top: 967px; }
    .l-main .cont02 ul li {
      position: absolute; }
      .l-main .cont02 ul li img {
        width: 327px; }
    .l-main .cont02 ul li:nth-child(1) {
      top: 0;
      left: 0; }
    .l-main .cont02 ul li:nth-child(2) {
      top: 128px;
      left: 346px; }
    .l-main .cont02 ul li:nth-child(3) {
      top: 54px;
      right: 0; }
    .l-main .cont02 ul li:nth-child(4) {
      top: 462px;
      left: 0; }
    .l-main .cont02 ul li:nth-child(5) {
      top: 540px;
      left: 348px; }
    .l-main .cont02 ul li:nth-child(6) {
      top: 585px;
      right: 0; }
  .l-main .cont02 .under_box {
    color: #FFF;
    font-size: 21px;
    line-height: 58px;
    max-width: 1030px;
    margin: 0 auto;
    text-align: left; }
    .l-main .cont02 .under_box p {
      padding-top: 55px; }
    .l-main .cont02 .under_box span {
      font-size: 34px; }
      .l-main .cont02 .under_box span strong {
        font-size: 56px; }
    .l-main .cont02 .under_box img {
      float: left;
      margin-right: 30px; }
.l-main .cont06 {
  background-image: url("../img/cont06/bg.png");
  position: relative;
  background-position: top center;
  text-align: center;
  padding-bottom: 130px; }
  .l-main .cont06 h4 {
    position: relative;
    top: -70px;
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -70px; }
    .l-main .cont06 h4 img {
      margin: 0 auto;
      width: 100%; }
  .l-main .cont06 h5 {
    max-width: 1120px;
    padding-top: 25px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 25px; }
    .l-main .cont06 h5 img {
      margin: 0 auto;
      width: 100%; }
  .l-main .cont06 .in_box {
    background-color: #FFF;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px; }
    .l-main .cont06 .in_box .title {
      max-width: 386px;
      margin: 0 auto;
      margin-bottom: 50px; }
      .l-main .cont06 .in_box .title img {
        width: 100%;
        margin: 0 auto; }
    .l-main .cont06 .in_box .text {
      font-size: 24px;
      line-height: 1.8em;
      font-weight: bold;
      color: #000;
      margin-bottom: 40px; }
      .l-main .cont06 .in_box .text span {
        color: #E11400; }
    .l-main .cont06 .in_box .red_box {
      border: 2px solid #E11400;
      max-width: 82%;
      margin: 0 auto;
      padding-bottom: 40px;
      margin-bottom: 30px; }
      .l-main .cont06 .in_box .red_box .red_title {
        background-color: #E11400;
        color: #FFF;
        font-size: 20px;
        line-height: 1em;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 35px; }
      .l-main .cont06 .in_box .red_box .text_img {
        margin-bottom: 30px; }
      .l-main .cont06 .in_box .red_box p {
        font-size: 22px;
        color: #000;
        font-weight: bold;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.5em; }
    .l-main .cont06 .in_box .arrow {
      margin-bottom: 35px; }
      .l-main .cont06 .in_box .arrow img {
        width: 114px; }
    .l-main .cont06 .in_box .form_btn {
      max-width: 750px;
      margin: 0 auto;
      margin-bottom: 20px; }
      .l-main .cont06 .in_box .form_btn img {
        width: 100%; }
    .l-main .cont06 .in_box .attention {
      font-size: 22px;
      color: #000;
      font-weight: bold; }
.l-main .quiz {
  padding-top: 80px; }
  .l-main .quiz h4 {
    top: 0px;
    margin-bottom: 0px;
    margin-bottom: 50px; }
  .l-main .quiz .in_box .bigtext {
    margin-bottom: 50px; }
    .l-main .quiz .in_box .bigtext img {
      width: 114px; }
  .l-main .quiz .in_box .ansertext {
    margin-bottom: 50px; }
  .l-main .quiz .in_box .form_text {
    text-align: left;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px; }
  .l-main .quiz .in_box .movie_text {
    margin-bottom: 15px; }
  .l-main .quiz .in_box .movie {
    max-width: 704px;
    margin: 0 auto;
    margin-bottom: 50px; }
    .l-main .quiz .in_box .movie img {
      width: 100%; }
  .l-main .quiz .in_box .select_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .l-main .quiz .in_box .select_box ul li {
      display: inline-flex;
      margin-bottom: 40px;
      margin-left: 20px;
      padding-right: 20px; }
    .l-main .quiz .in_box .select_box ul .red_btn {
      max-width: 90%;
      margin: 0 auto; }
    .l-main .quiz .in_box .select_box ul a {
      width: 270px;
      height: 75px;
      display: block;
      background-image: url("../img/cont06/red_btn_bg.png");
      -webkit-background-size: 270px 75px;
      -o-background-size: 270px 75px;
      background-size: 270px 75px;
      color: #FFF;
      font-size: 32px;
      line-height: 75px; }
.l-main .cont05 {
  background-image: url("../img/cont05/cont_bg.jpg");
  background-position: top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 100px;
  position: relative; }
  .l-main .cont05 .cont_box {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center; }
    .l-main .cont05 .cont_box h3 {
      padding-top: 50px;
      margin-bottom: 60px; }
      .l-main .cont05 .cont_box h3 img {
        margin: 0 auto; }
    .l-main .cont05 .cont_box .cont_text {
      background-color: #143296;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
      .l-main .cont05 .cont_box .cont_text p {
        color: #FFF;
        font-size: 34px;
        font-weight: bold;
        line-height: 1.8em;
        padding-top: 20px;
        padding-bottom: 20px; }
    .l-main .cont05 .cont_box .cont_lr {
      max-width: 1080px;
      margin: 0 auto;
      padding-top: 50px; }
      .l-main .cont05 .cont_box .cont_lr .left {
        float: left;
        width: 50%; }
        .l-main .cont05 .cont_box .cont_lr .left img {
          max-width: 100%; }
      .l-main .cont05 .cont_box .cont_lr .right {
        float: right;
        padding-top: 25px;
        width: 48%; }
        .l-main .cont05 .cont_box .cont_lr .right img {
          max-width: 100%; }
  .l-main .cont05 .red_arrow {
    position: absolute;
    right: 0px;
    bottom: -130px;
    left: 0px;
    margin: auto auto; }
    .l-main .cont05 .red_arrow img {
      width: 420px; }
.l-main .cont03 {
  background-image: url("../img/cont03/bg.png");
  background-position: top center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-bottom: 150px; }
  .l-main .cont03 .cont_box {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .l-main .cont03 .cont_box h4 {
      max-width: 986px;
      margin: 0 auto;
      padding-top: 180px;
      margin-bottom: 30px;
      text-align: center; }
      .l-main .cont03 .cont_box h4 img {
        width: 100%; }
    .l-main .cont03 .cont_box .movie {
      max-width: 704px;
      margin: 0 auto; }
      .l-main .cont03 .cont_box .movie img {
        width: 100%; }
    .l-main .cont03 .cont_box p {
      padding-top: 25px;
      font-weight: bold;
      color: #143296;
      text-align: center;
      font-size: 26px;
      line-height: 44px; }
      .l-main .cont03 .cont_box p span {
        color: #E11400; }
.l-main .cont04 .shop_box {
  background-color: #000;
  padding-bottom: 35px; }
  .l-main .cont04 .shop_box .cont_box {
    width: 770px;
    margin: 0 auto; }
    .l-main .cont04 .shop_box .cont_box .img {
      position: relative;
      top: -65px;
      margin-bottom: -65px;
      float: left; }
      .l-main .cont04 .shop_box .cont_box .img img {
        max-width: 322px; }
    .l-main .cont04 .shop_box .cont_box .btn_box {
      float: right; }
      .l-main .cont04 .shop_box .cont_box .btn_box p {
        color: #FFF;
        font-size: 26px;
        text-align: center;
        font-weight: bold;
        padding-top: 30px;
        padding-bottom: 15px; }
      .l-main .cont04 .shop_box .cont_box .btn_box img {
        max-width: 360px; }
.l-main .cont04 .cam_box {
  background-image: url("../img/cont04/flag01.png"), url("../img/cont04/flag02.png"), url("../img/cont04/bg.png");
  background-repeat: no-repeat,no-repeat,repeat;
  background-position: top left,top right,top center;
  -webkit-background-size: 292px,292px,80px;
  -o-background-size: 292px,292px,80px;
  background-size: 292px,292px,80px;
  text-align: center;
  padding-bottom: 100px; }
  .l-main .cont04 .cam_box .icon {
    padding-top: 80px;
    margin-bottom: 65px; }
    .l-main .cont04 .cam_box .icon img {
      margin: 0 auto; }
  .l-main .cont04 .cam_box h3 {
    margin-bottom: 50px; }
    .l-main .cont04 .cam_box h3 img {
      margin: 0 auto; }
  .l-main .cont04 .cam_box .text {
    color: #FFF;
    font-size: 24px;
    line-height: 1.8em;
    font-weight: bold;
    margin-bottom: 50px; }
  .l-main .cont04 .cam_box .text02 {
    color: #FFF;
    font-size: 57px;
    font-weight: bolder;
    margin-bottom: 30px; }
  .l-main .cont04 .cam_box .text03 {
    color: #FFF;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: bold;
    margin-bottom: 20px; }
  .l-main .cont04 .cam_box .red_box {
    background-color: #E11400;
    max-width: 900px;
    margin: 0 auto;
    color: #FFF;
    font-size: 24px;
    line-height: 1.8em;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 90px; }
    .l-main .cont04 .cam_box .red_box strong {
      font-size: 34px; }
  .l-main .cont04 .cam_box .present_box {
    background-color: #FFF;
    max-width: 974px;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 80px; }
    .l-main .cont04 .cam_box .present_box img {
      margin: 0 auto;
      width: 95%; }
    .l-main .cont04 .cam_box .present_box .present_title {
      margin-bottom: 20px; }
  .l-main .cont04 .cam_box .sch_box {
    max-width: 674px;
    margin: 0 auto;
    position: relative; }
    .l-main .cont04 .cam_box .sch_box h4 {
      margin-bottom: 25px; }
      .l-main .cont04 .cam_box .sch_box h4 img {
        margin: 0 auto; }
    .l-main .cont04 .cam_box .sch_box .sch_text {
      color: #FFF;
      font-size: 24px;
      line-height: 42px; }
    .l-main .cont04 .cam_box .sch_box .img01, .l-main .cont04 .cam_box .sch_box .img02, .l-main .cont04 .cam_box .sch_box .img03, .l-main .cont04 .cam_box .sch_box .img04, .l-main .cont04 .cam_box .sch_box .img05, .l-main .cont04 .cam_box .sch_box .img06 {
      position: absolute;
      top: 0;
      left: 0; }
    .l-main .cont04 .cam_box .sch_box .img01 {
      top: -1650px;
      left: -200px; }
    .l-main .cont04 .cam_box .sch_box .img02 {
      top: -170px;
      left: 780px; }
    .l-main .cont04 .cam_box .sch_box .img03 {
      top: -170px;
      left: -200px; }
    .l-main .cont04 .cam_box .sch_box .img04 {
      top: 0px;
      left: -134px; }
    .l-main .cont04 .cam_box .sch_box .img05 {
      top: -40px;
      left: 793px; }
    .l-main .cont04 .cam_box .sch_box .img06 {
      top: 0px;
      left: 0px; }
  .l-main .cont04 .cam_box .pinfo_bg {
    background-image: url("../img/cont03/pinfo_title_bg.png"), url("../img/cont03/pinfo_redbg.png");
    background-position: center top 40px,center top;
    background-repeat: no-repeat,repeat; }
  .l-main .cont04 .cam_box .present_info {
    padding-top: 80px;
    padding-bottom: 40px; }
    .l-main .cont04 .cam_box .present_info .acc_form {
      background-color: #143296;
      max-width: 1120px;
      margin: 0 auto;
      color: #FFF;
      border-radius: 10px;
      /* CSS3草案 */
      -webkit-border-radius: 10px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 10px;
      /* Firefox用 */
      padding-top: 40px;
      padding-bottom: 40px; }
      .l-main .cont04 .cam_box .present_info .acc_form h4 {
        font-size: 38px;
        margin-bottom: 20px; }
      .l-main .cont04 .cam_box .present_info .acc_form p {
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 1.5em; }
    .l-main .cont04 .cam_box .present_info .text {
      font-size: 22px; }
      .l-main .cont04 .cam_box .present_info .text span {
        font-size: 18px;
        padding-top: 20px;
        display: block; }
    .l-main .cont04 .cam_box .present_info .acc_name {
      max-width: 1120px;
      margin: 0 auto;
      margin-bottom: 50px; }
      .l-main .cont04 .cam_box .present_info .acc_name img {
        width: 100%; }
    .l-main .cont04 .cam_box .present_info ul {
      max-width: 1120px;
      margin: 0 auto;
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-align-content: center;
      /* Safari */
      align-content: center; }
      .l-main .cont04 .cam_box .present_info ul li {
        margin-right: 20px;
        margin-bottom: 30px;
        color: #FFF;
        font-size: 20px;
        text-align: left;
        font-weight: bold;
        max-width: 200px; }
        .l-main .cont04 .cam_box .present_info ul li img {
          width: 100%; }
        .l-main .cont04 .cam_box .present_info ul li p {
          padding-top: 10px; }
  .l-main .cont04 .cam_box .red_str {
    background-image: url("../img/cont03/pinfo_redbg.png");
    background-position: center top;
    padding-top: 40px;
    padding-bottom: 70px; }
    .l-main .cont04 .cam_box .red_str h3 {
      margin-bottom: 35px; }
    .l-main .cont04 .cam_box .red_str .img {
      margin-bottom: 30px; }
    .l-main .cont04 .cam_box .red_str .acc_text {
      max-width: 516px;
      margin: 0 auto;
      text-align: left;
      font-size: 30px;
      color: #FFF;
      font-weight: bold; }
      .l-main .cont04 .cam_box .red_str .acc_text img {
        margin-right: 15px; }
  .l-main .cont04 .cam_box .blue_str {
    background-image: url("../img/cont03/pinfo_bluebg.png");
    background-position: center top;
    padding-top: 40px;
    padding-bottom: 70px; }
    .l-main .cont04 .cam_box .blue_str h3 {
      margin-bottom: 35px; }
    .l-main .cont04 .cam_box .blue_str .img {
      margin-bottom: 30px; }
    .l-main .cont04 .cam_box .blue_str .acc_text {
      max-width: 516px;
      margin: 0 auto;
      text-align: left;
      font-size: 30px;
      color: #FFF;
      font-weight: bold; }
      .l-main .cont04 .cam_box .blue_str .acc_text img {
        margin-right: 15px; }
  .l-main .cont04 .cam_box .acc10 {
    padding-top: 80px;
    padding-bottom: 80px; }
.l-main .cont07 {
  background-image: url("../img/cont07/bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px; }
  .l-main .cont07 .in_box {
    position: relative;
    background-color: #FFF;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px; }
    .l-main .cont07 .in_box .close {
      background-image: url("../img/cont07/close_bg.png");
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .l-main .cont07 .in_box .close p {
        color: #FFF;
        font-size: 38px;
        line-height: 2em;
        padding-top: 150px;
        font-weight: bold; }
    .l-main .cont07 .in_box .title {
      max-width: 870px;
      margin: 0 auto;
      margin-bottom: 25px; }
      .l-main .cont07 .in_box .title img {
        width: 100%; }
    .l-main .cont07 .in_box .red_box {
      border: 2px solid #E11400;
      max-width: 790px;
      margin: 0 auto;
      color: #E11400;
      font-size: 20px;
      font-weight: bold;
      padding: 20px;
      line-height: 1.8em; }
.l-main .cont08 {
  background-image: url("../img/cont08/bg.png");
  background-repeat: repeat;
  background-position: top center;
  -webkit-background-size: 80px;
  -o-background-size: 80px;
  background-size: 80px;
  border: 20px solid #E11400;
  padding-bottom: 70px; }
  .l-main .cont08 .title {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 70px;
    margin-bottom: 40px; }
    .l-main .cont08 .title img {
      width: 100%; }
  .l-main .cont08 .subtext {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-bottom: 65px; }
  .l-main .cont08 .in_box01 {
    max-width: 1070px;
    margin: 0 auto;
    margin-bottom: 20px; }
    .l-main .cont08 .in_box01 ul li {
      position: relative;
      width: 29.5%;
      float: left;
      margin-bottom: 50px; }
      .l-main .cont08 .in_box01 ul li .insta img {
        width: 100%; }
      .l-main .cont08 .in_box01 ul li .num {
        position: absolute;
        top: -30px;
        left: -30px; }
      .l-main .cont08 .in_box01 ul li p {
        padding-top: 10px;
        text-align: center;
        color: #FFF;
        font-size: 17px;
        line-height: 1.8em; }
    .l-main .cont08 .in_box01 ul li:nth-child(4) {
      margin-left: 17%;
      margin-right: 5%; }
    .l-main .cont08 .in_box01 ul li:nth-child(1), .l-main .cont08 .in_box01 ul li:nth-child(2) {
      margin-right: 5%; }
  .l-main .cont08 .in_box02 {
    max-width: 714px;
    margin: 0 auto;
    margin-bottom: 40px; }
    .l-main .cont08 .in_box02 ul li {
      position: relative;
      display: block;
      width: 316px;
      float: left; }
      .l-main .cont08 .in_box02 ul li .insta img {
        width: 100%; }
      .l-main .cont08 .in_box02 ul li .num {
        position: absolute;
        top: -30px;
        left: -30px; }
      .l-main .cont08 .in_box02 ul li p {
        padding-top: 10px;
        text-align: center;
        color: #FFF;
        font-size: 17px;
        line-height: 1.8em; }
    .l-main .cont08 .in_box02 ul li:nth-child(2) {
      float: right; }
  .l-main .cont08 .subtitle {
    max-width: 1037px;
    margin: 0 auto;
    text-align: center; }
    .l-main .cont08 .subtitle img {
      width: 100%; }
.l-main .cont09 {
  padding-top: 90px;
  padding-bottom: 85px; }
  .l-main .cont09 .title {
    max-width: 975px;
    margin: 0 auto;
    margin-bottom: 50px; }
    .l-main .cont09 .title img {
      width: 100%; }
  .l-main .cont09 ul {
    max-width: 912px;
    margin: 0 auto;
    margin-bottom: 80px; }
    .l-main .cont09 ul .blue_box {
      background-color: #143296;
      border: 1px solid #143296; }
    .l-main .cont09 ul .red_box {
      background-color: #E11400;
      border: 1px solid #E11400; }
    .l-main .cont09 ul .arrow {
      text-align: center; }
    .l-main .cont09 ul li {
      position: relative;
      margin-bottom: 30px;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #FFF;
      font-size: 15px;
      line-height: 1.6em;
      border-radius: 10px;
      /* CSS3草案 */
      -webkit-border-radius: 10px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 10px;
      /* Firefox用 */ }
      .l-main .cont09 ul li p {
        padding-right: 30px;
        padding-left: 125px; }
      .l-main .cont09 ul li .num {
        position: absolute;
        top: -18px;
        left: -15px; }
  .l-main .cont09 .att_box {
    background-color: #143296;
    max-width: 900px;
    margin: 0 auto;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8em;
    padding-top: 15px;
    padding-bottom: 15px; }
.l-main .cont10 {
  background-image: url("../img/cont10/bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 120px; }
  .l-main .cont10 .title {
    max-width: 975px;
    margin: 0 auto;
    margin-bottom: 50px; }
    .l-main .cont10 .title img {
      width: 100%; }
.l-main .contract_area {
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 45px;
  background-color: #FFF;
  max-width: 100%;
  /*バーの太さ*/
  /*バーの背景色*/
  /*バーの色*/ }
  .l-main .contract_area .contract_in {
    max-width: 900px;
    margin: 0 auto; }
  .l-main .contract_area .contract_in {
    overflow-y: scroll; }
  .l-main .contract_area .contract_in::-webkit-scrollbar {
    width: 12px; }
  .l-main .contract_area .contract_in::-webkit-scrollbar-track {
    background: #dddddd; }
  .l-main .contract_area .contract_in::-webkit-scrollbar-thumb {
    background: #E50012; }
  .l-main .contract_area .contract_in {
    overflow-y: scroll;
    height: 168px;
    margin-top: 30px; }
    .l-main .contract_area .contract_in h4 {
      font-size: 18px;
      margin-bottom: 30px;
      padding-right: 20px; }
    .l-main .contract_area .contract_in p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 30px;
      padding-right: 20px; }
  .l-main .contract_area h3 {
    border-top: 1px solid #000;
    max-width: 900px;
    margin: 0 auto; }
    .l-main .contract_area h3 img {
      background-color: #FFF;
      top: -15px;
      position: relative;
      margin-bottom: -15px;
      width: 145px;
      padding-right: 20px; }
.l-main .contact_area {
  background-color: #000;
  color: #FFF;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  .l-main .contact_area h3 {
    font-size: 24px;
    margin-bottom: 40px; }
  .l-main .contact_area h4 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px; }
  .l-main .contact_area p {
    font-size: 18px;
    line-height: 31px; }

/*========================================


	*フッター


========================================*/
.l-footer {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px; }
  .l-footer .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px; }
  .l-footer .link {
    margin-bottom: 50px; }
    .l-footer .link a {
      color: #534741; }
  .l-footer .img {
    margin-bottom: 45px; }
  .l-footer .copy {
    font-size: 12px; }

@media screen and (max-width: 980px) {
  /*========================================


  	*共通エリア


  ========================================*/
  a {
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
    a:hover {
      opacity: 0.8; }
    a.hoverText:hover {
      opacity: 0.7; }

  /*========================================


  	*ヘッダー


  ========================================*/
  .l-header {
    position: relative; }
    .l-header div {
      z-index: 0 !important;
      height: 600px !important; }
    .l-header .bg {
      position: relative;
      width: 100%;
      padding-bottom: 50px;
      background-image: url("../img/main/bg.jpg");
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: top center; }
    .l-header h1 {
      max-width: 900px;
      margin: 0 auto; }
      .l-header h1 img {
        width: 100px; }
    .l-header h2 {
      max-width: 1150px;
      margin: 0 auto; }
      .l-header h2 img {
        width: 500px; }
    .l-header h3 {
      position: absolute;
      bottom: 30px;
      right: 30px;
      width: 300px; }
      .l-header h3 img {
        width: 100%; }

  /*========================================


  	*メインコンテンツ


  ========================================*/
  .l-main .cont01 {
    border: 10px solid #143296;
    border-top: 10px solid #E11400;
    position: relative;
    background-image: url("../img/cont01/bg.png");
    background-position: center bottom;
    background-repeat: repeat-x; }
    .l-main .cont01 nav {
      max-width: 1000px;
      margin: 0 auto;
      padding-top: 40px;
      margin-bottom: 50px; }
      .l-main .cont01 nav ul {
        display: table;
        width: 100%; }
        .l-main .cont01 nav ul li {
          width: 200px;
          display: table-cell;
          text-align: center; }
          .l-main .cont01 nav ul li a {
            display: block;
            background-image: url("../img/nav/arrow.png");
            background-repeat: no-repeat;
            background-position: center bottom;
            padding-bottom: 20px; }
    .l-main .cont01 .cont_box {
      max-width: 1124px;
      margin: 0 auto;
      padding-bottom: 150px; }
      .l-main .cont01 .cont_box img {
        width: 100%; }
  .l-main .cont02 {
    text-align: center;
    background-image: url("../img/cont02/bg.png");
    background-position: top center;
    padding-bottom: 110px; }
    .l-main .cont02 h3 {
      position: relative;
      margin-top: -100px;
      margin-bottom: 100px; }
    .l-main .cont02 h4 {
      margin-bottom: 45px; }
    .l-main .cont02 .text {
      color: #FFF;
      font-size: 24px;
      line-height: 42px;
      margin-bottom: 10px; }
    .l-main .cont02 ul {
      max-width: 90%;
      margin: 0 auto;
      position: relative;
      padding-top: 30px; }
      .l-main .cont02 ul li {
        position: static;
        float: left; }
        .l-main .cont02 ul li img {
          width: 327px; }
      .l-main .cont02 ul li:nth-child(even) {
        float: right; }
      .l-main .cont02 ul li:nth-child(1) {
        top: 0;
        left: 0; }
      .l-main .cont02 ul li:nth-child(2) {
        top: 128px;
        left: 346px; }
      .l-main .cont02 ul li:nth-child(3) {
        top: 54px;
        right: 0; }
      .l-main .cont02 ul li:nth-child(4) {
        top: 462px;
        left: 0; }
      .l-main .cont02 ul li:nth-child(5) {
        top: 540px;
        left: 348px; }
      .l-main .cont02 ul li:nth-child(6) {
        top: 585px;
        right: 0; }
    .l-main .cont02 .under_box {
      color: #FFF;
      font-size: 18px;
      line-height: 40px;
      max-width: 90%;
      margin: 0 auto;
      text-align: center;
      padding-top: 30px; }
      .l-main .cont02 .under_box p {
        padding-top: 10px; }
      .l-main .cont02 .under_box span {
        font-size: 24px; }
        .l-main .cont02 .under_box span strong {
          font-size: 40px; }
      .l-main .cont02 .under_box img {
        float: none;
        margin-right: 30px; }
  .l-main .cont05 {
    background-image: url("../img/cont05/cont_bg.jpg");
    background-position: top center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 100px;
    position: relative; }
    .l-main .cont05 .cont_box {
      max-width: 1120px;
      margin: 0 auto;
      text-align: center; }
      .l-main .cont05 .cont_box h3 {
        padding-top: 50px;
        margin-bottom: 60px; }
        .l-main .cont05 .cont_box h3 img {
          margin: 0 auto;
          width: 90%; }
      .l-main .cont05 .cont_box .cont_text {
        width: 95%;
        margin: 0 auto;
        background-color: #143296;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px; }
        .l-main .cont05 .cont_box .cont_text p {
          color: #FFF;
          font-size: 34px;
          font-weight: bold;
          line-height: 1.8em;
          padding-top: 20px;
          padding-bottom: 20px; }
      .l-main .cont05 .cont_box .cont_lr {
        max-width: 1080px;
        margin: 0 auto;
        padding-top: 50px; }
        .l-main .cont05 .cont_box .cont_lr .left {
          float: left;
          width: 50%; }
          .l-main .cont05 .cont_box .cont_lr .left img {
            max-width: 100%; }
        .l-main .cont05 .cont_box .cont_lr .right {
          float: right;
          padding-top: 25px;
          width: 48%; }
          .l-main .cont05 .cont_box .cont_lr .right img {
            max-width: 100%; }
    .l-main .cont05 .red_arrow {
      position: absolute;
      right: 0px;
      bottom: -130px;
      left: 0px;
      margin: auto auto; }
      .l-main .cont05 .red_arrow img {
        width: 420px; }
  .l-main .cont03 {
    background-image: url("../img/cont03/bg.png");
    background-position: top center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 130px; }
    .l-main .cont03 .cont_box {
      width: 704px;
      margin: 0 auto; }
      .l-main .cont03 .cont_box h3 {
        float: left;
        position: relative;
        top: -53px;
        margin-bottom: -53px; }
      .l-main .cont03 .cont_box h4 {
        float: right;
        padding-top: 160px;
        margin-bottom: 30px; }
      .l-main .cont03 .cont_box p {
        padding-top: 25px;
        font-weight: bold;
        color: #143296;
        text-align: center;
        font-size: 26px;
        line-height: 44px; }
        .l-main .cont03 .cont_box p span {
          color: #E11400; }
  .l-main .cont04 .shop_box {
    background-color: #000;
    padding-bottom: 35px;
    text-align: center; }
    .l-main .cont04 .shop_box .cont_box {
      width: 100%;
      margin: 0 auto; }
      .l-main .cont04 .shop_box .cont_box .img {
        position: relative;
        top: -60px;
        margin-bottom: -60px;
        float: none; }
        .l-main .cont04 .shop_box .cont_box .img img {
          max-width: 322px; }
      .l-main .cont04 .shop_box .cont_box .btn_box {
        float: none; }
        .l-main .cont04 .shop_box .cont_box .btn_box p {
          color: #FFF;
          font-size: 26px;
          text-align: center;
          font-weight: bold;
          padding-top: 30px;
          padding-bottom: 15px; }
        .l-main .cont04 .shop_box .cont_box .btn_box img {
          max-width: 360px; }
  .l-main .cont04 .cam_box {
    background-image: url("../img/cont04/flag01.png"), url("../img/cont04/flag02.png"), url("../img/cont04/bg.png");
    background-repeat: no-repeat,no-repeat,repeat;
    background-position: top left,top right,top center;
    -webkit-background-size: 292px,292px,80px;
    -o-background-size: 292px,292px,80px;
    background-size: 292px,292px,80px;
    text-align: center;
    padding-bottom: 64px; }
    .l-main .cont04 .cam_box .icon {
      padding-top: 140px;
      margin-bottom: 30px; }
      .l-main .cont04 .cam_box .icon img {
        width: 80%; }
    .l-main .cont04 .cam_box h3 {
      margin-bottom: 50px; }
      .l-main .cont04 .cam_box h3 img {
        width: 80%; }
    .l-main .cont04 .cam_box .text {
      color: #FFF;
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 40px; }
    .l-main .cont04 .cam_box .sch_box {
      max-width: 674px;
      margin: 0 auto;
      padding-top: 0px;
      position: relative;
      padding-bottom: 0px; }
      .l-main .cont04 .cam_box .sch_box h4 {
        margin-bottom: 25px; }
      .l-main .cont04 .cam_box .sch_box .sch_text {
        color: #FFF;
        font-size: 24px;
        line-height: 42px; }
      .l-main .cont04 .cam_box .sch_box .img01, .l-main .cont04 .cam_box .sch_box .img02, .l-main .cont04 .cam_box .sch_box .img03, .l-main .cont04 .cam_box .sch_box .img04, .l-main .cont04 .cam_box .sch_box .img05, .l-main .cont04 .cam_box .sch_box .img06 {
        position: absolute;
        top: 0;
        left: 0;
        display: none; }
      .l-main .cont04 .cam_box .sch_box .img01 {
        top: -236px;
        left: -127px; }
      .l-main .cont04 .cam_box .sch_box .img02 {
        top: 70px;
        left: 659px; }
      .l-main .cont04 .cam_box .sch_box .img03 {
        top: 209px;
        left: -54px; }
      .l-main .cont04 .cam_box .sch_box .img04 {
        top: 0px;
        left: -134px; }
      .l-main .cont04 .cam_box .sch_box .img05 {
        top: -40px;
        left: 793px; }
      .l-main .cont04 .cam_box .sch_box .img06 {
        top: -2020px;
        left: 550px;
        display: block; }
        .l-main .cont04 .cam_box .sch_box .img06 img {
          width: 120px; }
  .l-main .cont07 {
    background-image: url("../img/cont07/bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px; }
    .l-main .cont07 .in_box {
      position: relative;
      background-color: #FFF;
      max-width: 90%;
      margin: 0 auto;
      padding-top: 40px;
      padding-bottom: 40px; }
      .l-main .cont07 .in_box .close {
        background-image: url("../img/cont07/close_bg.png");
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .l-main .cont07 .in_box .close p {
          color: #FFF;
          font-size: 26px;
          line-height: 2em;
          padding-top: 150px;
          font-weight: bold; }
      .l-main .cont07 .in_box .title {
        max-width: 870px;
        margin: 0 auto;
        margin-bottom: 25px; }
        .l-main .cont07 .in_box .title img {
          width: 90%; }
      .l-main .cont07 .in_box .red_box {
        border: 2px solid #E11400;
        max-width: 90%;
        margin: 0 auto;
        color: #E11400;
        font-size: 20px;
        font-weight: bold;
        padding: 20px;
        line-height: 1.8em; }
  .l-main .cont08 {
    background-image: url("../img/cont08/bg.png");
    background-repeat: repeat;
    background-position: top center;
    -webkit-background-size: 80px;
    -o-background-size: 80px;
    background-size: 80px;
    border: 20px solid #E11400;
    padding-bottom: 40px; }
    .l-main .cont08 .title {
      max-width: 1120px;
      margin: 0 auto;
      padding-top: 70px;
      margin-bottom: 40px; }
      .l-main .cont08 .title img {
        width: 100%; }
    .l-main .cont08 .subtext {
      font-size: 20px;
      color: #FFF;
      font-weight: bold;
      text-align: center;
      margin-bottom: 65px; }
    .l-main .cont08 .in_box01 {
      max-width: 670px;
      margin: 0 auto;
      margin-bottom: 40px; }
      .l-main .cont08 .in_box01 ul li {
        position: relative;
        width: 29.5%;
        float: left;
        margin-bottom: 30px; }
        .l-main .cont08 .in_box01 ul li .insta img {
          width: 100%; }
        .l-main .cont08 .in_box01 ul li .num {
          position: absolute;
          top: -30px;
          left: -30px; }
        .l-main .cont08 .in_box01 ul li p {
          padding-top: 10px;
          text-align: center;
          color: #FFF;
          font-size: 17px;
          line-height: 1.8em; }
      .l-main .cont08 .in_box01 ul li:nth-child(4) {
        margin-left: 17%;
        margin-right: 5%; }
      .l-main .cont08 .in_box01 ul li:nth-child(1), .l-main .cont08 .in_box01 ul li:nth-child(2) {
        margin-right: 5%; }
    .l-main .cont08 .in_box02 {
      max-width: 460px;
      margin: 0 auto;
      margin-bottom: 40px; }
      .l-main .cont08 .in_box02 ul li {
        position: relative;
        display: block;
        width: 200px;
        float: left; }
        .l-main .cont08 .in_box02 ul li .insta img {
          width: 100%; }
        .l-main .cont08 .in_box02 ul li .num {
          position: absolute;
          top: -30px;
          left: -30px; }
        .l-main .cont08 .in_box02 ul li p {
          padding-top: 10px;
          text-align: center;
          color: #FFF;
          font-size: 17px;
          line-height: 1.8em; }
      .l-main .cont08 .in_box02 ul li:nth-child(2) {
        float: right; }
    .l-main .cont08 .subtitle {
      max-width: 1037px;
      margin: 0 auto;
      text-align: center; }
      .l-main .cont08 .subtitle img {
        width: 100%; }
  .l-main .cont09 {
    padding-top: 40px;
    padding-bottom: 40px; }
    .l-main .cont09 .title {
      max-width: 90%;
      margin: 0 auto;
      margin-bottom: 50px; }
      .l-main .cont09 .title img {
        width: 100%; }
    .l-main .cont09 ul {
      max-width: 90%;
      margin: 0 auto;
      margin-bottom: 80px; }
      .l-main .cont09 ul .blue_box {
        background-color: #143296;
        border: 1px solid #143296; }
      .l-main .cont09 ul .red_box {
        background-color: #E11400;
        border: 1px solid #E11400; }
      .l-main .cont09 ul .arrow {
        text-align: center; }
      .l-main .cont09 ul li {
        position: relative;
        margin-bottom: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #FFF;
        font-size: 15px;
        line-height: 1.6em;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */ }
        .l-main .cont09 ul li p {
          padding-right: 30px;
          padding-left: 110px; }
        .l-main .cont09 ul li .num {
          position: absolute;
          top: -6px;
          left: -31px; }
    .l-main .cont09 .att_box {
      background-color: #143296;
      max-width: 900px;
      margin: 0 auto;
      color: #FFF;
      font-size: 18px;
      text-align: center;
      font-weight: bold;
      line-height: 1.8em;
      padding-top: 15px;
      padding-bottom: 15px; }
  .l-main .cont10 {
    background-image: url("../img/cont10/bg.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px; }
    .l-main .cont10 .title {
      max-width: 90%;
      margin: 0 auto;
      margin-bottom: 50px; }
      .l-main .cont10 .title img {
        width: 100%; }
  .l-main .contract_area {
    max-width: 100%; }
    .l-main .contract_area .contract_in {
      max-width: 700px;
      margin: 0 auto; }
    .l-main .contract_area h3 {
      max-width: 700px;
      margin: 0 auto; }
  .l-main .contact_area {
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; }
    .l-main .contact_area h3 {
      font-size: 24px;
      margin-bottom: 40px; }
    .l-main .contact_area h4 {
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 40px; }
    .l-main .contact_area p {
      font-size: 18px;
      line-height: 31px; }

  /*========================================


  	*フッター


  ========================================*/
  .l-footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px; }
    .l-footer .text {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 40px; }
    .l-footer .link {
      margin-bottom: 50px; }
      .l-footer .link a {
        color: #534741; }
    .l-footer .img {
      margin-bottom: 45px; }
    .l-footer .copy {
      font-size: 12px; } }
@media screen and (max-width: 749px) {
  body {
    position: relative;
    left: 0;
    overflow-x: hidden; }

  .only-pc {
    display: none; }

  .only-sp {
    display: block; }

  /*========================================


  	*共通エリア


  ========================================*/
  a {
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all; }
    a:hover {
      opacity: 0.8; }
    a.hoverText:hover {
      opacity: 0.7; }

  /*========================================


  	*ヘッダー


  ========================================*/
  .l-header {
    position: static;
    width: 100%;
    padding-bottom: 0px;
    background-image: none !important;
    background-position: top center;
    z-index: 100; }
    .l-header div {
      z-index: 0 !important;
      height: 730px !important;
      background-position: top 80px center !important; }
    .l-header .bg {
      position: relative;
      width: 100%;
      background-image: url("../img/main/sp_bg.jpg");
      background-repeat: repeat-x;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: top 80px center !important; }
    .l-header h1 {
      max-width: 900px;
      margin: 0 auto;
      position: absolute;
      left: 20px;
      top: 5px; }
      .l-header h1 img {
        width: 80px !important; }
    .l-header h2 {
      width: 280px;
      margin: 0 auto;
      text-align: center;
      padding-top: 220px; }
      .l-header h2 img {
        width: 100% !important; }
    .l-header h3 {
      position: relative;
      bottom: 0px;
      right: 0px;
      width: 280px;
      margin: 0 auto; }
      .l-header h3 img {
        width: 100%;
        margin: 0 auto; }
    .l-header .menu {
      position: absolute;
      right: 30px;
      top: 25px; }
      .l-header .menu .close {
        display: none; }
    .l-header .active .close {
      display: block; }
    .l-header .active .open {
      display: none; }

  /*========================================


  	*メインコンテンツ


  ========================================*/
  .l-wrapper {
    position: relative; }

  .l-main .cont01 {
    border: 10px solid #143296;
    border-top: 10px solid #E11400;
    position: static;
    background-image: url("../img/cont01/bg.png");
    background-position: center bottom;
    background-repeat: repeat-x; }
    .l-main .cont01 nav {
      width: 100%;
      margin: 0 auto;
      padding-top: 0px;
      padding-bottom: 46px;
      margin-bottom: 0px;
      position: absolute;
      top: 0;
      left: 0;
      top: 85px;
      z-index: 200;
      display: none;
      background-image: url("../img/main/sp_gra.png");
      background-repeat: repeat-x;
      -webkit-background-size: 375px;
      -o-background-size: 375px;
      background-size: 375px;
      background-position: bottom center; }
      .l-main .cont01 nav ul {
        display: block;
        width: 100%;
        background-color: #FFF;
        padding-bottom: 10px; }
        .l-main .cont01 nav ul li {
          width: 100%;
          display: block;
          text-align: center;
          margin-bottom: 15px; }
          .l-main .cont01 nav ul li a {
            display: block;
            background-image: url("../img/nav/arrow.png");
            background-repeat: no-repeat;
            background-position: center bottom;
            padding-bottom: 20px; }
    .l-main .cont01 .cont_box {
      max-width: 1124px;
      margin: 0 auto;
      padding-bottom: 130px;
      text-align: center;
      position: relative;
      top: -90px;
      margin-bottom: -90px; }
      .l-main .cont01 .cont_box img {
        width: 85%;
        margin: 0 auto; }
  .l-main .cont02 {
    text-align: center;
    background-image: url("../img/cont02/bg.png");
    background-position: top center;
    padding-bottom: 110px; }
    .l-main .cont02 h3 {
      position: relative;
      top: -100px;
      margin-top: 0px;
      margin-bottom: -100px; }
      .l-main .cont02 h3 img {
        width: 200px; }
    .l-main .cont02 h4 {
      margin-top: 50px;
      margin-bottom: 25px; }
      .l-main .cont02 h4 img {
        width: 80%; }
    .l-main .cont02 .text {
      color: #FFF;
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 10px; }
    .l-main .cont02 ul {
      max-width: 1030px;
      margin: 0 auto;
      position: relative;
      padding-top: 0px; }
      .l-main .cont02 ul li {
        position: static;
        float: none;
        margin-bottom: 10px; }
        .l-main .cont02 ul li img {
          width: 90%; }
      .l-main .cont02 ul li:nth-child(even) {
        float: none; }
      .l-main .cont02 ul li:nth-child(1) {
        top: 0;
        left: 0; }
      .l-main .cont02 ul li:nth-child(2) {
        top: 128px;
        left: 346px; }
      .l-main .cont02 ul li:nth-child(3) {
        top: 54px;
        right: 0; }
      .l-main .cont02 ul li:nth-child(4) {
        top: 462px;
        left: 0; }
      .l-main .cont02 ul li:nth-child(5) {
        top: 540px;
        left: 348px; }
      .l-main .cont02 ul li:nth-child(6) {
        top: 585px;
        right: 0; }
    .l-main .cont02 .under_box {
      color: #FFF;
      font-size: 15px;
      line-height: 30px;
      max-width: 80%;
      margin: 0 auto;
      text-align: left; }
      .l-main .cont02 .under_box p {
        padding-top: 0px;
        text-align: center;
        margin-bottom: 30px; }
      .l-main .cont02 .under_box span {
        font-size: 12px; }
        .l-main .cont02 .under_box span strong {
          font-size: 22px; }
      .l-main .cont02 .under_box img {
        float: none;
        margin-right: 0px;
        width: 100%; }
  .l-main .cont05 {
    background-image: url("../img/cont05/cont_bg.jpg");
    background-position: top center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 70px;
    position: relative; }
    .l-main .cont05 .cont_box {
      max-width: 1120px;
      margin: 0 auto;
      text-align: center; }
      .l-main .cont05 .cont_box h3 {
        padding-top: 40px;
        margin-bottom: 40px; }
        .l-main .cont05 .cont_box h3 img {
          margin: 0 auto;
          width: 80%; }
      .l-main .cont05 .cont_box .cont_text {
        width: 95%;
        margin: 0 auto;
        background-color: #143296;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px; }
        .l-main .cont05 .cont_box .cont_text p {
          color: #FFF;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.8em;
          padding-top: 20px;
          padding-bottom: 20px; }
      .l-main .cont05 .cont_box .cont_lr {
        max-width: 1080px;
        margin: 0 auto;
        padding-top: 30px; }
        .l-main .cont05 .cont_box .cont_lr .left {
          float: none;
          width: 90%;
          margin: 0 auto; }
          .l-main .cont05 .cont_box .cont_lr .left img {
            max-width: 100%; }
        .l-main .cont05 .cont_box .cont_lr .right {
          float: none;
          padding-top: 40px;
          width: 90%;
          margin: 0 auto; }
          .l-main .cont05 .cont_box .cont_lr .right img {
            max-width: 100%; }
    .l-main .cont05 .red_arrow {
      position: absolute;
      right: 0px;
      bottom: -50px;
      left: 0px;
      margin: auto auto; }
      .l-main .cont05 .red_arrow img {
        width: 210px; }
  .l-main .cont06 {
    background-image: url("../img/cont06/bg.png");
    position: relative;
    background-position: top center;
    -webkit-background-size: 75px 75px;
    -o-background-size: 75px 75px;
    background-size: 75px 75px;
    text-align: center;
    padding-bottom: 80px; }
    .l-main .cont06 h4 {
      position: relative;
      top: -40px;
      max-width: 90%;
      margin: 0 auto;
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: -40px; }
      .l-main .cont06 h4 img {
        margin: 0 auto;
        width: 100%; }
    .l-main .cont06 h5 {
      max-width: 80%;
      padding-top: 25px;
      margin: 0 auto;
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 25px; }
      .l-main .cont06 h5 img {
        margin: 0 auto;
        width: 100%; }
    .l-main .cont06 .in_box {
      background-color: #FFF;
      max-width: 90%;
      margin: 0 auto;
      padding-top: 10px;
      padding-bottom: 30px; }
      .l-main .cont06 .in_box .title {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 25px; }
        .l-main .cont06 .in_box .title img {
          width: 100%;
          margin: 0 auto; }
      .l-main .cont06 .in_box .text {
        font-size: 16px;
        line-height: 1.6em;
        font-weight: bold;
        color: #000;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: left; }
        .l-main .cont06 .in_box .text span {
          color: #E11400; }
      .l-main .cont06 .in_box .red_box {
        border: 2px solid #E11400;
        max-width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
        margin-bottom: 25px; }
        .l-main .cont06 .in_box .red_box .red_title {
          background-color: #E11400;
          color: #FFF;
          font-size: 15px;
          line-height: 1em;
          padding-top: 10px;
          padding-bottom: 10px;
          margin-bottom: 20px; }
        .l-main .cont06 .in_box .red_box .text_img {
          margin-bottom: 20px; }
          .l-main .cont06 .in_box .red_box .text_img img {
            width: 85%; }
        .l-main .cont06 .in_box .red_box p {
          font-size: 14px;
          color: #000;
          font-weight: bold;
          padding-left: 20px;
          padding-right: 20px;
          line-height: 1.5em; }
      .l-main .cont06 .in_box .arrow {
        margin-bottom: 25px; }
        .l-main .cont06 .in_box .arrow img {
          width: 80px; }
      .l-main .cont06 .in_box .form_btn {
        max-width: 750px;
        margin: 0 auto;
        margin-bottom: 10px; }
        .l-main .cont06 .in_box .form_btn img {
          width: 90%; }
      .l-main .cont06 .in_box .attention {
        font-size: 10px;
        color: #000;
        font-weight: bold; }
  .l-main .quiz {
    padding-top: 20px; }
    .l-main .quiz h4 {
      top: 0px;
      margin-bottom: 0px;
      margin-bottom: 25px; }
    .l-main .quiz .in_box .bigtext {
      margin-bottom: 30px; }
      .l-main .quiz .in_box .bigtext img {
        width: 114px; }
    .l-main .quiz .in_box .ansertext {
      margin-bottom: 25px; }
      .l-main .quiz .in_box .ansertext img {
        width: 70%;
        margin: 0 auto; }
    .l-main .quiz .in_box .form_text {
      text-align: left;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 15px; }
    .l-main .quiz .in_box .title {
      margin-bottom: 30px; }
    .l-main .quiz .in_box .movie_text {
      margin-bottom: 15px; }
      .l-main .quiz .in_box .movie_text img {
        width: 90%; }
    .l-main .quiz .in_box .movie {
      max-width: 704px;
      margin: 0 auto;
      margin-bottom: 30px; }
      .l-main .quiz .in_box .movie img {
        width: 90%;
        margin: 0 auto; }
    .l-main .quiz .in_box .back_btn img {
      width: 90%;
      margin: 0 auto; }
    .l-main .quiz .in_box #form_submit {
      max-width: 223px;
      margin: 0 auto; }
      .l-main .quiz .in_box #form_submit input {
        max-width: 223px;
        margin: 0 auto; }
    .l-main .quiz .in_box .select_box ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .l-main .quiz .in_box .select_box ul li {
        display: inline-flex;
        margin-bottom: 20px;
        margin-left: 0px;
        padding-right: 0px; }
      .l-main .quiz .in_box .select_box ul .red_btn {
        max-width: 100%;
        margin: 0 auto; }
      .l-main .quiz .in_box .select_box ul a {
        width: 200px;
        height: 56px;
        display: block;
        background-image: url("../img/cont06/red_btn_bg.png");
        -webkit-background-size: 200px 56px;
        -o-background-size: 200px 56px;
        background-size: 200px 56px;
        color: #FFF;
        font-size: 18px;
        line-height: 56px; }
  .l-main .cont03 {
    background-image: url("../img/cont03/sp_bg.png");
    background-position: top center;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 70px; }
    .l-main .cont03 .cont_box {
      width: 80%;
      margin: 0 auto; }
      .l-main .cont03 .cont_box h3 {
        float: none;
        position: relative;
        top: -80px;
        margin-bottom: -80px; }
        .l-main .cont03 .cont_box h3 img {
          width: 100%; }
      .l-main .cont03 .cont_box h4 {
        float: none;
        padding-top: 70px;
        margin-bottom: 20px; }
        .l-main .cont03 .cont_box h4 img {
          width: 100%; }
      .l-main .cont03 .cont_box p {
        padding-top: 25px;
        font-weight: bold;
        color: #143296;
        text-align: center;
        font-size: 18px;
        line-height: 34px; }
        .l-main .cont03 .cont_box p span {
          color: #E11400; }
      .l-main .cont03 .cont_box .movie img {
        width: 100%; }
  .l-main .cont04 .shop_box {
    background-color: #000;
    padding-bottom: 35px; }
    .l-main .cont04 .shop_box .cont_box {
      width: 100%;
      margin: 0 auto; }
      .l-main .cont04 .shop_box .cont_box .img {
        position: relative;
        top: -45px;
        margin-bottom: -45px;
        float: none; }
        .l-main .cont04 .shop_box .cont_box .img img {
          max-width: 51%; }
      .l-main .cont04 .shop_box .cont_box .btn_box {
        float: none; }
        .l-main .cont04 .shop_box .cont_box .btn_box p {
          color: #FFF;
          font-size: 16px;
          text-align: center;
          font-weight: bold;
          padding-top: 30px;
          padding-bottom: 15px; }
        .l-main .cont04 .shop_box .cont_box .btn_box img {
          max-width: 80%; }
  .l-main .cont04 .cam_box {
    background-image: url("../img/cont04/flag01.png"), url("../img/cont04/flag02.png"), url("../img/cont04/bg.png");
    background-repeat: no-repeat,no-repeat,repeat;
    background-position: top left,top right,top center;
    -webkit-background-size: 147px,147px,40px;
    -o-background-size: 147px,147px,40px;
    background-size: 147px,147px,40px;
    text-align: center;
    padding-bottom: 35px;
    position: relative; }
    .l-main .cont04 .cam_box .icon {
      padding-top: 40px;
      margin-bottom: 30px; }
      .l-main .cont04 .cam_box .icon img {
        width: 90%; }
    .l-main .cont04 .cam_box h3 {
      margin-bottom: 20px; }
      .l-main .cont04 .cam_box h3 img {
        width: 290px;
        margin: 0 auto; }
    .l-main .cont04 .cam_box .text {
      color: #FFF;
      font-size: 12px;
      line-height: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
    .l-main .cont04 .cam_box .text02 {
      color: #FFF;
      font-size: 22px;
      font-weight: bolder;
      margin-bottom: 20px; }
    .l-main .cont04 .cam_box .text03 {
      color: #FFF;
      font-size: 12px;
      line-height: 1.8em;
      font-weight: bold;
      margin-bottom: 20px; }
      .l-main .cont04 .cam_box .text03 img {
        width: 90%; }
    .l-main .cont04 .cam_box .red_box {
      font-size: 13px;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 55px; }
      .l-main .cont04 .cam_box .red_box strong {
        font-size: 16px; }
    .l-main .cont04 .cam_box .present_box {
      background-color: #FFF;
      max-width: 90%;
      margin: 0 auto;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 40px;
      position: relative; }
      .l-main .cont04 .cam_box .present_box img {
        margin: 0 auto;
        width: 95%; }
      .l-main .cont04 .cam_box .present_box .present_title {
        margin-bottom: 20px; }
      .l-main .cont04 .cam_box .present_box .img06 {
        position: absolute;
        top: -45px;
        right: 10px; }
        .l-main .cont04 .cam_box .present_box .img06 img {
          width: 90px; }
    .l-main .cont04 .cam_box .sch_box {
      max-width: 80%;
      margin: 0 auto;
      padding-top: 0px;
      position: static;
      padding-bottom: 0px;
      position: relative; }
      .l-main .cont04 .cam_box .sch_box .sp_text_sch {
        position: absolute;
        top: 200px;
        left: -5%; }
        .l-main .cont04 .cam_box .sch_box .sp_text_sch img {
          width: 105%; }
      .l-main .cont04 .cam_box .sch_box h4 {
        margin-bottom: 20px;
        text-align: center; }
        .l-main .cont04 .cam_box .sch_box h4 img {
          max-width: 80%;
          margin: 0 auto; }
      .l-main .cont04 .cam_box .sch_box .sch_text {
        color: #FFF;
        font-size: 14px;
        line-height: 28px; }
      .l-main .cont04 .cam_box .sch_box .img01, .l-main .cont04 .cam_box .sch_box .img02, .l-main .cont04 .cam_box .sch_box .img03, .l-main .cont04 .cam_box .sch_box .img04, .l-main .cont04 .cam_box .sch_box .img05, .l-main .cont04 .cam_box .sch_box .img06 {
        position: absolute;
        top: 0;
        left: 0; }
      .l-main .cont04 .cam_box .sch_box .img01 {
        top: -236px;
        left: -127px; }
      .l-main .cont04 .cam_box .sch_box .img02 {
        top: 70px;
        left: 659px; }
      .l-main .cont04 .cam_box .sch_box .img03 {
        top: 209px;
        left: -54px; }
      .l-main .cont04 .cam_box .sch_box .img04 {
        top: 0px;
        left: -134px; }
      .l-main .cont04 .cam_box .sch_box .img05 {
        top: -40px;
        left: 793px; }
      .l-main .cont04 .cam_box .sch_box .img06 {
        top: 0px !important;
        right: -58% !important;
        display: none !important; }
        .l-main .cont04 .cam_box .sch_box .img06 img {
          width: 90px !important; }
    .l-main .cont04 .cam_box .pinfo_bg {
      background-image: url("../img/cont03/pinfo_title_bg.png"), url("../img/cont03/pinfo_redbg.png");
      background-position: center top 20px,center top;
      background-repeat: no-repeat,repeat;
      -webkit-background-size: 100% , 75px 75px;
      -o-background-size: 100% , 75px 75px;
      background-size: 100% , 75px 75px; }
    .l-main .cont04 .cam_box .present_info {
      padding-top: 40px;
      padding-bottom: 20px; }
      .l-main .cont04 .cam_box .present_info h3 .sst01 {
        width: 146px; }
      .l-main .cont04 .cam_box .present_info h3 .sst02 {
        width: 274px; }
      .l-main .cont04 .cam_box .present_info h3 .sst03 {
        width: 168px; }
      .l-main .cont04 .cam_box .present_info h3 .sst04 {
        width: 218px; }
      .l-main .cont04 .cam_box .present_info h3 .sst05 {
        width: 243px; }
      .l-main .cont04 .cam_box .present_info h3 .sst06 {
        width: 249px; }
      .l-main .cont04 .cam_box .present_info .img img {
        width: 85%; }
      .l-main .cont04 .cam_box .present_info .acc_form {
        background-color: #143296;
        max-width: 90%;
        margin: 0 auto;
        color: #FFF;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */
        padding-top: 20px;
        padding-bottom: 20px; }
        .l-main .cont04 .cam_box .present_info .acc_form h4 {
          font-size: 20px;
          margin-bottom: 20px; }
        .l-main .cont04 .cam_box .present_info .acc_form p {
          font-size: 14px;
          margin-bottom: 20px;
          line-height: 1.5em; }
        .l-main .cont04 .cam_box .present_info .acc_form .acc_form_btn {
          width: 80%;
          margin: 0 auto; }
          .l-main .cont04 .cam_box .present_info .acc_form .acc_form_btn img {
            width: 100%; }
      .l-main .cont04 .cam_box .present_info .text {
        font-size: 14px; }
        .l-main .cont04 .cam_box .present_info .text span {
          font-size: 12px;
          padding-top: 20px;
          display: block; }
      .l-main .cont04 .cam_box .present_info .acc_name {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px; }
        .l-main .cont04 .cam_box .present_info .acc_name img {
          width: 100%; }
      .l-main .cont04 .cam_box .present_info ul {
        width: 90%;
        margin: 0 auto;
        display: block;
        /* Safari */
        display: block;
        -webkit-align-content: center;
        /* Safari */
        align-content: center; }
        .l-main .cont04 .cam_box .present_info ul li {
          margin-right: 0px;
          margin-bottom: 15px;
          color: #FFF;
          font-size: 14px;
          text-align: left;
          font-weight: bold;
          width: 45%;
          float: left; }
          .l-main .cont04 .cam_box .present_info ul li img {
            width: 100%; }
          .l-main .cont04 .cam_box .present_info ul li p {
            padding-top: 10px; }
        .l-main .cont04 .cam_box .present_info ul li:nth-child(even) {
          float: right; }
    .l-main .cont04 .cam_box .red_str {
      background-image: url("../img/cont03/pinfo_redbg.png");
      background-position: center top;
      -webkit-background-size: 75px 75px;
      -o-background-size: 75px 75px;
      background-size: 75px 75px;
      padding-top: 20px;
      padding-bottom: 30px; }
      .l-main .cont04 .cam_box .red_str h3 {
        margin-bottom: 20px; }
      .l-main .cont04 .cam_box .red_str .img {
        margin-bottom: 15px; }
      .l-main .cont04 .cam_box .red_str .acc_text {
        width: 85%;
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
        color: #FFF;
        font-weight: bold; }
        .l-main .cont04 .cam_box .red_str .acc_text img {
          margin-right: 10px;
          width: 60px; }
    .l-main .cont04 .cam_box .blue_str {
      background-image: url("../img/cont03/pinfo_bluebg.png");
      background-position: center top;
      -webkit-background-size: 75px 75px;
      -o-background-size: 75px 75px;
      background-size: 75px 75px;
      padding-top: 20px;
      padding-bottom: 30px; }
      .l-main .cont04 .cam_box .blue_str h3 {
        margin-bottom: 20px; }
      .l-main .cont04 .cam_box .blue_str .img {
        margin-bottom: 15px; }
      .l-main .cont04 .cam_box .blue_str .acc_text {
        width: 85%;
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
        color: #FFF;
        font-weight: bold; }
        .l-main .cont04 .cam_box .blue_str .acc_text img {
          margin-right: 10px;
          width: 60px; }
    .l-main .cont04 .cam_box .acc10 {
      padding-top: 20px;
      padding-bottom: 40px; }
  .l-main .cont07 {
    background-image: url("../img/cont07/bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; }
    .l-main .cont07 .in_box {
      position: relative;
      background-color: #FFF;
      max-width: 90%;
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 20px; }
      .l-main .cont07 .in_box .close {
        background-image: url("../img/cont07/close_bg.png");
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .l-main .cont07 .in_box .close p {
          color: #FFF;
          font-size: 18px;
          line-height: 2em;
          padding-top: 85px;
          font-weight: bold;
          padding-left: 20px;
          padding-right: 20px; }
      .l-main .cont07 .in_box .title {
        max-width: 870px;
        margin: 0 auto;
        margin-bottom: 25px; }
        .l-main .cont07 .in_box .title img {
          width: 90%;
          margin: 0 auto; }
      .l-main .cont07 .in_box .red_box {
        border: 2px solid #E11400;
        max-width: 90%;
        margin: 0 auto;
        color: #E11400;
        font-size: 14px;
        font-weight: bold;
        padding: 10px;
        line-height: 1.8em; }
  .l-main .cont08 {
    background-image: url("../img/cont08/bg.png");
    background-repeat: repeat;
    background-position: top center;
    -webkit-background-size: 40px;
    -o-background-size: 40px;
    background-size: 40px;
    border: 10px solid #E11400;
    padding-bottom: 20px; }
    .l-main .cont08 .title {
      max-width: 1120px;
      margin: 0 auto;
      padding-top: 30px;
      margin-bottom: 20px; }
      .l-main .cont08 .title img {
        width: 90%;
        margin: 0 auto; }
    .l-main .cont08 .subtext {
      font-size: 13px;
      color: #FFF;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px; }
    .l-main .cont08 .in_box01 {
      max-width: 270px;
      margin: 0 auto;
      margin-bottom: 00px; }
      .l-main .cont08 .in_box01 ul li {
        position: relative;
        width: 130px;
        float: left;
        margin-bottom: 20px; }
        .l-main .cont08 .in_box01 ul li .insta img {
          width: 100%; }
        .l-main .cont08 .in_box01 ul li .num {
          position: absolute;
          top: -15px;
          left: -15px; }
          .l-main .cont08 .in_box01 ul li .num img {
            width: 40px; }
        .l-main .cont08 .in_box01 ul li p {
          padding-top: 10px;
          text-align: center;
          color: #FFF;
          font-size: 12px;
          line-height: 1.6em; }
      .l-main .cont08 .in_box01 ul li:nth-child(4) {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .l-main .cont08 .in_box01 ul li:nth-child(1), .l-main .cont08 .in_box01 ul li:nth-child(2) {
        margin-right: 0; }
      .l-main .cont08 .in_box01 ul li:nth-child(even) {
        float: right; }
    .l-main .cont08 .in_box02 {
      max-width: 460px;
      margin: 0 auto;
      margin-bottom: 40px; }
      .l-main .cont08 .in_box02 ul li {
        position: relative;
        display: block;
        width: 200px;
        float: left; }
        .l-main .cont08 .in_box02 ul li .insta img {
          width: 100%; }
        .l-main .cont08 .in_box02 ul li .num {
          position: absolute;
          top: -30px;
          left: -30px; }
        .l-main .cont08 .in_box02 ul li p {
          padding-top: 10px;
          text-align: center;
          color: #FFF;
          font-size: 17px;
          line-height: 1.8em; }
      .l-main .cont08 .in_box02 ul li:nth-child(4) {
        margin-left: 0 !important;
        margin-right: 0 !important; }
      .l-main .cont08 .in_box02 ul li:nth-child(2), .l-main .cont08 .in_box02 ul li:nth-child(4) {
        float: right; }
    .l-main .cont08 .subtitle {
      max-width: 1037px;
      margin: 0 auto;
      text-align: center; }
      .l-main .cont08 .subtitle img {
        width: 100%; }
  .l-main .cont09 {
    padding-top: 20px;
    padding-bottom: 30px; }
    .l-main .cont09 .title {
      max-width: 90%;
      margin: 0 auto;
      margin-bottom: 50px; }
      .l-main .cont09 .title img {
        width: 100%; }
    .l-main .cont09 ul {
      max-width: 90%;
      margin: 0 auto;
      margin-bottom: 30px; }
      .l-main .cont09 ul .blue_box {
        background-color: #143296;
        border: 1px solid #143296; }
      .l-main .cont09 ul .red_box {
        background-color: #E11400;
        border: 1px solid #E11400; }
      .l-main .cont09 ul .arrow {
        text-align: center;
        padding-top: 0;
        margin-bottom: 30px; }
      .l-main .cont09 ul li {
        position: relative;
        margin-bottom: 15px;
        padding-top: 35px;
        padding-bottom: 20px;
        color: #FFF;
        font-size: 14px;
        line-height: 1.6em;
        border-radius: 10px;
        /* CSS3草案 */
        -webkit-border-radius: 10px;
        /* Safari,Google Chrome用 */
        -moz-border-radius: 10px;
        /* Firefox用 */ }
        .l-main .cont09 ul li p {
          padding-right: 20px;
          padding-left: 20px; }
        .l-main .cont09 ul li .num {
          top: -35px;
          left: 50%;
          margin-left: -30px; }
          .l-main .cont09 ul li .num img {
            width: 60px; }
    .l-main .cont09 .att_box {
      background-color: #143296;
      max-width: 90%;
      margin: 0 auto;
      color: #FFF;
      font-size: 14px;
      text-align: center;
      font-weight: bold;
      line-height: 1.8em;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 10px;
      padding-right: 10px; }
  .l-main .cont10 {
    background-image: url("../img/cont10/bg.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    .l-main .cont10 .title {
      max-width: 90%;
      margin: 0 auto;
      margin-bottom: 30px; }
      .l-main .cont10 .title img {
        width: 100%; }
    .l-main .cont10 .sns iframe {
      width: 90% !important;
      height: 330px !important; }
  .l-main .contract_area {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #FFF;
    /*バーの太さ*/
    /*バーの背景色*/
    /*バーの色*/ }
    .l-main .contract_area .mb50 {
      margin-bottom: 20px !important; }
    .l-main .contract_area .contract_in {
      overflow-y: scroll; }
    .l-main .contract_area .contract_in::-webkit-scrollbar {
      width: 8px; }
    .l-main .contract_area .contract_in::-webkit-scrollbar-track {
      background: #dddddd; }
    .l-main .contract_area .contract_in::-webkit-scrollbar-thumb {
      background: #E50012; }
    .l-main .contract_area .contract_in {
      overflow-y: scroll;
      height: 168px;
      margin-top: 10px; }
      .l-main .contract_area .contract_in h4 {
        font-size: 12px;
        margin-bottom: 20px;
        padding-right: 10px; }
      .l-main .contract_area .contract_in p {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 20px;
        padding-right: 10px; }
    .l-main .contract_area h3 {
      border-top: none; }
      .l-main .contract_area h3 img {
        background-color: #FFF;
        top: -12px;
        position: relative;
        margin-bottom: -12px;
        width: 85px;
        padding-right: 10px; }
    .l-main .contract_area .contract_in {
      max-width: 90%;
      margin: 0 auto; }
    .l-main .contract_area h3 {
      max-width: 90%;
      margin: 0 auto; }
  .l-main .contact_area {
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; }
    .l-main .contact_area h3 {
      font-size: 16px;
      margin-bottom: 25px; }
    .l-main .contact_area h4 {
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 25px; }
    .l-main .contact_area p {
      font-size: 11px;
      line-height: 20px; }

  /*========================================


  	*フッター


  ========================================*/
  .l-footer {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 90%;
    margin: 0 auto; }
    .l-footer .text {
      font-size: 11px;
      line-height: 19px;
      margin-bottom: 40px; }
    .l-footer .link {
      font-size: 11px;
      margin-bottom: 40px; }
      .l-footer .link a {
        color: #534741; }
    .l-footer .img {
      margin-bottom: 30px;
      text-align: center; }
      .l-footer .img img {
        width: 150px; }
    .l-footer .copy {
      text-align: center;
      font-size: 9px; } }
/*========================================


	*keyframes


========================================*/
@-webkit-keyframes SAMPLE ANIMATION {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes SAMPLE ANIMATION {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes SAMPLE ANIMATION {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes SAMPLE ANIMATION {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes SAMPLE ANIMATION {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*========================================


	*各プラグイン用スタイル


========================================*/
/*========================================


	*プリンター用スタイル


========================================*/
@media print {
  * html body {
    zoom: .7; } }

/*========================================


  *追記


========================================*/

.l-main .cont07 .in_box .close p {
padding-top: 260px;
}

.l-main .cont04 .cam_box {

padding-bottom: 0px;
}