@charset "utf-8";
body,a,ul,li,h1,h2,h3,p,div,img,span {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    font-size: 15px;
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    min-width: 1080px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,
button:hover {
    opacity: 0.7 !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

div.wrapper {
    width: 1080px;
    margin: 0 auto;
}

section {
    padding: 30px 0;
}

h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

h2 {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}

h3 {
    font-size: 18px;
    border-bottom: 3px solid #ad90ff;
    padding-bottom: 7px;
}

.phoneOnly {
    display: none !important;
}


/* button */
.sc_btn {
    background: #4e4e4e;
    color: #fff;
    font-weight: bold;
    width: 200px;
    display: block;
    text-align: center;
    padding: 11px;
}

.btn_demo {
    background: #ff4141;
}


/* icons */
.btn_newTab {
    background-image: url("../../images/ico_newTab_nocolor.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 15px;
}


/* header */
header {
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 3;
    background: #fff;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
    min-width: 1080px;
}

header a.logo {
    float: left;
}

header nav {
    float: right;
}

header ul#gNavi li {
    display: inline-block;
}

header ul#gNavi li + li {
    margin-right: 15px;
}


/* otherService */
section#otherService ul {
    padding: 50px 0;
    overflow: hidden;
}

section#otherService ul li {
    width: 50%;
    padding: 0 25px;
    float: left;
}

section#otherService ul li:first-child {
    border-right: 1px solid #cfd3d6;
}

section#otherService ul li a {
    display: block;
}

section#otherService ul li img {
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}

section#otherService p.addition {
    font-size: 13px;
    color: #7d7d7d;
}

section#otherService p.addition a {
    color: #7d7d7d;
    text-decoration: underline;
}


/* footer */
footer {
    background: linear-gradient(to bottom right, #6a6a6a, #323232 83%);
    padding: 60px 0;
    text-align: center;
    color: #fff;
}

footer a {
    color: #fff;
}

footer ul.footMenu {
    margin: 10px 0;
}

footer ul.footMenu li {
    display: inline-block;
}

footer ul.footMenu li + li {
    margin-left: 15px;
}


/* 下層見出し */
section.underTop {
    background: linear-gradient(to bottom right, #60a6ff, #ad90ff 70%);
    text-align: center;
}

section.underTop p {
    color: #fff;
}