﻿@charset "utf-8";
/*----------共通設定・パーツ---------*/
.kv-m{
  background: url(../images/pc-kv.jpg) no-repeat center center;
  background-size: cover;
}
.hr{
  display: block;
  width: 100%;
  padding: 0;
}
.sub-title{
  margin-bottom: 15px;
}
.notes-text{
  margin-bottom: 50px;
}
.text-normal{
  text-align: center;
}
.text-normal:first-of-type{
  color: #fe243e;
  display: inline-block;
  margin-top: 30px;
  text-decoration: underline;
}
.text-normal:last-of-type{
  margin-bottom: 10px;
  display: block;
}
.text-ret{
  color: red;
}
.title-label-sp a,
.title-label a{
  color: #FFF;
  font-size: 18px;
  margin-right: 25px;
}
/*-----------表示・非表示-----------*/
.title-label-sp{
  display: none;
}
/*---------------.main-------------*/
.left{
  font-size: 18px;
}
.right{
  font-size: 16px;
  text-align: left;
}
.right input{
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #164A84;
}
.right select{
  width: 170px;
  height: 35px;
  padding-left: 1%;
  box-sizing: border-box;
  border: 1px solid #164A84;
  color: #164A84;
}
.right textarea{
  width: 88%;
  height: 240px;
  box-sizing: border-box;
  border: 1px solid #164A84;
  color: #164A84;
  margin-top: 30px;
}
/*---------.company-------------*/
.company{
  width: 100%;
  height: 95px;
  line-height: 95px;
}
.company .left{
  width: 30%;
}
.company .right{
  width: 70%;
}
.company .left,
.company .right{
  float: left;
}
.company .right input{
  width: 88%;
}
/*---------.company-------------*/
.medium{
  width: 100%;
  height: 95px;
  line-height: 95px;
}
.medium .left{
  width: 30%;
}
.medium .right{
  width: 70%;
}
.medium .left,
.medium .right{
  float: left;
}
.medium .right input{
  width: 88%;
}
/*---------------.name-------------*/
.name{
  width: 100%;
  height: 95px;
  line-height: 95px;
}
.name .left{
  width: 30%;
}
.name .right{
  width: 70%;
}
.name .left,
.name .right{
  float: left;
}
.name .right input{
  width: 88%;
}
/*---------------.tel---------------*/
.tel{
  width: 100%;
  height: 95px;
  line-height: 95px;
}
.tel .left{
  width: 30%;
}
.tel .right{
  width: 70%;
}
.tel .left,
.tel .right{
  float: left;
}
/*---------------.fax---------------*/
.fax{
  width: 100%;
  height: 95px;
  line-height: 95px;
}
.fax .left{
  width: 30%;
}
.fax .right{
  width: 70%;
}
.fax .left,
.fax .right{
  float: left;
}
/*---------------.mail--------------*/
.mail{
  width: 100%;
  height: 95px;
  line-height: 95px;
}
.mail .left{
  width: 30%;
}
.mail .right{
  width: 70%;
}
.mail .left,
.mail .right{
  float: left;
}
.mail .right input{
  width: 88%;
}
/*-------------.contac--------------*/
.contac{
  width: 100%;
  height: 300px;
  line-height: 300px;
}
.contac .left{
  width: 29%;
  padding-right: 1%;
}
.contac .right{
  width: 70%;
  height: 100%;
}
.contac .confirm_contac_right {
  line-height: 16px;
  padding: 30px 0;
}
.contac .left,
.contac .right{
  float: left;
}
/*---------------.btn--------------*/
input.btn{
  width: 230px;
  height: 45px;
  font-size: 16px;
  border-radius: 10px;
  border: 0;
  outline: 0;
}
input.btn:first-of-type{
  margin-right: 20px;
  color: #164a84;
  background-color: #d7d7d7;
}
input.btn:last-of-type{
  color: #FFF;
  background-color: #164a84;
}
/*----------------------------------------------------------------------------*/





/*--------------------------PCレイアウト(0～960px)-----------------------------*/
@media screen and (max-width:960px){
/*----------共通設定・パーツ---------*/
.title-label-sp,
.title-label{
  height: auto;
  transition: 0.5s;
  padding-left: 0;
  line-height: inherit;
  padding: 15px 0;
  background-color: #164A84;
}
.title-label-sp a,
.title-label a{
  display: block;
  transition: 0.5s;
  margin-right: 0;
  text-align: center;
  line-height: inherit;
  margin-bottom: 10px;
}
.title-label-sp{
  padding: 0;
}
.title-label-sp a{
  display: block;
  width: 95%;
  margin-bottom: 0;
  padding: 15px 0 15px 5%;
  text-align: left;
  border-top: 1px solid #FFF;
}
.title-label-sp a:last-of-type{
  border-bottom: 1px solid #FFF;
}
.title-label a:last-of-type{
  margin-bottom: 0;
}
.title-label-sp a:after{
  position: absolute;
  content:">";
  right: 4%;
}
/*----------------------------------------------------------------------------*/
}
/*----------------------------------------------------------------------------*/




