@charset "UTF-8";

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	color: #333;
}

p {
	font-size:16px;
}

a {
	color: #333;
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
}
a.underline:hover {
	text-decoration: none;
	opacity: 1;
}
.linearAnime_one,
.linearAnime a {
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
		transition-property: all;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	-ms-ttransition: 0.1s linear;
    	transition: 0.1s linear;
}

img {
	vertical-align: bottom;
}

/*色*/
.color_white {
	color: #fff;
}

/* position */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
/* sp/pcの切替 */
.sp {
    display: none;
}
.pc {
    display: block;
}
/*文字揃え*/
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center!important;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}
/*文字太さ*/
.fontNormal {
	font-weight: normal!important;
}
.fontBold {
	font-weight: bold!important;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	background-color: #fff;
	padding: 12px 0 18px;
	width: 100%;
	box-shadow:rgba(0, 0, 0, 0.15) 0px 5px 2px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px 5px 2px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px 5px 2px -2px;
	position: relative;
	z-index: 50;
}
header h1 {
	display: none;
	font-size: 14px;
	margin-bottom: 25px;
}
header .logo_wrap {
	display: table;
	width: 100%;
}
header .logo_wrap > div {
	display: table-cell;
	vertical-align: bottom;
}
header .logo_wrap > div:last-child {
	text-align: right;
}

/*================================================
 *  エレベーターボタン
 ================================================*/
.fixed-link{
	position: absolute;
	right: 0;
	top: 160px;
	z-index: 1000;
}
/*完了画面非表示*/
body.complete .fixed-link{
	display: none;
}

/*================================================
 *  コンテンツ
 ================================================*/
.wrap {
	max-width: 940px;
	margin: 0 auto;
}

.page {
	padding: 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*******上付き文字*******/
.sup {
	font-size: 40%;
	vertical-align: top;
	position: relative;
	top: 0.2em;
}

/*******箇条書き*******/
/*※数字*/
.komenumber_indent {
	counter-reset: count;
}
.komenumber_indent li {
	list-style-position:inside;
	padding-left: 2em;
	text-indent: -2em;
}
.komenumber_indent li:before {
	counter-increment: count;
	content: '※' counter(count);
	margin-right: 0.35em;
}

.komeList li {
	list-style-position:inside;
	padding-left: 1.35em;
	text-indent: -1.35em;
}
/*※箇条書き*/
.komeList li:before{
	display: inline;
	content: "\203b";
	margin-right: 0.35em;
}


/*================================================
 *  SNSエリア
 ================================================*/
.snsArea {
	padding: 30px 0 20px;
}

.snsArea ul li {
    float: left;
    margin-right: 5px;
}

/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	display: none;
    position: fixed;
    bottom: 30px;
    right: 80px;
	z-index: 1000;
	opacity: 0.5;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	width: 100%;
	position: relative;
	padding: 20px 0 0;
	border-top: 1px solid #e6e6e6;
}
footer .copyright {
	background-color: #f2f2f2;
	padding: 20px 0;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
footer .copyright small {
	font-size: 14px;
}

/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {

body {
	font-size: 3.6vw;
}	
p{
	font-size: 3.6vw;
}

img {
	max-width: 100%;
}

/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}

/* sp/pcの切替 */
.sp {
	display: block;
}
.sp_none {
	display: none;
}
.pc {
	display: none;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding: 3vw 0;
}
header h1 {
	font-size: 2.8vw;
	margin-bottom: 3vw;
}
header .logo_wrap {
	display: block;
}
header .logo_wrap > div {
	display: block;
	text-align: center;
}
header .logo_wrap > div:first-child img {
	width: 60vw;
}
header .logo_wrap > div:last-child {
	display: none;
}

/*================================================
 *  コンテンツ
 ================================================*/
.wrap {
	max-width: 90%;
}
.page {
	padding: 8vw 0 16vw;
}


/*================================================
 *  SNSエリア
 ================================================*/
.snsArea {
	padding: 10vw 0;
}
.snsArea ul li{
	vertical-align: top;
	height: 30px;
}

/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	display: none;
    position: fixed;
    bottom: 21vw;
	right: 3vw;
	left: auto;
	margin-left: 0;
}
.pagetop img {
	width: 12vw;
} 
/*================================================
 *  フッター
 ================================================*/
footer {
	padding: 5vw 0 18vw;
}
/*完了画面用*/
body.complete footer {
	padding: 5vw 0 0;
}
footer .copyright {
	padding: 5vw 0;
	margin-top: 4vw;
}
footer .copyright small {
	font-size: 2.8vw;
}

/*================================================
 *  下固定
 ================================================*/
#spbottom {
	position: fixed;
    bottom: 0;
    left: 0;
	text-align: center;
	width: 100%;
	box-shadow:0 0 2vw #888;
	z-index: 100;
}
#spbottom ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#spbottom ul li {
	display: table-cell;
	vertical-align: middle;
}
#spbottom ul li:nth-child(n+2) {
	border-left: 1px solid #fff;
}
#spbottom ul li a {
	background-color: #64be3c;
	display: block;
	padding: 3vw 0;
}
#spbottom ul li a:hover {
	opacity: 1;
}
#spbottom ul li a img {
	height: 12vw;
}
/*完了画面非表示*/
body.complete #spbottom {
	display: none;
}




}