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


.text01 {
	margin-bottom: 50px;
}

.text02 {
	margin-bottom: 30px;
}

.text03 {
	margin-bottom: 0px;
}

.text04 {
	margin-bottom: 60px;
}



.sp-view {
    display: none;
}

html, body {
    height: 100%;
}


/* contents01 */

.contents01 {
	margin-top: 40px;
	position: relative;
	margin-bottom: 100px;
}

.contents01::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("common/images/arrow01.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 33px;
	margin-bottom: -60px;
}

.contents01 .contents-right {
	border-style : solid;
border-color : #e6e6e6;
border-width : 4px;
	border-radius: 20px;
	padding: 30px 35px;
}

.contents01 h4 {
	font-size: 28px;
color: #000;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 700;
	padding-bottom: 18px;
	padding-left: 80px;
	position: relative;
	border-bottom-style : dotted;
border-bottom-color : #b3b3b3;
border-bottom-width : 3px;
	margin-bottom: 10px;
}

.contents01 h4::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("images/midashi07.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 70px;
	height: 110px;
	margin-bottom: -10px;
}

.contents01 ul li {
	font-size: 20px;
color: #333333;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	position: relative;
	border-bottom-style : solid;
border-bottom-color : #404040;
border-bottom-width : 1px;
	padding: 18px 5px;
	padding-left: 40px;
}

.contents01 ul li:last-child {
	border-bottom-style : none;
}

.contents01 ul li::before {
	content: "";
	position: absolute;
left: 5px;
top: 19px;
	background-image: url("common/images/check.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 26px;
	height: 22px;
}


/* contents02 */

.contents02 {
	position: relative;
	border-style : solid;
border-color : #ffed25;
border-width : 5px;
	border-radius: 20px;
	padding: 38px 35px 32px;
}


.contents02::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/point.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 47px;
	margin-top: -32px;
}

.contents02 h6 {
	font-size: 26px;
color: #333;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: 500;
}

/* contents03 */

.contents03 {
	position: relative;
	padding: 35px 30px;
	border-radius: 25px;
	border-style : solid;
border-color : #e6e6e6;
border-width : 4px;
	margin-top: 45px;
}

