@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*header {
	padding-bottom: 2px !important;
	margin-bottom: -2px !important;
	background: url(../images/common/pt.gif) left top;
}*/
/*================== ○○○○.html =================*/
div.blog_list {
    border: 0px!important;
}
.cont_2 .inner{
  flex-direction: column;
}
@media only screen and (max-width: 1300px){
.bp1200none {
    display: none;
}}
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}

/* バイリンガルボタン */
#builingual {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1;
  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;
	padding: 5px 0 8px 0;
	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;
  }
}
@media screen and (max-width: 468px) {
  #builingual {
    top: auto;
    bottom: 0;
    right: 0;
    padding: 5px !important;
    background: rgba(255, 255, 255, 0.9) !important;
  }
}
@media screen and (min-width: 469px) and (max-width: 768px) {
}
.list{
  font-size:1.4em;}
  .list ul li {
    font-weight: 700;
    list-style-position: outside!important;
    margin-left: 80px;
    overflow: unset!important;
    padding-left:0px!important;
  }
  .poli h3 {
    font-size: 1.8rem;
    position: relative;
    padding: 1.5rem;
    line-height: 1.1em;
  }
  
.poli h3 span {
    display: block;
    font-size: 20px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.poli h3:before {
    position: absolute;
    bottom: 10px;
    left: 2.1%;
    width: 64px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #ff4000;
}
  .syakun .box {
    overflow: unset!important;
    width: calc(100% / 3);
    text-align: center;
}
  .syakun h3 {
      text-align: center;
      font-size: 1.8em;
      line-height: 1.1em;
      margin-bottom: 20px;
  }
  .syakun h3 {
      position: relative;
  }
  .syakun h3:after {
    position: absolute;
    width: 64px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #ff4000;
    bottom: -10px;
    left: 42%;
}
.syakun p.small {
    font-size: 20px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
#footer .wrap_copy #copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer .wrap_copy #copyright img {
  margin-right: 5px;
}
@media screen and (max-width: 834px) {
  .syakun h3:after {
    left: 37%;
  }
  .poli h3:before {
    left: 3%;
  }
  .list ul li {
    margin-left: 50px!important;
  }
}
@media screen and (max-width: 640px){
  .poli h3:before {
    left: 5%;
  }
  .syakun .box {
    width: 100%!important;
    margin-bottom: 50px!important;
  }
  .syakun h3:after {
    left: 43%;
  }
  .list ul li {
    margin-left: 50px!important;
  }
}