/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* PAGE MODULES */
body{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'Hiragino Kaku Gothic ProN', Meiryo, 'Lucida Grande', sans-serif;
	font-size: 14px;
	font-weight:normal;
    line-height: 1.2;
	color: #565656;
	background: #f7f8fa;
	overflow-x: hidden;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a {
    text-decoration: none;
    cursor: pointer;
    line-height: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
h1, .h1{
	margin-top: 0px;
    padding-bottom: 10px;
	font-size: 30px;
}
h2, .h2{
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
}
p {
	margin: 0 0 0 0;
}
img{
  vertical-align:top;
}
.inner {
    width: 880px;
    min-width: 880px;
    margin: 0 auto 80px;
}
.cf:after {
    display: block;
    clear: both;
    content: "";
}
.pc_none {
	display: none;
}
.copyright-block{
	width: 100%;
	background: #83d0ff;
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:11px;
	text-align:center;
}
.copyright-block a{
	color:#fff;
}

/* content */
#header {
	background: #1DA1F2;
	color: #fff;
	text-align: center;
	padding: 
}
#header h1 {
	padding: 30px 0;
	font-size: 28px;
	line-height: 1.4;
}
p.desc {
    font-size: 14px;
    line-height: 2;
    margin: 40px 0;
    text-align: justify;
}
p.desc span {
    font-size: 20px;
    display: inline-block;
	margin-right: 5px
}
h2 {
	border-left: 5px solid #1DA1F2;
    padding: 0 0 0 20px;
    text-align: left;
	font-size: 15px;
}
h3 {
	margin: 20px 0 10px;
    text-align: center;
	font-size: 22px;
}
.attention {
	color: #e58080;
	font-size: 11px;
}
p.attention {
    text-align: center;
    margin-bottom: 10px;
}

/*
 *	form
 */
::-webkit-input-placeholder {
    color: #A5A5A5;
    font-size: 11px;
}
input[type="text"] {
    font-size: 12px;
    padding: 8px 8px;
    border: 1px solid #A5A5A5;
    -webkit-appearance: none;
	margin-bottom: 14px;
}
.input_top_box h2 {
	float: left;
	width: 180px;
	line-height: 33px;
	font-size: 13px;
}
.input_top_box .input1 {
	float: left;
	width: 700px;
}
.input_top_box .input2 {
	float: left;
	width: 700px;
}
.input_top_box .input1 input[type="text"] {
    width: 100%;
}
.input_top_box .input2 input[type="text"] {
	width : 30%;
	margin-right:5% 
}
.input2 input[type="text"]:last-of-type {
	margin-right:0%;
}
.input2 select {
    color: #A5A5A5;
	margin-right:5%;
    font-size: 11px;
	width : 30%;
    padding: 10px 10px;
    border: 1px solid #A5A5A5;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-appearance: none;
	margin-bottom: 20px;
    background: url(../img/select_arrow.png) no-repeat,#fff;
    background-position: right 20px top 50%;
    background-size: 11px;
}
.input3 .input3_input {
	float: left;
	width: 470px;
}
.input3 .input3_input input[type="text"] {
	width: 210px;
}
.input3 .input3_ex_input {
	float: left;
	width: 410px;
}
.input3 select {
    color: #A5A5A5;
    font-size: 11px;
	width : 210px;
    padding: 10px 10px;
    border: 1px solid #A5A5A5;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-appearance: none;
    background: url(../img/select_arrow.png) no-repeat,#fff;
    background-position: right 20px top 50%;
    background-size: 11px;
	margin-bottom: 14px;
}
.input3 span {
	font-size: 12px;
}
.input3 span.op1 {
    width: 140px;
	margin: 0 40px 0 0;
    display: inline-block;
    text-align: right;
}
.input3 span.op2 {
    width: 40px;
    display: inline-block;
    text-align: right;
}
.input3 .note {
	float: left;
	width: 410px;
	line-height: 33px;
	text-align: center;
	padding-left:10px;
}
.output {
    display: inline-block;
	width: 210px;
    font-size: 14px;
    padding: 14px 14px;
    border: 1px solid #f7f8fa;
    -webkit-appearance: none;
	margin-bottom: 15px;
}
.input3 .input3_ex_input input[type="text"] {
	width: 190px;
}
.input3 .input3_ex_input span.op1 {
	width: 100px;
    margin: 0 20px 0 0;
}
.submit {
    margin-bottom: 80px;
    text-align: center;
}
.submit input {
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    background: #4AB3F4;
	border: none;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    cursor: pointer;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius:40px;
    -webkit-appearance: none;
}
.submit input:hover {
	opacity: 0.7;
}
/*
 *	result
 */
