@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
    font-size: 0px;
    line-height: 0px;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%!important;
}
/* ベース */
body {
    width: 100%;
	margin: 0;
}
html body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-family: "YuGothicPr6NM", "游ゴシック", "Yu Gothic", YuGothic;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
}
/*
#wrapper .container {
    max-width: 1000px;
}
*/
.container{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 991px) {
html {
    font-size: 55%!important;
}
}
@media (max-width: 575px) {
html {
    font-size: 60%!important;
}
}
/* ベース */

hr {
    margin: 0px;
    padding: 0px;
}

/*font関係*/
.gothic-1 {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
.gothic-2 {
    font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.mincho {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*font関係*/

/*a関係*/
a {
    outline: none;
}
a:hover {
    outline: none;
    text-decoration: none;
}
a:active {
    outline: none;
}
a:link {
    outline: none;
    text-decoration: none;
}
a:visited {
    outline: none;
    text-decoration: none;
}
/*a関係*/

/*margin関係*/
.margin-t15 {
    margin-top: 15px;
}
.margin-b15 {
    margin-bottom: 15px;
}
.margin-t30 {
    margin-top: 30px;
}
.margin-b30 {
    margin-bottom: 30px;
}
.margin-t60 {
    margin-top: 60px;
}
.margin-b60 {
    margin-bottom: 60px;
}
/*margin関係*/

/*padding関係*/
.padding-t15 {
    padding-top: 15px;
}
.padding-b15 {
    padding-bottom: 15px;
}
.padding-t30 {
    padding-top: 30px;
}
.padding-b30 {
    padding-bottom: 30px;
}
.padding-t60 {
    padding-top: 60px;
}
.padding-b60 {
    padding-bottom: 60px;
}
/*padding関係*/

/*reset関係*/
.zero {
    margin: 0px;
    padding: 0px;
}
.resetjumbo {
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
}
.resetnav {
    display: inline-block;
    list-style: none;
    font-size: 0px;
}
/*reset関係*/

/*アニメーション*/
.invisible {
    visibility: hidden;
}

/* トップへ戻るボタン */
/*
#page-top {
	position: absolute;
	top:-23%;
	right: 0%;
}
#page-top a {
    background: #d3e392;
    text-decoration: none;
    color: #009245;
    font-size: 19px;
    font-size: 1.9rem;
	letter-spacing: 3px;
	font-weight: bold;
	padding: 1rem 3rem;
    text-align: center;
    display: block;
    border-radius: 1rem;
	transition : 0.5s;
}
#page-top a:hover {
    transform: translateY(15px);
}
@media only screen and (max-width: 991px) {
	#page-top {
	position: absolute;
	top:-60px;
	right: 0%;
}
}
@media only screen and (max-width: 575px) {
	#page-top {
	position: absolute;
	top:-60px;
	right: 0%;
}
	#page-top a {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
	padding: 1rem 2rem;
}
}
*/
/* トップへ戻るボタン */

/*図形関係 <div class="triangle"></div> で図形を表示*/
.triangle {
    width: 0;
    height: 0;
    border-top: 50px solid #000;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid transparent;
    margin: 0px auto;
}
/*図形関係*/
