@charset "UTF-8";
/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -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;
}

/*=========================================== 
スマホ向けのレイアウトの指定：～960px 
===========================================*/
@media only screen and (min-width: 0px) {
	
#container{
	margin:0 auto;
	width:100%;
	color: rgb(75,75,75);
}

#wrapper{
	margin:0 auto;
	width:90%;
}

/*ヘッダー*/
header{
	background-color: rgb(237,237,237);
	height: 60px;
	position: relative;
}

.header_inner{
	width: 90%;
	margin: 0 auto;
}

.header_inner img{
	width: auto;
	height: 60px;
}

.header_inner h1{
	font-size:10px;
	position:absolute;
	bottom:5px;
	left:50px;
}

/* タイトル周り */
.head{
	margin:45px auto;
	width:90%;
}

h2{
	font-size:24px;
	text-align: center;
}

h2 p{
	letter-spacing:3px;
	line-height: 1.5;
}

h3{
	font-size:18px; 
	background: rgb(0,169,247);
	color: rgb(255,255,255);
	height: 50px;
}

h3 p{
	height: 50px;
	line-height: 50px;
	text-align: center;
}

/* フォーム */
form{
	width: 100%;
}

input,select{
	font-size: 16px;
	/*transform: scale(0.8);*/
}

.formItems{
	width: 100%;
	border-right: 1px solid rgb(222,222,222);
	border-left: 1px solid rgb(222,222,222);
	border-bottom: 1px solid rgb(222,222,222);
}

.form p.label {
	width: 100%;
	font-size: 15px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	display: inline-block;
	background: rgb(225,245,253);
	border-bottom: 1px solid rgb(222,222,222);
  box-sizing: border-box;
}

.form input, .form select,.form textarea{
	box-sizing: border-box;
	width: 95.8%;
	height: 30px;
	margin: 10px 2%;
}

.form textarea{
  height: auto;
}

.formItems_7 input,
.formItems_10 input,
.formItems_12 input,
.formItems_14 input,
.formItems_17 input{
	width: 15px;
	margin: 10px 10px 10px 15px;
}

.formItems_7 .radiobtn,
.formItems_10 .radiobtn,
.formItems_12 .radiobtn,
.formItems_14 .radiobtn,
.formItems_17 .radiobtn{
	min-height: 50px;
	line-height: 50px;
	float: left;
	font-size: 15px;
}
  
.formItems.formItems_11 p {
    min-height: 49px;
}
  
.formItems.formItems_13 p.label, .formItems.formItems_15 p.label {
  height: auto;
  padding: 0 20px;
}
  
.additional{
  display: inline-block;
  color: rgb(188,188,188);
  font-size: 14px;
  text-align: left;
  padding: 0 15px 20px;
  line-height: 2;
}	


p.textarea {
  width: 100%;
  max-width: 671px;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: justify;
  line-height: 2;
}

.privacy {
  margin-top: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
  border: 1px solid rgb(222,222,222);
}

.privacy p {
  line-height: 1.5;
  text-align: left;
}

.privacy h4 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.privacy dl dt,
.privacy dl dd {
  font-size: 15px;
  line-height: 1.25;
  margin: 10px auto;
}

.formItems_16{
	text-align: center;
	margin-top: 36px;
}

.formItems_16 input{
	width: 200px;
	height: auto;
}

input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
	width: 250px;
	height: 60px;
}
    
    
footer{height: auto;}
.footer_inner {
    padding: 60px 0 0;
    box-sizing: border-box;
}


/* Webkit */
::-webkit-input-placeholder {
   color: rgb(170,170,170);
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: rgb(170,170,170);
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: rgb(170,170,170);
/* Firefox 19 以降のデフォルトでは */
/* color ではなく opacity で色合いを調整しているため */
/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: rgb(170,170,170);
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: rgb(170,170,170);
}

.clear{
	clear: both;
}

}

/*=========================================== 
PC向けのレイアウトの指定：961px〜
===========================================*/
@media only screen and (min-width: 960px) {
	
#container{
	margin:0 auto;
	max-width:100vw;
}

#wrapper{
	margin:0 auto;
	width:960px;
}

/*ヘッダー*/
header{
	height: 100px;
}

.header_inner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative
}

.header_inner img{
	width: auto;
	height: 100px;
	margin-left: 60px;
}

.header_inner h1{
	font-size: 12px;
	bottom:15px;
	left:130px;
}

/* タイトル周り */
.head{
	margin:90px auto;
	width:960px;
}

.head h2{
	font-size:45px;
}

.head h2 p{
	font-size:45px;
	letter-spacing:5px;
}

h3{
	font-size:24px; 
}

/* フォーム */
form{
	width: 960px;
}

input,select{
	font-size: 16px;
	transform: none;
}

.formItems{
  width: 100%;
  height: 50px;
  box-sizing: border-box;
}

.form p.label {
  width: 287px;
  font-size: 15px;
  min-height: 49px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: rgb(225,245,253);
  border-right: 1px solid rgb(222,222,222);
  border-bottom: none;
  float: left;
  box-sizing: border-box;
}

.form input, .form select,.form textarea{
	width: 67.9%;
	float: left;
	height: 30px;
	margin: 10px;
	font-size: 14px;
}
  
.form textarea{
  height: auto;
}

.formItems_7 input,
.formItems_10 input,
.formItems_12 input,
.formItems_14 input,
.formItems_17 input{
	width: 15px;
	float:none;
	margin: 10px 10px 10px 15px;
}

.formItems_7 .radiobtn,
.formItems_10 .radiobtn,
.formItems_12 .radiobtn,
.formItems_14 .radiobtn,
.formItems_17 .radiobtn{
	min-height: 50px;
	line-height: 50px;
	float: left;
	font-size: 14px;
}

.formItems.formItems_13, .formItems.formItems_15 {
    height: auto;
    display: flex;
}
  
.additional{
  padding: 0 0 0 30px;
  line-height: 50px;
}	
  
.formItems_16{
	margin-top: 72px;
}

.formItems_16 input:hover{
	opacity:0.8;
	filter:alpha(opacity=85); /* IE 6,7*/
	-ms-filter: "alpha(opacity=85)"; /* IE 8,9 */
	-moz-opacity:0.85; /* FF , Netscape */
	-khtml-opacity: 0.85; /* Safari 1.x */
	zoom:1; /*IE*/   
}

.formItems_16 input{
	width: 200px;
	height: auto;
	float: none;
}

input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back],
.formItems_16 input.btn_submit{
	width: 250px;
	height: 60px;
	float: none;
}

}
