@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 {
	text-align: center;
	padding: 70px 0px;
}

.contents01a {
	background-color: #e5e0e1;
}

.contents01 .box-in {
	width: 1100px;
	padding-top: 40px;
}

.contents01 .box {
	background-color: #FFF;
	padding: 30px 35px;
}

.contents01b .box {
	background : rgba(228, 224, 225, 0.4);
}

.contents01 .box:not(:last-child) {
	margin-bottom: 40px;
}

.contents01 .box-box {
	text-align: left;
	width: 96%;
}

.contents01 .box01 {
	width: 65%;
}

.contents01 .box02 {
	width: 30%;
}

.contents01 .box02 img {
	width: 100%;
height: auto;
}

.contents01 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	color: #043c84;
line-height: 1.2;
font-weight: 600;
	font-style: italic;
}

.contents01b h3 {
	color: #d3312c;
}

.contents01b h3.blue {
	color: #043c84;
}

.contents01 h4 {
	font-size: 22px;
	color: #000;
line-height: 1.2;
letter-spacing: 0.3em;
font-weight: 500;
}

.contents01 h5 {
	font-size: 24px;
	color: #FFF;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 200;
	padding: 10px;
	margin-bottom: 25px;
	background-color: #043c84;
}

.contents01b h5 {
	background-color: #d3312c;
}

.contents01b h5.blue {
	background-color: #114e86;
}

.contents01 h6 {
	font-size: 22px;
	color: #317f96;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: 500;
	padding: 15px 0px;
}

.contents01 .last{
	display: block;
}

/*table*/

p.right{
	text-align: right;
	font-size:14px;
	line-height: 1.4;
}

p.right01{
	text-align: right;
	margin-top: 10px;
}

.contents01 .box-in .box-table {
	overflow: auto;
}

table{
	width:100%;
	text-align: center;
}

table td {
    color: #000;
    line-height: 1.4;
    font-weight: normal;
    vertical-align: middle;
    padding: 10px;
    border-style: solid;
    border-color: rgba(102, 102, 102, 0.7);
    border-width: 1px;
}

table td:nth-child(1) {
	white-space: nowrap;
	
}

table td:nth-child(2) {
  width: 200px;  
  white-space: nowrap; 
}

table td:nth-child(3) {
  width: 450px;  /* 備考列を狭くする（適宜調整可能） */
  white-space: nowrap; /* 長いテキストは折り返す */
}

td.top {
    background-color:#e5e0e1;
}

td.left {
	text-align: left;
}

table td:nth-child(2) {
  width: 150px;  
  white-space: nowrap; 
}

/* 備考列の幅を狭くする */
table td:nth-child(3) {
  width: 100px;  /* 備考列を狭くする（適宜調整可能） */
  word-wrap: break-word; /* 長いテキストは折り返す */
}

table tr td span {
	font-size: 12px;
}


.info {
	padding-top: 70px;
}

.info-inner {
	width: 1100px;
	margin: 20px auto 0;
	background-color: #fff;
	padding: 10px;
}

.info-inner.gray {
	background-color: #e6e1e2;
}



/*new*/
.contents01 .box-box .box01 {
    justify-content: center;
}

.contents01 .box-box .box01 p{
	font-size: 19px;
    display: inline-block;
    margin-right: 20px;
	font-weight: 500;
}

.contents01 .box-box .box01 span{
	font-size: 16px;
}


.contents01 .box-box .box03 {
	display: flex;
    justify-content: center;
    width: 100%;
	margin-top: 20px;
}

.contents01 .box-box .box03 ul {
    width: 50%;
}

.contents01 .box-box .box03 ul li {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.2;
    text-indent: -22px;
    margin-left: 22px;
}

.contents01 .box-box .box03 ul li span{
    font-size: 14px;
    line-height: 1.8;
    display: inline-block;
    text-indent: 0px;
    padding-top: 10px;
}

.info.sec {
	padding-top: 30px;
}

.info.sec.gray {
	padding-top: 0px;
}

.sp-view {
	display: none;
}
