@charset "UTF-8";
/*==========基本構造==========
1.共通設定
2.基本構造
3.フッター
==============================*/

/* --------------------------------------------------- 
1.共通設定
---------------------------------------------------- */
html {
	font-size: 62.5%;/* font-size 1em = 10px */
	height: 100%;
}
body {
	width: 100%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", "arial", "Meiryo", "MS PGothic", sans-serif!important;
	line-height: 1.8;
	color: #231815;
	background: url("../img/bg_header.png") no-repeat center top #FFE100;
	background-size: 100%;
}

p {
    font-size: 2.0rem;
    line-height: 1.8em;
    text-align: center;
    font-weight: 700;
}
/*clearfix*/		
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {	clear: both;}
.clearfix {	zoom: 1;}
/*float*/
.float_r {	float: right;}
.float_l {	float: left;}

/*text*/
.note, .font_s {	font-size: 1.2em;}
.txt_center {	text-align: center !important;}
.txt_right {	text-align: right !important;}
.red {	color: #BD1C10;}
.blue {	color: #3333FF;}

@media print, screen and (max-width: 1400px) {
body {
	background-size: contain;
}
}

@media screen and (max-width: 768px) {
p {
	font-size: 1.8rem;
	line-height: 1.8em;
	text-align: left;
}
.float_r {
	float: none;
	margin: 0 auto;
    text-align: center;}
}

/*margin*/
.mt0 {	margin-top: 0px !important;}
.mt5 {	margin-top: 5px !important;}
.mt10 {	margin-top: 10px !important;}
.mt15 {	margin-top: 15px !important;}
.mt20 {	margin-top: 20px !important;}
.mt25 {	margin-top: 25px !important;}
.mt30 {	margin-top: 30px !important;}
.mt35 {	margin-top: 35px !important;}
.mt40 {	margin-top: 40px !important;}
.mt50 {	margin-top: 50px !important;}
.mb0 {	margin-bottom: 0px !important;}
.mb5 {	margin-bottom: 5px !important;}
.mb10 {	margin-bottom: 10px !important;}
.mb15 {	margin-bottom: 15px !important;}
.mb20 {	margin-bottom: 20px !important;}
.mb25 {	margin-bottom: 25px !important;}
.mb30 {	margin-bottom: 30px !important;}
.mb35 {	margin-bottom: 35px !important;}
.mb40 {	margin-bottom: 40px !important;}
.mb50 {	margin-bottom: 50px !important;}

/*link*/
a {	transition-duration: 0.6s;
	text-decoration: none;}
a:hover {color: #BD1C10;}
a:link {color: #595757;}
a:visited {color: #595757;}
a:active {	color: #595757;}
img {
	width: auto;
	max-width: 100%;
}
a img {
	transition-duration: 0.8s;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}



/* --------------------------------------------------- 
2.基本構造
---------------------------------------------------- */
#bg {
	background: url("../img/bg_tie.png") repeat center top;
	background-size: cover;
	margin: 0 auto;
}

#complete #bg {
	background-size: cover;	
	display: flex;
    flex-flow: column;
    min-height: 100vh;
}    


#bg .footer_pic {
	width: 100%;
}
/*inner*/
.inner {
	width: 82.5%;
	margin: 0 auto;
}

section h2 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}




@media print, screen and (max-width: 769px) {
#bg {
	background-size: contain;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
section h2 {
	margin-bottom: 10px;
}

}


/* --------------------------------------------------- 
3.フッター
---------------------------------------------------- */

/*page-top*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
	z-index: 800;
}
#page-top {
	text-decoration: none !important;
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../img/common/pagetop.png) no-repeat center #454545;
	cursor: pointer;
	border-radius: 30px;
	-webkit-border-radius: 30px; 
    -moz-border-radius: 30px;
}
#page-top:hover {
	text-decoration: none !important;
	background: url(../img/common/pagetop.png) no-repeat center #727171;
}
