.photo-choice-h{
	margin-top: 10px;
	margin-bottom: 15px;
}

.photo-choice-h img{
	width: 100%;
	display: block;
	margin:auto;
}

.content-wrap .photo-choice-h.photo01 img{
	width: 50%;
	overflow-x: hidden;
}

.photo-choice-h1{
	display:flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-top: 25px;
	margin-bottom: 30px;
}

.photo-choice-h1 span{
	display:inline-block;
	position: relative;
	margin-bottom:5px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.photo-choice-h1 span:after{
	content: "";
	display: block;
	position: absolute;
	width:100%;
	height: 9px;
	border-bottom: solid 4px #FFF67F ;
	bottom:-1px;
	right: 0;
	left:0;
	margin: auto;
	z-index:-1;
}

.photo-chice-text{
	margin-top: 20px;
	font-size: 15px;
	padding:0 30px;
	word-break: break-word;
	line-break: strict;
}

.photo-chice-btn{
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	margin:25px auto 35px;
}

.photo-chice-btn a{
	display:flex;
	align-items: center;
	position:relative;
	box-sizing:content-box;
	width:284px;
	height:50px;
	line-height:25px;
	padding-left:30px;
	border:1px solid #707070;
	border-radius:38px;
	font-size:15px;
	font-weight:600;
	background: #fff;
}

.photo-chice-btn a:after{
	display:block;
	content:"";
	position:absolute;
	width:24px;
	height:24px;
	right:7px;
	background-image:url('/img/icon_arrow_black.svg');
	background-size:contain;
	background-repeat:no-repeat;
}


.voifull-wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	background: #FFFAF3;
	padding:25px 15px 30px;
	margin-top: 15px;
}

.voifull-wrap-h{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px; 
	font-weight: bold;
	margin-bottom: 35px;

}

.voifull-wrap-h span{
	height: 22px;
	border-bottom: 5px solid #FFF67F;
}

.voifull-wrap-h img{
	width: 48px;
	height: 48px;
	transform: rotate(-15deg);
	margin-right: 15px;
}


.voifull-balloon{
	background: #FF9A26;
	position: relative;
	padding: 10px 15px 10px 20px;
	border-radius: 10px;
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	top:-6px;
	right: 0;
	left: 0;
	margin:auto;
	box-shadow: 0 2px 5px rgb(0 0 0 / 16%);
	z-index: 1
}

.voifull-balloon:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 154, 38, 0);
	border-top-color: #FF9A26;
	border-width: 10px;
	margin-left: -10px;
}

.voifull-balloon-white {
	display: flex;
	justify-content: center;
	box-sizing:border-box;
	width:calc(100% - 40px);
	height:140px;
	margin:20px 20px 0;
	padding:20px 48px 0;
	border-top:1px solid #DCDCDC;
	background-image:url('/img/icon_voifull_balloon.png');
	background-size:266px auto;
	background-repeat:no-repeat;
	background-position:center 20px;
}

.voifull-balloon-white span {
	display:block;
	margin-top:24px;
	font-size:15px;
	font-weight:900;
}

.voifull-info-text {
	margin: 0 15px 30px 15px;
	font-size: 15px;
}


.voifull-about{
	background: #FFF;
	border-radius: 20px;
	position: relative;
	padding-bottom: 50px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}

.voifull-about img{
	width: 100%;
	border-radius: 20px 20px 0 0;
}

.voifull-about-h{
	font-size: 20px;
	margin: 8px 0;
	font-weight: bold;
	padding: 0 16px;
}

.voifull-about-text{
	font-size: 15px;
	padding: 0 16px;
}

.voifull-link-btn{
	width: 160px;
	height: 48px;
	background: #FFF;
	border-radius: 100px;
	border: 1px solid #333;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom:-23px;
	left:0;
	right: 0;
	margin:auto;
}

.voifull-link-btn span{
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}

.voifull-link-btn::after{
	content:'';
	background-image: url('/img/icon_arrow_black.svg');
	background-size: cover;
	background-repeat: no-repeat;
	width:22px;
	height:22px;
	position: absolute;
	right:10px;
}

.voifull-link-orange-btn{
	display: flex;
	justify-content: center;
	width:100%;
	margin:20px auto 30px;
}

