﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
    line-height: 140%;
    color: #5e666e;
    background: #F5ECE3;
    font-family: 'Noto Sans', 'Open Sans', 'YuGothic', 'Yu Gothic', '游ゴシック', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
}

.red {
	color: #ff0000;
}

a:link {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:active {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.yelow {
  background: #fff829;
  display: block;
}

a img {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

h1 {
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    float: left;
}

h2 {
    width: 100%;
    font-size: 30px;
    margin: 30px 0;
    clear: both;
    text-align: center;
}

h3 {
    background: url(img/tree.png) no-repeat;
    color: #3FA569;
    font-size: 20px;
    border-bottom: solid 1px;
    padding: 25px 0 20px 50px;
    margin: 3% 0 3%;
    clear: both;
}

h4 {
    background: url(img/wakaba.png) no-repeat;
    color: #6d7379;
    font-size: 17px;
    padding: 1% 0 1% 3em;
    margin: 4% 0 0;
}

h5 {
    color: #6d7379;
    font-size: 17px;
    margin: 4% 0;
}

ul,
ol {
    list-style: none;
}

p {
    line-height: 1.8;
    margin: 0 0 20px;
}

p.toptext {
    line-height: 1.8;
    margin: 1em 0;
}

table {
    table-layout: fixed;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    clear: both;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    width: 100%;
}

th {
    padding: 8px;
    font-weight: bold;
    text-align: center;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    background-color: #777e41;
    color: white;
}

td {
    padding: 8px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    background-color: white;
    text-align: center;
}

td.yelows {
background:  #fff829;
}
section {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.btn {
    margin: 30px 0;
    text-align: center;
    clear: both;
}

.btn a {
    min-width: 110px;
    padding: 20px;
    display: inline-block;
    border-top: 1px solid #ccc;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background: #B30938;
    border-radius: 5px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

#cp2021bn {
  display: block;
  margin: 3em 0;
  text-align: center;
}

.btn a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#copyright {
    text-align: center;
    clear: both;
}

.center {
    margin: 10px 0;
    text-align: center;
    font-size: small;
}

.right {
    text-align: right;
    font-size: small;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    width: 100%;
    height: 300px;
}

.clear {
    clear: both;
}

hr.dashed {
    border-top: 1px dashed #8c8b8b;
    margin: 0 0 20px;
}

div.pager {
    margin: 5% 0;
}

div.pager a {
    color: #27ad3a;
}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}


/*-- loading bar --*/
#loading {
 width: 100%;
 height: 100%;
 margin: 0;
 background: #FFF;
 opacity: 1.0;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
}
#loading img {
 position: absolute;
 top: 45%;/*中央表示*/
 left: 45%;/*中央表示*/
 width: 10%;/*画像サイズをナチュラルに(レスポンシブデザインでない場合は不要)*/
}

#facebook-block {
	width: 100%;
	display: block;
	margin: 0 0 4em 0;
	text-align: center;
}

/* ヘッダー
----------------------------------------------*/

#headtop {
    background-color: #3FA569;
    display: flex;
}

.headnav {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.member_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 40px;
    background-color: #B30938;
    color: #FFFFFF;
    border: solid;
    border-radius: 5px;
    transition: all .6s;
}

.member_btn:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 57%;
    right: 10px;
    margin-top: -12px;
}

.member_btn:hover {
    position: absolute;
    right: 0px;
    top: 6px;
    transform: scale(1.2, 1.2);
}

#logo {
    margin: 20px 0;
    text-align: center;
    clear: both;
}

#logo img {
    width: 500px;
}

#fix-nav #logo img {
    width: 200px;
}

#logo a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.icon {
    display: block;
    margin-bottom: 10px;
}

.icon img {
    height: 25px;
}

/*-- loading bar --*/
.loadingBar {
    width: 0;
    height: 4px;
    background: #B30938;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.2s linear 0s;
}

/* スライダー
----------------------------------------------*/

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}

.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
}

.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}

.slider_prev {
    background: #F5ECE3 url(img/prev.jpg) no-repeat right center;
}

.slider_next {
    background: #F5ECE3 url(img/next.jpg) no-repeat left center;
}

.pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #3fa569;
}

.pagination a.active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}


/*  ClearFixElements
---------------------------------------------*/

.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/* =======================================
  以下トップページコンテンツ
======================================= */

#container {
    width: 100%;
}

.innerwrap {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.page .alignright {
    margin: 0 0 0 1em;
}

.page .alignleft {
    margin: 0 1em 0 0;
}


/* パンくず
---------------------------------------------*/

#bc {
    width: 100%;
    border-bottom: 1px solid #dcdddd;
}

.breadcrumbs {
    width: 1000px;
    margin: 0 auto;
    padding: 2% 0;
}

.breadcrumbs a.post {
    border-bottom: none;
}


/* beginning_area
---------------------------------------------*/

#beginning_area {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#beginning_area .img_area {
    width: 1000px;
    margin: 0 auto 20px;
    overflow: hidden;
}

#beginning_area .box {
    float: left;
    width: 23%;
    margin: 0 auto;
}

#beginning_area .box:not(:first-child) {
    margin: 0 0 0 25px;
}

#beginning_area .img_area .box img {
    width: 100%;
}

#beginning_area .img_right {
    float: right;
    margin: 0 0 0 30px;
}

#beginning_area .text_area {
    width: 55%;
    margin: 0 auto;
    overflow: hidden;
    float: left;
}


/* activity_area
---------------------------------------------*/

#activity_area {
    width: 100%;
    margin: 0 auto 30px;
    background: url(img/activity.png) no-repeat 0 60px;
    background-size: cover;
    overflow: hidden;
    clear: both;
}

#activity_area .innerwrap h2 {
    width: 100%;
    font-size: 30px;
    margin: 30px 0;
    clear: both;
    text-align: center;
}

#activity_area .img_area {
    width: 485px;
    float: right;
    margin: 0 0 0 20px;
    overflow: hidden;
}

#activity_area .img_area .box {
    float: left;
    width: auto;
    margin: 0 auto;
}

#activity_area .img_area .box:not(:first-child) {
    margin: 0 0 0 25px;
}

#activity_area .text_area {
    width: 48%;
    margin: 0 auto;
    overflow: hidden;
    float: left;
}

.department_img_area {
    width: 1000px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.department_img_area img {
    vertical-align: bottom;
}

.department_img_area img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.department_img_area .box {
    float: left;
    width: 315px;
    overflow: hidden;
    margin: 0 auto;
}

.department_img_area .box:not(:first-child) {
    margin: 0 0 25px 25px;
}

.department_img_area .box:nth-child(4) {
    margin: 0 0 25px 0;
}

.department_img_area .box p {
    position: relative;
    font-size: 20px;
    background-color: rgb(175, 198, 208);
    color: #FFF;
    margin: 0;
    padding: 15px;
    text-align: center;
}

.department_img_area .box p:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 42%;
    right: 10px;
    margin-top: -12px;
}


/* landscape_area
---------------------------------------------*/

#landscape_area {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
}

#landscape_area .innerwrap {
    width: 1000px;
    margin: 0 auto;
    overflow: visible;
}

#landscape_area .img_area {
    width: 485px;
    float: right;
    margin: 0 0 0 20px;
    overflow: hidden;
}

#landscape_area .innerwrap h2 {
    width: 100%;
    font-size: 30px;
    margin: 30px 0;
    clear: both;
    text-align: center;
}


/* participate_area
---------------------------------------------*/

#participate_area {
    width: 100%;
    margin: 0 auto 30px;
    background: url(img/participate.png) no-repeat 0 60px;
    background-size: cover;
    overflow: hidden;
}

#participate_area .img_area {
    width: 485px;
    float: right;
    margin: 0 0 0 20px;
    overflow: hidden;
}

#participate_area .innerwrap h2 {
    width: 100%;
    font-size: 30px;
    margin: 30px 0;
    clear: both;
    text-align: center;
}

.participate_img_area {
    width: 1000px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.participate_img_area img {
    vertical-align: bottom;
}

.participate_img_area .box {
    float: left;
    width: 315px;
    overflow: hidden;
    margin: 0 auto;
}

.participate_img_area .box:not(:first-child) {
    padding: 0 0 25px 25px;
}

.participate_img_area .box:nth-child(4) {
    padding: 0 0 25px 0;
}


/* news_area
---------------------------------------------*/

#news_area {
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
}

#news_area .img_area {
    width: 485px;
    float: right;
    margin: 0 0 0 20px;
    overflow: hidden;
}

#news_area .innerwrap h2 {
    width: 100%;
    font-size: 30px;
    margin: 30px 0;
    clear: both;
    text-align: center;
}

#news {
    overflow: hidden;
}

.post {
    overflow: hidden;
    margin-top: 2%;
    padding-bottom: 1%;
    border-bottom: 1px dotted;
}

.post-type-archive .post {
    border-bottom: none;
}

.post:last-child {
    border-bottom: none;
}

.post p {
    overflow: auto;
    /* for modern browser */
    zoom: 1;
    /* for ie6 */
}

.post a {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    line-height: 1.6;
}

.post a:hover {
    text-decoration: underline;
    color: #afc6d0;
}

.post_inner_2 {
    clear: both;
}

#news h4 {
    background: none;
    font-size: 24px;
    margin: 30px 0;
}

.thumbnail {
    width: 210px;
    float: left;
    margin: 0 5% 2% 0;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

.post-top-thumbnail {
    margin: 5% 0;
    width: 100%;
}

.date {
    font-size: 24px;
}

.category_info,
.category_kids_project,
.category_pr_use,
.category_pr_img_mv,
.category_soliloquy,
.category_other,
.category_pamphlet,
.category_registration,
.category_16th {
    font-size: 20px;
    font-weight: bold;
    margin-left: 1%;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #3fa569;
    color: white;
}

.category_secretariat,
.category_15th {
    font-size: 20px;
    font-weight: bold;
    margin-left: 1%;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #b30938;
    color: white;
}

.category_secretariat,
.category_17th {
    font-size: 20px;
    font-weight: bold;
    margin-left: 1%;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #0959b3;
    color: white;
}

.category_east,
.category_14th {
    font-size: 20px;
    font-weight: bold;
    margin-left: 1%;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #afc6d0;
    color: white;
}

.category_west,
.category_16tc {
    font-size: 20px;
    font-weight: bold;
    margin-left: 1%;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ef9000;
    color: white;
}

.category_south {
    font-size: 20px;
    font-weight: bold;
    margin-left: 1%;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #601d83;
    color: white;
}

.category_north {
    font-size: 20px;
    font-weight: bold;
    margin-left: 1%;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #705a4b;
    color: white;
}


/* banner_area
---------------------------------------------*/

#banner_area {
    width: 100%;
    margin: 0 auto ;
    background: url(img/banner_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

#banner_area .innerwrap h2 {
    width: 100%;
    font-size: 30px;
    margin: 30px 0;
    clear: both;
    text-align: center;
}

.banner_img_area {
    width: 1000px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.banner_img_area img {
    vertical-align: bottom;
}

.banner_img_area .box {
    float: left;
    width: 48%;
    overflow: hidden;
    margin: 0 auto;
}

.banner_img_area .box {
    padding: 0 1% 3% 1%;
}


/* 全ページ共通よくある質問＆あなたの街のボーイスカウト
---------------------------------------------*/

#inquiry_area {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
    clear: both;
    background: #eee;
}

#inquiry_area .innerwrap {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

#inquiry_area .left_area {
    width: 49%;
    margin: 0 auto;
    overflow: hidden;
    float: left;
    border-right: 1px solid #ccc;
}

#inquiry_area h4 {
    float: left;
    margin: 0 20px 20px 0;
}

#inquiry_area .left_area .otherQ {
    float: right;
    padding-right: 35px;
    color: #3FA569;
}

#inquiry_area .right_area {
    width: 48%;
    float: left;
    padding: 0 0 0 2%;
}

#inquiry_area .right_area .btn {
    margin: 30px 0 0;
}

#inquiry_area .right_area .btn a {
    background: #b30938;
}

#inquiry_area ul,
#inquiry_area p {
    clear: both;
}

#inquiry_area li {
    margin-bottom: 0.6em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #eef0f1;
    line-height: 1.6;
    padding-left: 1.9em;
    text-indent: -1.9em;
}

#inquiry_area li span {
    color: #3FA569;
    font-weight: bold;
    font-size: 123.1%;
}

#inquiry_area li a {
    color: #333;
}

#inquiry_area li a:hover {
    text-decoration: underline;
}

/* location_area
---------------------------------------------*/

#location_area {
    width: 100%;
    margin: 30px auto 30px;
    overflow: hidden;
}

#location_area .text_area {
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
    float: left;
}

#location_area .innerwrap h2 {
    width: 100%;
    font-size: 30px;
    margin: 30px 0;
    clear: both;
    text-align: center;
}

#location_area .innerwrap h4 {
    font-size: 20px;
    margin: 10px 0 20px;
    padding: 0;
    background: none;
}

#location_area .innerwrap p {
    font-size: 18px;
    line-height: 2;
    margin: 0 0 10px;
}

.map {
    width: 45%;
    float: right;
}

#map_canvas {
    margin: 0 0 1em 0;
}

.map a {
    margin-top: 1em;
    color: #3fa569;
}

.map a:hover {
    text-decoration: underline;
}


/* info_banner_area
---------------------------------------------*/

.info_banner_area {
    clear: both;
    margin: 3% 0 1%;
    text-align: center;
}

.responsibility {
    margin-top: 1%;
    font-size: 72%;
    text-align: left;
}


/* footerwarp
---------------------------------------------*/

#footerwarp {
    width: 100%;
    margin: 0 auto 50px;
    background: url(img/footer_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

#footerwarp .innerwrap {
    width: 1000px;
    margin: 0 auto;
    padding: 6% 0 2%;
    overflow: hidden;
}

.footernavi {
    overflow: hidden;
}

#footerwarp .footernavi01,
#footerwarp .footernavi02,
#footerwarp .footernavi03,
#footerwarp .footernavi04 {
    float: left;
    overflow: hidden;
    width: 24%;
    margin: 0 .5%;
}

#footerwarp .innerwrap h4 {
    background: none;
    color: #FFFFFF;
    font-size: 20px;
    border-bottom: dotted 1px;
    padding: 0 0 10px;
    margin: 0 0 5%;
    clear: both;
}

#footerwarp .innerwrap ul {
    padding-left: 8%;
    list-style: disc;
    color: #FFFFFF;
    line-height: 1.8;
    font-size: 15px;
    font-weight: bold;
}

#footerwarp .innerwrap li a {
    color: #FFFFFF;
}

#footerwarp .innerwrap li a:hover {
    text-decoration: underline;
}

#footerwarp .innerwrap .footer_under_navi {
    clear: both;
    text-align: center;
}

#footerwarp .innerwrap .footer_under_navi ul {
    list-style: none;
    margin-top: 3em;
    padding-left: 0;
    text-align: center;
}

@media only screen and (min-width:1281px) {
    #footerwarp .innerwrap .footer_under_navi ul {
        list-style: none;
        margin-top: 16%;
        padding-left: 0;
        text-align: center;
    }
}

#footerwarp .innerwrap .footer_under_navi li {
    display: inline-block;
}

#footerwarp .innerwrap .footer_under_navi li:before {
    content: "｜ ";
}

#footerwarp .innerwrap .footer_under_navi li:first-child:before {
    content: "";
}

#copy {
    color: #FFFFFF;
    font-size: 13px;
    margin: 1% 0;
}


/* footerfix
---------------------------------------------*/

#footerfix {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #AFC6D0;
    color: white;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    z-index: 9999;
}

#footerfix a {
    position: relative;
    display: block;
    color: #FFFFFF;
    padding: 15px 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#footerfix a:hover {
    background: #3FA569;
    text-decoration: none;
}

#footerfix a:before {
    font-family: 'FontAwesome';
    content: "\f003";
    position: absolute;
    top: 15px;
    margin: 0 0 0 -35px;
}

#footerfix a:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 17px;
    margin: 0 0 0 10px;
}


/* =======================================
  ▼以下各カテゴリーページスタイル
======================================= */


/* カテゴリーメインビジュアル
---------------------------------------------*/

@media only screen and (max-width:1920px) {
    #page-tit {
        background: url(img/about_main.png) no-repeat;
        background-size: cover;
        background-position: 0 -160px !important;
    }
}

@media only screen and (max-width:1280px) {
    #page-tit {
        background: url(img/about_main.png) no-repeat;
        background-size: cover;
        background-position: 0 -60px !important;
    }
}

#page-tit h2 {
    color: #FFFFFF;
    background-color: rgba(63, 165, 105, 0.8);
    padding: 1em 1em;
    line-height: 1.3;
    width: auto;
    margin: 0 auto;
    display: table;
}

.layerTransparent {
    padding: 4% 0;
    background-color: rgba(255, 255, 255, 0.5);
}


/* ページネーション
---------------------------------------------*/
.wp-pagenavi{
  clear: both;
  margin-top:10px;
  padding: 3% 0;
  font-family: 'Federo', sans-serif;
  font-size:110%;
}
.wp-pagenavi a,
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
  padding: 2px 5px;
  margin: 2px;
  text-decoration: none;
  border: 1px solid #CCC;
  -moz-border-radius: 5px; /*角丸*/
  -webkit-border-radius: 5px; /*角丸*/
  border-radius: 5px; /*角丸*/
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
  background: #3fa569;
  color: #fff;
}

.wp-pagenavi span.current{
  font-weight: bold;
  -webkit-box-shadow: 1px 1px 1px #aaa inset;
  -moz-box-shadow: 1px 1px 1px #aaa inset;
  box-shadow: 1px 1px 1px #aaa inset;
}

.wp-pagenavi .pages {
  display: none;
}

/* あなたの街のボーイスカウト(table)
---------------------------------------------*/

.mobiletable {
    display: none;
}

.mobiletable table {
    margin-bottom: 25px;
}


/* 事業予定
---------------------------------------------*/

#plan .description_icons {
    margin: 0 0 20px 0;
}

#plan .description_icons ul {
    list-style: none;
    margin: 0;
}

#plan .description_icons li {
    display: inline-block;
    margin-right: 15px;
    line-height: 2em;
}

#plan table {
    table-layout: auto;
}

#plan td {
    line-height: 2em;
    text-align: left;
}

#plan .month {
    background: #e2e2e2;
    text-align: center;
}

#plan .day {
    text-align: center;
}

#plan .small {
    font-size: smaller;
}

#plan .soshiki {
    background: #3fa569;
    color: white;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
}

#plan .shidou {
    background: #3f61a5;
    color: white;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
}

#plan .pro {
    background: #0084c9;
    color: white;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
}

#plan .kokusai {
    background: #535353;
    color: white;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
}

#plan .zaimu {
    background: #d2ad15;
    color: white;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
}

#plan .haken {
    background: #b30938;
    color: white;
    margin-left: 5px;
    padding: 2px 5px;
    border-radius: 5px;
}


/* activity_content_area
---------------------------------------------*/

#activity_content_area {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#activity_content_area figure {
    display: none;
}

#activity_content_area figure img {
    width: 100%;
}

.col {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.col.num01 {
    box-sizing: border-box;
    padding: 8.5%;
    background: #3FA569 url(img/num01_bg.png) no-repeat 90% 100%;
    background-size: 18% auto;
    color: #fff;
}

.col.num01 h4 {
    background: none;
    color: #fff;
    font-size: 120%;
    margin: 0 0 10%;
    padding: 0;
}

.col.num02 {
    background: url(img/col.jpg) no-repeat 50%;
    background-size: cover;
}

.department {
    margin: 2% 0;
    padding: 2%;
}

.department h4 {
    background: url(img/wakaba.png) no-repeat;
    color: #6d7379;
    font-size: 20px;
    padding: 2% 0 5% 10%;
    margin: 0;
}

.department img {
    vertical-align: bottom;
}

.department:after {
    display: block;
    content: " ";
    clear: both;
}

.department_text_l {
    width: 50%;
    float: left;
}

.department_text_r {
    width: 50%;
    float: right;
}

.department_img_l {
    width: 48%;
    float: left;
}

.department_img_r {
    width: 48%;
    float: right;
}


/* organization_area
---------------------------------------------*/

#organization_area {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


/* FAQ
-----------------------------------------------------------------*/

.faq {}

.faq dl {
    overflow: hidden;
    background: url(img/ico_question.png) no-repeat 0 0 #fff;
    background-size: 50px 47px;
    -webkit-transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all .3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.faq dl + dl {
    margin-top: 10px;
}

.faq dl.is_active {
    background-color: #3fa569;
}

.faq dt span {
    display: block;
    padding: 20px 70px 22px 76px;
    background-image: url(img/ico_open.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    font-size: 16px;
    cursor: pointer;
}

.faq .is_active dt span {
    padding: 19px 70px 22px 76px;
    background-image: url(img/ico_close.png);
    color: #fff;
}

.faq dd {
    display: none;
}

.faq dd p {
    margin: 0 20px 20px;
    padding: 23px 65px 22px 103px;
    border-radius: 10px;
    line-height: 2;
    background: url(img/ico_answer.png) no-repeat 54px 2em #fff;
    background-size: 17px;
}

.faq dd p .indent {
    padding-left: 1em;
    text-indent: -1em;
}

.faq dd p .indent span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}


/* 栃木県連盟のご紹介
------------------------------------------------------------*/

.child-pages {}

.child-pages img {
    vertical-align: bottom;
}

.child-pages img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.child-pages .box {
    float: left;
    width: 31%;
    overflow: hidden;
}

.child-pages .box:not(:first-child) {
    margin: 0 0 25px 25px;
}

.child-pages .box:nth-child(4) {
    margin: 0 0 25px 0;
}

.child-pages .box:nth-child(7) {
    margin: 0 0 25px 0;
}

.child-pages .box img {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}

.child-pages .box p {
    position: relative;
    font-size: 15px;
    background-color: rgb(63, 165, 105);
    color: #FFF;
    margin: 0;
    padding: 15px;
    text-align: center;
}

.child-pages .box p:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
}

.lead-inner ol {
    list-style: decimal outside;
    margin-left: 30px;
    margin-bottom: .75em;
}

.lead-inner ul {
    list-style: disc outside;
    padding: 0 3%;
    margin-left: 30px;
    margin-bottom: .75em;
    overflow: auto; /* for modern browser */
    zoom: 1;  /* for ie6 */
    line-height: 1.5;
}

.lead-inner p {
    overflow: auto; /* for modern browser */
    zoom: 1;  /* for ie6 */
    line-height: 1.5;
    letter-spacing: 2px;
}

.lead-inner li {
    margin-bottom: 0.6em;
    line-height: 1.8;
}

.lead-inner h4 {
    color: #3FA569;
    background: none;
    padding: 1em 0 1em;
    margin: 2% 0 0;
    clear: both;
}

.lead-inner h4:before,
.lead-inner h4:after {
    content: '〜';
}

.lead-inner h5 {
    margin: 1em 0 1em;
    font-size: 15px;
}

.lead-inner a:link,
.lead-inner a:visited {
    text-decoration: underline;
    color: #3fa569;
}

.lead-inner .btn a {
    text-decoration: none;
    color: #fff;
}

.lead-inner img.icon{
    width : auto;
    display: inline-block;
    margin-bottom: 0px;
}

.lead-inner .text_box td {
    text-align: left;
    line-height: 1.7;
    letter-spacing: 2px;
}


/* スカウト用品のご注文
------------------------------------------------------------*/

.info {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border: 1px solid #D5D5D5;
    background: #FFF;
}

.info-inner {
    margin: 0px;
    padding-top: 2em;
    padding-right: 3em;
    padding-bottom: 2em;
    padding-left: 3em;
    overflow: hidden;
    zoom: 1;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.order {}

.order table {
    table-layout: auto;
}

.order th {
    width: 25%;
}

.order td {
    text-align: left;
}


/* 16nj
------------------------------------------------------------*/

.main-left {
    float: left;
    width: 700px;
    margin: 16px 0;
}

.main-right {
    float: right;
    width: 260px;
    margin: 30px 0;
}

.main-right ul li a {
    text-decoration: underline;
    color: #27ad3a;
}

.main-right ul,
ol {
    list-style: inherit;
    padding: 0 0 0 20px;
}

ul.cat li {
    padding: 10px 0;
}



/* 男体
------------------------------------------------------------*/

#nantai .post a {
    color: #b53a3a;
}


/* 講習会・研修会案内
------------------------------------------------------------*/

#training {}

#training table {
    table-layout: auto;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    clear: both;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    width: 100%;
}

#training th {
    padding: 2em 4em;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    border: solid 1px #CCCCCC;
    background-color: #777e41;
    color: white;
}

#training td {
    padding: 1em 2em;
    border-right: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    background-color: white;
    text-align: left;
}


/* member_area
---------------------------------------------*/

#member_area {
    width: 100%;
    margin: 0 auto 30px;
    background-size: cover;
    overflow: hidden;
    clear: both;
}

#member_area .innerwrap h2 {
    width: 100%;
    font-size: 30px;
    margin: 30px 0;
    clear: both;
    text-align: center;
}

#member_area .img_area {
    width: 485px;
    float: right;
    margin: 0 0 0 20px;
    overflow: hidden;
}

#member_area .img_area .box {
    float: left;
    width: auto;
    margin: 0 auto;
}

#member_area .img_area .box:not(:first-child) {
    margin: 0 0 0 25px;
}

#member_area .text_area {
    width: 48%;
    margin: 0 auto;
    overflow: hidden;
    float: left;
}

#member_area .department_img_area {
    width: 1000px;
    margin: 0 auto 20px;
    overflow: hidden;
}

#member_area .department_img_area img {
    vertical-align: bottom;
}

#member_area .department_img_area img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#member_area .department_img_area .box {
    float: left;
    width: 315px;
    overflow: hidden;
    margin: 0 auto;
}

#member_area .department_img_area .box:not(:first-child) {
    margin: 0 0 25px 25px;
}

#member_area .department_img_area .box:nth-child(4) {
    margin: 0 0 25px 0;
}

#member_area .department_img_area .box p {
    position: relative;
    font-size: 20px;
    background-color: rgb(179, 9, 56);
    color: #FFF;
    margin: 0;
    padding: 15px;
    text-align: center;
}

#member_area .department_img_area .box p:after {
    font-family: 'FontAwesome';
    content: "\f054";
    position: absolute;
    top: 42%;
    right: 10px;
    margin-top: -12px;
}


/* フォーム
------------------------------------------------------------*/

form table {
    border: 1px #dddddd solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 20px 0;
    width: 100%;
}

form table th {
    text-align: left;
    width: 36%;
    padding: 1em 3em;
    border: 1px #dddddd solid;
    border-width: 0 0 1px 1px;
    font-weight: normal;
    background: #f2f2f2;
    vertical-align: middle;
    color: #6d7379;
}

form table th span {
    color: red;
}

form table td {
    padding: 1em;
    border: 1px #dddddd solid;
    border-width: 0 0 1px 1px;
    background: #fff;
    vertical-align: middle;
    text-align: left;
}

input[type="text"],
textarea {
    vertical-align: middle;
    max-width: 90%;
    line-height: 30px;
    height: 30px;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #fcfcfc;
}

input[type="tel"],
textarea {
    vertical-align: middle;
    max-width: 90%;
    line-height: 30px;
    height: 30px;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #fcfcfc;
}

input[type="email"],
textarea {
    vertical-align: middle;
    max-width: 90%;
    line-height: 30px;
    height: 30px;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #fcfcfc;
}

textarea {
    height: auto;
    line-height: 1.5;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    padding: .5em 3em;
    background: #3fa569;
    background: -moz-linear-gradient(top, #3fa569 0%, #418e61 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa569), color-stop(100%, #418e61));
    background: -webkit-linear-gradient(top, #3fa569 0%, #418e61 100%);
    background: -o-linear-gradient(top, #3fa569 0%, #418e61 100%);
    background: linear-gradient(to bottom, #3fa569 0%, #418e61 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3fa569', endColorstr='#418e61', GradientType=0);
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 1.5;
    font-size: 120%;
    color: #fff;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    background: #3fa569;
    background: -moz-linear-gradient(top, #418e61 0%, #3fa569 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #418e61), color-stop(100%, #3fa569));
    background: -webkit-linear-gradient(top, #418e61 0%, #3fa569 100%);
    background: -o-linear-gradient(top, #418e61 0%, #3fa569 100%);
    background: linear-gradient(to bottom, #418e61 0%, #3fa569 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#418e61', endColorstr='#3fa569', GradientType=0);
    cursor: pointer;
}

*:first-child+html input[type="submit"] {
    padding: 3px;
}

span.wpcf7-list-item {
    display: block;
}

.wpcf7-form img {
    width: auto !important;
}

.form_text {
    margin: 1em 0;
}

#form_contact {
    margin: 1em 0 1.5em 0;
    background-color: #f0f0f0;
}

#form_contact_inner {
    padding: 2em 3.5em 2em 4em;
}

#form_contact li {
    list-style-type: square;
    color: #5F91CA;
}

#form_contact li span {
    color: #000;
}


#dnlst {
	width: 1000px;
	display: block;
	margin: 0 auto 5em auto;
}

#dnlst dl {
    margin: 0;
}

#dnlst dl#lt {
	display: table;
	width: 100%;
	justify-content:space-between;
	align-content:center;
	background: #108c4e;
	color: #fff;
	text-align: center;
}

dl#dtl {
	display: table;
	width: 100%;
	justify-content:space-between;
	background: #fff;
}

dl#lt dt {
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	margin: 0;
	padding: .8em ;
	border-top: solid 1px #7bb7a6;
	border-bottom: solid 1px #7bb7a6;

}

dl#dtl dt {
	display: none;
	visibility: inherit;
}
dl#dtl dd {
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
	margin: 0;
	padding: .8em ;
	border-bottom: solid 1px #7bb7a6;
}
#ld1 {
	width: 7em;
	border-right: solid 1px #cccccc;
	text-align: center;
}
dt#ld2 {text-align: center; }
#ld2 {
	width: 15em;
	border-right: solid 1px #cccccc;
	text-align: left;
}
dt#ld3 {text-align: center; }
#ld3 {
	width: 15em;
	border-right: solid 1px #cccccc;
	text-align: left;
}

#ld4 {
	width: 7em;
	border-right: solid 1px #cccccc;
	text-align: center;
}

#ld5 {
	width: 7em;
	text-align: center;
}

#scout-icon {
    margin: 0 0 2em 0;
}
#scout-icon ul {
    margin: 0;
    padding: 0;
}
#scout-icon ul li {
    width: 110px;
    display: inline-block;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    margin-right: .5em;
    padding: 1em 0;
    border-radius: 12px;
}
#scout-icon ul li.ic-bvr {
    background: #00a0e9;
    color: #fff;
}
#scout-icon ul li.ic-cs {
    background: #ffc600;
}
#scout-icon ul li.ic-bs {
    background: #326317;
    color: #fff;
}
#scout-icon ul li.ic-vs {
    background: #164b86;
    color: #fff;
}
#scout-icon ul li.ic-rv {
    background: #d80839;
    color: #fff;
}
#scout-icon ul li.ic-ld {
	background: #576970;
	color: #fff;
}

#scout-icon ul li.ic-rc {
	background: #659d69;
	color: #fff;
}
#scout-icon ul li span {
    font-size: 12px;
    display: block;
}

#team-info {
    background: #fff;
}
#team-info-inner {
    padding: 3em;
}

#team-info dt {
    font-weight: normal;
    width: 9em;
    background: #108c4e;
    color: #fff;
    text-align: center;
    margin: 0 0 .5em 0;
}
#team-info dd {
    margin: -2.3em 0 .5em 0;
    padding-left: 11em;
}

#desc {
	display: block;
	margin: 0 0 3em 0;
}
#desc img  {
	width: auto;
	height: auto;
}

#mainphoto {
	max-width: 40%;
	float: left;
	margin: 0 2em 1em 0;	
}

#mainphoto  img  {
	width: 100%;
	height: auto;
}

#ga {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3em;
}

#ga section {
    width: 28%;
    margin: 1%;
    border: solid 1px #dfdfdf;
    background: #fff;
    word-break: break-word;
}

.grphoto {
    max-width: 100%;
    max-height: 180px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
}

.grphoto img {
    width: 100%;
    height: auto;
}

.ga-inner {
    margin: 0;
    padding: .5em 2em;
}

.wd {
	color: #06860a;
}

.tw {
	color: #0070ee;
}

.fb {
	color: #0f3993;
}

.ig {
	color: #353535;
}

#team-info i {
	margin-right: .2em;
}
#team-contact {
	width: 300px;
	display: block;
	margin: 2em auto;
}
#team-contact .button {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    outline: none;
     background-color: #08690b;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: .5em;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

#team-contact a:hover.button {
	opacity: 0.7;
}

#txlead {
	display: block;
	margin-bottom: 3em;
}

/* タブレット
------------------------------------------------------------*/

@media only screen and (max-width:1026px) {
    #container {
        margin-top: 55px;
    }
    #dnlst {
	width: 90%;
	display: block;
	margin: 0 auto 5em auto;
}
    /* ヘッダー
------------------------------------------------------------*/
    header {
        position: relative;
        overflow: hidden;
    }
    #headtop {
        display: none;
    }
    .member_btn {
        display: none;
    }
    #logo {
        float: left;
        margin: 1% 0 0 2%;
    }
    #logo img {
        width: 14em;
    }
    #loading img {
        width: 50%;
        top: 30%;
        left: 25%;
}
    /* コンテンツ
------------------------------------------------------------*/
    .innerwrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 2%;
        box-sizing: border-box;
    }
    #beginning_area .img_area,
    .department_img_area {
        width: 100%;
        box-sizing: border-box;
    }
    .department_img_area .box {
        width: 31%;
    }
    #activity_area .img_area {
        width: 49%;
    }
    #activity_area .img_area .box {
        width: 47%;
        overflow: hidden;
    }
    .child-pages .box img {
        width: 100%;
        height: auto;
    }
    /* 栃木県連盟のご紹介
------------------------------------------------------------*/
    .lead-inner li {
        margin-bottom: 2em;
        line-height: 1.7em;
    }
    .lead-inner ol {
        margin-left: 0;
    }
}


/* iPadサイズ以下から
------------------------------------------------------------*/

