@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: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
	font-style: normal;
}


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

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

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

a:hover {
	animation: gradation 1s;
	color: #E0750B;;
	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 {
	margin-top: 40px;
    font-size: 95%;
}

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

.normalTbl table tr {
    border-spacing: 10px;
}

.normalTbl table th {
	border-bottom: 1px solid #E5E5E5;
	padding: 25px 0;
	font-weight: normal;
	text-align: left;
    margin: 10px;
    position: relative;
    width: 25%;
}

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

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

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

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

.icon {
	padding-bottom: 4px;
}

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

.normalTbl input[type=checkbox] {
	border: 1px solid #CCC;
	width: 20px !important;
	height: 20px !important;
    padding: 0 0 10px;
}

.normalTbl input[type=radio] {
	border: 1px solid #CCC;
	width: 15px !important;
	height: 15px !important;
    padding: 0 0 10px;
}

.normalTbl select {
	height: 40px;
	padding: 0 20px 0 10px;
	border: 1px solid #CCC;
    font-size: 100%;
}

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

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

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

.formText {
    text-align: center;
    margin-top: 40px;
    font-size: 110%;
}

.normalTbl2 {
}

.normalTbl2 table {
	letter-spacing: 0.1em;
	border-top: 1px dotted #999999;
}

.normalTbl2 table th {
	padding: 30px 10px;
	font-weight: 500;
	text-align: left;
    background: #EDF8FE;
	border-bottom: 1px dotted #999999;
}

.normalTbl2 table td {
	text-align: left;
	padding: 30px;
    background: #FFF;
	border-bottom: 1px dotted #999999;
}

.normalTbl3 {
    margin-bottom: 40px;
}

.normalTbl3 table {
	letter-spacing: 0.1em;
}

.normalTbl3 table th {
	padding: 20px 10px;
	font-weight: 500;
	text-align: center;
    background: #3B9827;
    color: #FFF;
    line-height: 130%;
	border-left: 2px solid #E4EFD8;
	border-bottom: 1px dotted #999999;
}

.normalTbl3 table td {
	text-align: center;
	padding: 20px;
	border-left: 2px solid #E4EFD8;
	border-bottom: 1px dotted #999999;
}

.normalTbl3 table th:nth-child(1),
.normalTbl3 table td:nth-child(1) {
	border-left: none;
}

.normalTbl4 {
}

.normalTbl4 table {
	letter-spacing: 0.1em;
}

.normalTbl4 table th {
	padding: 20px 10px;
	font-weight: 500;
	text-align: left;
    color: #FFF;
    line-height: 130%;
	border-bottom: 1px dotted #999999;
}

.normalTbl4 table td {
	text-align: left;
    color: #FFF;
	padding: 20px;
	border-bottom: 1px dotted #999999;
}

.normalTbl4 table td a {
    color: #FFF;
    text-decoration: none;
}

.normalTbl4 table td a:hover {
    text-decoration: underline;
}

.normalTbl5 {
    margin-bottom: 20px;
}

.normalTbl5 table {
	letter-spacing: 0.1em;
}

.normalTbl5 table th {
	padding: 20px 10px;
	font-weight: 500;
	text-align: center;
    background: #1E67B5;
    color: #FFF;
    border-left: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.normalTbl5 table td {
	text-align: center;
	padding: 30px 10px;
    border-left: 1px dotted #999999;
    background: #FFF;
	border-bottom: 1px dotted #999999;
}

.normalTbl5 table th:nth-child(1),
.normalTbl5 table td:nth-child(1) {
    border-left: none;
}

/*
===== 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;
}

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

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

.pt30 {
	padding-top:30px;
}

.pt50 {
	padding-top:50px;
}

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

.font {
	font-family: 'Noto Serif JP', serif;
}

.fontLLL {
	font-size:230%;
	line-height:130%;
}

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

.blue {
	color: #497b9b;
}
.green {
	color: #278C00;
}