@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700');

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{ 
margin:0px; 
padding:0px; 
}
body{
font-size: 100%;
text-align: left;
color: #333;
font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN," , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , "Meiryo" , "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
-webkit-text-size-adjust: 100%;
position: relative;
}
a:link, a:visited, a:hover, a:active {
	color: #333;
    text-decoration: none;
}
ul {
    list-style-type: none;
}
p{
    line-height: 1.7;
}
i{
    font-weight: bold;
    margin: 0 5px 0 0;
}
img{
    border:0px;
    margin: 0 auto;
    padding: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: block;
}
iframe {
    border: 0;
    overflow: hidden;
}
table{
    border-collapse:collapse;
    width: 100%;
    border: 1px solid #c9c9c9;
    background-color: #fff;
}
tr{
    border-bottom: 1px solid #c9c9c9;
}
tr:last-child{
    border-bottom: 0;
}
th, td {
    display: block;
    padding: 20px 10px;
}
th {
    color: #005641;
    font-weight: bold;
    background-color: #dbea99;
    border-bottom: 1px solid #c9c9c9;
    text-align: center;
}
a:hover{
    opacity: 0.6;
}
ol li{
    margin: 0 0 0 20px;
}
ul li:not(:last-child){
    margin: 0 0 10px;
}
.scroll_table {
    overflow: auto;
    white-space: nowrap;
}
.scroll_table table {
    width: 100%;
    min-width: 960px
}
.scroll_table table th, .scroll_table table td{
    display: table-cell;
}
table tbody {
    width: 100%;
    display:table;
}
.scroll_table th:not(:last-child),
.scroll_table td:not(:last-child){
    border-right: 1px solid #c9c9c9;
}
.scroll_table th:nth-child(1){
    width: 20%;
}
.scroll_table th:nth-child(2){
    width: 25%
}
.scroll_table th:nth-child(3){
    width: 55%
}
.disc_li{
    margin: 0 0 0 20px;
}
.disc_li li{
    list-style-type: disc;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                th, td {
                    display: table-cell;
                    border-bottom: 0;
                }
                th{
                    min-width: 150px;
                }
                td{
                    padding: 20px 30px;
                }
            }


