@charset "UTF-8";
/* =============================================================
 structure.css
 =============================================================== */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	min-width: 1200px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	/*font: 12px/1.5 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font: 16px/2 Arial, "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	/*font: 13px/2 "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;*/
	*font-size: small;
	*font: x-small;
	background: #fff;
	color: #383838;
}
@media only screen and (max-width: 767px) {
	body {
		min-width: 100%;
		font: 12px/2 Arial, "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	}
}

a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a:link, a:visited {
	color: #0073be;
	text-decoration: none;
}
a:hover, a:active {
	color: #f04c0b;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border: 1px solid #aaa;
	font-size: inherit;
	font: 100%;
	line-height: 1.7em;
}
table th {
	padding: 15px 18px 13px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #ece9e5;
	text-align: center;
	vertical-align: middle;
}
table td {
	padding: 15px 18px 13px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
	text-align: left;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	table th {
		padding: 10px 8px 10px;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		background: #ece9e5;
		text-align: center;
		vertical-align: middle;
	}
	table td {
		padding: 10px 8px 10px;
		border-right: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		background: #fff;
		text-align: left;
		vertical-align: top;
      font-size: 12px;
	}
}

/*---layout-------------------------------------------------------------------*/

/* wrapper
---------------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 100%;
	min-width: 1100px;
	min-height: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	background: #f5efdf;
}
* html #wrapper {
	height: 100%;
}
#application #wrapper {
	background: #fff;
}

@media only screen and (max-width: 767px) {
	#wrapper {
		min-width: 100%;
	}
}

/* header
---------------------------------------------------------------- */
#header {
	width: 100%;
	height: 0;
	margin-bottom: 150px;
	background: #f0f0ee;
}
#header ul#header_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 850px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#header ul#header_bg li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 850px;
	animation-iteration-count: infinite;
	animation-duration: 60s;
}
#header ul#header_bg li:nth-child(1) {
	background: url(../images/mainimage01.jpg) no-repeat center top / cover;
	animation-name: slider-zoomin;
	animation-delay: -5s;
}
#header ul#header_bg li:nth-child(2) {
	background: url(../images/mainimage02.jpg) no-repeat center -100px / cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 5s;
}
#header ul#header_bg li:nth-child(3) {
	background: url(../images/mainimage01.jpg) no-repeat center top / cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 15s;
}
#header ul#header_bg li:nth-child(4) {
	background: url(../images/mainimage02.jpg) no-repeat center -100px / cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 25s;
}
#header ul#header_bg li:nth-child(5) {
	background: url(../images/mainimage01.jpg) no-repeat center top / cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 35s;
}
#header ul#header_bg li:nth-child(6) {
	background: url(../images/mainimage02.jpg) no-repeat center -100px / cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 45s;
}

@keyframes slider-zoomin {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	12.5% {
		opacity: 1;
	}
	20% {
		opacity: 1;
	}
	27.5% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		transform: scale(1.3);
	}
}
#header_topicks_wrap{
	width: 1100px;
	position: absolute;
	top: 119px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	z-index: 500;
}
#header_topicks{
	float: right;
	/* z-index: 12; */
	/* top: 400px; */
	margin-top: -5%;
	width: 505px;
	z-index: 999;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	border: 2px solid #f2f2f2;
	color: #fff;
}
#header_topicks .header_topicks__tit{
	padding: 15px;
}
#header_topicks .header_topicks__news{
	width:400px;
	position: relative;
	border-left: 2px solid #f2f2f2;
	padding: 13px 1em 13px;
	font-size: 14px;
}
#header_topicks .header_topicks__news:hover{
	background: #39939c;
}
a.header_topicks__news{
	color: #fff;
}
#header_topicks .header_topicks__news dt{
	text-align: left;
}
#header_topicks .header_topicks__news dd{
	text-align: left;
}
#header #header_inner {
	position: relative;
	width: 1100px;
	height: 800px;
	padding: 50px 0 0;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
}

#header_topicks2{
	float: right;
	z-index: 12;
	width: 50%;
	z-index: 999;
	-webkit-box-align: center;
	align-items: center;
	text-align: left;
	margin-top: 321px;
}
#header_topicks2 img{
	margin-bottom: 13px;
}
	
#header_topicks2 .header_topicks__tit{
	padding: 12px 0.7em 3px 0.7em;
	font-size:20px;
}

#header_topicks2 .header_topicks__news2{

	position: relative;
	padding: 0 0 13px 0.7em;
}

#header #header_l {
	position: absolute;
	top: 0;
	left: -610px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 490px; height: 700px;
	z-index: 999;
}
#header #header_l_t {
	width: 440px;
	/*height: 180px;*/
	padding: 50px 0 30px 50px;
	font-size: 16px;
	color: #fff;
	text-align: left;
}
#header #header_l_t.shinyokohama {background: rgba(59, 201, 32, 0.75);}
#header #header_l_t.kannai {background: rgba(16, 106, 199, 0.75);}
#header #header_l h1 .jpn {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 1;
    font-weight: normal;
}
#header #header_l h1 .jpn span {
	margin-left: 10px;
    padding: 5px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #fff;
	font-size: 20px;
    font-weight: bold;
	line-height: 24px;
	color: #06545b;
	text-align: center;
}
#header #header_l h1 .eng {
	margin-bottom: 10px;
	font-size: 60px;
	line-height: 1;
    font-weight: bold;
    letter-spacing: 5px;
}
#header #header_l .sub01 {
	font-size: 22px;
    font-weight: bold;
}

#header #logo {
	width: 183px;
	margin: 30px auto;
}
#header #logo img {
	width: 100%;
	height: auto;
}
#header #header_l_b {
	position: relative;
	width: 460px;
	/*height: 450px;*/
	padding: 30px 15px 30px;
	background: rgba(57, 147, 156, 0.9);
	color: #fff;
}
#header #header_l_b .sub＿tit {
	font-size:24px;
	font-weight: 700;
	text-align: center;
	line-height:1;
}
#header #header_l_b .tit {
	font-size:30px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 15px;
    line-height: 1.4;
}
#header #header_l_b .btn {
	width:250px;
	background: #fff;
	color: #06545b;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: 700;
	margin: 10px auto;
	border-radius: 10px;

}
#header #header_l_b .btn_application {
	display: block;
    width: 350px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background: #f5efdf;
    font-size: 18px;
    line-height: 50px;
    color: #000;
	text-align: center;
	margin: 30px auto 0;
}
#header #header_l_b #lead {
	margin-bottom: 20px;
	font-size: 17px;
    font-weight: bold;
	text-align: left;
}
#header #header_r {
	position: absolute;
	/*top: 50px;*/
	top: 30px;
	left: 0;
	right: -540px;
	bottom: 0;
	z-index: 11;
	width: 600px;
	margin: 0 auto;
	font-weight: bold;
	color: #39939c;
	text-align: left;
}
#header #header_r #header_box {
	width: 620px;
	overflow: hidden;
	margin-bottom: 10px;
}
#header #header_r p.bg {
	float: left;
	display: block;
	width: 200px;
	height: 40px;
	/*margin-left: 10px;*/
	margin-bottom: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #39939c;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
