/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 *
 * 1.Base
 * 2.Layout
 * 3.Header
 * 3-1.Header-top
 * 3-2.Gnav
 * 4.Slider
 * 5.Column-Common
 * 6.Column1
 * 7.Column2
 * 8.Column3
 * 9.Column4_Map
 * 10.Contact
 * 11.Footer
 * 12.Send
 *
 */

/*****************************************************
******************************************************
    1.Base
******************************************************
*****************************************************/
body {
    position: relative;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 18px;
    font-weight: 400;
    color: #333333 !important;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
html,body{
    overflow-x: hidden;
}

/* ----------------------------------------------------
    Font
------------------------------------------------------*/
@font-face {
   font-family:rittai;
   font-style: normal;
   font-weight: normal;
   src: url(../fonts/GenEi-P-Heavy_ver8.ttf) format('truetype');
 }

.rittai{
    font-family: "rittai";
}
/* ----------------------------------------------------
    Content
------------------------------------------------------*/
#content .container{
    padding: 0;
}
/* ----------------------------------------------------
    Titles 
------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}
/* ----------------------------------------------------
    Placeholder
------------------------------------------------------*/
::-webkit-input-placeholder {
  color: #eee;
}
::-moz-placeholder {
  color: #eee; 
  opacity: 1;
}
:-ms-input-placeholder {
  color: #eee;
}
::-moz-placeholder {
  color: #eee;
}
:placeholder-shown {
    color: #eee;
}
input::placeholder{
    color: #eee;
}
/* IE */
input:-ms-input-placeholder {
  color: #eee;
}
/* Edge */
input::-ms-input-placeholder {
  color: #eee;
}
/* ----------------------------------------------------
    Links 
------------------------------------------------------*/
a {
    color: #333333;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
a > img{
    display: block;
    margin: 0 auto;
}

a:hover,
a:focus {
    color: #0056b3;
    text-decoration: none;
    outline: 0;
    opacity: 0.8;
}
a:hover img,
a:focus img{
    opacity: 0.8;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
/* ----------------------------------------------------
    Btn
------------------------------------------------------*/
.btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #cea970;
    color: #fff;
    font-size: 1.2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: bold;
    border-bottom: solid 4px #886e47;
}
.btn:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.btn.btn-default:hover{
    color: #fff;
    opacity: 1;
}
.btn.btn-primary{
    color: #fff;
    background-color: #007bff;
    border-color: #0f58a7;
}
.btn-primary:hover{
    background-color: #0069d9;
    border-color: #0062cc;
}
/* ----------------------------------------------------
    Table
------------------------------------------------------*/
.container dl{
    text-align: left;
}
/* ----------------------------------------------------
    List
------------------------------------------------------*/
ul,ol {
    list-style: none;
    padding-left: 0;
}
/* ----------------------------------------------------
    Row
------------------------------------------------------*/
.container.row {margin: 0 auto;}
@media (max-width: 768px) {
    .row {margin: 0 auto;}
}
/* ----------------------------------------------------
    Text
------------------------------------------------------*/
.text-box p{text-align: justify;}
/* ----------------------------------------------------
    Images
------------------------------------------------------*/
img{width: 100%;}
/* ----------------------------------------------------
    Error
------------------------------------------------------*/
.error.red{
    clear: both;
    display: block;
    margin-bottom: 0;
    color: #fc4506;
}
/* ----------------------------------------------------
    Loader
------------------------------------------------------*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
    background: #fff;
	z-index: 1;
}
#loader-inner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #bb1b21;
	z-index: 2;
}
#loader-inner p{
    margin-top: 10px;
    font-size: .9rem;
}


/*****************************************************
******************************************************
    2.Layout
******************************************************
*****************************************************/
/* ----------------------------------------------------
    PC / SP
------------------------------------------------------*/
.pc{
    display: block !important;
}
.sp{
    display: none !important;
}
@media (max-width: 786px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
}
/* ----------------------------------------------------
    block
------------------------------------------------------*/
.block-left,.block-right{position: absolute;}
.block-left{left: 0;}
.block-right{right: 0;}

/* ----------------------------------------------------
    text
------------------------------------------------------*/
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
/* ----------------------------------------------------
    margin
------------------------------------------------------*/
.mt30 {margin-top: 30px;}
/* ----------------------------------------------------
    pagetop
------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 20;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 5px 10px 10px;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.pagetop a:hover {
    background-color: #7a99d0;
    color: #fff;
}
@media (max-width: 786px) {
    .pagetop{display: none !important;}
}


/*****************************************************
******************************************************
    3.Header
******************************************************
*****************************************************/
#header {
  position: relative;
  z-index: 100;
}
/*****************************************************
******************************************************
    3-1.Header-top
******************************************************
*****************************************************/
.header-top{
    position: relative;
    padding-top: 10px;
    width: 100%;
    height: 88px;
    background: #394151;
}
@media (max-width: 786px) {
    .header-top{
        position: fixed;
        top: 0;
        height: 70px;
        background: #4e6896;
        z-index: 999;
    }
}
/* ----------------------------------------------------
    logo
------------------------------------------------------*/
#header img.logo {padding: 18px 30px 18px 0;}
@media (max-width: 786px) {
    #header img.logo {
        width: 220px;
        height: auto;
        padding: 15px 15px 5px;
    }
}
/* ----------------------------------------------------
    top-contact-innter
------------------------------------------------------*/
.top-contact-innter{
    margin-top: 5px;
    background: #fff;
}
.top-contact-innter a{
    display: inline-block;
    vertical-align: middle;
}
.top-contact-innter a.tel{
    padding: 0px 10px;
}
.top-contact-innter a.map{
    height: 59px;
    padding: 17px 14px;
    background: #b39567;
    text-align: center;
}
/*****************************************************
******************************************************
    3-2.Gnav
******************************************************
*****************************************************/
.gnav{
    width: 100%;
    background: #4e6896;
    border-bottom: solid 1px #eee;
}
.gnav .container{
    padding: 0;
}
.gnav ul{
    display: table;
    margin-bottom: 0;
    width: 100%;
}
.gnav li{
    display: table-cell;
    vertical-align: top;
    width: 25%;
    font-size: 1rem;
    border-left: solid 1px #eee;
    text-align: center;
}
.gnav li:last-child{
    border-right: solid 1px #eee;
}
.gnav li a{
    display: block;
    padding: 15px;
    color: #fff;
    font-family: "Sawarabi Mincho";
}

