/*google web font*/

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, tt, var,
b, u, i, center,
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%;*/
	font: inherit;
	vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	/*border-spacing: 0;*/
}

*{
	box-sizing: border-box;
}

/* ======================================================
* clearfix
========================================================= */
.cf::after,
.clearfix::after{
    content:" ";
    display:block;
    clear:both;
}
html,body{
  height:100%;
}
/* ======================================================
* フォントサイズ
========================================================= */
html {
  font-size: 62.5%; 
}
body {
  -webkit-print-color-adjust: exact; /* 印刷時の背景色 */
  word-wrap: break-word; /* 未検証・不具合があったら削除 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height:1;
}

/* 基本 */
p,pre,table,th,td,dl,ol,ul,li,div{
  font-size:inherit;
  line-height:1.8; 
}


p+p{
/*  margin-top:1em;*/
  margin-bottom:0;
}
p:first-child,
h3 + p,
h4 +p{
    margin-top: 0;
}
pre,.pre{
  white-space: pre-line;
}
label{
  font-size:1.4rem;
}

/*================================================================
　　フォント
================================================================*/

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "游ゴシック";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "游ゴシック";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "游ゴシック";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "游ゴシック";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "游ゴシック";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

body *::before,
body *::after{
	font-family: fontawesome, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
}

h5,h6{
  display:inline;
}




blockquote p:last-child {
    margin: 0;
}

/*================================================================
　　リンク
================================================================*/

a:hover{
  /*text-decoration: underline;*/
  opacity:0.8;
}
a {
  background-color: transparent;
  -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
}
/*================================================================
　　Image
================================================================*/
img {
  	vertical-align: top;

}
a img{
  max-width:100%;
  
}


/*================================================================
　　dl dt dd
================================================================*/
dl {
	margin-top: 0;
	margin-bottom: 20px;
}

/*================================================================
　　リスト
================================================================*/
ul{
  list-style:none;
  padding:0;
}

ul.init,
ol{
  /*margin-block-start: 1em;*/
  margin-bottom: 1em;
  padding-inline-start: 20px;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 20px;
}

ul.init{
display: block;
list-style-type: disc!important;
}

ul.init > li {
  display: list-item;
  list-style:disc!important;
  text-align: match-parent;
  text-align: -webkit-match-parent;
}

ul.init > li > ol.init,
ul.init > li > ul.init,
p > ol, p > ul.init{
    margin-bottom: 0;
}



/* ページTOPへ*
=========================================================== */
#pageTop{
  display:block;
	position: fixed;
	z-index: 100;
	bottom: 24px;
	right: 24px;
	width: 60px;
	height:60px;
	text-align: center;
	text-decoration: none; 
}
#pageTop:hover{
  opacity:0.8;
}
@media screen and (max-width:640px){
  #pageTop{
      font-size:1.2rem;
      bottom: 40px;
      right: 25px;
      width: 46px;
      height:46px;
    }
  #pageTop::before{
    line-height:1em;

  }
}


#pageTop{
  display:flex;
  justify-content: center;/* 3 */
  align-items: center;    /* 4 */  
  border-radius:50%;
  background-color:#333333!important;
  color:#FFFFFF!important;
  text-align:center;
  font-size:42px;
}
#pageTop::before{
  content:"\f106";
  font-family: fontawesome;
  margin-bottom:5px;
}
