@charset "utf-8";

/* ============================================
 *
 * styles on per page
 *
============================================ */

/* ============================================
	top
============================================ */

#top_wrapper{
	background-image: url("../images/mv.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 130px;
}

#topbox01 #boxintro {
	position: relative;
	top: 80px;
	border:#FFCC00 3px solid;
	padding: 15px 15px 0;
	background-color: white;
}
#topbox01 #boxintro  h2 {
	font-size: 20px;
	font-weight: bold;
	color: #e20000;
	margin-bottom: .2em;
}
#topbox01 #boxintro  h3 {
	margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
#topbox01 #boxintro  p {
	margin-bottom: 1em;
}
@media(min-width:768px){
	#topbox01 #boxintro .left {
		max-width: calc(100% - 250px);
	}
}
		
.h2_basic01 {
	font-size: 20px;
    color: white;
    padding: .1em .5em 0;
    border-radius: 3px;
	margin-bottom: 15px;
}
.h2_basic01.a {
    background: linear-gradient(to right,rgb(0,4,99), rgb(0,171,163));
}
.h2_basic01.b {
    background: linear-gradient(to right,rgb(0,4,99), rgb(183,2,169));
}

.h2_basic01::before {
	content: "";
	background-image: url("../images/icon-company.png");
	background-size: contain;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	top: .15em;
	margin-right: .5em;
}
.table_top_pickup {
}

.table_top_pickup li {
	padding:10px;
	border-radius: 3px;
	overflow: hidden;
}
.table_top_pickup li .pkup-thum {
	background-color: #EFF3FC;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 5px;
}
@media(min-width:768px){
.table_top_pickup li .pkup-thum {
	padding-top: 100%;	
	}
}
@media(max-width:767px){
.table_top_pickup li .pkup-thum {
	float: left;
	width: 48%;
	margin-right: 2%;
	padding-top: 50%;
	}
}
.table_top_pickup li .icon-present img {
	width: 15px;
	height: auto;
	vertical-align: baseline;
}
.table_top_pickup .com-title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: .1em;
}

/*#top_form_left {
	float:left;
	margin:20px 0 0 20px;
}*/

#top_form_right {
	float:left;
	margin:23px 0 0 10px;
}

.h3_top_shoko {
	margin:30px 0 17px 0;
}


/* ============================================
	contact
============================================ */