/*--------------------------PCレイアウト(0～960px)-----------------------------*/
@media screen and (max-width:700px){
.contac .left{
  font-size: 17px;
}
/*----------------------------------------------------------------------------*/
}
/*----------------------------------------------------------------------------*/





/*-------------------------SPレイアウト(0～640px)------------------------------*/
@media screen and (max-width:640px){
/*----------共通設定・パーツ---------*/
.kv-m{
  background: url(../images/sp-kv.jpg) no-repeat center center;
  background-size: cover;
}
.notes-text{
  margin-bottom: 15px;
}
.btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
/*-----------表示・非表示-----------*/
.title-label,
.hr{
  display: none;
}
.title-label-sp,
.notes-text br{
  display: block;
}
/*------------float解除------------*/
.company .left,
.company .right,
.medium .left,
.medium .right,
.name .left,
.name .right,
.tel .left,
.tel .right,
.fax .left,
.fax .right,
.mail .left,
.mail .right,
.contac .left,
.contac .right{
  float: none;
  width: 100%;
  transition: 0.5s;
}
/*------------.contact-------------*/
dl{
  margin-bottom: 25px;
}
dl:last-of-type{
  margin-bottom: 0;
}
dt{
  text-align: left;
}
.left{
  margin-bottom: 5px;
}
.right select{
  width: 100%;
  height: 35px;
}
.right input{
  width: 100%;
}
.right textarea {
  width: 100%;
  height: 240px;
  margin-top: 0;
}
/*-----------.company-------------*/
.company{
  height: auto;
  line-height: inherit;
}
.company .right input{
  width: 100%;
}
/*-------------.medium-------------*/
.medium{
  height: auto;
  line-height: inherit;
}
.medium .right input{
  width: 100%;
}
/*---------------.name-------------*/
.name{
  height: auto;
  line-height: inherit;
}
.name .right input{
  width: 100%;
}
/*----------------.old--------------*/
.old{
  height: auto;
  line-height: inherit;
}
/*----------------.sex--------------*/
.sex{
  height: auto;
  line-height: inherit;
}
/*-------------.marriage------------*/
.marriage{
  height: auto;
  line-height: inherit;
}
/*---------------.job---------------*/
.job{
  height: auto;
  line-height: inherit;
}
/*-----------.address---------------*/
.address{
  height: auto;
  line-height: inherit;
}
.address .left{
  line-height: inherit;
}
.address .right{
  padding-top: 0;
}
.address .right .col2 .box1{
  width: 100%;
}
.address .right .col2 .box2{
  width: 100%;
}
.address .right .col2 .text,
.address .right .col2 .box{
  margin-bottom: 10px;
}
/*---------------.tel---------------*/
.tel{
  height: auto;
  line-height: inherit;
}
/*---------------.fax---------------*/
.fax{
  height: auto;
  line-height: inherit;
}
/*---------------.mail--------------*/
.mail{
  height: auto;
  line-height: inherit;
}
.mail .right input{
  width: 100%;
}
/*-------------.contac--------------*/
.contac{
  height: auto;
  line-height: inherit;
}
.contac .left{
  padding-right: 0;
}
/*---------------.btn--------------*/
input.btn{
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  font-size: 20px;
}
input.btn:first-of-type{
  margin-right: 0;
}
input.btn:last-of-type{
  margin-bottom: 0;
}
/*----------------------------------------------------------------------------*/
}
/*----------------------------------------------------------------------------*/




/*-------------------------SPレイアウト(0～400px)------------------------------*/
@media screen and (max-width:400px){
/*---------------.btn--------------*/
input.btn{
  height: 50px;
  margin-bottom: 10px;
  font-size: 16px;
}
/*---------------.main-------------*/
.left{
  font-size: 14px;
}
.right{
  font-size: 14px;
}
.right input {
    height: 30px;
}
.right select {
    height: 30px;
}
/*----------------------------------------------------------------------------*/
}
/*----------------------------------------------------------------------------*/
