img{
  width: auto;
  height: auto;
}

body {
	min-width: 1160px;
}

@media screen and (max-width: 769px){
	body {
		min-width: initial;
	}
}


#container{
	width:calc(100% - 40px);
	margin:0 auto;
	min-width:1160px;
	max-width:1880px;
	background: #fff;
	font-size: 18px;
	font-family: "Hiragino Kaku Gothic Pro","Hiragino Sans","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#header{
	position: fixed;
	width:100%;
	display:block;
	left: 0;
	top: 0;
	background: #333;
	height:51px;
	z-index: 999;
}

#header #links{
	width:calc(100% - 100px);
	margin:0 auto;
	min-width:1000px;
	max-width:1880px;
	display:flex;
	flex-wrap: nowrap;
	justify-content:center;	
}

#links>*{
	display:block;
	width: auto;
	white-space: nowrap;
	font-size: 18px;
	text-align:center;
	color:white;
	padding-top:17px;
	padding-left:13px;
	padding-right:13px;
}

#links>*:first-child{
	font-size:18px;
}

#links>a{

	text-decoration:none;
}

#links span{
	text-decoration:underline;
}

#main{
	width:100%;
	padding-top:60px;
}


.blackBG{
	background-color:black;
}

.whiteBG{
	background-color:white;
}

.greenBG{
	background-color:#b6e6da;
}

.brownBG{
	background-color:#4B0E0E;
	color:white;
}

.blackBG .button, .brownBG .button{
	display:block;
	margin:15px auto;
	border:2px solid #999;
	color:#999;
	font-family: Hiragino Sans;
	font-size:18px;
	line-height:50px;
	padding-left:3em;
	text-decoration:none;
	width:300px;
	background-image:url(../images/arrowA.png);
	background-repeat:no-repeat;
	background-position: right 10% center;
}

.brownBG .button{
	margin-right:0;
}

.whiteBG .button, .greenBG .button{
	display:block;
	margin:15px auto;
	border:2px solid #666;
	color:#666;
	font-family: Hiragino Sans;
	font-size:18px;
	line-height:50px;
	padding-left:3em;
	text-decoration:none;
	width:300px;
	background-image:url(../images/arrowB.png);
	background-repeat:no-repeat;
	background-position: right 10% center;
}

.blackBG h2, .blackBG a, .blackBG p{
	color:white;
}

.brownBG h2, .brownBG a, .brownBG p{
	color:white;
}

.brownBG h2{
	text-align:center
}


h2{
	font-family: Hiragino Sans;
	font-size:37px;
	font-weight: normal;
	margin:15px auto;
}

#footer{
    clear:both;
    padding-top:3em;
    padding-bottom:2em;
    text-align: center;
    font-family: Hiragino Sans;
    font-size: 21px;
    font-size: 25px;
    letter-spacing: 0.4px;
}

#footer a{
	color: black;
}

#footer #copyright{
    margin-top:2em;

letter-spacing: 0.25px;
    color: #999;
}

#toTop{
    position:fixed;
    right:53px;
    bottom:51px;
    width:77px;
    height:77px;
    z-index:999;
}

body{
	margin:0;
}

.stt-lang-select, .stt-lang-select *, .stt-lang-select :after {
  background: 0;
  bottom: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  clip: auto;
  color: #333;
  cursor: pointer;
  direction: ltr;
  display: block;
  float: none;
  font: 400;
  font-size: 12px;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  outline: 0;
  overflow: visible;
  padding: 0;
  position: static;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transition: none;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  width: auto;
  word-spacing: normal;
  z-index: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.stt-lang-select {
  position: fixed;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .16);
  overflow: hidden;
  max-height: 40px;
  z-index: 999999999;
  border: 1px solid #eee
}

.stt-lang-select.disabled {
  opacity: .5
}

.stt-lang-select .stt-logo {
  display: none;
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 25px
}

.stt-lang-select.loading .stt-logo {
  opacity: .5
}

.stt-lang-select .stt-text {
  position: relative;
  padding: 14px 26px 14px 16px
}

.stt-lang-select .stt-text:after {
  content: '▼';
  display: block;
  position: absolute;
  top: 15px;
  right: 9px;
  font-size: 10px;
  color: #999
}

.stt-lang-select:not(.on):hover .stt-text:after {
  color: #333
}

.stt-lang-select.disabled:not(.on):hover .stt-text:after {
  color: #999
}

.stt-lang-select .stt-code {
  display: none;
  padding: 38px 0 6px;
  text-align: center
}

.stt-lang-select .stt-select {
  display: none;
  padding: 7px 0 7px 16px
}

.stt-lang-select .stt-select .stt-item {
  position: relative;
  padding: 7px 26px 7px 0
}

