﻿@charset "utf-8";

/*===============================================
●共通
===============================================*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background: #000;
}


#main h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 2%;
}

#main h3 {
	text-align: center;
    margin: 2%;
	font-weight: bold;
}

.pass {
	font-size: 1.5em;
    background-color: #fff;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
    border: 2px solid;
    border-radius: 16px;
    padding: 1%;
}

.pas {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;

}

.read {
	text-align: center;
    color: #fff;
    padding-top: 5%;
    margin-bottom: 10px;
    font-weight: bold;

}
.detail {
    background-color: #f1f1f1;
    padding: 3%;
    font-size: 90%;
}

}
.detail2 {
    background-color: #ffffff;
    padding: 3%;
    font-size: 90%;
}

.kikan img {
padding-top: 20px;
}
#input section.mainConts, #input_check section.mainConts {
	width: 770px;
	padding-top: 30px;
	padding-bottom: 80px;
}
#input_check section.mainConts {
	width: 900px;
	font-size: 120%;
}
#input section.mainConts:before, #input_check section.mainConts:before {
	width: 900px;
}
#input_check section.error ul li {
	margin-top: 10px;
	list-style: none;
}
#input_check {
	background-color: #000;
}
#input_check footer {
	text-align: center;
	padding-top: 30px;
}
#input_check .btn_submit {
	margin-top: 40px;
}
#input_check h2 {
	text-align: center;
	background-color: #313131;
	color: #fff;
	padding: 20px;
	margin: 0 auto 40px;
}
#input_check p {
	font-size: 120%;
	margin: 0px 0;
}
#input_check a.btn_back {
	cursor: pointer;
	color: #FFF;
	text-shadow: none;
	background: #805283;
	border: 1px solid #805283;
	border-radius: 6px;
	display: block;
	margin: 40px auto 0 auto;
	padding: 15px 0;
	font-size: 24px;
	text-align: center;
	width: 320px;
}

#input_check a.download {
	cursor: pointer;
	color: #FFF;
	text-shadow: none;
	background: #805283;
	border: 1px solid #805283;
	border-radius: 6px;
	display: block;
	margin: 20px auto 20px auto;
	padding: 17px;
	font-size: 24px;
	text-align: center;
	width: 320px;
}

#input_check dl.confirm {
	padding: 0 20px;
}
#input_check dl.confirm dd {
	border-bottom: 1px solid #805283;
	margin: 20px 0;
	padding-bottom: 6px;
	padding-left: 25px;
}
#input h1, #input h2 {
	text-align: center
}
#input p.catch {
	position: static;
	font-size: 120%;
	text-align: inherit;
	line-height: 1.6;
	margin-left: 0;
}

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;
}
input[type="submit"],
input[type="button"] {
  border-radius: 6px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
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;
}

section.input_dl {
    bottom: 70px;
    left:0;
	right:0;
	text-align: center;
}
section.input_dl a.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.4em;
  width: 55%;
  padding: 20px 0;
  clear: both;
  background-color: #805283;
  color: #fff;
  text-align: center;
  margin-bottom: 3%;
}

section.input_dl input[type="text"] {
    background: #d2eafc;
    border: none;
    font-size: 2em;
    color: #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px;
}

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto; 
}

.br-sp {display: none; 
}

#cover{
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: ,top;
}


#main {
width: 960px;
margin: 0 auto;
}

input {
    position: relative;
    /* display: inline-block; */
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #805283;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    width: 500px;
    margin: 0 auto;
    height: 80px;
    /* display: block; */
    text-align: center;
    font-size: 24px;
    /* font-weight: bold; */
    display: block;
    margin-bottom: 3%;
}

.kikan {
    background-color: #971720;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    width: 70%;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 1%;
}

.logo {
	width: 50%;
    margin: 0 auto;
    display: block;
}

}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto; 
}

#cover {
	background: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

input {
position: relative;
    /* display: inline-block; */
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #805283;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    width: 70%;
    margin: 0 auto;
    height: 70px;
    /* display: block; */
    text-align: center;
    font-size: 1.3em;
    /* font-weight: bold; */
    display: block;
	margin-bottom: 3%;
}

.kikan {
	background-color: #971720;
    text-align: center;
    /* font-size: 1.5em; */
    color: #fff;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 3%;
    margin-bottom: 3%;
	width: 95%;
}

.kikan img {
padding-top: 20px;
width: 95%;}


.logo {
    width: 70%;
    margin: 0 auto;
    display: block;
}

}
