@charset "utf-8";

/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
}
.sec {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
.sec .inner {
	max-width: 1000px;
	margin: auto;
	box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
	}
	.sec {
		min-width: 100%;
	}
	.sec .inner {
		max-width: 100%;
	}
}





/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
	margin: 2rem 0 2rem;
	font-size: 1.6rem;
	line-height: 2;
}

.txt {
	margin: 2rem 0 2rem;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 2;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents_top p {
		margin: 2rem 0 2rem;
		line-height: 1.8;
		font-size: 1.4rem;
	}

	.txt {
		margin: 2rem 0 2rem;
		line-height: 1.8;
		font-size: 1.4rem;
	}
}





/*--------------------------------------
　背景
---------------------------------------*/
.attachment__clip {
	display: none;
}

.back-bg01 {
  position: relative;
  background: url("img/bg02.jpg") center center no-repeat;	
  background-size: cover;
  height: auto;
  background-attachment: fixed;
	padding-top: 1rem;
	padding-bottom: 8rem;
}

.back-bg02 {
  position: relative;
  background: url("img/bg01.jpg") center center no-repeat;	
  background-size: cover;
  height: auto;
  background-attachment: fixed;
	padding-bottom: 20rem;
}

.back-bg03 {
  position: relative;
  background: url("img/bg03.jpg") center center no-repeat;	
  background-size: cover;
  height: auto;
  background-attachment: fixed;
	padding-bottom: 18rem;
}

.back-bg04 {
  position: relative;
  background: url("img/bg04.jpg") center center no-repeat;	
  background-size: cover;
  height: auto;
  background-attachment: fixed;
	padding-bottom: 10rem;
}