.voifull-link-orange-btn a{
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-sizing:border-box;
	width: 284px;
	height: 76px;
	padding:0 30px;
	background-color: #FF9A26;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
	border-radius: 38px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.voifull-link-orange-btn a:before{
	display:block;
	content:"";
	width:44px;
	height:44px;
	background-image:url('/img/icon_voifull_logo.svg');
	background-size:contain;
	background-repeat:no-repeat;
}

.voifull-table-container{
	margin-bottom: 35px;
	background: #FFF;
	box-shadow: 0 4px 7px rgb(0 0 0 / 20%);
	padding: 15px 10px 0;
	border-radius: 20px;
	width: 93%;
}

.voifull-table01 li{
	border-bottom: 1px solid #ddd;
	padding: 18px 0;
	display: flex;
}


.voifull-table01 li > span:nth-child(1){
	color: #333;
	font-weight: bold;
	width: 40%;
	padding-left: 5px;
}

.voifull-table01 li > span:nth-child(2){
	color: #333;
	width: 55%;
	padding-left: 5px;
}

.voifull-table02{
	padding-top: 10px;
	padding-left: 5px;
}

.voifull-table-title{
	display: inline-block;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
	padding-left: 7px;
	height: 30px;
	text-align: left;
}


.voifull-table02 li{
	padding-bottom: 20px;
	display: flex;
	font-size:15px;
}

.voifull-table02 li > span:nth-child(1){
	position:relative;
	color: #333;
	width: 43%;
	margin-right:40px;
	font-weight: 700;
}

.voifull-table02 li > span:nth-child(1):after{
	display:block;
	position:absolute;
	content:"";
	width:0;
	height:0;
	top:4px;
	right:-20px;
	border-color:transparent transparent transparent #A5A5A5;
	border-style:solid;
	border-width:5px 8px;
}

.voifull-table02 li:nth-of-type(4) > span:nth-child(1):after{
	top:12px;
}

.voifull-table02 li > span:nth-child(2){
	font-weight:500;
	padding-left: 5px;
}

.voifull-table-sale{
	display: flex;
	flex-direction: column;
}

.voifull-table-sale > span:nth-child(1){
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}

.voifull-table-sale > span:nth-child(2){
	font-weight: bold;
	position: relative;
	display: inline-block;
	color: #FF9A26;
	font-size: 15px;
}

.voifull-table-sale > span:nth-child(1):after{
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 1px;
	bottom:10px;
	left:0;
	margin:auto;
	background: #333
}

.voifull-table-free{
	display: flex;
	align-items: center;
	color:#FF9A26;
}

.voifull-table03 {
	border-top: 1px solid #ddd;
	padding: 0 5px;
}

.voifull-table03 li {
	padding: 20px 0;
	display: flex;
}

.voifull-table03 li > span:nth-child(1){
color: #333;
	font-weight: bold;
	min-width: 60px;
	margin-right: 20px;
}

.voifull-table03 li.caption {
	color: #FF9A26;
	padding-bottom:25px;
}

.voifull-gray-container{
	display: flex;
	justify-content: center;
	box-sizing:border-box;
	margin:20px;
	padding:10px 0;
	background-color:#F3F3F3;
	border-radius:30px;
}

.voifull-gray-container .container-img-box{

}

.voifull-gray-container .container-img-box img{
	display:block;
	height:auto;
	margin:0 auto;
}

.voifull-gray-container .container-img-box img.img_voifull_top{
	width:63%;
}

.voifull-gray-container .container-img-box img.img_voifull_talk{
	width:53%;
}

.orange-word{
	font-weight: bold;
	color: #FF9A26;
}




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

	.voifull-table02 li{
		font-size:14px;
	}

	.voifull-table02 li > span:nth-child(1){
		margin-right:30px;
	}

	.voifull-table-sale > span:nth-child(2){
		font-size: 15px;
	}
}


/******追加******/



/****コンテンツ枠（白）****/
.voifull-wrap-white{
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	background: #FFFFFF;
	padding: 25px 15px 30px;
	margin-top: 15px;
}


.voifull-wrap-white h2 {
	font-size: 17px;
	font-weight: 700;
	color: #333;
}

.voifull-wrap-white h3 {
	font-size: 17px;
	font-weight: 700;
}


.photo-concerning-img {
	width: 100%;
	display: block;
	margin: -8px auto 25px;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}



/**** 吹き出し****/
.dialogue-block-right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 15px;
	margin-left: -1em;
}

.dialogue-block-right img{
	flex-grow: 1;
	float: left;
	width: 75px;
	max-width: 180px;
	height: auto;
	margin: auto;
}

