@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------*/
/*main layout css*/
/*--------------------------------------------------*/
body{
	margin: 0px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック","Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	overflow-x: hidden;
	overflow-y: auto;
	min-height: 100%;
}


.container{
	width: 100vw;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.wrapper{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
section{
	display: block;
	width: 100%;
}
.contents{
	min-height:  100%;
	width: 94%;
	margin: 0 3%;
}
section.feature{
	margin: 0 auto;
}

.border22{
	border-bottom: double 3px #CCC;
	padding: .2em .5em;
	font-weight: bold;
}

.txt p{
	margin: 0 0 5px;
}

.al_right{
	text-align: right;
}

p.tit {
	margin-top: 10px;
	font-size: 115%;
	font-weight: bold;
}

.kitei {
	margin-top: 80px;
	font-size: 106%;
	font-weight: bold;
}

/* set */
.set1{
	padding-left: 2.1em;
	text-indent: -1.6em;
}
.set2{
	padding-left: 2.3em;
	text-indent: -2.6em;
}
.set3{
	padding-left: 0.5em;
}
.set4{
	padding-left: 2.2em;
}
.set5{
	padding-left: 1.0em;
	text-indent: -1.0em;
}


/* margin/padding */
.mb0{
	margin-bottom: 0px !important;
}
.mb5{
	margin-bottom: 5px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb30{
	margin-bottom: 30px !important;
}

ul.disc,
ul.num_list{
	margin: 0;
}
ul.disc li{
	list-style: none;
	padding-left: 1em;
	background: url(/common/images/tip_list-disc.gif) left 0.2em no-repeat;
}

ul.num_list li {
	list-style: none;
}

/*clearfix*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

@media screen and (min-width: 768px) {
	section.feature {
		height: 100vh;
	}
}