#header #header_r p.subbg {
	float: left;
	display: block;
	width: 190px;
	height: 38px;
	margin-left: 10px;
	border: 1px solid #39939c;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #fff;
	font-size: 14px;
	line-height: 38px;
	color: #39939c;
	text-align: center;
}
#header #header_r p.subbg02 {
	float: left;
	display: block;
	width: 120px;
	height: 38px;
	margin-left: 10px;
	border: 1px solid #39939c;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #fff;
	font-size: 14px;
	line-height: 38px;
	color: #39939c;
	text-align: center;
}
#header #header_r p.subtxt {
	margin-bottom: 20px;
	font-size: 16px;
}
#header #header_r p strong {
	margin-right: 20px;
	font-size: 50px;
}
#header #header_r #header_catch {
    font-weight: bold;
	color: #d54912;
}
#header #header_r #header_catch a {
    display: block;
    position: relative;
    margin-bottom: 10px;
	color: #d54912;
}
#header #header_r #header_catch .catch_tit {
    font-size: 24px;
    line-height: 1.5;
}
#header #header_r #header_catch .catch_big {
    font-size: 34px;
}
#header #header_r #header_catch .catch_small {
    font-size: 24px;
	color: #920205;
}
#header #header_r #header_catch .catch_details {
	position: absolute;
	top: 0;
	right: 80px;
	z-index: 20;
    width: 200px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #d54912;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#header #header_r #header_catch a:hover .catch_details {
	background: #600001;
}
#header #header_r #header_catch .catch_sub {
    font-size: 18px;
    line-height: 1.5;
}
#header #header_r #header_catch #bnr_shinyokohama {
	display: block;
    width: 330px;
	margin: 15px 0 0 210px;
	padding: 15px 0;
	border: 1px solid #06545b;
	background: #fff;
	font-size: 16px;
	line-height: 1.5;
	color: #06545b;
	text-align: center;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#header #header_r #header_catch #bnr_shinyokohama span {
	font-size: 14px;
	font-weight: normal;
}
#header #header_r #header_catch #bnr_shinyokohama:hover {
	background: #06545b;
	color: #fff;
}
#header #header_t{
	width: 1100px;
	position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
	z-index: 999;
	left: 50%;
    transform: translateX(-50%);
    margin: auto;
}
#header_t ul{
	display: flex;
	background: #06545b;
	float:right;
}
/* #header_t ul li{
	padding: 15px;
	width:220px;
	display: block;
	color: #fff;
	font-size: 12px;
} */
#header_t ul li a{
	padding: 15px;
	width:220px;
	display: block;
	color: #fff;
	font-size: 12px;
}
#header_t ul li.shinyokohama{
	background: #3bc920;
}
#header_t ul li.kannai{
	background: #106ac7;
}
header #header_m.kannai{
	background:#106ac7 ;
	color: #fff;
	font-weight: normal;
	padding: 8px 0;
}
header #header_m.shinyokohama{
	background:#3bc920 ;
	color: #fff;
	font-weight: normal;
	padding: 8px 0;
}
@media only screen and (max-width: 767px) {
	#header {
		width: 100%;
		height: auto;
		margin-bottom: 0;
		background: #f0f0ee;
	}
	#header ul#header_bg {
		display: none;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	#header #header_l {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		margin: 0 auto;
		width: 100%; height: 100%;
	}
	#header #header_l_t {
		width: 96%;
		height: auto;
		padding: 10% 2%;
		background: rgba(6, 84, 91, 0.75);
		text-align: center;
		color: #fff;
		font-size: 14px;
	}
    #header #header_l h1 .jpn {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1;
        font-weight: normal;
    }
    #header #header_l h1 .jpn span {
        margin-left: 5px;
        padding: 2px 5px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: #fff;
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        color: #06545b;
        text-align: center;
    }
    #header #header_l h1 .eng {
        margin-bottom: 5px;
        font-size: 30px;
        line-height: 1;
        font-weight: bold;
        letter-spacing: 2px;
    }
    #header #header_l .sub01 {
        font-size: 16px;
        font-weight: bold;
    }
    #header #header_l_b #lead {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: normal;
        text-align: left;
    }

	#header #header_r {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 11;
		width: 96%;
		margin: 0 auto 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		font-weight: bold;
		color: #39939c;
		text-align: center;
	}
	#header #header_r #header_box {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 5px;
	}
	#header #header_r p.bg {
		float: none;
		display: block;
		width: 280px;
		height: 32px;
		margin: 0 auto 10px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #39939c;
		font-size: 16px;
		line-height: 32px;
		color: #fff;
		text-align: center;
	}
	#header #header_r p.subbg,
	#header #header_r p.subbg02 {
		float: none;
		display: block;
		width: 190px;
		height: 32px;
		margin: 0 auto 5px;
		border: 1px solid #39939c;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		background: #fff;
		font-size: 12px;
		line-height: 32px;
		color: #39939c;
		text-align: center;
	}
    #header #header_r p.subtxt {
        margin-bottom: 10px;
        font-size: 12px;
    }
    #header #header_r p strong {
        margin-right: 10px;
        font-size: 20px;
    }
    #header #header_r #header_catch {
        font-weight: bold;
        color: #d54912;
    }
    #header #header_r #header_catch a {
        display: block;
        position: relative;
        margin-bottom: 5px;
        color: #d54912;
    }
    #header #header_r #header_catch .catch_tit {
        font-size: 16px;
        line-height: 1.5;
    }
    #header #header_r #header_catch .catch_big {
        font-size: 20px;
    }
	#header #header_r #header_catch .catch_small {
		display: block;
		font-size: 16px;
		color: #920205;
	}
    #header #header_r #header_catch .catch_details {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        z-index: 20;
        width: 200px;
        margin: 0 auto 10px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: #d54912;
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        text-align: center;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
    }
    #header #header_r #header_catch a:hover .catch_details {
        background: #600001;
    }
    #header #header_r #header_catch .catch_sub {
        font-size: 12px;
        line-height: 1.5;
    }
	#header #header_r #header_catch #bnr_shinyokohama {
		display: block;
		width: 100%;
		margin: 15px 0 0;
		padding: 5px 0;
		border: 1px solid #39939c;
		background: #fff;
		font-size: 12px;
		line-height: 1.5;
		color: #39939c;
		text-align: center;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
	}
	#header #header_r #header_catch #bnr_shinyokohama span {
		font-size: 11px;
		font-weight: normal;
	}
	#header #header_r #header_catch #bnr_shinyokohama:hover {
		background: #39939c;
		color: #fff;
	}
	#header #header_r p.subtxt {
		margin-bottom: 10px;
		font-size: 12px;
	}
	#header #header_r p strong {
		margin-right: 10px;
		font-size: 36px;
	}
	#header #header_inner {
		position: relative;
		width: 100%;
		height: auto;
		padding: 40px 0 0;
		margin: 0 auto;
		overflow: hidden;
		color: #fff;
	}
	#header h5.tit {
		width: 40%;
		margin: 0 auto 15px;
	}
	#header h5.tit img {
		width: 100%;
		height: auto;
	}
	#header #logo {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
		background: url("../images/mainimage01.jpg") no-repeat 60px bottom / 100% auto;
	}
	#header #logo img {
		width: 20%;
		height: auto;
		/*margin-right: 90px;*/
	}
	#header #header_l_b {
		position: relative;
		width: 96%;
		height: auto;
		padding: 20px 2% 25px;
		background: #39939c;
		color: #fff;
	}
	#header #header_l_b #lead {
		font-size: 12px;
		margin-bottom: 0;
		text-align: center;
	}
	#header_topicks_wrap{
		width:100%;
		position: relative;
		top:0;
		left: 0;
		transform: translateX(0);
		margin: auto;
		z-index: 500;
	}
	#header_topicks{
		float: none;
		z-index: 12;
		margin: 0 auto;
		width: calc( 100% - 4px ) ;
		z-index: 999;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		border: 2px solid #f2f2f2;
		color: #fff;
		background: #39939c;
	}
	#header_topicks .header_topicks__news{
		width:100%;
		position: relative;
		border-left: 2px solid #f2f2f2;
		font-size: 12px;
	}
	
	
	#header_topicks2 {
		float: none;
		z-index: 12;
		margin: 0 auto;
		width: calc( 100% - 4px );
		z-index: 999;
		/* display: flex; */
		-webkit-box-align: center;
		align-items: center;
		border: 2px solid #f2f2f2;
		color: #fff;
		background: #39939c;
	}
	#header_topicks2 img {width: 100%; }

	
	#header #header_l_b {
		position: relative;
		width: 96%;
		height: auto;
		padding: 20px 2% 25px;
		background: rgba(57, 147, 156, 0.7);
		color: #fff;
	}
	#header #header_l_b .tit {
		font-size:24px;
		font-weight: 700;
		text-align: center;
		margin: 0 0 15px;
	}
	#header_t ul li a {
		padding: 0;
		width: 100%;
		display: block;
		color: #fff;
		font-size: 12px;
	}
	#header #header_l_b .btn_application {
		font-size: 16px;
		width: 90%;
		margin: 0 auto;
	}
}

