@charset='utf-8';

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width: 769px){


/* =1 top
------------------------------------------------------------ */

body{
	margin:auto;
	padding:0px;
	background:linear-gradient(to bottom, #D9EDF7, #E7F0E2);
	color:#333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
}

.top_box01{
	margin:auto;
	padding:70px 50px 90px 50px;
	width:calc(94% - 100px);
	max-width:800px;
	background-color:#fff;
	border-radius:20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align:center;
}
.top_box01 h1{
	margin:auto;
	margin-bottom:50px;
}
.top_box01 h2{
	margin:auto;
	margin-bottom:30px;
	color:#2C9DD3;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.top_box01 h2 br{
	display:none;
}
.top_box01 h3{
	margin:auto;
	margin-bottom:30px;
	padding:10px 0px 10px 0px;
	border-top:solid 1px #2C9DD3;
	border-bottom:solid 1px #2C9DD3;
	width:100%;
	max-width:700px;
	color:#2C9DD3;
	font-size:21px;
	font-weight:bold;
	text-align:center;
}
.top_box01 p{
	margin:auto;
	margin-bottom:50px;
	color:#333;
	font-size:16px;
	line-height:1.6em;
	text-align:center;
}

.top_dl01{
	margin:auto;
	margin-bottom:30px;
	width:100%;
	max-width:400px;
	text-align:center;
}
.top_dl01 dt{
	margin:0px 0px 5px 0px;
	color:#333;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.top_dl01 dd{
	margin:0px 0px 15px 0px;
}
.top_box02{
	margin:0px 0px 20px 0px;
	color:#666;
	font-size:14px;
	text-align:center;
}

footer{
	margin:auto;
	font-size:13px;
	color:#333;
	letter-spacing:0.1em;
	line-height:1.4em;
	text-align:center;
	position: absolute;
	bottom:30px;
	left:0;
	right:0;
}

.btn01{
	display:block;
	margin:auto;
	padding:15px 10px 15px 10px;
	width:100%;
	max-width:300px;
	background-color:#E89100;
	border-radius:10px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	text-decoration:none;
	outline: none;
	border:none;
	position: relative;
	cursor: pointer;
}

.btn01::after{
	content: "";
	position: absolute;
	top: 52%;
	right: 25px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}
.btn01:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.btn02{
	display:block;
	margin:auto;
	padding:15px 10px 15px 10px;
	width:100%;
	max-width:300px;
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	color:#666;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	text-decoration:none;
	outline: none;
	position: relative;
	cursor: pointer;
}

.btn02::after{
	content: "";
	position: absolute;
	top: 52%;
	right: 25px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #999;
	border-right: 3px solid #999;
	transform: rotate(45deg);
	margin-top: -5px;
}
.btn02:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.form_waku01{
	padding:10px;
	width:100%;
	border-radius:10px;
	font-size:15px;
	border:solid 1px #ccc;
	outline: none;
}

label{
	display:block;
	margin:0px 0px 5px 0px;
}





}









/*===============================================
●smart.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
    }
iframe{
    max-width: 100%;
    height: auto;
    width /***/:auto;
    }


/* =1 top
------------------------------------------------------------ */

body{
	margin:auto;
	padding:0px;
	background:linear-gradient(to bottom, #D9EDF7, #E7F0E2);
	color:#333;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
}

.top_box01{
	margin:auto;
	padding:30px 15px 40px 15px;
	width:calc(90% - 30px);
	max-width:800px;
	background-color:#fff;
	border-radius:20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-align:center;
}
.top_box01 h1{
	margin:auto;
	margin-bottom:25px;
	width:90%;
}
.top_box01 h2{
	margin:auto;
	margin-bottom:20px;
	color:#2C9DD3;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.top_box01 h3{
	margin:auto;
	margin-bottom:20px;
	padding:10px 0px 10px 0px;
	border-top:solid 1px #2C9DD3;
	border-bottom:solid 1px #2C9DD3;
	width:100%;
	max-width:700px;
	color:#2C9DD3;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.top_box01 p{
	margin:auto;
	margin-bottom:30px;
	color:#333;
	font-size:13px;
	line-height:1.6em;
	text-align:center;
}

.top_dl01{
	margin:auto;
	margin-bottom:20px;
	width:90%;
	max-width:400px;
	text-align:center;
}
.top_dl01 dt{
	margin:0px 0px 5px 0px;
	color:#333;
	font-size:13px;
	font-weight:bold;
	text-align:left;
}
.top_dl01 dd{
	margin:0px 0px 15px 0px;
}
.top_box02{
	margin:0px 0px 20px 0px;
	color:#666;
	font-size:13px;
	text-align:center;
}

footer{
	margin:auto;
	width:94%;
	font-size:12px;
	color:#333;
	letter-spacing:0.1em;
	line-height:1.4em;
	text-align:center;
	position: absolute;
	bottom:30px;
	left:0;
	right:0;
}

.btn01{
	display:block;
	margin:auto;
	padding:10px 10px 10px 10px;
	width:100%;
	max-width:300px;
	background-color:#E89100;
	border-radius:10px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	text-decoration:none;
	outline: none;
	border:none;
	position: relative;
}

.btn01::after{
	content: "";
	position: absolute;
	top: 52%;
	right: 25px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	margin-top: -5px;
}
.btn01:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.btn02{
	display:block;
	margin:auto;
	padding:10px 10px 10px 10px;
	width:100%;
	max-width:300px;
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	color:#666;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	text-decoration:none;
	outline: none;
	position: relative;
}

.btn02::after{
	content: "";
	position: absolute;
	top: 52%;
	right: 25px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #999;
	border-right: 3px solid #999;
	transform: rotate(45deg);
	margin-top: -5px;
}
.btn02:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.form_waku01{
	padding:10px;
	width:calc(100% - 20px);
	border-radius:10px;
	font-size:13px;
	border:solid 1px #ccc;
	outline: none;
}

label{
	display:block;
	margin:0px 0px 5px 0px;
}