/* ----------------------------------------------------
    link
------------------------------------------------------*/
.gnav li:hover{
    word-wrap: break-word;
    background: #465a7d;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
/*    contact
-------------------------------------*/
.gnav li.link07{
    background: url(../images/header/bg.png) repeat top left;
    background-size: contain;
}
.gnav li.link07:hover{opacity: 0.8;}
.gnav li.link07:hover a{opacity: 1;}
/* ----------------------------------------------------
    fixed
------------------------------------------------------*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.gnav.is-fixed li.link07{
    background: url(../images/header/bg.png) #b39567 repeat top left;
    background-size: contain;
}
/* ----------------------------------------------------
   SP Gnav
------------------------------------------------------*/
@media (min-width: 786px) {
    .drawer-toggle{display: none;}
    .drawer-nav{display: none;}
}
.drawer-nav{z-index: 1000;}
.drawer-hamburger{
    padding: 18px 19px 25px;
    z-index: 999;
}
.drawer--right.drawer-open .drawer-hamburger{
    right:0;
    z-index: 1100;
}
.drawer-nav{
    padding: 15px 0;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{background-color: #fff;}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before{
    height: 3px;
    background-color: #7d7d7d;
}
.drawer-text-icon{
    color: #fff;
    font-size: .6rem;
    width: 50px;
    display: block;
    position: relative;
    left: -10px;
    bottom: -16px;
}
.drawer-open .drawer-text-icon{display: none;}
/*    drawer-menu
------------------------------*/
.drawer-menu{
    margin-top: 30px;
}
.drawer-menu li{
    padding: 15px;
}
.drawer-menu li:nth-child(even){
    background: #cad9f3;
}

/*****************************************************
******************************************************
    4.Slider
******************************************************
*****************************************************/
#slider{
    display: block;
}
.column-slider{
    position: relative;
    margin-top: 70px;
    background: #333333;
}
.column-slider .container{padding: 0;}
.bx-wrapper{
    border: none;
    box-shadow:none;
}
/* スライドショー */
#slider {
    overflow:hidden;
    position:relative;
    width:100%;
}
@media (min-width: 786px) {
    #sliderInner {
        position:relative;
        left:50%;
        width:3040px;
        margin-left:-1520px;
    }
    #sliderInner li {
        width:1000px;
    }
    #slideFilterL, #slideFilterR {
        position:absolute;
        top:0;
        width:1000px;
        height: 534px;
        opacity:0.8;
        filter:alpha(opacity=80);
        -ms-filter:"alpha( opacity=80 )";
        background:#fff;
    }
    #slideFilterL {left:0;}
    #slideFilterR {right:0;}
    .bx-wrapper {
        margin:0 auto;
        position:relative;
    }
    .bx-wrapper .bx-pager {
        margin:0 auto;
        width:1000px;
        background:#fff;
    }
    /* controller
    -------------------------------------*/
    .bx-wrapper .bx-prev {
        left:1035px;
        background:url(../js/bxslider/css/images/controls.png) no-repeat 0 -32px;
    }
    .bx-wrapper .bx-next {
        right:1035px;
        background:url(../js/bxslider/css/images/controls.png) no-repeat -43px -32px;
    }
}
@media (max-width: 786px) {
    .bx-wrapper{margin-bottom: 0;}
    .bx-wrapper .bx-controls-direction a{z-index: 9;}
}
/* ----------------------------------------------------
    block-caption
------------------------------------------------------*/
.block-caption{
    position: absolute;
    top: 100px;
    left: 100px;
    color: #fff;
    z-index: 55;
}
.block-caption .title-slider{
    width: 600px;
}
.block-caption .subtitle-slider{
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,0.8);
}
.block-caption .title-slider .small{
    font-size: 70%;
    font-weight: bold;
}
.block-caption .subtitle-slider{
    width: 480px;
    margin-top: 15px;
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.07rem;
    text-align: justify;
}
@media (max-width: 786px) {
    .block-caption{
        top: 2vw;
        left: 2vw;
        padding: 15px;
    }
    .block-caption .title-slider{
        width: 100%;
        font-size: 2rem;
    }
    .block-caption .subtitle-slider{
        width: 100%;
        font-size: 1.1rem;
    }
}
@media (max-width: 480px) {
    .block-caption{
        top: 0;
        left: 0;
        padding: 15px;
    }
    .block-caption .title-slider{
        font-size: 1.5rem;
    }
    .block-caption .subtitle-slider{
        font-size: 0.8rem;
    }
}
/* ----------------------------------------------------
    btn
------------------------------------------------------*/
.block-caption .btn-default{
    width: 300px;
    line-height: 40px;
    margin-top: 30px;
    font-size: 1.2rem;
    text-align: center;
}
@media (max-width: 786px) {
    .block-caption .btn-default {display: none;}
}

