@charset "utf-8";

/*CONTENTS
===================================================

	1. Universal Reset 
	2. body and base setting
		: general params
		: acronyms and abbreviations styles
	3. Link
	4. Form
	5. Float
	6. Table
	7. Margin
	8. Font
	9. Line-height

===================================================
*/


/* -------------------------------------------------------------------------------------
  1. Universal Reset
----------------------------------------------------------------------------------------- */

*{
	margin:0;
	padding:0;
}


/* -------------------------------------------------------------------------------------
  2. Body and Base setting
----------------------------------------------------------------------------------------- */

body {
	text-align:center;/* box centering */
	margin-left: auto;
	margin-right: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.15em;
	-webkit-text-size-adjust: 100%;
}


/* general params
------------------------------------------------------------*/

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{
	padding: 0px;
	margin: 0px;
	line-height: 160%;
    font-size: 100%;
}

table { 
	margin: 0;
	empty-cells: show;
	font-size: 100%;
}

hr,.areaAnchor,.anchor { display : none; }

img {
	border: none;
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a img:hover {
	opacity:0.7;
	transition:all 0.5s ease;
}

nav ul {
    list-style:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

.block {
	display: block;
}


/* acronyms and abbreviations styles 
------------------------------------------------------------*/

acronym,abbr{cursor:help;}

.clear {
	margin:0;
	padding:0;
	line-height:0;
	clear:both;
}

.clearfix{
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
	margin:0;
	padding:0;
}

.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	overflow: hidden;/* 隙間対応 */
	font-size: 0.1em;/* 隙間対応 */
	line-height: 0;/* 隙間対応 */
}

* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}


/* -------------------------------------------------------------------------------------
  3. Link
----------------------------------------------------------------------------------------- */

a:link {
	transition: 0.3s;
	color: #4d4d4d;
	text-decoration:none;
	text-decoration:underline;
}

a:visited {
	transition: 0.3s;
	color: #4d4d4d;
	text-decoration:underline;
}

a:hover {
	animation: gradation 1s;
	color: #007DF3;
	text-decoration:none;
}


/* -------------------------------------------------------------------------------------
  4. Form
----------------------------------------------------------------------------------------- */

/*
.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:20px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #B4151D;
	color: #FFF;
	font-size: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

select {
	border-radius: 0;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 100%;
	color: #333;
}

select:focus {
	background: #FFCCCC;
}

input {
	border-radius: 0;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 100%;
	color: #333;
}

input:focus {
	background: #FFCCCC;
}

input[type="radio"] {
	padding: 5px !important;
	border: 1px solid #000;
}

textarea {
	border-radius: 0;
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 120%;
	color: #333;
}
*/

/* -------------------------------------------------------------------------------------
  5. Float
----------------------------------------------------------------------------------------- */

.floatL {
	float:left;
}

.floatR {
	float:right;
}

.alignL {
	text-align:left;
}

.alignR {
	text-align:right;
}

.alignC {
	text-align:center;
}

.valign {
	vertical-align: middle;
}

/* -------------------------------------------------------------------------------------
  6. Table
----------------------------------------------------------------------------------------- */

.normalTbl {
    margin-top: 40px;
}

.normalTbl table {
	border-top: 1px solid #E5E5E5;
	letter-spacing: 0.2em;
}

.normalTbl table th {
	border-bottom: 1px solid #E5E5E5;
	padding: 30px 0;
	font-weight: normal;
	text-align: left;
}

.normalTbl table th {
  position: relative;
  text-align: left;
  width: 30%;
}

.normalTbl table th:after{
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #E5E5E5;
  position: absolute;
  top:calc(50% - 1px);
  right: 20px;
}

.normalTbl table td {
	border-bottom: 1px solid #E5E5E5;
	padding: 30px;
	font-weight: normal;
	text-align: left;
}

.must {
	background: #007DF3;
	padding: 4px 8px 5px 10px;
	margin-right: 10px;
	font-size: 70%;
	color: #FFF;
	border-radius: 3px;
}

.nomust {
	background: #CCC;
	padding: 4px 8px 5px 10px;
	margin-right: 10px;
	font-size: 70%;
	color: #FFF;
	border-radius: 3px;
}

.formText {
    text-align: center;
    padding: 50px 0;
}

.icon {
	padding-bottom: 4px;
}

