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



/*------------------------------------------------------------
  mv
------------------------------------------------------------*/

#main .under-p .mv{
 width: 100%;
 height: 459px;
	min-width: 1100px;
}

#main .under-p .mv .inner{
 width: 1100px;
 margin: 0 auto;
height: 459px;	
} 


#under01 .mv{
	background: url(../images/under01-mv-bg.jpg) center 0 no-repeat;
	background-size: cover;
}

#under01 .mv .inner{
	background: url(../images/under01-mv-text.png) center 0 no-repeat;
}

#under01 .mv-under-text-box , #under03 .mv-under-text-box , #under02 .mv-under-text-box , #under04 .mv-under-text-box {
	background: rgba(255,255,255,0.9);
	font-size: 18px;
	border-bottom: solid #fbeaec 2px;
	width: 870px;
	margin: 0 auto;
	margin-top: -90px;
	text-align: center;
	line-height: 2;
	padding: 30px 0 40px 0;
	position: relative;
	z-index: 1;
}


#under02 .mv{
	background: url(../images/under02-mv-bg.jpg) center 0 no-repeat;
	background-size: cover;
}

#under02 .mv .inner{
	background: url(../images/under02-mv-text.png) center 0 no-repeat;
}


#under03 .mv{
	background: url(../images/under03-mv-bg.jpg) center 0 no-repeat;
	background-size: cover;
}

#under03 .mv .inner{
	background: url(../images/under03-mv-text.png) center 0 no-repeat;
}


#under04 .mv{
	background: url(../images/under04-mv-bg.jpg) center 0 no-repeat;
	background-size: cover;
}

#under04 .mv .inner{
	background: url(../images/under04-mv-text.png) center 0 no-repeat;
}



@media screen and (max-width: 640px){
	#main .under-p .mv{
	 width: 100%;
	 height: auto;
	min-width: 100%;
	}

	#main .under-p .mv .inner{
	 width: 100%;
	 margin: 0 auto;
	 height: 0;	
	} 
	#under01 .mv{
		background: none;
	}
	#under01 .mv .inner{
		background: url(../images/sp-under01-mv.jpg) center 0 no-repeat;
		background-size: 100% auto;
		padding-top: 61.46%;
	}
	#under01 .mv-under-text-box {
		background: none;
		font-size: 14px;
		border-bottom: none;
		width: 92%;
		margin: 0 auto;
		margin-top: 30px;;
		text-align: left;
		line-height: 2;
		padding: 0;
		position: relative;
		z-index: 1;
	}
		
	#under02 .mv{
		background: none;
	}
	#under02 .mv .inner{
		background: url(../images/sp-under02-mv.jpg) center 0 no-repeat;
		background-size: 100% auto;
		padding-top: 61.46%;
	}
	#under02 .mv-under-text-box {
		background: none;
		font-size: 14px;
		border-bottom: none;
		width: 92%;
		margin: 0 auto;
		margin-top: 30px;;
		text-align: left;
		line-height: 2;
		padding: 0;
		position: relative;
		z-index: 1;
	}
		
	
	
	#under03 .mv{
		background: none;
	}
	#under03 .mv .inner{
		background: url(../images/sp-under03-mv.jpg) center 0 no-repeat;
		background-size: 100% auto;
		padding-top: 61.46%;
	}
	#under03 .mv-under-text-box {
		background: none;
		font-size: 14px;
		border-bottom: none;
		width: 92%;
		margin: 0 auto;
		margin-top: 30px;;
		text-align: left;
		line-height: 2;
		padding: 0;
		position: relative;
		z-index: 1;
	}	
	
	
	#under04 .mv{
		background: none;
	}
	#under04 .mv .inner{
		background: url(../images/sp-under04-mv.jpg) center 0 no-repeat;
		background-size: 100% auto;
		padding-top: 61.46%;
	}
	#under04 .mv-under-text-box {
		background: none;
		font-size: 14px;
		border-bottom: none;
		width: 92%;
		margin: 0 auto;
		margin-top: 30px;;
		text-align: left;
		line-height: 2;
		padding: 0;
		position: relative;
		z-index: 1;
	}		
	
}


/*------------------------------------------------------------
  ttl
------------------------------------------------------------*/
#main  .under-p .ttl-box h4 {
	position: relative;
	font-size: 38px;
	text-align: center;
	margin-top: 0;
	font-weight: 600;
}
#main  .under-p .ttl-box h4 span {
	font-size: 25px;
	font-weight: 600;
}

#main  .under-p .ttl-box h4:before {
  content: '';
	background: url(../images/ttl-icon.png) 0 0 no-repeat;
	background-size: 56px 8px;
	width:56px;
	height: 8px;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#main .under-p .ttl-box .eng {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 100;
	margin-top: 16px;
}


@media screen and (max-width: 640px){
	#main  .under-p .ttl-box h4 {
		position: relative;
		font-size: 22px;
		text-align: center;
		margin-top: 0;
		font-weight: 600;
	}
	#main  .under-p .ttl-box h4 span {
		font-size: 25px;
		font-weight: 600;
	}

	#main  .under-p .ttl-box h4:before {
		content: '';
		background: url(../images/ttl-icon.png) 0 0 no-repeat;
		background-size: 46px 7px;
		width:46px;
		height: 7px;
		position: absolute;
		top: -26px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	#main .under-p .ttl-box .eng {
		font-size: 12px;
		text-align: center;
		letter-spacing: 0.1em;
		font-weight: 100;
		margin-top: 10px;
	}
}

/*------------------------------------------------------------
  link
------------------------------------------------------------*/

#main .under-p .link a {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 16px;
	font-weight: 100;
}

#main .under-p  .link a {
	display: table;
	background: #e4c0b0;
	text-align:center;
	cursor:pointer;
	position:relative;
	box-sizing:border-box;
	transition:all .5s ease;
	line-height: 56px;
	width: 380px;
}


#main .under-p .link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	background: #fff;
	height: 1px;
	width: 18%;
	transition:all .5s ease;
}


