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

/*contents01*/

.contents01{
	/*border-bottom-style : solid;
border-bottom-color : #cc0500;
border-bottom-width : 1px;*/
	text-align: center;
}

.contents01 .box-in {
	width: 1160px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding-bottom: 50px;
}

.contents01 .box-in img {
	width: 100%;
height: auto;
}

.contents01 .box-in .box01 {
	width: 620px;
	text-align: left;
}

.contents01 .box-in .box01 .box001 {
	padding: 100px 0px 70px;
}

.contents01 .box-in .box02 {
	width: 480px;
}

.contents01 h3, .contents02 h3 {
	font-size: 51px;
color: #FFF;
line-height: 1.2;
	padding: 15px 0px;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
	width: 820px;
	background-color: #cc0500;
	margin: auto;
	margin-bottom: 25px;
}

.contents01 h4, .contents02 h4 {
	font-size: 26px;
line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.contents01 h6 {
	font-size: 28px;
line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding-top: 15px;
}

.contents01 h6 span {
	font-size: 20px;
}

.contents01 p, .contents02 p {
line-height: 1.6;
}

.contents01 .box01 p {
line-height: 2.2;
}

/*mokuji*/
.mokuji {
	width : 100%;
	text-align: center;
    padding: 50px 0px;
	margin-left: auto;
	margin-right: auto;
}

.mokuji-box {
	width :800px;
    padding: 30px;
    border: 12px solid #e5e5e5;
    padding-bottom: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.mokuji-box h3 {
	font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-weight: bold;
	text-align: left;
}

.mokuji ul {
	margin-top: 16px;
    margin-bottom: 35px;
	text-align: left;
}

.mokuji ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-indent: -22px;
    margin-left: 22px;
}

/*paper*/
.paper {
	width: 100%;
}


.paper-box {
	width :850px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}


.paper h3 {
	font-size: 24px;
    color: #FFF;
    line-height: 1.2;
    padding: 15px;
    text-align: left;
    background-color: #cc0500;
    margin: auto;
    margin-bottom: 25px;
}

.paper-box ul {
	margin-top: 16px;
    margin-bottom: 35px;
	text-align: left;
}

.paper-box ul li {
	color: #000;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-indent: -22px;
    margin-left: 22px;
}

.paper-box ul li a{
	text-decoration: underline;
}

/*flex*/
.paper-group {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

.paper-group .box01 {
	width: 45%;
}

.paper-group .box02 {
	width: 50%;
}

.paper-group .box01 img {
	width: 70%;
	height: auto;
}

.paper-group .box02 p {
	font-size: 16px;
	text-align: left;
}

.paper-group .box02 p.pdf {
	padding: 12px 0px;
	text-align: left;
	font-size: 20px;
	text-decoration: underline;
	text-decoration-color: #cc0500;
}

.paper-box h4 {
	text-align: left;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom:12px;
    border-bottom: 2px solid #e4e4e4;
}

.sp-view {
    display: none;
}

html {
scroll-padding-top: 250px;
}

html, body {
    height: 100%;
}