.normalTbl input {
	height: 40px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl input[type=checkbox] {
	height: auto;
	margin: 10px 0;
    padding: 10px;
	border: 1px solid #CCC;
}

.normalTbl input[type=radio] {
	height: auto;
	margin: 10px 0;
	border: 1px solid #CCC;
}

.normalTbl select {
	height: 40px;
	padding: 0 20px 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	padding: 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background-color: #d9f6ff;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
	cursor: pointer;
}

.formButton input {
	display: block;
	padding: 20px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #E78895;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	transition: 0.3s;
}

.formButton input:hover {
	background: #DC6372;
	transition: 0.3s;
}

.normalTbl2 {
    margin-bottom: 40px;
}

.normalTbl2 table {
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}

.normalTbl2 table tr:nth-child(2n+1) {
    background: #F5F5F5;
}

.normalTbl2 table th {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px;
	font-weight: 600;
	text-align: left;
}

.normalTbl2 table th.head {
    background: #CCE4FD;
    text-align: center;
}

.normalTbl2 table td {
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 20px;
	font-weight: normal;
	text-align: center;
}

.normalTbl2 table td.alignL {
    text-align: left;
}

.normalTbl3 {
    margin-bottom: 40px;
	font-size: 90%;
}

.normalTbl3 table {
	border-top: 1px solid #EEE;
	letter-spacing: 0.1em;
}

.normalTbl3 table th {
	border-bottom: 1px solid #EEE;
	padding: 20px 0;
	font-weight: normal;
	text-align: left;
}

.normalTbl3 table td {
	border-bottom: 1px solid #EEE;
	padding: 12px 0;
	font-weight: normal;
	text-align: left;
}

.normalTbl3 table td span {
    color: #e40012;
}


/* -------------------------------------------------------------------------------------
  7. Margin
----------------------------------------------------------------------------------------- */

.mt-30 {
	margin-top:-30px;
}

.mt-50 {
	margin-top:-50px;
}

.mt-100 {
	margin-top:-100px;
}

.mt-200 {
	margin-top:-200px;
}

.mt0 {
	margin-top:0;
}

.mt5 {
	margin-top:5px;
}

.mt10 {
	margin-top:10px;
}

.mt20 {
	margin-top:20px;
}

.mt30 {
	margin-top:30px;
}

.mt40 {
	margin-top:40px;
}

.mt50 {
	margin-top:50px;
}

.mt60 {
	margin-top:60px;
}

.mt70 {
	margin-top:70px;
}

.mt80 {
	margin-top:80px;
}

.mt90 {
	margin-top:90px;
}

.mt100 {
	margin-top:100px;
}

.ml5 {
	margin-left:5px;
}

.ml10 {
	margin-left:10px;
}

.ml15 {
	margin-left:15px;
}

.ml20 {
	margin-left:20px;
}

.ml30 {
	margin-left:30px;
}

.ml40 {
	margin-left:40px;
}

.ml50 {
	margin-left:50px;
}

.mr5 {
	margin-right:5px;
}

.mr10 {
	margin-right:10px;
}

.mr15 {
	margin-right:15px;
}

.mr20 {
	margin-right:20px;
}

.mr30 {
	margin-right:30px;
}

.mr40 {
	margin-right:40px;
}

.mr50 {
	margin-right:50px;
}

.mb0 {
	margin-bottom:0;
}

.mb5 {
	margin-bottom:5px;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px;
}

.mb50 {
	margin-bottom:50px;
}

.pad10 {
	padding: 10px;
	box-sizing: border-box;
}

.pad20 {
	padding: 20px;
	box-sizing: border-box;
}

.pad30 {
	padding: 30px;
	box-sizing: border-box;
}

.pad40 {
	padding: 40px;
	box-sizing: border-box;
}

.pad50 {
	padding: 50px;
	box-sizing: border-box;
}

.pb20 {
	padding-bottom: 20px;
	box-sizing: border-box;
}

/* -------------------------------------------------------------------------------------
  8. Font
----------------------------------------------------------------------------------------- */

.font {
	font-family: a-otf-ryumin-pr6n, serif;
}

.fontLLL {
	font-size:230%;
}

.fontLL {
	font-size:180%;
}

.fontL {
	font-size:130%;
}

.fontM {
	font-size:110%;
}

.fontS {
	font-size:80%;
}

.fontSS {
	font-size:70%;
}

.fontSSS {
	font-size:60%;
}

.bold {
	font-weight:bold;
}


/* -------------------------------------------------------------------------------------
  9. Line-height
----------------------------------------------------------------------------------------- */

.lh100 {
	line-height: 100%;
}

.lh120 {
	line-height: 120%;
}

.lh130 {
	line-height: 130%;
}

.lh140 {
	line-height: 140%;
}

.lh150 {
	line-height: 150%;
}

.lh160 {
	line-height: 160%;
}

.lh200 {
	line-height: 200%;
}

.ls100 {
	letter-spacing: 0;
}

.ls110 {
	letter-spacing: 0.1em;
}

.ls120 {
	letter-spacing: 0.2em;
}

.ls130 {
	letter-spacing: 0.3em;
}


/* -------------------------------------------------------------------------------------
  10. Color
----------------------------------------------------------------------------------------- */

.red {
	color: #C10D23;
}

.white {
    color: #FFF;
}

.blue {
	color: #0062C7;
}

