/*
 * 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%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:normal;
}

.topnav {
    font-size: 14px; 
}

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

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

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

.intro-header3 {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    background-color:#fff ;
    background-size: cover;
}

.intro-header4 {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #444444;
    background: url(../image/intro-bg3.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);
}

/*ƒ`ƒFƒbƒNƒ{ƒbƒNƒX
---------------------------------------------------------------------------*/
.check_box{
	  width : 100%;
  	  height : auto;
	  padding: 10px;
}
.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 {
    border-radius: 5px;
    background-color: #4CAF50;
    border: 2px solid #4CAF50;
    color: #fff;
    box-shadow: 0 3px 0 rgb(50, 137, 54);
    width: 50%;
    font-size: xx-large;
    margin-left: auto;
    margin-right: auto;
    padding: 8PX;}
.button:hover { background-color: #fff; border-color: #4CAF50;color:#4CAF50;}
.button::before {background-color: #4CAF50;}
.button::after {background-color: #4CAF50;}
.button:hover::before {background-color: #4CAF50;}
 .button:hover::after {background-color: #4CAF50;}
  .business2 header{border-top: 4px; border-top-color: #F57C00; color:#ffffff; border-style: solid;}
  .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: #00BCD4;
    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 #00BCD4;
  }
  .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;
  }


@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%;
    }
}

.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: #4CAF50;
}

.content-section-a3 {
    padding: 50px 0;
    background: url(../image/gridme.jpg);
    background-repeat: repeat;
}




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

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

.content-section-orange2 {
    padding: 50px 0;
    background-color: #FFE0B2;
}

.content-section-green {
    padding: 50px 0;
    background-color: #4CAF50;
}

.content-section-pink {
    padding: 50px 0;
    background-color: #F8BBD0;
}

.content-section-pink2 {
    padding: 50px 0;
    background-color: #E91E63;
}

.content-section-brown {
    padding: 50px 0;
    background-color: #795548;
}

.content-section-lightblue {
    padding: 50px 0;
    background-color: #BBDEFB;
}

.content-section-blue {
    padding: 50px 0;
    background-color: #2196F3;
}

.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;
}

@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;
}
}

footer {
    padding: 50px 0;
}

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

@media(max-width:480px) {
.content-section-a3 {
    padding: 0px 0;
}


.intro-header4 {
    padding-top: 0;
    padding-bottom: 16px;
    text-align: center;
    color: #444444;
    background: url(../image/intro-bg3.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 8px;
}



}