@charset "utf-8";

/*------------------------------------------------------------------------------ base --*/
*,
*::before,
*::after {
 box-sizing: border-box;
}
html {
  height: 100% !important;
}
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  padding:0;
  text-align: center;
  color:#333;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background:#FFF;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, div, p, th, td, ul, ol, li, dl, dt, dd, img, p, table {
  list-style: none;
  margin:0;
  padding:0;
  border:none;
}
img {
  vertical-align:bottom;
}
form {
  margin:0;
  padding:0;
}
*:focus {
 outline: none;
}

/*------------------------------------------------------------------------------ common --*/
a:link {
  color:#126bbf;
  text-decoration: none;
}
.link:after {
 content: url("../image/icon_link.png");
 vertical-align: middle;
 margin-left: 8px;
}
a:visited {
  color:#126bbf;
  text-decoration: none;
}
a:hover, a:active {
  color:#126bbf;
  text-decoration:underline;
}
a.over:hover{text-decoration:none !important;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:0.5}


/*------------------------------------------------------------------------------ header --*/
#header {
 width: 100%;
 height: 94px;
 padding: 0;
 border-bottom: 1px solid #dadce1;
}
#header .hdLogo {
 display: block;
 max-width: 1160px;
 margin: 0 auto;
 padding:18px 0 0 20px;
 text-align: left;
}

/*------------------------------------------------------------------------------ footer --*/
#footer .copyright{
  padding:20px 0;
  background-color: #333;
}
#footer .copyright p {
 color: #FFF;
 font-size: 12px;
}

/*------------------------------------------------------------------------------ contents --*/
#contents {
 max-width: 1200px;
 padding:0 20px;
 margin: 0 auto;
}

.mainBox {
 padding-bottom: 80px;
 font-size: 16px !important;
 line-height: 2 !important;
}
.box2{
  max-width:1000px;
  margin: 0 auto;
  padding:65px 0 0;
  text-align: left;
}
.box h2,.box2 h2{
  text-align: center;
  line-height: 1.5;
 margin-bottom: 50px;
}
.box h2 span,.box2 h2 span{
  display: inline-block;
  padding:0 3px 8px;
  font-size: 26px;
  border-bottom:3px solid #126bbf;
}
.box h3,.box2 h3{
  font-size: 22px;
  line-height: 1.5;
 margin-bottom: 10px;
}
.box h4,.box2 h4{
  font-size: 18px;
  line-height: 1.5;
}


/*--------------------------------------------------------------------------------- support --*/
.bold{font-weight: bold;}
.red{color:#ea0000;}
.privacyBox{
  padding:50px;
  background: #edf2f7;
  position: relative;
}
.formBox{
  max-width:1000px;
  margin:50px auto 0;
  text-align: left;
}
.formBox table{
 margin-top:20px;
 width:100%;
 max-width:1000px;
  border-collapse:collapse;
}
.formBox table th{
  width:330px;
  padding:25px 0;
  border-top:1px solid #d9dee3;
  border-bottom:1px solid #d9dee3;
  line-height: 1.5;
}
.formBox table th .icon{
  margin-top: 8px;
}
.formBox table td{
  width:670px;
  padding:25px 0;
  font-size:18px;
  border-top:1px solid #d9dee3;
  border-bottom:1px solid #d9dee3;
}
input[type=text]{
  padding:0 10px;
  height: 50px;
  font-size:18px;
  line-height: 50px;
  background: #edf2f7;
  border:none;
}
input:focus {
  outline: none;
}
.formBox .w1{
  width:320px;
}
.formBox .w2{
 width: 100%;
  max-width:650px;
}
.formBox .w3{
  width:100px;
}
.formBox .w4{
  width:150px;
}
select{
  padding:10px;
  font-size:18px;
  background: #edf2f7;
  height: 50px;
  border:none;
}
option{
  padding:5px 10px;
}
textarea{
 width: 100%;
 max-width:650px;
  height:230px;
  padding:10px;
  font-size:18px;
  background: #edf2f7;
  border:none;
  resize:none;
}
textarea:focus {
outline: none;
}
.formBtnBox{
  padding-top: 30px;
  text-align: center;
}
.formBtnBox form {
  display: inline;
}
.formInfo{
  padding-top: 30px;
  font-size: 20px;
  color:#ea0000;
  font-weight: bold;
  text-align: center;
}
.supportInfo{
  margin-top:50px;
  padding:50px 60px;
  background-color: #edf2f7;
}

.formrun-system-show {
  color: #ff0000;
}
.form-buttons{
  display: flex;
  justify-content: center;
  gap:30px;
  margin-top:40px;
}
.form-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  min-height: 52px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #126bbf;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
.form-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.form-btn.back::after {
  top: 50%;
  left: 18px;
  transform: translateY(-50%) rotate(225deg);
}
.form-btn:hover {
  opacity: 0.9;
}

@media screen and (max-width:990px){
 .formBox table th{
  width: 100%;
  display: block;
  text-align: left;
  border-bottom: none;
 }
 .formBox table td{
  width: 100%;
  display: block;
  padding-top: 0;
  text-align: left;
  border-top: none;
  border-bottom: none;
 }
 .formBox .w2,
  textarea{
  max-width: 100%;
 }
}


@media screen and (max-width:600px) {
 #header .hdLogo {
  padding-top:24px;
 }
 #header .hdLogo img{
  width:300px;
  height: auto;
 }
 .box2{
 padding-top:30px;
 }
 .box2 h2 span{font-size: 20px;}
 .privacyBox{padding:26px;}
 .box2 h3{font-size: 18px;}
 .formInfo{
  font-size: 18px;
 }
 .supportInfo{
  padding:30px;
 }
}