@charset "utf-8";
/*BACE*/
*{
	margin: 0px;
	padding: 0px;
	-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, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	color:#333;
	font-size:16px;
	line-height:1.6;
	background:#14accc;
	text-align:left;
	}
	
p,div,table,tr,th,td,ol,ul,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
form,input,select,textarea,
header,fotoer,aside,nav,section,article,figure,figcaption
 {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
input, select {
	vertical-align:middle;
}
ul {
	list-style:none;
}

img {
	vertical-align:top;
	border:none;
	display:block
}
div img{
	width:100%;
	height:auto;
}
a {
	overflow:hidden;
	text-decoration:none;
	color:#393939;
}
a:hover{
	text-decoration:none;
	opacity:0.4;

}

/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	}

table{
	border-spacing:0;
	border-collapse:collapse;
}
table th{
	text-align:left;
	font-weight:normal;
}

p{
	text-align:justify;
	text-justify:distribute;
	}

/*丸ゴシック*/
.m-plus rounded 1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/*明朝*/
.noto-serif jp-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}


/*電話番*/
/*.bodoni-moda-<uniquifier> {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight:800;
  font-style: normal;
}*/

.libre-bodoni-<uniquifier> {
  font-family: "Libre Bodoni", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}


/*BLOG  TOPICS*/
.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}



/*日付*/
.fira-sans-regular {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

span.Indent1{
	display:block;
	padding-left:1.0em;
	text-indent:-1.0em;
}


