@charset "UTF-8";


/*PC--------------------------------------------------------------------------------------*/

body
{
	margin: 0;
}

#content
{
	background: url("../images/common/bg.jpg") top center no-repeat #fff;
	background-size: contain;
	padding: 2.727272%;
	box-sizing: border-box;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.7;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	color: #333;
}
#content a:link
{
	color: #0c6bbb;
}
#content a:visited
{
	color: #0c6bbb;
}
#content a:hover
{
	text-decoration: none;
	color: #f90;
}
#content img
{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#content p
{
	margin-top: -0.4em;
	margin-bottom: 1.6rem;
}
#content p:last-child
{
	margin-bottom: 0;
}

#ssh-header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 40%;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}
#ssh-header .logo
{
	top: 17%;
	right: 2.727272%;
	position: absolute;
	width: 40%;
}
#ssh-header .logo h1
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 54.35114%;
	position: relative;
	width: 100%;
	background: url("../images/common/logo.png") no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
}
#ssh-header .sns
{
	position: absolute;
	top: 0;
	right: 0;
}
#ssh-header .sns ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#ssh-header .sns ul li
{
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 5px;
}
#ssh-header .sns ul li img
{
	width: 100%;
}
#ssh-wrap
{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	background: url("../images/common/bg.png");
	border-radius: 10px;
	overflow: hidden;
	padding: 2.727272%;
	box-sizing: border-box;
}
#ssh-wrap h2.midashi01
{
	background: url("../images/common/midashi01.png") no-repeat center #ffa9cf;
	border: 3px solid #fff;
	padding: 0.5em;
	text-align: center;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	margin: 0 0 2.727272% 0;
	font-size: 1.4em;
	border-radius: 50px;
	text-indent: -9999px;
}
#ssh-wrap h2.midashi02
{
	background: url("../images/common/midashi02.png") no-repeat center #73D8FF;
	border: 3px solid #fff;
	padding: 0.5em;
	text-align: center;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	margin: 0 0 2.727272% 0;
	font-size: 1.4em;
	border-radius: 50px;
	text-indent: -9999px;
}
#ssh-wrap h2.midashi03
{
	background: url("../images/common/midashi03.png") no-repeat center #5de47d;
	border: 3px solid #fff;
	padding: 0.5em;
	text-align: center;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	margin: 0 0 2.727272% 0;
	font-size: 1.4em;
	border-radius: 50px;
	text-indent: -9999px;
}
#ssh-wrap .text-wrap1
{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.727272%;
}
#ssh-wrap .text-wrap1 .text1
{
	flex: 1;
	padding-right: 2.727272%;
	box-sizing: border-box;
}
#ssh-wrap .text-wrap1 .text1 h3
{
	margin: 0 0 2.727272% 0;
	color: #f90;
}
#ssh-wrap .text-wrap1 .spec
{
	flex-basis: 30%;
}
#ssh-wrap .text-wrap1 .spec dl
{
	margin: 0;
	font-size: 0.8em;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #ffa9cf;
	padding: 1em;
	margin-bottom: 2.727272%;
}
#ssh-wrap .text-wrap1 .spec dl dt
{
	color: #e66464;
	width: 6em;
	font-weight: bold;
	float: left;
}
#ssh-wrap .text-wrap1 .spec dl dd
{
	margin: 0 0 0 6em;
}
#ssh-wrap ul.pic-wrap
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.363636%;
	padding: 0;
}
#ssh-wrap ul.pic-wrap li
{
	flex-basis: 50%;
	padding: 0 1.363636%;
	box-sizing: border-box;
	margin-bottom: 2.727272%;
}
#ssh-wrap ul.pic-wrap li img
{
	width: 100%;
}
#ssh-wrap ul.chara-wrap
{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#ssh-wrap ul.chara-wrap li
{
	flex-basis: 50%;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 2.727272%;
}
#ssh-wrap ul.chara-wrap li img
{
	width: 100%;
}
.ssh-footer
{
	text-align: center;
	padding-top: 3%;
	font-size: 0.8em;
}
#ssh-wrap ul.pickup-banner
{
	list-style: none;
	margin: 0 -1.5%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
#ssh-wrap ul.pickup-banner li
{
	flex-basis: 33.333333%;
	box-sizing: border-box;
	padding: 0 1.5%;
}
#ssh-wrap ul.pickup-banner li img
{
	width: 100%;
}

/*RESPONSIVE--------------------------------------------------------------------------------------*/


@media only screen and (max-width: 990px) {
	
#ssh-wrap .text-wrap1 .spec dl dt
{
	color: #e66464;
	width: 100%;
	font-weight: bold;
	float: none;
}
#ssh-wrap .text-wrap1 .spec dl dd
{
	margin: 0;
}

}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 700px) {

#content
{
	font-size: 14px;
}
#ssh-header
{
	top: 0px;
	left: 0px;
	height: 0;
    padding-top: 80%;
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}
#ssh-header .logo
{
	top: auto;
	bottom: 0;
	right: 5%;
	position: absolute;
	width: 90%;
}
#ssh-header .sns ul li
{
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 5px;
}
#ssh-wrap
{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	background: url("../images/common/bg.png");
	border-radius: 10px;
	overflow: hidden;
	padding: 4%;
	box-sizing: border-box;
}
#ssh-wrap h2.midashi01,
#ssh-wrap h2.midashi02,
#ssh-wrap h2.midashi03
{
	background-size: 150px;
	padding: 0.2em;
}
#ssh-wrap .text-wrap1
{
	display: block;
	flex-wrap: wrap;
	margin-bottom: 2.727272%;
}
#ssh-wrap .text-wrap1 .text1
{
	flex: 1;
	padding-right: 0;
	box-sizing: border-box;
	margin-bottom: 2.727272%;
}
#ssh-wrap .text-wrap1 .spec
{
	flex-basis: 30%;
}
#ssh-wrap ul.pic-wrap
{
	list-style: none;
	display: block;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#ssh-wrap ul.pic-wrap li
{
	flex-basis: 50%;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 2.727272%;
}
#ssh-wrap ul.chara-wrap
{
	list-style: none;
	display: block;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#ssh-wrap ul.chara-wrap li
{
	flex-basis: 50%;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 2.727272%;
}
#ssh-wrap ul.pickup-banner li
{
	flex-basis: 100%;
	box-sizing: border-box;
	padding: 0 1.5%;
	margin-bottom: 3%;
}
#ssh-wrap ul.pickup-banner li:last-child
{
	margin-bottom: 0;
}	
}