/* contents
---------------------------------------------------------------- */
iframe[src$=".pdf"]{
    width: 100%;
    height: 85vh;
}
.btn_rental-form a {
	/* display: block; */
	width: 350px;
	height: 50px;
	padding: 1% 4%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FF5F00;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}


#contents {
	width: 100%;
}
.clear{ overflow: hidden; clear: both;}
.section_inner {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto 80px;
}

#contents h3 {
	margin-bottom: 30px;
	padding-top: 20px;
	font-size: 32px;
	font-weight: bold;
	line-height: 24px;
}
#contents h3 span {
	font-size: 16px;
}
#contents h4 {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.35;
}


#section01 {
	position: relative;
	z-index: 50;
	width: 100%;
	padding-top: 50px;
}
#section01 ul {
	width: 100%;
	overflow: hidden;
}
#section01 ul li {
	margin-bottom: 50px;
	padding-left: 90px;
	text-align: left;
}
#section01 ul li:nth-child(1) {
	background: url("../images/icon01.png") no-repeat left top;
}
#section01 ul li:nth-child(2) {
	background: url("../images/icon02.png") no-repeat left top;
}
#section01 ul li:nth-child(3) {
	background: url("../images/icon02.png") no-repeat left top;
}
#section01 ul li:nth-child(4) {
	background: url("../images/icon02.png") no-repeat left top;
}
#section01 ul li:nth-child(5) {
	background: url("../images/icon03.png") no-repeat left top;
}
#section01 ul li:nth-child(6) {
	background: url("../images/icon02.png") no-repeat left top;
}
#section01 ul li .section01_inner01,
#section01 ul li .section01_inner02 {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
}
#section01 ul li .section01_inner01 img,
#section01 ul li .section01_inner02 img {
	width: 100%;
    height: auto;
}
#section01 ul li .section01_inner02 .section01_inner_r .inner_r_img {
    border: 2px solid #1f9199;
}
#section01 ul li .section01_inner01 .section01_inner_l {
	float: left;
    width: 643px;
}
#section01 ul li .section01_inner01 .section01_inner_r {
	float: right;
    width: 315px;
}
#section01 ul li .section01_inner02 .section01_inner_l {
	float: left;
	width: 643px;
}
#section01 ul li .section01_inner02 .section01_inner_r {
	float: right;
	width: 315px;
	margin-right: 15px;
}

#section01 .items-t{
	color:#FF5F00;
}

#section01 .schedule-02{
        width: 100%;
        background-color: #fff;
        border-radius: 12px;
        padding: 5% 0;
        text-align: center;
    }

@media screen and (max-width: 767px) {
#section01 .schedule-02 img{width: 80% !important;}
}

/* ----- SP ----- */
@media screen and (max-width: 767px) {
     #section01 .items{
        flex-wrap:wrap;
        }	
     #section01 .item {
	    min-width: 45%;
	    padding: 1%;
	    }
     #section01 .items02{
        flex-wrap:wrap;
        }	
     #section01 .item02 {
	    min-width: 46%;
	    padding: 1%;
	    flex-wrap: wrap;
	    }
#section04 .items03{
	display:flex;
	flex-wrap: nowrap;
	width: 100%;
}
#section04 .item03-img{
	width:80%;
}
#section04 .item03 {
	width: 100%;
	margin: 2% 0% 0% 0%;
	/* float: left; */
	}
#section04 .item-p{
	font-size:15px;
	text-align: left;
}
}

/* ----- PC ----- */
#section01 .items{
	display:flex;
	width: 100%;
}
#section01 .item {
	width: 22%;
	margin: 2% 2% 0% 0%;
	}

#section01 .items02{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
}
#section01 .item02 {
	width: 32%;
	margin: 2% 0% 0% 1%;
	float: left;
	}
#section01 .item-p{
	font-size:15px;
	text-align:center;
}

#section04 .items03{
	display:flex;
	flex-wrap: nowrap;
	width: 100%;
}
#section04 .item03-img{
	width:80%;
}
#section04 .item03 {
	width: 100%;
	margin: 2% 0% 0% 0%;
	/* float: left; */
	}
#section04 .item-p{
	font-size:15px;
	text-align: left;
}

#contents #section01 h4 {
	font-size: 48px;
    font-weight: bold;
	color: #39939c;
}
#contents #section01 .section01_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
#contents #section01 .section01_box_l {
	float: left;
	width: 13%;
}
#contents #section01 .section01_box_r {
	float: right;
	width: 85%;
}
#contents #section01 .section01_box_r p {
	font-size: 15px;
	line-height: 1.75;
}
#contents #section01 .section01_box_r strong {
	font-size: 17px;
}
#contents #section01 .section01_subtit {
	margin-bottom: 5px;
	font-size: 24px;
    font-weight: bold;
}
#contents #section01 .icon_cheer {
	margin-bottom: 15px;
	padding-left: 75px;
	background: url("../images/icon_cheer.png") no-repeat left center;
	font-size: 24px;
    font-weight: bold;
	line-height: 60px;
	color: #39939c;
}
#contents #section01 .section01_img_cheer {
	width: 400px;
}
#contents #section01 .section01_img_cheer img {
	width: 100%;
    height: auto;
}

#contents #section01 .icon_bus {
	margin-bottom: 15px;
	padding-left: 75px;
	background: url("../images/icon_bus.png") no-repeat left center;
	font-size: 24px;
    font-weight: bold;
	color: #39939c;
}
#contents #section01 .icon_shuji {
	margin-bottom: 15px;
	padding-left: 75px;
	background: url("../images/icon_shuji.svg") no-repeat 10px center;
	font-size: 24px;
    font-weight: bold;
	color: #39939c;
}
#contents #section01 .icon_piano {
	margin-bottom: 15px;
	padding-left: 75px;
	background: url("../images/icon_piano.svg") no-repeat 10px center;
	font-size: 24px;
    font-weight: bold;
	color: #39939c;
}
#contents #section01 .icon_programing {
	margin-bottom: 15px;
	padding-left: 75px;
	background: url("../images/icon_programing.svg") no-repeat 10px center;
	font-size: 24px;
    font-weight: bold;
	color: #39939c;
}
#contents #section01 .icon_english {
	margin-bottom: 15px;
	padding-left: 75px;
	background: url("../images/icon_english.svg") no-repeat 10px center;
	font-size: 24px;
    font-weight: bold;
	color: #39939c;
}
#contents #section01 .section01_sub {
	width: 70px;
	height: 70px;
	border: 1px solid #39939c;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 70px;
	color: #39939c;
	text-align: center;
}
#contents #section01 .link_point {
	float: left;
	margin-top: 20px;
}

#section02 {
	position: relative;
	z-index: 99;
	width: 100%;
	padding: 60px 0;
	background: url("../images/section02_bg.jpg") no-repeat center top / cover;
	color: #fff;
	text-align: left;
}
#contents #section02 h3 {
	margin-bottom: 30px;
	line-height: 30px;
}
#section02 .block {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}
#section02 .block_l {
	float: left;
	width: 350px;
}
#contents #section02 .date {
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.25;
}
#contents #section02 .date span {
	margin-left: -10px;
	font-size: 30px;
}
#contents #section02 p.caption {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
}
#contents #section02 .place {
	margin-bottom: 50px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
}
#contents #section02 .place  a {
	height: 40px;
	margin-left: 20px;
	padding: 8px 30px;
	background: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color: #000;
}
#contents #section02 .place  a:hover {
	background: #39939c;
	color: #fff;
}
#section02 ul {
	width: 100%;
	overflow: hidden;
}
#section02 ul li {
	float: left;
	width: 350px;
	margin-right: 25px;
}
#section02 ul li:nth-child(3n) {
	margin-right: 0;
}

