


/* ------------------------------------------
                  COMMON
------------------------------------------ */
body {
    margin-top: 86px;
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #111;
    line-height: 1.75;
}
@media screen and (max-width:767px){
    body {
        margin-top: 80px !important;
    }
}

a {
    color: #5F76A6;
}

header {

}

.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
margin-bottom: 0;
padding: 1em 0;
border-radius: 0;
border-bottom: solid 1px #e9e9e9;
background: rgba(255,255,255,0.88);
z-index: 1000;
transition :all 0.2s ease-in-out 0s;
}

.sticky {
padding: 0.25em 0;
background: rgba(255,255,255,0.98);
}

.navbar h1 {
text-align: left;
}

.navbar h1 img {
transition :all 0.2s ease-in-out 0s;
}

.sticky h1 img {
transform :scale(0.8);
}

.navbar-header {
margin: 0;
}

.navbar-collapse {
padding-left: 0;
padding-right: 0;
}

.navbar-nav > li {
padding: 7px 0;
}

.navbar-nav > li > a {
padding: 7px 15px;
}

.navbar-nav li > a:hover {
background: #f1f1f1;
}

.navbar-nav li.active > a {
background: #f1f1f1;
color: #111;
}

.dropdown-menu {
max-height: 400px;
padding: 0;
overflow: auto;
}

.dropdown-menu > li > a {
padding: 5px 15px;
}

.dropdown-toggle i {
padding-left: 0.5em;
font-size: 72%;
}

ul.header-socialbtn {
float: right;
margin-bottom: 0;
padding-left: 1em;
}

ul.header-socialbtn li {
display: inline-block;
padding: 10px 0;
list-style: none;
line-height: 20px;
}

ul.header-socialbtn li a {
min-width: 30px;
display: inline-block;
padding: 5px 0;
color: #fff;
text-align: center;
}

ul.header-socialbtn li.googleplus a {
background: #DB4A39;
}

ul.header-socialbtn li.twitter a {
background: #00B6F1;
}

ul.header-socialbtn li.facebook a {
background: #3B599C;
}



footer {
    padding: 15px 0;
    border-top:solid 1px  #111;
    font-size: 86%;
}

.footer-navi li {
    display: inline-block;
    list-style: none;
}

.footer-navi li a {
    display: inline-block;
    padding: 0 0 0 10px;
    color: #fff;
}

/* ------------------------------------------
             CONTENT COMMON STYLES
------------------------------------------ */

.content-wrap {
    padding: 2em 0 4em;
}

.content-wrap article h2 {
    font-size: 25px;
    font-feature-settings : "palt";
}

.webpages h3, .content-wrap article h3 {
    font-size: 1.8em;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding-left:0.2em;
    color: #111;
    border-bottom: 1px solid #cccccc;
    border-left: 9px solid #33b3d1;
    font-feature-settings: "palt";
}

.webpages h4, .content-wrap article h4 {
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 4px;
    margin-bottom: 0.75em;
    border-bottom: 1px solid #cccccc;
    font-feature-settings: "palt";
}



.content-wrap article p {
    margin: 0 0 1em 0;
}

.content-wrap article p:last-child {
    margin: 0 0 0 0;
}

.content-wrap article .row {
    margin-bottom: 1em;
}

.content-wrap article blockquote {
    padding: 8px 0 8px 16px;
    margin: 1em 0;
    font-size: 1em;
    border-left: 4px solid #eee;
}


/* ------------------------------------------
                    TOP
------------------------------------------ */
@media screen and (max-width:767px){
    body#sitetop {
        margin-top: 0px !important;
    }
}

.mainvisual {
    width: 100%;
    min-height: 200px;
    padding: 2em 0 4em 0;
    background-color: #d8c47a;
    text-align: center;
    border-bottom: solid 1px #e9e9e9;
}

.mainvisual h2 {
    margin: 0 auto;
}

.mainvisual h2 img {
    height: 200px;
}

.container .main-text {
    width: 680px;
    margin: 0 auto;
    margin-top: 19px;
    text-align: center;
    font-feature-settings : "palt";
}

.mainvisual .btn-group .btn {
    width: 300px;
}

.webpages-wrap {
    margin: 2.5em 0;
}

.webpages {
    margin: 2.5em 0;
    padding-bottom: 2.5em; 
}

.webpages:last-child {
    border-bottom: 0px;
    padding-bottom: 0px; 
}

.webpages img {
    height: auto;
}

.webpages p {
    margin: 1.5em 0;
}
.webpages p:first-child, .webpages p:last-child {
    margin: 0;
    padding: 0;
}

.point {
    padding: 3em 0;
    background: #d8c47a;
}

.point h2 {
    font-size: 48px;
    margin: 0 0 32px 0;
    text-align: center;
    font-feature-settings : "palt";
    color: #fff;

}

.point .row {
    margin: 0 auto 0px;
    display: flex;
}

.point div.col-sm-4 {
    display: block;
    padding: 0;
    margin: 0 1em 28px 1em;
    flex: 1;
    color: #111;
    background-color:#ffffff;
}

.point a.col-sm-3 {
    display: block;
    width: 262.5px;
    padding: 0;
    margin: 0 1em 28px 1em;
    flex: 1;
    color: #111;
    background-color:#ffffff;
}

.point .point-excerpt {
    font-size: 14px;
    word-wrap: break-word;
}

.point a:hover {
    text-decoration: none;
}

