html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display:block;
}
audio, canvas, progress, video {
display: inline-block; vertical-align: baseline;
}

html {
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body {
color:#444;
font-family: sans-serif;
line-height:1.0;
}

br {letter-spacing:0;}
ul, li {list-style:none;}
img, a img {border:0; text-decoration:none; vertical-align:top;}
mark {background:#ff0; color:#000;}
b, strong {font-weight:bold;}
table {border-collapse:collapse; border-spacing:0;}
td, th {padding:0;}
hr {box-sizing:content-box; height:0;}
button, input, optgroup, select, textarea {color:inherit; font:sans-serif; margin:0;}
button {overflow: visible;}
button, select {text-transform:none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer;}
input[type="checkbox"], input[type="radio"] {box-sizing:border-box; padding:0;}
textarea {overflow:auto;}

div:after, ul:after {content:""; display:block; clear:both;}
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

a {background-color:transparent; outline:0;}
a:link    {color:#3366CC; text-decoration:none;}
a:visited {color:#3366CC; text-decoration:none;}
a:hover   {color:#1a428c; text-decoration:underline;}
a:active  {color:#99CCFF; text-decoration:none;}

/* -------------------------------------------------------
Layout
---------------------------------------------------------- */







/* -------------------------------------------------------
Detail
---------------------------------------------------------- */

/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width:959px){
  body {
    font-family: sans-serif;
  }

/* header */
  .site_header {}
  .site_header img {
    width: 100%;
  }

/* gnav */
  .gnav {
    border-top: 3px solid #16741B;
  }
  .gnav ul {
    letter-spacing: -0.4em;
    background: #1E8620;
  }
  .gnav li {
    letter-spacing: normal;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    border-right: 1px solid #16741B;
    border-bottom: 1px solid #16741B;
  }
  .gnav ul li a {
    display: block;
    height: 40px;
    color: #fff;
    text-decoration: non;
    line-height: 40px;
    text-align: center;
  }


/* contents */
  .container {
    padding: 16px 0;
  }

  .flb .fl_side {
    margin-top: 40px;
  }


  .main_inner p {
    line-height: 1.7;
  }

  .section {
    padding: 0 8px;
  }
  .section + .section {
    margin-top: 32px;
  }

  .pt,
  .section .sh {
    padding: .6em 1em;
    background: #F4F6F2;
    border-top: 3px solid #2F9D2A;
    font-size: 20px;
    font-weight: bold;
  }

  .pagepath {
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .pagepath ul {
    letter-spacing: -0.4em;
  }
  .pagepath ul li {
    letter-spacing: normal;
    display: inline-block;
    color: #777;
    font-size: 12px;
  }
  .pagepath ul li:after {
    content: "\f105";
    font-family: "FontAwesome";
    padding: 0 8px;
  }
  .pagepath ul li:last-child:after {
    content: "";
  }


/* TOP */
  .top_rinen {
    margin-top: 16px;
  }
  .top_rinen li {
    margin-bottom: 16px;
    vertical-align: top;
  }
  .top_rinen li a {
    color: #333;
    text-decoration: none;
  }
  .top_rinen li a:hover {
    color: #36c;
    text-decoration: none;
  }
  .top_rinen li figure {
    height: 140px;
    margin-bottom: 8px;
    overflow: hidden;
    text-align: center;
  }
  .top_rinen li figure img {
    max-width: 224px;
  }
  .top_rinen li h3 {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #2F9D2A;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .top_rinen li .text {
    font-size: 12px;
    line-height: 1.5;
  }
  .top_rinen li .more {
    font-size: 14px;
    text-align: right;
  }
  .top_rinen li .more i {
    color: #2F9D2A;
  }


/* sub contents */
  .profile {
    display: flex;
    flex-flow: column nowrap;
    margin: 32px 0;
    padding: 0 8px;
  }
  .profile .ptxt {
    order: 2;
    display: block;
    font-size: 14px;
  }
  .profile .pimg {
    order: 1;
    display: block;
    margin-bottom: 16px;
    text-align: center;
  }

  .profile .ptxt h2 {
    margin-bottom: 1em;
    padding: .8em 1em;
    background: #F4F6F2;
    font-size: 16px;
    font-weight: bold;
  }

  .profile .pimg img {
    max-width: 320px;
  }



  .jimusyo_table {
    margin-top: 32px;
  }

  .jimusyo_table table,
  .jimusyo_table tbody,
  .jimusyo_table tr,
  .jimusyo_table th,
  .jimusyo_table td {
    display: block;
  }

  .jimusyo_table table {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .jimusyo_table th {
    box-sizing: border-box;
    padding: 1em .5em;
    background: #F4F6F2;
    border: 1px solid #ddd;
    font-weight: normal;
    text-align: left;
  }
  .jimusyo_table td {
    padding: 1em .5em;
    /*border: 1px solid #ddd;*/
  }
  .jimusyo_table td iframe {
    width: 90%;
    height: 300px;
  }


  .melmaga_table {
    margin-top: 32px;
  }
  .melmaga_table p {
    padding: 0 8px;
    font-size: 90%;
  }
  .melmaga_table table {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #666;
    font-size: 14px;
  }
  .melmaga_table th {
    padding: .5em 1em;
    background: #666;
    color: #fff;
    font-weight: normal;
  }
  .melmaga_table td {
    padding: 8px 16px;
  }
  .melmaga_table td p {
    margin-bottom: 8px;
    padding: 0;
  }
  .melmaga_table td input[type="text"] {
    width: 90%;
    margin-bottom: 8px;
    padding: .2em .5em;
    font-size: 120%;
    font-weight: bold;
  }


  .a_body {
    margin-top: 32px;
  }
  .a_body h2 {
    margin-bottom: 1em;
    padding: .8em 1em;
    background: #F4F6F2;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
  .a_body p {
    padding: 0 8px;
    font-size: 14px;
  }
  .a_body .sns {
    margin-bottom: 16px;
    padding: 0 8px;
    line-height: 48px;
    font-size: 14px;
  }

  .katudou_img ul {
    letter-spacing: -0.4em;
    list-style: none;
  }
  .katudou_img ul li {
    letter-spacing: normal;
    display: inline-block;
    list-style: none;
    width: 30vw;
    margin: 0 8px 10px 0;
    padding: 0;
    background: none;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
  }
  .katudou_img ul li img {
    max-width: 100%;
    margin-bottom: 4px;
  }


  .pol_c {
    padding: 32px 0;
  }
  .pol_c .hd {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .pol_c p {
    padding: 0 8px;
    line-height: 1.9;
  }
  .pol_c .fc {
    color: #00f;
    font-weight: bold;
  }

  .policy_box {
    padding: 32px 0;
  }
  .policy_box img {
    width: 100%;
    max-width: 595px;
  }





/* side */
  .side_box + .side_box {
    margin-top: 16px;
  }
  .side_box .bn {
    margin-bottom: 8px;
    text-align: center;
  }
  
  .side_box .bn_miyaguti {
  	margin-top: 16px;
  	padding: 0 8px;
  }
  .side_box .bn_miyaguti img {
  	width: 100%;
  	max-width: 640px;
  	height: auto;
  }

  .side_box.side_fb,
  .side_box.side_tw {
    padding: 0 32px 0 16px;
  }


/* TOP SNS */
  .top_sns {
    padding: 16px 0;
    background: #fafafa;
  }
  .top_sns .top_fb_t {
    box-sizing: border-box;
    margin-bottom: 32px;
    padding: 0 16px;
  }
  .top_sns .top_tw_t {
    box-sizing: border-box;
    height: 240px;
    margin-bottom: 32px;
    padding: 0 16px;
    overflow: hidden;
  }


/* footer */
  .site_footer {
    background: #EBEEE5;
    border-top: 3px solid #2F9D2A;
  }
  .footer_inner {
    padding: 8px;
  }

  .flink {
    margin-bottom: 16px;
  }
  .flink ul {
    letter-spacing: -0.4em;
    text-align: left;
  }
  .flink li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 1em;
    font-size: 16px;
  }
  .flink li a {
    color: #333;
    text-decoration: underline;
  }
  .flink li a:hover {
    text-decoration: none;
  }

  .cp {
    color: #777;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
  }
  .cp a {
    color: #777;
  }


}/* end SP */


/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width:960px){
  body {
    font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    zoom:1;
  }

/* header */
  .site_header {
    width: 960px;
    margin: 0 auto;
  }

/* gnav */
  .gnav {
    background: #248E23;
    border-style: solid;
    border-width: 2px 0;
    border-color: #30A010 transparent #16741B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#187E1D), to(#2E9B29));
    background-image: -webkit-linear-gradient(top, #187E1D, #2E9B29);
    background-image: -moz-linear-gradient(top, #187E1D, #2E9B29);
    background-image: -ms-linear-gradient(top, #187E1D, #2E9B29);
    background-image: -o-linear-gradient(top, #187E1D, #2E9B29);
    background-image: linear-gradient(top, #187E1D, #2E9B29);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#187E1D, endcolorstr=#2E9B29));
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#187E1D, endcolorstr=#2E9B29))";
    box-shadow: 0 6px 6px rgba(0,0,0,0.2);
  }
  .gnav ul {
    display: table;
    width: 960px;
    margin: 0 auto;
  }
  .gnav ul li {
    display: table-cell;
    width: 160px;
    box-sizing: border-box;
    border-left: 1px solid #16741B;
  }
  .gnav ul li:last-child {
    border-right: 1px solid #16741B;
  }
  .gnav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 42px;
    text-align: center;
  }
  .gnav ul li a:hover {
    background: rgba(12,164,9,0.5);
  }

/* contents */
  .container {
    width: 960px;
    margin: 0 auto;
    padding: 32px 0;
  }

  .flb {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }
  .flb .fl_main {
    flex: 1;
  }
  .flb .fl_side {
    width: 224px;
  }




/* main */
  .main_inner {
    padding: 0 40px 0 0;
  }
  .main_inner p {
    line-height: 1.7;
  }

  .section + .section {
    margin-top: 32px;
  }

  .pt,
  .section .sh {
    padding: .6em 1em;
    background: #F4F6F2;
    border-top: 3px solid #2F9D2A;
    font-size: 20px;
    font-weight: bold;
  }

  .pagepath {
    margin-bottom: 16px;
  }
  .pagepath ul {
    letter-spacing: -0.4em;
  }
  .pagepath ul li {
    letter-spacing: normal;
    display: inline-block;
    color: #777;
    font-size: 12px;
  }
  .pagepath ul li:after {
    content: "\f105";
    font-family: "FontAwesome";
    padding: 0 8px;
  }
  .pagepath ul li:last-child:after {
    content: "";
  }




/* TOP */
  .top_rinen {
    letter-spacing: -0.4em;
    margin-top: 16px;
  }
  .top_rinen li {
    letter-spacing: normal;
    display: inline-block;
    width: 224px;
    margin-right: 8px;
    vertical-align: top;
  }
  .top_rinen li a {
    color: #333;
    text-decoration: none;
  }
  .top_rinen li a:hover {
    color: #36c;
    text-decoration: none;
  }
  .top_rinen li figure {
    width: 224px;
    height: 140px;
    margin-bottom: 8px;
    overflow: hidden;
  }
  .top_rinen li figure img {
    width: 100%;
  }
  .top_rinen li h3 {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #2F9D2A;
    font-size: 16px;
    font-weight: bold;
  }
  .top_rinen li .text {
    font-size: 12px;
    line-height: 1.5;
  }
  .top_rinen li .more {
    font-size: 14px;
    text-align: right;
  }
  .top_rinen li .more i {
    color: #2F9D2A;
  }



  /* sub contents */
  .profile {
    display: flex;
    width: 100%;
    margin-top: 32px;
  }
  .profile .ptxt {
    flex: 1;
    font-size: 14px;
  }
  .profile .pimg {
    width: 230px;
  }

  .profile .ptxt h2 {
    margin-bottom: 1em;
    padding: .8em 1em;
    background: #F4F6F2;
    font-size: 16px;
    font-weight: bold;
  }

  .profile .pimg img {
    width: 228px;
  }


  .jimusyo_table {
    margin-top: 32px;
  }
  .jimusyo_table table {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.5;
  }
  .jimusyo_table th {
    box-sizing: border-box;
    width: 165px;
    padding: 1em .5em;
    background: #F4F6F2;
    border: 1px solid #ddd;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
  }
  .jimusyo_table td {
    padding: 1em .5em;
    border: 1px solid #ddd;
    vertical-align: middle;
  }
  .jimusyo_table td iframe {
    width: 500px;
    height: 400px;
  }


  .a_body {
    margin-top: 32px;
  }
  .a_body h2 {
    margin-bottom: 1em;
    padding: .8em 1em;
    background: #F4F6F2;
    font-size: 16px;
    font-weight: bold;
  }
  .a_body p {
    font-size: 14px;
  }
  .a_body .sns {
    margin-bottom: 16px;
    line-height: 48px;
    font-size: 14px;
  }
  .katudou_img ul {
    letter-spacing: -0.4em;
    list-style: none;
  }
  .katudou_img ul li {
    letter-spacing: normal;
    display: inline-block;
    list-style: none;
    width: 108px;
    margin: 0 8px 10px 0;
    padding: 0;
    background: none;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    vertical-align: top;
  }
  .katudou_img ul li img {
    max-width: 108px;
    margin-bottom: 4px;
  }



  .melmaga_table {
    margin-top: 32px;
  }
  .melmaga_table p {
    font-size: 14px;
  }
  .melmaga_table table {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #666;
    font-size: 14px;
  }
  .melmaga_table th {
    padding: .5em 1em;
    background: #666;
    color: #fff;
    font-weight: normal;
  }
  .melmaga_table td {
    padding: 8px 16px;
  }
  .melmaga_table td p {
    margin-bottom: 8px;
  }
  .melmaga_table td input[type="text"] {
    width: 90%;
    margin-bottom: 8px;
    padding: .5em .5em;
    font-size: 120%;
    font-weight: bold;
  }


  .pol_c {
    padding: 32px 0;
  }
  .pol_c .hd {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .pol_c p {
    line-height: 1.9;
  }
  .pol_c .fc {
    color: #00f;
    font-weight: bold;
  }


  .policy_box {
    padding: 32px 0;
  }



/* side */
  .side_box + .side_box {
    margin-top: 16px;
  }
  .side_box .bn {
    margin-bottom: 8px;
    text-align: center;
  }

  .side_box .bn_miyaguti {
  	margin-top: 16px;
  }
  .side_box .bn_miyaguti img {
  	width: 100%;
  	height: auto;
  }


/* TOP SNS */
  .top_sns {
    display: flex;
    width: 960px;
    margin: 0 auto 40px;
    padding: 16px 0;
    background: #fafafa;
  }
  .top_sns .top_fb_t {
    flex: 1;
    padding: 0 16px;
  }
  .top_sns .top_tw_t {
    box-sizing: border-box;
    width: 360px;
    height: 240px;
    padding: 0 16px;
    overflow: hidden;
  }




/* footer */
  .site_footer {
    background: #EBEEE5;
    border-top: 3px solid #2F9D2A;
  }
  .footer_inner {
    width: 960px;
    margin: 0 auto;
    padding: 16px 0 32px;
  }

  .flink {
    margin-bottom: 24px;
  }
  .flink ul {
    letter-spacing: -0.4em;
    text-align: center;
  }
  .flink li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 1em;
    font-size: 16px;
  }
  .flink li a {
    color: #333;
    text-decoration: underline;
  }
  .flink li a:hover {
    text-decoration: none;
  }

  .cp {
    color: #777;
    font-size: 14px;
    text-align: center;
  }
  .cp a {
    color: #777;
  }


/* common */
  .inner960 {
    width: 960px;
    margin: 0 auto;
  }

}/* end PC */



/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs100 {font-size:100%;}
.fs120 {font-size:120%;}
.fs150 {font-size:150%;}
.fs10px {font-size:10px;}
.fs11px {font-size:11px;}
.fs12px {font-size:12px;}
.fs13px {font-size:13px;}
.fs14px {font-size:14px;}
.fs15px {font-size:15px;}
.fs16px {font-size:16px;}
.fs17px {font-size:17px;}
.fs18px {font-size:18px;}

.lh15 {line-height:1.5;}
.lh16 {line-height:1.6;}
.lh17 {line-height:1.7;}
.lh18 {line-height:1.8;}
.lh20 {line-height:2.0;}

.mgb5 {margin-bottom:5px;}
.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb30 {margin-bottom:30px;}
.mgb40 {margin-bottom:40px;}
.mgb50 {margin-bottom:50px;}
.mgb80 {margin-bottom:80px;}
.mgb100 {margin-bottom:100px;}
.mgb05em {margin-bottom:0.5em;}
.mgb1em {margin-bottom:1em;}
.mgb15em {margin-bottom:1.5em;}
.mgb2em {margin-bottom:2em;}

.pdlr10 {padding:0 10px;}
.pdlr20 {padding:0 20px;}
.pdlr30 {padding:0 30px;}
.pdlr1em {padding:0 1em;}
.pdlr2em {padding:0 2em;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.fwb {font-weight:bold;}