.stt-lang-select .stt-select .stt-item:after {
  content: '';
  display: none;
  position: absolute;
  font-size: 10px;
  top: 8px;
  right: 9px;
  color: #999
}

.stt-lang-select .stt-select .stt-item.active:after {
  display: block
}

.stt-lang-select .stt-select .stt-item:hover:after {
  display: block;
  color: #333
}

@media (pointer:coarse) {
  .stt-lang-select .stt-select .stt-item:hover:after {
    display: none
  }
}

.stt-lang-select.on {
  max-height: 600px;
  transition: max-height .15s ease-in
}

.stt-lang-select.on .stt-text {
  display: none
}

.stt-lang-select.on .stt-select {
  display: block
}

.stt-lang-select.tl {
  top: 0;
  left: 0;
  border-radius: 0 0 5px
}

.stt-lang-select.tl .stt-logo {
  left: 9px;
  top: 8px
}

.stt-lang-select.bl {
  bottom: 0;
  left: 0;
  border-radius: 0 5px 0 0
}

.stt-lang-select.bl .stt-logo {
  left: 9px;
  bottom: 5px
}

.stt-lang-select.tr {
  top: 0;
  right: 0;
  border-radius: 0 0 0 5px
}

.stt-lang-select.tr .stt-logo {
  left: 9px;
  top: 8px
}

.stt-lang-select.br {
  bottom: 0;
  right: 0;
  border-radius: 5px 0 0
}

.stt-lang-select.br .stt-logo {
  left: 9px;
  bottom: 5px
}

.stt-lang-select.cl, .stt-lang-select.cr {
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
  max-height: 80px
}

.stt-lang-select.cl {
  left: 0;
  border-radius: 0 5px 5px 0
}

.stt-lang-select.cr {
  right: 0;
  border-radius: 5px 0 0 5px
}

.stt-lang-select.cl .stt-logo, .stt-lang-select.cr .stt-logo {
  left: 7px;
  top: 8px
}

.stt-lang-select.cl .stt-text, .stt-lang-select.cr .stt-text {
  display: none
}

.stt-lang-select.cl .stt-code, .stt-lang-select.cr .stt-code {
  display: block
}

.stt-lang-select.cl.on, .stt-lang-select.cr.on {
  width: 140px;
  max-height: 600px
}

.stt-lang-select.cl.on .stt-logo, .stt-lang-select.cr.on .stt-logo {
  top: 50%;
  margin-top: -12.5px
}

.stt-lang-select.cl.on .stt-code, .stt-lang-select.cr.on .stt-code {
  display: none
}

.translated-ltr .stt-lang-select,
.stt-text[data-dl-translated="true"],
.stt-text[_msttexthash][_msthash] {
  display: none
}

#transSheet{
	position:fixed;
	display:none;
	left:0;
	top:0;
	width:100vw;
	height: 100vh;
	z-index:1000;
	color:black;
}


#transSheet .wallpaper{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.5);
	cursor:pointer;
}

#transSheet #transAgree{
	position:absolute;
	z-index:2;
	width:calc(100% - 2em);
	left:0;
	right:0;
	max-width:500px;
	margin:1em auto;
	height:calc(100vh - 4em);
	background-color: #fff;
	border-radius:10px;
	cursor:default;
	padding:1em;
	color:black;
}

#transSheet #transAgree #close{
	width:100%;
	text-align:center;
}

#transSheet #transAgree #service{
	overflow:auto;
	height:calc(100% - 10em);
	width:100%;
}

#transSheet #transAgree #service div{
	display:table;
	margin:0.5em;
}

#transSheet #transAgree #service div span{
	display:table-cell;
	font-size:16px;
	line-height:24px;
	vertical-align:middle;
}

#transSheet #transAgree #service div span.image{
	width:32px;
}

#transSheet #transAgree #service div span.image img{
	display:block;
	width:24px;
	height:24px;
}


#transSheet #transAgree{
	margin-top:1em;
}
#transSheet #transAgree div dt {
	font-weight: bold;
}

#transSheet #transAgree div dd {
	margin-left: 12px;
}

.button2{
    display: block;
    font-size: 14px;
    line-height: 42px;
    width:280px;
    height:42px;
    border-radius: 10px;
    margin: 2em auto;
    text-decoration: none;
    color:#000;
    background-color: #C8C8C8;
}

.button2.red{
	background-color:rgba(255,29,29,1);
	color:white;
	
}

#transSheet h3{
  margin-top: 0;
  margin-bottom:1em;
  text-align: center;
  font-weight:bold;
  font-size:16px;
  border:none;
}

#transSheet #transAgree .attention{
  overflow: auto;
  height: calc(100% - 200px);
  width: 100%;
}

#transSheet #transAgree .attention p {
	margin:0;
}