﻿@charset "utf-8";

body{
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo;
}

table{
  width:640px;
}

div.fx{
  width:400px;
  margin:0 auto;
}

.table_fx td{
  padding-top:10px;
  padding-bottom:5px;
}

.table_fx td:first-child{
  width:150px;
  color:#3768c0;
  font-weight:bold;
  text-align:right;
  padding-right:15px;
}

.table_fx select{
  width:250px;
}

.table_fx input{
  width:250px;
}

.login{
  width:350px;
  margin:0 auto;
  text-align:center;
}

table.chumon_no td:first-child{
  width: 140px;
  color:#3868be;
  font-size:14px;
}

table.mail td:first-child{
  width:140px;
  color:#3868be;
  font-size:14px;
}

table.chumon_no input{
  width:200px;
}

table.mail input{
  width:200px;
}

.main{
  text-align:center
}


table.name td:first-child{
  width:70px;
  text-align:right;
  color:#3377b0;
  font-weight:bold;
}

table.name td:nth-of-type(2){
  width:400px;
  text-align:left;
}




/*　buttonC　*/
.buttonC {
  width:250px;
  border: 3px solid rgb(50, 119, 177);
  background-color: transparent;
  color: #fff;
  transition: .6s all;
  position: relative;
  border-radius: 3px;        /* CSS3草案 */
  -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;   /* Firefox用 */
  padding: 10px 25px 10px 25px;
}


.caution{
  font-size:11px;
  color:#f20d0d;
  margin: 0;
  width:500px;
}

.link-zentai{
  margin:0 auto;
  text-align:left;
  margin-bottom:20px;
}


.buttonC::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgb(50, 119, 177);
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform-origin: 50% 50%;
  z-index:-1;
}

.buttonC::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s all;
  transform: scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  z-index:-1;
}
.buttonC:hover {
  color: rgb(50, 119, 177);
}
.buttonC:hover::after {
  transform: scale(1);
  opacity: 1;
}

.name,.toolDL,.manual{
  margin:0 auto;
  text-align:center;
  margin-bottom:20px;
}

.manual{
    width: 570px;
    /*border:5px solid #e1f6e8;*/
}
.manual td{
  padding-bottom:20px;
}

.manual th{
  text-align:left;
  padding:15px 0 2px 5px;
}

.square_btn{
   position: relative;
   display: inline-block;
   font-weight: bold;
   padding: 0.25em 0;
   text-decoration: none;
   color: #3768c0;
   text-decoration:none !important;
   margin:0 5px;
}

a.square_btn:hover{
   color: #3768c0;
}

.square_btn:before{
   position: absolute;
   content: '';
   width: 100%;
   height: 4px;
   top:100%;
   left: 0;
   border-radius: 3px;
   background: #3768c0;
   transition: .1s;
   text-decoration:none !important;
}

.square_btn:hover:before {
    top: -webkit-calc(100% - 3px);
    top: calc(100% - 3px);
}


.square_btn35{
    display: inline-block;
    margin-top:10px;
    position: relative;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #000;
    transition: .5s;
    width:250px;
}
.square_btn35:hover {
    color: #115c87;
    text-decoration:none;
    transition: .5s;
    background-color: #e0ecf8;
}
.square_btn35:before,.square_btn35:after{
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.square_btn35:before{
  border-left: solid 1px #3768c0;
  border-top: solid 1px #3768c0;
  border-bottom: solid 1px #3768c0;
  left: 0;
}
.square_btn35:after{
  content: '';
  border-top: solid 1px #3768c0;
  border-right: solid 1px #3768c0;
  border-bottom: solid 1px #3768c0;
  right: 0;
}


.midashi1 {
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 16px;
  color: #3768c0;
}

.midashi2 .heading {
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.midashi2 .heading span{
  padding: 8px;
}
.midashi2 .heading:before {
  content: "";
  border-bottom: 2px solid #3768c0;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.midashi2 .heading:after {
  border-bottom: 2px solid #b3a8ac;
  bottom: 0;
  content: "";
  position: absolute;
  width: 500px;
  z-index: 1;
}

.setumei{
  width:500px;
  margin:0 auto;
  text-align:left;
}


.button_a {
  position: relative;
  background-color: #3768c0;
  border-radius: 4px;
  color: #fff;
  line-height: 30px;
  width:155px;
  -webkit-transition: none;
  transition: none;
  box-shadow: 0 3px 0 #215985;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  border-style:none;
  margin-top:15px;
}
.button_a:hover {
  background-color: #358cd6;
  box-shadow: 0 3px 0 #215985;
}
.button_a:active {
  top: 3px;
  box-shadow: none;
}

div.box{
  width:550px;
  margin:0 auto;
}

div.box p.box_inner{
  text-align:left;
}

div.box p.box_inner.center{
  text-align:center;
}

.center{
  text-align:center;
}


input[type="text"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #3768c0;
  border: 1px solid #3768c0;
}