.dialogue-block-right-txt{
	width:7em;
	height: auto;
	font-size:14px;
	background-color: #efefef;
	flex-grow: 2;
	margin-left: 1em;
	padding: 15px 20px;
	border-radius:0.5em;
}


.dialogue-block-left {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 365px;
	height: auto;
	padding: 15px 0 15px 0;
}

.dialogue-block-left img {
  flex-grow: 1;
  float: right;
  width: 75px;
  max-width: 180px;
  height: auto;
  margin: auto;
  padding: 0 5px;
}

.dialogue-block-left-txt {
  width:7em;
  height: auto;
  font-size:14px;
  background-color: #efefef;
  flex-grow: 2;
  margin: 3px 8px;
  padding: 15px 20px;
  border-radius:0.5em;
}



/****画像用****/
.photo-concerning-img3 {
	width: 100%;
	display: block;
	margin: 5px auto 30px;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}



/****h3引用****/
.site-h3-arrows {
	position: relative;
	background: #FFFAF3;
	padding: 5px;
	border-bottom: 1px solid #a3a3a3;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.site-h3-arrows:after, .site-h3-arrows:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-h3-arrows:before {
	border-color: rgba(163, 163, 163, 0);
	border-top-color: #aaa;
	border-width: 9px;
	margin-left: -9px;
}

.site-h3-arrows:after {
	border-color: rgba(163, 163, 163, 0);
	border-top-color: #FFFAF3;
	border-width: 8px;
	margin-left: -8px;
}




/****h3引用(白)****/
.site-h3-arrows-white {
	position: relative;
	background: #FFF;
	padding: 5px;
	border-bottom: 1px solid #a3a3a3;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.site-h3-arrows-white:after, .site-h3-arrows-white:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-h3-arrows-white:before {
	border-color: rgba(163, 163, 163, 0);
	border-top-color: #aaa;
	border-width: 9px;
	margin-left: -9px;
}

.site-h3-arrows-white:after {
	border-color: rgba(163, 163, 163, 0);
	border-top-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}




/****会話コンテンツボックス****/
.talk-content-table {
	width: 93%;
	margin: 18px 0 30px 0;
	background: #fff;
	box-shadow: 0 4px 7px rgb(0 0 0 / 22%);
	padding: 15px 10px 0;
	border-radius: 10px;
}

.talk-content-table ul{
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 15px;
}

.talk-content-table li{
	display: flex;
	padding: 5px 0;
	font-size: 15px;
	border-bottom: solid 1px #ddd;
}

.talk-content-table li > span:nth-child(2n+1){
	color: #333;
	font-weight: 700;
	width: 40%;
	padding-left: 5px;
}

.talk-content-table li > span:nth-child(2n+0){
	color: #333;
	width: 55%;
	padding-left: 5px;
}



/****評価ボックス****/
.talk-evaluation-table {
	width: 93%;
	margin: -10px 0 30px 0;
	background: #fff;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
	padding-bottom: 10px;
	border-radius: 10px;
}