.result {
	width: 100%;
	background: #fff;
	border: 1px solid #EFEFEF;
	padding: 60px 80px;
	margin-bottom: 80px;
}
.result dt{
	float: left;
	width: 358px;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 40px;
}
.result dd {
	float: left;
	width: 360px;
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 40px;
}
.result p {
	font-size: 28px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 70px;
}
.result span {
	font-size: 48px;
	margin-right: 30px;
}
/*
 *	table
 */
.table h3 {
	border-left: 5px solid #4AB3F4;
	font-size: 24px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 30px;
}
table {
	font-size: 12px;
	background: #fff;
	margin-bottom: 80px;
}
table th,
table td{
	width: 88px;
	text-align: center;
	border: 1px solid #D2D5D8;
	padding: 20px 0;
}
table th {
	background: #fff;
}
table td {
	background: #D2D5D8;
//	background: #FFF;
	color: #D2D5D8;
}
table td.show {
	background: #fff;
	color: #565656;
}
.announce {
    padding-bottom: 80px;
    text-align: center;
}
.announce a {
    display: inline-block;
    padding: 40px 0;
    width: 100%;
    background: #4AB3F4;
	border: none;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    cursor: pointer;
}
.announce a:hover {
	opacity: 0.7;
}

/*
 *	responsive
 */
@media (max-width: 798px) {
	.inner {
		width: 100%;
		min-width: 100%;
		margin: 0 auto 20px;
		padding: 0 10px;
	}
    #header h1 {
        padding: 10px 0 10px;
        font-size: 3vw;
    }
	h2 {
        font-size: 2.4vw;
		width: 100%;
		line-height: 1.2 !important;
    }
	h3 {
		margin: 20px 0 10px;
		font-size: 3vw;
	}
    p.txt_box {
        font-size: 4vw;
        line-height: 2.4;
        margin: 20px 0;
        padding-bottom: 0;
    } 
    p.desc {
        margin: 20px 0;
    }
	.input_top_box .input1,
	.input_top_box .input2 {
		width: 100%;
	}
	::-webkit-input-placeholder {
		font-size: 16px;
	}
	input[type="text"] {
		font-size: 16px;
		line-height:1.4;
	}
	.input_top_box .input2 input[type="text"] {
		width: 100%;
		margin-right: 0;
	}
	.input2 select {
		width: 100%;
		margin-right: 0;
	}
	.input2 select {
		font-size:16px;
	}
	.input3 select {
		font-size:16px;
	}
	.input3 .input3_input {
		float: left;
		width: 100%;
	}
	.input3 span.op1 {
		width: 25%;
		margin-right: 2%;
		display: inline-block;
		text-align: right;
		vertical-align: middle;
	}
	.input3 span.op2 {
		width: 12%;
		margin-left: 2%;
		display: inline-block;
		text-align: left;
	}
	.input3 .note {
		width: 100%;
		line-height: 1.2;
		text-align: left;
		padding-left: 17%;
		margin-bottom: 5px;
	}
	.input3 .input3_ex_input {
		width: 100%;
	}
	.input3 .input3_ex_input span.op1 {
		width: 25%;
		margin-right: 2%;
	}
	.input3 .input3_input input[type="text"],
	.input3 .input3_ex_input input[type="text"],
	.input3 select,
	.output {
		width : 59%;
	}
	.submit {
		margin-bottom: 40px;
		text-align: center;
	}
	.submit input {
		font-size: 4vw;
	}
	.result {
		padding: 40px 40px 20px;
		margin-bottom: 40px;
	}
	.result dt{
		width: 100%;
		font-size: 3vw;
		margin-bottom: 20px;
	}
	.result dd {
		text-align: center;
		width: 100%;
		font-size: 5.5vw;
		line-height: 34px;
		margin-bottom: 50px;
	}
	.result p {
		font-size: 4vw;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
	}
	.table h3 {
		font-size: 3vw;
		text-align: left;
		padding-left: 10px;
		margin-bottom: 30px;
	}
	table {
		font-size: 2vw;
		background: #fff;
		margin-bottom: 40px;
	}
	table th,
	table td{
		width: 10%;
		text-align: center;
		border: 1px solid #D2D5D8;
		padding: 10px 0;
	}
	.announce a {
		font-size: 4vw;
		padding: 30px 0;
	}
}
@media (max-width: 640px) {
	.pc_none {
		display: block;
	}
    h2 {
        font-size: 4.5vw;
		width: 100%;
		padding-left: 10px;
    }
	h3 {
		font-size: 6vw;
	}
    #header h1 {
        font-size: 6vw;
    }
	p.desc {
		font-size: 3vw;
		line-height: 1.6;
	}
	p.desc span {
		font-size: 4vw;
	}
	.result {
		padding: 20px 20px;
		margin-bottom: 40px;
	}
	.result dt{
		font-size: 4vw;
	}
	.result span {
		font-size: 7vw;
		margin-right: 20px;
	}
	.table h3 {
		font-size: 4vw;
		margin-bottom: 20px;
	}
}