﻿
/* モバイル */


@media screen and (max-width: 767px){
body {
	margin:0; padding:0;
	line-height:1.4;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.top {
	width:100%;
	margin: 0 auto;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size:100% auto;
	padding-bottom: 10px;
	padding-top: 80px;
}



.header {
	position: fixed;
	top: 0;
	left:0;
	z-index:100;
	height:80px;
	width:100%;
	background-color:rgba(255,255,255,0.9 );
}


.logo {
	padding: 25px 0px 0px 25px;
	width:240px;
}


/*メニュー部分*/
.btn {
    background:transparent url(../img/btn.png) no-repeat 0 0;
    display: block;
    width:35px;
    height: 35px;
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: -35px 0;
}
.drawr {
    display: none;
    background-color:rgba(0,0,0,0.9);
    position: absolute;
    top: 0px;
    right:0;
    width:260px;
    padding:60px 0 20px 20px;
    z-index: 100;
}
#menu li {
    width:260px;
list-style-type:none;
}
#menu li a {
    color:#fff;
    display: block;
    padding: 15px;
}



.main {
	width: 100%;
	margin: 0 auto;
	margin-bottom:60px;
}


.main a {
	width: 400px;
	text-decoration:none;
}

.description {
	padding:0px 35px 0px 35px;
	margin-bottom: 100px;

}

.main p {
	padding-bottom: 60px;
}

.title {
	margin:60px 35px 30px 35px;
	font-size: 24px;
	font-weight:700;
	padding: .25em 0 .25em .75em;
	border-left: 12px solid #00acdd;
	margin-bottom:30px;
}

.box1 {
	margin: 30px 35px 40px 35px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	border: solid 1px #959595;
	background-color: #f4f6f8;
}

.box1 p {
	margin: 0; 
	padding: 2px;
	font-size: 14px;
}

.entry-box {
	padding:40px 35px 20px 35px;
	padding-top: 60px;
}


.entry {
	width: 100%;
	vertical-align: middle;
	border-collapse:collapse;
}

td,th,tr {
	width: 100%;
	display:block;
}

.q {
	height: 30px;
	text-align: left;
	width: 100%;
	font-size: 14px;
	vertical-align: middle;
	padding-top:20px;
	margin-right:20px;
}

.required {
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#DC143C;
	padding:4px;
	border-radius:5px;
	vertical-align: middle;
	margin-left:10px;
}

.i {
	vertical-align: middle;
	line-height: 1.5em;
	height: 50px;
	margin-bottom:20px;
	margin-right:20px;

}


.y {
	vertical-align: middle;
	line-height: 1.5em;
	height: 50px;
	width: 50px;
	margin-bottom:20px;
	margin-right:20px;

}


.input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 240px;
	border: 1px solid #bebebe;
	height: 30px;
	vertical-align: top;
	padding-left:10px
}

.t {
	border-bottom: dotted 2px #eee;
	width: 100%;


}

.select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 200px;
	border: 1px solid #bebebe;
	height: 34px;
	vertical-align: top;
	padding-left:10px
}

.button-box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top:60px;
}

.button-box a {
	text-decoration:none;
	color: #383838;
}


input[type="submit"] {
	width: 300px;
	padding: 20px 40px;
	border: none;
	background-color: #00acdd;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

 

/* 送信ボタン - マウスオーバー時 */

input[type="submit"]:hover {
	width: 300px;
	padding: 20px 40px;
	border: none;
	background-color: #0092bb;
	color: #fff;
	font-size: 18px;
	font-weight: 700;

}

 

/* 送信ボタン - 押せないとき */

input[type="submit"][disabled] {
	width: 300px;
	padding: 20px 40px;
	border: none;
	background-color: #ccc;
	color: #fff;
	cursor: default;
	font-size: 18px;
	font-weight: 700;
}


/* 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;
}


/*  フッター　*/



.copyright {
	font-size: 10px;
	color: #bbb;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:normal;

}
}




/* タブレットとPC */

@media(min-width:768px){

body {
	margin:0; padding:0;
	line-height:1.4;
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.top {
	width:100%;
	margin: 0 auto;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-size:100% auto;
	padding-bottom: 10px;
	padding-top: 80px;
}



.header {
	position: fixed;
	top: 0;
	left:0;
	z-index:100;
	height:80px;
	width:100%;
	background-color:rgba(255,255,255,0.9 );
}


.logo {
	padding: 22px 0px 20px 30px;
	width:320px;
}


/*メニュー部分*/
.btn {
    background:transparent url(../img/btn.png) no-repeat 0 0;
    display: block;
    width:35px;
    height: 35px;
    position: absolute;
    top:20px;
    right:20px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: -35px 0;
}
.drawr {
    display: none;
    background-color:rgba(0,0,0,0.6);
    position: absolute;
    top: 0px;
    right:0;
    width:260px;
    padding:60px 0 20px 20px;
    z-index: 100;
}
#menu li {
	width:260px;
	list-style-type:none;
}
#menu li a {
    color:#fff;
    display: block;
    padding: 15px;
}




.main {
	width: 960px;
	margin: 0 auto;
	margin-bottom:60px;
}


.main a {
	width: 400px;
text-decoration:none;
}


.main p {
padding-bottom: 60px;
}

.title {
	margin-top:60px;
	font-size: 24px;
	font-weight:700;
	padding: .25em 0 .25em .75em;
	border-left: 12px solid #00acdd;
	margin-bottom:30px;
}

.box1 {
	width: 900px;
	padding: 30px 40px 40px 40px;
	margin: 50px 0px 50px 30px;
	border: solid 1px #959595;
	background-color: #f4f6f8;
}

.box1 p {
	margin: 0; 
	padding: 2px;
	font-size: 14px;
}



.entry {
	-top: 60px;
	padding-left: 100px;
	width: 900px;
	vertical-align: middle;
	margin: 0 auto;
	border-collapse:collapse;
}

.q {
	height: 80px;
	text-align: left;
	padding-right:16px;
	width: 200px;
	font-size: 16px;
	vertical-align: middle;
}

.required {
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background-color:#DC143C;
	padding:4px;
	border-radius:5px;
	vertical-align: middle;
	margin-left:20px;
}

.i {
	vertical-align: middle;
	line-height: 1.5em;

}

.input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 320px;
	border: 1px solid #bebebe;
	height: 30px;
	vertical-align: top;
	padding-left:10px
}

.t {
	border-bottom: dotted 2px #eee;
}

.select {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 300px;
	border: 1px solid #bebebe;
	height: 34px;
	vertical-align: top;
	padding-left:10px
}


.select-y {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 68px;
	border: 1px solid #bebebe;
	height: 34px;
	vertical-align: middle;
	padding-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	margin-right:6px;
}

.button-box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top:60px;
}

.button-box a {
	text-decoration:none;
	color: #383838;
}


input[type="submit"] {
	width: 300px;
	padding: 20px 40px;
	border: none;
	background-color: #00acdd;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

 

/* 送信ボタン - マウスオーバー時 */

input[type="submit"]:hover {
	width: 300px;
	padding: 20px 40px;
	border: none;
	background-color: #0092bb;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;

}

 

/* 送信ボタン - 押せないとき */

input[type="submit"][disabled] {
	width: 300px;
	padding: 20px 40px;
	border: none;
	background-color: #ccc;
	border-radius: 6px;
	color: #fff;
	cursor: default;
	font-size: 18px;
	font-weight: 700;
}



/*  フッター　*/



.copyright {
	font-size: 16px;
	color: #bbb;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:normal;

}







}