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

/*# アイコンフォント */
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);

/*# タイトル用 */
@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');





/*# リセット */
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;}

/* 6．画像余白を消す
-----------------------------------------*/
img {
	font-size:0;
	line-height:0;	
} 

img{vertical-align:bottom;}

iframe {
  display: block;
  vertical-align: bottom;
}

/*# common */
/*# ★★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%;
}

}

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


.cen {
	text-align: center;
}

.lef {
	text-align: left;
}

a {
  text-decoration: none;
}

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


/* 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:1000px) {
	
#page-top {
  right: 10px;
}
	
}






