@charset 'UTF-8';

/* -----------------------------------------------------------------
  clearfix
----------------------------------------------------------------- */

/* @import 'https://fonts.googleapis.com/css?family=Sawarabi+Mincho';

@import 'https://fonts.googleapis.com/css?family=M+PLUS+1p"rel="stylesheet'; */

.clearfix:after
{
    display: block;
    clear: both;

    content: '';
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    line-height: 1.2;
}

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

nav ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

a
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;
    text-decoration: none;

    background: transparent;
}

/* change colours to suit your needs */

ins
{
    text-decoration: none;

    color: #000;
    background-color: #ff9;
}

/* change colours to suit your needs */

mark
{
    font-weight: bold;
    font-style: italic;

    color: #000;
    background-color: #ff9;
}

del
{
    text-decoration: line-through;
}

abbr[title],
dfn[title]
{
    cursor: help;

    border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */

hr
{
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #ccc;
}

input,
select
{
    vertical-align: middle;
}

/*clearfix*/

.clearfix
{
    min-height: 1px;
}

.clearfix:after
{
    display: block;
    visibility: hidden;
    clear: both;

    height: 0;

    content: '.';
}

* html .clearfix
{
    height: 1px;
    /*¥*/
    /*/
	height: auto;
	overflow: hidden;
	/**/
}

.both
{
    clear: both;
}

.inline_block
{
    display: inline-block;

    *display: inline;
    *zoom: 1;
}

/* -----------------------------------------------------------------
  iOSでのデフォルトスタイルをリセット
----------------------------------------------------------------- */

input[type=submit],
input[type=button]
{
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    border: none;
    border-radius: 0;

    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration
{
    display: none;
}

input[type=submit]:focus,
input[type=button]:focus
{
    outline-offset: -2px;
}

/* -----------------------------------------------------------------
  element
  （基本的なHTMLタグに施すスタイル）
----------------------------------------------------------------- */

html
{
    font-size: 62.5%;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    color: #333;
    border: 0;
    outline: 0;
    background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', sans-serif;
    font-family: 'M PLUS Rounded 1c', sans-serif;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

body
{
    font-size: 16px;
    font-size: 1.6rem;

    color: #333;
}

body a
{
    -webkit-transition: .3s all;
         -o-transition: .3s all;
            transition: .3s all;
    text-decoration: underline;

    color: #666;
}

body textarea
{
    font-size: 16px;
    font-weight: bold;
}

blockquote
{
    margin-bottom: 20px;
    padding: 25px 30px;

    border: 1px solid #ddd;
    border-radius: 2px;
    background: #f8f8f8;
}

h1
{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
}

h2
{
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
}

/* iOSでのデフォルトスタイルをリセット */

input[type='submit'],
input[type='button']
{
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    border: none;
    border-radius: 0;

    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration
{
    display: none;
}

input[type='submit']:focus,
input[type='button']:focus
{
    outline-offset: -2px;
}

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

.header
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    position: relative;

    width: 100%;

    border-top: 5px solid #fbee00;
    background: url('../images/common/bg-yellow.gif') repeat;
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.header::after
{
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;

    content: ' ';

    background: url('../images/common/bg-cloud.png') repeat-x bottom center;
    background-size: auto 100%;
}

.header .site__header
{
    width: 100%;

    background: #fff;
}

.header .site__header .site__header-inner
{
    position: relative;
}

.header .site__header .site__header-common
{
    display: none;
}

#container
{
    overflow: hidden;
}

#main
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  main
----------------------------------------------------------------- */

.page__inner
{
    width: 100%;
    margin: 0 auto;
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.page__inner:after
{
    display: block;
    clear: both;

    content: '';
}

/* -----------------------------------------------------------------
  footer
----------------------------------------------------------------- */

.footer
{
    line-height: 1.5;

    color: #fff;
    background: url('../images/common/bg-green.gif');
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.footer #page-top
{
    font-size: 77%;

    position: fixed;
    z-index: 100000;
    right: 20px;
    bottom: 20px;
}

.footer #page-top a
{
    line-height: 70px;

    display: block;

    width: 70px;
    height: 70px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border-radius: 35px;
    background: #122a88;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.footer .footer__branding
{
    padding-top: 50px;
}

.footer .footer__branding img
{
    max-width: 100%;
}

.footer .footer__branding .name
{
    font-size: 24px;
    font-size: 2.4rem;
}

.footer .footer__branding .name span
{
    font-size: 18px;
    font-size: 1.8rem;

    display: block;
}

.footer .footer__branding .address
{
    font-size: 18px;
    font-size: 1.8rem;
}

.footer .footer__branding .address span
{
    font-size: 16px;
    font-size: 1.6rem;

    display: block;
}

.footer .copyright
{
    font-size: 12px;
    font-size: 1.2rem;
}

.footer .copyright a
{
    text-decoration: none;

    color: #fff;
}

.footer .form .footer__contact th,
.footer .form .footer__contact td
{
    padding: 10px;

    vertical-align: middle;

    color: #fff;
}

.footer .form .footer__contact th
{
    white-space: nowrap;
}

.footer .form p a
{
    color: #000;
}

.footer .form p a:hover
{
    text-decoration: none;

    color: #fff;
}

.footer h4
{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
}

/* -----------------------------------------------------------------
  nav
----------------------------------------------------------------- */

.nav
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  Mobile menu opened
----------------------------------------------------------------- */

#container::after
{
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;

    opacity: 0;
}

#container.is-open::after
{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;

    width: 100vh;
    height: 100vh;

    content: '';

    opacity: .8;
    background: rgba(0, 0, 0, .8);
}

/* -----------------------------------------------------------------
  Mobile menu toggle
----------------------------------------------------------------- */

.panel.is-open
{
    display: none;
}

.panel.is-open.default
{
    top: 30px;

    display: block;
}

.panel
{
    position: absolute;
    z-index: 99999;
    top: 5px;
    right: 10px;

    width: 60px;
    height: 60px;

    cursor: pointer;

    background: #fbee00;
}

.panel.is-open
{
    background: #fff;
}

.panel .panel-btn
{
    position: relative;

    display: inline-block;

    width: 60px;
    height: 60px;
}

.panel .panel-btn .close
{
    background: transparent;
}

.panel .panel-btn .close:before,
.panel .panel-btn .close:after
{
    margin-top: 0;
}

.panel .panel-btn .close:before
{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.panel .panel-btn .close:after
{
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.panel .panel-btn-icon
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;

    -webkit-transition: .2s;
         -o-transition: .2s;
            transition: .2s;

    background: #122a88;
}

.panel .panel-btn-icon:before,
.panel .panel-btn-icon:after
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: .3s;
         -o-transition: .3s;
            transition: .3s;

    background: #122a88;
}

.panel .panel-btn-icon:before
{
    margin-top: -6px;
}

.panel .panel-btn-icon:after
{
    margin-top: 4px;
}

/* -----------------------------------------------------------------
  sidebar
----------------------------------------------------------------- */

.sidebar
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  post
----------------------------------------------------------------- */

.post
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  archive
----------------------------------------------------------------- */

.archive
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  single
----------------------------------------------------------------- */

.article
{
    padding-bottom: 30px;
}

.article h1
{
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;

    margin-bottom: 50px;

    text-align: center;

    color: #122a88;
}

.article .image
{
    margin-bottom: 30px;
}

.article .text
{
    line-height: 2;
}

.article .text p
{
    margin-bottom: 30px;
}

.article .text
{
    font-size: 20px;
    font-size: 2rem;

    width: 90%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.article.want-article
{
    padding: 50px;

    background: rgba(251, 238, 0, .1);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
            box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}

.article.want-article h1
{
    position: relative;

    min-height: 40px;
    margin-bottom: 100px;

    color: #000;
}

.article.want-article h1 a
{
    position: absolute;
    top: 0;
    left: -70px;

    display: inline-block;

    padding: 15px 50px;

    text-decoration: none;

    color: #333;
    background: #fbee00;
}

.article.want-article + .want-article
{
    margin-top: 50px;
}

.event-article .image
{
    text-align: center;
}

.event-article .date
{
    margin-bottom: 30px;

    text-align: right;
}

.event-article .date span
{
    line-height: 20px;

    display: inline-block;

    border-bottom: 1px dotted #666;
}

.single-main
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    margin-bottom: 100px;
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.single-main .sponsor-table
{
    margin: 0 auto;
}

.single-main .sponsor-table img
{
    max-width: 100%;
    height: auto;
}

.single-main .sponsor-table h1.title
{
    margin: 30px 0 25px;
}

.single-main .sponsor-table h1.title span
{
    font-weight: bold;

    display: inline-block;

    padding: 5px 20px;

    color: #333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #fff799));
    background: -webkit-linear-gradient(transparent 75%, #fff799 75%);
    background:      -o-linear-gradient(transparent 75%, #fff799 75%);
    background:         linear-gradient(transparent 75%, #fff799 75%);
}

.single-main .sponsor-table th,
.single-main .sponsor-table td
{
    padding: 25px 15px;

    vertical-align: middle;
}

.single-main .sponsor-table th span,
.single-main .sponsor-table td span
{
    display: block;
}

.single-main .sponsor-table th
{
    text-align: right;
}

.single-main .sponsor-table tr:nth-child(2n) th,
.single-main .sponsor-table tr:nth-child(2n) td
{
    background: #fff7f7;
}

.single-main .sponsor-table .sponsor-name
{
    text-align: center;
}

.single-main .sponsor-message
{
    margin: 0 auto;
}

.single-main .sponsor-message h2
{
    font-weight: bold;

    margin-bottom: 10px;

    text-align: center;
}

.single-main .sponsor-message .text
{
    padding: 20px;

    background: #fff7f7;
}

.single-main .screen-reader-text
{
    display: none;
}

.single-main .nav-links
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    width: 90%;
    margin: 0 auto;
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.single-main .nav-links:after
{
    display: block;
    clear: both;

    content: '';
}

.single-main .nav-links a
{
    display: inline-block;

    padding: 15px 30px;

    text-decoration: none;

    border-radius: 5px;
    background: #fbee00;
}

.single-main .nav-links a:hover
{
    color: #fff;
}

.single-main .nav-links .nav-previous
{
    float: left;

    width: 50%;
}

.single-main .nav-links .nav-next
{
    float: right;

    width: 50%;

    text-align: right;
}

@media screen and (max-width: 767px) {
  .article h1
  {
      font-size: 25px;
      font-size: 2.5rem;
  }
  .article .text
  {
      font-size: 18px;
      font-size: 1.8rem;

      width: 100%;
      max-width: 700px;
      margin-right: 0;
      margin-left: 0;
  }
}

/* -----------------------------------------------------------------
  front
----------------------------------------------------------------- */

.front
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.front a
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.front h3
{
    text-align: center;

    color: #122a88;
}

.front .front-event-image
{
    text-align: center;
}

.front .front-event-text .text
{
    margin-bottom: 50px;
}

.front .front-event-content
{
    margin-bottom: 100px;
}

.front .event-links
{
    margin-bottom: 80px;
}

.front .event-links ul
{
    margin: 0;
    padding: 0;
}

.front .event-links ul:after
{
    display: block;
    clear: both;

    content: '';
}

.front .event-links ul li
{
    padding: 0;

    list-style: none;
}

.front .event-links ul li a
{
    font-size: 24px;
    font-size: 2.4rem;

    display: block;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background-size: 100% auto;
}

.front .event-links ul li .links_btn-orange
{
    background: url(../images/common/cloud-orange.png) no-repeat center;
}

.front .event-links ul li .links_btn-blue
{
    background: url(../images/common/cloud-blue.png) no-repeat center;
}

.front .event-links ul li .links_btn-pink
{
    background: url(../images/common/cloud-pink.png) no-repeat center;
}

.front .front-news
{
    padding: 50px 0;

    background: url('../images/common/bg-red.gif');
}

.front .front-news h3
{
    font-weight: normal;

    margin: 0 0 50px;

    text-align: center;

    color: #fff;
}

.front .front-news .front-news-inner a
{
    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;

    text-decoration: none;

    background: #fff;
}

.front .front-news .front-news-inner a:after
{
    display: block;
    clear: both;

    content: '';
}

.front .front-news .front-news-inner a:hover
{
    background: rgba(255, 255, 255, .9);
}

.front .front-news .front-news-inner a h4
{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;

    margin-bottom: 20px;

    text-align: center;
}

.front .front-news .front-news-inner a .text
{
    line-height: 1.5;

    float: left;

    width: 55%;
}

.front .front-news .front-news-inner a .text .date-mark
{
    margin: 0 0 10px;
}

.front .front-news .front-news-inner a .image
{
    float: right;

    width: 40%;
}

.front .front-news .front-news-inner a .image img
{
    max-width: 100%;
}

.front .front-sponsor
{
    padding: 50px 0;
}

.front .front-sponsor .front-sponsor-inner ul
{
    margin-bottom: 50px;
}

.front .front-sponsor .front-sponsor-inner ul li a
{
    line-height: 80px;

    display: block;
    overflow: hidden;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-transition: 1s all;
         -o-transition: 1s all;
            transition: 1s all;
    text-align: center;

    border: 1px solid #dfdfdf;
}

.front .front-sponsor .front-sponsor-inner ul li a:hover
{
    text-decoration: none;

    background: #fbee00;
}

.front .front-sponsor .front-sponsor-inner ul li a:hover img
{
    opacity: .7;
}

.front .front-sponsor .front-sponsor-inner ul li img
{
    max-width: 100%;
    height: auto;
}

.front .front-sponsor .front-sponsor-inner ul li a.text-over
{
    line-height: 20px;

    padding: 20px;
}

.front .front-sponsor .front-sponsor-inner ul li a.text-over span
{
    display: block;
    overflow: hidden;

    height: 40px;
}

.front .front-sponsor .front-sponsor-inner .slick-prev,
.front .front-sponsor .front-sponsor-inner .slick-next
{
    width: 30px;
    height: 30px;
}

.front .front-sponsor .front-sponsor-inner .slick-prev::before,
.front .front-sponsor .front-sponsor-inner .slick-next::before
{
    font-size: 30px;

    color: #fbee00;
}

.front .front-sponsor .front-sponsor-inner .slick-next
{
    right: 30px;
}

.front .front-sponsor .front-sponsor-inner .slick-prev
{
    left: 30px;
}

.front .front-gallery li
{
    overflow: hidden;
}

.front .front-gallery li img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}

/* -----------------------------------------------------------------
  event
----------------------------------------------------------------- */

.event
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

.course-btn {
  margin-bottom: 30px;
}

.course-top {
  margin-bottom: 50px;
}

.course-btn h2,
.course-top h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  background-color: #016835;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
}

.article .text .course-top p {
  margin: 0;
}

.course-top ul {
  padding-left: 20px;
}

.course-top ul li {
  font-size: 1.7rem;
  line-height: 1.75;
}

.course-btn ul {
  overflow: hidden;
}

.course-btn ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fcf56e;
  text-align: center;
  border-radius: 5px;
  float: left;
  font-weight: bold;
}

.course-btn ul li:nth-child(2n) {
  margin-right: 0;
}

.course-btn ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 5px;
}

.course-btn ul li a:hover {
  text-decoration: underline;
}

table.event-offer {
  border: 2px solid #FBEE00;
  margin-bottom: 70px;
}

table.event-offer tr {

}

table.event-offer th {
  padding: 10px 5px;
  text-align: center;
  border-bottom: 2px solid #FBEE00;
}

table.event-offer th.ttl {
  font-size: 2.5rem;
  background-color: #fffaa1;
}

table.event-offer td {
  border-left: 2px solid #FBEE00;
  border-bottom: 1px solid #edeaa4;
  padding: 10px 5px;
  text-align: center;
}

table.event-offer td.form-link {
  font-size: 1.8rem;
}

table.event-offer td.form-link a {
  color: #ee5757;
}

table.event-offer td.form-link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .course-btn {
    margin-bottom: 20px;
  }
  .course-top {
    margin-bottom: 30px;
  }
  .course-btn h2,
  .course-top h2 {
    font-size: 2rem;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  .course-top ul li {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .course-btn ul li {
	  width: 100%;
	  margin-right: 0;
	}
  .course-btn ul li:nth-child(2n) {
		margin-right: 0;
	}
  .course-btn ul li a {
    padding: 5px;
  }
  table.event-offer {
    margin-bottom: 40px;
  }
  table.event-offer th.ttl {
    font-size: 2.2rem;
    padding: 5px;
  }
  table.event-offer td {
    line-height: 1.5;
    font-size: 1.6rem;
    letter-spacing: -.05em;
  }
  table.event-offer td.form-link {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  table.event-offer td.qr-img {
    padding: 10px;
  }
  table.event-offer td.single-qr-img {
    padding: 10px 100px;
  }
  table.event-offer td img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
}

/* -----------------------------------------------------------------
  about
----------------------------------------------------------------- */

.about
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.about h2
{
    font-size: 36px;
    font-size: 3.6rem;

    color: #122a88;
}

.about .about-index
{
    position: relative;
    z-index: 0;

    background: url('../images/pages/about/bg-about.png') no-repeat bottom right #fffde6;
}

.about .about-index::before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;

    content: '';
}

.about .about-index.index01::before
{
    background: url('../images/pages/about/bg-about01.jpg') no-repeat top center;
    background-size: cover;
}

.about .about-index.index02::before
{
    background: url('../images/pages/about/bg-about02.jpg') no-repeat top center;
    background-size: cover;
}

.about .text-box
{
    position: relative;
    z-index: 10;
    top: 100px;

    background: rgba(255, 255, 255, .9);
}

.about .text-box h3
{
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;

    margin-bottom: 20px;

    color: #122a88;
}

.about .text-box h4
{
    font-size: 20px;
    font-size: 2rem;

    margin-bottom: 30px;
}

.about .text-box .text
{
    line-height: 2;
}

.about .about-link
{
    padding: 50px 0 !important;

    text-align: right;
}

/* -----------------------------------------------------------------
  summary
----------------------------------------------------------------- */

.summary
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  cloudfunding
----------------------------------------------------------------- */

.cloudfunding
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  sponsor
----------------------------------------------------------------- */

.sponsor_wrap
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    margin-bottom: 100px;
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.sponsor_wrap h2
{
    font-size: 36px;
    font-size: 3.6rem;

    margin-bottom: 50px;

    text-align: center;

    color: #122a88;
}

.sponsor_wrap .sp-wrap .sp-inner img
{
    max-width: 100%;
    height: auto;
}

.sponsor_wrap .sp-wrap .sp-inner .sp_tel,
.sponsor_wrap .sp-wrap .sp-inner .sp_text
{
    margin-bottom: 20px;
}

.sponsor_wrap .sp-wrap .sp-inner .sp_url
{
    text-align: right;
}

.sponsor_wrap .sp-wrap .sp-inner .sp_url a
{
    line-height: 30px;

    display: inline-block;

    padding: 0 25px;

    text-decoration: none;

    color: #000;
    border-radius: 20px;
    background: #fbee00;
}

.sponsor_wrap .sp-wrap .sp-inner .sp-box
{
    padding: 30px;

    border: 1px solid #f5f5f5;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.sponsor_wrap .sp-wrap .sp-inner .sp_name
{
    font-size: 20px;
    font-size: 2rem;

    margin-bottom: 10px;

    text-align: center;

    background: rgba(251, 238, 0, .2);
}

.sponsor_wrap .sp-wrap .sp-inner .sp10-box .sp_name
{
    height: 150px;
    padding-top: 65px;
}

.sponsor_wrap .sp-wrap .sp-inner .sp5-box .sp_name
{
    min-height: 80px;
    padding-top: 30px;
}

.sponsor_wrap .sp-wrap .sp-inner .sp3-box .sp_name,
.sponsor_wrap .sp-wrap .sp-inner .sp3-box .image
{
    margin-bottom: 0;
}

.sponsor_wrap .sp-wrap .sp-inner .sp3-box .sp_name
{
    line-height: 20px;

    min-height: 80px;
    padding: 20px;
}

.sponsor_wrap .sp-wrap .sp-inner .image
{
    margin-bottom: 10px;
}

.sponsor_wrap .sp-wrap .sp-inner .sp-box.sp1-box
{
    padding: 0;
}

.sponsor_wrap .sp-wrap .sp-inner .sp-box.sp1-box span
{
    display: block;

    padding: 20px 5px;

    text-align: center;
    text-decoration: none;

    background: #fff;
}

.sponsor_wrap .sp-wrap .sp-inner .sp-box.sp1-box a
{
    display: block;

    padding: 10px;

    text-align: center;
    text-decoration: none;

    background: #fff;
}

.sponsor_wrap .sp-wrap .sp-inner .sp-box.sp1-box a .fa
{
    color: #fcc;
}

.sponsor_wrap .sp-wrap .sp-inner .sp-box.sp1-box a:hover
{
    opacity: .5;
}

/* -----------------------------------------------------------------
  wrap
----------------------------------------------------------------- */

.wrap
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.wrap:after
{
    display: block;
    clear: both;

    content: '';
}

/* -----------------------------------------------------------------
  fonts
----------------------------------------------------------------- */

@font-face
{
    font-family: 'segoesc';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/segoesc.eot');
    /* IE9以上用 */
    src: url('./fonts/segoesc.eot?#iefix') format('embedded-opentype'), url('./fonts/segoesc.woff') format('woff'), url('./fonts/segoesc.ttf') format('truetype');
}

.segoesc
{
    font-family: 'segoesc';
}

.wf-sawarabimincho
{
    font-family: 'Sawarabi Mincho', sans-serif;
}

.wf-mplus1p
{
    font-family: 'M PLUS 1p';
}

/* -----------------------------------------------------------------
  button
----------------------------------------------------------------- */

.button
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

#main .link
{
    padding: 15px 0;

    text-align: center;

    border: 5px solid #f7de00;
    border-radius: 5px;
    background: #fbee00;
}

#main .link a
{
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 2;

    display: block;

    text-decoration: none;

    color: #000;
}

#page-top
{
    font-size: 77%;

    position: fixed;
    z-index: 100000;
    right: 20px;
    bottom: 20px;
}

#page-top a
{
    line-height: 70px;

    display: block;

    width: 70px;
    height: 70px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    border-radius: 35px;
    background: #122a88;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

/* -----------------------------------------------------------------
  keyvisual
----------------------------------------------------------------- */

.keyvisual
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.keyvisual .sub-visual
{
    margin: 0 auto 50px;

    text-align: center;

    border: 10px solid #fbee00;
    border-radius: 10px;
    background: #fff;
}

.keyvisual .sub-visual .sub-title
{
    font-weight: bold;
}

/* -----------------------------------------------------------------
  list
----------------------------------------------------------------- */

.list
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  link
----------------------------------------------------------------- */

.link
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* ------------------------------------
  全デバイス共通
	------------------------------------ */

.btn-large-yellow
{
    font-size: 22px;
    font-size: 2.2rem;

    display: inline-block;

    padding: 20px 40px;

    text-decoration: none;

    color: #000;
    border: solid 5px #f7de00;
    border-radius: 5px;
    background: #fbee00;
}

/* ------------------------------------
		  480以下
		------------------------------------ */

/* ------------------------------------
		  767以下
		------------------------------------ */

/* ------------------------------------
		  768以上
		------------------------------------ */

/* -----------------------------------------------------------------
  map
----------------------------------------------------------------- */

/* ------------------------------------
  全デバイス共通
	------------------------------------ */

.gmap
{
    position: relative;

    width: 100%;
    margin: 0 auto;
    padding-top: 20%;
    padding-bottom: 20%;
}

.gmap iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;
}

/* ------------------------------------
		  480以下
		------------------------------------ */

/* ------------------------------------
		  767以下
		------------------------------------ */

/* ------------------------------------
		  768以上
		------------------------------------ */

/* -----------------------------------------------------------------
  table
----------------------------------------------------------------- */

.table
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  utility
  （アイコン・繰り返し使用するスタイル用）
----------------------------------------------------------------- */

#container .required
{
    color: #f00;
}

#container .example
{
    color: #999;
}

#container .txt-c-main
{
    color: #fbee00;
}

#container .txt-c-sub
{
    color: #122a88;
}

#container .txt-c-accent
{
    color: #006835;
}

#container .txt-c-black
{
    color: #000;
}

#container .txt-sizeS
{
    font-size: 14px;
    font-size: 1.4rem;
}

#container .txt-sizeM
{
    font-size: 16px;
    font-size: 1.6rem;
}

#container .txt-sizeL
{
    font-size: 18px;
    font-size: 1.8rem;
}

#container .txt-sizeLL
{
    font-size: 22px;
    font-size: 2.2rem;
}

#container .txt-b
{
    font-weight: bold;
}

#container .txt-l
{
    text-align: left;
}

#container .txt-c
{
    text-align: center;
}

#container .txt-r
{
    text-align: right;
}

#container .mb10
{
    margin-bottom: 10px;
}

#container .mb30
{
    margin-bottom: 30px;
}

#container .mb50
{
    margin-bottom: 50px;
}

#container .mb80
{
    margin-bottom: 80px;
}

#container .mb100
{
    margin-bottom: 100px;
}

#container .p10
{
    padding: 10px;
}

#container .p20
{
    padding: 20px;
}

#container .p30
{
    padding: 30px;
}

#container .p50
{
    padding: 50px;
}

#container .p80
{
    padding: 80px;
}

#container .p100
{
    padding: 100px;
}

#container .pb10
{
    padding-bottom: 10px;
}

#container .pb30
{
    padding-bottom: 30px;
}

#container .pb50
{
    padding-bottom: 50px;
}

#container .pb80
{
    padding-bottom: 80px;
}

#container .pb100
{
    padding-bottom: 100px;
}

#container .br5
{
    border-radius: 5px;
}

#container .br10
{
    border-radius: 10px;
}

#container .br20
{
    border-radius: 20px;
}

#container .br30
{
    border-radius: 30px;
}

#container .br40
{
    border-radius: 40px;
}

#container .op-link
{
    -webkit-transition: all .8s;
         -o-transition: all .8s;
            transition: all .8s;
}

#container .op-link:hover
{
    opacity: .5;
}

#container .mark-news
{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;

    display: inline-block;

    padding: 3px 10px 1px;

    color: #fff;
    border-radius: 15px;
    background: #f00;
}

#container .movie
{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;

    text-align: center;
}

#container .movie__inner
{
    position: relative;

    overflow: hidden;

    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
}

#container .movie__inner iframe,
#container .movie__inner object,
#container .movie__inner embed
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

/* -----------------------------------------------------------------
  breadcrumb
----------------------------------------------------------------- */

.breadcrumb
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  form
----------------------------------------------------------------- */

.form
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

.form input[type=text],
.form input[type=email],
.form textarea
{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;

    width: 100%;

    border: 1px solid #fff;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .8);
}

.form input[type=text],
.form input[type=email]
{
    line-height: 30px;
}

.form input[type=submit]
{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 50px;

    padding: 0 60px;

    border-radius: 5px;
    background: #fff;
}

/* -----------------------------------------------------------------
  navlink
----------------------------------------------------------------- */

.navlink
{
    /* ------------------------------------
  全デバイス共通
	------------------------------------ */
    /* ------------------------------------
		  480以下
		------------------------------------ */
    /* ------------------------------------
		  767以下
		------------------------------------ */
    /* ------------------------------------
		  768以上
		------------------------------------ */
}

/* -----------------------------------------------------------------
  animation
----------------------------------------------------------------- */

.ef
{
    -webkit-transition: all 1s;
         -o-transition: all 1s;
            transition: all 1s;
}

.ef.lazyload.fadeBtm
{
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);

    opacity: 0;
}

.ef.lazyloaded.fadeBtm
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

.ef.lazyload.fadeTop
{
    -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
            transform: translateY(-200px);

    opacity: 0;
}

.ef.lazyloaded.fadeTop
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

.ef.lazyload.fadeIn
{
    -webkit-transition: all 5s;
         -o-transition: all 5s;
            transition: all 5s;

    opacity: 0;
}

.ef.lazyloaded.fadeIn
{
    opacity: 1;
}

.ef.lazyload.fadeLeft
{
    -webkit-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
            transform: translateX(-400px);

    opacity: 0;
}

.ef.lazyloaded.fadeLeft
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

.ef.lazyload.fadeRight
{
    -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
            transform: translateX(400px);

    opacity: 0;
}

.ef.lazyloaded.fadeRight
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

/* --------------------------------------------
 トップページのみ使用
-------------------------------------------- */

.pc__header .ef.lazyload.fadeInLeft
{
    -webkit-transition: all 2s;
         -o-transition: all 2s;
            transition: all 2s;
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);

    opacity: 0;
}

.pc__header .ef.lazyloaded.fadeInLeft
{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);

    opacity: 1;
}

.ef.efFrontAbout
{
    -webkit-transition: all 2s;
         -o-transition: all 2s;
            transition: all 2s;

    opacity: 0;
}

.ef.lazyloaded.efFrontAbout
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

.ef.lazyload.efFrontAbout.ef1
{
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
}

.ef.lazyload.efFrontAbout.ef2
{
    -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
            transform: translateY(150px);
}

.ef.lazyload.efFrontAbout.ef3,
.ef.lazyload.efFrontAbout.ef4
{
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px);
}

.ef.lazyload.efFrontAbout.ef5
{
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px);
}

.ef.lazyload.efFrontAbout.ef6
{
    -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
            transform: translateY(300px);
}

@media screen and (min-width: 768px)
{
    .header
    {
        padding-bottom: 80px;
    }

    .header::after
    {
        height: 165px;
    }

    .header .site__header-inner
    {
        position: relative;

        width: 940px;
        height: 80px;
        margin: 35px auto 30px;
    }

    .header .site__header-inner .site__branding
    {
        position: absolute;
        top: -20px;
        left: 0;
    }

    .header .site__header-inner .link
    {
        position: absolute;
        top: -26px;
        right: 0;

        width: 255px;
        height: 132px;

        -webkit-transition: .8s;
             -o-transition: .8s;
                transition: .8s;

        background: url('../images/header/btn-cloudfunding_on.png') no-repeat center;
    }

    .header .site__header-inner .link a
    {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;

        display: block;

        -webkit-transition: .8s;
             -o-transition: .8s;
                transition: .8s;
        text-align: center;
        text-decoration: none;
    }

    .header .site__header-inner .link a:hover
    {
        opacity: 0;
    }

    .header .site__header-common.pc
    {
        display: block;
    }

    #main .con__wrap
    {
        width: 940px;
        margin: 0 auto;
    }

    #main .inner-box
    {
        width: 940px;
        margin-right: auto;
        margin-left: auto;
    }

    .page__inner
    {
        width: 940px;
    }

    .footer
    {
        padding: 50px 0 10px;
    }

    .footer .footer__inner
    {
        width: 940px;
        margin: 0 auto;
    }

    .nav .global-nav
    {
        width: 500px;
        margin-left: 200px;

        text-align: center;
    }

    .nav .global-nav li
    {
        display: inline-block;
    }

    .nav .global-nav li a
    {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 80px;

        padding: 20px;

        text-decoration: none;
    }

    .nav .global-nav li a:hover
    {
        font-weight: bold;

        color: #006835;
    }

    .panel
    {
        display: none;
    }

    .single-main .post__single
    {
        margin: 0 auto 100px;
    }

    .single-main .post__inner
    {
        width: 940px;
        margin: 0 auto;
    }

    .single-main .sponsor-table
    {
        width: 600px;
        margin: 0 auto 30px;
    }

    .single-main .sponsor-message
    {
        width: 600px;
    }

    .single-main .sponsor-message h2
    {
        margin-bottom: 10px;
    }

    .single-main .sponsor-message .text
    {
        padding: 20px;
    }

    .front h3
    {
        font-size: 36px;
        font-size: 3.6rem;

        margin: 80px 0;
    }

    .front .front__wrap .front-event-text
    {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 2;
    }

    .front .front__wrap .event-links ul:after
    {
        display: block;
        clear: both;

        content: '';
    }

    .front .front__wrap .event-links ul li
    {
        float: left;

        width: 300px;
    }

    .front .front__wrap .event-links ul li:not(:last-child)
    {
        margin-right: 20px;
    }

    .front .front__wrap .event-links ul li a
    {
        height: 210px;
        padding-top: 80px;
    }

    .front .front-gallery
    {
        margin-bottom: 1px;
    }

    .front .front-gallery li
    {
        overflow: hidden;

        width: 300px;
        height: 160px;
    }

    .front .front-gallery li img
    {
        width: 100%;
        height: 100%;

        -o-object-fit: cover;
           object-fit: cover;
    }

    .front .front-news h3
    {
        font-size: 36px;
        font-size: 3.6rem;
    }

    .front .front-news .front-news-inner
    {
        width: 940px;
        margin: 0 auto;
    }

    .front .front-news .front-news-inner a
    {
        overflow: hidden;

        height: 280px;
    }

    .front .front-sponsor
    {
        padding: 50px 0;
    }

    .front .front-sponsor h3
    {
        margin: 0 0 50px;
    }

    .front .front-sponsor .front-sponsor-inner
    {
        width: 940px;
        margin: 0 auto;
    }

    .front .front-sponsor .front-sponsor-inner ul
    {
        margin-bottom: 50px;
    }

    .front .front-sponsor .front-sponsor-inner ul li
    {
        overflow: hidden;

        padding: 0 10px;
    }

    .front .front-sponsor .front-sponsor-inner ul li a
    {
        line-height: 80px;

        width: 232px;
        height: 80px;
    }

    .front .front-sponsor .front-sponsor-inner ul li img
    {
        width: auto;
        height: 80px;
    }

    .front .front-sponsor .front-sponsor-inner .link
    {
        max-width: 400px;
        margin: 0 auto;
    }

    .about .about-index
    {
        height: 700px;
    }

    .about .about-index.index01::before,
    .about .about-index.index02::before
    {
        height: 350px;
    }

    .about .about-index.index02:after
    {
        display: block;
        clear: both;

        content: '';
    }

    .about .about-index.index02 .text-box
    {
        float: right;
    }

    .about .text-box
    {
        top: 120px;

        width: 800px;
        padding: 50px;
    }

    .sponsor_wrap .sp-wrap
    {
        width: 940px;
        margin: 0 auto;
    }

    .sponsor_wrap .sp-wrap .sp-inner:after
    {
        display: block;
        clear: both;

        content: '';
    }

    .sponsor_wrap .sp-wrap .sp-inner .sp10-box
    {
        float: left;

        width: 48%;
        margin-bottom: 30px;
    }

    .sponsor_wrap .sp-wrap .sp-inner .sp10-box:nth-child(2n)
    {
        margin-left: 4%;
    }

    .sponsor_wrap .sp-wrap .sp-inner .sp5-box
    {
        float: left;

        width: 32%;
    }

    .sponsor_wrap .sp-wrap .sp-inner .sp5-box .sp_text
    {
        overflow: hidden;

        height: 115px;
    }

    .sponsor_wrap .sp-wrap .sp-inner .sp5-box:not(:nth-child(3n))
    {
        margin-right: 2%;
    }

    .sponsor_wrap .sp-wrap .sp-inner .sp-box.sp3-box
    {
        float: left;

        width: 32%;
        margin-bottom: 20px;
        padding: 20px;
    }

    .sponsor_wrap .sp-wrap .sp-inner .sp-box.sp3-box:not(:nth-child(3n))
    {
        margin-right: 2%;
    }

    .sponsor_wrap .sp-wrap .sp-inner .sp-box.sp3-box:not(:nth-child(3n)) a:hover
    {
        opacity: .5;
    }

    .sponsor_wrap .sp-wrap .sp-inner .sp-box.sp1-box
    {
        float: left;

        width: 32%;
        margin-bottom: 20px;
        padding: 0;
    }

    .sponsor_wrap .sp-wrap .sp-inner .sp-box.sp1-box:not(:nth-child(3n))
    {
        margin-right: 2%;
    }

    .wrap .col
    {
        float: left;

        margin: 0;
        margin-right: 2%;
    }

    .wrap .col.last
    {
        margin-right: 0;
    }

    .wrap .col.col2
    {
        width: 49%;
    }

    .wrap .col.col3
    {
        width: 32%;
    }

    .keyvisual .sub-visual
    {
        width: 800px;
        padding: 40px 0;
    }

    .keyvisual .sub-visual .sub-title
    {
        font-size: 28px;
        font-size: 2.8rem;
    }

    #container .d-sp
    {
        display: none;
    }

    #container .d-pc
    {
        display: block;
    }
}

@media screen and (max-width: 767px)
{
    .header
    {
        padding-bottom: 100px;
    }

    .header::after
    {
        height: 150px;
    }

    .header .site__header-common.mobile
    {
        display: block;
    }

    .header .site__header-common.mobile .link
    {
        text-align: center;
    }

    .header .site__header
    {
        height: 70px;
        margin: 20px 0 30px;
    }

    .header .site__header .site__branding
    {
        position: absolute;
        top: -10px;
        left: 0;

        width: 180px;
    }

    .header .site__header .site__branding img
    {
        max-width: 100%;
        height: auto;
    }

    #main
    {
        width: 100%;
    }

    #main .inner-box
    {
        width: 100%;
        padding: 0 20px;
    }

    .footer
    {
        padding: 50px 20px 10px;
    }

    .footer .footer__branding
    {
        margin-bottom: 50px;
        padding-top: 0;

        text-align: center;
    }

    .footer .form
    {
        margin-bottom: 50px;
    }

    .footer .form h4
    {
        text-align: center;
    }

    .footer .form p
    {
        font-size: 14px;
        font-size: 1.4rem;

        text-align: center;
    }

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

    .nav
    {
        position: fixed;
        z-index: 99998;
        top: 0;
        right: 0;

        width: 90%;
        height: 100vh;

        -webkit-transition: .3s ease-in-out;
             -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
        -webkit-transform: translateX(105%);
            -ms-transform: translateX(105%);
                transform: translateX(105%);

        background: #fbee00;
    }

    .nav.is-open
    {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
        /*中身を表示（右へスライド）*/

        -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
                box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }

    .nav.is-open .global-nav
    {
        display: block;

        margin: 100px 0 30px;
    }

    .nav.is-open .global-nav li
    {
        display: block;

        margin-bottom: 10px;
    }

    .nav.is-open .global-nav li a
    {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 60px;

        display: block;

        width: 80%;
        margin: 0 auto;

        text-align: center;
        text-decoration: none;

        border-radius: 30px;
        background: #fff;
    }

    .nav.is-open .global-nav .menu-header-container
    {
        position: relative;
    }

    .article
    {
        padding: 0;
    }

    .single-main .post__single
    {
        margin: 0 auto 50px;
        padding: 15px;
    }

    .single-main .sponsor-table
    {
        width: 80%;
    }

    .single-main .sponsor-table th,
    .single-main .sponsor-table td
    {
        display: block;

        width: 100%;
        padding: 10px 20px;

        text-align: center;
    }

    .single-main .sponsor-table td
    {
        margin-bottom: 30px;
    }

    .single-main .sponsor-message
    {
        width: 80%;
    }

    .front h3
    {
        font-size: 24px;
        font-size: 2.4rem;

        margin: 0 0 30px;
    }

    .front .front__wrap .front-event-text
    {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 2;
    }

    .front .front__wrap .event-links ul:after
    {
        display: block;
        clear: both;

        content: '';
    }

    .front .front__wrap .event-links ul li:not(:last-child)
    {
        margin-bottom: 20px;
    }

    .front .front__wrap .event-links ul li a
    {
        height: 210px;
        padding-top: 80px;
    }

    .front .front-news h3
    {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .front .front-news .front-news-inner
    {
        width: 90%;
        margin: 0 auto;
    }

    .front .front-news .front-news-inner a.front-news-box
    {
        margin-bottom: 30px;
    }

    .front .front-sponsor-inner ul li
    {
        overflow: hidden;

        padding: 0 10px;
    }

    .front .front-sponsor-inner ul li a
    {
        line-height: 100px;

        width: 290px;
        height: 100px;
    }

    .front .front-sponsor-inner ul li img
    {
        width: auto;
        height: 100px;
    }

    .front .front-sponsor-inner .link
    {
        max-width: 80%;
        margin: 0 auto;
    }

    .about h2
    {
        font-size: 24px;
        font-size: 2.4rem;

        margin-bottom: 30px;
    }

    .about .about-index
    {
        overflow: hidden;
    }

    .about .about-index.index01::before,
    .about .about-index.index02::before
    {
        height: 300px;
    }

    .about .text-box
    {
        margin-bottom: 220px;
        padding: 30px;
    }

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

    .sponsor_wrap
    {
        padding: 0 30px;
    }

    .sponsor_wrap .sp-box
    {
        margin-bottom: 30px;
    }

		.sponsor_wrap .sp-wrap .sp-inner .sp-box.sp1-box span {
			padding: 10px 5px;
		}

    .keyvisual .sub-visual
    {
        width: 80%;
        padding: 20px 0;
    }

    .keyvisual .sub-visual .sub-title
    {
        font-size: 20px;
        font-size: 2rem;
    }

    .gmap
    {
        padding-top: 40%;
        padding-bottom: 40%;
    }

    #container .d-sp
    {
        display: block;
    }

    #container .d-pc
    {
        display: none;
    }
}

@media screen and (max-width: 479px)
{
    .header
    {
        padding-bottom: 80px;
    }

    .footer .form .footer__contact
    {
        display: block;
    }

    .footer .form .footer__contact th,
    .footer .form .footer__contact td
    {
        display: block;

        width: 100%;
        padding-bottom: 0;

        text-align: left;
    }

    .footer .form .footer__contact td
    {
        margin-bottom: 10px;
    }

    .sponsor_wrap
    {
        padding: 0 20px;
    }

    .btn-large-yellow
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
/*# sourceMappingURL=main.css.map */
