@charset "UTF-8";
/* CSS Document */
body {
  font-family: 'YuGothic', '游ゴシック', 'Roboto', sans-serif;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
img {
  width: 100%;
}
a, a:link, a:hover, a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
ul {
  list-style-type: none!important;
  margin: 0;
  padding: 25px 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/*-----head------*/
.g_header {
  background-color: #0e4a9e;
  height: 70px;
  position: relative;
  z-index: 9999;
  width: 100%;
}
.inner_g_header {
  width: 98%;
  max-width: 1200px;
  margin: auto;
}
.pc_head .eventNav:hover .nav {
  display: block;
}
.wrap_logo {
  float: left;
}
h1 {
  width: 100px;
  margin: 20px 0 0 20px;
}
h2.top_title {
  color: #0e4a9e;
  line-height: 1.5;
  font-size: 200%;
  position: relative;
}
h2.title, .btnTitle {
  color: #0e4a9e;
  position: relative;
  margin: 30px 0 50px;
  text-align: center;
  font-size: 130%;
  font-weight: 600;
}
h2.title span, .btnTitle span {
  display: block;
}
h2.title::before, .btnTitle::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url(../images/title_h.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -30px;
  margin: auto
}
h2.title::after, .btnTitle::after {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: dotted 2px #a0a0a0;
}
.top_text {
  line-height: 1.7;
  font-size: 100%;
  margin-top: 30px;
}
.top_text span.blue {
  color: #333;
  font-weight: 600;
}
/*-- 
gNav --*/
.gNav {
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.gNav .gNav__list li {
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.gNav .gNav__list li a {
  color: #333;
  display: block;
  padding: 15px 30px;
  text-indent: -6px;
  text-decoration: none;
}
.gNav .gNav__list .fa {
  margin-right: 5px;
}
.nav {
  overflow: hidden;
  display: flex;
}
.nav li {
  list-style: none;
  float: none !important;
}
.nav li a {
  display: block;
  text-align: center;
  color: #0e4a9e;
  box-sizing: border-box;
}
.nav li .navInr {
  display: none;
  margin-left: -25px;
  position: absolute;
  background-color: #fff;
}
.navInr {
  height: auto;
  margin: 0px;
  padding: 0;
  margin-top: 29px !important;
}
.navInr li {
  margin-left: 0!important;
  transition: 0.3s;
  line-height: 1.2;
  border-top: 1px solid #ddd;
}
.navInr li:hover {
  background-color: #ddd;
}
.nav > li li:hover > a {/*layer-2*/
  color: #014099;
}
.nav li .navInr li a {
  color: #0e4a9e;
  padding: 20px;
}
a.eventUnder {
  position: relative;
}
a.eventUnder::after{
  position: absolute;
  pointer-events: none;
  z-index: 999;
  background-image: url(../images/gnav_btn_under.png);
  top: 0;
  right:-15px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  content: '';
}
/*-- gNavEND --*/
.pc_head, .mv_pc {
  display: block;
}
.sp_head, .mv_sp, .spDisp, .spDisp400 {
  display: none;
}
.pc_head {
  float: right;
}
.pc_head .pc_menu {
  overflow: hidden;
}
.pc_head .pc_menu li {
  float: left;
  margin-left: 30px;
}
.pc_head .pc_menu li a {
  color: #fff;
}
.inr {
  max-width: 1000px;
  margin: auto;
  width: 80%;
  padding: 50px 0;
}
/*--
top--*/
.top_mv, .treasure_mv, .sorami_mv, .aviation_mv, .stage_mv, .kinaishoku_mv {
  position: relative;
}
.treasure_mv, .sorami_mv, .aviation_mv, .stage_mv, .kinaishoku_mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover!important;
  pointer-events: none;
  height: 70vh!important;
  height: var(--vh);
}
.treasure_mv {
  background: url(../images/other_pc_back.jpg) no-repeat center top;
}
.sorami_mv {
  background: url(../images/sorami_pc_back.jpg) no-repeat center top;
}
.kinaishoku_mv{
  background: url(../images/kinaishoku_pc_back.jpg) no-repeat center top;
}
.aviation_mv {
  background: url(../images/aviation_pc_back.jpg) no-repeat center top;
}
.stage_mv {
  background: url(../images/stage_pc_back.jpg) no-repeat center top;
}
.front_img {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  background-image: url(../images/pc_img2021.png);
  top: 29%;
  left: 25%;
  width: 50%;
  height: 60%;
  background-size: contain;
  background-repeat: no-repeat;
}
.aviationfront_img, .soramifront_img, .treasurefront_img, .stagefront_img, .kinaishokufront_img {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  background-size: contain;
  background-repeat: no-repeat;
}
.stagefront_img {
  background-image: url(../images/stage_sp.png);
  top: 35%;
  left: 36%;
  width: 28%;
  height: 67%;
}
.aviationfront_img {
  background-image: url(../images/aviation_sp2021.png);
  top: 35%;
  left: 36%;
  width: 28%;
  height: 67%;
}
.soramifront_img {
  top: 30%;
  left: 33%;
  width: 34%;
  height: 52%;
  background-image: url("../images/kinaishoku_sp.png");
}
.kinaishokufront_img {
  top: 30%;
  left: 33%;
  width: 34%;
  height: 52%;
  background-image: url("../images/kinaishoku_sp.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.treasurefront_img {
  background-image: url(../images/treasure_sp2021.png);
  top: 30%;
  left: 38%;
  width: 28%;
  height: 64%;
}
/*--topEND--*/
/*--event--*/
.event_mv {
  background: url(../images/event_bg.png)fixed repeat center;
}
.aviation .event_mv, .sorami .event_mv, .treasure .event_mv, .stage .event_mv {
  padding: 40px;
}
.aviation .event_mv .inr, .sorami .event_mv .inr, .treasure .event_mv .inr, .stage .event_mv .inr {
  background-color: #fff;
  padding: 5px 10px;
}
.wrap_table {
  margin-bottom: 50px;
}
.wrap_table table {
  min-width: 600px;
}
@media only screen and (max-width: 800px) {
  .wrap_table {
    overflow: scroll;
  }
  .wrap_table:before {
    content: "※この表は横にスクロールできます。";
    margin-bottom: 1rem;
    display: block;
  }
}
table {
  border: 1px solid #DDD;
  border-collapse: collapse;
  line-height: 1.7;
  margin: auto;
}
table th {
  background-color: #2e5284;
  color: #fff;
  padding: 20px;
  border: solid 1px #a0a0a0;
}
table td {
  text-align: left;
  padding: 13px 15px;
  line-height: 1.4;
  border: solid 1px #a0a0a0;
}
.map {
  border: solid 3px #0e4a9e;
  padding: 20px;
  position: relative;
}
.map::before {
  content: '';
  position: absolute;
  z-index: 999;
  background-image: url(../images/expansion.png);
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
/*--event END--*/
/*--eventBtn--*/
.btnArea {
  background-color: #e8e8e8;
}
.btnArea .inr {
  max-width: 800px;
}
.btnArea .eventBtn {
  margin: 0 -8px;
}
.btnArea .eventBtn li {
  width: 25%;
  float: left;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
}
.btnArea .eventBtn li a::after {
  content: '';
  display: inline-block;
  width: 75px;
  height: 75px;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.btnArea .eventBtn li > .btnWrap::after {
  content: 'Coming Soon';
  display: block;
  position: absolute;
  bottom: 23px;
  left: 0;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.btnArea .eventBtn li a:hover .btnWrap, .btnForm:hover a {
  background-color: #256aca;
}
.sub_text{
	line-height: 1.7;
}
.btnWrap2 {
  background-color: #add8e6;
  height: 188px;
  transition: 0.3s;	
}

.btnArea .eventBtn li .btnWrap {
  background-color: #aaa;
  height: 188px;
  transition: 0.3s;
}
.btnArea .eventBtn li a .btnWrap {
  background-color: #014099;
}
.btnArea .eventBtn li .btn_title, .btnForm a {
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 13% 0;
  line-height: 1.3;
}
.soramiTitle {
  color: #fff;
  font-size: 90%;
  font-weight: bold;
  padding: 13% 0 7%;
  line-height: 1.3;
}
.btnArea .eventBtn li .btn_title span {
  font-size: 80%;
  font-weight: 500;
}
.btnArea .eventBtn li .btn_photo {
  width: 27%;
  margin: auto;
}
.btnForm {
  transition: 0.3s;
  margin: 63px auto 100px;
}
.btnForm a {
  padding: 30px 10rem;
  background-color: #e83a4e;
  position: relative;
  font-size: 150%;
}
.btnForm a::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/gnav_btn_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 12px;
  top: 38%;
}
/*--eventBtn END--*/

/*--Corona--*/

.Corona{
	border: solid 3px #0e4a9e;
  padding: 20px;
  position: relative;
}
.Corona li{
	line-height: 1.7;
}
.Coronaul{
	list-style-type: disc;
	margin: 0;
  padding: 25px 0;
}

@media only screen and (min-width: 800px) {
  .joinList2 li {
    width: 35%;
    height: 80px;
  }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	 height: 80px;
}
/*--Corona END--*/

/*--Join--*/

.joinList li {
  width: 25%;
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
  height: 80px;
  margin-top: 20px;
}
/*--Join END--*/

.joinList2 li {
  padding: 0 50px;
  float: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 800px) {
  .joinList2 li {
    width: 35%;
    height: 80px;
  }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	 height: 80px;
}
/*--Join END--*/

/*--footer--*/
footer {
  background-color: #ddd;
  padding: 20px 0 10px;
}
footer .snsMenu {
  width: 300px;
  margin: auto;
  padding: 0;
}
footer .snsMenu li {
  width: 25%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
}
footer .footer_menu {
  margin: auto;
  line-height: 1.7;
}
footer .footer_menu li {
  display: inline-block;
  margin-right: 6px;
  padding-right: 10px;
  border-right: 1px #999 solid;
  margin-bottom: 6px;
}
footer .footer_menu li.last {
  border-right: none!important;
}
footer .footer_menu li a {
  border-bottom: transparent 1px solid;
  display: block;
}
footer .footer_menu li:hover a {
  border-color: #222;
}
footer .logo {
  margin: 0px auto 30px;
  width: 130px;
  line-height: 2;
  font-size: 80%;
}
footer .copyright {
  font-size: 11px;
}

@media only screen and (max-width: 1200px) {
.soramifront_img {
 left: 30%;
  width: 56%;
  height: 67%; 
}
.aviationfront_img {
  left: 33%;
  width: 34%;
}
.treasurefront_img {
  left: 35%;
  width: 30%;
  height: 70%;
}
}

@media only screen and (max-width: 800px) {
.btnArea .eventBtn li a::after {
  width: 55px;
  height: 55px;
}
.btnArea .eventBtn li > .btnWrap::after {
  bottom: 17px;
  font-size: 14px;
}
.stagefront_img {
  left: 25%;
  width: 50%;
}
.soramifront_img {
  left: 14%;
  width: 72%;
}
.aviationfront_img {
  left: 29%;
  width: 42%;
}
.treasurefront_img {
  top: 25%;
  left: 29%;
  width: 42%;
}
.btnArea .eventBtn li .btnWrap {
  height: 188px;
}
.btnArea .eventBtn li .btn_title {
  font-size: 88%;
}
.btnArea .eventBtn li .btn_photo {
  width: 38%;
}
h2.top_title {
  font-size: 103%;
  line-height: 1.7;
}
.top_text {
  font-size: 92%;
}
}

@media only screen and (max-width: 700px) {
.btnArea .eventBtn li .btnWrap {
  height: 168px;
}
}

@media only screen and (max-width: 600px) {
.pc_head, .mv_pc, .spDisp400 {
  display: none;
}
.sp_head, .mv_sp, .spDisp {
  display: block;
}
.nav {
  display: block;
}
.sp_head .drawer-menu .drawerList {
  text-align: left;
  border-bottom: solid 1px #ddd;
}
.sp_head .drawer-menu .drawerList:hover {
  background-color: #ddd;
  transition: 0.3s;
}
.sp_head .drawer-menu .drawerList:hover a {
  color: #0e4a9e;
}
.sp_head .drawer-menu .drawerList a {
  border-bottom: transparent 1px solid;
  transition: 0.3s;
      padding: 20px;
}
.sp_head .drawer-menu .drawerList::after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/gnav_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 50px;
}
.subNav a {
  font-size: 80%;
  text-align: left;
  line-height: 1.5;
}
.aviation .event_mv, .sorami .event_mv, .treasure .event_mv {
  padding: 10px 0px;
}
h2.top_title {
  margin-top: 0!important;
}
/*--
  treasure_mv--*/ 
.treasure_mv, .sorami_mv, .aviation_mv, .stage_mv, .kinaishoku_mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/topmv_sp.jpg) no-repeat center bottom;
  background-size: cover;
  pointer-events: none;
  height: 50vh !important;
  height: var(--vh);
}
.kinaishoku_mv {
  background: url(../images/kinaishoku_sp_back.jpg) no-repeat center bottom;
}
.stagefront_img {
  top: 36%;
  left: 17%;
  width: 66%;
  height: 70%;
}
.treasurefront_img {
  top: 30%;
  left: 17%;
  width: 66%;
  height: 70%;
}
.soramifront_img {
  top: 40%;
  left: 11%;
  width: 78%;
  height: 38%;
}
.kinaishokufront_img {
  top: 40%;
  left: 11%;
  width: 78%;
  height: 38%;
}
.aviationfront_img {
  top: 32%;
  left: 12%;
  width: 76%;
}
.inr {
  padding: 10px 0;
  width: 80%;
}
.wrap_logo {
  float: none;
  width: 50%;
  margin: auto;
}
h1 {
  width: 72px;
  margin: 6px auto;
}
h2.title {
  margin: 60px 0 30px;
}
h2.title::before, .btnTitle::before {
  width: 34px;
  height: 34px;
  top: -30px;
}
h2.top_title {
  font-size: 92%;
  margin-top: 40px;
}
.top_text {
  font-size: 72%;
}
.front_img {
  background-image: url(../images/mv_img2021.png);
  top: 30%;
  left: 5%;
  width: 90%;
  height: 100%;
}
.event_mv {
  padding: 10px 5px!important;
}
.sub_text {
  font-size: 80%;
  line-height: 1.7;
}
/*--btnArea--*/ 
.btnArea .eventBtn li .btnWrap {
  height: 165px;
}
.btnArea .eventBtn li .btn_title {
  font-size: 100%;
  font-weight: bold;
  padding: 17px 3px;
  line-height: 1.3;
}
.soramiTitle {
  font-size: 80% !important;
  padding: 8% 0 5% !important;
}
.btnArea .eventBtn li.kokufan-btn01 .btn_photo, .btnArea .eventBtn li.btn02 .btn_photo {
  width: 28%;
}
.btnArea .eventBtn li.btn03 .btn_photo {
  width: 25%;
}
.btnArea .eventBtn li {
  width: 50%;
}
.btnArea .eventBtn li::after {
  width: 60px;
  height: 60px;
}
.btnForm a {
  padding: 20px 5rem;
}
/*--btnArea End--*/
.g_header {
  height: 50px;
}
table th, table td {
  font-size: 80%;
  padding: 12px;
}
.map {
  padding: 5px;
}
.joinList li {
  width: 33%;
  padding: 10px;
  height: 50px;
}
footer .footer_menu {
  width: 90%;
  font-size: 80%;
  line-height: 1.5;
}
ul {
  list-style-type: none !important;
  margin: 0;
  padding: 8px 0;
}
}
/* 動画
---------------------------------------- */
#mvMovie {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/topmv_sp.jpg) no-repeat center bottom;
  background-size: cover;
  pointer-events: none;
  height: 100vh;
  height: var(--vh);
}
#mvMovie.auto {
/*  padding-top: 56.25%;*/
}
#mvMovie.auto #mvIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#mvIframe {
  position: relative;
  vertical-align: bottom;
}
#mvIframe.full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#mvIframe.auto {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 400px) {
.spDisp400 {
  display: block;
}
.btnArea .eventBtn li.kokufan-btn01 .btn_photo, .btnArea .eventBtn li.btn02 .btn_photo {
  width: 35%;
}
.btnArea .eventBtn li.btn03 .btn_photo {
  width: 33%;
}
}

