/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: FLATTY - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

body {
  background-color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
 {
    font-weight: 300;
    color: #9D561C;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

h1 {
    font-size: 10px;
    margin-top: 0;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    color: #747474;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em 0 0.8em 2.5em;
    border: 1px solid #7BB476;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-top: 20px;
    text-align: left;
}

h3:before {
    content: "";
    position: absolute;
    background: #219DD0;
    top: 50%;
    left: 0.5em;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #B92A2C inset;
    -moz-box-shadow: 1px 1px 1px #B92A2C inset;
    -webkit-box-shadow: 1px 1px 1px #B92A2C inset;
    -o-box-shadow: 1px 1px 1px #B92A2C inset;
    -ms-box-shadow: 1px 1px 1px #B92A2C inset;
}

h4 {
    color: #16A924;
    font-weight: 400;
    border-bottom: 1px solid rgb(101, 181, 101);
    padding-bottom: 5px;
}

/* Paragraph & Typographic */
p {
    line-height: 21px;
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
    color: #5C5959;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3383BD;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.navbar-default {
/* background: url("../img/main_image.jpg") no-repeat center; */




border-color: transparent;
/* height: 460px; */
/* background-size: cover; */
background: rgb(244, 244, 244);
border-bottom: 3px solid #DACEF7;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    /* border-bottom: 2px solid rgba(0, 0, 0, 0); */
    font-size: 16px;
    font-weight: lighter;
    background: rgb(50, 133, 190);
    line-height: 26px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
    border-right: 1px solid #fff;
}
.navbar-default .navbar-nav > li:last-child > a {
    margin-right: 0;
    border: 0;
}

/* Helpers */

.mt {
    /* margin-top: 40px; */
    /* margin-bottom: 40px; */
}

.form-control {
    height: 42px;
    font-size: 18px;
    width: 280px;
}

i {
    margin: 8px;
    color: #3498db;
}


/* HeaderWrap */
#headerwrap {
    margin-top: 110px;
    background-attachment: relative;
    background-position: center center;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
    margin-top: 60px;
    margin-bottom: 15px;
    color: white;
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center;
}
#top_contents img {
    float: left;
    margin: 0 10px 10px 0;
}
.button {
    padding: 10px 50px;
    color: #F2F2F2;
    background: #219DD0;
    border: 2px solid #219DD0;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.button:hover {
    background: #FFFFFF;
    color: #219DD0;
    border: 2px solid #219DD0;
}
.sideTopicsLink li {
    margin-bottom: 15px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.sub_page img {
    float: left;
    margin: 0 10px 10px 0;
}
#headerwrap.sub {
    /* min-height: 400px; */
}

#headerwrap .col-lg-6{
  padding-left: 0!important
}
.col-lg-4 img {
}

.main_image {
    margin-top: 125px;
    margin-bottom: 50px;
}
.image_back {
    background: url("../img/center_image.jpg") no-repeat left;
    padding: 40px 0;
    background-size: cover;
    margin-bottom: 20px;
}
.row.mt.centered.image_back h3 {
    border: none;
    font-size: 29px!important;
    color: rgb(18, 173, 208);
}

.image_back02 {
    background: url("../img/center_image02.jpg") no-repeat right;
    padding: 40px 0;
    background-size: cover;
}
.row.mt.centered.image_back02 h3 {
    border: none;
    font-size: 29px!important;
    color: rgb(18, 173, 208);
}

.top_back_image {
    padding-bottom: -10px;
}

.col-lg-4 img{
    /* border-radius: 50%; */
    border: 3px solid #DEDBE2;}

.col-lg-5　img{
    border-radius: 50%;
    border: 3px solid #B7A1D3;
}

#top_contents img{
    /* border-radius: 50%; */
    border: 3px solid #E2E0DE;
}

.image_back p {
    /* color: #B2B2B2; */
}

.navbar.navbar-default.navbar-fixed-top.sub {
    /* height: 390px; */
}
.col-lg-5 img {
    border-radius: 50%;
    3px solid #E2E0DE;
}
.color_back01 {
    background: rgb(212, 222, 229);
    padding: 10px 0;
}
.color_back02 {
    background: rgb(229, 249, 192);
    padding: 10px 0;
}

.color_back02 {}

.color_back03 {
    background: rgb(250, 249, 177);
    padding: 10px 0;
}

.color_back04 {
    background: rgb(255, 222, 152);
    padding: 10px 0;
}