@media screen and (max-width: 640px){
	
	#main .under-p .link a {
		margin: 0 auto;
		text-align: center;
		color: #fff;
		letter-spacing: 0.1em;
		font-size: 13px;
		font-weight: 100;
	}

	#main .under-p  .link a {
		display: table;
		background: #e4c0b0;
		text-align:center;
		cursor:pointer;
		position:relative;
		box-sizing:border-box;
		transition:all .5s ease;
		line-height: 50px;
		width: 100%;
	}


	#main .under-p .link a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: -10px;
		background: #fff;
		height: 1px;
		width: 18%;
		transition:all .5s ease;
	}	
	
}



/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------
  #under01 
------------------------------------------------------------*/

/*------------------------------------------------------------
  #under01 sec01
------------------------------------------------------------*/

#under01 .sec01 {
	margin: 0 auto;
	width: 100%;
	background: url(../images/under01-sec01-bg.gif) 0 0 no-repeat;
	background-size: cover;
	height: 720px;
}

#under01 .sec01 .inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 170px;
}


#under01 .sec01 .left {
	float: left;
	width: 510px;
	margin-top: 40px;
}


#under01 .sec01 .ttl-box h4 {
	text-align: left;
}

#under01 .sec01 .ttl-box .eng {
  text-align: left;
}

#under01 .sec01 .ttl-box h4:before {
	right: inherit;
}

#under01 .sec01 .left .text {
	margin-top: 40px;
	line-height: 2;
	font-size: 15px;
}

#under01 .sec01 .right {
	float: right;
	width: 530px;
}


@media screen and (max-width: 640px){
	
	#under01 .sec01 {
		margin: 0 auto;
		width: 100%;
		background: url(../images/sp-under01-sec01-bg.gif) center 0 no-repeat;
		background-size: cover;
		height: auto;
		padding-bottom: 60px;
	}

	#under01 .sec01 .inner {
		width: 94%;
		margin: 0 auto;
		padding-top: 70px;
	}


	#under01 .sec01 .left {
		float: none;
		width: 100%;
		margin-top: 0;
	}


	#under01 .sec01 .ttl-box h4 {
		text-align: center;
	}

	#under01 .sec01 .ttl-box .eng {
		text-align: center;
	}

	#under01 .sec01 .ttl-box h4:before {
		right: 0;
	}

	#under01 .sec01 .left .text {
		margin-top: 20px;
		line-height: 2;
		font-size: 12px;
	}

	#under01 .sec01 .right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

}


/*------------------------------------------------------------
  #under01 under-link-box
------------------------------------------------------------*/

#under01 .under-link-box {
	width: 100%;
	background: url(../images/under01-link-box-bg.jpg) 0 0 no-repeat;
	background-size: cover;
	height: 240px;
}

#under01 .under-link-box .inner {
	width: 1100px;
	margin: 0 auto;
}
#under01 .under-link-box .link {
	padding-top: 80px;
}
#under01 .under-link-box .link a {
	color: #696f97;
	font-size: 24px;
	font-weight: normal;
}

#under01 .under-link-box  .link a {
	background: #fff0f2;
	line-height: 80px;
	width: 520px;
}

#under01 .under-link-box .link a:after {
	background: #696f97;
	height: 2px;
	width: 12%;
}


@media screen and (max-width: 640px){
	#under01 .under-link-box {
		width: 100%;
		background: url(../images/under01-link-box-bg.jpg) center center no-repeat;
		background-size: cover;
		height: auto;
	}

	#under01 .under-link-box .inner {
		width: 80%;
		margin: 0 auto;
	}
	#under01 .under-link-box .link {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#under01 .under-link-box .link a {
		color: #696f97;
		font-size: 14px;
		font-weight: normal;
	}

	#under01 .under-link-box  .link a {
		background: #fff0f2;
		line-height: 60px;
		width:100%;
	}

	#under01 .under-link-box .link a:after {
		background: #696f97;
		height: 1px;
		width: 12%;
	}
}


/*------------------------------------------------------------
  #under01 sec02
------------------------------------------------------------*/

#under01 .sec02 {
	margin: 0 auto;
	width: 100%;
	margin-top: 140px;
}

#under01 .sec02 .inner {
	width: 1100px;
	margin: 0 auto;
}

#under01 .sec02 .ttl-box .text {
	text-align: center;
	font-size: 18px;
	line-height: 2;
	margin-top: 25px;
}


#under01 .sec02 .ls-box {
	width: 100%;
	background: url(../images/bg01.gif) repeat;
	background-size: 24px 24px;

}
#under01 .sec02 .ls-box .box01 {
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0;
	margin-top: 45px;
}


#under01 .sec02 .ls-box .left{
	float: left;
	width: 530px;
}

#under01 .sec02 .ls-box .right{
	float: right;
	width: 530px;
}

#under01 .sec02 .ls-box h5 {
	color: #fff;
	background: #494650;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding: 24px 0 18px 0;
}

@media screen and (max-width: 640px){
	#under01 .sec02 {
		margin: 0 auto;
		width: 100%;
		margin-top: 80px;
	}

	#under01 .sec02 .inner {
		width: 94%;
		margin: 0 auto;
	}

	#under01 .sec02 .ttl-box .text {
		text-align: left;
		font-size: 14px;
		line-height: 2;
		margin-top: 25px;
	}


	#under01 .sec02 .ls-box {
		width: 100%;
		background: url(../images/bg01.gif) repeat;
		background-size: 24px 24px;

	}
	#under01 .sec02 .ls-box .box01 {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 50px 0;
		margin-top: 25px;
	}


	#under01 .sec02 .ls-box .left{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	#under01 .sec02 .ls-box .right{
		float: none;
		width: 100%;
	}

	#under01 .sec02 .ls-box h5 {
		color: #fff;
		background: #494650;
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		padding: 20px 0 14px 0;
	}
}



/*------------------------------------------------------------
  #under01 sec03
------------------------------------------------------------*/