@media only screen and (min-width: 768px), print {
#mvMovie {
  height: 100vh;
  background: #111;
}
#mvMovie:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#mvMovie.auto {
  padding-top: 0;
}
}
.link_txt {
  font-size: 18px;
  margin-bottom:1.5rem;
}
.link_txt a {
  color: #014099;
  text-decoration: underline;
  font-weight: bold;
  transition: 0.2s all ease-out;
  line-height: 1.5;
}
.link_txt a:hover {
  transition: 0.2s all ease-out;
  opacity: 0.6;
}
.pic {
  margin-bottom: 20px;
}
.pic img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: auto;
}
@media only screen and (min-width: 768px), print {
  .wrap_table_pic {
    -js-display: flex;
    display: flex;
    margin-bottom: 50px;
  }
  .wrap_table_pic .pic{
    width: 50%;
    margin: 0;
    padding-right: 30px;
  }
  .wrap_table_pic .pic img{
    position: sticky;
    top: 15vh;
  }
  .wrap_table_pic table{
    width: 50%;
  }
}
.table_bg_color {
  background-color: #fbf7ea96;
}

.kinaishoku_table{
	margin-top: 50px;
}
.kinaishoku_table th{
	width: 80px;
}
@media only screen and (min-width: 768px), print {
	.kinaishoku_table{
		margin-top: 90px;
	}
	.kinaishoku_table th{
		width: 165px;
	}
}

