@charset "utf-8";

/* body */

html {
    width: 100%;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #323232;
    background: #ffffff;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
}

#loader {
    width: 64px;
    height: 64px;
    display: none;
    position: fixed;
    _position: absolute;
    /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -18px;
    /* heightの半分のマイナス値 */
    margin-left: -32px;
    /* widthの半分のマイナス値 */
    z-index: 1000;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

#container {
    overflow: hidden;
}

a {
    color: #FFF;
    line-height: inherit;
    text-decoration: none;
    font-size: 100%;
}

p {
    font-size: 13px;
    margin: 0;
}

h1 {
    color: #B9B9B9;
    font-size: 10px;
    padding-top: 10px;
    margin: 0;
}

.sp-br {
    display: none;
}

.pa-0 {
    padding: 0;
}

table {
    width: 100%;
    margin-top: 35px;
    border: 0;
    margin-bottom: 0;
}

td, th {
    padding: 5px 0 5px 0;
    height: 25px;
    text-align: left;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #fff;
}

td {
    width: 20%;
    background: #fff;
}

th {
    width: 80%;
}

input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 5px;
    border-color: #052882;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: inline;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0;
    padding: 10px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #fff;
    border-style: solid;
    border-width: 5px;
    border-color: #052882;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

button, .button {
    background-color: #1E2024;
}

.button:hover, .button:focus {
    background-color: #FF7F00;
    border-color: #FF7F00;
}

select {
    margin: 0;
    width: 50%;
}


/*===== main =====*/

.main {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 56.25%;
    background: url(../img/main.jpg) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 50px;
}

.m-text {
    position: absolute;
    right: 30px;
    top: 150px;
}


/*===== nav =====*/

.nav {
    display: none;
    width: 100%;
    background: #052882;
    z-index: 100;
    position: fixed;
    top: 0;
}

.nav ul {
    margin: 0;
    padding-top: 25px;
}

.nav ul li {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.nav ul a {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.nav ul a:hover {
    color: #B9B9B9;
    font-size: 15px;
    font-weight: bold;
}

.inline-list>li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem;
}

.current a {
    color: #B9B9B9 !important;
}

.spbtn {
    cursor: pointer;
}

#hide {
    display: none;
}


/*===== contents =====*/

.servise {
    background: #404040;
    width: 100%;
    padding: 70px 0 50px 0;
}

.servise p {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 1;
}

.servise p span {
    font-size: 18px;
}

.photo {
    padding-bottom: 100px;
}

.servise ul {
    padding-top: 135px;
}

.servise ul li {
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.servise ul p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.s-icon {
    display: block;
    margin: 0 auto;
}

.photo p {
    color: #323232;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    padding: 30px;
}

.photo p span {
    font-size: 18px;
}

.image-base {
    min-height: 430px;
    /* 高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。　*/
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /* 背景画像をフルスクリーンにフィットさせます */
}

.image {
    background: url(../img/pal.jpg) no-repeat fixed;
    /* 背景画像を固定させます。 */
}

#row-2nd {
    position: relative;
    background: url(../img/home-final_20.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0 100px 0;
}

#row-2nd-in {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 50px 50px;
    margin: 0 auto;
    width: 90%;
    max-width: 950px;
    font-size: 1rem;
    line-height: 1.7;
}

.m-t1 {
    display: block;
    text-align: center;
    color: #052882;
    font-size: 30px;
}

.m-t2 {
    display: block;
    text-align: center;
    color: #052882;
}

