@charset "UTF-8";

/*------------------------------------------------

 base.css
 
 Copyright (C) SATOBLDG.

------------------------------------------------*/

/* reset
================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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, 
main, footer, header, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-family: inherit;
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
}
main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section { 
	display: block;
}
ul {
	list-style: none;
}
input, select {
	vertical-align: middle;
}
input, button, textarea, select {
	outline: none;
}

/* general rules
================================================*/
/* html
------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	overflow: auto;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
	-moz-osx-font-smoothing: grayscale;
}

/* body
------------------------------------------------*/
body {
	margin: 0;
	padding: 45px 0;
	background: #fff;
	color: #000;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.4;
	overflow-x: hidden;
  word-spacing: 0;
  word-wrap: break-word;
  overflow-wrap : break-word;
}

/* box-sizing
------------------------------------------------*/
*, *:before, *:after {
	box-sizing: inherit;
}

/* link
------------------------------------------------*/
a	{
	font-weight: inherit;
}
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

a:focus { outline:none; }

a,
a img {
  transition: all .4s ease;
}
a:hover img,
.btn a:hover {
	opacity: 0.7;
}

/* font
------------------------------------------------*/
.fontSansSerif {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic",  "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
}

/* img
------------------------------------------------*/
img,
p img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	border: 0;
	line-height: 1;
	vertical-align: bottom;
}
a:active img { text-decoration: none; }

/* text
------------------------------------------------*/
strong {
  padding: 0 .1em;
  background: linear-gradient(transparent 60%, #fffbcb 60%);
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  font-style: normal;
}
em {
	color: #000;
  font-weight: 700;
	font-style: normal;
}
address {
	font-style: normal;
	display: block;
}

::selection {
	background: #fffbcb;
	color: #000;
}
::-moz-selection {
	background: #fffbcb;
	color: #000;
}

/* h1, h2, h3, h4
------------------------------------------------*/
h1, h2, h3, h4 {
	line-height: 1.2;
	letter-spacing: 0.01em;
}

/* div, p
------------------------------------------------*/
/* div { margin-bottom: 30px; } */
div :last-child,
section :last-child,
li :last-child,
dd :last-child {
	margin-bottom: 0;
}
p {
	margin-bottom: 30px;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
  letter-spacing: 0; /*0.05em;*/
}

/* span
------------------------------------------------*/
span {
	font-weight: inherit;
}

/* list
------------------------------------------------*/
ul {
	list-style: disc;
	margin-bottom: 30px;
	padding: 0 0 0 1.5em
}
ol {
	list-style: decimal;
	margin-bottom: 30px;
	padding: 0 0 0 2em
}
li {
	margin: 0 0 5px;
	line-height: 1.6;
}

/* dl
------------------------------------------------*/
dl {
	margin-bottom: 30px;
}
dt {
	margin-bottom: 10px;
	font-weight: 700;
}

/* table
------------------------------------------------*/
table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
	line-height: 1.6;
}
table th {
	padding: 12px 15px;
	border-right 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	color: #000;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
table td {
	padding: 12px 15px;
	border-right 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	vertical-align: top;
}
table tr:first-of-type th,
table tr:first-of-type td {
	border-top: 1px solid #ddd;
}
table td span {
	color: #999;
}
table td div {
	margin: 5px 0 0;
}
table .nowrap { white-space: nowrap; }

table.plane {
	width: 100%;
	margin: 0 0 30px;
	border-collapse: collapse;
	border: none;
	font-size: inherit;
	font: 100%;
	line-height: 1.6;
}
table.plane th {
	border: none;
	background: #FFF;
	vertical-align: top;
	white-space: nowrap;
}
table.plane td {
	border: none;
	text-align: left;
}

table .nowrap { white-space: nowrap; }


/* common rules
================================================*/
/* link
------------------------------------------------*/
a.line:link { color: #000; text-decoration: underline; }
a.line:visited { color: #666; text-decoration: underline; }
a.line:hover, a.line:active { color: #000; text-decoration: none; }

/* clear
------------------------------------------------*/
.clear { clear: both; }

/* align ctrl
------------------------------------------------*/
.taR { text-align: right; }
.taC { text-align: center; }
.taL { text-align: left; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.top { vertical-align: top; }

/* text
------------------------------------------------*/
.f-lightBlue { color: #00adef; }
.f-darkBlue { color: #105daa; }
.f-red { color: #f00; }
.f-black { color: #000; }
.f-gray { color: #999; }
.f-white { color: #fff; }
.f-bold { font-weight: 700; }
.f-plane { font-weight: normal; }
.f24 { font-size: 2.4rem; }
.f18 { font-size: 1.8rem; }
.f16 { font-size: 1.6rem; }
.f14 { font-size: 1.4rem; }
.f12 { font-size: 1.2rem; }


/* display
------------------------------------------------*/
.displayBlock { display: block; }
.displayInlineBlock { display: inline-block; }
.displayInline { display: inline; }
.displayTable { display: table; }
.displayTableCell { display: table-cell; }

/* img float
------------------------------------------------*/
.floatL {
	float: left;
	margin: 0 20px 20px 0;
}
.floatR {
	float: right;
	margin: 0 0 20px 20px;
}
.floatL0 {
	float: left;
	margin: 0 20px 0 0;
}
.floatR0 {
	float: right;
	margin: 0 0 0 20px;
}

/* margin
------------------------------------------------*/
.bt0 {	margin-bottom: 0 }
.bt5 {	margin-bottom: 5px }
.bt10 {	margin-bottom: 10px }
.bt15 {	margin-bottom: 15px }
.bt20 {	margin-bottom: 20px }
.bt30 {	margin-bottom: 30px }
.bt40 {	margin-bottom: 40px }
.bt50 {	margin-bottom: 50px }
.bt60 {	margin-bottom: 60px }
.bt70 {	margin-bottom: 70px }
.bt80 {	margin-bottom: 80px }
.bt90 {	margin-bottom: 90px }
.bt100 {	margin-bottom: 100px }


/* radius
------------------------------------------------*/
.radius4,
.radius4 img {	border-radius: 4px; }
.radius8,
.radius8 img {	border-radius: 8px; }


/* list
------------------------------------------------*/
.asteriskList,
.squareList,
.circleList {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.asteriskList > li,
.squareList > li,
.circleList > li {
	position: relative;
  margin: 0 0 5px;
  padding: 0 0 0 1.25em;
}
.asteriskList > li:before,
.squareList > li:before,
.circleList > li:before {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.asteriskList > li:before {
	content: "※";
}
.squareList > li:before {
	content: "■";
}
.circleList > li:before {
	content: "○";
}

/* [hack] overflow
--------------------------------------*/
.overflow {
	_zoom: 1;
	overflow: hidden;
}

/* [hack] clear fix
--------------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

