@charset 'UTF-8';
@import url('css/reset.css');
@import url('css/general.css');
@import url('css/font-awesome.css');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*
Theme Name: SANWATOUSUIAN
Theme URI: http://design-a2.co.jp
Author: Tanaka@A2 Inc.
Author URI: http://design-a2.co.jp
Description: SANWATOUSUIAN
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	width:100%;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.8;
	color:#222;
	font-family:Arial, "Noto Sans JP", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif, "游ゴシック", "ヒラギノ角ゴ ProN W3", "メイリオ";
	-webkit-text-size-adjust:100%;
}

h1,h2,h3,h4,h5 {
	margin:0;
}
h1,h2 {
	font-size:320%;
}
h3 {
	font-size:240%;
}
h4 {
	font-size:200%;
}
h5 {
	font-size:180%;
}

img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0;
	padding:0;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}
ol {
	padding-left:1.2em;
}

p,ul,ol,a {
	font-size:160%;
}
p a,ul a,ol a {
	font-size:100%;
}
a h3 {
	font-size:1.17em;
}

a, a:visited, a:hover {
	color:#222;
	font-weight:bold;
	text-decoration:none;
	transition-property: all;
	transition: 0.1s linear;
}
a:hover {
	text-decoration:underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
a[href $='.pdf']:after {
	content:'\f1c1';
	font-family:'FontAwesome';
	font-weight:400;
	color:#b22222;
	margin-left:3px;
}
.tal {
	text-align:left;
	font-weight:400 !important;
}

.mid {
	font-size: 20px;
	font-size: 2.0rem;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 15px;
	margin-bottom: 30px;
}
a.btn,
a.btn:visited,
a.btn:hover {
	display:inline-block;
	text-align:center;
	font-weight:400;
	color:#fff;
	text-decoration:none;
	background-color:#0083bc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:5px;
}
a.btn span {
	display:block;
	border:1px solid #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:.2em 1em;
}



header {
	width:100%;
	text-align:center;
	background-color:#fff;
	border-bottom:5px solid #f0f0e6;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}
.head {
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.head,
.menu ul {
	display:flex;
	justify-content:space-between;
}
.menu ul {
	flex-wrap:wrap;
	padding-top:30px;
}
.menu li:not(:last-child) {
	margin-right:1em;
}
.menu ul li:last-child a {
	font-weight:400;
	color:#fff;
	background-color:#0083bc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px .5em;
}
.menu ul li:last-child a:before {
	content:'\f07a';
	font-family:'FontAwesome';
	margin-right:3px;
}

.container {
	max-width:1200px;
	padding:5% 0;
	margin:0 auto;
}

footer {
	width:100%;
	text-align:center;
	border-top:5px solid #f0f0e6;
	padding:5% 0;
}
footer ul {
	display:flex;
	justify-content:center;
	margin-bottom:5%;
}
footer li {
	margin:0 1em;
}
footer img {
	display:inline-block;
	height:50px;
	width:auto;
}
p.copyright {
	font-size:140%;
}

.pagetop {
	position:fixed;
	bottom:-50px;
	right:2%;
}
.pagetop a {
	display:block;
	text-indent:-9999px;
	width:50px;
	height:50px;
	background-color:#e60000;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	-webkit-box-shadow:0 0 5px #ccc;
	-moz-box-shadow:0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	position:relative;
}
.pagetop a:before,
.pagetop a:after {
	content:'';
	border:12px solid transparent;
	position:absolute;
	left:50%;
	margin-left:-12px;
}
.pagetop a:before {
	border-bottom:12px solid #fff;
	top:4px;
}
.pagetop a:after {
	border-bottom:12px solid #e60000;
	top:7px;
}

.pankuzu {
	max-width:1050px;
	font-size:1.4em; font-size:1.4rem;
	margin:0 auto;
}
.pankuzu li,.pankuzu a {
	display:inline-block;
	text-decoration:none;
}
.pankuzu a,.pankuzu a:visited,.pankuzu a:hover {
	font-weight:400;
}

.sponsor {
	text-align:center;
	font-size:0;
}
.sponsor a {
	display:inline-block;
	width:23%;
	margin:0 1% 1%;
}
.openbtnWrap p,
.smpShop {
	display:none;
}

@media only screen and (max-width: 1200px) {
	.container {
		padding:5%;
	}
	header {
		padding:0 15px;
	}
	.head .logo img {
		width:200px;
	}
	.menu ul {
		font-size:140%;
		padding-top:18px;
	}
}
@media only screen and (max-width: 1000px) {
	html {
		position: relative;
		overflow-x: hidden;
	}
	body {
		overflow-x: hidden;
	}
	p, ul, ol {
		font-size:140%;
	}
	.head {
		display:block;
	}
	.smpShop {
		display:block;
		position:fixed;
		top:17px;
		right:55px;
		width:100px;
		height:30px;
	}
	.smpShop a,
	.smpShop a:visited,
	.smpShop a:hover {
		display:block;
		font-size:140%;
		color:#fff;
		text-decoration:none;
		background-color:#0083bc;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		border-radius:3px;
	}
	.smpShop a:before {
		content:'\f07a';
		font-family:'FontAwesome';
		margin-right:3px;
	}
	.openbtnWrap {
		position:fixed;
		top:5px;
		right:0;
		z-index:9999;
		width:50px;
		height:50px;
	}
	.openbtn {
		position: relative;
		cursor: pointer;
		width: 50px;
		height:50px;
	}
	.openbtn span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background: #0083bc;
	}
	.openbtn.active span {
		background: #fff;
	}
	.openbtn span:nth-of-type(1) {
		top:10px; 
		width: 45%;
	}
	.openbtn span:nth-of-type(2) {
		top:18px;
		width: 35%;
	}
	.openbtn span:nth-of-type(3) {
		top:26px;
		width: 20%;
	}
	.openbtn.active span:nth-of-type(1) {
		top: 13px;
		left: 18px;
		transform: translateY(6px) rotate(-135deg);
		width: 30%;
	}
	.openbtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.openbtn.active span:nth-of-type(3){
		top: 25px;
		left: 18px;
		transform: translateY(-6px) rotate(135deg);
		width: 30%;
	}
	.openbtnWrap p {
		display:block;
		width:100%;
		font-size:100%;
		font-weight:600;
		color:#0083bc;
		margin:0;
		position:absolute;
		top:28px;
	}
	header .menu {
		position:fixed;
		top:0;
		left:0;
		z-index:9998;
		display:none;
		width:100vw;
		height:100vh;
		background-color:#0083bc;
	}
	header nav {
		position:absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		display:inline-block;
	}
	header .menu ul {
		flex-wrap:wrap;
		width:90%;
		min-width:500px;
	}
	header .menu li {
		flex:auto;
	}
	header .menu li:not(:last-child) {
		margin:0 0 1em;
	}
	header .menu li a,
	header .menu li a:visited,
	header .menu li a:hover {
		color:#fff;
	}
	div#wrapper {
		width:90%;
		padding:5%;
	}
	div#wrap-w {
		padding:5% 0;
	}
	div#container {
		width:90%;
	}
	div#wrap-w div#container {
		width:80%;
	}
	.pankuzu {
		background-image:none;
		padding:0 5%;
	}
	.pankuzu ul {
		width:90%;
	}
	.btn {
		padding:10px 0;
	}
	ul.pageNav {
		margin-bottom:20px;
	}
	.mid {
		font-size:2.0rem;
		margin-bottom:15px;
	}
	footer {
		padding-bottom:10%;
	}
}
@media only screen and (max-width: 600px) {
	h1,h2 {
		font-size:260%;
	}
	h3 {
		font-size:220%;
	}
	h4 {
		font-size:180%;
	}
	h5 {
		font-size:160%;
	}
	a.btn {
		font-size:1.4rem;
	}
	div#logo a.tpLink {
		max-width:80%;
	}
	.head .logo img {
		width:150px;
	}
	.smpShop {
		top:9px;
	}
	.openbtnWrap {
		top:0;
	}
	.openbtnWrap,
	.openbtn {
		height:47px;
	}
	.openbtn span:nth-of-type(1) {
		top:7px;
	}
	.openbtn span:nth-of-type(2) {
		top:15px;
	}
	.openbtn span:nth-of-type(3) {
		top:23px;
	}
	.openbtn.active span:nth-of-type(1) {
		top:10px;
	}
	.openbtn.active span:nth-of-type(3){
		top:22px;
	}
	.openbtnWrap p {
		top:25px;
	}
	header .menu ul {
		display:inline-block;
		width:auto;
		min-width:auto;
	}
	header .menu li:not(:last-child) {
		position:relative;
		padding-bottom:1em;
		margin:0 0 1em;
	}
	header .menu li:not(:last-child):after {
		content:'';
		position:absolute;
		bottom:0;
		left:50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		max-width:80px;
		width:10%;
		border-bottom:1px solid #fff;
	}
	footer ul {
		display:block;
	}
	p.copyright {
		font-size:120%;
	}
}
@media only screen and (max-width: 321px) {
	a.btn {
		font-size:1.2rem;
	}
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #32cd32;
	text-decoration: none;
	color:#fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #00ff00;
}

/*pass*/
.post-password-form {
	text-align:center;
	font-size:16px;font-size:1.6rem;
}