/*****************************************************
******************************************************
    5.Column-Common
******************************************************
*****************************************************/
/* ----------------------------------------------------
    content
------------------------------------------------------*/
#content{margin-top: 100px;}
@media (max-width: 786px) {
    #content{margin-top: 35px;}
    #content .container{
        width: 95%;
        margin: 0 auto;
    }
}
/* ----------------------------------------------------
    title-default
------------------------------------------------------*/
h2.column-title {
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #394151;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    border-bottom: solid 2px #3c4d6c;
}
.column-title .small{
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: bold;
}
h4.column-subtitle{
    margin-bottom: 30px;
    color: #4f688e;
    font-size: 1rem;
    font-weight: 600;
}
@media (max-width: 786px) {
    h2.column-title {
        font-size: 1.5rem;
    }
}
/* ----------------------------------------------------
    title__w100
------------------------------------------------------*/
.title__w100{
    width: 100%;
    height: 500px;
    padding-top: 65px;
    text-align: center;
}
.title__w100 h1.title{
    display: block;
    width: 34%;
    margin: 0 auto 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    border-bottom: solid 2px #fff;
}
.title__w100 h4.subtitle{
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}
@media (max-width: 786px) {
    .title__w100{
        height: 470px;
        padding-top: 40px;
    }
    .title__w100 h1.title{
        width: 70%;
        font-size: 1.8rem;
    }
}
@media (max-width: 480px) {
    .title__w100 h1.title{
        width: 100%;
        font-size: 1.7rem;
    }
}

/* ----------------------------------------------------
    title__img
------------------------------------------------------*/
.title__img{
    width: 100%;
    text-align: center;
}
@media (max-width: 786px) {
    .title__img{text-align: left;}
}

/* ----------------------------------------------------
    column_top__text
------------------------------------------------------*/
.column_top__text{margin: 50px auto;}
@media (max-width: 786px) {
    .column_top__text{margin: 25px auto;}
}


/*****************************************************
******************************************************
    6.Column1
******************************************************
*****************************************************/
.column01 .container{padding: 0;}
.column01 dl{
    display: table;
    width: 100%;
}
.column01 dd{position: relative;}
.column01 dd .text-box p{
    margin-bottom: 30px;
    color: #3d3d3d;
    font-size: 1rem;
}
.column01 dd h5{
    position: absolute;
    right: 0;
    color: #3d3d3d;
    font-weight: bold;
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.01em;
}
@media (min-width: 786px) {
    .column01 dt,
    .column01 dd{
        display: table-cell;
        margin: 0;
        vertical-align: top;
    }
    .column01 dt{
        width: 38%;
        padding-right: 60px;
    }
}
@media (max-width: 786px) {
    .column01 dt{display: none;}
    .column01 dd{
        display: block;
        width: 100%;
    }
}

