@charset "utf-8";
html{ font-size: 62.5%; }
body{
	margin: 0;
	background: #fff;
	font-family: 'Roboto', 'Hiragino Sans', 'Meiryo', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 16px;
	font-size: 1.6em;
	line-height: 1.6em;
	color: #151515;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a,a:link,a:visited{ color: #0050cc; text-decoration: underline; webkit-transition: 0.7s; transition: 0.7s; }
a:hover,a:active{ color: #5892e0; }

#header, #content, #footer{
	width: 100%;
	margin: 0;
	padding: 0;
}

p{ margin-bottom: 1.5em; }
.big1{ font-size: 140%; }
.big2{ font-size: 120%; }
.small1{ font-size: 90%; line-height: 1.8em; }
.small2{ display: inline-block; margin: 4px 0; font-size: 80%; line-height: 1.8em; }
.al-c{ text-align: center; }
.al-r{ text-align: right; }
.block{ display: block; }
.m0b{ margin-bottom: 0!important; }
.m3b{ margin-bottom: 3em!important; }
.m4b{ margin-bottom: 4em!important; }
.m0t{ margin-top: 0!important; }
.m1t{ margin-top: 1em!important; }
.m3t{ margin-top: 3em!important; }
.p0t{ padding-top: 0!important; }
.p0b{ padding-bottom: 0!important; }
.bold{ font-weight: bold; }
.red{ color: #e71f19; }
.indent{ text-indent: -1.2em; padding-left: 1.2em; }
.under{ text-decoration: underline; }
.imp-yellow{ background-color: #ff8; padding: 0 2px; font-weight: bold; }

img{ max-width: 100%; height: auto; }
.clearfix:after,.clearfix:before{content:"";display:block;overflow:hidden}.clearfix:after{clear:both}.clearfix{zoom:1}
.flex{ display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.toppage h1{
	margin-top: 50px;
	text-align: center;
}
#header{
	padding: 1px 0;
}
#header h1{
	margin: 10px;
}
.t_area{
	position: relative;
	margin-bottom: 5px;
	padding: 30px 5% 10px;
}
#in_block .t_area,
#footer .t_area{
	max-width: 1500px;
    margin: 0 auto 5px;
}

/* -------------------- */

#in_title{
	position: relative;
	width: 100%;
	padding: 30px 50px;
	background: #222;
	overflow: hidden;
}
#in_title h2{
	position: relative;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.3em;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 5px #777;
}

#in_block{
	margin-bottom: 100px;
}

#in_block table{
	width: 100%;
	border: 1px solid #ccc;
}
#in_block table tr{
	border-bottom: 2px solid #fff;
}
#in_block table tr:last-child{
	border-bottom: none;
}
#in_block table th{
	position: relative;
	max-width: 30%;
	min-width: 250px;
	padding: 15px;
	background-color: #6e5b33;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
#in_block table td{
	padding: 15px 15px 15px 30px;
	background-color: #f5f5f5;
}
#in_block table td ul,
#in_block table td ol{
	margin-bottom: 0;
}

.pp{
	font-size: 95%;
}
.pp p{
	margin-bottom: 0.5em;
}
.pp h3{
	margin: 2em 0 0.5em;
	padding-left: 10px;
	border-left: 7px solid #c1a557;
}

/* -------------------- */

#footer{
	position: relative;
	color: #888;
	font-size: 90%;
	text-align: center;
}
#footer a{ text-decoration: none; }
#footer a,#footer a:link,#footer a:visited{ color: #888; }
#footer a:hover,#footer a:active{ color: #aaa; }

#footer .t_area{
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
#footer ul{
	display: flex;
	justify-content: center;
}
#footer ul li{
	margin: 0 15px;
}
#footer #copy{
	margin-top: 10px;
	color: #bbb;
}


/*******************************************
Multi Screen
********************************************/
@media screen and (max-width:769px){
body{ line-height: 1.6em; }

#in_title{
	padding: 20px 2%;
	text-align: center;
}
#in_title h2{
	font-size: 26px;
	font-size: 2.6rem;
}

#in_block table th,
#in_block table td{
	max-width: none;
	min-width: auto;
	display: block;
	width: 100%;
	padding: 20px 15px 15px;
}
#in_block table th{
	text-align: left;
}
#in_block table th:after{
	top: auto;
	left: 24px;
	right: 0;
	bottom: -24px;
	border-top: 12px solid #55b3c1;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}
}