/* レイアウト
------------------------------------*/
.inner {
	width: 96%;
	margin: 0 auto;
}
.cassette {
	padding: 80px 0;
    overflow: hidden;
}
.cassette:nth-of-type(even){
    background-color: #f7f4ed;
}
#pankuzu {
	padding: 10px 0;
}
#menu {
	float: left;
	display: block;
}
.columnRight {
    display: block;
    float: right;
}
.columnLeft {
    display: block;
    float: left;
}
.link_txt:link, .link_txt:hover, .link_txt:active, .link_txt:visited{
    color: #40a410;
    text-decoration: underline;
}
.pdf_txt span{
    position: relative;
}
.pdf_txt span::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    font-weight: bold;
    bottom: 0;
    margin: 0 0 0 10px;
}
.flex01 {
    display: block;
}
.flex02{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_box01, .flex_box02, .flex_box03{
    width: 100%;
    margin: 0 0 30px;
}
.flex_box01:last-child, .flex_box02:last-child, .flex_box03:last-child{
    margin: 0;
}
.pad_box{
    padding: 30px 20px;
}
.txt_right{
    text-align: right;
    margin: 0 0 20px;
}

        /* 【タブレット用のスタイル記述】 */
        @media screen and (min-width: 760px) {
            .flex01{
                display: flex;
                justify-content: space-between;
            }
            .flex_box01{
                width: 48%;
                margin: 0 30px 0 0;
            }
            .flex_box02{
                width: 32%;
                margin: 0 30px 0 0;
            }
            .flex_box03{
                width: 20%;
                margin: 0 30px 0 0;
            }
            .flex_box01:last-child, .flex_box02:last-child, .flex_box03:last-child {
                margin: 0;
            }
            .cassette {
                padding: 100px 0;
            }
        }

        /* 【PC用のスタイル記述】 */
        @media screen and (min-width: 1200px) {
            .inner {
                max-width: 1200px;
            }
            .pad_box{
                    padding: 40px;
            }
        }


 /*----------------------------------------------------
	margin set
----------------------------------------------------*/
.mgt5 { margin-top: 5px!important;}
.mgt10 { margin-top: 10px!important;}
.mgt15 { margin-top: 15px!important;}
.mgt20 { margin-top: 20px!important;}
.mgt25 { margin-top: 25px!important;}
.mgt30 { margin-top: 30px!important;}
.mgt35 { margin-top: 35px!important;}
.mgt40 { margin-top: 40px!important;}

.mgb5 { margin-bottom: 5px!important;}
.mgb10 { margin-bottom: 10px!important;}
.mgb15 { margin-bottom: 15px!important;}
.mgb20 { margin-bottom: 20px!important;}
.mgb25 { margin-bottom: 25px!important;}
.mgb30 { margin-bottom: 30px!important;}
.mgb35 { margin-bottom: 35px!important;}
.mgb40 { margin-bottom: 40px!important;}
.mgb50 { margin-bottom: 50px!important;}
.mgb60 { margin-bottom: 60px!important;}
.mgb80 { margin-bottom: 80px!important;}


/* responsive
------------------------------------*/
.pcTab, .pc, .tab { display: none;}
.sp, .tabSp { display: block;}

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .pc, .sp { display: none;}
                .tab, .pcTab, .tabSp { display: block;}
            }
            /* 【PC用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .sp, .tab, .tabSp { display: none;}
                .pcTab, .pc { display: block;}
            }


/* header
------------------------------------*/
#header{
    background-color: #fff;
    padding: 10px 0 20px;
}
#header .header_box .logo{
    margin: 0;
}
#header .header_box{
    position: relative;
}
#header .header_box .flex01{
    align-items: center;
}
#header .h_sub_btn{
    display: none;
}
#header .h_sub_btn a{
    display: block;
    width: 100%;
    max-width: 180px;
}
#header .h_sub_btn ul li{
    margin: 0;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                #header{
                    padding: 10px 0 20px;
                }
                #header .logo img{
                    margin: 0;
                }
                #header .header_box .logo {
                    width: 30%;
                }
                #header .header_box .h_navi {
                    width: 68%;
                }
                #header .h_sub_btn{
                    display: block;
                    position: absolute;
                    top: -10px;
                    right: 0;
                }
                #header .h_sub_btn li{
                    width:  180px;
                }
                #header .h_sub_btn a{
                    display: block;
                    padding: 10px 0;
                    text-align: center;
                    font-size: 80%;
                }
                #header .subBtn_01 span{
                    position: relative;
                    display: inline-block;
                    margin: 0 0 0 15px;
                }
                #header .subBtn_01 span::before{
                    position: absolute;
                    content: '';
                    width: 14px;
                    height: 12px;
                    background: url("../img/header_icon01.png")no-repeat;
                    left: -20px;
                    top: 4px;
                }
                #header .subBtn_01{
                    background-color: #bbd252;
                }
                #header .subBtn_02{
                    background-color: #005641;
                    color: #fff;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }


/* footer
------------------------------------*/
#footer{
    background-color: #005641;
    padding: 60px 0 10px;
    position: relative;
}
#footer .f_info img{
    margin: 0;
}
#footer .f_info .f_logo{
    margin: 0 0 20px;
    display: inline-block;
}
#footer .f_navi{
    display: none;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited,
#footer p{
    color: #fff;
}
#footer .copyright{
    font-size: 80%;
    text-align: center;
    margin: 60px 0 0;
}
#pagetop{
    position: fixed;
    bottom: 50px;
    right: 10px;
}


/* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }
            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #footer .f_info{
                    width: 40%;
                }
                #footer .f_navi{
                    display: flex;
                    width: 58%;
                    font-size: 86%;
                }
                #footer .f_navi li:not(:last-child){
                    margin: 0 0 10px;
                }
            }



/* 見出し
------------------------------------*/
h1 {
    font-size: 80%;
    font-weight: normal;
    margin: 0 0 10px;;
}
h2 {
    margin: 0 0 60px;
    font-size: 160%;
    color: #005641;
    text-align: center;
    font-weight: 500;
}
h3 {
    border-left: 5px solid #40a410;
    padding: 5px 0 5px 10px;
    margin: 0 0 45px;
    font-size: 140%;
    font-weight: 500;
}
h4 {
    color: #40a410;
    font-size: 120%;
    font-weight: 500;
    margin: 0 0 30px;
}
h5{
    font-size: 110%;
    border-bottom: 2px solid #40a410;
    padding: 0 0 10px;
    margin: 0 0 20px;
    font-weight: 500;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                h2 {
                    margin: 0 0 60px;
                    font-size: 200%;
                    color: #005641;
                }
                h3 {
                    font-size: 160%;
                }
                h4 {
                    font-size: 140%;
                }
                h5{
                    font-size: 120%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }


/* common
------------------------------------*/
.txtRed {
    color: #EA0000;
}
#link01, #link02, #link03, #link04, #link05, #link06, #link07{
    padding: 80px 0 0;
    margin: -80px 0 0;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                #link01, #link02, #link03, #link04, #link05, #link06, #link07{
                    padding: 100px 0 0;
                    margin: -100px 0 0;
                }
            }