#section03 {
	position: relative;
	z-index: 100;
	width: 100%;
	padding: 60px 0 0;
}
#section03 ul {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
#section03 ul li {
	float: left;
	width: calc(87%/3);
	margin-right: 25px;
	margin-bottom: 25px;
    padding: 0;
    background: none !important;
}
#section03 ul li:nth-child(3n) {
	margin-right: 0;
}

.lineup {
	width: 315px;
	margin: 0 auto;
}
.lineup .subtit {
	width: 300px;
	height: 40px;
	margin: 0 0px 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #8B8B8B;
	/* background: #646361; */
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.lineup .list_lineup {
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
}
.lineup .list_lineup th {
	background-color: #06545b;
	font-weight: normal;
	color: #fff;
}
.lineup .list_lineup td {
	background: #fff;
}
.lineup .caption {
	font-size: 12px;
	text-align: left;
}
#section03 .schedule{
        width: 100%;
        background-color: #fff;
        border-radius: 12px;
        padding: 5% 0;
        text-align: center;
    }
#section03 .schedule img{max-width: 500px;}

#section02 .contactus {
	/*float: right;*/
	width: 600px;
	padding: 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: url("../images/bg_black.png") repeat left top;
}
.contactus .tit {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.contactus .sub {
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: bold;
}
.contactus .box {
	width: 600px;
	overflow: hidden;
	margin-bottom: 30px;
}
.contactus .box a {
	color: #fff;
}
.contactus .box a:hover {
	color: #39939c;
}
.contactus .mail {
	display: block;
	float: left;
	width: 300px;
	font-size: 29px;
	font-weight: bold;
	line-height: 60px;
}
.contactus .icon {
	display: block;
	float: right;
	width: 225px;
	padding-left: 75px;
	background: url("../images/icon_mail.png") no-repeat left center;
	font-size: 12px;
	font-weight: bold;
	line-height: 60px;
}
.contactus .txt {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}

.btn_application a {
	display: block;
	width: 350px;
	height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FF5F00;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.btn_application a:hover {
	background: #AC0002;
}
.btn_mail a {
	display: block;
	width: 350px;
	height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FF5F00 url("../images/icon_mail.png") no-repeat 93% center / 33px 26px;
	font-size: 21px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.btn_mail a:hover {
	background: #AC0002 url("../images/icon_mail.png") no-repeat 93% center / 33px 26px;
}

.two_btn {
    width: 720px;
    overflow: hidden;
}
.two_btn .btn_l {
    float: left;
    width: 350px;
}
.two_btn .btn_r {
    float: right;
    width: 350px;
}

#section04 {
	position: relative;
	z-index: 101;
	width: 100%;
	padding: 60px 0;
	background: #fff;
	text-align: left;
}
#contents #section04 h2 {
	margin-bottom: 60px;
	font-size: 24px;
    color: #39939c;
    line-height: 1.4;
}
#contents #section04 h3 {
	margin-bottom: 15px;
	line-height: 40px;
}
#section04 .block {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 50px;
}
#section04 .block_l {
	float: left;
	width: 285px;
}
#section04 .block_r {
	float: right;
	width: 770px;
}
#section04 .block_l .tit {
	width: 218px;
	/* height: 140px; */
	margin-bottom: 20px;
	pad;
	padding: 30px;
	order-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: #06545b;
	font-size: 43px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
#section04 .block_l .tit span {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
#section04 .block_l .txt {
    margin-bottom: 30px;
    font-size: 14px;
}
#section04 .tit-s{
    font-size: 1.2em;
    font-weight: 900;
}

#contents #section04 .subtit {
	font-size: 40px;
	font-weight: bold;
	color: #1e9199;
}
#contents #section04 .date {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.25;
}
#contents #section04 .date span {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #06545b;
	line-height: 1.25;
}
#contents #section04 p.caption {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}
#contents #section04 h4 {
	font-size: 30px;
	color: #39939c;
}
#contents #section04 .img_summerschool {
	width: 310px;
}
#contents #section04 .img_summerschool img {
	width: 100%;
    height: auto;
}
#contents #section04 .img_experience {
	width: 200px;
}
#contents #section04 .img_experience05 {
	width: 400px;
}
#contents #section04 .img_experience img,
#contents #section04 .img_experience05 img {
	width: 100%;
    height: auto;
}
#contents #section04 .icon_summer {
    display: block;
	width: 180px;
    height: 55px;
    padding: 0 0 0 60px;
    background: #39939c url("../images/icon_summer.png") no-repeat 10px center;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 55px;
}
#contents #section04 .heightLineParent {
    position: relative;
    margin-bottom: 20px;
}
#contents #section04 .block_plan {
    padding: 10px;
}
#contents #section04 .block_plan_end {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #999;
    font-size: 30px;
    color: #fff;
    line-height: 7;
    text-align: center;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#contents #section04 .summerpack_pdf {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
#contents #section04 .summerpack_pdf:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

#section05 {
	position: relative;
	z-index: 101;
	width: 100%;
	padding: 60px 0;
	background: #fff;
	text-align: left;
}
#contents #section05 .section05_tit {
	margin-bottom: 10px;
    font-size: 50px;
    font-weight: bold;
    color: #474747;
}
#contents #section05 .section05_lead {
	margin-bottom: 50px;
    font-size: 20px;
}
#contents #section05 .section05_img {
    width: 100%;
	margin-bottom: 30px;
    overflow: hidden;
}
#contents #section05 .section05_img img {
    width: 100%;
	height: auto;
}
#contents #section05 .section05_img li {
    float: left;
    width: 371px;
	margin-right: 33px;
}
#contents #section05 .section05_img li:last-child {
    width: 292px;
	margin-right: 0;
}
#contents #section05 .section05_place {
	margin-bottom: 50px;
    padding: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #707070;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
#contents #section05 .section05_point {
    width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
#contents #section05 .section05_point li {
    float: left;
    width: 360px;
	margin-right: 10px;
}
#contents #section05 .section05_point li:nth-child(3) {
	margin-right: 0;
}
#contents #section05 .section05_point li a {
    display: block;
    width: 258px;
    padding: 15px 70px 15px 30px;
    border: 1px solid #333;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
#contents #section05 .section05_point li:nth-child(1) a {
	background: url("../images/arrow01.png") no-repeat 95% 15px;
}
#contents #section05 .section05_point li:nth-child(2) a {
	background: url("../images/arrow02.png") no-repeat 95% 15px;
}
#contents #section05 .section05_point li:nth-child(3) a {
	background: url("../images/arrow03.png") no-repeat 95% 15px;
	margin-right: 0;
}
#contents #section05 .section05_point li:nth-child(1) a:hover {
	background: url("../images/arrow01.png") no-repeat 95% 25px;
}
#contents #section05 .section05_point li:nth-child(2) a:hover {
	background: url("../images/arrow02.png") no-repeat 95% 25px;
}
#contents #section05 .section05_point li:nth-child(3) a:hover {
	background: url("../images/arrow03.png") no-repeat 95% 25px;
	margin-right: 0;
}
#contents #section05 .section05_point li .sub {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #06545b;
}
#contents #section05 .section05_point li:nth-child(1) .sub {
	line-height: 1.5;
}
#contents #section05 .section05_point li:nth-child(2) .sub {
	line-height: 1.5;
}
#contents #section05 .section05_point li:nth-child(3) .sub {
	line-height: 1.5
}
#contents #section05 .section05_point li .txt {
    font-size: 12px;
	color: #383838;
}
#contents #section05 h4 {
	font-size: 30px;
	color: #39939c;
}