/*****************************************************
******************************************************
    7.Column2
******************************************************
*****************************************************/
.column02 .title__w100{
    position: relative;
    background: url(../images/c2-title-w100.png) no-repeat center center;
    background-size: cover;
}
/* ----------------------------------------------------
    exam-box
------------------------------------------------------*/
.exam-box{
    position: relative;
    top: -300px;
    margin-bottom: -220px;
    padding: 50px 50px 0;
    background: #394151;
    border-radius: 20px;
    text-align: center;
}
.exam-top{
    position: relative;
    z-index: 10;
    width: 387px;
    margin: 0 auto;
}
.exam-inner{
    position: relative;
    top: -55px;
    padding: 100px 50px 50px;
    background: #fff;
    border-radius: 10px;
}
h2.exam-title{
    color: #394151;
    font-size: 2.2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 786px) {
    .exam-box{
        top: -330px;
        margin-bottom: -280px;
        padding: 25px 20px 0;
    }
    .exam-top{
        width: 50%;
        margin: 0 auto;
    }
    .exam-inner{
        top: -24px;
        padding: 55px 15px 40px;
    }
    h2.exam-title{
        margin-bottom: 20px;
        font-size: 2rem;
    }
}
/* ----------------------------------------------------
    article
------------------------------------------------------*/
.exam-box article{
    padding-bottom: 30px;
    border-bottom: solid 2px #eee;
}
.exam-box article + article{margin-top: 50px;}
.exam-box article:last-child{border: none;}

@media (min-width: 786px) {
    .exam-box article dl{
        display: table;
        width: 100%;
        margin-top: 50px;
    }
    .exam-box article dt.pc,
    .exam-box article dd{
        display: table-cell !important;
        vertical-align: top;
    }
    .exam-box article dt.pc{
        width: 35%;
        padding-right: 15px;
    }
    .exam-box article dd{
        padding-left: 15px;
    }
}
@media (max-width: 786px) {
    .exam-box article dl{
        display: block;
        width: 100%;
    }
    .exam-box article dt.sp,
    .exam-box article dd{
        display: block;
        width: 100%;
    }
}

.exam-box article dt img+img{
    margin-top: 30px;
}
.exam-box article dd h3.exam-subtitle{
    line-height: 1.5;
    color: #90754c;
    font-size: 1.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: bold;
}
.exam-box article dd p{
    font-size: 1rem;
}
@media (max-width: 786px) {
    .exam-box article dd h3.exam-subtitle{font-size: 1.2rem;}
    .exam-box article dd h3.exam-subtitle br{display: none;}
}
/* ----------------------------------------------------
    afterfollow
------------------------------------------------------*/
.afterfollow{
    position: relative;
    padding: 25px 25px 40px;
    font-size: 1rem;
    background: #f4eee6;
}
.afterfollow:after{
    position: absolute;
    bottom: -20px;
    right: -20px;
    display: block;
    content: "";
    width: 111px;
    height: 96px;
    background: url(../images/c2_a_bg.png) no-repeat center center;
}
.afterfollow h2{
    margin-bottom: 15px;
    color: #394151;
    font-size: 1.5rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: bold;
    text-align: left;
}
@media (max-width: 786px) {
    .afterfollow{
        padding: 25px 25px 30px;
    }
    .afterfollow:after{
        right: -15px;
        width: 85px;
        height: 70px;
        background: url(../images/c2_a_bg.png) no-repeat center center;
        background-size: contain;
    }
    .afterfollow h2{
        font-size: 1.25rem;
    }
}
    

/*****************************************************
******************************************************
    8.Column3
******************************************************
*****************************************************/
#content.column03{
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 50px;
}
#content.column03 .wbg-box{
    margin-bottom: 50px;
}
@media (max-width: 786px) {
    #content.column03{padding-top: 5px;}
}

