@charset "utf-8";

/* ---------------------------------
  _01 スタイルリセット
------------------------------------*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #ffffff;
	background-color: #4b70c9;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 100%;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

a {
	text-decoration: inherit; /* 必要に応じて「none」に */
}

a:link {
	color: #00c;
}

a:visited {
	color: #999;
}

a:hover {
	color: #fc3;
}


/* ---------------------------------
  _02 共通クラス
------------------------------------*/

.supplement { /* 補助的にいれる見出しを表示しないようにするクラス */
	position: absolute;
	left: -10000em;
}

@media screen and (min-width: 641px){

.hide_pc { display: none; }

}

/* ---------------------------------
  _ #top
------------------------------------*/
/* ---------------------------------
  _ PC　パソコン用スタイル
------------------------------------*/
@media screen and (min-width: 641px){
#top section .container{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}}

/* ---------------------------------
  _ メインビュー
------------------------------------*/
/* ---------------------------------
  _ PC　パソコン用スタイル
------------------------------------*/
@media screen and (min-width: 641px){

#top header{
	width: 100%;
	height: 450px;
	background-image: url(../images/mainview_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 80px;
}}

#top header .container{
	width: 1100px;
	margin: 0 auto;
}

#top header h1{
	width: 370px;
	height: 180px;
	background-image: url(../images/title_pc.png);
	background-repeat: no-repeat;
	background-position: left 80px;
	text-indent:-10000px;
	margin-bottom: 20px;
}

#top header p{
	font-size: 1.4em;
}

/* ---------------------------------
  _ con1
------------------------------------*/

#top #con1{
	text-align: center;
}

/* ---------------------------------
  _ PC　パソコン用スタイル
------------------------------------*/
@media screen and (min-width: 641px){
#top #con1 .container{
	width: 1100px;
	padding-bottom: 55px;
	margin: 0 auto;
	border-bottom: dotted 1px rgba(255,255,255,0.6);
}

}

#top #con1 h2{
	width: 1100px;
	height: 34px;
	background-image: url(../images/catch_pc.png);
	background-repeat: no-repeat;
	text-indent:-10000px;
	background-position: center;
}

#top #con1 p{
	margin: 30px auto 0;
}

/* ---------------------------------
  _ registration
------------------------------*/
/* ---------------------------------
  _ PC　パソコン用スタイル
------------------------------------*/
@media screen and (min-width: 641px){

#top #registration{
	margin-bottom: 80px;
	padding-top: 50px;
}

#top #registration h3{
	width: 1100px;
	height: 81px;
	background-image: url(../images/text1_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent:-10000px;
	margin-bottom: 40px;
}

#top #registration p{
	margin-bottom: 30px;
	text-align: center;
}

#top #registration form{
    width: 734px;
    height: auto;
	background-color:rgba(255,255,255,0.6);
	border-radius: 5px;
	padding: 20px 0 10px;
	margin: 0 auto;
}

#top #registration form dl{
	width: 614px;
	color: #000000;
	border-bottom: dotted 2px #626262;
	padding: 20px 0;
	margin: 0 60px;
}

#top #registration form dt{
	float: left;
	width: 125px;
	font-weight: 500;
}

#top #registration form dd{
	float: left;
}

#top #registration form dl.email dt,
#top #registration form dl.email dd{
	float: left;	
}

#top #registration form input[type="text"] {
    width: 430px;
    height: 25px;
	border: solid 2px #626262;
	padding: 10px;
}

#top #registration form dl.email input[type="text"] {
    width: 430px;
    height: 25px;
	border: solid 2px #626262;
	padding: 10px;
}

#top #registration form dl.email dt{
    width: 125px;
}

#top #registration form input[type="submit"] {
    width: 200px;
    height: 45px;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #aaaaaa;
    font-size: 1.2em;
	margin: 20px auto 0;
	display: block;
	font-weight: 600;
	border: solid 1px #aaaaaa;
}}