.kinai-txt01{
	line-height: 1.9;
}


.kokufan-box01{
	margin: 30px 0 30px;
	border: solid 2px #FFFFFF;
	padding: 10px;
	position: center;
}
.kokufan-box02{
	margin: 30px 0 10px;
	border: solid 1px #FFFFFF;
	padding: 10px;
	position: relative;
}
.kokufan-box02 h2.title,
.kokufan-box01 h2.title{
	margin: 20px 0 35px;
	
}
.kokufan-box02 h2.title:before,
.kokufan-box01 h2.title:before{
	content: none;
}
@media only screen and (min-width: 768px), print {
	.kokufan-box01{
		margin: 80px 0 0;
		border: solid 3px #fff;
		padding: 20px;
	}
	.kokufan-box02{
		margin: 80px 0 0;
		padding: 20px;
	}
	
	.kokufan-box02 h2.title,
	.kokufan-box01 h2.title{
		margin: 20px 0 50px;
		
	}
}
.kokufan-btn-wrp{
	margin: 20px 0 20px;
}
.kokufan-btn01{
	display: inline-block;
	padding: 11px 49px;
	background: #fff;
	box-shadow: 0px 3px 8px 0px rgba(33, 65, 88, 0.24);
	font-size: 20px;
	color: #fff !important;;
	border-radius: 64px;
	transition: .3s;
	text-align: center;
}
.kokufan-btn01:hover{
	background: #0a51f2;
	box-shadow: 0px 8px 24px 0px rgba(33, 65, 88, 0.32);
	text-decoration: none;
}
.kokufan-btn01:focus{
	outline-color: #097cf2;
}
@media (max-width: 767px){ /* SP */
	.kokufan-btn01{
		padding: 15px 40px;
		font-size: 16px;
		border-radius: 50px;
		box-shadow: 0px 1px 4px 0px rgba(33, 65, 88, 0.24);
		min-width: 1px;
	}
}