.contents03::after {
	content: "";
	position: absolute;
left: 30px;
top: 0px;
	background-image: url("images/icon01.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 129px;
	height: 72px;
	margin-top: -45px;
}

.contents03 .midashi10 {
	width: 100%;
}

.contents03 .area05, .contents03 .area10, .contents03 .area03 {
	margin-bottom: 0px;
	width: 96%;
}

.contents03 .area05 {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom-style : dotted;
border-bottom-color : #b3b3b3;
border-bottom-width : 4px;
}

.contents03a .area05 {
	border-bottom-style : solid;
border-bottom-color : #000;
border-bottom-width : 1px;
	position: relative;
}

.contents03a .area05::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("images/flow.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 46px;
	margin-bottom: -23px;
}

.contents03a .area03 {
	display: flex;
  justify-content: center;
}

.contents03a .area03 .box {
	width: 250px;
	position: relative;
	margin-left: 60px;
}

.contents03a .area03 .box:first-child {
	margin-left: 0px;
}

.contents03a .area03 .box::before {
	content: "";
	position: absolute;
left: 0px;
top: 35%;
	background-image: url("common/images/arrow02.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 23px;
	height: 41px;
	margin-left: -40px;
}

.contents03a .area03 .box:first-child::before {
	display: none;
}


/* contents04 */

.contents04 {
	position: relative;
	padding: 30px 35px;
	border-radius: 25px;
	border-style : solid;
border-color : #e6e6e6;
border-width : 4px;
}

.contents04a {
	margin-bottom: 80px;
}

.contents04a::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("common/images/arrow01.svg");
background-position: center bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 33px;
	margin-bottom: -60px;
}


/* contents05 */

.contents05 {
	margin-bottom: 20px;
}

.contents05 ul {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
}

.contents05 ul li {
	margin-right: 10px;
	font-size: 18px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	border-radius: 60px;
	padding: 10px 25px;
	display: inline-block;
	background-color: #ffed25;
}


/* contents06 */

.contents06 {
	width: 1040px;
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	position: relative;
}

.contents06::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("images/text01.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: 280px 280px;
	width: 349px;
	height: 366px;
	margin-left: -15px;
	margin-top: -20px;
}

.contents06 .box {
	width: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
}

.contents06 .box p {
	padding-top: 15px;
	line-height: 1.5;
}

.contents06 h6 a {
	font-size: 25px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 500;
	display: block;
	width: 100%;
	height: 130px;
	padding-top: 50px;
}

.contents06 h6 {
	position: absolute;
right: -20px;
top: 110px;
	background-image: url("images/link01.png");
background-position: right top;
background-repeat: no-repeat;
	width: 126px;
	height: 130px;
	text-align: center;
}

.contents06 img {
	border-style : solid;
border-color : #FFF;
border-width : 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}

.contents06 .box:nth-child(1) {
	margin-left: 388px;
}

.contents06 .box:nth-child(2) {
	margin-right: 0px;
}


/* contents07 */

.contents07 .box {
	border-style : solid;
border-color : #ffed25;
border-width : 2px;
}

.contents07 .box p {
	padding: 20px 25px;
}

.contents07 h6 {
	font-size: 22px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	background-color: #ffed25;
	padding: 12px 20px;
}

/* contents08 */

.contents08 .box {
	border-bottom-style : solid;
border-bottom-color : #999999;
border-bottom-width : 1px;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.contents08 .box:nth-last-child(-n+2) {
	border-bottom-style : none;
	padding-bottom: 0px;
}

.contents08 .box-box {
	display: flex;
  justify-content: space-between;
}

.contents08 .box01 {
	width: 60%;
}

.contents08 .box02 {
	width: 35%;
}

.contents08 h6 {
	font-size: 22px;
color:  #ffed25;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	margin-bottom: 15px;
}


/* contents09 */

.contents09 table td {
	text-align: center;
}

.contents09 table tr.top td {
	background-color: #666;
	color: #FFF;
}

.contents09 table td.left {
	border-right-style: solid;
	border-right-color: #FFF;
}


.contents09 table tr:nth-child(even) td {
	background : #f2f2f2;
}


/* contents10 */

.contents10 table {
	border-style : none;
}

.contents10 table td {
	border-style : none;
	border-bottom-style : solid;
	padding: 15px 10px;
}

.contents10 table td.left {
	background-color: #FFF;
}


/* contents11 */

.contents11 .box {
	background-color: #f2f2f2;
}

.contents11 .box p {
	padding: 20px 25px;
}

.contents11 h6 {
	font-size: 22px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 500;
	background-color: #404040;
	padding: 12px 20px;
	padding-left: 70px;
	position: relative;
}

.contents11 h6::before {
	content: "";
	position: absolute;
left: 8px;
bottom: 0px;
	background-image: url("images/icon02.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 62px;
	height: 80px;
}

.contents11 .box:nth-child(even) h6::before {
	background-image: url("images/icon03.svg");
}

/* contents12 */

.contents12 {
	display: flex;
  justify-content: space-between;
}


.contents12 > div {
	border-style : solid;
border-color : #333333;
border-width : 4px;
	width: 48.5%;
}

.contents12 .box01 {
	padding: 35px 25px 0px;
	position: relative;
}

.contents12 .news-box {
	overflow: auto;
	margin-top: 30px;
}

.contents12 .news {
	height: 250px;
}

.contents12 .box01 .box {
	display: flex;
  justify-content: flex-start;
	padding: 17px 5px;
	border-top-style : dashed;
border-top-color : #404040;
border-top-width : 1px;
}

.contents12 .box01 h5 {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
font-weight: 500;
	width: 100px;
	text-align: center;
	padding: 3px 0px;
	border-radius: 60px;
	background-color: #ffed25;
}

.contents12 .box01 p {
	flex: 1;
	padding-left: 20px;
	line-height: 1.6;
}

.contents12 .box01 h6 {
	text-align: center;
	position: absolute;
left: 0px;
bottom: 0px;
	width: 100%;
}

.contents12 .box01 h6 img {
	width: auto;
}

.contents12 .box02 {
	background-color: #333333;
}

.contents12 .box02 h3, .contents12 .box02 h4, .contents12 .box02 p {
	margin: 0px 20px;
}

.contents12 .box02 h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}

.contents12 h3 img {
	width: auto;
}

.contents12 .box02 h4 {
color: #fcee21;
line-height: 1.2;
letter-spacing: 0em;
font-weight: 500;
	margin-bottom: 20px;
	font-size: 15px;
}

.contents12 .box02 p {
	font-size: 14px;
color: #FFF;
line-height: 1.6;
	padding-bottom: 20px;
}


/* contents13 */

.contents13 {
	width: 1100px;
}

.contents13 ul {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
}

.contents13 ul li {
	width: 346px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.contents13 ul li:nth-child(3n) {
	margin-right: 0px;
}

.contents13 ul li img {
	border-radius: 15px;
	border-style : solid;
border-color : #e6e6e6;
border-width : 2px;
}

.text01 {
	margin-bottom: 50px;
}

.text02 {
	margin-bottom: 30px;
}

.text03 {
	margin-bottom: 0px;
}

.text04 {
	margin-bottom: 60px;
}


.sp-view {
    /*display: none;*/
}

html, body {
    height: 100%;
}


@media screen and (max-width:767px) {
    .contents06::before {
	background-size: 230px 230px;
	width: 230px;
	height: 230px;

}
}

/* faq */


.faq .box {
	margin-bottom: 50px;
}

.faq .box:last-child {
	margin-bottom: 0px;
}

.faq h6 {
	font-size: 20px;
color: #333333;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 500;
	position: relative;
	padding-left: 80px;
	padding-top: 15px;
	margin-bottom: 30px;
}

.faq h6::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../common/images/question.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 66px;
	height: 66px;
}

.faq p {
color: #333333;
line-height: 1.8;
letter-spacing: 0.05em;
	position: relative;
	padding: 35px;
	padding-left: 90px;
	border-radius: 20px;
	background-color: #f2f2f2;
}

.faq p::before {
	content: "";
	position: absolute;
left: 25px;
top: 25px;
	background-image: url("../common/images/answer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 50px;
	height: 50px;
}

@media screen and (max-width:767px) {


.faq .box {
	margin-bottom: 40px;
}

.faq .box:last-child {
	margin-bottom: 0px;
}

.faq h6 {
	font-size: 16px;
	padding-left: 55px;
	padding-top: 10px;
	margin-bottom: 30px;
}

.faq h6::before {
	height: 45px;
}

.faq p {
	padding: 25px;
	padding-left: 65px;
}

.faq p::before {
left: 20px;
top: 20px;
	height: 35px;
}

    
}