#section06 {
	position: relative;
	z-index: 100;
	width: 100%;
	padding: 100px 0 0;
}
#section06 .section_inner{
    font-size:20px;
    color: #39939c;
    text-align: left;
}

#section06 .section01_inner02 {
	width: 90%;
}

#section06 .section01_inner_r{
	float:right;
	margin-bottom: 50px;
}
#section06 .section01_inner_r img{
	width:300px;
}
#section06 .section01_inner_l{
	float:left;
	width: 60%;
}
#section06 .section01_inner_l p{
    color:#666;
    font-size:20px;
    margin-bottom: 20px;
}
/*SP*/
@media screen and (max-width: 767px) {
    #section06 .section01_inner02 {
	width: 100%;
	}
}


#contents .link_point {
    display: block;
    width: 250px;
    height: 40px;
    margin: 0 auto;
	border: 1px solid #39939c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background: #fff;
	font-size: 14px;
	color: #39939c;
    line-height: 40px;
    text-align: center;
}
#contents .link_point:hover {
	background: #39939c;
	color: #fff;
}
#contents .tax {
	font-size: 50%;
}

#contents .link_info {
    display: block;
    width: 450px;
    height: 40px;
	border: 1px solid #39939c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background: #fff url("../images/icon_info.png") no-repeat 5% center / 31px;
	font-size: 14px;
	color: #39939c;
    line-height: 40px;
    text-align: center;
}
#contents .link_info:hover {
	background: #39939c url("../images/icon_info.png") no-repeat 5% center / 31px;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#contents {
		width: 100%;
		padding-top: 5%;
	}
	.section_inner {
		width: 96%;
		min-width: 96%;
		margin: 0 auto;
	}

	#contents h3 {
		margin-bottom: 15px;
		padding-top: 10px;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
	}
	#contents h3 span {
		font-size: 12px;
	}
	#contents h4 {
		margin-bottom: 1.5rem;
		font-size: 15px;
		font-weight: normal;
	}

	#section01 {
		position: relative;
		z-index: 18;
		width: 100%;
		padding-top: 20px;
	}
	#section01 ul {
		width: 100%;
		overflow: hidden;
	}
	#section01 ul li {
		width: 100%;
		margin-bottom: 20px;
		padding-left: 0;
		overflow: hidden;
		text-align: left;
	}
	#section01 ul li:nth-child(odd) {
		float: none;
		clear: both;
	}
	#section01 ul li:nth-child(even) {
		float: none;
	}
	#section01 ul li:nth-child(1) {
		background: url("../images/icon01.png") no-repeat left top / 34px;
	}
	#section01 ul li:nth-child(2) {
		background: url("../images/icon02.png") no-repeat left top / 34px;
	}
	#section01 ul li:nth-child(3) {
		background: url("../images/icon02.png") no-repeat left top / 34px;
	}
	#section01 ul li:nth-child(4) {
		background: url("../images/icon02.png") no-repeat left top / 34px;
	}
	#section01 ul li:nth-child(5) {
		background: url("../images/icon03.png") no-repeat left top / 34px;
	}
	#section01 ul li:nth-child(6) {
		background: url("../images/icon02.png") no-repeat left top / 34px;
	}
    #contents #section01 h4 {
        font-size: 20px;
        font-weight: bold;
        color: #39939c;
        margin-left: 50px;
    }
    #section01 ul li .section01_inner01,
    #section01 ul li .section01_inner02 {
        width: 100%;
        overflow: hidden;
        font-size: 12px;
    }
    #section01 ul li .section01_inner01 img,
    #section01 ul li .section01_inner02 img {
        width: 100%;
        height: auto;
    }
    #section01 ul li .section01_inner01 .section01_inner_l {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #section01 ul li .section01_inner01 .section01_inner_r {
        float: none;
        width: 100%;
        margin-bottom: 4%;
    }
    #section01 ul li .section01_inner02 .section01_inner_l {
        float: none;
        width: 100%;
        margin-bottom: 10%;
    }
    #section01 ul li .section01_inner02 .mg50b {
        margin-bottom: 25px;
    }
    #section01 ul li .section01_inner02 .section01_inner_l img {
        width: 90%;
        height: auto;
    }
    #section01 ul li .section01_inner02 .section01_inner_r {
        float: none;
        width: 100%;
        margin: 0 auto 10%;
    }
	#contents #section01 .section01_box {
		width: 100%;
		overflow: hidden;
		margin-bottom: 15px;
	}
	#contents #section01 .section01_box_l {
		float: left;
		width: 15%;
	}
	#contents #section01 .section01_box_r {
		float: right;
		width: 83%;
	}
	#contents #section01 .section01_box_r p {
		font-size: 11px;
	}
	#contents #section01 .section01_box_r strong {
		font-size: 12px;
	}
	#contents #section01 .section01_subtit {
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
	}
    #contents #section01 p[class*="icon_"]{
        margin-bottom: 1rem;
        padding-left: 55px;
        font-size: 23px;
        line-height: 1.4;
    }
	#contents #section01 .icon_cheer {
		background: url("../images/icon_cheer.png") no-repeat left center / 31px 29px;
		line-height: 34px;
	}
	#contents #section01 .section01_img_cheer {
		width: 100%;
	}
	#contents #section01 .section01_img_cheer img {
		width: 100%;
		height: auto;
	}
	#contents #section01 .icon_bus {
		background: url("../images/icon_bus.png") no-repeat left center / 32px 18px;
	}
    #contents #section01 .icon_shuji {
		padding-left: 60px;
		background: url(../images/icon_shuji.svg) no-repeat 3px center / 30px 40px;
	}
    #contents #section01 .icon_piano {
		padding-left: 60px;
        background: url(../images/icon_piano.svg) no-repeat 3px center / 40px 40px;;
	}
    #contents #section01 .icon_programing {
		padding-left: 60px;
        background: url(../images/icon_programing.svg) no-repeat 3px center / 40px 40px;;
	}
    #contents #section01 .icon_english {
		padding-left: 60px;
        background: url(../images/icon_english.svg) no-repeat 3px center / 40px 40px;;
	}
	#contents #section01 .section01_sub {
		width: 45px;
		height: 45px;
		border: 1px solid #39939c;
		background: #fff;
		font-size: 10px;
		font-weight: bold;
		line-height: 45px;
		color: #39939c;
		text-align: center;
	}
	#contents #section01 .link_point {
		margin-bottom: 20px;
	}

	#section02 {
		position: relative;
		z-index: 99;
		width: 100%;
		padding: 30px 0 20px;
		background: url("../images/section02_bg.jpg") no-repeat center top / cover;
		color: #fff;
		text-align: left;
	}
	#contents #section02 h3 {
		margin-bottom: 15px;
		line-height: 15px;
	}
	#section02 .block {
		width: 100%;
		overflow: hidden;
		margin-bottom: 25px;
	}
	#section02 .block_l {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	#contents #section02 .date {
		margin-bottom: 10px;
		font-size: 30px;
		font-weight: bold;
		line-height: 1.25;
	}
	#contents #section02 .date span {
		margin-left: -5px;
		font-size: 14px;
	}
	#contents #section02 p.caption {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.25;
	}
	#contents #section02 .place {
		margin-left: 15%;
		margin-bottom: 25px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
	}
	#contents #section02 .place  a {
		height: 20px;
		margin-left: 10px;
		padding: 4px 15px;
		background: #fff;
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		color: #000;
	}
	#contents #section02 .place  a:hover {
		background: #39939c;
		color: #fff;
	}
	#section02 ul {
		width: 100%;
		overflow: hidden;
	}
	#section02 ul li {
		float: none;
		width: 70%;
		margin: 0 auto 10px;
	}
	#section02 ul li:nth-child(3n) {
		margin-right: auto;
	}
	#section02 ul li img {
		width: 100%;
		height: auto;
	}

	#section03 {
		position: relative;
		z-index: 100;
		width: 100%;
		padding: 0 0 10%;
	}
	#section03 ul {
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
	}
	#section03 ul li {
		float: left;
		width: 49%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#section03 ul li:nth-child(3n) {
		margin-right: 0;
	}
	#section03 ul li:nth-child(1n) {
		float: left;
	}
	#section03 ul li:nth-child(2n) {
		float: right;
	}
	#section03 ul li img {
		width: 100%;
		height: auto;
	}

	.lineup {
		width: 100%;
		margin: 0 auto;
	}
	.lineup .subtit {
		width: 200px;
		height: 30px;
		margin: 0 auto 15px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		background: #8B8B8B;
		/*background: #646361;*/
		font-size: 13px;
		line-height: 30px;
		color: #fff;
		text-align: center;
	}
	.lineup .list_lineup {
		width: 100%;
	}
	.lineup .list_lineup th {
		background: #06545b;
		font-weight: normal;
		color: #fff;
	}
	.lineup .list_lineup td {
		background: #fff;
	}
    #section03 .schedule img{width: 80% !important;}

	#section02 .contactus {
		float: none;
		width: 90%;
		padding: 25px 5%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: url("../images/bg_black.png") repeat left top;
	}
	.contactus .tit {
		margin-bottom: 2px;
		font-size: 13px;
		font-weight: bold;
	}
	.contactus .sub {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.25;
	}
	.contactus .box {
		width: 100%;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.contactus .box a {
		color: #fff;
	}
	.contactus .box a:hover {
		color: #39939c;
	}
	.contactus .mail {
		display: block;
		float: left;
		width: 47%;
		font-size: 15px;
		font-weight: bold;
		line-height: 30px;
	}
	.contactus .icon {
		display: block;
		float: left;
		width: 30%;
		padding-left: 40px;
		background: url("../images/icon_mail.png") no-repeat left center / 33px auto;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.5;
	}
	.contactus .txt {
		font-size: 12px;
		font-weight: normal;
		line-height: 1.5;
	}
	.btn_application a {
		display: block;
		width: 100%;
		height: 40px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #FF5F00;
		font-size: 14px;
		line-height: 40px;
		color: #fff;
		text-align: center;
	}
    .btn_mail a {
        display: block;
        width: 80%;
        height: 40px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: #FF5F00 url("../images/icon_mail.png") no-repeat 93% center / 17px 13px;
        font-size: 14px;
        line-height: 40px;
        color: #fff;
        text-align: center;
    }
    .btn_mail a:hover {
        background: #AC0002 url("../images/icon_mail.png") no-repeat 93% center / 17px 13px;
    }
    
    .two_btn {
        width: 100%;
        overflow: hidden;
    }
    .two_btn .btn_l {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .two_btn .btn_r {
        float: none;
        width: 100%;
    }

    #section04 {
        width: 100%;
        padding: 30px 0;
        background: #fff;
        text-align: left;
    }
    #contents #section04 h3 {
        margin-bottom: 15px;
        line-height: 20px;
    }
    #section04 .block {
        width: 100%;
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #section04 .block_l {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    #section04 .block_r {
        float: none;
        width: 100%;
    }
    #section04 .block_l .tit {
        width: 90%;
        height: auto;
        margin-bottom: 10px;
        padding: 15px 5%;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        background: #06545b;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }
    #section04 .block_l .tit br {
        display: none;
    }
    #section04 .block_l .tit span {
        display: block;
        margin-bottom: 2px;
        font-size: 12px;
    }
    #section04 .block_l .txt {
        margin-bottom: 15px;
        font-size: 12px;
        text-align: left;
    }
    #contents #section04 .subtit {
        font-size: 20px;
        font-weight: bold;
        color: #1e9199;
    }
    #contents #section04 .date {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.25;
    }
    #contents #section04 .date span {
        margin-bottom: 10px;
        font-size: 11px;
        font-weight: bold;
        color: #06545b;
        line-height: 1.25;
    }
    #contents #section04 p.caption {
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 1.5;
    }
    #contents #section04 h2 {
	font-size: 18px;
        margin-bottom: 5%;
}
    #contents #section04 h4 {
        font-size: 16px;
        color: #39939c;
    }
    #contents #section04 img {
        width: 90%;
        height: auto;
    }
    #contents #section04 .img_experience,
    #contents #section04 .img_experience05 {
        width: 100%;
    }
    #contents #section04 .icon_summer {
        display: block;
        width: 90px;
        height: 30px;
        padding: 0 0 0 35px;
        background: #39939c url("../images/icon_summer.png") no-repeat 5px center / 21px;
        font-size: 12px;
        letter-spacing: 0.1em;
        color: #fff;
        line-height: 30px;
    }
    /*#contents #section04 .speech_bubble {
        display: block;
        width: 75px;
        height: 38px;
        background: url("../images/speech_bubble_bg.png") center bottom / 75px 38px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        line-height: 30px;
        text-align: center;
    }*/
    #contents #section04 .heightLineParent {
        position: relative;
        margin-bottom: 10px;
    }
    #contents #section04 .block_plan {
        padding: 5px;
    }
    #contents #section04 .block_plan_end {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        font-size: 16px;
        color: #fff;
        line-height: 20;
        text-align: center;
        filter: alpha(opacity=70);
        -moz-opacity: 0.70;
        opacity: 0.70;
    }
    #contents #section04 .summerpack_pdf {
        width: 50%;
        height: auto;
    }

    #section05 {
        position: relative;
        z-index: 101;
        width: 100%;
        padding: 30px 0;
        background: #fff;
        text-align: left;
    }
    #contents #section05 img {
        width: 100%;
        height: auto;
    }
    #contents #section05 .section05_tit {
        margin-bottom: 5px;
        font-size: 18px;
        font-weight: bold;
        color: #474747;
    }
    #contents #section05 .section05_lead {
        margin-bottom: 25px;
        font-size: 13px;
    }
    #contents #section05 .section05_img {
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
    }
    #contents #section05 .section05_img img {
        width: 100%;
        height: auto;
    }
    #contents #section05 .section05_img li {
        float: left;
        width: 33%;
        margin-right: 4%;
    }
    #contents #section05 .section05_img li:last-child {
        width: 26%;
        margin-right: 0;
    }
    #contents #section05 .section05_place {
        margin-bottom: 25px;
        padding: 5px;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        background: #707070;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
    #contents #section05 .section05_point {
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
    }
    #contents #section05 .section05_point li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    #contents #section05 .section05_point li:nth-child(3) {
        margin-right: 0;
    }
    #contents #section05 .section05_point li a {
        display: block;
        width: 89%;
        padding: 7px 7% 7px 3%;
        border: 1px solid #333;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
    }
    #contents #section05 .section05_point li:nth-child(1) a {
        background: url("../images/arrow01.png") no-repeat 95% 15px / 21px 33px;
    }
    #contents #section05 .section05_point li:nth-child(2) a {
        background: url("../images/arrow02.png") no-repeat 95% 15px / 21px 33px;
    }
    #contents #section05 .section05_point li:nth-child(3) a {
        background: url("../images/arrow03.png") no-repeat 95% 15px / 21px 33px;
        margin-right: 0;
    }
    #contents #section05 .section05_point li:nth-child(1) a:hover {
        background: url("../images/arrow01.png") no-repeat 95% 25px / 21px 33px;
    }
    #contents #section05 .section05_point li:nth-child(2) a:hover {
        background: url("../images/arrow02.png") no-repeat 95% 25px / 21px 33px;
    }
    #contents #section05 .section05_point li:nth-child(3) a:hover {
        background: url("../images/arrow03.png") no-repeat 95% 25px / 21px 33px;
        margin-right: 0;
    }
    #contents #section05 .section05_point li .sub {
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: bold;
        color: #06545b;
    }
    #contents #section05 .section05_point li:nth-child(1) .sub {
        line-height: 3;
    }
    #contents #section05 .section05_point li:nth-child(2) .sub {
        line-height: 1.5;
    }
    #contents #section05 .section05_point li:nth-child(3) .sub {
        line-height: 1.5
    }
    #contents #section05 .section05_point li .txt {
        font-size: 11px;
        color: #383838;
    }
    #contents #section05 h4 {
        font-size: 16px;
        color: #39939c;
    }
    