.kokufan-photo-list{
	letter-spacing: -0.4em;
	text-align: center;
}
.kokufan-photo-list > div{
	display: inline-block;
	letter-spacing: normal;
	margin: 0 10px 20px;
	width: 330px;
}
.kokufan-photo-list > div img{
	width: 100%;
	height: auto;
}
@media (max-width: 767px){ /* SP */


}


/* 投票  */
#SMP_STYLE .body_tbl {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#SMP_STYLE h1 {
	margin: 0;
	padding: 10px 10px 10px 10px;
	background: #333333;
	color: #FFFFFF;
	font-size: 153.9%;
	font-weight:bold;
	text-align:center;
}

#SMP_STYLE .header_img_smartphone {display: none;}
#SMP_STYLE .header_img_tablet {display: none;}
#SMP_STYLE .header_img_pc {display: block;}

#SMP_STYLE .header_text {
	margin: 0;
	padding: 20px 70px 20px 70px;
	background: #F1F1F1;
	color: #111111;
	font-size: 100%;
	font-weight:normal;
	text-align:center;
}

#SMP_STYLE .header_rmesg {
	margin: 0;
	padding: 30px 70px 10px 70px;
	color: #111111;
	font-size: 100%;
	font-weight:normal;
	text-align:center;
}

#SMP_STYLE .header_emesg {
	width: 720px;
	margin: 30px auto;
	padding: 20px 20px 20px 20px;
	border: 2px solid #FF0000;
	color: #FF0000;
	font-size: 100%;
	font-weight:normal;
	text-align:center;
}

