@charset "utf-8";

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0;
	padding: 0;
}


/* ==========================================================================
 *
 * Mobile Devices
 *
 * -------------------------------------------------------------------------- */
body {
  color: #111;
  font-size: 16px;
  line-height: 1.5rem;
}

a {
  color: #00aeeb;
  text-decoration: none;
}

a.btn {
  background-color: #111;
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 3rem;
  margin: .75rem 0; 
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  white-space: nowrap;
}
a.btn:hover {
  background-color: #fff !important;
  color: #111 !important;
  text-decoration: none;
}

.bold { font-weight: bold;}
.small { font-size: 14px; line-height: 1.2;}
.red { color: #ff0000;}


/*
-------------------------------*/
.body {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.header img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/* img 
--------------------------------*/
img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/*---------------------------*/
.title {
	display: none;
}

.copy {
	text-align: center;
	background-color: #cdcebe;
	padding-bottom: 30px;
	font-size: 14px;
}

@media screen and (min-width: 480px) {
	.copy {font-size: 16px;}
}

.wplogo {
	position: absolute;
	top: -10px;
	z-index: 100;
	width: 100%;
	text-align: center;
}
.wplogo img {	width: 70px;}

@media screen and (min-width: 480px) {
	.wplogo img { width: 91px;}
}
.wplogo-01 { margin-top: -5px;}
.wplogo-02 { margin-top: -20px;}
.wplogo-03 { margin-top: -15px;}
.wplogo-04 { margin-top: -20px;}

.container {
	position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
	min-width: 320px;
}
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

/* panel
------------------------------*/
.panel {
  margin-bottom: 20px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-size: 100%;
	background-repeat: repeat-y;
	background-position: 0 0;
}

.panel h2 {
	text-align: center;
	color: #895623;
	font-size: 28px;
	line-height: 1.2;
	padding: 10px;
	margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
	.panel h2 { font-size: 34px;}
}

.panel p {
	margin-bottom: 10px;
}

.obokikan {
	border: solid 1px #ff0000;
	color: #ff0000;
	padding: 10px;
	font-size: 18px;
}

.panel-body {
  padding: 0 15%; 
}
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

@media screen and (min-width: 480px) {
	.panel-body { padding: 0 20%;}
}

.panea-container-m1 {	background-color: #000;}
.panel-m1{
	background-image: url(../images/wp_SP_m1_b.png);	
	text-align: center;
	margin-top: 10px;
}

.panea-container-m2 {	background-color: #777;}
.panel-m2{
	background-image: url(../images/wp_SP_m2_b.png);
}

.panea-container-m3 {	background-color: #cdcebe;}
.panel-m3{
	background-image: url(../images/wp_SP_m3_b.png);
}

@media screen and (min-width: 480px) {
	.panel {max-width: 1202px;}
	
	.panel-m1 {margin-top: 20px;}
	.panel-m2 {margin-top: 20px;}
	.panel-m4 {margin-top: 20px;}

	.panel-m1{ background-image: url(../images/wp_PC_m1_b.png);}
	.panel-m2{ background-image: url(../images/wp_PC_m2_b.png);}
	.panel-m3{ background-image: url(../images/wp_PC_m3_b.png);}
	
}

@media screen and (min-width: 600px) {
	.panel-m1 {margin-top: 10px;}
	.panel-m2 {margin-top: 0;}
	.panel-m4 {margin-top: 5px;}
}

/* panel-m2 inner
----------------------------*/
.panel-m2 ol {
	list-style: none;
	font-weight: bold;
	font-size: 22px;
}
.list-01 {
	background-image: 
url(../images/wp_icn_1.png);
	background-repeat: no-repeat;
	padding: 8px 0 8px 50px; 
}
.list-02 {
	background-image: 
url(../images/wp_icn_2.png);
	background-repeat: no-repeat;
	padding: 8px 0 8px 50px; 
}
.list-03 {
	background-image: 
url(../images/wp_icn_3.png);
	background-repeat: no-repeat;
	padding: 8px 0 8px 50px; 
}

/* panel-m3 inner
----------------------------*/
.panel-m3 ul {
	margin-left: 1em;
}
.panel-m3 li {
	margin-bottom: 5px;
}

/* poster-container
-------------------------------*/
.poster-container {
	
}
.poster-container h2 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	border: solid 1px #000;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 30px;
	padding: 10px;
}

@media screen and (min-width: 480px) {
	.poster-container h2 {font-size: 32px;}
}

/*btn-obo
--------------------------------*/
.btn-area {
	background-color: #222;
	padding: 14px;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 80px;
	display: none;
}

@media screen and (min-width: 480px) {
	.btn-area { max-width: 480px;}
}

.btn {
  display: block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap; }
  .btn, .btn:active, .btn:hover, .btn:focus {
    opacity: 1.0;}

.btn-obo {
	color: #fff;
	font-size: 32px;
	padding: 25px;
	background-color: #d80100;
	border: solid 2px #fff;
	border-radius: 8px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
.btn-obo:focus { opacity: 1.0; }
.btn-obo:hover { opacity: 0.8; }
.btn-obo:active { opacity: 0.8; }

@media screen and (min-width: 480px) {
	.btn-obo {font-size: 36px;}
}

/*btn-close
---------------------*/
.btn-area-close {
	background-color: #dddddd;
	padding: 14px;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
	.btn-area-close { max-width: 650px;}
}


.btn-close {
	color: #fff;
	font-size: 14px;
	padding: 20px 10px;
	background-color: #bbbbbb;
	border: solid 2px #fff;
	border-radius: 8px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	cursor: default;
	overflow: visible;
	box-shadow: 2px 2px 2px #666;
}
@media screen and (min-width: 410px) {
	.btn-close {font-size: 18px;}
}
@media screen and (min-width: 480px) {
	.btn-close {
		font-size: 20px;
		padding: 25px 10px;
		overflow: hidden;
	}
}
@media screen and (min-width: 768px) {
	.btn-close {font-size: 30px;}
}

/* display
-------------------------------*/
.pc {display: none;}

@media screen and (min-width: 480px) {
	.sp {display: none;}
	.pc {display: block;}
	
	

	
	
}


/* ==========================================================================
 *
 * Print
 *
 * -------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
}