/*SP*/
@media screen and (max-width: 767px) {
#section06 h4 {
		margin-top:50px;
		text-align:center;
		font-size: 20px;
		font-weight: normal;
	}
#section06 #section06 p {
        font-size: 20px;
        color: #666c;
        text-align:center;
    }
#section06 .section01_inner_l{
	width: 350px;
	padding: 0  8%;
}

#section06 .section01_box_r{
	margin:0 auto;
}
#section06 .section01_box{
	margin:0 auto;
}

#section06 .section01_inner_r{
	float:right;
	width: 100%;
	text-align: center;
}
#section06 .btn_mail{
	/* margin:0 auto; */
	width: 100%;
	padding: 0px 39px;
}

}
    #section06 {
        position: relative;
        z-index: 100;
        width: 100%;
        padding: 0;
    }
    #section06 .section_inner{
        width: 100%; min-width: 100%;
    }
	#section06 iframe {
		width: 100%;
		height: 300px;
	}
	#section06 .font20px {
		font-size: 15px;
	}

    #contents .link_point {
        display: block;
        width: 70%;
        height: 35px;
        border: 1px solid #39939c;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: #fff;
        font-size: 12px;
        color: #39939c;
        line-height: 35px;
        text-align: center;
    }
	#contents .link_info {
		display: block;
        width: 90%;
        height: 35px;
		border: 1px solid #39939c;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #fff url("../images/icon_info.png") no-repeat 3% center / 16px;
		font-size: 12px;
		color: #39939c;
		line-height: 35px;
		text-align: center;
	}
	#contents .link_info:hover {
		background: #39939c url("../images/icon_info.png") no-repeat 3% center / 16px;
		color: #fff;
	}

}

