@charset "UTF-8";


.midashi {
	display:block;
	text-align:center;
	padding:5px;
	background:#efefef;
	background:#fff;
	border:1px solid #336699;
	border-left:0;
	border-right:0;
	color:#336699;
}

.komidashi {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  font-size:90%;
}
.komidashi:before,
.komidashi:after {
  border-top: 1px solid #ccc;
  content: "";
  width: 3em; /* 線の長さ */
}
.komidashi:before {
  margin-right: 1em; /* 文字の右隣 */
}
.komidashi:after {
  margin-left: 1em; /* 文字の左隣 */
}

.arrow {
  background: url('./img/yazi.jpg') center center no-repeat;
}
.arrow div:nth-of-type(1) {
  display:inline-block;
  float:left;
  width: 50%;
}
.arrow div:nth-of-type(2) {
  width:100%;
  text-align:center;
  padding:0 0 20px;
  color:#ffc154;;
}
.arrow div:nth-of-type(3) {
  display:inline-block;
  float:right;
  width: 50%;
}
@media (max-width: 767px) {
	.arrow {
	  background: unset;
	}
	.arrow div:nth-of-type(1) ,
	.arrow div:nth-of-type(3) {
	  float:unset;
	  width: 100%;
	}
}

table.tatoetable2 {
  float:right;
}

table.table_type_1 {
  width: 90%;
  font-size:80%;
}
@media (max-width: 767px) {
	table.table_type_1 {
	  width: 100% !important;
	}
	table.tatoetable1 {
	  float:unset;
	}
	table.tatoetable2 {
	  float:unset;
	}
}

@media print {
	.arrow {
	  background: url('./img/yazi.jpg') center center no-repeat;
	}
	table.tatoetable1 {
	  float:left;
	}
	table.tatoetable2 {
	  float:right;
	}
	table.table_type_1 {
	  width: 90% !important;
	}
	table.tatoetable1 {
	  float:left;
	}
	table.tatoetable2 {
	  float:right;
	}
	.arrow div:nth-of-type(1) {
	  float:left;
	  width: 47%;
	}
	.arrow div:nth-of-type(3) {
	  float:right;
	  width: 47%;
	}
}
.clearfix::after{
  content: "";
  clear: both;
  display: block;
}



.imgphoto4 {
  float:right;
  width:45%;
}
.imgphoto4 img {
  width:100%;
}
@media (max-width: 767px) {
	.imgphoto4 {
	  float:unset;
	  text-align:center;
	  width:100%;
	}
}

img.img5 ,
img.img4 ,
img.img3 ,
img.img2 ,
img.img1 {
  max-width:640px;
}
@media (max-width: 767px) {
}


