@charset "utf-8";
/* CSS Document */

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

/*============================================================
 http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
============================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #009ae3;
    text-decoration: none;
}
a:hover {
    color: #009ae3;
    text-decoration: underline;
}
/***************************************************/
/* common style
/***************************************************/
/* sitemap調整
/*----------------------------------------------------*/
#slide {
    box-shadow: 0 0 1px #000000;
}
.swiper-slide img {
    vertical-align: bottom;
    width: 100%;
}
#sitemap .line-content a {
    color: #009ae3;
    text-decoration: none;
}

#sitemap .line-content a:hover {
    text-decoration: underline;
}
span.top-scroll-poti a {
    display: inline-block;
    padding: 0 5%;
    z-index: 9999;
}


/* swiper調整
/*----------------------------------------------------*/
.swiper-slide {
    background-color: rgba(171,209,229,0.92);
    box-shadow: 0 0 1px #666;
}
.swiper-slide img {
    opacity: 0.35;
    transition: opacity 0.3s ease 0s;
}
.swiper-slide.swiper-slide-active img {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
#slide .swiper-button-prev,
#slide .swiper-container-rtl .swiper-button-next {
    background-image: url("/img/slide/arrow-icon.png");
    left: 22%;
    right: auto;
}
#slide .swiper-button-next,
#slide .swiper-container-rtl .swiper-button-prev {
    background-image: url("/img/slide/arrow-icon.png");
    transform: scale(-1, 1);
    left: auto;
    right: 22%;
}

#contact .con_center .submit_btn[disabled=""] {
	color: #EAEAEA;
}