#SMP_STYLE .smp_tmpl {
	width: 70%;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#SMP_STYLE dl {
	position: relative;
	margin: 0;
	padding: 13px 0 0 0;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
}

#SMP_STYLE dl:first-child {
border-top: 1px solid #DDDDDD;
}
#SMP_STYLE dl.top {
	border-top: 1px solid #DDDDDD;
}
/*
#SMP_STYLE dt.title {
	display: inline-block;
	width: 220px;
	margin: 0;
	padding: 23px 15px 18px 0;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 108%;
	font-weight:bold;
	text-align:left;
	line-height: 1.2;
	vertical-align: top;
}

#SMP_STYLE dt.title .caution {
	display: block;
	width: 220px;
	color: #5F5F5F;
	font-size: 85%;
	font-weight:normal;
	padding: 10px 0 0 0;
	line-height: 1.2;
	text-align:left;
}

#SMP_STYLE dd.data {
	display: inline-block;
	width: 520px;
	margin: 0;
	padding: 18px 0;
	color: #5F5F5F;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

*/

#SMP_STYLE .input {
	width: 420px;
	margin-bottom: 8px;
	padding: 5px;
	color: #333333;
	border: 1px solid #999999;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	font-size: 108%;
	text-align: center;
}

#SMP_STYLE .zipcode li.code01 input {
	width: 30px;
}

#SMP_STYLE .zipcode li.code02 input {
	width: 40px;
}

#SMP_STYLE .phone li.num01 input {
	width: 50px;
}

#SMP_STYLE .phone li.num02 input {
	width: 40px;
}

#SMP_STYLE .phone li.num03 input {
	width: 40px;
}

#SMP_STYLE .price input {
	width: 200px;
}

#SMP_STYLE .num input {
	width: 60px;
}

#SMP_STYLE .integer input {
	width: 90px;
}

#SMP_STYLE .real input {
	width: 170px;
}

#SMP_STYLE .pass input {
	width: 150px;
}

#SMP_STYLE .epass input {
	width: 160px;
}

#SMP_STYLE .time input {
	width: 20px;
}

#SMP_STYLE .time .year {
	width: 40px;
}

#SMP_STYLE ul,#smp_style li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#SMP_STYLE .zipcode ul li,
#SMP_STYLE .phone ul li,
#SMP_STYLE .time ul li {
	width: auto;
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
}

#SMP_STYLE .multi1 label {
	display: block;
	float: left;
	min-width: 135px;
	margin: 0 0 7px 0;
	padding: 0 10px;
	text-align: center;
}

#SMP_STYLE .multi1 label input {
	display: block;
	float: left;
	width: 1em;
	height: 1em;
	margin: 0.4em 0 0 0;
	padding: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	border-radius: 0 0 0 0;
	overflow: hidden;
}

#SMP_STYLE .multi1 label span {
	display: block;
	margin: 0 0 0 30px;
	font-size: 100%;
	font-weight: normal;
}

