@charset "UTF-8";
/* 初期化
===========================================================*/

html, body, div, span, object,
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, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    outline:0;
	font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 660px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* アコーディオン */
dl.accordion { background:#FFF; width:100%; margin:0px 0px 0px 0px ; text-align: left; padding:0px 0px 0px 0px; font-size:16px;}
dl.accordion dt {
    border-radius: 0px;
	background:url(../images/open.png) 97% center no-repeat,-moz-linear-gradient(top, #F9F9F9, #DDD);
    background:url(../images/open.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#DDD));
    border-bottom:25px solid #FFF; height:40px
		; text-indent:10px; line-height:40px; color:#000; font-weight:bold; cursor:pointer;}
dl.accordion dt.open {
    border-radius: 0px;
	background:url(../images/close.png) 97% center no-repeat,-moz-linear-gradient(top, #F9F9F9, #CCCCCC);
    background:url(../images/close.png) 97% center no-repeat,-webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#DDD));}
dl.accordion dd { background:#FFF; padding:10px 0px 20px 0px; line-height:2.0; display:none;}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
font-family: 游ゴシック Medium, 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
-webkit-text-size-adjust: none;
	color: #333333;
}
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
img {
	width: 100%;
}
A:LINK {
	color: #EC2A53;
	text-decoration: none;
  }
A:VISITED {
	color: #EC2A53;
	text-decoration: none;
}
A:HOVER {
	text-decoration : underline;
}
.header {
	display: flex;
	justify-content: space-between;
	background: #FFF;
	padding: 0.5%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	opacity: 0.75;
	position: fixed;
    z-index: 10000;
    width: 99%;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
.header .logo {
	width: 6%;
	padding-right: 47%;
	padding-left: 47%;
}
#main #slides{
    margin: 0 auto;
}
#under_menu {
	height: auto;
	width: 99%;
	text-align: right;
	padding-top: 5%;
	padding-right: 1%;
	padding-bottom: 0.3%;
	font-family: "游ゴシック Medium", 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #BB0511;
	float: left;
	margin: 0px;
	border-top-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	background: #FFF;
}
#footer {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: "游ゴシック Medium", 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #ED2A54;
	float: left;
	margin: 0px;
	background: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ED2A54;
}
#wrapper {
	width: 100%;
	height: auto;
	margin: auto;
	float: left;
  background: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	padding: 3% 0% 5% 0%;
}
#wrapper #contents {
	width: 960px;
	height: auto;
	margin: auto;
}
#wrapper #contents #page_title {
	height: auto;
	float: left;
	width:98%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 5%;
}
#wrapper #contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  float: left;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#wrapper #contents #concept {
	height: auto;
	float: left;
	width:96%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 175%;
	font-size: 18px;
}
#wrapper #contents #concept  #pr01 {
	height: auto;
	float: left;
	width:48%;
	text-transform: none;
	margin: 0px;
	text-align: center;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 0%;
	line-height: 250%;
}
#wrapper #contents #concept  #pr02 {
	height: auto;
	float: left;
	width:48%;
	text-transform: none;
	margin: 0px;
	text-align: center;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 0%;
	line-height: 250%;
}
#wrapper1 {
	padding: 0% 0% 5% 0%;
	width: 100%;
	height: auto;
	margin: auto;
	float: left;
  background-color: #FFFFFF;
}
#wrapper1 #contents1 {
	width: 960px;
	height: auto;
	margin: auto;
}
#wrapper1 #contents1 #page_title1 {
	height: auto;
	float: left;
	width:98%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding-right: 1%;
	padding-left: 1%;
}
#wrapper1 #contents1 #concept1 {
	height: auto;
	float: left;
	width:96%;
	text-transform: none;
	margin: 0px;
	text-align: center;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 175%;
	font-size: 13px;
}
.font-01 {
	color: #DC0E21;
}
.font-02 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
#formWrap {
	width:500px;
	margin:0 auto;
	color:#333;
	line-height:120%;
	font-size: 15px;
}
table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;	text-align: center;
	color:#333;
}
table.formTable td,table.formTable th{
	padding:18px;
	background:#FFF;
	text-align:left;	
	color:#333;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#FFF;
	text-align:left;
	color:#333;
}
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -69px 0 0 -69px;
  width: auto;
}
input {
margin: 5px 5px 5px 5px;
padding: 12px;
font-size: 15px;
}
select {
margin: 5px 5px 5px 5px;
padding: 12px;
font-size: 15px;
}
textarea {
margin: 5px 5px 5px 5px;
padding: 12px;
font-size: 15px;
}
iframe {
        border: 1px solid #DDDDDD;
      }
