@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #111;
	-webkit-text-size-adjust: 100%;
}
.set {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/* PC */
@media only screen and (min-width: 769px) {
.pc_none {
	display: none;
}

#header-wrapper {
	background-color: rgba(3,110,180,0.75);
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 1000;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	position: relative;
}
#header .logo {
	height: 50px;
	left: 0px;
	top: 15px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#header .headtxtbox {
	float: left;
	height: auto;
	width: 400px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#header .headtxtbox h1 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 0.15em;
	color: #FFF;
}
#header .headtxtbox p {
	font-size: 9px;
	color: #FFF;
}

.sb-toggle-right {
	width: 80px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 40px;
}
.sb-toggle-right img {
	height: 40px;
	float: right;
}
.sb-right .side_logo img {
	width: 80%;
	margin: 10%;
}

.global-nav {
	list-style-type: none;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4888E8;
}
.global-nav li a {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4888E8;
	text-align: center;
}
.global-nav li a:hover {
	background-color: #4888E8;
}

#main-image-wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 750px;
	z-index: 100;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#logobox {
	height: auto;
	width: 160px;
	z-index: 1000;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#logobox img {
	width: 100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.contents-wrapper {
	width: 100%;
	height: auto;
}
.contents-wrapper .inner {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 80px;
	padding-left: 20px;
}
.contents01 {
	background-color: #FFFFFF;
}
.contents02 {
	background-color: #D3EDFB;
}
.contents03 {
	background-color: #FFFFFF;
}
.contents04 {
	background-color: #C9E7E6;
}
.contents05 {
	background-color: #7dc5dc;
}
.title01 {
	width: 360px;
	margin-right: 320px;
	margin-left: 320px;
	margin-bottom: 30px;
}
.instabox01 {
	width: 990px;
	height: auto;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
.contents01 .inner h2, .contents02 .inner h2, .contents03 .inner h2, .contents04 .inner h2, .contents05 .inner h2 {
	font-size: 50px;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	margin-bottom: 50px;
}
.contents02 h3, .contents02 h4, .contents02 h5, .contents02 h6, .contents05 p {
	line-height: 1.6em;
	font-size: 23px;
	margin-bottom: 10px;
	text-align: justify;
	font-weight: normal;
}
.contents02 img {
	float: right;
	width: 50px;
	margin-top: 30px;
	margin-left: 10px;
}
.contents03 p {
	font-size: 14px;
	text-align: right;
}

.contents05 p {
	line-height: 1.6em;
	font-size: 23px;
	margin-bottom: 10px;
	font-weight: bold;
}
.contents05 p a {
	line-height: 1.6em;
	font-size: 23px;
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	background-color: #85CBBF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer table {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#footer table tr td {
	text-align: center;
	width: 200px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer table tr .line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #111;
}

#pagetop {
	height: 70px;
	width: 70px;
	bottom: 25px;
	position: fixed;
	right: 20px;
	z-index: 6;
}
#pagetop p {
	height: 70px;
	width: 70px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(image/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 70px 70px;
	-webkit-background-size: 70px 70px;
	-moz-background-size: 70px 70px;
	display: block;
	height: 0px;
	width: 70px;
	padding-top: 70px;
}

.yoyaku {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.newspic {
	width: 310px;
	margin: 10px;
}
.contents-wrapper.contents04 .inner img {
	height: auto;
	width: 100%;
}
}



/*  */
@media only screen and (max-width: 768px) {
.sp_none {
	display: none;
}
#header-wrapper {
	background-color: rgba(3,110,180,0.75);
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 1000;
}
#header {
	height: 50px;
}
#header .logo {
	height: 30px;
	left: 0px;
	top: 10px;
	float: left;
	padding: 10px;
}

.sb-toggle-right {
	height: 50px;
	width: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 10px;
}
.sb-toggle-right img {
	padding: 10px;
	height: 30px;
}
.sb-right .side_logo img {
	width: 80%;
	margin: 10%;
}

.global-nav {
	list-style-type: none;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4888E8;
}
.global-nav li a {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	display: block;
	padding: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4888E8;
	text-align: center;
}

#main-image-wrapper {
	height: 550px;
	z-index: 100;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#logobox {
	height: auto;
	width: 100px;
	z-index: 1000;
	position: absolute;
	color: #111;
	right: 10px;
	bottom: 10px;
}
#logobox img {
	width: 100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.contents-wrapper {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.contents-wrapper .inner {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.contents01 {
	background-color: #FFFFFF;
}
.contents02 {
	background-color: #D3EDFB;
}
.contents03 {
	background-color: #FFFFFF;
}
.contents04 {
	background-color: #C9E7E6;
}
.contents05 {
	background-color: #7dc5dc;
}
.title01 {
	font-size: 150%;
	text-align: center;
	color: #000;
}
.instabox01 {
	height: auto;
}
.contents01 .inner h2, .contents02 .inner h2, .contents03 .inner h2, .contents04 .inner h2, .contents05 .inner h2 {
	font-size: 150%;
	font-weight: 300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	margin-bottom: 30px;
}
.contents02 h3, .contents02 h4, .contents02 h5, .contents02 h6 {
	line-height: 1.6em;
	font-size: 100%;
	margin-bottom: 10px;
	text-align: justify;
	font-weight: normal;
}
.contents02 img {
	float: right;
	width: 40px;
	margin-top: 30px;
	margin-left: 10px;
}
.contents03 p {
	font-size: 100%;
	text-align: right;
}

.contents05 p {
	line-height: 1.6em;
	font-size: 100%;
	margin-bottom: 10px;
	font-weight: normal;
}
.contents05 p a {
	line-height: 1.6em;
	font-size: 100%;
	text-decoration: none;
}

#footer {
	background-color: #85CBBF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer table {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
#footer table tr td {
	font-size: 80%;
	text-align: center;
	width: 140px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer table tr .line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #111;
}

#pagetop {
	height: 35px;
	width: 35px;
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 6;
}
#pagetop p {
	height: 35px;
	width: 35px;
	display: block;
	overflow: hidden;
	position: relative;
}
#pagetop p a {
	background-image: url(image/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 35px 35px;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	display: block;
	height: 0px;
	width: 35px;
	padding-top: 35px;
}

.newspic {
	width: 46%;
	margin: 2%;
}
.yoyaku {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.contents-wrapper.contents04 .inner img {
	height: auto;
	width: 100%;
}
}