#SMP_STYLE .multi1 .radio input {
	border-radius: 1em;
}

#SMP_STYLE .multi2 {
	margin: 0;
}
#SMP_STYLE .multi2 li {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 50%;
	margin: 0 0 0 0;
	padding: 0 5px 30px 10px;
	text-align: center;
}
#SMP_STYLE .multi2 li:nth-of-type(2n+1) {
	clear: both;
}

#SMP_STYLE .multi2 label input {
	display: block;
	float: left;
	width: 1em;
	height: 1em;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
	margin: 0.2em 0 0 0;
	padding: 0;
	border-radius: 0 0 0 0;
	overflow: hidden;
}

#SMP_STYLE .multi2 label span {
	display: block;
	margin: 0 0 0 30px;
	font-size: 100%;
	font-weight: normal;
}

#SMP_STYLE .multi2 .radio input {
	border-radius: 1em;
}

#SMP_STYLE select {
	margin-bottom: 8px;
	font-size: 100%;
	width: 180px;
}

#SMP_STYLE textarea {
	width: 510px;
	padding: 5px;
	border: 1px solid #999999;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
	font-size: 108%;
	text-align: center;
}

#SMP_STYLE .image input {
	width: 100%;
}

#SMP_STYLE .file input {
	width: 100%;
}

#SMP_STYLE input.clear {
	width: 55px;
	text-align: center;
}

#SMP_STYLE input.submit {
	width: 270px;
	height: 42px;
	margin: 40px 0 40px 0;
	border: hidden;
	border-radius: 3px 3px 3px 3px;
	/* other browser */
	background: #303030;
	/* for old webkit */
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #606060),
		color-stop(1.00, #303030)
	);
	/* for modern browser */
	background: linear-gradient(
		to bottom,
		#606060 0%,
		#303030 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	font-size: 153.9%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

#SMP_STYLE input.submit:hover {
	filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
	opacity: 0.9;
}

#SMP_STYLE input.image {
	margin: 40px 0 40px 0;
	width: auto;
	border: none;
	padding: 0;
	vertical-align: middle;
}

#SMP_STYLE input.searchZipcode {
	width: 150px;
	height: 32px;
	margin: auto;
	border: hidden;
	border-radius: 3px 3px 3px 3px;
	/* other browser */
	background: #303030;
	/* for old webkit */
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #606060),
		color-stop(1.00, #303030)
	);
	/* for modern browser */
	background: linear-gradient(
		to bottom,
		#606060 0%,
		#303030 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	font-size: 153.9%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

#SMP_STYLE input.searchZipcode:hover {
	filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
	opacity: 0.9;
}

#SMP_STYLE input.imageZipcode {
	margin: auto;
	width: auto;
	border: none;
	padding: 0;
	vertical-align: middle;
}

#SMP_STYLE input[name=SMPFORM_BACK] {
	width: 270px;
	height: 42px;
	margin: 40px 0 40px 0;
	border: hidden;
	border-radius: 3px 3px 3px 3px;
	/* other browser */
	background: #303030;
	/* for old webkit */
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #606060),
		color-stop(1.00, #303030)
	);
	/* for modern browser */
	background: linear-gradient(
		to bottom,
		#606060 0%,
		#303030 100%
	);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
	color: #FFFFFF;
	font-size: 153.9%;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
}

#SMP_STYLE input.submit:hover {
	filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
	opacity: 0.9;
}

#SMP_STYLE input.image {
	margin: 40px 0 40px 0;
	width: auto;
	border: none;
	padding: 0;
	vertical-align: middle;
}

#SMP_STYLE .sample {
	color: #555555;
	font-size: 93%;
	font-weight:normal;
	text-align:left;
	line-height: 1.2;
}

#SMP_STYLE .suffix {
	color: #111111;
	font-size: 100%;
	font-weight:normal;
	text-align:left;
	height: 35px;
	line-height: 35px;
}

#SMP_STYLE .need {
	color: #CC0000;
	font-size: 100%;
	font-weight:bold;
	text-align:left;
}

#SMP_STYLE .msg {
	display: block;
	color: #DD0000;
	font-size: 100%;
	font-weight:bold;
	margin-bottom: 5px;
	text-align:left;
}

#SMP_STYLE .sub_text {
	width: 760px;
	font-size: 123.1%;
	font-weight:normal;
	padding: 150px 0;
	text-align:left;
	color: #111111;
}

#SMP_STYLE .error {
	background: #FFE4E4;
}

#SMP_STYLE .spiralSeal {
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#SMP_STYLE .spiralSeal tr td.description {
	display: table-cell;
	text-align: center;
	overflow: auto;
}

#SMP_STYLE .spiralSeal tr td.img {
	display: table-cell;
	margin-left: 0px;
	margin-right: 0px;
	overflow: auto;
	text-align: center;
}

