@charset "utf-8";

body {
	position: relative;
	margin: 0;
	min-width: 360px;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-smooth: always;
	line-height: 1.8;
	}

/*----------------------------------------
  anchor color
----------------------------------------*/
a {
	color: #000000;
	text-decoration: none;
	}

a:link {
	color: #333333;
	text-decoration: none;
	}

a:hover {
	color: blue;
	text-decoration: underline;
	}

a:hover img {
	opacity: 0.5;
	}

svg {
	vertical-align: middle;
	}

.fl_l{
	float:left;
	}

.fl_r{
	float:right;
	}

.pc_none {
	display: none;		/*SP用画像を非表示*/
	}

.sp_none {
	display: block;		/*PC用画像を表示*/
	}

/*----------------------
      header
------------------------*/

.header {
	margin-top: 10px;
	
	}

.header_inner {
	width: 900px;
	margin: 0 auto;
	padding: 10px 20px 0px 20px;
	}

.title_area {
	margin: 0;
	display: block;
	vertical-align: middle;
	}

.header_logo {
	width: 10%;
	}

.header_title {
	width: 64%;
	}

.header_titech {
	float: right;
	width: 20%;
	}


/*----------------------------------------
  メインコンテンツレイアウト部分
----------------------------------------*/

.wrapper {
	background: url(../images/bg.png);
	}

.container {
	margin: 0 auto;
	width: 980px;
	padding: 20px 10px 20px 10px;
	
	}

.keyvisual-wrapper {
	margin: 0 auto;
	position: relative;
	}

.top_image img {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	}

.information1 {
	position: absolute;
	margin: 0;
	top: 6%;
	left: 8%;
	}

.information1 img {
	width: 26%;
	}

.information2 {
	position: absolute;
	top: 14%;
	left: 8%;
	font-family: MSPGothic;
	font-size: 2.0rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
	}

.information3 {
	position: absolute;
	top: 30%;
	left: 8%;
	font-family: 'Homenaje', sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	}

.information4 {
	position: absolute;
	top: 42%;
	left:8%;
	font-family: 'Homenaje', sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}

.information5 {
	position: absolute;
	top: 56%;
	left:17%;
	font-family: 'Homenaje', sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	}

.information {
	display: none; /* スマートフォンでは非表示 */
	}

.con_box {
	margin: 0 auto;
	overflow: hidden;
	width: 900px;
	padding: 4px 10px 10px 10px;
	text-align: left;
	line-height: 1.6;
	}

.con_name {
	width: 100%;
	color: #005396;
	border-left: 6px solid #005396;
	padding-left:15px;
	margin-bottom: 10px;
	margin: 10px 0 25px;
	font-size: 1.2rem;
	font-weight: bold;
	}

.con_text1 {
	width: 100%;
	text-align: left;
	padding-left: 10px;
	line-height: 1.4;
	}

.illust{
	padding-left: 20%;
	}

.illust img{
	width: 60%;
	}

.icons{
	padding-left: 10%;
	}

.icons img{
	width: 5%;
	}

.con_text2 {
	width: 100%;
	text-align: right;
	padding-left: 2px;
	
	line-height: 1.6;
	}


/*----------------------
      footer
---------------------*/

footer {
	margin: 0 auto;
	background-color: #dddddd;
	text-align: center;
	}

footer .footer-inner {
	margin: 0 auto;
	width: 90%;
/*	background-color: cyan;  */
	padding: 20px 0 200px;
	font-size: 1.0rem;
	color: #000000;
	}

footer .copyright {
	font-size: 0.8rem;
	color: #000000;
	}



/**************************************************
			768px以上（パソコン画面）に適用
**************************************************/


@media screen and (min-width: 768px) {
	
	.information1 {
		top: 5%;
		left: 8%;
		}
	
	.information1 img {
		width: 30%;
		}
	
	.information2 {
		top: 14%;
		left: 8%;
		}
	
	.information3 {
		top: 30%;
		left: 8%;
		}
	
	.information4 {
		top: 42%;
		left:8%;
		}
	
	.information5 {
		top: 56%;
		left:17%;
		}
	
	.con_name {
		font-size: 1.4rem;
		｝
	
	}