/* pagetop
---------------------------------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 500;	
}
.pagetop a {
	display: block;
	width: 90px;
	height: 90px;
	background: url(../images/pagetop.png) no-repeat center center;
}
.pagetop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

@media only screen and (max-width: 767px) {
	.pagetop {
		display: none;
		position: fixed;
		bottom: 50px;
		right: 0;
		z-index: 5000;	
	}
	.pagetop a {
		display: block;
		width: 45px;
		height: 45px;
		background: url(../images/pagetop.png) no-repeat center center / 45px 45px;
	}
}

/* =============================================================
  footer
   =============================================================== */
footer {
	color: #fff;
	background-color: #01919a;
}
footer a {
  color: #fff;
}
footer p, footer li {
  font-size: 16px;
}
footer .footer_inner{
	max-width: 1024px;
	margin: 0 auto;
	padding: 80px 0 0 0;
}
footer .footer_m {
  display: flex;
    text-align: left;
    margin-bottom: 5%;
}
footer .footer_m a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  color: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

footer .footer_m .footer_logo{
    margin-right: 5%;
	width: 30%;
}
footer .footer_m .acsess_text{
    margin-right: 5%;
	width: 40%;
}
footer .footer_b {
  width: 1000px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
footer #copyright {
    text-align: left;
	 padding: 10px 0;
  }
	footer #copyright > p {font-size: 12px;}
	footer #copyright .privacy a:link{
		color: #fff !important;
		text-decoration: underline;
		display: block;
		margin-right: 1rem;
	}
footer #copyright .privacy a:visited{color: #ccc !important;}
footer .mail{
	display: block;
	margin: 0 auto;
	width: 350px;
	height: 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	font-size: 18px;
	line-height: 50px;
	color: #01919a;
	text-align: center;
}
footer .mail:hover {
	opacity: .8;
}
footer .footer_mark{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%; margin: 0 auto;
}
footer .footer_mark .p-mark{
	width: 70px; padding: 17.5px;
}
footer #header_t{
	width: 100%;
	position: relative;
    margin: 0 auto;
}
footer #header_t ul{width: 50%; float: none; margin: 0 auto;}
footer #header_t ul li{width: 50%; display: inline-block; margin: 0; }
footer #header_t ul li a{padding: 1%; width: 100%; font-size: 9px}

/* pagetop */

.pagetop {
  display: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 5000;
}

.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/common/pagetop.png) no-repeat;
}

.pagetop a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

@media only screen and (max-width: 739px) {
	footer .footer_inner{padding: 25px 0 0;}
  footer p, footer li {
    font-size: 14px;
	  line-height: 1.4;
  }
  footer .footer_m {
    width: 100%; display: block;
    margin-bottom: 25px;
  }
  footer .footer_m a:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    color: #00a0e1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
    footer .footer_m .footer_logo{
		width: 70%;
    margin: 0 auto 1.5rem;
    text-align: center;
}   
	footer .footer_m .footer_logo img{width: 100%;}
	footer .footer_m .acsess_text{
    margin: 0 auto 1rem;
    width: 90%;
}

  footer .footer_b {
    display: none;
    width: 1000px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }
	footer .footer_mark{
	width: 90%;
	flex-direction: row-reverse; 
	}
	footer .footer_mark .p-mark{
	padding: 17.5px 0;
}
  footer #copyright {
	margin: 0 65px 0 17.5px;
  }
	footer #copyright > p {font-size: 10px;}
	footer #copyright .privacy a:link{
		margin-right: 0;
		margin-bottom: 1rem;
	}
  footer #header_t ul{width: 100%;}
}

/* footer以前のstyle

#footer {
	width: 100%;
	min-width: 1100px;
	background: #616161;
	color: #fff;
}
#footer #footer_t_inner {
	position: relative;
	z-index: 102;
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0 80px;
	font-size: 14px;
	text-align: left;
}
#footer #footer_t_inner #footer_logo {
	position: absolute;
	top: -90px;
	left: 0;
	z-index: 101;
	width: 288px;
}
#footer #footer_t_inner #footer_logo img {
	width: 100%;
	height: auto;
}
#footer #footer_t_inner #footer_img {
	position: absolute;
	top: -400px;
	right: -50px;
	z-index: 102;
	width: 319px;
}
#footer #footer_t_inner #footer_img img {
	width: 100%;
	height: auto;
}
#footer #footer_t_inner #bnr_dadway {
	width: 300px;
}
#footer #footer_t_inner #bnr_dadway img {
	width: 100%;
	height: auto;
}
#footer #footer_t_inner #bnr_dadway a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

#footer_b {
	width: 100%;
	background: #000;
	color: #fff;
}
#footer_b_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
}

@media only screen and (max-width: 767px) {
	#footer {
		width: 100%;
		min-width: 100%;
		background: #616161;
		color: #fff;
	}
	#footer #footer_t_inner {
		position: relative;
		z-index: 102;
		width: 96%;
		margin: 0 auto;
		padding: 25px 0 40px;
		font-size: 12px;
		text-align: left;
	}
	#footer #footer_t_inner #footer_logo {
		position: absolute;
		top: -45px;
		left: 0;
		z-index: 101;
		width: 144px;
	}
	#footer #footer_t_inner #footer_logo img {
		width: 100%;
		height: auto;
	}
	#footer #footer_t_inner #footer_img {
		position: absolute;
		top: -120px;
		right: 0;
		z-index: 102;
		width: 100px;
	}
	#footer #footer_t_inner #footer_img img {
		width: 100%;
		height: auto;
	}
	#footer #footer_t_inner #bnr_dadway {
		width: 40%;
	}
	#footer #footer_t_inner #bnr_dadway img {
		width: 100%;
		height: auto;
	}

	#footer_b {
		width: 100%;
		background: #000;
		color: #fff;
	}
	#footer_b_inner {
		width: 96%;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 10px;
	}
}
---------------------------------------------------------------- */