.m-t3 {
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.m-t4 {
    display: block;
    text-align: right;
    margin-top: 30px;
    font-size: 18px;
}

.arrow {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    height: 76px;
}

.company {
    position: relative;
    background: url(../img/company.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0 30px 0;
}

.company p {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    padding: 30px;
}

.company p span {
    font-size: 18px;
}

.inquiry {
    background: #052882;
    padding-bottom: 30px;
}

.inquiry p {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    padding: 30px;
}

.inquiry p span {
    font-size: 18px;
}

.co-text1 {
    font-size: 30px !important;
    text-align: left !important;
    padding: 0 0 20px 0 !important;
}

.co-text2 {
    font-size: 18px !important;
    text-align: left !important;
    padding: 0 0 20px 0 !important;
}

button, .button {
    background-color: #c2c2c2;
    margin-left: 5px;
}

.bo {
    text-align: left !important;
    padding: 20px 0 0 0 !important;
}


/*===== footer =====*/

.footer {
    background: #040f2c;
    width: 100%;
    height: auto;
}

.footer-in {
    width: 950px;
    padding: 20px 0 20px 0;
}

.footer ul {
    display: block;
    width: 496px;
    margin: 0 auto;
    font-size: 15px;
    padding-bottom: 90px;
}

.footer p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
    color: #BABABA;
}

.footer a {
    color: #fff;
}

#pagetop {
    width: 50px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    list-style-type: none;
    z-index: 9999;
}


/*===== google-maps =====*/

.google-maps {
    position: relative;
    /*これが縦横比*/
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.row-1250 {
    max-width: 1250px !important;
    display: block !important;
}


/* メディアクエリ設定（iPhone 6 and iPhone 6+ がデバイスが縦置きとデバイスが横置きのとき） */

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 736px), only screen and (max-width: 480px) {
    .m-text {
        position: absolute;
        right: 0px;
        top: 60px;
        padding: 0 15px 0 15px;
    }
    .nav {
        padding: 10px 0 10px 0;

    }
	.nav ul {
    margin: 0;
    padding-top: 25px;
    line-height: 2.6;
}
    #row-2nd-in {
        width: 100%;
    }
    .company {
        padding: 20px 0 !important;
        background: url("../img/company-bg-smp.jpg") no-repeat;
        background-size: cover;
    }
    .image {
        background: url(../img/pal.jpg) no-repeat;
        /* 背景画像を固定させます。 */
        background-attachment: scroll;
    }

    /*===== contents =====*/
    input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0;
        background-color: #fff;
        border-style: solid;
        border-width: 5px;
        border-color: #052882;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.75);
        display: inline;
        font-family: inherit;
        font-size: 0.875rem;
        height: 2.3125rem;
        margin: 0;
        padding: 10px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: border-color 0.15s linear, background 0.15s linear;
        -moz-transition: border-color 0.15s linear, background 0.15s linear;
        -ms-transition: border-color 0.15s linear, background 0.15s linear;
        -o-transition: border-color 0.15s linear, background 0.15s linear;
        transition: border-color 0.15s linear, background 0.15s linear;
    }
    select {
        margin: 0;
        width: 100%;
    }
    .image-base {
        min-height: 150px;
        /* 高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。　*/
    }
.google-maps {
    position: relative;
    /*これが縦横比*/
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
    /*===== footer =====*/
    .footer-in {
        width: 100%;
    }
    .footer ul {
        width: 100%;
        padding-right: 1.375rem;
        font-size: 10px;
        padding-bottom: 40px;
    }
    .footer p {
        font-size: 10px;
    }
    table tr th, table tr td {
        color: #222222;
        font-size: 10px;
        padding: 0.5625rem 0.625rem;
        text-align: left;
    }
    tr {
        display: block;
        width: 100%;
    }
    th {
        display: block !important;
        width: 100%;
        height: auto;
    }
    td {
        display: block !important;
        width: 100%;
        height: auto;
        background: #DADADA;
    }
    .sp-br {
        display: inline;
    }

    .pc-text-align-center{
        text-align:inherit !important;
    }

}


/* iPad, 2, 3, 4, iPad Air, iPad mini, iPad mini Retina */

@media only screen and (min-device-width: 737px) and (max-device-width: 1025px) {
    /*===== footer =====*/
    .footer-in {
        width: 100%;
    }
}
/* ipad & pc */
@media only screen and (min-device-width: 737px){
  .pc-text-align-center{
      text-align: center !important;
  }
}
