@charset "UTF-8";


/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}


.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    text-align: center;
    color: #f8f8f8;
    background: url(../image/intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.intro-header2 {
    text-align: center;
    color: #f8f8f8;
background: #3972b7;
height:auto;
background: url(../image/head_bg02.jpg) no-repeat center center;
background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 10%;
}

.intro-message>h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}

.intro-divider {
    width: 980px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}



/*チェックボックス
---------------------------------------------------------------------------*/

.check_box {
width: 720px;
    height: auto;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.check_list {
    float: left;
    width: 95%;
    margin-top: 5px;
}

.check_in {
    float: left;
    width: 95%;
    margin-top: 5px;
    padding-left: 15px;
}

.check_right {
    float: left;
    width: 260px;
}

.space1 {
    height: 1px;
}

.check {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 16px;
    counter-increment: titleNum;
}

.check_list li {
    list-style: none;
    background: url(../image/check_icon1.png) left top / auto auto no-repeat scroll padding-box border-box transparent;
    padding: 3px 0px 3px 38px;
    line-height: 30px;
    background-position-y: 2px;
}



/*ゆいまーる---------------------------------------------------------------------------------------------------------------------------------------------------*/

.business2 #menubar {
    background: #f57c00;
    ;
    color: #ffffff;
}

.business2 .widget h3 {
    border-left: 5px #FF5722 solid;
    border-bottom: 1px #cccccc solid;
    padding-left: 10px;
    font-size: 13px;
}

.business2 #main h2 {
    clear: both;
    padding: 12px .75em;
    background-color: #ffffff;
    border-radius: 6px;
    color: #111111;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.business2 #main h2:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    top: 11px;
    left: 8px;
    height: 27px;
    background-color: #ff5722;
}

.business2 #main h3 {
    border-top: 1px solid #212121;
    border-bottom: 1px solid #212121;
}

.business2 nav#menubar ul li a:hover {
    background: none 0% 0% / auto auto repeat scroll padding-box border-box #FF5722;
    color: #fff;
}

.business2 nav#menubar ul li a {
    color: #ffffff;
}

.business2 #sub ul.submenu li a:hover {
    background-color: #F57C00;
    color: #fff;
}

.business2 a:hover {
    color: #FF9800;
    text-decoration: none;
}

.button{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #FFF;
    border-bottom: solid 4px #388E3C;
    border-radius: 3px;
    line-height: 2.2;
    font-size: 32px;
    background: #4CAF50;
}
.button:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
text-decoration:none;
}

.business2 header {
    border-top: 4px;
    border-top-color: #F57C00;
    color: #ffffff;
    border-style: solid;
}

.button_bg{margin-top:-155px;}

.business2 footer {
    background-color: #fff;
    color: #212121;
    border-top-style: solid;
    border-color: #f57c00;
    border-top-width: 10px;
}

.business2 footer a {
    color: #212121;
}

.business2 footer a:hover {
    color: #f57c00;
}

.business2 .step_midashi span {
    color: #FF5722;
}

.yakusoku_title {
    position: relative;
    padding: .5em .75em;
    background-color: #FF9800;
    border-radius: 6px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.yakusoku_title::after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #FF9800;
}

.moushikomi_title {
    position: relative;
    padding: .5em .75em;
    background-color: #f6f6f6;
    border-radius: 6px;
    color: #212121;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.moushikomi_title::after {
    position: absolute;
    top: 100%;
    left: 49%;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #f6f6f6;
}

.moushikomi_title2 {
    position: relative;
    padding: .5em .75em;
    background-color: #F57C00;
    border-radius: 6px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #F57C00;
}

.content-section-a2 {
    padding: 50px 0;
    background-color: #fff;
}

.content-section-a3 {
    padding: 16px 0;
    background-color: #ffa726;
}

.content-section-a4 {
    padding: 16px 0;
    background-color: #f9f9f9;
}

.content-section-a5 {
    padding: 16px 0;
    background-color: #FFFCF2;
}


.content-section-a6 {
background: -moz-linear-gradient(25deg, rgba(255, 167, 115, 0.8), rgba(253, 154, 117, 0.8)),url(../image/offer_bg.jpg);
background: -webkit-linear-gradient(25deg, rgba(255, 167, 115, 0.8), rgba(253, 154, 117, 0.8)),url(../image/offer_bg.jpg);
background: linear-gradient(25deg, rgba(255, 167, 115, 0.8), rgba(253, 154, 117, 0.8)),url(../image/offer_bg.jpg);
background-size:cover;
background-position:center;
/*以下グラデーションとは関係のない部分*/
line-height: 1.7em;
text-align: center;
color: #FFF;
padding: 0em 0 0 0;
}
.content-section-a7 {
    padding: 0px 0;
    background:url(../image/bg.jpg);
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}


@media (max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message>h1 {
        font-size: 33px;
    }

    .intro-message>h3 {
        font-size: 16px;
    }

    ul.intro-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons>li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}


@media (max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }

    .content-section-a2 {
        padding: 0px 0;
    }
}

@media (max-width: 480px) {

    .button {
        border-radius: 5px;
        width: 80%;
        font-size: x-large;
        margin-left: auto;
        margin-right: auto;
        padding: 8PX;
    line-height: 2.5;
height:80px;
    }

.intro-header2 {
    height: auto;
}
	
.check_box {
width: 100%;
    height: auto;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}	
	

}

@media (max-width: 1020px) and (min-width: 768px) {

.intro-header2 {
    height: auto;
}

}

.top-offer {
    position: relative;
    margin-bottom: 4rem;
}

.top-offer img {
    margin: auto;
}

.top-offer a {
    position: absolute;
    bottom: 7.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 92%;
}

@media (max-width: 480px){
    .top-offer a {
        width: 91%;
        bottom: 8%;
    }
}