@charset "utf-8";

@media screen and (max-width: 480px) {

/* 基本レイアウト ここから↓ */
@import url(common.css);
body {
	background-color: #ffffff;
}
body * {
	box-sizing: border-box;
}

#breadcrumb, #contents, #pagetop {
	margin: 0 auto 0 auto;
	width: 100%;
}
header {

	position: relative;
	width: 100%;
	height: 195px;
	overflow: hidden;
	background: #008AAB;
	padding: 15px 0 0 0;
	display: block; /*-未履修-*/
	justify-content: start; /*-未履修-*/
	position: sticky; /*-ナビ固定-*/
	top: 0; /*-ナビ固定-*/
	z-index: 999; /*-ナビ固定-*/
}
header h1 {
	float: none;
	padding: 0 0 0 40px;
}
header h1 a img {
	margin: 0;	
}
nav ul {
	list-style-type: none;
	padding-left: 0;
	position: relative;
}

nav ul li, header p {
	float: left;
}
nav ul li a {
	display: block;
	padding-top: 24px 0 0;
	margin: 20px 0;
	height: 0px;
	font-size: 127.5%;
}

nav ul li a:first-child {
	margin-left: 60px;
}
header p {
	float: none;
	position: absolute;
	top: 20px;
	right: 50px;
}
#breadcrumb {
	width: 90%;
	margin-left: 20px;
}


#contents #main p {
	text-align: center;
	margin: 0;
	padding: 75px 0 50px 0;
}

#main ul {
	margin-bottom: 40px;
}
#main ul li  {
	padding-left: 2.5em;
	text-indent: -1.35em;
	padding-right: 4em;
	list-style-position: inside;
}
#contents {
	overflow: hidden;

}
#main {
	float: none;
	width: auto;
}
#sub {
	float: none;
	width: auto;
}
.bnr_inner a p {
	width: 100%;
	margin: 0;

}
.bnr_inner a p img{
	width: 100%;
	margin: 0 auto 40px auto;
	padding: 0 20%;
}

footer {
	margin-top: 0;
	padding: 0;
	text-align: center;
}
#copyright {
	margin: 0;
	padding: 25px 0 0;
	width: 100%;
	background: #008AAB;
}

footer #pagetop {
	position: fixed;
	bottom: 7%;
	right: 6%;
}
footer span p {
	margin: 0;
	padding: 20px 70px 0;
}
footer span p a:first-child {
	padding: 0 110px 5px;
	margin: 15px 0 20px;
}
footer span p a:nth-child(2), footer span p a:nth-child(3) {
	margin-top: -8px;
	padding: 0 10px 0 10px;
}


/* 基本レイアウト ここまで↑ */





/* トップページ ここから↓ */

#graphic h1 {
	padding: 24% 0 24% 0;
	margin: 0;
	background-image: url(../images/top_n.jpg);
	background: -moz-linear-gradient(65deg, rgb(255, 248, 134, 0.6), rgb(240, 114, 182, 0.7)), url(../images/top_n.jpg);
	background: -webkit-linear-gradient(65deg, rgb(255, 248, 134, 0.6), rgb(240, 114, 182, 0.7)), url(../images/top_n.jpg);
	background: linear-gradient(25deg, rgb(255, 248, 134, 0.6), rgb(240, 114, 182, 0.7)), url(../images/top_n.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 325%;
	text-align: center;
	line-height: 1;
	color: #c83846;
}

#main .list_brown {
	margin: 80px 0 0;
}

/* トップページ ここまで↑ */







/* 「WEB」ページ ここから↓ */
#main .list_blue p {
	margin: 0 0 50px;
}

/* 「WEB」ページ ここまで↑ */





/* 「MAYA」ページ ここから↓ */
#maya #main .list_brown {
	margin-top: 0;
}
/* 「MAYA」ページ ここまで↑ */





/* 「others」ページ ここから↓ */
.back_gray {
	padding-bottom: 1px;
}
.back_gray:last-child {
	padding-bottom: 0;
}
#others #about section p {
	font-size: 150%;
	margin: 15px 0 60px 0;
	padding: 0 3em 0 3em;
	text-align: left;
}
#main form {
	margin-bottom: 60px;
	width: 100%;
}
#others #main form p {
	margin-top: 0;
	padding: 20px 0;
	margin-left: 57px;
	text-align: left;
}
#others #main form p:nth-last-child(1) {
	margin: 0 30%;
	padding: 25px 0 25px;
}
input[type="text"] {
	width: 82%;
	height: 40px;
}
textarea {
	width: 82%;
	height: 80px;
	overflow-y: scroll;
	outline: none;
}
input[type="submit"] {
	width: 150px;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 40px;
	color: #008AAB;
}
.size {
	font-size: 140%;
}
/* 「others」ページ ここまで↑ */






/* 「PRIVACY POLICY」ページ ここから↓ */
#pp #contents {
	width: 80%;
	margin: 0 10%;
}

#main_pp .plain p:last-child {
	margin-bottom: 100px;
}

/* 「PRIVACY POLICY」ページ ここまで↑ */

}







/* メモ→赤：c83846　rgba(200, 56, 70, 1.0) */