.talk-evaluation-table img{
	width: 100%;
	display: block;
	margin: 0 auto 5px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.talk-evaluation-table ul{
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 15px;
}

.talk-evaluation-table li{
	display: flex;
	padding: 5px 0;
	font-size: 15px;
	border-bottom: solid 1px #ddd;
}

.talk-evaluation-table li > span:nth-child(2n+1){
	color: #333;
	font-weight: 700;
	width: 55%;
	padding-left: 5px;
}

.talk-evaluation-table li > span:nth-child(2n+0){
	color: #FF9A26;
	width: 45%;
	padding-left: 5px;
}


/****データボックス****/
.talk-date-table {
	width: 93%;
	margin: -20px 0 30px 0;
	background: #fff;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
	padding-bottom: 10px;
	border-radius: 10px;
}

.talk-date-table img{
	width: 100%;
	display: block;
	margin: 0 auto 5px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.talk-date-table ul{
	margin-top: -10px;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 20px;
}

.talk-date-table li{
	display: flex;
	padding: 10px 0;
	font-size: 15px;
	border-bottom: solid 1px #ddd;
}

.talk-date-table li > span:nth-child(2n+1){
	color: #333;
	font-weight: 700;
	width: 40%;
	padding-left: 5px;
}

.talk-date-table li > span:nth-child(2n+0){
	width: 60%;
	padding-left: 5px;
	font-size: 14px;
}

.talk-date-side {
	padding-top: 10px;
	padding-left: 5px;
}

.talk-date-side li{
	padding-bottom: 20px;
	display: flex;
	font-size:15px;
	border-bottom: solid 1px #fff;
}

.talk-date-side ul {
	padding: 10px;
}

.talk-date-side li > span:nth-child(2){
	font-weight:500;
	width: 56%;
	padding-left: 20px;
}

.talk-date-side-sale {
	display: flex;
	flex-direction: column;
	padding-left: 10px;
}

.talk-date-side-sale > span:nth-child(1){
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}

.talk-date-side-sale > span:nth-child(2){
	font-weight: bold;
	position: relative;
	display: inline-block;
	color: #FF9A26;
	font-size: 15px;
}

.talk-date-side-sale > span:nth-child(1):after{
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 1px;
	bottom:10px;
	left:0;
	margin:auto;
	background: #333
}

/**** menuアコーディオン ****/
.menu-accordion-check{
	display: none;
}

.menu-accordion-label{
	position: relative;
	background: rgba(255,154,38,0.8);
	box-shadow: 1px 3px 3px rgba(212,212,212,0.8);
	color: #333;
	display: block;
	width: 80%;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-radius: 6px;
	font-weight: 700;
}

.menu-accordion-label:after{
	position: absolute;
	box-sizing: border-box;
	content: '[open]';
	display: block;
	height: 10px;
	padding: 10px 20px;
	border-top-right-radius: 6px;
	right: 0;
	top: 0px;
	font-weight: 400;
}

.menu-accordion-content{
	border: 2px solid #d4d4d4;
	display: block;
	height: 10px;
	overflow-y: scroll;
	opacity: 0;
	width: 80%;
	padding: 10px 10px;
	margin-bottom: 15px;
	transition: .5s;
	visibility: hidden;
	border-radius: 6px;
}

.menu-accordion-check:checked + .menu-accordion-label:after{
	content: '[close]';
	float: right;
	font-weight: 400;
}


.menu-accordion-check:checked + .menu-accordion-label + .menu-accordion-content{
	width: 80%;
	height: fit-content;
	opacity: 1;
	padding: 10px 5px 10px 15px;
	border-radius: 6px;
	visibility: visible;
}


.menu-accordion-content ul {
font-size: 15px;
font-weight: 700;
line-height: 30px;
padding: 5px 0 10px 5px;
}

.menu-accordion-content ol {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0 10px 10px;
}

.menu-accordion-content li {
	line-height: 30px;
}


/****id表示位置****/
.id-postion {
		height: 50px;
		margin-top: -50px;
}



/****おすすめリスト****/
.advice-text-ol {
	margin: 10px 5px 15px -30px;
	font-size: 16px;
	font-weight: 700;
	line-height: 27px;
}


/****総合評価テキスト****/
.voifull-recommendation-text {
	margin: 0 15px 15px 15px;
	font-size: 15px;
}



/****サイト比較表****/
.evaluation-comparison {
	overflow-x: scroll;
	margin: -26px 10px 20px 10px;
	color: #fff;
}

.evaluation-comparison::-webkit-scrollbar{
	display: none;
}

.evaluation-comparison-table {
	width: 100%;
	min-width: 800px;
	border-collapse: collapse;
	white-space: nowrap;
	border: solid 2px #FF9A26;
}

.evaluation-comparison-table th {
 text-align: center;
 background: #FF9A26;
 font-size: 14px;
 font-weight: 700;
 color: #fff;
 text-decoration: none;
 letter-spacing: 1px;
 padding: 5px;
}

.evaluation-comparison-table td {
	text-align: center;
	width: 800px;
	padding: 5px;
	font-size: 14px;
	color: #FF9A26;
	border: solid 1px #c7c7c7;
	text-decoration: none;
}

.evaluation-comparison-table img{
	width: 100px;
	height: auto;
}



/****ポイントリストボックス****/

.location-point-block {
  position: relative;
  width: 100%;
  padding: 5px 5px 5px 0;
	margin-bottom: 20px;
  border: solid 2.5px #FF9A26;
  border-radius: 10px;
  color: #333333;
  font-size: 0.95em;
  font-weight: 700;
}

.location-point-block-title{
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 20px;
  padding: 0 10px;
  line-height: 1;
  font-size: 1.1em;
  background: #FFFAF3;
  color: #FF9A26;
  font-weight: 700;
}

.location-point-block ol{
	line-height: 25px;
}

.location-point-block li{
	color:#333;
	font-weight: 700;
	margin-left: -7px;
	list-style-type: decimal !important;
}