@media screen and (max-width: 1300px) {
.header {
	display: flex;
	justify-content: space-between;
	background: #FFF;
	padding: 0.5%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	opacity: 0.75;
	position: fixed;
    z-index: 10000;
    width: 99%;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
.header .logo {
	width: 6%;
	padding-right: 47%;
	padding-left: 47%;
}
h1 {
  margin: 0 0 0 0; 
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
  color: #DDDDDD; 
  padding: 10px 0px 0px 0px;	text-align: center;
	width: 35%;
}	
#wrapper {
	padding: 3% 0% 3% 0%;
	width: 100%;
	height: auto;
	margin: auto;
	float: left;
  background: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
#wrapper #contents {
	width: 960px;
	height: auto;
	margin: auto;
}
#wrapper #contents #page_title {
	height: auto;
	float: left;
	width:100%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 5%;
}
#wrapper #contents #concept {
	height: auto;
	float: left;
	width:96%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding-top: 0%;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 175%;
	font-size: 18px;
}
#wrapper1 {
	padding: 0% 0% 5% 0%;
	width: 100%;
	height: auto;
	margin: auto;
	float: left;
  background-color: #FFFFFF;
}
#wrapper1 #contents1 {
	width: 960px;
	height: auto;
	margin: auto;
}
#wrapper1 #contents1 #page_title1 {
	height: auto;
	float: left;
	width:100%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding-right: 0%;
	padding-left: 0%;
}
#wrapper1 #contents1 #concept1 {
	height: auto;
	float: left;
	width:96%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding-top: 0%;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 175%;
	font-size: 18px;
}
.font-01 {
	color: #DC0E21;
}
.font-02 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	}
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -69px 0 0 -69px;
  width: auto;
}	
@media screen and (max-width: 960px) {
 body {
	margin: 0px;
	padding: 0px;
	text-align: center;
font-family: 游ゴシック Medium, 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
-webkit-text-size-adjust: none;
	color: #333333;
}
 .header {
  display: flex;
  justify-content: space-between;
  background: #FFF;
  padding: 5px;
	opacity: 0.75;
	position: fixed;
    z-index: 10000;
    width: 98%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
#under_menu {
	height: auto;
	width: 99%;
	text-align: right;
	padding-top: 5%;
	padding-right: 1%;
	padding-bottom: 0.3%;
	font-family: "游ゴシック Medium", 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #BB0511;
	float: left;
	margin: 0px;
	border-top-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	background: #FFF;
}
#footer {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	font-family: "游ゴシック Medium", 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #ED2A54;
	float: left;
	margin: 0px;
	background: #FFF;
	font-size: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ED2A54;
}
#wrapper {
	padding: 3% 0% 3% 0%;
	width: 100%;
	font-size: 15px;
	height: auto;
	margin: auto;
	float: left;
  background: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
#wrapper #contents {
	width: 100%;
	height: auto;
	margin: auto;
}
#wrapper #contents #page_title {
	height: auto;
	float: left;
	width:100%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 3%;
}
#wrapper #contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  float: left;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#wrapper #contents #concept {
	height: auto;
	float: left;
	width:96%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding-top: 0%;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 175%;
	font-size: 15px;
}
#wrapper1 {
	padding: 10% 0% 10% 0%;
	width: 100%;
	font-size: 15px;
	height: auto;
	margin: auto;
	float: left;
  background-color: #FFFFFF;
}
#wrapper1 #contents1 {
	width: 100%;
	height: auto;
	margin: auto;
}
#wrapper1 #contents1 #page_title1 {
	height: auto;
	float: left;
	width:100%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding: 10% 0% 5% 0%;
}
#wrapper1 #contents1 #concept1 {
	height: auto;
	float: left;
	width:98%;
	text-transform: none;
	margin: 0px;	text-align: center;
	padding-top: 2%;
	padding-right: 1%;
	padding-left: 1%;
	line-height: 175%;
	font-size: 15px;
}
.font-01 {
	color: #DC0E21;
}
.font-02 {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
.header .logo {
	width: 10%;
	padding-right: 45%;
	padding-left: 45%;
}
h1 {
		text-align: center;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 50%;
	padding-right: 0%;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #DDDDDD;
	padding-top: 10px;
}
#formWrap {
	width:100%;
	margin:0 auto;
	color:#333;
	line-height:120%;
	font-size: 15px;
}
table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;	text-align: center;
	color:#333;
}
table.formTable td,table.formTable th{
	padding:15px;
	background:#FFF;
	text-align:left;	
	color:#333;
}
table.formTable th{
	width:auto;
	font-weight:normal;
	background:#FFF;
	text-align:left;
	color:#333;
}
.loadingWrap {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
.loadingWrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -69px 0 0 -69px;
  width: auto;
}
  .nav-button {
    display: block;
    cursor: pointer;
  display: none;
  padding: 0%;
}

  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .nav-wrap li {
    display: block;
    margin: 2.5em;
  }
  .nav-wrap li a {
    color: #fff;
    font-size: 3vw;
  }

  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .nav-button {
    z-index: 20;
    position: relative;
    width: 40px;
    height: 36px;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 80%;
    height: 4px;
    background-color: #DC0E21;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 16px;
  }

  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
  }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
  }
