@charset 'utf-8';

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: 75%;
	line-height: 2;
	background: #fff;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #333;
}

ol, ul {
	list-style: none;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
}

p{padding-left:15px;margin-bottom:15px;}

.color1 {
	color: #990000;
}

.top_wrapper {
	float: right;
	width: 100%;
	height: 100%;
}

.top_content {
	margin-left: 300px;
	height: 100%;
}

.wrapper {
	width: 100%;
	margin: auto;
}

.main {
	width: 100%;
	float: left;
    background: #fff;
	margin-right: 0px;
}

.content {
	width: 100%;
	float: right;
	margin-left: -300px;
}

.content_inner {
	margin: 80px 50px 50px 300px;
}

footer {
	clear: both;
}

header {
	position: relative;
    margin-top:50px;
}

h1 {
	position: fixed;
	top: 60px;
	left: 0;
	font-family: 'Amatic SC', cursive;
	font-size: 4em;
	line-height: 40px;
	text-align: center;
	padding: 10px;
    margin-bottom: 30px;
	width: 300px;
}

h1 a {
	color: #8b0000;
	text-decoration: none;
}

h1 a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

header h2 {
	font-size: 4em;
	font-weight: normal;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	margin-left: 300px;

}

.top_section {
	margin: 300px auto 0;
	width: 60%;
}

.top_h2 img {
	width: 100%;
}

article {
	width: 100%;
}

article h3 {
	font-size: 2.5em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}

article h4 {
	font-size: 2em;
	font-weight:normal;
	margin-bottom: 10px;
    margin-top: 50px;
    border-bottom:thin #eee solid;
    width:85%;
}

article h5 {
	font-size: 18px;
}



article li, p {
	font-size: 1.5em;
}

section {
	margin: 0 auto;
	width: 80%;
}

.copyright {
	font-size: 0.9em;
	line-height: 15px;
	position: fixed;
	bottom: 20px;
	left: 20px;
}

.search {
	width: 300px;
	position: fixed;
	top: 20px;
	right: 20px;
}

.search input[type="text"] {
	width: 80%;
	padding: 8px !important;
	font-size: 1.5em;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	font-weight: bold;
	border-top: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	border-right: none !important;
}

.search button {
	width: 20%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece);
	border: 1px solid #a5a5a5;
	padding: 7px;
	color: #666;
	font-size: 1.5em;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.search button:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s;
}

.right_content {
	position: fixed;
	top: 120px;
	right: 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f3ce00), color-stop(1.00, #ff7800));
	background: -webkit-linear-gradient(#f3ce00, #ff7800);
	background: -moz-linear-gradient(#f3ce00, #ff7800);
	background: -o-linear-gradient(#f3ce00, #ff7800);
	background: -ms-linear-gradient(#f3ce00, #ff7800);
	background: linear-gradient(#f3ce00, #ff7800);
	width: 300px;
	height: 250px;
}

.pagetop:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

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

p, ol, li, th, td, dl {
	font-size: 1.2em !important;
}

.top_wrapper {
	padding-top: 50px;
}

.top_content {
	margin-left: 0;
}

h1 {
	position: fixed;
	top: 0px;
	left: 0px;
	font-size: 2.5em;
	width: 100%;
	padding: 10px;
    background: #fff;
    z-index: 2001;
}

header {
	position: relative;
    
}

.mov_header {
	position: relative;
	width: 100%;
	z-index: 1000;
    
}

.mov_header2 {
	position: relative;
	top: 50px;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 2005;
}

header h2 {
	font-size: 2.5em;
    margin-left:0px;
    }

.content {
	width: 100%;
	float: none;
	margin: 120px 0 20px;
}

.content_inner {
	margin: 0;
    padding-bottom: 50px;
}

article h3 {
	font-size: 25px;
}

article h4 {
	
    width:100%;
}


.top_section {
	margin: 100px auto 0;
	width: 80%;
}

section {
	width: 90%;
}

form {
	width: 100%;
}

.search {
	position: fixed;
	top: 50px;
	left: 5%;
	width: 90%;
}

.search input[type="text"] {
	padding: 10px !important;
	width: 85%;
	font-size: 1.2em;
	font-weight: normal;
}

.search button {
	width: 15%;
	padding: 10px;
	font-size: 1.2em;
}

.right_content {
	clear: both;
	position: static;
	margin: 20px auto;
}

.copyright {
    position: relative;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
}
}

@media screen and (min-width: 787px) and (max-width: 1200px) {

section {
	width: 90%;
}
}


.page_img {
    width:100%;
    height:350px;
    background-size: cover;
    background-repeat: no-repeat;
}

.line {
    width:50%;
    border-top: thin #eee solid;
    margin-bottom:25px;
}

#page-top a{
    position: fixed;
    right: 20px;
    bottom:20px;
    width:75px;
    height:75px;
    color:#222;
    z-index:20000;
    text-align: center middle;
}
#page-top a:hover{
    color:rgba(230,180,34,1);
}

.form dl{
    margin-left:50px;
    font-size: 18px;
}
.form dt{
    font-weight: 100;
    float: left;
    line-height: 1.8;
}
.form dd{
    line-height: 1.8;
    margin-left: 0px;
    padding-left: 220px;
}
.form input{height:30px;font-size: 18px;}

.btn{width:180px;
    padding:30px;
    height: 30px;
    font-size:18px;
    }

.pc_view {visibility: inherit;}
.sma_view{visibility: hidden;}

@media screen and (max-width: 787px){
.pc_view {visibility: hidden;}
.sma_view{visibility: inherit;}
    
.page_img {
    width:100%;
    height:350px;
    background-size: cover;
    background-repeat: no-repeat;
}
}