#SMP_STYLE .footer_text {
	width: 760px;
	font-size: 100%;
	margin: 30px 0 0 0;
	font-weight:normal;
	text-align:left;
}

#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
#SMP_STYLE .cf:after {clear:both;}
#SMP_STYLE .cf {*zoom:1;}


@media screen and (max-width:767px) {
	#SMP_STYLE .body_tbl {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
		border: none;
		background: #FFFFFF;
	}

	#SMP_STYLE h1 {
		margin: 0;
		padding: 10px 10px 10px 10px;
		background: #333333;
		color: #FFFFFF;
		font-size: 153.9%;
		font-weight:bold;
		text-align:center;
	}

	#SMP_STYLE .header_img_smartphone {display: block;}
	#SMP_STYLE .header_img_tablet {display: none;}
	#SMP_STYLE .header_img_pc {display: none;}

	#SMP_STYLE .header_text {
		margin: 0;
		padding: 15px 15px 15px 15px;
		background: #F1F1F1;
		color: #111111;
		font-size: 85%;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .header_rmesg {
		margin: 0 0 0 0;
		padding: 30px 15px 10px 15px;
		color: #111111;
		font-size: 100%;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .header_emesg {
		width: 240px;
		margin: 10px auto 10px;
		padding: 15px 15px 15px 15px;
		border: 2px solid #FF0000;
		color: #FF0000;
		font-size: 100%;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .smp_tmpl {
		width: 100%;
		margin: 0 auto;
		padding-top: 20px 0 0 0;
	}

	#SMP_STYLE dl {
		display: block;
		margin: 0 0 10px 0;
		padding: 20px 0 0 0;
		position: relative;
		width: 100%;
		border-bottom: 1px solid #DDDDDD;
	}

	#SMP_STYLE dl:first-child {
	border-top: 1px solid #DDDDDD;
	}
	#SMP_STYLE dl.top {
		border-top: 1px solid #DDDDDD;
	}
	#SMP_STYLE dt.title {
		display: block;
		width: 270px;
		margin: 0;
		padding: 0 0 0 0;
		color: #333333;
		background-color: #FFFFFF;
		font-size: 108%;
		font-weight:bold;
		text-align:left;
		vertical-align: middle;
	}

	#SMP_STYLE dt.title .caution {
		display: block;
		width: 270px;
		color: #5F5F5F;
		font-size: 85%;
		font-weight:normal;
		padding: 10px 0 0 0;
		line-height: 1.2;
		text-align:left;
	}

	#SMP_STYLE dd.data {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 18px 0 10px 0;
		color: #5F5F5F;
		font-size: 100%;
		font-weight: bold;
		text-align: left;
	}

	#SMP_STYLE .input {
		width: 170px;
		margin-bottom: 8px;
		padding: 5px;
		color: #333333;
		border: 1px solid #999999;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
		font-size: 108%;
		text-align: left;
	}

	#SMP_STYLE .zipcode li.code01 input {
		width: 30px;
	}

	#SMP_STYLE .zipcode li.code02 input {
		width: 40px;
	}

	#SMP_STYLE .phone li.num01 input {
		width: 50px;
	}

	#SMP_STYLE .phone li.num02 input {
		width: 40px;
	}

	#SMP_STYLE .phone li.num03 input {
		width: 40px;
	}

	#SMP_STYLE .price input {
		width: 150px;
	}

	#SMP_STYLE .num input {
		width: 60px;
	}

	#SMP_STYLE .integer input {
		width: 90px;
	}

	#SMP_STYLE .real input {
		width: 170px;
	}

	#SMP_STYLE .pass input {
		width: 150px;
	}

	#SMP_STYLE .epass input {
		width: 160px;
	}

	#SMP_STYLE .time input {
		width: 20px;
	}

	#SMP_STYLE .time .year {
		width: 40px;
	}

	#SMP_STYLE .time .new_line {
		clear: both;
	}

	#SMP_STYLE ul,#smp_style li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#SMP_STYLE .zipcode ul li,
	#SMP_STYLE .phone ul li,
	#SMP_STYLE .time ul li {
		width: auto;
		float: left;
		margin: 0 3px 0 0;
		padding: 0;
		height: 35px;
		line-height: 35px;
	}

	#SMP_STYLE .multi1 label {
		display: block;
		min-width: 250px;
		margin: 0 10px 10px 0;
		padding: 10px;
		border-radius: 4px 4px 4px 4px;
		background: #F1F1F1;
		text-align: left;
	}

	#SMP_STYLE .multi1 label input {
		display: block;
		float: left;
		width: 20px;
		margin: 0.2em 0 0 0;
		padding: 0;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
		border-radius: 3px 3px 3px 3px;
		text-align: left;
		overflow: hidden;
	}

	#SMP_STYLE .multi1 label span {
		display: block;
		margin: 0 0 0 25px;
		font-size: 100%;
	}

	#SMP_STYLE .multi1 .radio input {
		border-radius: 1em;
	}

	#SMP_STYLE .multi2 li {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		padding: 0;
		border-radius: 4px 4px 4px 4px;
		text-align: left;
		width: auto;
	}

	#SMP_STYLE .multi2 label input {
		display: block;
		float: left;
		width: 20px;
		margin: 0.2em 0 0 0;
		padding: 0;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
		border-radius: 3px 3px 3px 3px;
		text-align: left;
		overflow: hidden;
	}

	#SMP_STYLE .multi2 label span {
		display: block;
		margin: 0 0 0 25px;
		font-size: 100%;
	}

	#SMP_STYLE .multi2 .radio input {
		border-radius: 1em;
	}

	#SMP_STYLE select {
		margin-bottom: 8px;
		font-size: 100%;
		width: 180px;
	}

	#SMP_STYLE textarea {
		width: 260px;
		padding: 5px;
		border: 1px solid #999999;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
		font-size: 108%;
		text-align: left;
	}

	#SMP_STYLE .image input {
		width: 100%;
	}

	#SMP_STYLE .file input {
		width: 100%;
	}

	#SMP_STYLE input.clear {
		width: 55px;
		text-align: center;
	}

	#SMP_STYLE input.submit {
		width: 150px;
		height: 42px;
		margin: 20px 0 40px 0;
		border: hidden;
		border-radius: 3px 3px 3px 3px;
		/* other browser */
		background: #303030;
		/* for old webkit */
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #606060),
			color-stop(1.00, #303030)
		);
		/* for modern browser */
		background: linear-gradient(
			to bottom,
			#606060 0%,
			#303030 100%
		);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
		color: #FFFFFF;
		font-size: 153.9%;
		font-weight: normal;
		text-align: center;
		cursor: pointer;
	}

	#SMP_STYLE input.submit:hover {
		filter: alpha(opacity=90);
		-ms-filter: alpha(opacity=90);
		opacity: 0.9;
	}

	#SMP_STYLE input.image {
		margin: 40px 0 40px 0;
		width: auto;
		border: none;
		padding: 0;
		vertical-align: middle;
	}

	#SMP_STYLE input[name=SMPFORM_BACK] {
		width: 150px;
		height: 42px;
		margin: 20px 0 40px 0;
		border: hidden;
		border-radius: 3px 3px 3px 3px;
		/* other browser */
		background: #303030;
		/* for old webkit */
		background: -webkit-gradient(
			linear, left top, left bottom,
			color-stop(0.00, #606060),
			color-stop(1.00, #303030)
		);
		/* for modern browser */
		background: linear-gradient(
			to bottom,
			#606060 0%,
			#303030 100%
		);
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
		color: #FFFFFF;
		font-size: 153.9%;
		font-weight: normal;
		text-align: center;
		cursor: pointer;
	}

	#SMP_STYLE input.submit:hover {
		filter: alpha(opacity=90);
		-ms-filter: alpha(opacity=90);
		opacity: 0.9;
	}

	#SMP_STYLE input.image {
		margin: 40px 0 40px 0;
		width: auto;
		border: none;
		padding: 0;
		vertical-align: middle;
	}

	#SMP_STYLE .sample {
		color: #555555;
		font-size: 93%;
		font-weight:normal;
		text-align:left;
		line-height: 1.2;
	}

	#SMP_STYLE .suffix {
		color: #111111;
		font-size: 100%;
		font-weight:normal;
		text-align:left;
		height: 35px;
		line-height: 35px;
	}

	#SMP_STYLE .need {
		color: #CC0000;
		font-size: 100%;
		font-weight:bold;
		text-align:left;
	}

	#SMP_STYLE .msg {
		display: block;
		color: #DD0000;
		font-size: 100%;
		font-weight:bold;
		margin-bottom: 5px;
		text-align:left;
	}

	#SMP_STYLE .sub_text {
		width: 270px;
		font-size: 123.1%;
		font-weight:normal;
		padding: 150px 0;
		text-align:left;
		color: #111111;
	}

	#SMP_STYLE .error {
		background: #FFE4E4;
	}

	#SMP_STYLE .spiralSeal {
		width: 100%;
		overflow: hidden;
		margin: 0;
		background-color: #FFFFFF;
		border: 1px solid #CCCCCC;
	}

	#SMP_STYLE .spiralSeal tr td.description {
		display: block;
		text-align: left;
		overflow: auto;
	}

	#SMP_STYLE .spiralSeal tr td.img {
		display: block;
		margin-left: 60px;
		margin-right: 60px;
		overflow: auto;
		text-align: center;
	}

	#SMP_STYLE .footer_text {
		width: 270px;
		font-size: 85%;
		margin: 30px 0 0 0;
		font-weight:normal;
		text-align:left;
	}

	#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
	#SMP_STYLE .cf:after {clear:both;}
	#SMP_STYLE .cf {*zoom:1;}

}