.point figure {
    display: block;
    overflow: hidden;
    background-color: #2b713b;
}

.point figure img {
    width: 100%;
}

.point point-detail {
    padding: 1.5em 1em;
}

.point h3 {
    margin: 0 0 0.5em 0;
    font-size: 1.5em;
    font-weight: bold;
}

.point p {
    margin: 0;
}

.point .pointlist {
    margin-top: 2em;
    text-align: center;
}


.cost dl, dt, dd {
  margin : 0;
  padding : 0;
}
 
.cost dl {
  background-color : #fde7cf;
  border:solid 2px #cccccc;
  width  : 90%;
}
 
.cost dt {
  float : left;
  clear : both;
  width : 150px;
  padding : 5px;
}
 
.cost dd {
  margin-left : 150px;
  background-color : #ffffff;
  padding : 5px;
  border-left:solid 1px #cccccc;
}

.cost dt:last-of-type { 
  border-top:solid 1px #cccccc;
}

.cost dd:last-of-type { 
  border-top:solid 1px #cccccc;
}

footer ul {
  font-size: 110%;
  display: -webkit-flex; /* Safari */
  display: flex;
    -webkit-justify-content: space-around; /* Safari */
  justify-content:space-around;
  flex-wrap:wrap;
}

footer ul.globalNavi li {
  font-weight: bold;
}

footer ul.nav {
  margin-bottom: 10px;

}

footer .block a:link,
footer .block a:visited {
  color: #d81f1c;
}

footer .block a:active,
footer .block a:hover {
  color: #d81f1c;
  text-decoration: none;
}

footer div.cybertrust {
  font-size: 90%;
}

div.cybertrust img {
  margin-bottom: 10px;
}

div.cybertrust p {
  margin-bottom: 22px;
}

#copyright {
  font-size: 90%;
  text-align: left;
}


/* ------------------------------------------
                  PARTS
------------------------------------------ */
button {
  width:100%;
  height:auto;
  color:#ffffff;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color:#ff8c00;
  margin-bottom:1em;
}

/* ------------------------------------------
               STYLE FOR MIDDLE
------------------------------------------ */
@media screen and (min-width:992px){
    .navbar .navbar-right {
      width: 784px;
    }
    .navbar .container {
      width: 970px;
    }
}

@media (min-width: 1200px){
  .navbar .navbar-right {
    width: 984px;
  }
  .navbar .container {
      width: 1170px;
  }
}

/* ------------------------------------------
               STYLE FOR TABLET
------------------------------------------ */

@media screen and (max-width:767px){
img {
    max-width: 100%;
}

header {
margin-bottom: 5px;
}

.navbar h1{
font-size:1em;
}

.container > .navbar-header {
position: relative;
width: 100%;
margin: 0;
text-align: center;
}

.navbar-nav {
margin: 0;
border: solid 1px #f1f1f1;
}

.navbar-nav > li {
padding: 0;
}

button.navbar-toggle {
position: absolute;
right: 0;
top: 0;
padding: 8px 11px;
margin-right: 0;
background: #f6f6f6;
border: solid 1px #f1f1f1;
border-radius: 3px;
font-size: 15px;
}

.container>.navbar-collapse {
margin: 0;
}

ul.header-socialbtn {
float: none;
margin: 0;
padding: 0;
text-align: center;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    margin-bottom: 2em;
    word-break: break-all;
}
.content-wrap {
    padding: 2em 0 0em;
}


section .col-sm-1:last-of-type, section .col-sm-2:last-of-type, section .col-sm-3:last-of-type, section .col-sm-4:last-of-type, section .col-sm-5:last-of-type, section .col-sm-6:last-of-type, section .col-sm-7:last-of-type, section .col-sm-8:last-of-type, section .col-sm-9:last-of-type, section .col-sm-10:last-of-type, section .col-sm-11:last-of-type, section .col-sm-12:last-of-type {
    margin-bottom: 0;
    word-break: break-all;
}

.mainvisual {
    padding: 7em 0 3em 0;
}
.mainvisual h2 img{
    height: auto;
    width: 80%;
}

.mainvisual-lower {
    height: 120px;
    margin-top: -10px;
}
.mainvisual-lower h2 {
    margin: 0;
    font-size: 2em;
    line-height: 120px;
}


.container .main-text {
    font-size: 0.8em;
    width: auto;
}

.webpages h3, .content-wrap article h3 {
    font-size: 1.5em;
    margin-bottom: 1em;
}
.webpages h3::before, .content-wrap article h3::before {
    height: 32px;
    margin-right: 8px;
}

.point {
    padding: 2em 0;
}

.point h2{
    font-size: 40px;
    margin: 0 0 0.5em 0;
    text-align: center;
    font-feature-settings: "palt";
}

.footer-logoarea {
    text-align: center;
}

.footer-navi ul.pull-right {
    float: none !important;
    padding: 0;
    text-align: center;
}

footer .col-sm-6 {
    margin-bottom: 0;
}

.mainvisual h2 img {
    height: auto;
    width: 80%;
}



.point a.col-sm-3 {
    width: 90%;
    margin: 0 auto 2em auto;
}

.point .row {
  width: auto;
  margin: auto;
  display: block;
}


#entry-list figure {
width: 40%;
}

.dropdown-menu {
max-height: 200px;
}

}

/* ------------------------------------------
                  for sp
------------------------------------------ */

@media(max-width:480px){

.entry-list figure {
    display: none;
}

}


