@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

/* -----------------------------------------------------
common
------------------------------------------------------ */
footer#global_footer .fontInfo li p {
    font-size: 30px!important;
}
footer#global_footer .fontInfo li .sub {
    font-size: 14px!important;
}
@media screen and (min-width: 641px) and (max-width: 834px){
footer#global_footer .fontInfo li p {
    font-size: 25px!important;
}
}
@media only screen and (max-width: 640px){
footer#global_footer .fontInfo li p {
    font-size: 20px!important;
}
}
/* バイリンガルボタン */
#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: #003461;
  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) {
}

/*プルダウンメニュー*/
.sub_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 9999;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto !important;
  width: 400px !important;
  max-width: inherit !important;
  background: #f5f5f5;
}

@media screen and (max-width: 834px) {
  .sub_menu {
    position: static;
    width: 100% !important;
    left: 0;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    background: #f5f5f5;
  }
}

.sub_menu li {
  display: block;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  position: relative;
  border-right: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 834px) {
  .sub_menu li {
    display: block;
  }
  .spnone{
    display: none!important;
  }
}

.sub_menu li:last-child {
  border-bottom: none !important;
}

.sub_menu a {
  text-decoration: none;
}
