@charset "UTF-8";

@font-face {
	font-family: 'DIN Alternate Bold';
	src: url('../../font/DINAlternate-Bold.eot');
	src: url('../../font/DINAlternate-Bold.eot?#iefix') format('embedded-opentype'),
		url('../../font/DINAlternate-Bold.woff') format('woff'),
		url('../../font/DINAlternate-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.din{
	font-family: 'DIN Alternate Bold', sans-serif;
}

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{
	height:100%;
}

html{
	font-size:62.5%;
}
#page_designdatastore_group {
	text-align:left;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

main *,
main *:before,
main *:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box; }

@media screen and (min-width: 769px) {
	a:hover{
		opacity: 0.8;
	}

	a[href^="tel:"]{
		pointer-events: none;
	}
}


input, textarea, select {
	vertical-align:middle;
	background-color: #fff;
}
button{
	 background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
}
input,select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
select::-ms-expand{
	display: none;
}
textarea{
	resize: none;
}
button,input[type="submit"],select{
	cursor:pointer;
}
input[type="radio"]:checked{
	appearance: none;
}


.wrap{
	max-width: 1100px;
	margin: 0 auto;
}

.sp{
	display: none;
}


@media screen and (max-width: 768px) {
	body{
		min-width: 0;
	}

	h1, h2, h3, h4, h5, h6, p, address,
	ul, ol, li, dl, dt, dd,
	table, th, td, img, form {
		font-size: 1.5rem;
	}

	.wrap{
		width: 92%;
		max-width: initial;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.sec_ttl{
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.5;
	text-align:left;
}

.sec_ttl::before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 50px;
	height: 10px;
	background-color: #FF0000;
}

.sec_ttl + .lead{
	line-height: 1.8;
}

.en_ttl{
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 100px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
}

.en_ttl span{
	display: block;
	text-transform: uppercase;
	font-family: 'DIN Alternate Bold',sans-serif;
	font-size: 6.0rem;
	letter-spacing: 0.1em;
}

.en_ttl::before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 50px;
	height: 10px;
	background-color: #FF0000;
}

.head_ttl{
	padding: 57px 0 78px;
	background-color: #F4F5F5;
}

.head_ttl > *{
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
}

.head_ttl > * span:first-child{
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: 'DIN Alternate Bold',sans-serif;
	font-size: 6.0rem;
	letter-spacing: 0.1em;
}

.head_ttl span{
	display: inline-block;
}

.gray{
	background-color: #F4F5F5;
}

.arw::before{
	content: "▶";
}

.bold{
	font-weight: bold;
}


@media screen and (max-width: 768px) {
	.sec_ttl{
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 2.0rem;
	}
	.sec_ttl::before{
		width: 25px;
		height: 5px;
	}

	.en_ttl{
		padding-bottom: 15px;
		margin-bottom: 50px;
		font-size: 1.3rem;
	}
	.en_ttl span{
		font-size: 3.0rem;
	}
	.en_ttl::before{
		width: 25px;
		height: 5px;
	}

	.head_ttl{
		padding: 17px 5px 20px;
	}
	.head_ttl > *{
		font-size: 1.3rem;
	}
	.head_ttl > * span:first-child{
		font-size: 3.0rem;
	}


}



/* ------------------------------
    clearfix
------------------------------ */

.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


footer {
    padding-bottom: 40px;
    background-color: #2C3742;
    border-bottom: 1px solid #2C3742;
}