/* ----------------------------------------------------
    company-box
------------------------------------------------------*/
.company-box {
    display: table;
    width: 100%;
    margin-bottom: 0;
}
@media (min-width: 786px) {
    .company-box .company__info,
    .company-box .company__photo{
        display: table-cell;
        vertical-align: top;
        width: 50%;
    }
}
/*    company__info table
-------------------------------------*/
.company__info dl{
    display: table;
    width: 100%;
    margin-bottom: 8px;
}
.company__info dt,
.company__info dd{
    display: table-cell;
    vertical-align: top;
    line-height: 1.8;
    font-weight: lighter;
}
.company__info dt{
    width: 130px;
}
@media (max-width: 786px) {
    .company-box .company__photo img{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .company__info dt,
    .company__info dd{
        font-size: .9rem;
    }
    .company__info dt{
        width: 95px;
    }
}
/*    business__info
-------------------------------------*/
.business__info li{
    line-height: 3;
    border-bottom: solid 1px #eee;
}
.business__info li:before{
    display: inline-block;
    vertical-align: middle;
    content:"◎";
    margin-right: 5px;
}
@media (max-width: 786px) {
    .business__info li{
        font-size: 1rem;
    }
}

/*****************************************************
******************************************************
    9.Column4_Map
******************************************************
*****************************************************/
#content.column04{
    margin-top: 50px;
}
.map iframe{
    width: 100%;
    height: 500px;
}


/*****************************************************
******************************************************
    10.Contact
******************************************************
*****************************************************/
#content.contact{margin-top: -10px;}

.contact .title__w100{
    position: relative;
    height: auto;
    margin-bottom: 30px;
    padding-top: 70px;
}
/* ----------------------------------------------------
    form-box
------------------------------------------------------*/
.form-box{
    width: 100%;
    padding-bottom: 100px;
    background: url(../images/c_bg.png) #4e6896 repeat center center;
    background-size: contain;
}
/*    table
-------------------------------------*/
.contact .form-box .table dl{
    display: table;
    width: 100%;
    margin-bottom: 0;
}
.contact .form-box .table dl:nth-child(even){
    background: rgba(255, 255, 255, 0.3);
}
.contact .form-box .table dt,
.contact .form-box .table dd{
    padding: 15px;
    font-weight: 500;
}
.contact .form-box .table dt{
    width: 300px;
    color: #fff;
}
.contact .form-box .table dt .red{
    display: inline-block;
    margin-left: 20px;
    font-size: 80%;
    vertical-align: text-bottom;
}
.contact .form-box .table dd{
    font-weight: normal;
}
.checkbox input[type="checkbox"]{
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.contact .form-box .table textarea{
    min-height: 200px;
}
@media (min-width: 786px) {
    .contact .form-box .table dt,
    .contact .form-box .table dd{
        display: table-cell;
        vertical-align: top;
    }
}
@media (max-width: 786px) {
    .contact .form-box .table dt,
    .contact .form-box .table dd{
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .contact .form-box .table dt{
        padding-bottom: 0;
    }
}
/* ----------------------------------------------------
    send-btn
------------------------------------------------------*/
.send-btn .btn{
    display: block;
    width: 450px;
    line-height: 2;
    margin: 40px auto 0;
}
@media (max-width: 786px) {
    .send-btn .btn{
        width: 100%;
    }
}
/*    agree
-------------------------------------*/
.agree{
    display: block;
    width: 520px;
    margin: 30px auto;
}
@media (max-width: 786px) {
    .agree{
        width: 100%;
        font-size: .9rem;
    }
}


/*****************************************************
******************************************************
    11.Footer
******************************************************
*****************************************************/
footer{
    padding: 20px 0;
    background: #fff;
}
footer .copy{
    text-align: center;
}
@media (max-width: 786px) {
    footer{
        margin-top: 0;
        padding: 1px 0 75px;
    }
    footer img{
        width: 100%;
        max-width: 500px;
    }
    footer .copy{
        font-size: 70%;
    }
}
/* ----------------------------------------------------
    SP footer-fix
------------------------------------------------------*/
@media (max-width: 786px) {
    .footer-fix{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #3f5988;
        z-index: 99999;
    }
    .footer-fix a{
        display: block;
        width: 100%;
        padding: 5px;
        color: #fff;
        font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
        font-weight: bold;
        text-align: center;
    }
    .footer-fix ul{
        display: table;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .footer-fix li{
        display: table-cell;
        width: 50%;
    }
    .footer-fix li:first-child{
        border-right: dotted 1px #fff;
    }
    .footer-fix .top-page a{
        border-top: solid 1px #fff;
        background: #394151;
        font-size: .9rem;
    }
}


/*****************************************************
******************************************************
    12.Send
******************************************************
*****************************************************/
#content.send{margin-top: 60px;}
.send .btn-block{
    width: 80%;
    max-width: 280px;
    margin: 50px auto;
}
.send .btn-block a{
    width: 100%;
}
@media (max-width: 786px) {
    #content.send{margin-top: 100px;}
}
