@charset "UTF-8";
/*------------------------------------------------------------content*/
/*section01*/
#info_sec01 {
	position: relative;
	margin-bottom: 100px;
	background: url(../img/common_img/bg_colk.jpg);
	box-shadow: 0 0 5px #000;
	border: 2px solid rgba(255,255,255,0.2);
	padding: 50px 0;
}
#info_sec01 .container > p:first-of-type {
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	text-shadow: 0 0 3px #000, 0 0 3px #000;
}
#info_sec01 .container section.txbox {
	padding: 20px;
	margin-bottom: 20px;
	background: linear-gradient(-45deg, #225ff0 25%, #1f55d8 25%, #1f55d8 50%, #225ff0 50%, #225ff0 75%, #1f55d8 75%, #1f55d8);
	background-size: 8px 8px;
	border-radius: 4px;
	box-shadow: 0 5px 0 #092568;
}
#info_sec01 .container section.txbox h3 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
#info_sec01 .container section.txbox p {
	margin-top: 20px;
	padding-top: 10px;
	color: #fff;
	border-top: 3px dotted #fff;
}
#info_sec01 table {
	width: 100%;
	margin-bottom: 30px;
  border-collapse:separate;
  border-spacing:5px;
}
#info_sec01 table tr th {
	padding: 10px 15px;
	font-size: 16px;
	font-weight: normal;
	color: #225ff0;
	display: block;
	text-align: left;
	background: linear-gradient(-45deg, #fff 25%, #F3F3F3 25%, #F3F3F3 50%, #fff 50%, #fff 75%, #F3F3F3 75%, #F3F3F3);
	background-size: 8px 8px;
	margin-bottom: -1px;
}
#info_sec01 table tr td {
	padding: 10px 15px;
	font-size: 16px;
	display: block;
	text-align: left;
	background: #fff;
}
#info_sec01 .drone_plate {
	width: 240px;
	position: absolute;
	top: 500px;
	left: 0;
	right: 0;
	margin: auto;
}
#info_sec01 .drone_plate.slideInLeftOutRight768, #info_sec01 .drone_plate.slideInLeftOutRight992, #info_sec01 .drone_plate.slideInLeftOutRight1200 {
	display: none;
}
#info_sec01 ul {
	font-size: 0;
	margin-bottom: 30px;
}
#info_sec01 ul li {
	display: inline-block;
	width: 50%;
}
#info_sec01 ul li:nth-child(1) {
	-moz-transform: rotate( 3deg );  /* Firefox用 */
	-webkit-transform: rotate( 3deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform: rotate( 3deg );  /* 古いOpera用 */
	-ms-transform: rotate( 3deg );  /* IE9用 */
	transform: rotate( 3deg );  /* CSS3の書き方 */
}
#info_sec01 ul li:nth-child(2) {
	-moz-transform: rotate( -5deg );  /* Firefox用 */
	-webkit-transform: rotate( -5deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform: rotate( -5deg );  /* 古いOpera用 */
	-ms-transform: rotate( -5deg );  /* IE9用 */
	transform: rotate( -5deg );  /* CSS3の書き方 */
}
#info_sec01 ul li:nth-child(3) {
	-moz-transform: rotate( -5deg );  /* Firefox用 */
	-webkit-transform: rotate( -5deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform: rotate( -5deg );  /* 古いOpera用 */
	-ms-transform: rotate( -5deg );  /* IE9用 */
	transform: rotate( -5deg );  /* CSS3の書き方 */
}
#info_sec01 ul li:nth-child(4) {
	-moz-transform: rotate( 10deg );  /* Firefox用 */
	-webkit-transform: rotate( 10deg );  /* Chrome,Safari,新しいOpera用 */
	-o-transform: rotate( 10deg );  /* 古いOpera用 */
	-ms-transform: rotate( 10deg );  /* IE9用 */
	transform: rotate( 10deg );  /* CSS3の書き方 */
}
#info_sec01 ul li img {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
	border: 5px solid #fff;
	box-shadow: 0 0 5px #000;
}
#info_sec01 ul li img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}