/* btn
------------------------------------*/
.btn01{
    display: block;
    margin: 60px auto 0;
    width: 100%;
    max-width: 300px;
    padding: 15px 0;
    background-color: #fff;
    border: 1px solid #005641;
    border-radius: 50px;
    text-align: center;
}
.btn01 span{
    position: relative;
    color: #005641;
}
.btn01 span::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: bold;
    top: 4px;
    right: -20px;
}

            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* spNavi
------------------------------------*/
#gNavi {
    display: none;
}
#spNavi {
	display: block;
    position: relative;
}
.mean-container .mean-nav ul li .nochi_btn{
    padding: 1em 5%;
    margin: 0;
    display: block;
    border-top: 1px solid #005641;
}
.mean-container .mean-nav ul li{
    margin: 0;
}

            @media only screen and (min-width: 960px) {
                #gNavi {
                    display: block;
                }
                #spNavi {
                    display: none;
                }
                #gNavi li{
                    font-size: 90%;
                }
                #gNavi li:not(:last-child){
                    margin: 0 10px 0 0;
                }
            }


/* WordPressデフォルト
------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }


/* pager
------------------------------------*/
.wpNavi {
	margin: 30px auto;
}
.wpNavi ol {
	text-align: center;
}
.wpNavi ol li {
	display: inline-block;
	margin: 0;
	font-size: 100%;
}
.wpNavi ol li:not(:last-child){
    margin: 0 5px 0 0;
}
.wpNavi ol li a {
	color: #333;
}
.wpNavi .wp-paginate .current, .wp-paginate a{
    padding: 15px!important;
    border-color: #40a410!important;
}
.wpNavi .wp-paginate .current{
    background-color: #40a410;
}
.wpNavi .wp-paginate a{
    background-color: #fff;
    color: #40a410;
}
.wpNavi .wp-paginate a:hover, .wp-paginate a:active{
    background-color: transparent!important;
    color: #40a410 !important
}


/* 中ページ共有
------------------------------------*/
.commonLayout .h2Wrap{
    padding: 60px 0;
    background: url("../img/h2.jpg")no-repeat center center/cover;
}
.commonLayout .h2Wrap h2{
    margin: 0;
    text-align: left;
}
.commonLayout .anchor {
    margin: 100px 0 -20px;
}
.commonLayout .anchor .btn01{
    margin: 0 auto;
}
.commonLayout .anchor .btn01 span::after{
    content: "\f063";
}
.commonLayout .anchor .flex01 .flex_box02{
    margin: 0 0 20px;
}
.commonLayout .w_box{
    background-color: #fff;
}
.commonLayout .g_box{
    background-color: #f3ffe6;
}
.commonLayout .w_box:not(:last-child), .commonLayout .g_box:not(:last-child){
    margin: 0 0 60px;
    position: relative;
}
.commonLayout .w_box:not(:last-child)::after, .commonLayout .g_box:not(:last-child)::after{
    position: absolute;
    content: '';
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 30px;
    background: url("../img/arrow01.png")no-repeat center center/cover;
}
.nochiLayout h2 span{
    font-size: 65%;
    display: block;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .commonLayout .h2Wrap{
                    padding: 100px 0;
                }
                .commonLayout .anchor .flex01 {
                    flex-wrap: wrap;
                    justify-content: flex-start;
                }
                .commonLayout .anchor .flex01 .flex_box01{
                    margin: 0 20px 20px 0;
                }
                .commonLayout .anchor .flex01 .flex_box01:nth-child(2n){
                    margin: 0 0 20px;
                }
                .commonLayout .anchor .flex01 .flex_box02{
                    margin: 0 20px 20px 0;
                    width: 31%;
                }
                .commonLayout .anchor .flex01 .flex_box02:nth-child(3n) {
                    margin: 0 0 20px;
                }
                .commonLayout .anchor .btn01{
                    max-width: 100%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* clearfix
------------------------------------*/

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

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */