@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
body {
    font-size: 16px;
    line-height: 2;
    font-family: "Noto Sans Japanese","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ\ Ｐゴシック","sans-serif";
    /*stripe*/
        -webkit-background-size: 8px 8px;
        -moz-background-size: 8px 8px;
        background-size: 8px 8px;
        background-color: #e4dac8;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #debf9d), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #debf9d),
            color-stop(.75, #debf9d), color-stop(.75, transparent),
            to(transparent));
        background-image: -webkit-linear-gradient(-45deg, #debf9d 25%, transparent 25%,
          transparent 50%, #debf9d 50%, #debf9d 75%,
          transparent 75%, transparent);
        background-image: -moz-linear-gradient(-45deg, #debf9d 25%, transparent 25%,
          transparent 50%, #debf9d 50%, #debf9d 75%,
          transparent 75%, transparent);
        background-image: -ms-linear-gradient(-45deg, #debf9d 25%, transparent 25%,
          transparent 50%, #debf9d 50%, #debf9d 75%,
          transparent 75%, transparent);
        background-image: -o-linear-gradient(-45deg, #debf9d 25%, transparent 25%,
          transparent 50%, #debf9d 50%, #debf9d 75%,
          transparent 75%, transparent);
        background-image: linear-gradient(-45deg, #debf9d 25%, transparent 25%,
          transparent 50%, #debf9d 50%, #debf9d 75%,
          transparent 75%, transparent);
}
a {
    color: #debf9d;
    display: block;
}
a:hover {
    color: #444;
    transition: .2s;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.2;
    font-weight: normal;
}
h2,h3,h4,h5,h6{
    font-size: 140%;
    margin-bottom: 25px;
}

/* +下層用 */
h2, .under h1 {
  position: relative;
  color: #111;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  border :3px solid #444;
  margin: 0 0 30px;
  padding: 15px 5px 12px 10px;
  font-weight: bold;
}
h2:after, h2:before, .under h1:before, .under h1:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
}
h2:after, .under h1:after {
  left: 34px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
h2:before, .under h1:before {
  left: 30px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
}
h3, .under h2 {
    border: 2px solid #444;
    padding: 10px 15px;
}
h4, .under h3 {
    border-left: 8px solid #444;
    border-bottom: 2px solid #444;
    padding: 10px 15px;
}

.under h3 {margin-top: 40px;}

h5 {
    border-left: 6px solid #444;
    border-bottom: 1px solid #444;
    padding: 5px 10px;
    font-size: 120%;
}
h6{
    border-left: 4px solid #444;
    padding: 5px 10px;
    font-size: 100%;
}
aside li > div,.linkbx h2,footer p{
    font-family: 'Helvetica','Arial','Lucida Console',sans-serif;
    font-weight: bold;
}
strong{
    color: red;
    font-weight: bold;
}
article ul{
    padding: 0.5em 0 0.5em 2.5em;
    margin: 1.5em 0;
    border: 2px solid #444;
}
article ul li{
    position:relative;
    padding: 0 0 0 10px;
}
article ul li:before,
article ul li:after{
    content: "";
    display: block;
    position: absolute;
}
article ul li:before{
    top: 8px;
    left: -16px;
    width: 20px;
    height: 20px;
    background: #444;
}
article ul li:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 8px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -11px;
    top: 13px;
}
article ol{
    counter-reset: number;
    padding: 0.5em 0 0.5em 1.5em;
    margin: 1.5em 0;
    border: 2px solid #444;
}
article ol li{
    margin: 0;
    list-style: none;
    position: relative;
}
article ol li:before {
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #444;
    text-align: center;
    line-height: 1.2;
}
blockquote {
    background: #eee;
    padding: 3em 1em;
    position: relative;
}
blockquote:before,
blockquote:after{
    font-size: 600%;
    line-height: 0em;
    color: #666;
    position: absolute;
}
blockquote:before {
    content: "“";
    left: 0;
    top: 0;
    line-height: 1em;
}
blockquote:after {
    content: "”";
    right: 0;
    bottom: 0;
}
table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 20px;
    background: #fff;
}
table th {
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 2px solid #444;
    background: #eee;
}
table td {
    width: 350px;
    padding: 10px;
    vertical-align: top;
    border: 2px solid #444;
}
pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
    display: inline-block;
    border: 2px solid #eee;
    margin: 1em 0;
    padding: 1em;
}
strong, b {
    font-size: 100%;
}
em{
    border: 2px dotted #debf9d;
    font-style: normal;
}
del {
    text-decoration: line-through;
}
ins {
    border-bottom: 2px dashed #debf9d;
    display: inline-block;
}
.alignleft {
    text-align: left;
}
.aligncenter {
    text-align: center;
}
.alignright {
    text-align: right;
}
/*shadow*/
.mainva,.side-blocka,
article,.top_btn,
.linkbx h3 a,.more_b a,
.btn-whole{
    box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
}
/* top page */
.slicknav_menu{
    display: none;
}
/* header */
.ttlarea{
    position: absolute;
    bottom: 40px;
    left: 80px;
    width: 60%;
    z-index: 999;
}
.ttlarea2{
    width: 58%;
    margin: 30px 0 0 80px;
}
.headtitle a,
p.sitecp {
    line-height: 1.4;
}
.headtitle a {
    font-size: 3vw;
    font-weight: bold;
    color: #444;
}
p.sitecp {
    margin: 15px 0 0;
    font-size: 1.5vw;
    color: #000;
    font-weight: bold;
}
.sdw{
    text-shadow:#fff 1px 0px 8px, #fff -1px 0px 8px, #fff 0px 1px 8px, #fff 0px -1px 8px;
}
.sdw2{
    text-shadow:#fff 1px 0px 3px, #fff -1px 0px 3px, #fff 0px 1px 3px, #fff 0px -1px 3px;
}
/* slider */
.mainva{
    margin: 0 auto;
    position: relative;
}
.bx-wrapper {
    margin: 0 auto;
    border: none;
    box-shadow: none;
}
.bx-controls-direction{
    display: none;
}
/* contents area */
.blocka {
    margin: 0 auto;
    padding: 0 80px;
}
.more_b {
    text-align: right;
}
.more_b a{
    padding: 3px 3rem;
    background-color: #debf9d;
    color: #444;
    display: inline-block;
}
.more_b a:hover{
    background-color: #444;
    color: #fff;
    }
/* main */
main {
    float: left;
    width: 66%;
    margin: 40px 0;
}
article img{
    max-width: 100%;
    margin-bottom: 10px;
}
.page_c img{
    float: left;
    max-width: 340px;
    margin-right: 10px;
}
article {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #fff;
}
/* おすすめリンク */
.linkbx{
    padding: 20px;
}
.link_i{
    float: left;
    width: 48%;
    margin: 0 1%;
}
.linkbx h2{
    margin: 0 0 15px;
    padding: 0;
    background: none;
    border: none;
    color: #444;
    font-family: 'Helvetica','Arial','Lucida Console',sans-serif;
}
.linkbx h3{
    margin: 0 2%;
    border: none;
    background-color: #fff;
    padding: 0;
}
.linkbx h2::before,.linkbx h2::after{
    content: none;
}
.linkbx h3 a {
    display: block;
    padding: 10px 10px 10px 45px;
    position: relative;
    display: block;
    color: #444;
    background-color: #debf9d;
    font-size: 18px;
    text-align: left;
}
.linkbx h3 a:hover {
    background-color: #444;
    color: #fff;
    opacity: 1;
}
.linkbx h3 a::before{
    content: url(../images/link0.png);
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    left: 15px;
    opacity: 0.6;
}
.linkbx p {
    padding: 0 0 0 10px;
}
/* aside */
aside{
    position: fixed;
    top: 40px;
    right: 80px;
    width: 24%;
    z-index: 999;
}
aside li > div {
    color: #fff;
    font-size: 21px;
    border-bottom: 1px solid #ddd;
    padding:  5px 0 5px 20px;
}
aside ul li ul li{
    border-bottom: 1px solid #ddd;
}
aside ul li ul li:last-child{
    border: none;
}
.side-blocka{
    margin-bottom: 40px;
    background-color: #444;
}
.leftlink :last-child{
    border: none;
    margin-bottom: 10px;
}
aside a{
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
aside a:hover{
    color: #debf9d;
}
aside img {
    float: left;
    max-width: 100px;
    margin-right: 10px;
}
.leftlink a {
    margin-bottom: 10px;
}
/* footer */
footer {
    position: relative;
    background: #444;
    padding: 50px 0 10px;
    color: #fff;
}
footer p{
    font-size: 21px;
}
footer a{
    color: #fff;
    font-size: 85%;
}
footer a:hover{
    color: #debf9d;
}
footer .blocka {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
    width: 65%;
}
.cpyr {
    font-size: 70%;
    text-align: center;
}
.top_btn {
    position: fixed;
    bottom: 0;
    right: 20px;
    /*right: 50px;*/
    z-index: 1;
}
.ft_menu {
    width: 27%;
    margin: 0 auto 0 0;
}
/* under */
.nf404{
    font-size: 200%;
    color: #444;
}
/* pan nav */
.pa_nav{
    margin: 20px 0 -30px;
}
.pa_nav a {
    display: inline;
    font-size: 85%;
    color: #444;
}
.pa_nav font{
    color: #444;
}
/* SNS */
.btn-area {
    width: 100%;
    margin: 20px 0;
    padding: 20px;
}
.sns-blocka {
    display: flex;
    justify-content: space-between;
}
.btn-area >div{
}
.btn-area:after {
    content: '';
    clear: both;
    display: block;
}
.title_hd {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 120%;
    color: #444;
}
.btn-whole {
    width: 23%;
    box-sizing: border-box;
    margin: 0 0.1%;
}
.btn-whole .fa{
    font-weight: bold;}
.btn-link {
    display: block;
    text-align: center;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    box-sizing: border-box;
    text-decoration: none;
}
.btn-link:hover {
    text-decoration: none !important;
    filter:alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
/* SNSごとの背景色 */
#twitter {
    background-color: #00acee;
}
#hatena {
    background-color: #2D4C86;
}
#facebook {
    background-color: #3b5998;
}
#ggl-plus {
    background-color: #dd4b39;
}
.nf{
    height: 400px;
}