@media print, screen and (min-width:480px) {
#info_sec01 .drone_plate.slideInLeftOutRight480 {
	display: none;
}
#info_sec01 .drone_plate.slideInLeftOutRight768 {
	display: inline-block;
}
}
@media print, screen and (min-width:768px) {
#info_sec01 table tr th {
	display: table-cell;
}
#info_sec01 table tr td {
	display: table-cell;
}
#info_sec01 table tr:nth-child(odd) th, #info_sec01 table tr:nth-child(odd) td {
	background: linear-gradient(-45deg, #fff 25%, #F3F3F3 25%, #F3F3F3 50%, #fff 50%, #fff 75%, #F3F3F3 75%, #F3F3F3);
	background-size: 8px 8px;
}
#info_sec01 table tr:nth-child(even) th, #info_sec01 table tr:nth-child(even) td {
	background: #fff;
}
#info_sec01 .drone_plate.slideInLeftOutRight768 {
	display: none;
}
#info_sec01 .drone_plate.slideInLeftOutRight992 {
	display: inline-block;
}
}
@media print, screen and (min-width:992px) {
#info_sec01 ul {
	clear: both;
}
#info_sec01 ul li {
	width: 25%;
}
#info_sec01 .drone_plate.slideInLeftOutRight992 {
	display: none;
}
#info_sec01 .drone_plate.slideInLeftOutRight1200 {
	display: inline-block;
}
}
/*section02*/
#info_sec02 {
	padding:50px 0 70px;
	position: relative;
}
#info_sec02 ul {
	font-size: 0;
}
#info_sec02 ul li {
	position: relative;
	cursor: pointer;
	margin: 0 auto 20px;
	max-width: 300px;
}
#info_sec02 ul li > figure {
	position: relative;
	z-index: 10;
}
#info_sec02 ul li > figure img {
	border: 5px solid #fff;
	box-shadow: 0 0 5px #000;
}
#info_sec02 ul li > figure img:hover  {
	border: 5px solid #1f55d8;
}
#info_sec02 ul li div {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	z-index: 100;
}
#info_sec02 ul li div a {
	position: relative;
	display: block;
	padding: 15px;
	background: linear-gradient(-45deg, #225ff0 25%, #1f55d8 25%, #1f55d8 50%, #225ff0 50%, #225ff0 75%, #1f55d8 75%, #1f55d8);
	background-size: 8px 8px;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
}
#info_sec02 ul li div a:hover {
	background: #0F3EAC;
}
#info_sec02 ul li div a:after {
	border: 10px solid transparent;
	border-bottom-color: #225ff0;
	border-top-width: 0;
	top: -10px;
	content: "";
	display: block;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 0;
}
#info_sec02 ul li div a:hover:after {
	border-bottom-color: #0F3EAC;
}
#info_sec02 ul li div.goonet a {
	text-align: left;
}
#info_sec02 ul li div.goonet a figure {
	max-width: 140px;
	margin-left: 10px;
	float: right;
	text-align: left;
}
#info_sec02 ul li div a h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 24px;
	text-decoration: underline;
}
#info_sec02 ul li div a p {
	color: #fff;
	text-align: left;
	font-size:14px;
}
@media print, screen and (min-width:480px) {
#info_sec02 ul li {
	display: inline-block;
	margin: 0 auto 20px;
	max-width: 400px;
	width: 48%;
}
#info_sec02 ul li:nth-child(odd) {
	margin-right: 4%;
}
}
@media print, screen and (min-width:992px) {
#info_sec02 ul li {
	width: 31%;
	margin-right: 2.333333333%;
}
#info_sec02 ul li:nth-child(odd) {
	margin-right: 2.333333333%;
}
#info_sec02 ul li:nth-child(3n) {
	margin-right: 0;
}
}
@media print, screen and (min-width:1200px) {
#info_sec02 {
	margin-bottom: 100px;
}
#info_sec02 ul li {
	width: 19%;
	margin-right: 1.25%;
}
#info_sec02 ul li:nth-child(odd) {
	margin-right: 1.25%;
}
#info_sec02 ul li:nth-child(3n) {
	margin-right: 1.25%;
}
#info_sec02 ul li:last-child {
	margin-right: 0;
}
#info_sec02 ul li div {
	bottom: -150px;
}
#info_sec02 ul li div.goonet {
	bottom: -260px;
}
#info_sec02 ul li div.goonet a {
	text-align: center;
}
#info_sec02 ul li div.goonet a figure {
	float: none;
	margin:0 auto 10px;
}
}

/*section03*/
#info_sec03 {
	margin:30px 0 50px;
	position: relative;
}
#info_sec03 .info_wrap {
	position: relative;
	background: linear-gradient(-45deg, rgba(255,255,255,0.5) 25%, rgba(255,255,255,0.7) 25%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0.7) 75%, rgba(255,255,255,0.7)), url(../img/info_img/sec01_ph05.jpg) center center no-repeat;
	background-size: 8px 8px, cover;
	padding: 50px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#info_sec03 .info_wrap .tx_box {
	padding:20px 10px;
	background: rgba(255,255,255,0.5);
}
#info_sec03 .info_wrap .tx_box h3 {
	margin-bottom: 20px;
}
#info_sec03 .info_wrap .tx_box h3 span {
	display: block;
}
#info_sec03 .info_wrap .tx_box h3 span:first-child {
	margin-bottom: 15px;
}
#info_sec03 .info_wrap .tx_box h3 span img {
	width:100%;
	max-width: 700px;
	height: auto;
}
#info_sec03 .info_wrap .tx_box p {
	margin-bottom: 20px;
	font-family: "NotoSansBold";
	font-size:18px;
}
#info_sec03 .info_wrap .tx_box p:last-child {
	margin-bottom: 0;
}
#info_sec03 .info_wrap .tx_box br.sp_nowrap {
	display: none;
}
@media print, screen and (min-width:768px) {
#info_sec03 .info_wrap .tx_box {
	padding:30px;
}
#info_sec03 .info_wrap .tx_box h3 {
	margin-bottom: 40px;
}
#info_sec03 .info_wrap .tx_box h3 span:first-child {
	margin-bottom: 20px;
}
#info_sec03 .info_wrap .tx_box p {
	line-height: 1.8;
	font-size:22px;
}
#info_sec03 .info_wrap .tx_box br.sp_nowrap {
	display: inline;
}
}