@media only screen and (max-width:768px) {
  #cp2021bn {
    max-width: 600px;
    width: 90%;
    display: block;
    margin: 3em auto;
    text-align: center;
  }
  
  #cp2021bn img {
    max-width: 600px;
    width: 100%;
  }
  
    table {
    overflow: auto;
}
    h2 img {
        width: 80%;
    }
    h3,
    h4 {
        font-size: 110%;
    }
    .innerwrap img {
        width: 100%;
        height: auto;
    }
    .icon {
        display: inline-block;
        margin: 0 5% 0 0;
    }
    .icon img {
        margin: 0;
        padding: 0;
        vertical-align: text-bottom;
    }
    .pagination {
        display: none;
    }
    .date {
        font-size: 20px;
    }
    .category_info,
    .category_kids_project,
    .category_pr_use,
    .category_pr_img_mv,
    .category_soliloquy,
    .category_other,
    .category_pamphlet,
    .category_registration,
    .category_16th {
        font-size: 13px;
    }
    .order tr,
    .order th,
    .order td {
        width: 100%;
        display: block;
        overflow: hidden;
        box-sizing: border-box;
    }

    /* あなたの街のボーイスカウト(table)
------------------------------------------------------------*/
    .pctable {
        display: none;
    }
    .mobiletable {
        display: block;
    }
    .lead-inner .mobiletable h4 {
        margin: 0;
        clear: both;
    }
    /* ボーイスカウトって何？
------------------------------------------------------------*/
    #beginning_area .img_area,
    #beginning_area .text_area,
    #beginning_area .img_area .box img {
        width: 100%;
    }
    #beginning_area .box {
        width: 48%;
        margin: 1% 1%;
    }
    #beginning_area .box:not(:first-child) {
        margin: 1% 1%;
    }
    .img_right,
    .img_right img {
        width: 100%;
        margin: 0;
    }
    /* どんな活動をしているの？
------------------------------------------------------------*/
    #activity_area .img_area,
    #activity_area .text_area {
        width: 100%;
        margin: 0 !important;
    }
    #activity_area .img_area .box {
        width: 48%;
        margin: 0;
    }
    #activity_area .img_area .box:not(:first-child) {
        margin: 0 0 0 2%;
    }
    #activity_area .img_area .box img {
        width: 100%;
    }
    .department_img_area,
    .department_img_area .box,
    .department_img_area img {
        width: 100%;
    }
    .department_img_area .box,
    .department_img_area .box:not(:first-child) {
        margin: 0 0 2% 0;
    }
    /* 加盟員向け情報一覧ページ(member)
------------------------------------------------------------*/
    #member_area .img_area,
    #member_area .text_area {
        width: 100%;
        margin: 0 !important;
    }
    #member_area .img_area .box {
        width: 48%;
        margin: 0;
    }
    #member_area .img_area .box:not(:first-child) {
        margin: 0 0 0 2%;
    }
    #member_area .img_area .box img {
        width: 100%;
    }
    #member_area .department_img_area,
    #member_area .department_img_area .box,
    #member_area .department_img_area img {
        width: 100%;
    }
    #member_area .department_img_area .box,
    #member_area .department_img_area .box:not(:first-child) {
        margin: 0 0 2% 0;
    }
    /* 子ページ一覧
------------------------------------------------------------*/
    .child-pages .box {
        width: 100%;
        height: auto;
        margin: 0 0 2% 0;
    }
    .child-pages .box:not(:first-child) {
        margin: 0 0 2% 0;
    }
    .child-pages .box img {
        width: 100%;
        height: auto;
    }
    /* 活動風景
------------------------------------------------------------*/
    #landscape_area .innerwrap {
        width: 96%;
    }
    #slider {
        width: 80%;
        margin: 0 auto;
    }
    /* ギャラリー
------------------------------------------------------------*/
    #gallery-1 img {
        width: 100%;
        height: auto;
    }
    #gallery-1 .gallery-item {
        width: 100% !important;
    }
    /* 栃木県連盟 各地区の活動
------------------------------------------------------------*/
    .banner_img_area {
        width: 100%;
    }
    .banner_img_area img {
        width: 100%;
    }
    .banner_img_area .box {
        display: block;
        width: 100%;
    }
    /* スカウト活動に参加
------------------------------------------------------------*/
    .participate_img_area,
    .participate_img_area img {
        width: 100%;
    }
    .participate_img_area .box {
        width: 48%;
    }
    .participate_img_area .box,
    .participate_img_area .box:not(:first-child) {
        padding: 0;
        margin: 1%;
    }
    /* 新着情報
------------------------------------------------------------*/
    .thumbnail,
    .thumbnail img {
        width: 100%;
        height: 100%;
        float: none;
    }
    .post-top-thumbnail img {
        width: 100%;
        height: auto;
    }
    #news h4 {
        font-size: 14px;
        margin: 0;
        padding: 0;
        line-height: 150%;
    }
    .post {
        margin: 5% 0;
        padding-bottom: 10px;
        clear: both;
    }
    .post_info {
        text-align: center;
        margin: 2% 0;
        clear: both;
    }
    /* FAQ
------------------------------------------------------------*/
    .faq dd p {
        padding: 20px 30px 20px 50px;
        background: url(img/ico_answer.png) no-repeat 15px 25px #fff;
    }
    /* フォーム
------------------------------------------------------------*/
    form table {}
    form table tr,
    form table th,
    form table td {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    form table th {
        padding: 1em;
    }
    /* ギャラリー
------------------------------------------------------------*/
    #gallery-1 {
        text-align: center;
    }
    #gallery-1 .gallery-item {
        float: none !important;
        display: inline-table;
    }
    #outerImageContainer {
        width: 100% !important;
    }
    #lightbox img {
        width: 100% !important;
        height: auto !important;
    }
    /* 活動報告バナーエリア（6つ）
------------------------------------------------------------*/
    .banner_img_area .box {
        padding: 0 0 3% 0;
    }
    /* マップ住所エリア
------------------------------------------------------------*/
    #location_area .innerwrap h4 {
        font-size: 18px;
        line-height: 1.5;
    }
    #location_area .innerwrap p {
        font-size: 15px;
        line-height: 1.5;
    }
    #location_area .text_area,
    .map {
        width: 100%;
        float: none;
        text-align: center;
    }
    /* バナーエリア(3つ)
---------------------------------------------*/
    .info_banner_area {
        margin: 0;
        width: 100%;
    }
    .info_banner_area img {
        width: 100%;
        margin: 0;
    }
    /*footer
------------------------------------------------------------*/
    #footerwarp {
        background: #bebb94;
        background-size: cover;
        overflow: hidden;
    }
    #footerwarp .innerwrap {
        width: 96%;
        padding: 1em 2%;
        overflow: hidden;
    }
    #footerwarp .footernavi01,
    #footerwarp .footernavi02,
    #footerwarp .footernavi03,
    #footerwarp .footernavi04 {
        float: none;
        width: 100%;
        margin: 0 .5%;
    }
    #footerwarp .innerwrap h4 {
        margin: 4% 0 1%;
        clear: both;
    }
    /* =======================================
  ▼以下各カテゴリーページスタイル(SP)
======================================= */
    /* カテゴリーメインビジュアル
---------------------------------------------*/
    #page-tit {
        padding: 1em 0 1em;
        background: #3fa569 !important;
        background-size: cover;
    }
    #page-tit h2 {
        font-size: 1.5em;
        line-height: 1.6;
    }
    .layerTransparent {
        padding: 0;
        background: none;
    }
    /* パンくず
---------------------------------------------*/
    .breadcrumbs {
        width: 96%;
    }
    .breadcrumbs {
        padding: 5% 0;
    }