#under01 .sec03 {
	margin: 0 auto;
	width: 100%;
	margin-top: 130px;
}

#under01 .sec03 .inner {
	width: 1100px;
	margin: 0 auto;
}

#under01 .sec03 .left {
	float: left;
	width: 600px;
}


#under01 .sec03 .right {
	float: right;
	width: 440px;
	margin-top: 40px;
}


#under01 .sec03 .ttl-box h4 {
	text-align: left;
}

#under01 .sec03 .ttl-box .eng {
  text-align: left;
}

#under01 .sec03 .ttl-box h4:before {
	right: inherit;
}

#under01 .sec03 .ttl-box .text {
	margin-top: 30px;
	line-height: 2;
	font-size: 18px;
}



#under01 .sec03 .table-box {
	margin-top: 60px;
}

#under01 .sec03 .table-box table {
	border: solid 1px #ddc6c7;
	box-sizing: border-box;
}
#under01 .sec03 .table-box table th {
	background: #e6cccd;
	border-bottom: solid 1px #ddc6c7;
	font-size: 15px;
	line-height: 40px;
	box-sizing: border-box;
}

#under01 .sec03 .table-box table td {
	border: solid 1px #ddc6c7;
	line-height: 40px;
	box-sizing: border-box;
}

#under01 .sec03 .table-box table .t-bg {
	background: #f3f3f3;
}
#under01 .sec03 .table-box table .t-bg01 {
	background: #f0d9db;
}

#under01 .sec03 .table-box table .t-bg02 {
	background: #faeaeb;
	text-align: center;
	width: 13%;
}

#under01 .sec03 .table-box table .t-font {
	font-weight: bold;
	font-size: 17px;
	text-align: right;
	padding-right: 10px;
}


@media screen and (max-width: 640px){
	#under01 .sec03 {
		margin: 0 auto;
		width: 100%;
		margin-top: 80px;
	}

	#under01 .sec03 .inner {
		width: 94%;
		margin: 0 auto;
	}

	#under01 .sec03 .left {
		float: none;
		width: 100%;
		margin-top: 20px;
	}


	#under01 .sec03 .right {
		float: none;
		width: 100%;
		margin-top: 0;
	}


	#under01 .sec03 .ttl-box h4 {
		text-align: center;
	}

	#under01 .sec03 .ttl-box .eng {
		text-align: center;
	}

	#under01 .sec03 .ttl-box h4:before {
		right: 0;
	}

	#under01 .sec03 .ttl-box .text {
		margin-top: 25px;
		line-height: 2;
		font-size: 14px;
	}

	#under01 .sec03 .table-box {
		margin-top: 40px;
		width: 100%;
		vertical-align: middle;
		overflow-x: scroll;
	}

	#under01 .sec03 .table-box table {
		border: solid 1px #ddc6c7;
		box-sizing: border-box;
	}
	
	#under01 .sec03 .table-box table th {
		background: #e6cccd;
		border-bottom: solid 1px #ddc6c7;
		font-size: 12px;
		line-height: 1.4;
		box-sizing: border-box;
		padding: 8px 5px 8px 5px;
		vertical-align: middle;
	}
	#under01 .sec03 .table-box table td {
		border: solid 1px #ddc6c7;
		line-height: 1.4;
		box-sizing: border-box;
		vertical-align: middle;
		padding: 5px 8px 5px 8px;
	}

	#under01 .sec03 .table-box table .t-bg {
		background: #f3f3f3;
	}
	#under01 .sec03 .table-box table .t-bg01 {
		background: #f0d9db;
	}

	#under01 .sec03 .table-box table .t-bg02 {
		background: #faeaeb;
		text-align: center;
		width: auto;
	}

	#under01 .sec03 .table-box table .t-font {
		font-weight: bold;
		font-size: 13px;
		text-align: right;
		padding-right: 8px;
	}	

	
}


/*------------------------------------------------------------
  #under01 sec04
------------------------------------------------------------*/

#under01 .sec04 {
	margin: 0 auto;
	width: 100%;
	background: url(../images/bg02.gif) repeat;
  background-size: 3px 3px;
	margin-top: 120px;
}

#under01 .sec04 .inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 90px;
}


#under01 .sec04 .left {
	float: left;
	width: 410px;
	margin-top: 40px;
}
#under01 .sec04 .right {
	float: right;
	width: 650px;
}
#under01 .sec04 .right img {
	margin-bottom: 20px;
}

#under01 .sec04 .ttl-box h4 {
	text-align: left;
}

#under01 .sec04 .ttl-box .eng {
  text-align: left;
}

#under01 .sec04 .ttl-box h4:before {
	right: inherit;
}

#under01 .sec04 .left .text {
	margin-top: 40px;
	line-height: 2;
	font-size: 18px;
}

@media screen and (max-width: 640px){
	#under01 .sec04 {
		margin: 0 auto;
		width: 100%;
		background: url(../images/bg02.gif) repeat;
		background-size: 3px 3px;
		margin-top: 60px;
	}

	#under01 .sec04 .inner {
		width: 94%;
		margin: 0 auto;
		padding-top: 80px;
		padding-bottom: 40px;
	}


	#under01 .sec04 .left {
		float: none;
		width: 100%;
		margin-top: 0;
	}
	#under01 .sec04 .right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	#under01 .sec04 .right img {
		margin-bottom: 20px;
	}

	#under01 .sec04 .ttl-box h4 {
		text-align: center;
	}

	#under01 .sec04 .ttl-box .eng {
		text-align: center;
	}

	#under01 .sec04 .ttl-box h4:before {
		right: 0;
	}

	#under01 .sec04 .left .text {
		margin-top: 25px;
		line-height: 2;
		font-size: 14px;
	}	
}

/*------------------------------------------------------------
  #under01 sec05
------------------------------------------------------------*/

#under01 .sec05 {
	margin: 0 auto;
	width: 100%;
	margin-top: 110px;
}

#under01 .sec05 .inner {
	width: 1100px;
	margin: 0 auto;
}

