@charset "utf-8";
/*====================================================
   HTML5 display definitions
====================================================*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

abbr[title] { border-bottom: 1px dotted; }
strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; clear:both; }
mark {background: #ff0;color: #000}
code,kbd,pre,samp { font-family: monospace, serif ; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; max-width: 100%; height:auto; }
svg:not(:root) { overflow: hidden; }
figure,figcaption { margin: 0;padding:0; }
table { border-collapse: collapse; border-spacing: 0; }

/*====================================================
size style
====================================================*/
.clear { clear: both!important; }
.hide { display: none; }
.vlnT { vertical-align: top!important; }
.vlnM { vertical-align: middle!important; }
.vlnB { vertical-align: bottom!important; }
.vlnL { vertical-align: baseline!important; }
.fltL { float: left!important; }
.fltR { float: right!important; }
.imgL { float: left; margin: 0 15px 15px 0; }
.imgR { float: right; margin: 0 15px 15px; }

/*====================================================
TEXT
====================================================*/
.gth { font-family: "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
.bold { font-weight: bold; }
.red { color: #BB0003; }
.alnR { text-align: right!important; }
.alnL { text-align: left!important; }
.alnC { text-align: center!important; }

/*====================================================
Links
====================================================*/
a {
	background: transparent;
	color: #00519A;
	outline: none;
}
a:focus { outline: none; }
a:link,a:visited {
	color: #00519A;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover,a:active {
    opacity: .8;
}
a img {
    border-style: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover img {
	opacity: 0.8;
}
a.no_hvr {
    opacity: .5;
	pointer-events: none;
}
a.no_hvr:hover, a.no_hvr:hover img {
    opacity: 1!important;
}
*:focus {
    outline: none;
}

/*====================================================
common hack style
====================================================*/
/* */
.cf:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; }
/* for IE6,7 */
.cfi {zoom: 1;display: inline-table;min-height: 1%; }
/* number bug IE6 */
ul, ol, li { zoom: normal; }
img { vertical-align: bottom; }
* {
    box-sizing: border-box;
}

/*====================================================
Common
====================================================*/
h1,h2,h3,h4,h5,p {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul,li,dl,dt,dd,ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.bold { font-weight: bold; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size30 { font-size: 30px; }
.red { color: #D60003; }

.mb0 { margin-bottom: 0px !important; }
.mb3 { margin-bottom: 3px !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; }

.mt0 { margin-top: 0px !important; }
.mt3 { margin-top: 3px !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; }

.mr0 { margin-right: 0px !important; }
.mr3 { margin-right: 3px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }

.ml0 { margin-left: 0px !important; }
.ml3 { margin-left: 3px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml50 { margin-left: 50px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb3 { padding-bottom: 3px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.pt0 { padding-top: 0px !important; }
.pt3 { padding-top: 3px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }

.pl0 { padding-left: 0px !important; }
.pl3 { padding-left: 3px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl50 { padding-left: 50px !important; }

.pr0 { padding-right: 0px !important; }
.pr3 { padding-right: 3px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr50 { padding-right: 50px !important; }

/*====================================================
Base css
====================================================*/
html {
	height:100%;
	margin: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	font-family: /*'Raleway',"Noto Sans JP","Sawarabi Gothic","M PLUS Rounded 1c",*/"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    opacity: 0;
    font-size: 15px;
    color: #434343;
    line-height: 1.8em;
    /*-webkit-font-smoothing: antialiased;*/
}
main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
main.col-2 {
	width: 1000px;
	max-width: 1000px;
	margin: 50px auto 0;
	padding: 0;
	justify-content: space-between;
}
main.col-2 #mainCts {
	width: 100%;
	max-width: 630px;
	margin: 0;
	padding: 0;
}
main.col-2 #mainCts .wrap {
	padding-top: 0;
}
main.col-2 #sideCts {
	width: 100%;
	max-width: 295px;
	margin: 0 0 80px;
	padding: 0;
}
main.col-2 #sideCts .siteBox {
	width: 100%;
	margin: 0 0 65px;
	padding: 0;
}
main.col-2 #sideCts .siteBox:last-of-type {
	margin: 0;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
main.col-2 .wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}
.ctsBox {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
iframe {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
img {
	max-width: 100%;
	width:auto;
	height: auto;
	vertical-align: bottom;
}

/*フェードイン アニメーション*/
.fade{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: .8s;
}
.mv_in{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/*リンクボタン*/
.btnBox {
    width: 90%;
    text-align: center;
	margin: 25px auto;
    display: block;
}
a.linkBtn {
	border: none;
	color: #fff;
	background: linear-gradient(to bottom, #3e7fc7, #03479f);
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	line-height: 1.2em;
	display: block;
	border-radius: 5px;
	margin: 0 auto;
	padding: 15px 10px;
	max-width: 300px;
	width: 90%;
    position: relative;
}
a.linkBtn:after {
    content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
	transition: 0.3s;
}
/*a.linkBtn:hover:after {
    right: 8px;
}*/
a.linkBtn02 {
	border: none;
	color: #0458b6;
	background: linear-gradient(to bottom, #f2f2f2, #d6d7d8);
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: bold;
	display: block;
	border-radius: 5px;
	margin: 0 auto;
	padding: 25px 30px 25px 100px;
	max-width: 340px;
	width: 90%;
    position: relative;
}
a.linkBtn02:before {
    content: "";
    background: #0458b6;
	width: 90px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 5px 0 0 5px;
}
a.linkBtn02:after {
    content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #0458b6;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
	transition: 0.3s;
}
/*a.linkBtn02:hover:after {
    right: 8px;
}*/
a.linkBtn02.ic_book:before {
	background: url("../images/icon_nav02.png") no-repeat center / 70% auto,linear-gradient(to bottom, #3e7fc7, #03479f);
}
a.linkBtn02.ic_photo:before {
	background: url("../images/icon_nav03.png") no-repeat center / 70% auto,linear-gradient(to bottom, #3e7fc7, #03479f);
}
a.linkBtn02.ic_speaker:before {
	background: url("../images/icon_nav05.png") no-repeat center / 70% auto,linear-gradient(to bottom, #3e7fc7, #03479f);
}
.btnBox p {
	font-size: 22px;
	line-height: 1.5em;
	text-align: center;
	color: #434343;
	margin: .5em 0 0 0;
}

/*パンくず*/
#b_listBox {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    vertical-align: top;
    padding: 10px 0;
}
ul#b_list {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
}
ul#b_list li {
    float: left;
    margin: 0 10px 0 0;
}
ul#b_list li:before {
    content: ">";
    margin: 0 10px 0 0;
}
ul#b_list li:first-child:before {
    content: "";
    margin: 0;
}
ul#b_list a {
    text-decoration: none;
    color: #333;
}

/*ページトップ*/
/*.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 80px;
	width: 130px;
	z-index:999;
}*/
.pagetop {
	max-width: 1100px;
	text-align: right;
	width: 90%;
	margin: 30px auto 55px;
	padding: 0;
}
.pagetop a img {
	background-color: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.pagetop a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*共通スタイル*/
.flexBox {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_reverse {
    flex-direction:row-reverse;
}
.halfBox {
	width: 50%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
    position: relative;
}
.halfBox h2 {
	font-size: 200%;
	margin: 0 0 10px;
}
.halfBox a.linkBtn {
	margin-top: 40px;
}
.halfBox .imgBox {
	background: #f4f4f4;
	height: 500px;
}
.halfBox .txtBox {
	padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

/* ====================================================
アニメーション
==================================================== */
ul.menu {
	display: flex;
    -js-display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -js-justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -js-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
ul.menu li {
    text-align: center;
    width: 300px;
    margin: 20px auto;
    font-size: 18px;
}
ul.menu li a {
	color: #424663;
	text-decoration: none;
}
ul.menu li h3 {
    font-size: 22px;
	font-weight: bold;
}
.anim_box {
    width: 280px;
    height: 250px;
    background: #000;
	color: #fff!important;
    margin: 15px 0;
    position: relative;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	overflow: hidden;
}
.anim_box:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
    /*background: #424663;*/
	z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.anim_box:after {
    content: '';
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
    /*background: #424663;*/
	z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.anim_box:hover {
    width: 260px;
    height: 230px;
    margin: 25px 10px;
	background-size: 300px auto;
}
.anim_box:hover:after {
    width: 260px;
    height: 230px;
	right: 0;
	bottom: 0;
}
.anim_box:hover:before {
    width: 260px;
    height: 230px;
	top: 0;
	left: 0;
}
.anim_box p {
    margin: -20px 0 0 0;
    padding: 0;
    z-index: 3;
    font-size: 25px;
    letter-spacing: 0.1em;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 50%;
	opacity: 1;
    font-weight: bold;
}
.bg_scale {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.anim_box:hover .bg_scale {
    opacity: .3;
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

/*====================================================
Header
====================================================*/
header {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
	border-bottom: 4px solid #0458b6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
}
header .wrap {
	max-width: 1142px;
    padding: 20px 0;
	justify-content: space-between;
}
header #h_logo {
    margin: 0;
    padding: 0;
}
header #h_logo_office {
    margin: 0;
    padding: 0;
    max-width: 80%;
}
header #h_logo a,
header #h_logo_office a {
    display: block;
}
header .subNav {
	width: auto;
	display: inline-block;
	text-align: right;
	margin: 12px 0 5px;
}
header .subNav li {
	display: inline-block;
	width: 220px;
	margin-right: 20px;
}
header .subNav li a.linkBtn {
	padding: 10px;
	font-size: 20px;
	width: 100%;
}

/* ====================================================
nav
==================================================== */
nav {
	background: #0458b6;
}
nav ul {
	max-width: 1000px;
	margin: 0 auto;
	padding: 34px 0;
	color: #fff;
	justify-content: center;
	align-items: center;
}
nav ul li {
	width: calc(100% / 6);
	text-align: center;
	border-left: 1px solid #fff;
}
nav ul li:last-child {
	border-right: 1px solid #fff;
}
nav ul li a {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #fff!important;
	text-decoration: none;
	padding-top: 75px;
}
nav ul li a.icon-greeting {
	background: url("../images/icon_nav01.png") no-repeat center top / auto 64px;
}
nav ul li a.icon-book {
	background: url("../images/icon_nav02.png") no-repeat center top / auto 64px;
}
nav ul li a.icon-photo {
	background: url("../images/icon_nav03.png") no-repeat center top / auto 64px;
}
nav ul li a.icon-member {
	background: url("../images/icon_nav04.png") no-repeat center top / auto 64px;
}
nav ul li a.icon-news {
	background: url("../images/icon_nav05.png") no-repeat center top / auto 64px;
}
nav ul li a.icon-note {
	background: url("../images/icon_nav06.png") no-repeat center top / auto 64px;
}




/* ====================================================
Footer
==================================================== */
footer {
	width: 100%;
	background: #cecece;
	color: #434343;
	margin: 0;
	padding: 0;
    z-index: 2;
    position: relative;
}
footer .wrap {
	max-width: 1142px;
	padding: 25px 0;
	justify-content: space-between;
	align-items: center;
}
footer h4 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: bold;
}
#copyright {
	text-align: right;
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
}

.forpc {display: inline-block!important;}
.forsp {display: none!important;}

/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
	nav ul li:first-child {
		border-left: none;
	}
	nav ul li:last-child {
		border-right: none;
	}

}

/* ========================================================================================================
   900px以下
   ========================================================================================================*/
@media screen and (max-width: 900px) {
	header .wrap {
		width: 90%;
		padding: 10px 0;
	}
	header .subNav {
		width: 100%;
	}
	header .subNav li:last-child {
		margin-right: 0;
	}
	nav ul li {
		padding: 0 10px;
	}
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
	.wrap {
		width: 90%;
	}
	.pagetop {
		margin: 20px auto 30px;
	}
	.pagetop a img {
		width: 30%;
		max-width: 130px;
	}
	a.linkBtn {
		font-size: 18px;
		padding: 13px 10px;
		max-width: 220px;
	}
	a.linkBtn:after {
		border-width: 7px 0 7px 7px;
		right: 10px;
	}
	.btnBox p {
		font-size: 17px;
		text-align: left;
	}
	a.linkBtn02 {
		font-size: 18px;
		padding: 20px 30px 20px 90px;
	}
	a.linkBtn02:before {
		width: 80px;
	}
	a.linkBtn02.ic_book:before {
		background: url(../images/icon_nav02.png) no-repeat center / 60% auto,linear-gradient(to bottom, #3e7fc7, #03479f);
	}
	main.col-2 {
		width: 100%;
		margin: 20px auto 0;
	}
	main.col-2 #mainCts {
		max-width: 100%;
		margin: 0 0 25px;
		padding: 0 15px;
	}
	main.col-2 #sideCts {
		width: 90%;
		max-width: 90%;
		margin: 0 auto 30px;
		padding: 0 15px;
	}
	main.col-2 #sideCts .siteBox {
		margin: 0 0 50px;
	}
	header #h_logo {
		width: 80%;
	}
	header .subNav li {
		width: 130px;
		margin-right: 10px;
	}
	header .subNav li a.linkBtn {
		font-size: 14px;
		padding: 10px 20px 10px 10px;
	}
	header .subNav li a.linkBtn:after {
		border-width: 7px 0 7px 7px;
		right: 7px;
	}
	nav ul {
		padding: 20px 0;
	}
  nav ul li {
    padding: 0 5px;
  }
	nav ul li a {
		font-size: 2.5vw;
		padding-top: calc(100vw / 12 + 10px);
	}
	nav ul li a.icon-greeting {
		background: url(../images/icon_nav01.png) no-repeat center top / auto calc(100vw / 16 + 10px);
	}
	nav ul li a.icon-book {
		background: url(../images/icon_nav02.png) no-repeat center top / auto calc(100vw / 16 + 10px);
	}
	nav ul li a.icon-photo {
		background: url(../images/icon_nav03.png) no-repeat center top / auto calc(100vw / 16 + 10px);
	}
	nav ul li a.icon-member {
		background: url(../images/icon_nav04.png) no-repeat center top / auto calc(100vw / 16 + 10px);
	}
	nav ul li a.icon-news {
		background: url(../images/icon_nav05.png) no-repeat center top / auto calc(100vw / 16 + 10px);
	}
	nav ul li a.icon-note {
		background: url(../images/icon_nav06.png) no-repeat center top / auto calc(100vw / 16 + 10px);
	}
	footer .wrap {
		padding: 20px 0;
	}
	footer h4 {
		width: 100%;
		font-size: 20px;
		font-weight: normal;
		margin: 0 0 .5em;
	}
	#copyright {
		text-align: left;
		font-size: 12px;
	}
	

    .forpc {display: none!important;}
    .forsp {display: inline-block!important;}
}
	

/* ========================================================================================================
   419px以下
   ========================================================================================================*/
@media screen and (max-width: 419px) {
	header .subNav li a.linkBtn {
		font-size: 4vw;
	}
}