
/*google web font*/
@import url(sanitize.css);
@import url(https://fonts.googleapis.com/css?family=Baloo+Bhaina|Gloria+Hallelujah|Indie+Flower|Oswald:500,600,700|Pacifico|Roboto:400,700,900);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/* ======================================================
* clearfix
========================================================= */
.cf::after,
.clearfix::after{
    content:" ";
    display:block;
    clear:both;
}

/* ======================================================
* フォントサイズ
========================================================= */
html {
  font-size: 62.5%; 
}
body {
  height: 100%;
  -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{
  margin-top:0;
  margin-bottom:1.5em;
}

pre,.pre{
  white-space: pre-line;
}
label{
  font-size:1.4rem;
}
.txt-large{
  font-size:120%;
}

/*================================================================
　　フォント
================================================================*/
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
/*	src: url('font/Roboto-Regular-sub.eot');
	src: local('Roboto Regular'), url('font/Roboto-Regular-sub.eot?#iefix') format('embedded-opentype'), url('font/Roboto-Regular-sub.woff') format('woff'), url('font/Roboto-Regular-sub.ttf') format('truetype');
*/}
@font-face {
	font-family: 'RobotoB';
	font-style: normal;
	font-weight: 700;
/*	src: url('font/Roboto-Bold-sub.eot');
	src: local('Roboto Bold'), url('font/Roboto-Bold-sub.eot?#iefix') format('embedded-opentype'), url('font/Roboto-Bold-sub.woff') format('woff'), url('font/Roboto-Bold-sub.ttf') format('truetype');
*/}
.serif {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*body, table, input, textarea, select, option, button, h1, h2, h3, h4, h5, h6,pre {
    font-family: "ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}*/
body {
	font-family: "Roboto", "Droid Sans", Helvetica, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
	/*letter-spacing: 0.1em;*/
}


/*================================================================
　　gp
================================================================*/
h1, h2, h3, h4, h5, h6,
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}
h1, h2, h3 {
  line-height: 1.25em;
}

pre {
    background: rgba(0,0,0,.05);
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 20px;
    overflow: auto;
}

blockquote {
    border-left: 5px solid rgba(0,0,0,.05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    position: relative;
}

blockquote p:last-child {
    margin: 0;
}
table, td, th {
    border: 1px solid rgba(0,0,0,.1);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%;
}

/*================================================================
　　リスト
================================================================*/
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;
}

/*================================================================
　　リンク
================================================================*/

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;
}

a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}


/*================================================================
　　Image
================================================================*/

a img{
  max-width:100%;
}

/*================================================================
　　dl dt dd
================================================================*/
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}

/* ページTOPへ*
=========================================================== */

#pageTop,
#pageTop::before{
	color:#042817;
}

#pageTop{
  display:block;
	position: fixed;
	z-index: 1;
	bottom: 24px;
	right: 24px;
	width: 60px;
	height:60px;
	text-align: center;
	text-decoration: none; 
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity:0.8;
}
/*
#pageTop span{
  font-family: "roboto";
  font-weight: 700;
	display: block;
	text-align: center;
	line-height: 18px;
}
*/
/*
#pageTop::before{
	font-size: 1.4em;
	content:"\f106";
	font-family:"fontawesome";

}
*/
#pageTop:hover{
  opacity:1;
}


@media screen and (max-width:640px){
  #pageTop{
      font-size:1.2rem;
      bottom: 20px;
      right: 10px;
      width: 46px;
      height:46px;
    }
  #pageTop::before{
    line-height:1em;

  }
}




/* レスポンシブ mobile first
-------------------------------------------------------------------------*/
/* xs スマートフォン*/
@media screen and (min-width:641px){ /* s */ 
}

@media screen and (min-width:769px){ /* m */
}

@media screen and (min-width:960px){ /* l */
}

@media screen and (min-width:1200px){ /*  xl */
}

/* レスポンシブ PC first
-------------------------------------------------------------------------*/

@media screen and (max-width:1199px){ /* xl */
}

@media screen and (max-width:959px){ /* m */
}

@media screen and (max-width:768px){ /* s */

}
@media screen and (max-width:640px){ /* xs */
  
}



 