@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

/* main */

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
	text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

.container{
	max-width:100%;
	padding:0;
/*	overflow:hidden; */
}
.container_margin{
	margin-left:10vw;
	position: relative;
}

/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 10px 10px 10px 0;
	text-align: center;
	font-size: 12px;
	border-top: 1px solid #e6e6e6;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

img{
	width: 100%;
	height: auto;
}

section{
	clear:both;
}

@media (max-width: 750px) {

	#sec_header{
		padding: 30px 0 100px 0;
	}
}


/* SEC01 COMPANY
------------------------------------------------------------*/

#sec01{
	margin-top: 5px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}


@media only screen and (min-width: 750px){
	.col2 li{
		width: 49%;
		padding: 0 3%;
		vertical-align: top;
	}

}


#sec01 dl{
	line-height: 1.2;
}

#sec01 dt{
	clear: left;
	float: left;
	display: block;
	width: 40%;
	margin-right: 3%;
	margin-bottom: 10px;
	text-align: right;
	line-height: 1.6em;
}

#sec01 dd{
	width: 50%;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.6em;
}


@media only screen and (max-width: 750px){
	#sec01 dt{
		display: flex;
		float: left;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#sec01 dd{
		clear: left;
		float: left;
		width: 100%;
		margin-left: 5px;
		margin-bottom: 5px;
	}
}

section h2{
	font-size: 20pt;
	font-weight:normal;
	text-align: center;
	padding: 20px 0 20px 0;
}

.company {
	font-size: 22px;
}

.company span {
/*	display: flex;*/
	align-items: center;
	color: #498ee0;
	font-size: 22px;
	text-transform: uppercase;
}


@media (max-width: 750px) {

	section h2{
		font-weight:normal;
		text-align: center;
		padding: 20px 0 20px 0;
	}

	.company {
		font-size: 16pt;
	}

	.company span {
	/*	display: flex;*/
		align-items: center;
		color: #498ee0;
		font-size: 22px;
		text-transform: uppercase;
	}

}

.pc{ display: block !important; }
.sp{ display: none !important; }

@media only screen and (max-width: 750px) {
	.pc{ display: none !important; }
	.sp{ display: block !important; }
}
