@charset "utf-8";

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

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

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




/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	margin: 0px auto;
	padding: 0px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
}


/* 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;
	flex-shrink: 0;
}

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;
}

/* 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 setting ===========================
*/

a:link {
  transition: 0.3s;
  color: #707070;
  text-decoration: none;
}

a:visited {
  transition: 0.3s;
  color: #707070;
  text-decoration: none;
}

a:hover {
	animation: gradation 1s;
	color: #FF8000;
	color: #0E6EB8;
	text-decoration: underline;
}

.link a:link {
  transition: 0.3s;
  color: #333333;
  text-decoration: underline;
}

.link a:visited {
  transition: 0.3s;
  color: #333333;
  text-decoration: underline;
}

.link a:hover {
	animation: gradation 1s;
	color: #FF8000;
	color: #333333;
	text-decoration: none;
}


/*
===== 5: FLOART ==========================================
*/

.floatL {
	float:left;
}

.floatR {
	float:right;
}

.alignL {
	text-align:left;
}

.alignR {
	text-align:right;
}

.alignC {
	text-align:center;
}

/*
===== 5: 標準テーブル ==========================================
*/

.normalTbl {
	font-size: 90%;
}

.normalTbl table {
	letter-spacing: 0.2em;
}

.normalTbl table th {
	padding: 20px 0;
	font-weight: normal;
	text-align: left;
    color: #333;
}

.normalTbl table td {
	padding: 20px 0;
	font-weight: normal;
	text-align: left;
}

.must {
	background: #152752;
	padding: 2px 10px 3px 12px;
	margin-right: 10px;
	font-size: 75%;
	color: #FFF;
    border-radius: 100px;
}

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

.icon {
	padding-bottom: 4px;
}

.normalTbl input {
	height: 15px;
	padding: 0 10px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}

.normalTbl input[type=checkbox] {
	margin: 15px 0;
    height: 30px;
    width: 30px;
	border: 1px solid #CCC;
}

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

.normalTbl textarea {
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}

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

.normalTbl2 {
	font-size: 100%;
}

.normalTbl2 table {
	letter-spacing: 0.2em;
}

.normalTbl2 table th {
	padding: 20px 0 10px;
    margin-bottom: 20px;
    font-size: 120%;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.4em;
    color: #E68A6F;
    border-bottom: 2px solid #E68A6F;
}

.normalTbl2 table td {
	padding: 20px 0;
	font-weight: normal;
	text-align: left;
}

.normalTbl2 table td table td {
	padding: 10px 0 0;
	font-weight: normal;
	text-align: left;
}

.normalTbl2 input {
	height: 15px;
	padding: 0 10px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}

.normalTbl2 input[type="checkbox"] {
	height: 15px;
    width: 15px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
	border: 1px solid #DDDDDD;
	font-size: 110% !important;
}

.normalTbl2 input[type="radio"] {
	height: 18px;
    width: 18px;
    margin-bottom: 20px;
    box-sizing: border-box;
	border: 1px solid #DDDDDD;
}

.normalTbl2 select {
	height: 40px;
	padding: 0 20px 0 10px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}

.normalTbl2 textarea {
	padding: 10px;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
    box-sizing: border-box;
}

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

/*
===== 5: MARGIN ==========================================
*/

.mt5 {
	margin-top:5px;
}

.mt10 {
	margin-top:10px;
}

.mt20 {
	margin-top:20px;
}

.mt30 {
	margin-top:30px;
}

.mt40 {
	margin-top:40px;
}

.mt50 {
	margin-top:50px;
}

.mt80 {
	margin-top:80px;
}

.mt100 {
	margin-top:100px;
}

.mt150 {
	margin-top:150px;
}

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

.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;
}

.mr10 {
	margin-right:10px;
}

.mr15 {
	margin-right:15px;
}

.mr20 {
	margin-right:20px;
}

.mr30 {
	margin-right:30px;
}

.mr40 {
	margin-right:40px;
}

.mr50 {
	margin-right:50px;
}

.mb10 {
	margin-bottom:10px;
}

.mb15 {
	margin-bottom:15px;
}

.mb20 {
	margin-bottom:20px;
}

.mb30 {
	margin-bottom:30px;
}

.mb40 {
	margin-bottom:40px;
}

.mb50 {
	margin-bottom:50px;
}

.mb0 {
	margin-bottom:0px;
}

.pb0 {
	padding-bottom: 0px;
}

.pt30 {
	padding-top:30px;
}

.pt50 {
	padding-top:50px;
}

.lh160 {
	line-height: 160%;
}

/*
===== 6: FONT ==========================================
*/

.font {
    font-family: "Noto Sans JP", system-ui;
}

.font400 {
	font-size: 400%;
	line-height: 130%;
}

.fontLLL {
	font-size: 180%;
	line-height: 150%;
}

.fontLL {
	font-size: 160%;
}

.fontL {
	font-size: 130%;
}

.fontM {
	font-size: 110%;
}

.fontS {
	font-size: 80%;
}

.fontSS {
	font-size: 70%;
}

.fontSSS {
	font-size: 60%;
}

.jp {
}

.bold {	
	font-weight: 600;
}

.display {
	display: block;
}

.yellow {
	color: #FFFF00;
}

.red {
	color: #D01417;
}

.white {
	color: #fff;
}