#under01 .sec05 .left {
	float: left;
	width: 600px;
}


#under01 .sec05 .right {
	float: right;
	width: 440px;
	margin-top: 40px;
}


#under01 .sec05 .ttl-box h4 {
	text-align: left;
}

#under01 .sec05 .ttl-box .eng {
  text-align: left;
}

#under01 .sec05 .ttl-box h4:before {
	right: inherit;
}

#under01 .sec05 .ttl-box .text {
	margin-top: 30px;
	line-height: 2;
	font-size: 18px;
}

@media screen and (max-width: 640px){
	#under01 .sec05 {
		margin: 0 auto;
		width: 100%;
		margin-top: 80px;
	}

	#under01 .sec05 .inner {
		width: 94%;
		margin: 0 auto;
	}

	#under01 .sec05 .left {
		float: none;
		width: 100%;
		margin-top: 20px;
	}


	#under01 .sec05 .right {
		float: none;
		width: 100%;
		margin-top: 0;
	}


	#under01 .sec05 .ttl-box h4 {
		text-align: center;
	}

	#under01 .sec05 .ttl-box .eng {
		text-align: center;
	}

	#under01 .sec05 .ttl-box h4:before {
		right: 0;
	}

	#under01 .sec05 .ttl-box .text {
		margin-top: 25px;
		line-height: 2;
		font-size: 14px;
	}
}

/*------------------------------------------------------------
  #under01 sec06
------------------------------------------------------------*/

#under01 .sec06 {
	margin: 0 auto;
	width: 100%;
	background: url(../images/under01-sec06-bg.gif) 0 center no-repeat;
  background-size: cover;
	height: 1038px;
	margin-top: 110px;
}

#under01 .sec06 .inner {
	width: 1100px;
	margin: 0 auto;
	padding-top: 120px;
}


#under01 .sec06 .block .left {
	float: left;
	width: 440px;
	margin-top: 40px;
}
#under01 .sec06 .block .right {
	float: right;
	width: 610px;
}

#under01 .sec06 .ttl-box h4 {
	text-align: left;
}

#under01 .sec06 .ttl-box .eng {
  text-align: left;
}

#under01 .sec06 .ttl-box h4:before {
	right: inherit;
}

#under01 .sec06 .left .text {
	margin-top: 40px;
	line-height: 2;
	font-size: 18px;
}

#under01 .sec06 .block02 .left{
	float: right;
	width: 610px;
}
#under01 .sec06 .block02 .left .text {
	font-size: 15px;
}

#under01 .sec06 .block02 .left .tx01 {
	background: url(../images/under01-sec06-img04.gif) 0 0 no-repeat;
	width: 610px;
	height: 113px;
	margin-top: 30px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	padding-top: 18px;
}

#under01 .sec06 .block02 .left .tx01 span {
	font-size: 24px;
	font-weight: bold;
	color: #696f97;
}
#under01 .sec06 .block02 .right{
	float: left;
	margin-top: -77px;
	width: 430px;
}

#under01 .sec06 .block02 .right img {
	margin-bottom: 20px;
}


@media screen and (max-width: 640px){
	
	#under01 .sec06 {
		margin: 0 auto;
		width: 100%;
		background: url(../images/under01-sec06-bg.gif) center center no-repeat;
		background-size: cover;
		height: auto;
		margin-top: 60px;
		padding-bottom: 60px;
	}

	#under01 .sec06 .inner {
		width: 94%;
		margin: 0 auto;
		padding-top: 80px;
	}


	#under01 .sec06 .block .left {
		float: none;
		width: 100%;
		margin-top: 0;
	}
	#under01 .sec06 .block .right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	#under01 .sec06 .ttl-box h4 {
		text-align: center;
	}

	#under01 .sec06 .ttl-box .eng {
		text-align: center;
	}

	#under01 .sec06 .ttl-box h4:before {
		right: 0;
	}

	#under01 .sec06 .left .text {
		margin-top: 20px;
		line-height: 2;
		font-size: 14px;
	}

	#under01 .sec06 .block02 .left{
		float: none;
		width: 100%;
	}
	#under01 .sec06 .block02 .left .text {
		font-size: 12px;
	}

	#under01 .sec06 .block02 .left .tx01 {
		background: url(../images/under01-sec06-img04.gif) 0 0 no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		margin-top: 10px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.6;
		padding-top: 15px;
		padding-bottom: 12px;
	}

	#under01 .sec06 .block02 .left .tx01 span {
		font-size: 14px;
		font-weight: bold;
		color: #696f97;
	}
	#under01 .sec06 .block02 .right{
		float: none;
		margin-top: 20px;
		width: 100%;
	}

	#under01 .sec06 .block02 .right img {
		margin-bottom: 0;
		width: 50%;
		display: inline-block;
		float: left;
	}
}




/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------
  #under02
------------------------------------------------------------*/

/*------------------------------------------------------------
  #under02 sec01
------------------------------------------------------------*/

#under02 .sec01 {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
}

#under02 .sec01 .inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 210px;
	background: url(../images/under01-sec01-bg.gif) center 0 no-repeat;
	background-size: cover;
	height: auto;	
	min-width: 1100px;
}

#under02 .sec01 .com-box {
	width: 1100px;
	margin: 0 auto;
	padding: 90px 0 100px 0;
}

#under02 .sec01 .block .com-box {
	padding: 60px 0 100px 0;
}
#under02 .sec01 .block02 .com-box {
	padding: 90px 0 0 0;
}

#under02 .sec01 .block03 .com-box {
	padding: 90px 0 0 0;
}

#under02 .sec01 .block02 .com-box .left , #under02 .sec01 .block03 .com-box .left , #under02 .sec01 .block .com-box .left {
	float: left;
	width: 490px;
}

#under02 .sec01 .block02 .com-box .right , #under02 .sec01 .block03 .com-box .right , #under02 .sec01 .block .com-box .right{
	float: right;
	width: 530px;
}

