@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/
.fc02 span{
  font-family:"M PLUS Rounded 1c"!important;
  font-size:17px;
  font-weight:bold;
}
.blog #calendar table{
table-layout: fixed!important;
}
.table_wrap5 table{
	table-layout: fixed!important;
}
.blogimg .imgR{
    max-width: 100% !important;
}
.blogimg .imgL{
    max-width: 100% !important;
}
@media screen and (max-width: 834px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* tablet END ###################################################### */
}
@media screen and (max-width: 640px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
/*----------------------------------------------------------------------------title*/
/*----------------------------------------------------------------------------common1*/
/*----------------------------------------------------------------------------common2*/
/*----------------------------------------------------------------------------common3*/

/* smartphone END ################################################## */
}

/* バイリンガルボタン */
#builingual {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 13;
  padding: 5px 10px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between !important;
}
.language {
  color: #333 !important;
  float: none !important;
  padding: 0 !important;
}
.switch {
  float: none !important;
  width: 33px;
  margin-left: 5px !important;
  display: block !important;
}
.switch input[type="checkbox"] {
  display: none;
}
.switch label {
	height: 100%;
	display: block;
	box-sizing: border-box;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(136, 136, 136, 0.4);
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	transition: 0.3s;
}
div#builingual div.language select {
  margin: 0 !important;
  margin-left: 5px !important;
}
/* ON */
.switch label span:after {
  content: "OFF";
  font-size: 10px;
  font-weight: 500;
  color: #aaa;
}
.switch #cmn-toggle-1:checked + label {
  background-color: #ffca29;
  box-shadow: none;
}
.switch #cmn-toggle-1:checked + label span:after {
  content: "ON";
  color: #fff;
}
@media screen and (max-width: 834px) {
  #builingual select {
    padding: 4px 2px !important;
  }
	#builingual {
		bottom: 30px;
		right: 30px;
	}
}
@media screen and (max-width: 640px) {
  #builingual {
    top: auto;
	bottom: 30px;
	right: 30px;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
}
.objc2 .table_wrap2 .img100 a{
	display: block;
	position: relative;
}
.objc2 .table_wrap2 .img100 a::before {
	position: relative;
	z-index: 1;
	content: "";
	padding-top: 100%;
	display: block;
	width: 100% !important;
}
.objc2 .table_wrap2 .img100 a img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	font-family: "object-fit:cover;";
	width: 100% !important;
	height: 100% !important;	
}
@media screen and (max-width: 834px) {
	.objc2 .table_wrap2 .img100 a::before {
		display: none;
	}
	.objc2 .table_wrap2 .img100 a img {
		position: static;
		margin-bottom: 10px;
	}
}