/* ---------------------------------
  _ フッター
------------------------------------*/
footer .container {
	padding: 0 40px 50px;
	width: 1100px;
	margin: 0 auto;
}

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

footer dl{
	width: 1100px;
	margin: 0 auto 60px;
	text-align: center;
}

footer dt{
	width: 389px;
	margin-bottom: 10px;
	margin: 0 auto;
}

footer dt img{
	width: 80%;
	height: auto;
}

footer dd.address{
	text-align: center;
	margin-bottom: 15px;
}

footer dd.tel{
	width: 317px;
	height: auto;
	margin-bottom: 60px;
	margin: 0 auto;
}

footer dd.tel img{
	width: 75%;
	height: auto;
}

@media screen and (max-width: 640px){
	
body {
	font-size: 24px;
}	
/* ---------------------------------
  _sp #top
------------------------------------*/

#top section .container{
	padding: 0 30px 0;	
}

/* ---------------------------------
  _sp メインビュー
------------------------------------*/
#top header{
	margin-bottom: 50px;
	width: 100%;
	height: 540px;
	background-image: url(../images/mainview_sp.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#top header .container{
	width: auto;
	margin: 0 auto;
	padding: 0 30px 0;
}

#top header h1{
	width: 417px;
	height: 255px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: 0 100px;
	text-indent:-10000px;
}
	
#top header p {
    font-size: 1.0em;
}	

/* ---------------------------------
  _sp con1
------------------------------------*/
#top #con1 .container{
	width: auto;
	padding-bottom: 55px;
}

#top #con1 h2{
	width: 344px;
	height: 108px;
	background-image: url(../images/catch.png);
	background-repeat: no-repeat;
	text-indent:-10000px;
}

#top #con1 p{
	margin: 30px auto 0;
	text-align: left;
	font-size: 1.0em;
}

/* ---------------------------------
  _sp registration
------------------------------*/
#top #registration{
	margin-bottom: 65px;
}	
	
#top #registration h3{
	width: 434px;
	height: 90px;
	background-image: url(../images/text1.png);
	background-repeat: no-repeat;
	text-indent:-10000px;
	margin-bottom: 40px;
}

#top #registration p{
	margin-bottom: 30px;
}

#top #registration form{
	padding: 10px 0 30px;
}

#top #registration form dl{
	width: auto;
	color: #000000;
	border-bottom: dotted 2px #626262;
	padding: 20px 0;
	margin: 0 30px;
}

#top #registration form dt{
	float: left;
	width: 108px;
	font-weight: 500;
}

#top #registration form dd{
	float: left;
}

#top #registration form dl.email dt,
#top #registration form dl.email dd{
	float: none;
}

#top #registration form input[type="text"] {
    width: 330px;
    height: 25px;
	border: solid 2px #626262;
	padding: 10px;
	font-size: 1.0em;
}

#top #registration form dl.email input[type="text"] {
    width: 460px;
    height: 25px;
	border: solid 2px #626262;
	padding: 10px;
	font-size: 1.0em;
}

#top #registration form dl.email dt{
    width: 480px;
}

#top #registration form{
    width: auto;
    height: auto;
	background-color:rgba(255,255,255,0.6);
	border-radius: 5px;
}

#top #registration form input[type="submit"] {
    width: 200px;
    height: 45px;
    border-radius: 5px;
    padding: 0 10px;
    background-color: #aaaaaa;
    font-size: 1.0em;
	margin: 20px auto 0;
	display: block;
	font-weight: 600;
	border: solid 1px #aaaaaa;
}

/* ---------------------------------
  _sp フッター
------------------------------------*/
footer .container {
	width: auto;
	padding: 0 30px 50px;
}

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

footer dl{
	width: auto;
	margin: 0 auto;	
}

footer dt{
	margin-bottom: 10px;
}
	
footer dt img {
    width: 100%;
    height: auto;
}	

footer dd.address{
	text-align: center;
	margin-bottom: 15px;
}

footer dd.tel{
	margin-bottom: 60px;
}
	
footer dd.tel img {
    width: 100%;
    height: auto;
}
}


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

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