#under02 .sec01 .block02 {
	margin: 0 auto;
	width: 100%;
	background: url(../images/bg01.gif) repeat;
  background-size: 24px 24px;
	min-width: 1100px;
	padding-bottom: 90px;
}


#under02 .sec01 .com-box h5 {
	background: #fbeaec;
	font-weight: bold;
	font-size: 22px;
	padding: 15px 20px 12px 20px;
	color: #696f97;
	line-height: 1.4;
	text-align: center;
}

#under02 .sec01 .com-box .text {
	font-size: 15px;
	line-height: 2;
	margin-top: 20px;
}


#under02 .sec01 .com-box .arrow01 {
	width: 0;
  border-style: solid;
	display: block;
	height: 0;
	border-width: 20px 10px 0 10px;
	border-color: #fbeaec transparent transparent transparent;
	margin: 0 auto;
}



#under02 .sec01 .com-box .image {
	position: relative;
}

#under02 .sec01 .com-box .image .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 20px 0;
	font-size: 15px;
	text-align: center;
	background: rgba(0,0,0,0.4);
	
}


#under02 .sec01 .block02 .link {
	margin-top: 0 auto;
	margin-top: 40px;
	width: 100%;
}

#under02 .sec01 .block02 .link a {
	width: 530px;
	color: #784b22;
	line-height: 80px;
	font-size: 18px;
}


#under02 .sec01 .block02 .link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	background: #784b22;
	height: 1px;
	width: 10%;
	transition:all .5s ease;
}



#under02 .sec01 .link-box02 {
	width: 1100px;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 140px;
}

#under02 .sec01 .link-box02 .left {
	float: left;
	width: 48.2%;
	text-align: center;
}


#under02 .sec01 .link-box02 .right {
	float: right;
	width: 48.2%;
	text-align: center;
}


#under02 .sec01 .link-box02 .left .l-box {
	border: solid 2px #a492b7;
	box-sizing: border-box;
	box-shadow: 10px 10px #f1f1f5;
	height: 324px;
}


#under02 .sec01 .link-box02 .right .l-box {
	border: solid 2px #e4c0b0;
	box-sizing: border-box;
	box-shadow: 10px 10px #ede6e3;
	height: 324px;
}



#under02 .sec01 .link-box02 .link {
	margin: 30px 0 0 0;
}
#under02 .sec01 .link-box02 .left .link a {
	background: #a492b7;
	width: 470px;
	height: 80px;
	line-height: 1;
	padding: 0;
	font-size: 18px;
	padding-top: 33px;
}

#under02 .sec01 .link-box02 .right .link a {
	color: #784b22;
	width: 470px;
	line-height: 1.5;
	height: 80px;
	font-size: 18px;
	padding-top: 14px;
}

#under02 .sec01 .link-box02 .left .link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	background: #fff;
	height: 1px;
	width: 10%;
	transition:all .5s ease;
}

#under02 .sec01 .link-box02 .right .link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	background: #784b22;
	height: 1px;
	width: 10%;
	transition:all .5s ease;
}




#under02 .sec01 .link-box02 h5 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 0 30px;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}

 #under02 .sec01 .link-box02 .left h5 {
  color: #a492b7;
}

#under02 .sec01 .link-box02 .right h5 {
  color: #d8b2a1;
}


#under02 .sec01 .link-box02 h5:before {
  content: '';
  position: absolute;
  top: 48%;
  width: 28px;
  height: 2px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
	left: 0;
}

#under02 .sec01 .link-box02 h5:after {
  content: '';
  position: absolute;
  top: 48%;
  width: 28px;
  height: 2px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
	right: 0;
}


#under02 .sec01 .link-box02 .left h5:before {
  background-color: #a492b7;
}

#under02 .sec01 .link-box02 .left h5:after {
  background-color: #a492b7;
}

#under02 .sec01 .link-box02 .right h5:before {
  background-color: #d8b2a1;
}

#under02 .sec01 .link-box02 .right h5:after {
  background-color: #d8b2a1;
}


#under02 .sec01 .link-box02 .merit {
	width: 470px;
	margin: 0 auto;
	margin-top: 20px;
}

#under02 .sec01 .link-box02 .merit .text01 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}


#under02 .sec01 .link-box02 .merit li {
	text-align: left;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.6;
}

#under02 .sec01 .link-box02 .merit li a {
	text-decoration: underline;
	color: #cd0606;
	font-weight: bold;
}







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

	#under02 .sec01 {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 20px;
	}

	#under02 .sec01 .inner {
		width: 100%;
		margin: 0 auto;
		padding-top: 60px;
		background: url(../images/sp-under01-sec01-bg.gif) center 0 no-repeat;
		background-size: cover;
		height: auto;	
		min-width: 100%;
	}

	#under02 .sec01 .com-box {
		width: 92%;
		margin: 0 auto;
		padding: 10px 0 20px 0;
	}
	
	
	#under02 .sec01 .block .com-box {
		padding: 30px 0 60px 0;
	}


	#under02 .sec01 .block02 .com-box .left , #under02 .sec01 .block03 .com-box .left , #under02 .sec01 .block .com-box .left {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	

	#under02 .sec01 .block02 .com-box .right , #under02 .sec01 .block03 .com-box .right , #under02 .sec01 .block .com-box .right{
		float: none;
		width: 100%;
		margin: 0 auto;
	}	
	
	
	#under02 .sec01 .block .com-box .right , #under02 .sec01 .block02 .com-box .left , 	#under02 .sec01 .block03 .com-box .right {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}
	


#under02 .sec01 .block02 {
	margin: 0 auto;
	width: 100%;
	background: url(../images/bg01.gif) repeat;
  background-size: 24px 24px;
	min-width: 100%;
	padding-bottom: 50px;
}


	
	
#under02 .sec01 .com-box h5 {
	background: #fbeaec;
	font-weight: bold;
	font-size: 16px;
	padding: 15px 20px 12px 20px;
	color: #696f97;
	line-height: 1.4;
	text-align: center;
}