/* 全ページ共通よくある質問＆あなたの街のボーイスカウト
---------------------------------------------*/
    #inquiry_area .innerwrap {
        width: 100%;
        margin: 0 auto;
        padding: 0 2%;
        box-sizing: border-box;
    }
    #inquiry_area .left_area {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
        float: none;
        border-right: none;
        border-bottom: 1px solid #999;
    }
    #inquiry_area .right_area {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
        float: none;
        margin-top: 3%;
    }
    #inquiry_area .left_area .otherQ {
        padding-right: 0;
        float: none;
    }
    /* 栃木県連盟のスカウト活動について
---------------------------------------------*/
    #activity_content_area figure {
        display: block;
    }
    #activity_content_area figure img {
        vertical-align: bottom;
    }
    .col {
        display: block;
        width: 100%;
    }
    .col.num02 {
        display: none;
    }
    /* 各部門詳細
---------------------------------------------*/
    .department {
        background-color: #FFFFFF;
        border: 1px solid #d6d6d6;
        padding: 5% 2%;
        margin: 6% 0 6%;
    }
    .department h4 {
        font-size: 100%;
        width: 50%;
        margin: 0 auto;
        padding: 2% 0 5% 15%;
    }
    .department_text_l {
        width: 100%;
        float: left;
    }
    .department_text_r {
        width: 100%;
        float: right;
    }
    .department_img_l {
        width: 100%;
        float: left;
    }
    .department_img_r {
        width: 100%;
        float: right;
    }
    /* 固定ページインナー
------------------------------------------------------------*/
    .lead-inner img {
        width: 100%;
    }
    .lead-inner img.icon{
    width : auto;
    display: inline-block;
    margin-bottom: 0px;
    }
    /* 講習会・研修会案内
------------------------------------------------------------*/
    #training {}
    #training table {
        table-layout: fixed;
        clear: both;
        margin: 0;
    }
    #training th {
        padding: .5em;
    }
    #training td {
        padding: 1em 1em;
        border-right: solid 1px #CCCCCC;
        border-bottom: solid 1px #CCCCCC;
        background-color: white;
        text-align: left;
    }
    #training tbody,
    #training thead,
    #training tr,
    #training td,
    #training th {
        display: block;
    }
    #training th,
    #training td {
        width: auto;
    }
    iframe {
        width: 100%;
    }
    /* スカウト用品のご注文
------------------------------------------------------------*/
    .info-inner {
    padding: 1em;
    }
    /* 16nj
------------------------------------------------------------*/
    .main-left {
        float: left;
        width: 100%;
        margin: 16px 0;
    }
    .main-right {
        float: right;
        width: 100%;
        margin: 30px 0;
    }
    
    #scout-icon ul li {
	width: 100%;
	display: inline-block;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
	margin: 0 0 .5em 0;
	padding: 1em 0;
	border-radius: 12px;
}
#scout-icon ul li span {
	font-size: 12px;
	display: inline;
	padding-left: 1em;
}


#desc img  {
	float: none;
	margin: 0 auto 1em auto;
	display: block;
}

#ga section img {
	margin: 0;
}

#team-info dt {
	font-weight: normal;
	width: auto;
	background: #5a9e77;
	color: #fff;
	text-align: center;
}


#team-info dd {
	margin: 1em 0 .5em 0;
	padding-left: 0;
}

#team-info dd p {
	margin: 0;
	padding: 0;
}

#ga {
	display: block;
}

#ga section {
	width: 100%;
	margin:  1% 0;
	border: none;
	display: flex;
	background: none;
}

.grphoto { width: 100px; height: 100px; margin: 0 1em 0 0; overflow: inherit; clear: both; }
.grphoto img {
	width: 100%;
	height: auto;
}
.ga-inner {
	margin: 0;
	padding: 0;
}

.ga-inner p {
		font-size: 12px;
	line-height: 1.3;
}
#mainphoto {
	max-width: 100%;
	float: none;
	margin: 0 0 1em 0;	
}

dl#lt {
	display: none;
	visibility: hidden;
	}
dl#dtl dt {
	display: block;
	visibility: inherit;
}
dl#dtl {
	width: 100%;
	border-bottom: solid 1px #7bb7a6;
	margin:  0 0 2em 0;
}

dl#dtl dt {
	width: 100%;
	background: #108c4e;
	color: #fff;
	text-align: center;
	padding: .5em 0;
}

dl#dtl dd {
	width: 100%;
	display: block;
	vertical-align: middle;
	border-right : none;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: .8em 0;
	border-bottom: none;
}


}
