body {
    background: #fff
}
a, a:hover {
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s
}
header {
    padding: 2em 0
}
.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}
.theme-showcase > p > .btn {
    margin: 5px 0;
}
.theme-showcase .navbar .container {
    width: auto;
}
.logo {
    max-width: 220px
}
.navbar-inverse {
    background-color: #fff;
    border-color: #eee;
    background-image: none;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #999;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #eee;
}
.navbar-brand {
    height: 80px;
    padding: 18px 15px;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #343434;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #343434;
    background-color: #eee;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #343434;
    background-color: #eee;
    background-image: none;
    box-shadow: none
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #343434;
    background-color: #eee;
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .25);
}
.navbar-toggle {
    padding: 14px 10px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #eee;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}
.nav>li>a {
    padding: 13px 15px;
    border-bottom: 2px solid #337ab7;
    background: #5DA0DA;
    color: #fff;
    font-size: 16px;
}
.nav>li>a:focus, .nav>li>a:hover {
    color: #337ab7
}
.jumbotron {
    background: url(../img/bg.jpg) bottom left no-repeat;
    border: 1px solid #eee;
    background-size: cover;
}
.what {
    color: #337ab7;
}
.point p {
    font-size: 1.5em
}
p i {
    margin-right: .5em
}
.point p:nth-child(1) .glyphicon-ok {
    color: #F03
}
.point p:nth-child(2) .glyphicon-ok {
    color: #F60
}
.point p:nth-child(3) .glyphicon-ok {
    color: #FC0
}
.point p:nth-child(4) .glyphicon-ok {
    color: #3C6
}
.point p:nth-child(5) .glyphicon-ok {
    color: #609
}
.alert-warning {
    margin-top: 25px
}
.alert-warning > h2 {
    margin-top: 0
}
ul.plan {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    margin-left: -1em
}
ul.plan li {
    float: left;
    margin: 0 .5em 1em 1em;
}
ul.plan span {
    background: #FFDFCA;
    padding: .7em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    position: relative;
}
ul.plan span:hover {
    background: #F60;
    color: #fff
}
ul.plan span::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.46em 1em;
    border-style: solid;
    border-color: #FFDFCA #FFDFCA #FFDFCA transparent;
    left: -1em;
}
ul.plan li:first-child span::before {
    border-style: none;
    left: -1em
}
ul.plan span:hover::before {
    border-color: #F60 #F60 #F60 transparent;
}
ul.plan span::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #FFDFCA;
    right: -1em;
}
ul.plan span:hover::after {
    border-left-color: #F60;
}
ul.plan .current, ul.plan .current:hover {
    font-weight: bold;
    background: none;
}
ul.plan .current::after, ul.plan .current::before {
    content: normal;
}
h2 {
    font-size: 25px
}
.text-lg {
    font-size: 2em;
}
.text-point {
    font-size: 1.5em;
}
.bs-callout {
    padding: 0 20px 5px;
    margin: 20px 0 40px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout-info {
    border-left-color: #06C;
}
.bs-callout-info h3 {
    color: #06C;
}
.inq {
    width: 100%;
    padding: 30px;
    background: #337ab7;
    margin: 2em 0 0;
    display: table;
    text-align: center
}
.inq p {
    color: #fff
}
.inq a {
    border: 3px solid #337ab7;
    background: #fff;
    color: #337ab7;
    font-weight: bold;
    font-size: 2em;
    padding: 15px;
    margin: 10px 0 0;
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s
}
.inq a:hover {
    border: 3px solid #fff;
    background: #337ab7;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s
}
.breadcrumb {
    background: none;
    margin-top: -1em
}
footer {
    padding: 2em 0 1em;
    background: #aaa
}
footer ul, footer li {
    list-style: none
}
footer ul {
    margin: auto;
    display: table;
    padding: 0
}
footer li {
    padding: 0 1em;
    float: left;
}
footer a {
    color: #fff
}
.copy {
    padding: 2em 0 0 0;
    text-align: center
}
.page-header {
    margin: 60px 0 20px
}
section h2 {
    margin: 30px 0 10px
}
.man {
    max-width: 70px;
}
.man + p {
    text-align: center
}
th {
    width: 15%;
    text-align: center
}
body > h1 {
    color: #333;
    border-bottom: #eee 1px solid;
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
}
nav h1 {
    margin: 0;
    padding: 0
}
img.trans {
    max-width: 150px
}
.hlist {
    background: #FFD6BA;
    padding: .5em .8em;
    border-radius: 5px
}
.inq .col-md-9 p {
    text-align: left
}
.inq .col-md-3 {
    margin-bottom: 2em
}
.col-sm-3 ul {
    padding-left: 20px
}
.col-sm-3 h2 {
    padding-bottom: .4em;
    border-bottom: #F90 2px solid;
    margin-top: 10px;
}
.col-sm-3 h2 a {
    color: #343434
}
.photo {
    margin-top: 30px
}
.navbar-header {
    background: #3C95E2
}
.navbar-header > span {
    position: absolute;
    top: 16px;
    font-size: 20px;
    right: 57px;
    color: #fff
}
.navbar-collapse.in {
    background: #f6f6f6
}
.navbar-toggle .icon-bar {
    background: #fff
}
header h1 {
    font-size: 11px;
    float: right;
    margin-top: 8px
}
.highlight {
    padding: 0 14px 9px;
    margin-bottom: 14px;
    background-color: #f9f9f9;
    margin-top: 40px;
}
.highlight h1 {
    font-size: 25px;
    padding: .2em .5em;
    margin-right: -14px;
    top: 26%;
    position: absolute;
    right: 30px;
}
.col-xs-12:nth-child(1) .highlight {
    border: 1px solid #FD6E00;
}
.col-xs-12:nth-child(1) .highlight h1 {
    background: rgba(253, 110, 0, 0.8);
    color: #fff
}
.col-xs-12:nth-child(2) .highlight {
    border: 1px solid #06F;
}
.col-xs-12:nth-child(2) .highlight h1 {
    background: rgba(0, 102, 255, 0.8);
    color: #fff
}
.col-xs-12:nth-child(3) .highlight {
    border: 1px solid #F39;
}
.col-xs-12:nth-child(3) .highlight h1 {
    background: rgba(255, 51, 153, 0.8);
    color: #fff
}
.col-xs-12:nth-child(4) .highlight {
    border: 1px solid #FC0;
}
.col-xs-12:nth-child(4) .highlight h1 {
    background: rgba(255, 204, 0, 0.8);
    color: #333
}
.highlight ul {
    padding-left: 20px
}
.highlight .img-list {
    margin: 0 -14px 14px;
    max-width: calc(100% + 28px)
}
.recommend h2 {
    font-size: 20px;
    color: #FF9900
}
.recommend .img-rounded {
    max-width: 200px;
    border-radius: 50%;
    margin-top: 2em;
}
div.step {
    padding: 0 0 30px;
}
div.step section {
    width: 20%;
    padding: 15px 20px;
    float: left;
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    background: #FFEED3;
}
p.num {
    text-align: center;
    display: inline-block;
    float: left;
    background: #f90;
    padding: .5em;
    margin: -15px -20px;
    color: #fff;
}
p.num span {
    display: block;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
}
p.num+h1 {
    margin: 10px 0 0 40px;
    font-size: 14px
}
.col-xs-12 h2 {
    text-align: center;
    margin: 2em 0 1em
}
.jumbotron h2 {
    margin-top: 1em;
    text-align: left
}
.jumbotron {
    margin-bottom: 40px
}
.img-sm {
    display: none
}
.panel-heading, .panel h2 {
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: bold
}
.panel-body ul {
    padding-left: 20px
}
.panel-body img {
    margin-bottom: 1em
}
.panel-body select {
    width: 100%
}
ul.col-xs-6 {
    padding-left: 40px
}
h3 {
    font-size: 17px;
    text-align: center;
}
h1.link {
    margin: 60px 0 30px
}
h1+h2 {
    margin: -10px 0 30px
}
.panel-primary .panel-heading a, .panel-primary .panel-heading a:hover {
    color: #fff
}
img.counseling {
    max-width: 230px
}
.panel-info h2 {
    text-align: left;
    color: #31708f;
    font-weight: bold
}
.panel-danger h2, .panel-danger h2 a {
    margin-bottom: .5em;
    color: #a94442;
}
.panel-body a+h2 {
    margin-top: 0;
    text-align: left
}
.panel-body .btn {
    float: right;
    margin: .5em 0 1.5em
}
.panel-body h3 {
    margin: 10px 0;
    padding: 5px;
}
.bg-default {
    background: #f5f5f5
}
.panel-body .btn-info, .panel-body .btn-warning, .panel-body .btn-danger {
    margin-bottom: 0
}
.panel-body .col-xs-12:last-child .btn {
    margin-bottom: 0
}
.inq+div {
    background: #FFF0F5
}
.inq+div>.container {
    padding: 4em 0 3em
}
.btn-lg {
    margin-bottom: .5em
}
img.log {
    max-width: 120px;
    margin: 0 .5em 1em 0
}
.post div:last-child img.log {
    margin-bottom: 0
}
.img-inq {
    margin-bottom: 1.5em;
    display: inline-block;
}
ul.prog, ul.flag {
    list-style: none;
    line-height: 1.9em;
    margin-bottom: 0;
    padding-left: 7px
}
.col10, .col30 {
    margin: 0 15px;
    float: left
}
.col10 {
    width: 8%
}
.col30 {
    width: 25.2%
}
.step>.container {
    max-width: 768px
}
.dropdown-menu>li>a {
    border-bottom: #eee 1px solid;
    padding: 11px 20px
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #D5E6F5;
}
span.label {
    margin-right: 5px
}
.dropdown-menu {
    padding: 0
}
.col-inq {
    margin-top: 2em
}
th {
    background: #eee
}
td {
    text-align: center
}
em {
    font-style: normal;
    color: #CC0000;
    display: block;
    font-size: 90%
}
p.what {
    margin-bottom: .2em
}
p.tel {
    font-size: 35px;
    display: inline-block;
    float: right;
    clear: both;
    margin: -7px 0px 0 16px;
    font-weight: bold;
}
p.tel .glyphicon {
    font-size: 25px
}
.post h3 {
    margin: 0;
    text-align: left;
    font-weight: bold
}
h2+p.label {
    margin: 1em 0 .5em;
    display: inline-block;
    font-size: 100%
}
.mgb_40{
        margin-bottom: 40px;
}
.mgt_40{
    margin-top: 40px;
}
.mgt_20{
    margin-top: 20px;
}
.mgt_10{
    margin-top: 10px;
}
p.annotation{
    font-size: 80%;
    padding: 10px;
}
div.list-p{
    padding:23px 10px 5px 3px;
}
div.list-p ul {
    list-style: circle;
    font-size: 17px;
    color: #1853A3;
}
div.planning h3{
    font-size: 18px;
    text-align: left;
    color: #125A28;
    font-weight: bold;
}
div.planning{
    padding:2px 11px 19px 22px;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #03580D;
}
.pl-allow{
    width: 0;
    height: 0;
    border-top: 30px solid #159828;
    border-right: 80px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 80px solid transparent;
    margin: 0 auto;
}
.dot{
    border-top: 1px dotted #ccc;
    padding-top:20px;
}
h2,h3.dot{
    text-align: left;
}
h2.cont-tl{
    font-size: 1.7em;
    color: #2D6CB7;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px !important;
}
.cont-tl2{
    font-size:1.2em;
    color: #2D6CB7;
    font-weight: bold;
    background-color: rgba(163,194,236,0.4);
    padding: 8px 11px 6px 10px;
}
table.table-money th,td{
    text-align: left;
    padding: 5px 10px;
}
.cap{
    font-weight: bold;
    font-size: 1.2em;
    color: #0A2367;
    padding-left: 10px
}
div.t-point{
    border: 1px solid #F47577;
    padding: 0 12px 6px 18px;
    border-radius: 10px;
}
div.t-point h3{
    text-align: left;
    color: #E35D5F;
    font-weight: bold;
    border-bottom: 1px dotted #F47577;
    padding-bottom:12px;
    margin-bottom:15px;
}

.o-check{
    padding: 7px 10px 20px 35px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
}
.check ul,.check li{
    position: relative;
    list-style: none;
    font-size: 1.3em;
    line-height: 170%;
}
.check li{
    padding-left: 10px;
}
.check ul,.check li::after{
    display: block;
    content: '';
    position: absolute;
    top: .3em;
    left: -1em;
    width: 15px;
    height: 10px;
    border-left: 3px solid #3498db;
    border-bottom: 3px solid #3498db;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.c-list{
    padding-left: 0px;

}

.list-tl{
    border-bottom: solid 2px #C3C56E;
    padding-bottom: 2px;
}
.list-tl2{
    border-bottom: solid 2px #ECBFC0;
    padding-bottom: 2px;
}
ul.list-point{
    -webkit-padding-start: 3px!important;
    -webkit-margin-after: 0 !important;
    }
.list-point li{
    margin-bottom: 8px;
    line-height: 180%;
}
.list-point li:last-child{
    margin-bottom: 0;
}
.list-cont{
    font-size: 90%;
    margin-top: 7px;
}

/* LINE@ボタン用 */
.lineat {
	color: #fff;
	background-color: #1DCD00;
	border-color: #148E00;
}
a.lineat:hover{background:#20BD07;color: #fff;transition:.1s ease all}
a.lineat>i.icon{vertical-align:middle}

@media (max-width: 1199px) {
    .navbar-nav>li {
        font-size: 13px
    }
    .highlight h1 {
        top: 43%;
    }
}
@media (max-width: 991px) {
    .nav>li>a {
        padding: 14px;
        font-size: 14px;
    }
    .highlight h1 {
        top: 33%;
    }
    div.step section {
        width: 33%;
        margin-bottom: 1em
    }
    .col30 {
        width: 25.1%;
    }
    header h1 {
        float: left;
        margin-left: 5px
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        margin: 0 auto 19px;
        float: none;
        display: table;
        width: 100%
    }
    .navbar-nav>li {
        border-left: 2px solid #fff;
        display: table-cell;
        float: none;
        text-align: center;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        padding: 0;
    }
    .navbar-header > span {
        display: none
    }
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #eee;
        background-color: transparent;
    }
    .alert-warning {
        width: 96%;
        margin: 25px auto;
    }
    .jumbotron p {
        font-size: 14px;
    }
    .inq .col-sm-6 {
        padding: 0 2px
    }
    .inq .col-sm-6 a {
        padding: 14px 5px;
        font-size: 19px
    }
    ul.plan span {
        font-size: 11px;
    }
    ul.plan span::before {
        margin-top: 0;
        border-width: 0 0 0 0;
        border-style: none;
        border-color: nonet;
        left: 0;
    }
    .inq p {
        font-size: 13px;
    }
    .inq p.text-lg {
        font-size: 16px
    }
    .col-sm-3 h2 {
        font-size: 20px
    }
    header h1 {
        font-size: 11px;
        float: none;
        text-align: center
    }
    .logo {
        margin: 0 auto;
        display: block
    }
    .col-sm-6 {
        width: 50%;
    }
    .highlight h1 {
        top: 21%;
    }
    .nav>li>a {
        border-bottom: 1px solid #fff;
        font-size: 15px;
        line-height: normal;
        padding: 8px 15px
    }
    .container .jumbotron {
        background: url(../img/bg.jpg) bottom no-repeat;
        background-position: -280px;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
    .col30 {
        width: 25.6%;
        margin: 0 6px
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 8px 15px 8px 25px;
    }
    header h1, p.tel {
        float: none;
        margin: 0;
        display: block;
        text-align: center
    }
    div.planning{
    font-size: 14px;
    }
    .text-point {
    font-size: 1em;
    }

@media (max-width: 480px) {
    .jumbotron .h1, .jumbotron h1 {
        font-size: 28px
    }
    h1 {
        font-size: 22px
    }
    h2 {
        font-size: 18px
    }
    .text-point {
    font-size: 1em;
    }
    .btn {
        margin-bottom: .5em
    }
    .col-sm-3 h2 {
        font-size: 17px;
    }
    .inq p.text-lg {
        font-size: 19px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #555
    }
    .col-xs-12 {
        width: 100%;
    }
    .highlight h1 {
        top: 27%;
    }
    .btn-lg {
        display: block;
    }
    .btn-lg+.btn-lg {
        display: block;
        margin-bottom: 0
    }
    .btn-lg strong {
        display: block
    }
    .btn-sm strong {
        display: block
    }
    .img-lg {
        display: none;
    }
    .img-sm {
        display: block
    }

    div.step section {
        width: 50%;
        margin-bottom: 1em;
    }
    .aside {
        padding-right: 0
    }
    .btn-info strong, .btn-warning strong {
        display: block
    }
    ul.col-xs-6 {
        padding-left: 30px;
    }
    .panel-heading, .panel h2 {
        font-size: 14px;
    }
    .panel-body img+h3+p {
        clear: both
    }
    .inq+div>.container {
        padding: 3em 15px 2em;
    }
    .col10, .col30 {
        display: block;
        float: none;
        margin: .5em auto
    }
    .col10 {
        width: 80px;
        margin-bottom: 20px
    }
    .col30 {
        width: 150px
    }
    .panel-body .btn-info, .panel-body .btn-warning {
        width: 100%
    }
    .col-xxs {
        width: 100%
    }
    .dot{
        margin: 0 5px;
    }
    p.annotation{
        font-size: 70%;
        padding: 10px;
    }

    div.list-p ul {
        font-size: 14px;
    }
    div.planning{
        font-size: 14px;
    }
    .s-mgb_10{
        margin-bottom: 10px;
    }
    div.t-point h3{
        line-height:1.4em;
        margin-bottom:20px;
    }
    .o-check{
    padding:1px 10px 6px 17px;
    }
    .check ul,.check li{
    font-size: 1em;
    }
    ul.check{
    -webkit-padding-start: 20px!important;
    }
}
