
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,700&display=swap&subset=japanese');

/*# タイトル用 */
@import url('https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap');
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);

@charset "UTF-8";
/*****************************************************************************
 1．html5doctor.com Reset Stylesheet
 1.5 リストマーカー無
 2．スクロールバーを常に表示
 3．日本語用フォント指定
 4．画像余白を消す
*****************************************************************************/

/* 1.html5doctor.com Reset Stylesheet
-----------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* 1.5 リストマーカー無
-----------------------------------------*/
ol, ul {
	list-style: none;
}
/* 2．スクロールバーを常に表示
-----------------------------------------*/
html{overflow-y:scroll;}

/* 3．フォント関連半角英数字折り返しする
-----------------------------------------*/
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
/* 6．画像余白を消す
-----------------------------------------*/
img {
	font-size:0;
	line-height:0;	
} 

img{vertical-align:bottom;}


/*# ★★paddingあふれ防止★★ */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
	background-color: #ffffff;
  	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
  	max-width: 100%;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	text-size-adjust: 100%;
  	font-size: 62.5%;
  	overflow-x: hidden;
}

body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
  	font-size: 1.3rem;
	line-height: 1.7;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, p, td, th, a {
	font-family: 'Noto Sans JP', sans-serif;
  	font-weight: 400;
  	line-height: 1.7;
　　　overflow-wrap: break-word;
　　　word-wrap: break-word;
}

img {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

* {box-sizing:border-box}

/*# 横スクロールバー表示禁止 */
@media screen and (max-width:768px) {

html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 100%;
}

}

.inner{
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
  position: relative;
}

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

.inner{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
  position: relative;
}
	
}

h1, h2, h3, h4, h5, h6, p, td, th {
  line-height: 130%;
}

span {
	line-height: 130%;
}

.red {
	color: #ff0000;
}

.t-c {
	text-align: center;
}

.cen {
	text-align: center;
}

a {
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

/*# ★★汎用設定★★ */

/*# ★★PC、スマホの表示非表示★★ */

/*# 1200以上は表示 */
.x-pc { display:inline; }
/*# 992以上は表示 */
.x-note { display:inline; }
/*# 768以上は表示 */
.x-tb { display:inline; }
/*# 480以上は表示 */
.x-sp { display:inline; }

/*# 992以下は表示 */
.pc-0 { display:none; }
/*# 992以下は表示 */
.note-0 { display:none; }
/*# 768以下は表示 */
.tb-0 { display:none; }
/*# 480以下は表示 */
.sp-0 { display:none; }

@media screen and (max-width:1200px) {
	
.x-pc { display:none; }
.pc-0 { display:inline; }
	
}

@media screen and (max-width:992px) {
	
.x-note { display:none; }
.note-0 { display:inline; }
	
}

@media screen and (max-width:768px) {
	
.x-tb { display:none; }	
.tb-0 { display:inline; }

}

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

.x-sp { display:none; }
.sp-0 { display:inline; }
	
}


/*# ロールオーバーでイメージ半透明 */
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*# clearfix */
.clearfix:after {
	clear: both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }

/*# 文字関係 */

.bold {
	font-weight: bold;
}

.cen {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}


/*# 空き、マージントップ */

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mt100 {
	margin-top: 100px !important;
}


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

.mt50,
.mt60,
.mt70,
.mt80,
.mt90,
.mt100 {
	margin-top: 50px !important;
}

}

@media screen and (max-width:768px) {
	
.mt40,
.mt50,
.mt60,
.mt70,
.mt80 {
	margin-top: 30px !important;
}

}


/* Topへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 35px;
  height: 35px;
	z-index: 10000;
}

.arrow{
  position: relative;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  width: 35px;
  height: 35px;
}

.arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  background: #000;
}

.arrow::after{
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
}

.arrow a{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
}

.arrow:hover::before{
	background-color: #222222;
}

.arrow:hover::after{
  border-top: solid 1px #B4B4B4;
  border-left: solid 1px #B4B4B4;
}

.arrow a:hover{

}

@media screen and (max-width:768px) {
	
#page-top {
  right: 10px;
  bottom: 70px;
}
	
}

