@charset "utf-8";

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333333;
    font-size: 16px;
    letter-spacing: 0.15em;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings : "palt";
    line-height: 2;
    background-color: #fdd108;
}


.clear {
	clear: both;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* --- link --- */
 strong {
    font-weight: bold;
}
a {
	color:#333333;
}
a:visited {
		color:#333333;
}
a:hover {
	color:#333333;
}

.ml_10 {
	margin-left: 10px;
}

.ml_20 {
	margin-left: 20px;
}

.ml_30 {
	margin-left: 30px;
}

.mr_10 {
	margin-right: 10px;
}

.mr_20 {
	margin-right: 20px;
}

.mr_30 {
	margin-right: 30px;
}

.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 30px;
}

.mt_10 {
	margin-top: 10px;
} 
.mt_20 {
	margin-top: 20px;
} 
.mt_30 {
	margin-top: 30px;
} 


.box_center {
	text-align: center;
}
.box_right {
	text-align: right;
}
.box_left {
	text-align: left;
}

h1 {
    font-size: 24px;
	margin-bottom: 40px;
	font-weight: 500;
	line-height:1.5;
}
h2 {
    font-size: 18px;
    letter-spacing: 0.25em;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

h3 {
 font-size: 34px;
margin-bottom: 20px;
	color: #009ce5;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.25em;
	
position: relative;

padding:0.25em 1em;
display: inline-block;
}

h3:before,h3:after{ 
  content:'';
width: 20px;
height: 30px;
position: absolute;
display: inline-block;
}

h3:before{
  border-left: solid 1px #009ce5;
  border-top: solid 1px #009ce5;
  top:0;
  left: 0;
}

h3:after{
  border-right: solid 1px #009ce5;
  border-bottom: solid 1px #009ce5;
  bottom:0;
  right: 0;
}




.h4_last_letter {
margin-right: -0.25em;
}



h5 {
    color: #009ce5;
    font-weight: bold;
    font-size: 22px;
}
h6 {
    color: #009ce5;
    font-weight: bold;
    font-size: 20px;
}
table {
}
td {
	padding-bottom: 10px;
		padding-top: 10px;
}
.right {
    float: right;
}
.left {
    float: left;
}
th {
    text-align: left;
	padding-bottom: 10px;
		padding-top: 10px;
	color: #009ce5;
	font-weight: bold;
}
tr {
    border-top: 1px dotted #009ce5;

	
}
tr:last-child {
    border-bottom: 1px dotted #009ce5;


}