@media screen and (max-width: 768px) {
	.attachment__clip {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		clip-path: inset(0 0 0 0);
		overflow: hidden;
	}
	.attachment__clip img {
    position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		pointer-events: none;
		z-index: -1;
  }
	
  .back-bg01 {
    position: relative;
    background:none;	
    background-size: cover;
    height: 100%;
    background-attachment: inherit;
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .back-bg02 {
    position: relative;
    background: none;	
    background-size: cover;
    height: auto;
    background-attachment: inherit;
    padding-bottom: 10rem;
  }

  .back-bg03 {
    position: relative;
    background: none;	
    background-size: cover;
    height: auto;
    background-attachment: inherit;
    padding-bottom: 8rem;
  }

  .back-bg04 {
    position: relative;
    background: none;	
    background-size: cover;
    height: auto;
    background-attachment: inherit;
    padding-bottom: 5rem;
  }	
}





/*--------------------------------------
　mv
---------------------------------------*/
.mv_home {
	width: 100%;
	background: url("img/mv-bg.gif") center center no-repeat;
	background-size: cover;
	height: auto;
	margin: auto;
	padding-bottom: 8rem;
	min-width: 1250px;
}

.mv_home .mv_inner {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	max-width: 1250px;
	margin: auto;
}

.mv_home .mv_inner .left-box {
	width: 40%;
}

.mv_home .mv_inner .right-box {
	width: 57%;
}

.mv_home .mv_logo {
	width: 100%;
	margin-top: 2rem;
}

.mv_home .comment01 {
	background-color: rgba(38,38,38,0.9);
	margin-top: -2rem;
	padding: 3rem 3rem;
	box-sizing: border-box;
	color: #fff;
	border: solid 2px #fff;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.mv_home .comment01 .c-image {
	float: left;
	width: 120px;
	margin-right: 2rem;
}
.mv_home .comment01 .c-txt {
	width: 92%;
	float: none;
	margin-right: 0;
}
.mv_home .comment01 .name01 {
	font-weight: bold;
	font-size: 1.8rem;
}
.mv_home .comment01 .txt01 {
 line-height: 1.5;
}

.mv_home .mv-link a {
	display: block;
	background: linear-gradient(to right, #b59229, #fbfccf, #b59229);
	max-width: 385px;
	margin: auto;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	text-shadow:0 0 10px #000;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 1);
	position: relative;
	z-index: 0;
}
.mv_home .mv-link a::before {
  content: "";
  position:absolute;
  top:0;
  left:0;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 2px;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, #079a15, #024008);
  background: -webkit-linear-gradient(top, #079a15, #024008);
  background: linear-gradient(to bottom, #079a15, #024008);
  background-clip: content-box;
	z-index: -1;
}
.mv_home .mv-link a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
  background: url("img/arrow03.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 38px;
	height: 30px;
	margin: 0 auto -1.5rem;
}
.mv_home .mv-link span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2.5rem 5rem 3rem;
	box-sizing: border-box;
	font-weight: bold;
	position: relative;
}
.mv_home .mv-link span:before,
.mv_home .mv-link span:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: url("img/mv-btn-deco.png") center top no-repeat;
	background-size: 100% auto;
	width: calc(100% - 6px);
	height: 23px;
	margin: auto;
}
.mv_home .mv-link span:before {
	top: 3px;
}
.mv_home .mv-link span:after {
	bottom: 3px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media screen and (max-width: 768px){
  .mv_home {
    width: 100%;
    background: url("img/sp-mv-bg.jpg") center top repeat;
    background-size: 100% auto;
    height: auto;
    margin: auto;
    padding-bottom: 5rem;
    min-width: 100%;
  }

  .mv_home .mv_inner {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap; 
    max-width: 100%;
    margin: auto;
  }

  .mv_home .mv_inner .left-box {
    width: 100%;
  }

  .mv_home .mv_inner .right-box {
    width: 100%;
  }
	
	.mv_home .image {
		width: 98%;
		margin: auto;
	}
	.mv_home .image img {image-rendering: -webkit-optimize-contrast;}

  .mv_home .mv_logo {
    width: 90%;
    margin: auto;
    margin-top: -4rem;
  }

	.mv_home .comment01 {
		width: 90%;
		margin: auto;
		margin-top: 3rem;
		padding: 2rem 2rem;
		border-radius: 5px;
	}
  .mv_home .comment01 .c-image {
    float: left;
    width: 25%;
    margin-right: 2rem;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .mv_home .comment01 .c-txt {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .mv_home .comment01 .name01 {
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 1rem;
  }
	.mv_home .comment01 .txt01 {
		line-height: 1.5;
	}

	.mv_home .mv-link a {
		background: linear-gradient(to right, #b59229, #fbfccf, #b59229);
		max-width: 80%;
		margin: -2rem auto 0;
		font-size: 1.5rem;
		border-radius: 5px;
		box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 1);
	}
	.mv_home .mv-link a::before {
		border-radius: 5px;
	}
	.mv_home .mv-link a:after {
		background: url("img/arrow03.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 30px;
		height: 24px;
		margin: 0 auto -1.2rem;
	}
	.mv_home .mv-link span {
		padding: 1.5rem 2rem 2rem;
	}
	.mv_home .mv-link span:before,
	.mv_home .mv-link span:after {
		background: url("img/mv-btn-deco.png") center top no-repeat;
		background-size: 100% auto;
		width: calc(100% - 4px);
		height: 0;
		padding-top: calc(100%*46/762);
	}
	.mv_home .mv-link span:before {
		top: 2px;
	}
	.mv_home .mv-link span:after {
		bottom: 2px;
	}
}






/*--------------------------------------
　Title
---------------------------------------*/
.number-ttl {
	min-width: 1000px;
	margin: auto;
	width: 1000px;
	text-align: center;
}
.number-ttl .t-icon{
	width: 230px;
	margin: auto;
}
.number-ttl .n-txt {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	text-shadow:0 0 10px #000;
}

.number-ttl .n-ttl {
	text-shadow:0 0 10px #000;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 3.7rem;
	position: relative;
	margin-top: 1.5rem;
	display: inline-block;
}

.number-ttl .n-ttl::before {
	content: "";
	position: absolute;
  background: url("img/icon06.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 65px;
	height: 75px;
	left: -6.5rem;
	top: -1.7rem;
}

.number-ttl .n-ttl::after {
	content: "";
	position: absolute;
  background: url("img/icon07.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 65px;
	height: 75px;
	right: -6rem;
	top: -1.7rem;
}


.title01 {
	font-size: 3.8rem;
	color: #5b3e10;
	text-align: center;
	font-weight: bold;
	position: relative;
	margin-bottom: 7rem;
}
.title01:after{
	content: "";
	position: absolute;
  background: url("img/title01-bg.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 16px;
	right: 0;
	margin: auto;
	left: 0;
	bottom: -30px;
}

.title01 a {
	padding: 0 4rem;
	box-sizing: border-box;
	color: #5b3e10;
	position: relative;
	display: inline-block;
}
.title01 a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  margin-top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 14px;
  border-color: transparent transparent transparent #5b3e10;
}




.t-icon-box {
  background: #2d4563;
	border:solid 2px #c48f3a;
	box-sizing: border-box;
	position: relative;	
	margin: 4rem 0 2rem;
}
.t-icon-box:after{
	content: "";
	position: absolute;
  background: url("img/box-icon02.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 45px;
	height: 45px;
	left: 0;
	bottom: 0;
}

.t-icon-box::before{
	content: "";
	position: absolute;
  background: url("img/box-icon01.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 45px;
	height: 45px;
	left: 0;
	top: 0;
}


.t-icon-box .title02 {
	padding: 2rem 3rem 2.5rem 4rem;
	color: #fff;
	font-size: 2.3rem;
	text-align: center;
	line-height: 1.7;
	position: relative;	
}

.t-icon-box .title02:after{
	content: "";
	position: absolute;
  background: url("img/box-icon03.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 45px;
	height: 45px;
	right: 0;
	bottom: 0;
}

.t-icon-box .title02::before{
	content: "";
	position: absolute;
  background: url("img/box-icon04.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 45px;
	height: 45px;
	right: 0;
	top: 0;
}


/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.number-ttl {
		min-width: 100%;
		margin: auto;
		width: 92%;
		text-align: center;
	}
	.number-ttl .t-icon{
		width: 150px;
		margin: auto;
	}
	.number-ttl .n-txt {
		font-weight: bold;
		color: #fff;
		text-align: center;
		font-size: 1.9rem;
		text-shadow:0 0 10px #000;
	}

	.number-ttl .n-ttl {
		text-shadow:0 0 10px #000;
		font-weight: bold;
		color: #fff;
		text-align: center;
		font-size: 2.3rem;
		position: relative;
		margin-top: 1.2rem;
		display: inline-block;
	}

	.number-ttl .n-ttl::before {
		content: "";
		position: absolute;
		background: url("img/icon06.png") 0 center no-repeat;
		background-size: 100% auto;
		width: 45px;
		height: 55px;
		left: -5rem;
		top: 50%;
		margin-top: -2.6rem;
	}

	.number-ttl .n-ttl::after {
		content: "";
		position: absolute;
		background: url("img/icon07.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 45px;
		height: 55px;
		right: -4.5rem;
		top: 50%;
		margin-top: -2.6rem;
	}


	.title01 {
		font-size: 2.3rem;
		color: #5b3e10;
		text-align: center;
		font-weight: bold;
		position: relative;
		margin-bottom: 4rem;
	}
	.title01:after{
		content: "";
		position: absolute;
		background: url("img/title01-bg.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 16px;
		right: 0;
		margin: auto;
		left: 0;
		bottom: -30px;
	}

	.title01 a {
		display: block;
		padding: 0 2rem;
	}
	.title01 a:after{
		margin-top: -7px;
		border-width: 8px 0 8px 10px;
	}



	.t-icon-box {
		background: #2d4563;
		border:solid 2px #c48f3a;
		box-sizing: border-box;
		position: relative;	
		margin: 4rem 0 2rem;
	}
	.t-icon-box:after{
		content: "";
		position: absolute;
		background: url("img/box-icon02.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 25px;
		height: 25px;
		left: 0;
		bottom: 0;
	}

	.t-icon-box::before{
		content: "";
		position: absolute;
		background: url("img/box-icon01.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 25px;
		height: 25px;
		left: 0;
		top: 0;
	}


	.t-icon-box .title02 {
		padding: 1.5rem 2rem 2rem 2rem;
		color: #fff;
		font-size: 1.7rem;
		text-align: center;
		line-height: 1.7;
		position: relative;	
	}

	.t-icon-box .title02:after{
		content: "";
		position: absolute;
		background: url("img/box-icon03.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 25px;
		height: 25px;
		right: 0;
		bottom: 0;
	}

	.t-icon-box .title02::before{
		content: "";
		position: absolute;
		background: url("img/box-icon04.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 25px;
		height: 25px;
		right: 0;
		top: 0;
	}
}




/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
	margin-top: 7rem;
	min-width: 1000px;
}
.sec01 .bg-ttl01 {
	text-align: center;
	margin: auto;
	background: url("img/ttl-bg02.png") 0 0 no-repeat;	
  background-size: 100% auto;
	width: 319px;
	height: 71px;
	position: relative;
	z-index: 1;
	top: 3.5rem;
}

.sec01 .bg-ttl01 span {
	font-weight: bold;
	color: #fff;
	font-size: 2rem;
	display: inline-block;
	padding-top: 2.2rem;
}
.sec01 .inner {
	background: #fff;
	border: solid 4px #375172;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);  
}

.sec01 .inner .box {
	padding: 3rem 5rem 4rem;
}

.sec01 .inner .box .txt01 {
}
.sec01 .inner .box .image {
	float: right;
	width: 225px;
	margin-left: 3rem;
	margin-top: 3rem;
}

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

  .sec01 {
    min-width: 100%;
    margin: auto;
    margin-top: 0;	
  }

  .sec01 .bg-ttl01 {
    text-align: center;
    margin: auto;
    background: url("img/ttl-bg02.png") 0 0 no-repeat;	
    background-size: 100% auto;
    width: 300px;
    height: 71px;
    position: relative;
    z-index: 1;
    top: 3.5rem;
  }

  .sec01 .bg-ttl01 span {
    font-weight: bold;
    color: #fff;
    font-size: 1.8rem;
    display: inline-block;
    padding-top: 2.2rem;
  }
  .sec01 .inner {
    background: #fff;
    border: solid 3px #375172;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5); 
    width: 92%;
  }

  .sec01 .inner .box {
    padding: 1.5rem 2rem 5rem;
  }

  .sec01 .inner .box .txt01 {
    font-size: 1.5rem;
  }
  .sec01 .inner .box .image {
    float: none;
    width: 50%;
    margin-left: 0;
    margin-top: 0;
    margin: auto;
  }	
}

/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
	margin-top: 7rem;
	min-width: 1000px;
	padding-bottom: 3rem;
}

.sec02 .com-parts02 {
	width: 800px;
	margin: auto;
	padding: 3rem 4rem 6rem 2rem;
	margin-top: 6rem;
	background-color: rgba(38, 38, 38, 0.9);
}
.sec02 .com-parts02 .ttl {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: left;
	width: 10%;
	box-sizing: border-box;
  display: flex;
  justify-content:flex-start;
  align-items: center;	
}

.sec02 .com-parts02 .ls {
  border-left: solid 1px #888!important;
  box-sizing: border-box;
	width: 84%;
}

.sec02 .com-parts02 .ac-top {
	padding-top: 1rem;
}

@media screen and (max-width: 768px) {
  .sec02 {
    margin-top: 4rem;
    min-width: 100%;
    padding-bottom: 3rem;
  }

  .sec02 .com-parts02 {
    width: 92%;
    margin: auto;
    padding: 3rem 2rem 3rem 2rem;
    margin-top: 6rem;
    background-color: rgba(38, 38, 38, 0.9);
  }
  .sec02 .com-parts02 .ttl {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    display: block;
    justify-content:flex-start;
    align-items: center;	
  }

  .sec02 .com-parts02 .ls {
    border-left: none!important;
    box-sizing: border-box;
    width: 100%;
  }

  .sec02 .com-parts02 .ac-top {
    padding-top: 1rem;
  }	
	
	.sec02 .acc_all04:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
}


/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
	margin: auto;
	min-width: 1000px;
	padding: 8rem 0;
}

.sec03 .bgpattern01 {
	margin-top: 4rem;
}


.sec03  .bgpattern02-inner {
	padding-bottom: 2rem;
}

.sec03 .table-sec table {
	margin-top: 4rem;
	background: none;
	border: none;
}

.sec03 .table-sec table th {
	border: none;
	background: rgba(255,255,255,0.6);  
	border-bottom: 1px solid rgba(0,0,0,0.3);
	font-weight: bold;
}

.sec03 .table-sec table .bg0 {
	background: none;
}
.sec03 .table-sec table .bg01 {
	background: #8b1415;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
	border-radius: 10px 0 0 0;
	line-height: 1.2;
	width: 35%;
}
.sec03 .table-sec table .bg01 span {
  font-size: 1.5rem;
  line-height: 1.2;
  display: inline-block;
}
.sec03 .table-sec table .bg02 {
	background: #215b25;
	color: #fff;
	font-weight: bold;	
	font-size: 2rem;	
	width: 25%;
}
.sec03 .table-sec table .bg03 {
	background: #235c89;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;	
	border-radius: 0 10px 0 0;
	width: 25%;
}
.sec03 .table-sec table .t-bg01 {
	background: #eed3d3;
	font-size: 1.8rem;
	border-left: none;
}

.sec03 .table-sec table .t-bg02 {
	background: #d6e9d8;
	font-size: 1.8rem;
}
.sec03 .table-sec table .t-bg03 {
	background: #e0ecf5;
	font-size: 1.8rem;
}
.sec03 .table-sec table td{
	line-height: 1.3;
	border-left: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.sec03 .table-sec table td span{
	font-size: 1.4rem;
	line-height: 1.1;
}

.sec03 .c-box01 .image-box {
	background: #f2e8d7;
	border-radius: 10px;
	margin-top: 4rem;
	padding: 4rem 0 2rem;
}

.sec03 .c-box01 .image-box .image {
	width: 90%;
	margin: 0 auto 3rem;
}
.sec03 .c-box01 .caption {
	text-align: center;
}
.sec03 .c-box01 .comment-box {
	margin-top: 5rem;
}





.sec03 .c-box02 .m-box{
	background: #fff;
	border: solid 4px #654d27;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);  
	margin-top: 4rem;
}

.sec03 .c-box02 .m-box::before {
	content: "";
	position: absolute;
  background: url("img/box-icon05.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 262px;
	height: 24px;
	top: -14px;
	left: 0;
	right: 0;
	margin: auto;
}
.sec03 .c-box02 .m-box::after {
	content: "";
	position: absolute;
  background: url("img/box-icon05.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 262px;
	height: 24px;
	bottom: -14px;
	left: 0;
	right: 0;
	margin: auto;
}

.sec03 .c-box02 .m-inner {
	width: 740px;
	border: solid 2px #654d27;
	border-radius: 10px;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 3rem 5rem 4rem;	
}

.sec03 .c-box02 .ttl-box {
	border-bottom: solid 2px #654d27;
	box-sizing: border-box;
  display: flex;
  justify-content: center;
	align-items: center;
	padding-bottom: 2rem;
}

.sec03 .c-box02 .ttl-box .ttl {
	background: url("img/ttl-bg03.png") 0 0 repeat-y;	
  background-size: 100% auto;
	width: 388px;
	padding: 0 1rem;
	position: relative;
	text-align: center;
}
.sec03 .c-box02 .ttl-box .ttl:before{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	background: url("img/ttl-bg03-top.png") 0 0 no-repeat;	
  background-size: 100% auto;
	width: 100%;
	height: 21px;
}
.sec03 .c-box02 .ttl-box .ttl:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	background: url("img/ttl-bg03-bottom.png") 0 0 no-repeat;	
  background-size: 100% auto;
	width: 100%;
	height: 28px;
}
.sec03 .c-box02 .ttl-box .ttl span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-weight: bold;
	color: #fff;
	font-size: 2.2rem;
	position: relative;
}

.sec03 .c-box02 .ttl-box .txt {
	text-align: left;
	font-weight: bold;
	font-size: 2.2rem;
	margin-left: 2rem;
	margin-top: 2rem;
}

.sec03 .c-box02 .tx-item .left-t {
	float: left;
}
.sec03 .c-box02 .tx-item .left-t .txt {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
}

.sec03 .c-box02 .tx-item .right-t {
	float: right;
	width: 73%;
	position: relative;
}

.sec03 .c-box02 .tx-item .right-t::before {
	content: "";
	position: absolute;
	display: block;
	background: #654d27;
	width: 40px;
	height: 2px;
	left: -5.7rem;
	top: 5rem;
}

.sec03 .c-box02 .arrow {
	width: 70px;;
	margin: auto;
}

.sec03 .c-box02 .result {
	background: #f2e8d7;
	border-radius: 10px;
	padding: 2.5rem 4rem;
	margin-top: 2rem;
}

.sec03 .c-box02 .sub-c .ttl01 {
	margin: 0;
	padding: 0 0 1.5rem 3rem;
	font-size: 2rem;
	color: #654d27;
	border-bottom: 2px solid #654d27;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
	line-height: 1.5;
}
.sec03 .c-box02 .sub-c .ttl01::before{
	content: "";
	position: absolute;
  background: url("img/icon02.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 20px;
	height: 30px;
	top: 0.1rem;
	left: 0;
}
.sec03 .c-box02 .sub-c .txt {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.sec03 .c-box02 .sub-c .caption {
	text-align: right;

}

.sec03 .c-box02 .comment-box {
	margin-top: 6rem;
	margin-bottom: 0;
}

.sec03 .c-box02 .comment-box  .comment02  {
	margin-bottom: 0;
}


@media screen and (max-width: 768px) {
	
  .sec03 {
    margin: auto;
    min-width: 100%;
    padding: 5rem 0;
  }

  .sec03 .bgpattern01 {
    width: 92%;
    margin: auto;
    margin-top: 2.5rem;
  }


  .sec03  .bgpattern02-inner {
    padding-bottom: 2rem;
  }


	.sec03 .note-t {
		text-align: center;
		font-weight: bold;
	}
	.sec03 .table-sec {
		width: 100%;
		margin: 0 0 4rem;
		overflow-x: scroll;
	}
	.sec03 .table-sec::-webkit-scrollbar{
		height: 5px;
	}
	.sec03 .table-sec::-webkit-scrollbar-track{
		background: #f1f1f1;
		border: none;
		border-radius: none;
		box-shadow: none;
	}
	.sec03 .table-sec::-webkit-scrollbar-thumb {
		background: #acacac;
		border-radius: none;
		box-shadow: none;
	}
	.sec03 .table-sec table {
    margin-top: 0;
		margin: 0 0 1.5rem;
    background: none;
    border: none;
		min-width: 550px;
  }
  .sec03 .table-sec table th {
    border: none;
    background: rgba(255,255,255,0.6);  
    border-bottom: 1px solid rgba(0,0,0,0.3);
    font-weight: bold;
    display:table-cell;
    font-size: 1.5rem;
		padding: 0;
  }
	.sec03 .table-sec thead th {
		padding: 1rem;
	}
	
	.sec03 .table-sec table .bg0 {
    background: none;
  }
  .sec03 .table-sec table .bg01 {
    background: #8b1415;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 10px 0 0 0;
    line-height: 1.2;
    width: 30%;
  }
  .sec03 .table-sec table .bg01 span {
    font-size: 1.2rem;
    line-height: 1.2;
    display: inline-block;
  }
  .sec03 .table-sec table .bg02 {
    background: #215b25;
    color: #fff;
    font-weight: bold;	
    font-size: 1.6rem;	
    width: 30%;
  }
  .sec03 .table-sec table .bg03 {
    background: #235c89;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;	
    border-radius: 0 10px 0 0;
    width: 30%;
  }
  .sec03 .table-sec table .t-bg01 {
    background: #eed3d3;
    font-size: 1.5rem;
    border-left: none;
  }

  .sec03 .table-sec table .t-bg02 {
    background: #d6e9d8;
    font-size: 1.5rem;
  }
  .sec03 .table-sec table .t-bg03 {
    background: #e0ecf5;
    font-size: 1.5rem;
  }
  .sec03 .table-sec table td{
    line-height: 1.3;
    display:table-cell;
		padding: 1rem;
  }
  .sec03 .table-sec table td span{
    font-size: 1.2rem;
    line-height: 1.1;
  }	
  .sec03 .table-sec tbody th {
    width: 14%;
  }	
	.sec03 .table-sec tbody tr:last-child td:last-child {
		border-bottom: 1px solid rgba(0,0,0,0.3);
	}

  .sec03 .c-box01 .image-box {
    background: #f2e8d7;
    border-radius: 5px;
    margin-top: 1rem;
    padding: 2rem 0 2rem;
  }

  .sec03 .c-box01 .image-box .image {
    width: 90%;
    margin: -2rem auto 2rem;
  }
  .sec03 .c-box01 .caption {
    text-align: center;
    width: 90%;
    margin: auto;
  }

  .sec03 .c-box01 .comment-box {
    margin-top: 3rem;
  }





  .sec03 .c-box02 .m-box{
    background: #fff;
    border: solid 4px #654d27;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);  
    margin: 2rem -1rem;
  }

  .sec03 .c-box02 .m-box::before {
    content: "";
    position: absolute;
    background: url("img/box-icon05.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 170px;
    height: 20px;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec03 .c-box02 .m-box::after {
    content: "";
    position: absolute;
    background: url("img/box-icon05.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 170px;
    height: 20px;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .sec03 .c-box02 .m-inner {
    width: 96%;
    border: solid 2px #654d27;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 5% 0;
    padding-bottom: 3rem;
  }

  .sec03 .c-box02 .ttl-box {
    border-bottom: solid 2px #654d27;
    box-sizing: border-box;
    display: block;
    justify-content: center;
    padding-bottom: 1rem;
    width: 90%;
    margin: auto;
    margin-top: 2rem;
  }
	.sec03 .c-box02 .ttl-box .ttl {
		background: url("img/ttl-bg03.png") 0 0 repeat-y;	
		background-size: 100% auto;
		width: 80%;
		margin: 0 auto;
		padding: 0 1.5rem;
	}
	.sec03 .c-box02 .ttl-box .ttl:before{
		background: url("img/ttl-bg03-top.png") 0 bottom no-repeat;	
		background-size: 100% auto;
		width: 100%;
		height: 28px;
	}
	.sec03 .c-box02 .ttl-box .ttl:after{
		background: url("img/ttl-bg03-bottom.png") 0 0 no-repeat;	
		background-size: 100% auto;
		width: 100%;
		height: 28px;
	}
	.sec03 .c-box02 .ttl-box .ttl span {
		font-size: 1.7rem;
	}

	.sec03 .c-box02 .ttl-box .txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .sec03 .c-box02 .tx-item .left-t {
    float: none;
  }
  .sec03 .c-box02 .tx-item .left-t .txt {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
  }

  .sec03 .c-box02 .tx-item .right-t {
    float: none;
    width: 90%;
    position: relative;
    margin: auto;
    margin-top: 0.4rem;
  }

  .sec03 .c-box02 .tx-item .right-t::before {
    content: "";
    position: absolute;
    display: block;
    background: #654d27;
    width: 20px;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    top: -1rem;
  }

  .sec03 .c-box02 .arrow {
    width: 60px;;
    margin: auto;
  }

  .sec03 .c-box02 .result {
    background: #f2e8d7;
    border-radius: 10px;
    padding: 2rem 2rem;
    width: 76%;
    margin: auto;
    margin-top: 2rem;
  }

  .sec03 .c-box02 .sub-c .ttl01 {
    margin: 0;
    padding: 0 0 1.5rem 1.8rem;
    font-size: 1.6rem;
    color: #654d27;
    border-bottom: 1px solid #654d27;
    box-sizing: border-box;
    position: relative;
    font-weight: bold;
    line-height: 1.5;
  }
  .sec03 .c-box02 .sub-c .ttl01::before{
    content: "";
    position: absolute;
    background: url("img/icon02.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 23px;
    top: 0.3rem;
    left: 0;
  }
  .sec03 .c-box02 .sub-c .txt {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .sec03 .c-box02 .sub-c .caption {
    text-align: right;
    font-size: 1.2rem;
  }

  .sec03 .c-box02 .comment-box {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }

  .sec03 .c-box02 .comment-box  .comment02  {
    margin-bottom: 0;
  }
	
	
	
}





/*--------------------------------------
　sec04
---------------------------------------*/


.sec04 {
	margin: auto;
	min-width: 1000px;
	
}


.sec04 .bgpattern01 {
	margin-top: 4rem;
}

.sec04 .com-parts01 {
	margin-top:-1rem!important;
	margin-bottom: 5rem;
}

.sec04 .com-parts01 .inner {
	width: 850px;
	border: solid 2px #654d27;
	margin: auto;
	margin-bottom: 3px;
	padding: 3rem 3rem;
	margin-top: 3px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}





.sec04 .com-parts03 {
	margin-top: -4rem!important;
}
.sec04 .com-parts03 .inner {
	padding: 5rem 5rem 5rem;
}

.sec04 .com-parts03 .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	border-bottom: dashed 2px #654d27;
	box-sizing: border-box;
	padding-bottom: 1rem;
}

.sec04 .com-parts03 .item:last-child {
	border-bottom: none;
}

.sec04 .com-parts03 .left-box {
	width: 34%;
  display: flex;
  justify-content: flex-start;
	align-items: center;
}

.sec04 .com-parts03 .left-box .icon01 {
	width: 74px;	
}
.sec04 .com-parts03 .left-box .txt01 {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.5;
	width: 170px;
	margin-left: 1.5rem;
}

.sec04 .com-parts03 .left-box .txt01 span {
  font-size: 1.4rem;
	font-weight: bold;
	line-height: 0;
	display: inline-block;
}

.sec04 .com-parts03 .left-box .txt01-hi {
	line-height: 1;
}

.sec04 .com-parts03 .right-box {
	width: 58%;
}

.sec04 .com-parts03 .right-box .r-txt {
	position: relative;
}
.sec04 .com-parts03 .right-box .r-txt::before {
	content: "";
	position: absolute;
  background: url("img/icon03.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 15px;
	height: 15px;
	top: 0.9rem;
	left: -1.9rem;
	display: inline-block;
}

@media screen and (max-width: 768px) {
  .sec04 {
    margin: auto;
    min-width: 100%;

  }


  .sec04 .bgpattern01 {
    width: 92%;
    margin: auto;
    margin-top: 2.5rem;
  }

  .sec04 .com-parts01 {
    margin-top:2rem!important;
    margin-bottom: 3rem;

  }

  .sec04 .com-parts01 .inner {
    width: 98%;
    border: solid 1px #654d27;
    margin: auto;
    margin-bottom: 3px;
    padding: 1rem 0 3rem;
    margin-top: 3px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
  }






  .sec04 .com-parts03 {
    margin-top: -2rem!important;
  }
  .sec04 .com-parts03 .box {
    padding-bottom: 1rem;
  }


  .sec04 .com-parts03 .inner {
    padding: 3rem 2rem 3rem;
  }



  .sec04 .com-parts03 .item {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap; 
    border-bottom: none;
    box-sizing: border-box;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }

  .sec04 .com-parts03 .item:last-child {
    border-bottom: none;
  }

  .sec04 .com-parts03 .left-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: dashed 1px #654d27;
    padding-bottom: 0;
  }

  .sec04 .com-parts03 .left-box .icon01 {
    width: 45px;	
  }
  .sec04 .com-parts03 .left-box .txt01 {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.5;
    width: 60%;
    margin-left: 1rem;
  }

  .sec04 .com-parts03 .left-box .txt01 span {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 0;
    display: inline-block;
  }

  .sec04 .com-parts03 .left-box .txt01-hi {
    line-height: 1.3;
  }

  .sec04 .com-parts03 .right-box {
    width:94%;
    margin: auto;
    padding: 0 2rem;
    margin-bottom: 0;
    display: none;
  }
    .sec04 .com-parts03 .show {
      display: block;
    }

  .sec04 .com-parts03 .right-box .r-txt {
    position: relative;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  .sec04 .com-parts03 .right-box .r-txt::before {
    content: "";
    position: absolute;
    background: url("img/icon03.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 13px;
    top: 0.6rem;
    left: -1.7rem;
    display: inline-block;
  }

}


/*--------------------------------------
　アコーディオン
---------------------------------------*/
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.acc_btn {
		padding: 0 3rem 0 0;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
	}
	
	.sec04 .com-parts03 .left-box {
		position: relative;
	}
	.sec04 .com-parts03 .left-box :after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 28px;
		height: 28px;
	  margin-top: -15px;
		border: solid 1px #654d27;
		border-radius: 100px;
		display: block;
	}
	
	
	.acc_btn:before,
	.acc_btn:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 7px;
		width: 16px;
		height: 1px;
		background: #654d27;
		transition: all 0.4s;
	}
	.acc_btn:after {
		transform: rotate(90deg);
	}
	.acc_btn.open:before {
		display: none;
	}
	.acc_btn.open::after {
		transform: rotate(180deg);
	}
}



/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
	margin: auto;
	min-width: 1000px;
	padding: 12rem 0 0;
}


.sec05 .inner {
	margin-top: 3rem;
}

.sec05 .bg-top {
	position: relative;
	z-index: 1;
}

.sec05 .title01 a {
	color: #fff;
}
.sec05 .title01 a:after{
  border-color: transparent transparent transparent #fff;
}

.sec05 .title01:after{
	content: "";
	position: absolute;
  background: url("img/title02-bg.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 16px;
	right: 0;
	margin: auto;
	left: 0;
	bottom: -30px;
}


.sec05 .comment02 {
	margin: 0 6rem 0 0!important;
}



.sec05 .link-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	width: 94%;
	margin: auto;
	margin-top: -1rem;
	padding-bottom: 6rem;
}

.sec05 .link-item {
	width: 32%;
	margin-bottom: 2.5%;
}


.sec05 .link-item .btn-internal {
	margin-bottom: 0!important;
}

.sec05 .link-item p{
	margin: 0!important;
}

.sec05 .link-item .btn-internal a {
	display: block;
	max-width: 100%;
	margin: 0!important;
	padding: 2.5rem 0;
	color: #fff;
	text-shadow:0 0 10px #000;
	font-size: 1.8rem;
	text-align: left;
	line-height: 1.5;
	border-radius: 10px;
	text-decoration: none!important;
	position: relative;
	box-shadow:0px 0px 0px 3px rgba(0, 0, 0, 1);
	box-sizing: border-box;
	z-index:1;
	background:linear-gradient(to right, #b59229, #fbfccf, #b59229);
}

.sec05 .link-item .btn-internal a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1rem;
	right: 0.8rem;
  background: url("img/arrow01.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 18px;
	height: 23px;
}
.sec05 .link-item .btn-internal a span {
	position: relative;
	font-weight: bold;
	padding-left: 4.3rem;
}


.sec05 .link-item .btn-internal a span::before {
	content: "";
	position: absolute;
	top: 0;
	margin-top: -0.7rem;
	left: 0.2rem;
  background: url("img/icon01.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 42px;
	height: 42px;
}

@media screen and (max-width: 768px) {
	
  .sec05 {
    margin: auto;
    min-width: 100%;
    padding: 6rem 0 0;
  }


  .sec05 .inner {
    width: 92%;
    margin: auto;
    margin-top: 2rem;
  }

  .sec05 .bg-top {
    position: relative;
    z-index: 1;
  }


  .sec05 .title01:after{
    content: "";
    position: absolute;
    background: url("img/title02-bg.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 16px;
    right: 0;
    margin: auto;
    left: 0;
    bottom: -30px;
  }


  .sec05 .comment02 {
    margin: 0 0 0 0!important;
  }



  .sec05 .link-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    width: 100%;
    margin: auto;
    margin-top: -1rem;
    padding-bottom: 4rem;
  }

  .sec05 .link-item {
    width: 49%;
    margin-bottom: 2.5%;
  }


  .sec05 .link-item .btn-internal {
    margin-bottom: 0!important;
  }

  .sec05 .link-item p{
    margin: 0!important;
  }

  .sec05 .link-item .btn-internal a {
    max-width: 100%;
    margin: 0!important;
    padding: 2rem 0;
    color: #fff;
    text-shadow:0 0 10px #000;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-decoration: none!important;
    position: relative;
    box-shadow:0px 0px 0px 3px rgba(0, 0, 0, 1);
    box-sizing: border-box;
    z-index:1;
    background:linear-gradient(to right, #b59229, #fbfccf, #b59229);
  }

  .sec05 .link-item .btn-internal a:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    right: 0.8rem;
    background: url("img/arrow01.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 23px;
  }
  .sec05 .link-item .btn-internal a span {
    position: relative;
    font-weight: bold;
    padding-left: 0;
    margin-left: 3rem;
    display: inline-block;

  }


  .sec05 .link-item .btn-internal a span::before {
    content: "";
    position: absolute;
    top: 0;
    margin-top: -0.6rem;
    left: -3rem;
    background: url("img/icon01.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 32px;
    height: 32px;
  }	
}


/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
	margin: auto;
	min-width: 1000px;
	padding: 12rem 0 0;
}

.sec06 .inner {
	margin-top: 5rem;
}


.sec06 .comment01 {
	margin: 0 0 0 5rem !important;
}

.sec06 .item-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.sec06 .item-box .item {
	width: 48%;
	margin-bottom: 3rem;
	box-sizing: border-box;
}

.sec06 .item-box .item .box-icon {
	width: 78px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.sec06 .item-box .item-inner {
	background: #f2e8d7;
	box-sizing: border-box;
	border: solid 2px #375172;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);  
	position: relative;
	margin: -1rem 0 0;
	padding: 2rem 3rem 3rem;
}
.sec06 .item-box .item-inner::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 15%;
	width: 46%;
	height: 100%;	
}
.sec06 .item-box .item01 .item-inner::before {
  background: url("img/sec06-bg01.png") 0 0 no-repeat;
	background-size: 100% auto;
}
.sec06 .item-box .item02 .item-inner::before {
  background: url("img/sec06-bg02.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 55%;
}
.sec06 .item-box .item03 .item-inner::before {
  background: url("img/sec06-bg03.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 40%;
}
.sec06 .item-box .item04 .item-inner::before {
  background: url("img/sec06-bg04.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 65%;
}
.sec06 .item-box .item05 .item-inner::before {
  background: url("img/sec06-bg05.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 55%;
}
.sec06 .item-box .item06 .item-inner::before {
  background: url("img/sec06-bg06.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 55%;
	top: 22%;
}

.sec06 .item-box .item .i-ttl a {
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #375172;
	font-size: 2.5rem;
}
.sec06 .item-box .item .i-ttl a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #375172;
}
.sec06 .item-box .item .i-ttl {
	border-bottom:  solid 2px #375172;
	box-sizing: border-box;
	padding-bottom: 2rem;
	margin-top: 2rem;
	position: relative;
}
.sec06 .item-box .item01 .i-ttl::before {
	content: "";
	position: absolute;
	top: -1rem;
	left: 0;
  background: url("img/sec06-img01.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 42px;
	height: 51px;
}
.sec06 .item-box .item02 .i-ttl::before {
	content: "";
	position: absolute;
	top: -0.5rem;
	left: 0;
  background: url("img/sec06-img02.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 46px;
}
.sec06 .item-box .item03 .i-ttl::before {
	content: "";
	position: absolute;
	top: -0.8rem;
	left: 0;
  background: url("img/sec06-img03.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 39px;
	height: 51px;
}
.sec06 .item-box .item04 .i-ttl::before {
	content: "";
	position: absolute;
	top: -0.5rem;
	left: 0;
  background: url("img/sec06-img04.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 56px;
	height: 46px;
}
.sec06 .item-box .item05 .i-ttl::before {
	content: "";
	position: absolute;
	top: -0.2rem;
	left: 0;
  background: url("img/sec06-img05.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 44px;
	height: 44px;
}
.sec06 .item-box .item06 .i-ttl::before {
	content: "";
	position: absolute;
	top: -0.1rem;
	left: -0.4rem;
  background: url("img/sec06-img06.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 51px;
	height: 39px;
}

.sec06 .item-box .item .txt {
	margin-bottom: 4rem;
}

.sec06 .item-box .item .btn-link a {
	margin: 0 0 0;
}
.sec06 .item-box .item .btn-link {
	margin: 1rem 0 0;
	position: absolute;
	bottom: 3rem;
	right: 3rem;
}

.sec06 .accordion_wrap06 .accordion_box {
	display: block;
}

.sec06 .accordion_wrap06 .accordion_all06 {
	display: none;
}

@media screen and (max-width: 768px) {	
  .sec06 {
    margin: auto;
    min-width: 100%;
    padding: 6rem 0 0;
  }

  .sec06 .inner {
    margin: auto;
    width: 92%;
    margin-top: 2.5rem;
  }

	
  .sec06 .comment01 {
    margin: 0 0 0 0 !important;
  }

  .sec06 .item-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap; 
    padding-bottom: 0;
  }

	.sec06 .item-box .item {
		width: 100%;
		margin-bottom: 2rem;
	}
  .sec06 .item-box .item:last-child {
    margin-bottom: 0;
  }

	.sec06 .item-box .item .box-icon {
		width: 58px;
	}

	.sec06 .item-box .item-inner {
		border-radius: 5px;
		margin: -1rem 0 0;
		padding: 2rem 2rem 3rem;
	}
  .sec06 .item-box .item-inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 15%;
    width: 46%;
    height: 100%;	
  }
  .sec06 .item-box .item01 .item-inner::before {
    background: url("img/sec06-bg01.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
  .sec06 .item-box .item02 .item-inner::before {
    background: url("img/sec06-bg02.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 55%;
  }
  .sec06 .item-box .item03 .item-inner::before {
    background: url("img/sec06-bg03.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 40%;
  }
  .sec06 .item-box .item04 .item-inner::before {
    background: url("img/sec06-bg04.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 65%;
  }
  .sec06 .item-box .item05 .item-inner::before {
    background: url("img/sec06-bg05.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 55%;
  }
  .sec06 .item-box .item06 .item-inner::before {
    background: url("img/sec06-bg06.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 55%;
    top: 22%;
  }

  .sec06 .item-box .item .i-ttl a {
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #375172;
    font-size: 1.9rem;
  }
  .sec06 .item-box .item .i-ttl a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #375172;
  }
  .sec06 .item-box .item .i-ttl {
    border-bottom:  solid 2px #375172;
    box-sizing: border-box;
    padding-bottom: 1rem;
    margin-top: 1.5rem;
    position: relative;
  }
  .sec06 .item-box .item01 .i-ttl::before {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0;
    background: url("img/sec06-img01.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 25px;
    height: 34px;
  }
  .sec06 .item-box .item02 .i-ttl::before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: 0;
    background: url("img/sec06-img02.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 36px;
  }
  .sec06 .item-box .item03 .i-ttl::before {
    content: "";
    position: absolute;
    top: -0.5rem;
    left: 0;
    background: url("img/sec06-img03.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 26px;
    height: 39px;
  }
  .sec06 .item-box .item04 .i-ttl::before {
    content: "";
    position: absolute;
    top: -0.2rem;
    left: 0;
    background: url("img/sec06-img04.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 39px;
    height: 29px;
  }
  .sec06 .item-box .item05 .i-ttl::before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: 0;
    background: url("img/sec06-img05.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
  }
  .sec06 .item-box .item06 .i-ttl::before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: -0.4rem;
    background: url("img/sec06-img06.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 35px;
    height: 23px;
  }

  .sec06 .item-box .item .txt{
    margin-bottom: 0;
    font-size: 1.5rem;
  }
	
  .sec06 .item-box .item .btn-link a {
    margin-top: 0;
    text-align: right;
    margin-bottom: 0rem;
    font-size: 1.5rem;
  }
	.sec06 .item-box .item .btn-link {
		text-align: right;
		margin: 1rem 0 0;
		position: relative;
		bottom: inherit;
		right: inherit;
	}
	
	.sec06 .accordion_wrap06 .accordion_box{
		display: none;
		margin: 2rem 0 0;
	}

	.sec06 .accordion_wrap06 .accordion_all06{
		display: block;
	}
}





/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
	margin-top: 10rem;
	min-width: 1000px;
}

.sec07 .inner {
	margin-top: 5rem;
}

.sec07 .comment02 {
	margin: 0 7rem 0 0 !important;
}

.sec07 .btn-internal a {
	margin-bottom: 0!important;
	margin-top: -3rem;
}
.sec07 .btn-internal {
	margin-bottom: 0!important;
	padding-bottom: 3rem;
}

@media screen and (max-width: 768px){
  .sec07 {
    margin-top: 6rem;
    min-width: 100%;
  }

  .sec07 .inner {
    margin: auto;
    width: 92%;
    margin-top: 2.5rem;
  }

  .sec07 .comment02 {
    margin: 0 0 0 0 !important;
  }

  .sec07 .btn-internal a {
    margin-bottom: 0!important;
    margin-top: 0;
  }
  .sec07 .btn-internal {
    margin-bottom: 0!important;
    padding-bottom: 3rem;
  }	
}


/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
	margin-top: 10rem;
	min-width: 1000px;
}

.sec08 .inner {
	margin-top: 5rem;
}

.sec08 .comment02 {
	margin: 0 7rem 0 0 !important;
}

.sec08 .item-box {
	padding-bottom: 5rem;
	margin-top: -1rem;
}

.sec08 .item-box .item{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-bottom: 2rem;
}

.sec08 .item-box .item:last-child {
	margin-bottom: 0;
}

.sec08 .item .left-box {
	width: 32%;
	background: #654d27;
	text-align: center;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	border-radius: 10px 0 0 10px;	
	position: relative;
}

.sec08 .item .left-box a {
	position: relative;
	width: 100%;
	display: block;
}
.sec08 .item .left-box a:after{
	content: "";
	position: absolute;
	top: 50%;
	right:1.6rem;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #fff;
}

.sec08 .item .left-box .ttl {
	color: #fff;
	font-size: 2rem;
	position: relative;
}


.sec08 .item .left-box .ttl::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 2rem;
  margin-top: -32px;
  width: 71px;
  height: 70px;
  background: url("img/sec08-img01.png") 0 0 no-repeat;
	background-size: 100% auto;
}



.sec08 .item .right-box {
	width: 68%;
	background: #f2e8d7;
	border-radius:  0 10px 10px 0;
	border: #654d27 2px solid;
	box-sizing: border-box;
	border-left: none;
	padding: 0 3rem;
}

.sec08 .item .right-box .btn-link {
	margin: 0;
}
.sec08 .item .right-box .btn-link a {
	margin-top: 0!important;
	margin-bottom: 3rem;
}
.sec08 .item .right-box .txt {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	
  .sec08 {
    margin-top: 6rem;
    min-width: 100%;
  }

  .sec08 .inner {
    margin: auto;
    width: 92%;
    margin-top: 2.5rem;
  }

  .sec08 .comment02 {
    margin: 0 0 0 0 !important;
  }

  .sec08 .item-box {
    padding-bottom: 4rem;
    margin-top: 1rem;
  }

  .sec08 .item-box .item{
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    width: 100%;
  }

  .sec08 .item-box .item:last-child {
    margin-bottom: 0;
  }

  .sec08 .item .left-box {
    width: 100%;
    background: #654d27;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;	
    position: relative;
  }

  .sec08 .item .left-box a {
    position: relative;
    width: 100%;
    padding: 1.5rem 0;
    display: block;
  }
  .sec08 .item .left-box a:after{
    content: "";
    position: absolute;
    top: 50%;
    right:1.2rem;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
  }

  .sec08 .item .left-box .ttl {
    color: #fff;
    font-size: 1.7rem;
    position: relative;
  }


  .sec08 .item .left-box .ttl::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    margin-top: -18px;
    width: 38px;
    height: 37px;
    background: url("img/sec08-img01.png") 0 0 no-repeat;
    background-size: 100% auto;
  }



  .sec08 .item .right-box {
    width: 100%;
    background: #f2e8d7;
    border-radius:  0 0 10px 10px;
    border: #654d27 2px solid;
    box-sizing: border-box;
    border-left: #654d27 2px solid;
    border-top: none;
    padding: 1.5rem 2rem;
  }



  .sec08 .item .right-box .btn-link {
    margin: 0;
    text-align: right;
  }
  .sec08 .item .right-box .btn-link a {
    margin-top: 1rem!important;
    margin-bottom: 1rem;
    text-align: right;
  }
  .sec08 .item .right-box .txt {
    margin-bottom: 0;
    font-size: 1.5rem;
    margin-top: 0;
  }
	
}

/*--------------------------------------
　sec09
---------------------------------------*/
.sec09 {
	margin-top: 10rem;
	min-width: 1000px;
}

.sec09 .inner {
	margin-top: 5rem;
}
.sec09 .bgpattern04 {
	background: url("img/sec09-bg.png") center 0 no-repeat;
	background-size: 1000px 100%;
	height: 100%;
	width: 1000px;
	padding-bottom: 12rem;
	padding-top: 10rem;
	position: relative;
	z-index: 1;
}
.sec09 .bgpattern04::after {
	content: "";
	position: absolute;
	background: url("img/sec09-img01.png") center center no-repeat;
	background-size: 100% auto;
	width: 673px;
	height: 584px;
	top: 8%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.sec09 .comment01 {
	margin: 0  0 0 7rem!important;
}
.sec09 .link-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}

.sec09 .link-box .btn-internal {
	width: 31.5%;
}

.sec09 .link-box .btn-internal a {
	width: 100%;
	margin: 0;
	margin-top: -1.5rem;
}

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

  .sec09 {
    margin-top: 6rem;
    min-width: 100%;
  }

  .sec09 .inner {
    margin: auto;
    width: 92%;
    margin-top: 2.5rem;
  }

  .sec09 .bgpattern04 {
    background: url("img/sec09-bg.png") center 0 no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 100%;
    padding-bottom: 5rem;
    padding-top: 3rem;
    position: relative;
    z-index: 1;
  }
  .sec09 .bgpattern04::after {
    content: "";
    position: absolute;
    background: url("img/sec09-img01.png") center 0 no-repeat;
    background-size: 100% auto;
    width: 80%;
    height: 0;
    padding-top: 86.77%;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }

  .sec09 .comment01 {
    margin: 0  0 0 0!important;
  }
  .sec09 .link-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    width: 100%;
    margin-top: -1rem;
  }

  .sec09 .link-box .btn-internal {
    width: 48%;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
  }

  .sec09 .link-box .btn-internal a {
    width: 100%;
    margin: 0;
    margin-top: 0;
    max-width: 100%;
  }	
	
}


/*--------------------------------------
　sec10
---------------------------------------*/
.sec10 {
	margin-top: 10rem;
	min-width: 1000px;
}

.sec10 .inner {
	margin-top: 5rem;
}

.sec10 .comment01 {
	margin: 0  0 0 7rem!important;
}

.sec10 .item-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec10 .item {
	position: relative;
	background: #f2e8d7;
	border: solid 2px #654d27;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);  
	border-radius: 10px;
	width: 48%;
	padding: 0 3rem;
	margin-bottom: 3rem;
}


.sec10 .item::before {
	content: "";
	position: absolute;
  background: url("img/box-icon10.gif") 0 0 no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 26px;
	left: 4px;
	top: 4px;
	z-index: 2;
}
.sec10 .item::after {
	content: "";
	position: absolute;
  background: url("img/box-icon11.gif") 0 0 no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 26px;
	left: 4px;
	bottom: 4px;
	z-index: 2;
}

.sec10 .i-box::before {
	content: "";
	position: absolute;
  background: url("img/box-icon12.gif") 0 0 no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 26px;
	right: 4px;
	top: 4px;
	z-index: 2;
}
.sec10 .i-box::after {
	content: "";
	position: absolute;
  background: url("img/box-icon13.gif") 0 0 no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 26px;
	right: 4px;
	bottom: 4px;
	z-index: 2;
}


.sec10 .item .i-ttl {
	border-bottom: solid #375172 2px;
	box-sizing: border-box;
	margin-top: 3rem;
	padding-bottom: 1.8rem;
  display: flex;
  align-items: center;
}
.sec10 .item .i-ttl a{
	position: relative;
	color: #375172;
	font-size: 2.2rem;
	width: 100%;
	padding-left: 7rem;
}

.sec10 .item .i-ttl a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #375172;
}

.sec10 .item .i-ttl a::before{
	content: "";
	position: absolute;
  background: url("img/sec10-img01.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 53px;
	height: 53px;
	left: 0;
	top: 50%;
	margin-top: -2.6rem;
}
.sec10 .item .txt {
	margin-bottom: 1rem;
	margin-top: 1.7rem;
}
.sec10 .item .btn-link {
	margin: 0;
}

.sec10 .item .btn-link a {
	margin-top: 0!important;
	margin-bottom: 4rem;
}

.sec10 .accordion_wrap07 .accordion_box {
	display: block;
}

.sec10 .accordion_wrap07 .accordion_all07 {
	display: none;
}

@media screen and (max-width: 768px) {
	
  .sec10 {
    margin-top: 6rem;
    min-width: 100%;
  }

  .sec10 .inner {
    margin: auto;
    width: 92%;
    margin-top: 2.5rem;
  }

  .sec10 .comment01 {
    margin: 0  0 0 0!important;
  }

  .sec10 .item-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
    padding-bottom: 0;
  }


  .sec10 .item {
    position: relative;
    background: #f2e8d7;
    border: solid 2px #654d27;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);  
    border-radius: 10px;
    width: 100%;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }

    .sec10 .item:last-child {
      margin-bottom: 0;
    }

  .sec10 .item::before {
    content: "";
    position: absolute;
    background: url("img/box-icon10.gif") 0 0 no-repeat;
    background-size: 100% auto;
      width: 20px;
      height: 20px;
    left: 4px;
    top: 4px;
    z-index: 2;
  }
  .sec10 .item::after {
    content: "";
    position: absolute;
    background: url("img/box-icon11.gif") 0 0 no-repeat;
    background-size: 100% auto;
      width: 20px;
      height: 20px;
    left: 4px;
    bottom: 4px;
    z-index: 2;
  }

  .sec10 .i-box::before {
    content: "";
    position: absolute;
    background: url("img/box-icon12.gif") 0 0 no-repeat;
    background-size: 100% auto;
      width: 20px;
      height: 20px;
    right: 4px;
    top: 4px;
    z-index: 2;
  }
  .sec10 .i-box::after {
    content: "";
    position: absolute;
    background: url("img/box-icon13.gif") 0 0 no-repeat;
    background-size: 100% auto;
      width: 20px;
      height: 20px;
    right: 4px;
    bottom: 4px;
    z-index: 2;
  }


  .sec10 .item .i-ttl {
    border-bottom: solid #375172 2px;
    box-sizing: border-box;
    margin-top: 3rem;
    padding-bottom: 1.5rem;
    display: flex;
    align-items: center;
  }
  .sec10 .item .i-ttl a{
    position: relative;
    color: #375172;
    font-size: 1.8rem;
    width: 100%;
    padding-left: 5.6rem;
    padding-right: 2rem;
  }

  .sec10 .item .i-ttl a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #375172;
  }

  .sec10 .item .i-ttl a::before{
    content: "";
    position: absolute;
    background: url("img/sec10-img01.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 45px;
    height: 45px;
    left: 0;
    top: 50%;
    margin-top: -2.6rem;
  }
  .sec10 .item .txt {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .sec10 .item .btn-link {
    margin: 0;
    text-align: right;
  }

  .sec10 .item .btn-link a {
    margin-top: 0!important;
    margin-bottom: 3rem;
  }
	
	.sec10 .accordion_wrap07 .accordion_box {
		display: none;
		margin: 2rem 0 0;
	}

	.sec10 .accordion_wrap07 .accordion_all07 {
		display: block;
	}
}


/*--------------------------------------
　sec11
---------------------------------------*/
.sec11 {
	margin-top: 10rem;
	min-width: 1000px;
}

.sec11 .inner {
	margin-top: 5rem;
}

.sec11 .comment01 {
	margin: 0 0 0 7rem!important;
}

.sec11 .btn-internal {
	margin-bottom: 0!important;
	margin-top: -2.2rem;
	padding-bottom: 2rem;
}
.sec11 .btn-internal a {
	margin-bottom: 0!important;
}


@media screen and (max-width: 768px) {
	
  .sec11 {
    margin-top: 6rem;
    min-width: 100%;
  }

  .sec11 .inner {
    margin: auto;
    width: 92%;
    margin-top: 2.5rem;
  }
	
  .sec11 .comment01 {
    margin: 0 0 0 0!important;
  }

  .sec11 .btn-internal {
    margin-bottom: 0!important;
    margin-top: -1rem;
    padding-bottom: 4rem;
  }
  .sec11 .btn-internal a {
    margin-bottom: 0!important;

  }
	
}


/*--------------------------------------
　sec12
---------------------------------------*/
.sec12 {
	margin-top: 10rem;
	min-width: 1000px;
}

.sec12 .inner {
	margin-top: 5rem;
}

.sec12 .comment01 {
	margin: 0  0 0 7rem!important;
}

.sec12 .btn-internal {
	margin-bottom: 0!important;
	margin-top: -2.2rem;
	padding-bottom: 2rem;
}
.sec12 .btn-internal a {
	margin-bottom: 0!important;
}

@media screen and (max-width: 768px) {
	
  .sec12 {
    margin-top: 6rem;
    min-width: 100%;
  }

  .sec12 .inner {
    width: 92%;
    margin-bottom: auto;
    margin-top: 2.5rem;
  }
	
  .sec12 .comment01 {
    margin: 0 0 0 0!important;
  }

  .sec12 .btn-internal {
    margin-bottom: 0!important;
    margin-top: -1rem;
    padding-bottom: 4rem;
  }
  .sec12 .btn-internal a {
    margin-bottom: 0!important;
  }

	
}




/*--------------------------------------
　bottom-link
---------------------------------------*/
.bottom-link {
	width: 1000px;
	margin: auto;
	margin-top: 10rem;
}


.bottom-link .btn-link a {
	margin: 0;
	color: #f2e8d7;
}

.bottom-link .btn-link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #f2e8d7;
}


@media screen and (max-width: 768px) {
	
.bottom-link {
	width: 92%;
	margin: auto;
	margin-top: 7rem;
}

	.bottom-link .btn-link {
		text-align: right;
		margin-bottom: 0;
	}


.bottom-link .btn-link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #f2e8d7;
  }	
}










.contents_top .comment-box {
	width: 90%;
	margin: auto;
	margin-bottom: 7rem;
}

.contents_top .comment01 .c-txt {
	float: left;
	width: 455px;
	margin: 0 0 0 3rem;
}
.contents_top .comment02 .c-txt {
	float: right;
	width: 455px;
	margin: 0 3rem 0 0;
}

.contents_top .comment01 .txt,
.contents_top .comment02 .txt {
	background: #413f3c;
	width: 455px;
	margin: 0 0 0;
	padding: 2rem 3rem;
	box-sizing: border-box;
	color: #fff;
	border: solid 2px #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);  
}

.contents_top .comment01 .tx01,
.contents_top .comment02 .tx01 {
	margin: 0;
}

.contents_top .comment01 ul,
.contents_top .comment02 ul {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.contents_top .comment01 li,
.contents_top .comment02 li {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.6rem;
	font-weight: bold;
  line-height: 1.8;
	position: relative;
}
.contents_top .comment01 li:last-child,
.contents_top .comment02 li:last-child{
  margin: 0 0 0 0;
}
.contents_top .comment01 li:before,
.contents_top .comment02 li:before{
	content: "";
	position: absolute;
  background: url("img/icon03.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 15px;
	height: 15px;
	top: 0.8rem;
	left: 0;
	display: inline-block;
}

.contents_top .caption {
	margin: 1rem 0 0 0;
	padding: 0 0 0.5rem 0;
	font-size: 1.3rem;
	color: #888;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #aeaeae #e7e7e7;
	scrollbar-width: thin;
}

@media screen and (max-width: 768px) {
	.contents_top .comment-box {
		width: 100%;
		margin-bottom: 4rem;
	}

	.contents_top .comment01 .c-txt {
		float: inherit;
		width: 100%;
		margin: 0 0 0 0;
	}
	.contents_top .comment02 .c-txt {
		float: inherit;
		width: 100%;
		margin: 0 0 0 0;
	}

	.contents_top .comment01 .txt,
	.contents_top .comment02 .txt {
		background: none;
		width: 100%;
		margin: 0 0 0;
		padding: 0 0;
		border: none;
		border-radius: 0;
		box-shadow: none;  
	}

	.contents_top .comment01 .txt-box,
	.contents_top .comment02 .txt-box {
		background: #413f3c;
		padding: 2rem 2rem;
		box-sizing: border-box;
		color: #fff;
		border: solid 2px #fff;
		border-radius: 5px;
		box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2);
	}

	.contents_top .comment01 li,
	.contents_top .comment02 li {
		padding: 0 0 0 1.8rem;
		font-size: 1.5rem;
	}
	.contents_top .comment01 li:before,
	.contents_top .comment02 li:before{
		background: url("img/icon03.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 13px;
		height: 13px;
	}

  .contents_top .caption {
    margin: 1rem 0 0 0;
    padding: 0 0 0.5rem 0;
    font-size: 1.3rem;
    color: #888;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-color: #aeaeae #e7e7e7;
    scrollbar-width: thin;
  }
}
