/* CSS Document */

.gyosyu_coment {
	font-size: 1.1em;
	padding: 20px 40px;
	background: #F2F2F2;
	line-height: 1.6;
	margin: 0 0 20px;
}
.gyouBox{
	width: 720px;
	margin:  0 0 20px;
	box-sizing: border-box;
	padding: 15px;
	background-color: #F2F2F2;
	}
	
.gyou_left{
	float:left;
	font-size: 1.0em;
	width: 360px;
	}
.gyou_left p:first-of-type {
	font-weight: bold;
}
.gyou_left a img{
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	transition: .3s ease-in-out;
	}
.gyou_left a img:hover {
	opacity: .7;
	}
	

.gyou_right {
	float: right;
	width: 315px;
	padding: 15px 0 10px;
}

.gyou_right h2 {
	font-size: 1.3em;
	line-height: 1.6;
	margin: 0 0 5px;
}
.gyou_right p {
	font-size: 1.1em;
	line-height: 1.6;
	text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.gyou_right p:nth-of-type(2) {
	margin: 0 0 10px;
}
.gyou_right ul {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}
.gyou_right ul li {
	margin: 10px 0 0;
	background: #FFF;
	width: 142px;
	padding: 10px 4px;
}
	
.gyouBox ul li a {
	transition: .3s ease-in-out;
	}
.gyouBox ul li a:hover {
	opacity: .7;
	color: #39C;
	}

.gyou_right ul li a img {
	display: block;
	margin: 0 auto 10px;
	transition: .3s ease-in-out;
	/*box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 4px;*/	
	}
.gyou_right ul li a img:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0 0 0;	
	}

dl.price1 {
	margin: 0 5px;
}
dl.price1 dd:last-of-type {
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
}
.right-h-macha a {
	font-size: .975em;
	font-weight: bold;
	color: #5b5b5b;
	margin: 0 0 10px;
	padding: 5px;
	background: #d2e0ab;
	text-align: center;
	display: block;
	}

.right-h-macha a::before {
	content: "";
	display: inline-block;
	margin: 0 5px 0 0;
	background: url(../img/mark02.svg) no-repeat;
	background-size: contain;
	width: 10px;
	height: 10px;
	vertical-align: middle; 
	}
	
.gyou_right ul li dl.price1 dd:first-of-type {
	font-size: 1.175em;
	}
	 
.close_button {
	text-align: center;
	padding: 10px 20px;
	
}

/*-------------フォームボタン-------------*/
.gyou_right .gyo_r_boxbtn {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
	
}
.gyou_right .gyo_r_boxbtn li {
	border-radius: 4px;
	border: 1px solid #FFF;
	box-shadow: 0 0 1px 1px #b3b3b3;
	width: 144px;
	padding: 2px;
}
.gyou_right .gyo_r_boxbtn a {
	display: block;
	border-radius: 4px;
	padding: 8px 0;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	transition: .3s ease-in-out;
	color: white;
}
.gyou_right .gyo_r_boxbtn a:hover {
	opacity: .7;
	color: white !important;
}
.gyou_right .gyo_r_boxbtn1 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #42ff39), color-stop(1.00, #00a12d));
	background: linear-gradient(#42ff39, #00a12d);
	text-shadow: #666 0 0 5px;
	}
.gyou_right .gyo_r_boxbtn2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ff0), color-stop(1.00, #ff6d00));
	background: linear-gradient(#ff0, #ff6d00);
	text-shadow: #333 0 0 2px;
	}
/*.gyo_r_boxbtn3 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #7fadfb), color-stop(1.00, #001ca8));
	background: linear-gradient(#7fadfb, #001ca8);
	text-shadow: #000 0 0 2px;
	}*/


@media screen and (max-width: 767px) {
.gyosyu_coment {
	font-size: 1.1em;
	padding: 20px 4%;
	background: #F2F2F2;
	line-height: 1.6;
}	
.gyouBox{
	width:100%;
	margin:0 0 20px 0;
	background-color: #F2F2F2;
	}
	
.gyou_left{
	float:none;
	width: 100%;
	font-size: .9em;
	text-align:center;
	background: #fff;
	padding: 15px;
	}
	
.gyou_left p {
	margin: 0 0 5px;
}
.gyou_left a img{
	border: solid 1px #CCCCCC;
	margin: 0 auto 10px;
	display: block;
	transition: .3s ease-in-out;
	}
.gyou_left a img:hover {
	opacity: .7;
	}
		
.gyou_right {
	float: none;
	width: 100%;
}

.gyou_right ul {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px;
}
.gyou_right ul li {
	margin: 10px 0 0;
	background: #FFF;
	width: 48%;
	padding: 10px 5px;
}
	
.gyou_right h2 {
	font-size:1.1rem;
}

.price1 {
	background-color: #FFFFFF;
	display: block;
	padding: 4px;
	font-size: .9em;
}

.mitumori{
	float:none;
	margin-top: 4px;
	text-align:center;
	}
.link_right {
	float: none;
	clear: both;
	padding:0;
	text-align:center;
}

/*-------------フォームボタン-------------*/
.gyou_right .gyo_r_boxbtn {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
	
}
.gyou_right .gyo_r_boxbtn li {
	border-radius: 4px;
	border: 1px solid #FFF;
	box-shadow: 0 0 1px 1px #b3b3b3;
	width: 48%;
	padding: 2px;
}
.gyou_right .gyo_r_boxbtn a {
	display: block;
	border-radius: 4px;
	padding: 8px 0;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	transition: .3s ease-in-out;
	color: white;
}
}