#under02 .sec01 .com-box .text {
	font-size: 12px;
	line-height: 2;
	margin-top: 10px;
}


#under02 .sec01 .com-box .arrow01 {
	width: 0;
  border-style: solid;
	display: block;
	height: 0;
	border-width: 20px 10px 0 10px;
	border-color: #fbeaec transparent transparent transparent;
	margin: 0 auto;
}



#under02 .sec01 .com-box .image {
	position: relative;
}

#under02 .sec01 .com-box .image .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 20px 0;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	background: rgba(0,0,0,0.4);
	
}


#under02 .sec01 .block02 .link {
	margin-top: 0 auto;
	margin-top: 30px;
	width: 100%;
}

#under02 .sec01 .block02 .link a {
	width: 92%;
	color: #784b22;
	line-height: 60px;
	font-size: 12px;
	margin-top: 0 auto;
}


#under02 .sec01 .block02 .link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	background: #784b22;
	height: 1px;
	width: 10%;
	transition:all .5s ease;
}

	
	#under02 .sec01 .block02 .com-box  {
		width: 92%;
		margin: 0 auto;
		padding-top: 50px;
	}
	
  #under02 .sec01 .block03 .com-box  {
		margin: 0 auto;
		padding-top: 50px;
		margin-bottom: 50px;
	}
	
	
	
	#under02 .sec01 .link-box02 {
		width: 94%;
		margin: 0 auto;
		margin-top: 0;
		margin-bottom: 90px;
	}

	#under02 .sec01 .link-box02 .left {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}


	#under02 .sec01 .link-box02 .right {
		float: none;
		width: 100%;
		text-align: center;
	}


	#under02 .sec01 .link-box02 .left .l-box {
		border: solid 2px #a492b7;
		box-sizing: border-box;
		box-shadow: 10px 10px #f1f1f5;
		height: auto;
		padding-bottom: 15px;
	}


	#under02 .sec01 .link-box02 .right .l-box {
		border: solid 2px #e4c0b0;
		box-sizing: border-box;
		box-shadow: 10px 10px #ede6e3;
		height: auto;
		padding-bottom: 15px;
	}



	#under02 .sec01 .link-box02 .link {
		margin: 20px 0 0 0;
	}
	#under02 .sec01 .link-box02 .left .link a {
		background: #a492b7;
		width: 92%;
		height: 60px;
		line-height: 1;
		padding: 0;
		font-size: 13px;
		padding-top: 25px;
	}

	#under02 .sec01 .link-box02 .right .link a {
		color: #784b22;
		width: 92%;
		line-height: 1.5;
		height: 60px;
		font-size: 13px;
		padding-top: 14px;
	}



	#under02 .sec01 .link-box02 h5 {
		text-align: center;
		font-weight: bold;
		font-size: 14px;
		padding: 0 18px;
		display: inline-block;
		position: relative;
		margin-bottom: 12px;
	}



	#under02 .sec01 .link-box02 h5:before {
		content: '';
		position: absolute;
		top: 42%;
		width: 20px;
		height: 2px;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		left: 0;
	}

	#under02 .sec01 .link-box02 h5:after {
		content: '';
		position: absolute;
		top: 42%;
		width: 20px;
		height: 2px;
		-webkit-transform: rotate(-60deg);
		transform: rotate(-60deg);
		right: 0;
	}



	#under02 .sec01 .link-box02 .merit {
		width: 92%;
		margin: 0 auto;
		margin-top: 15px;
	}

	#under02 .sec01 .link-box02 .merit .text01 {
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 10px;
	}


	#under02 .sec01 .link-box02 .merit li {
		text-align: left;
		font-size: 12px;
		margin-bottom: 8px;
		line-height: 1.6;
	}

	#under02 .sec01 .link-box02 .merit li a {
		text-decoration: underline;
		color: #cd0606;
		font-weight: bold;
	}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}







/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------
  #under03 
------------------------------------------------------------*/

/*------------------------------------------------------------
  #under03 sec01
------------------------------------------------------------*/

#under03 .sec01 {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 40px;
}

#under03 .sec01 .inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 240px;
	background: url(../images/under01-sec01-bg.gif) 0 0 no-repeat;
	background-size: cover;
	height: 110px;	
	min-width: 1100px;
}

#under03 .sec01 .block02 {
	margin: 0 auto;
	width: 100%;
	background: url(../images/bg03.gif) repeat;
  background-size: 3px 3px;
	min-width: 1100px;
}


#under03 .sec01 .block02 .arrow01 {
	width: 0;
  border-style: solid;
	display: block;
	height: 0;
	border-width: 40px 40px 0 40px;
	border-color: #fff transparent transparent transparent;
	margin: 0 auto;
}

#under03 .sec01 .block03 .arrow02 {
  background: url(../images/arrow01.gif) center 0 no-repeat;
	width: 80px;
	height: 40px;
	margin: 0 auto;
	margin-top: -2px;
	min-width: 1100px;
}

#under03 .sec01 .com-box {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0 100px 0;
}

#under03 .sec01 .block02 .com-box .left , #under03 .sec01 .block03 .com-box .left {
	float: left;
	width: 510px;
}

#under03 .sec01 .block02 .com-box .right , #under03 .sec01 .block03 .com-box .right {
	float: right;
	width: 510px;
}

#under03 .sec01 .com-box .time {
	background: #e4c0b0;
	border-radius: 4px;
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding: 4px 24px 0 24px;
	line-height: 35px;
}

#under03 .sec01 .com-box .time:after {
	content: '';
	width: 0;
  border-style: solid;
	display: block;
	height: 0;
	left: 0;
	right: 0;
	position: absolute;
	border-width: 14px 10px 0 10px;
	border-color: #e4c0b0 transparent transparent transparent;
	margin: 0 auto;
}
#under03 .sec01 .com-box h5 {
	background: #fbeaec;
	font-weight: bold;
	font-size: 22px;
	padding: 15px 20px 12px 20px;
	color: #696f97;
	line-height: 1.4;
	margin-top: 8px;
}