/* application
---------------------------------------------------------------- */
#application #header_application {
	width: 100%;
	margin-bottom: 50px;
}
#application #header_application #header_application_inner {
	width: 530px;
	padding: 30px 0 0;
	margin: 0 auto;
	overflow: hidden;
}
#application #header_application #header_r {
	float: left;
	width: 92px;
}
#application #header_application #header_r img {
	width: 100%;
	height: auto;
}
#application #header_application #header_l {
	float: right;
	width: 400px;
	text-align: left;
}
#application #header_application #header_l h1 {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.5;
	color: #06545b;
}

#application .section_inner {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto 80px;
}

#application .box_border {
	margin: 0 auto 20px;
	padding: 30px 10%;
	border: 1px solid #06545b;
}
#application .box_border:nth-last-child() {
	margin: 0 auto 50px;
}
#application #contents h2 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.75;
	color: #666;
}
#application #contents h2 strong {
	font-size: 30px;
	font-weight: bold;
	color: #39939c;
}
#application #contents .lead {
	font-size: 16px;
	text-align: center;
}
#application #contents .bg_link {
	display: block;
	width: 320px;
	height: 40px;
	margin: 0 auto 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #39939c;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
#application #contents .bg_link:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
#application #contents h3.sub {
	position: relative;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.8;
	color: #000;
	text-align: center;
}
#application #contents h3.sub::after {
	position: absolute;
	bottom: -4px;
	right: 0;
	left: 0;
	content: '';
	width: 100px;
	height: 1px;
	margin: auto;
	background: #39939c;
}

#application #section_application .box_inner {
	width: 90%;
	margin-bottom: 30px;
	padding: 20px 5% 50px;
	border: 1px solid #e3f1f2;
	background: #e3f1f2;
	text-align: left;
}
#application #section_application dl {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}
#application #section_application dl dt {
	float: left;
	width: 35%;
}
#application #section_application dl dd {
	float: right;
	width: 65%;
}
* html #application #section_application dl dd {
	height: 100%;
}
#application #section_application .box_form {
	padding: 20px;
	line-height: 1.5;
}

#application #section_application .caption {
	color: #666;
}
#application #section_application .box_form input {
	width: 75%;
	font-size: 16px;
}
#application #section_application .box_form input[type=radio],
#application #section_application .box_form input[type=checkbox] {
	width: 20px;
}
#application #section_application .box_form textarea {
	width: 100%;
	font-size: 16px;
}
#application #section_application .error {
	color: #f00;
	font-weight: bold;
}
#application #section_application .box_btn {
	width: 540px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
#application #section_application .box_btn input {
	width: 260px;
	height: auto;
}
#application #section_application .float_l {
	float: left;
}
#application #section_application .float_r {
	float: right;
}
#application #section_application .icon_required {
	margin-left: 10px;
	padding: 2px 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #BF0003;
	font-size: 12px;
	color: #fff;
}
#application #section_application .icon_required.privacy {
	position: relative;
	top: -5px;
}

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

	#application #header_application {
		width: 96%;
		margin: 0 auto 25px;
	}
	#application #header_application #header_application_inner {
		width: 100%;
		padding: 15px 0 0;
		margin: 0 auto;
		overflow: hidden;
	}
	#application #header_application #header_r {
		float: left;
		width: 15%;
	}
	#application #header_application #header_r img {
		width: 100%;
		height: auto;
	}
	#application #header_application #header_l {
		float: right;
		width: 80%;
		text-align: left;
	}
	#application #header_application #header_l h1 {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.5;
		color: #06545b;
	}

	#application .section_inner {
		width: 96%;
		min-width: 96%;
		margin: 0 auto;
	}

	#application .box_border {
		margin: 0 auto 10px;
		padding: 15px 5%;
		border: 1px solid #06545b;
	}
	#application .box_border:nth-last-child() {
		margin: 0 auto 25px;
	}
	#application #contents h2 {
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.75;
		color: #666;
	}
	#application #contents h2 strong {
		font-size: 20px;
		font-weight: bold;
		color: #39939c;
	}
	#application #contents .lead {
		font-size: 13px;
		text-align: center;
	}
	#application #contents .bg_link {
		display: block;
		width: 80%;
		height: 20px;
		margin: 0 auto 50px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #39939c;
		font-size: 13px;
		line-height: 20px;
		color: #fff;
		text-align: center;
	}
	#application #contents .bg_link:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.70;
		opacity: 0.70;
	}
	#application #contents h3.sub {
		position: relative;
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.8;
		color: #000;
		text-align: center;
	}
	#application #contents h3.sub::after {
		position: absolute;
		bottom: -4px;
		right: 0;
		left: 0;
		content: '';
		width: 50px;
		height: 1px;
		margin: auto;
		background: #39939c;
	}

	#application #contents h2 {
		margin-bottom: 25px;
	}
	#application #section_application .box_inner {
		width: 90%;
		margin-bottom: 15px;
		padding: 10px 5% 25px;
	}
	#application #section_application dl {
		margin-bottom: 10px;
	}
	#application #section_application dl dt {
		float: none;
		width: 100%;
	}
	#application #section_application dl dd {
		float: none;
		width: 100%;
	}
	#application #section_application .box_form {
		padding: 5px;
	}
	#application #section_application .box_form input {
		width: 100%;
	}
	#application #section_application .box_form input[type=radio] {
		width: 20px;
	}
	#application #section_application .box_form textarea {
		margin-bottom: 20px;
	}

	#application #section_application .box_btn {
		width: 100%;
	}
	#application #section_application .float_l {
		float: none;
		margin-bottom: 10px;
	}
	#application #section_application .float_r {
		float: none;
	}

}
/* スライダ―修正 */
.cover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 745px;
	background-color: rgba(0,0,0,0.3);
	z-index: 201;
	display: block;
	}
.heroSlider {
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 200;
	height: 745px;
	overflow: hidden;
	}
  
  .heroSlider ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .heroSlider ul li {
	width: 100%;
	height: 745px;
	position: absolute;
	top: 0;
	left: 0;
	animation-iteration-count: infinite;
	animation-duration: 24s;
	}
  
  .heroSlider ul li:nth-child(1) {
	background: url(../../assets/images/common/hero-7.jpg) no-repeat 0 50% / cover;
	/*animation-name: slider-zoomin;
	animation-delay: -3s;*/
  }
  /*
  .heroSlider ul li:nth-child(2) {
	background: url(../../assets/images/common/hero-2.jpg) no-repeat 0 50% / cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 5s;
  }
  
  .heroSlider ul li:nth-child(3) {
	background: url(../../assets/images/common/hero-3.jpg)no-repeat 0 50% / cover;
	animation-name: slider-zoomin;
	opacity: 0;
	animation-delay: 13s;
  }
 */ 
  @keyframes slider-zoomin {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	20.83% {
	  opacity: 1;
	}
	33.33% {
	  opacity: 1;
	}
	45.83% {
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	  transform: scale(1.2) rotate(0.1deg);
	}
  }

  @media only screen and (max-width: 767px) {
	.cover {
		display: none;
	  }
	  #header #header_t {
		width: 100%;
	  }
	  #header_t ul {
		width: 100%;
	  }
	  #header_t ul li {
		padding: 12px;
		display: block;
		color: #fff;
		font-size: 12px;
	 }
	 .heroSlider {
		top: 0;
		width: 100%;
		margin: 0;
         height: 600px;
		/*height:100%;*/
		position: absolute;
		z-index: 0;
	}
  }
  