#under03 .sec01 .com-box .text {
	font-size: 15px;
	line-height: 2;
	margin-top: 30px;
}




@media screen and (max-width: 640px){
	
	
	#under03 .sec01 {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 20px;
	}

	#under03 .sec01 .inner {
		width: 100%;
		margin: 0 auto;
		padding-top: 70px;
		background: url(../images/under01-sec01-bg.gif) center 0 no-repeat;
		background-size: cover;
		height: auto;	
		min-width: 100%;
		padding-bottom: 25px;
	}

	#under03 .sec01 .block02 {
		margin: 0 auto;
		width: 100%;
		background: url(../images/bg03.gif) repeat;
		background-size: 3px 3px;
		min-width: 100%;
	}


	#under03 .sec01 .block02 .arrow01 {
		width: 0;
		border-style: solid;
		display: block;
		height: 0;
		border-width: 30px 30px 0 30px;
		border-color: #fff transparent transparent transparent;
		margin: 0 auto;
	}

	#under03 .sec01 .block03 .arrow02 {
		background: url(../images/arrow01.gif) center 0 no-repeat;
		background-size: 60px 30px;
		width: 60px;
		height: 30px;
		margin: 0 auto;
		min-width: 100%;
	}


	#under03 .sec01 .com-box {
		width: 94%;
		margin: 0 auto;
		padding: 5px 0 50px 0;
	}

	#under03 .sec01 .block02 .com-box .left , #under03 .sec01 .block03 .com-box .left {
		float: none;
		width: 100%;
	}

	#under03 .sec01 .block02 .com-box .right , #under03 .sec01 .block03 .com-box .right {
		float: none;
		width: 100%;
	}



	#under03 .sec01 .com-box .time {
		background: #e4c0b0;
		border-radius: 4px;
		font-size: 16px;
		font-weight: bold;
		display: inline-block;
		position: relative;
		padding: 3px 14px 0 14px;
		line-height: 30px;
	}

	#under03 .sec01 .com-box .time:after {
		content: '';
		width: 0;
		border-style: solid;
		display: block;
		height: 0;
		left: 0;
		right: 0;
		position: absolute;
		border-width: 12px 8px 0 8px;
		border-color: #e4c0b0 transparent transparent transparent;
		margin: 0 auto;
	}
	#under03 .sec01 .com-box h5 {
		background: #fbeaec;
		font-weight: bold;
		font-size: 16px;
		padding: 12px 14px 9px 14px;
		color: #696f97;
		line-height: 1.4;
		margin-top: 4px;
	}

	#under03 .sec01 .com-box .text {
		font-size: 12px;
		line-height: 2;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#under03 .sec01 .slider01 {
		width: 88%;
		margin: 0 auto;
	}
	
	#under03 .sec01 .tx{
		margin-bottom: 15px;
		line-height: 1.7;
	}

}



/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------
  #under04
------------------------------------------------------------*/

/*------------------------------------------------------------
  #under04 sec01
------------------------------------------------------------*/

#under04 .sec01 {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 160px;
}

#under04 .sec01 .inner {
	width: 100%;
	margin: 0 auto;
	padding-top: 240px;
	background: url(../images/under01-sec01-bg.gif) 0 0 no-repeat;
	background-size: cover;
	height: auto;	
	min-width: 1100px;
	padding-bottom: 60px;
}

#under04 .sec01 .rank{ 
	background: #fbeaec;
	width: 100%;
}

#under04 .sec01 .rank .rank-ttl {
	width: 1100px;
	text-align: center;
	position: relative;
	color: #696f97;
	font-size: 30px;
	line-height: 95px;
	margin: 0 auto;
}

#under04 .sec01 .rank h5{
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding-top: 4px;
	padding-left: 55px;
}

#under04 .sec01 .rank h5:before {
	content: '';
	width:90px;
	height: 90px;
	position: absolute;
	margin: 0 auto;
	left: -55px;
	top: 4px;
}


#under04 .sec01 .block02 .rank h5:before {
	background: url(../images/rank1.png) 0 0 no-repeat;
}


#under04 .sec01 .block03 .rank h5:before {
	background: url(../images/rank2.png) 0 0 no-repeat;
}


#under04 .sec01 .block04 .rank h5:before {
	background: url(../images/rank3.png) 0 0 no-repeat;
}

#under04 .sec01 .block05 .rank h5:before {
	background: url(../images/rank4.png) 0 0 no-repeat;
}

#under04 .sec01 .block06 .rank h5:before {
	background: url(../images/rank5.png) 0 0 no-repeat;
}


#under04 .sec01 .com-box {
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 120px;
}

#under04 .sec01 .rank-p {
	text-align: center;
	font-size: 15px;
	line-height: 2.2;
}


#under04 .sec01 .img-box {
	margin-top: 40px;
}
#under04 .sec01 .block02 .img-box .left , #under04 .sec01 .block05 .img-box .left {
	float: left;
	width: 730px;
}

#under04 .sec01 .block02 .img-box .right , #under04 .sec01 .block05 .img-box .right {
	float: right;
	width: 350px;
}

#under04 .sec01 .block03 .img-box .left , #under04 .sec01 .block06 .img-box .left {
  width: 350px;
	float: right;
}

#under04 .sec01 .block03 .img-box .right , #under04 .sec01 .block06 .img-box .right {
  float: left;
	width: 730px;
}
#under04 .sec01 .block04 .img-box .left {
	float: left;
	width: 540px;
}

#under04 .sec01 .block04 .img-box .right {
	float: right;
	width: 540px;
}

#under04 .sec01 .img-box .image {
	margin-bottom: 20px;
}


@media screen and (max-width: 640px){
	#under04 .sec01 {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 70px;
	}

	#under04 .sec01 .inner {
		width: 100%;
		margin: 0 auto;
		padding-top: 70px;
		background: url(../images/under01-sec01-bg.gif) center 0 no-repeat;
		background-size: cover;
		height: auto;	
		min-width: 100%;
		padding-bottom: 25px;
	}
	
	#under04 .sec01 .rank .rank-ttl {
		width: 100%;
		text-align: center;
		position: relative;
		color: #696f97;
		font-size: 19px;
		line-height: 70px;
		margin: 0 auto;
	}

	#under04 .sec01 .rank h5{
		font-weight: bold;
		position: relative;
		display: inline-block;
		padding-top: 4px;
		padding-left: 50px;
	}

	#under04 .sec01 .rank h5:before {
		content: '';
		width:55px;
		height: 55px;
		position: absolute;
		margin: 0 auto;
		left: -13px;
		top: 8px;
	}


	#under04 .sec01 .block02 .rank h5:before {
		background-size: 55px 55px;
	}


	#under04 .sec01 .block03 .rank h5:before {
		background-size: 55px 55px;
	}


	#under04 .sec01 .block04 .rank h5:before {
		background-size: 55px 55px;
	}

	#under04 .sec01 .block05 .rank h5:before {
		background-size: 55px 55px;
	}

	#under04 .sec01 .block06 .rank h5:before {
		background-size: 55px 55px;
	}
	#under04 .sec01 .com-box {
		width: 92%;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 55px;
	}

	#under04 .sec01 .rank-p {
		text-align: left;
		font-size: 12px;
		line-height: 2.2;
	}	
	
	#under04 .sec01 .img-box {
		margin-top: 20px;
	}
	#under04 .sec01 .block02 .img-box .left , #under04 .sec01 .block05 .img-box .left {
		float: none;
		width: 100%;
		margin-bottom: 2%;
	}

	#under04 .sec01 .block02 .img-box .right , #under04 .sec01 .block05 .img-box .right {
		float: none;
		width: 100%;
	}
	#under04 .sec01 .block02 .img-box .right .image , #under04 .sec01 .block05 .img-box .right .image {
		float: left;
		width: 49%;
	}
	
	#under04 .sec01 .block02 .img-box .right .image02 , #under04 .sec01 .block05 .img-box .right .image02 {
		float: right;
		width: 49%;
	}	
	
	
	#under04 .sec01 .block03 .img-box .left , #under04 .sec01 .block06 .img-box .left {
		width: 100%;
		float: none;
	}

	#under04 .sec01 .block03 .img-box .right , #under04 .sec01 .block06 .img-box .right {
		float: none;
		width: 100%;
		margin-bottom: 2%;
	}
	
	
  #under04 .sec01 .block03 .img-box .left .image , #under04 .sec01 .block06 .img-box .left .image {
		float: left;
		width: 49%;
	}
	
	#under04 .sec01 .block03 .img-box .left .image02 , #under04 .sec01 .block06 .img-box .left .image02 {
		float: right;
		width: 49%;
	}	
	
	
	#under04 .sec01 .block04 .img-box .left {
		float: none;
		width:100%;
		margin-bottom: 2%;
	}

	#under04 .sec01 .block04 .img-box .right {
		float: none;
		width: 100%;
	}

	#under04 .sec01 .img-box .image {
		margin-bottom: 0;
	}
	
	
}



















/*------------------------------------------------------------
  Recommended tour
------------------------------------------------------------*/


#main .under-p .p-com {
	margin: 0 auto;
	width: 100%;
	margin-top: 0;
	background: #f2f2f2;
	padding-bottom: 80px;
}
#main .under-p .p-com .ttl-box {
	padding-top: 100px;
}
#main .under-p .p-com .ttl-box .sub-t {
	color: #6a3906;
}

#main .under-p .p-com .ttl-box h4 {
	color: #6a3906;
	font-size: 38px;
	text-align: center;
	margin-top: 25px;
	font-weight: 600;
}

#main .under-p .p-com h4:before {
	background: none;
}

#main .under-p .p-com .ttl-box .eng {
	font-size: 16px;
	color: #6a3906;
	text-align: center;	
  font-weight: 100;
	margin-top: 15px;
	letter-spacing: 0.1em;
}

#main .under-p .p-com  .sub-t .spe:before {

  background-color: #6a3906;
}
#main .under-p .p-com  .sub-t .spe:after {
  background-color: #6a3906;
}


#main .under-p .p-com  .ttl-box .text {
	color:#6a3906;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
	line-height: 2;
}


#main .under-p .p-com  .link-box a {
	width: 520px;
	line-height: 1.4;
	height: 110px;
	padding-top: 26px;
	font-size: 23px;
	font-weight: 500;
}

#main .under-p .p-com  .link-box a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	background: #fff;
	height: 2px;
	width: 14%;
	transition:all .5s ease;
}

#main .under-p .p-com .link-box .link02 a:after {
	background: #784b22;
}


@media screen and (max-width: 640px){
#main .under-p .p-com {
	margin: 0 auto;
	padding-bottom: 60px;
}
	
#main .under-p .p-com .ttl-box {
	padding-top: 80px;
}
#main .under-p .p-com .ttl-box .sub-t {
	color: #6a3906;
}

#main .under-p .p-com .ttl-box h4 {
	color: #6a3906;
	font-size: 20px;
	text-align: center;
	margin-top: 8px;
	font-weight: 600;
	line-height: 1.3;
}



#main .under-p .p-com .ttl-box .eng {
	font-size: 12px;
	color: #6a3906;
	text-align: center;	
  font-weight: 100;
	margin-top: 5px;
	letter-spacing: 0.1em;
}



#main .under-p .p-com  .ttl-box .text {
	color:#6a3906;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	line-height: 2;
}


#main .under-p .p-com  .link-box a {
	width: 100%;
	line-height: 1.4;
	height: 70px;
	padding-top: 20px;
	font-size: 14px;
	font-weight: 500;
}

#main .under-p .p-com  .link-box a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	background: #fff;
	height: 1px;
	width: 14%;
	transition:all .5s ease;
}

#main .under-p .p-com .link-box .link02 a:after {
	background: #784b22;
}
	
}