@charset "UTF-8";
/* CSS Document */

html {
    color: #000;
    /*font表示最適化*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    /*font表示最適化 ON*/
/*  -webkit-font-smoothing: subpixel-antialiased;
 -moz-osx-font-smoothing: auto;*/
     
    background-color: #fff;/*height: 100%;*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    /*line-height: 0;  全ての要素にline-height設定 リセット*/
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    /*font-size: 16pt;
    font-size: 12pt;
    font-weight: 500;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;*/
		/*height: 100%;*/  /*100%だとモーダルに影響*/
}
main {
    font-size: 12pt;
}
	

@media all and (-ms-high-contrast:none) {  /*IE11*/
body {
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #408D00;
}

.underLine a {
    padding: 0 0 0.1em 0;
    border-bottom: 1px dotted hsla(148,100%,25%,0.70);
}

.underLine a:hover {
   text-decoration: none;
}



.vhCenter{ /*for child*/
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*backface-visibility: hidden;*/
	transform-style: preserve-3d;
    width: 100%;
}



.fImg img {
    width: 100%;
}
.fadeOut {
    opacity: 0;
}
.fadeIn {
    opacity: 1!important;
}

.fade03 {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fade05 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.fade075 {
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}
.mb-0 {
    margin-bottom: 0rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.small-90{
    font-size: 90%;
}

.small-85{
    font-size: 85%;
}


.small-80{
    font-size: 80%;
}

@media (max-width: 768px) {

.mb-1 {
    margin-bottom: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.mb-4 {
    margin-bottom: 2rem !important;
}

.mb-5 {
    margin-bottom: 2.5rem !important;
}

.mt-1 {
    margin-top: 0.5rem !important;
}
.mt-2 {
    margin-top: 1rem !important;
}
.mt-3 {
    margin-top: 1.5rem !important;
}
.mt-4 {
    margin-top: 2rem !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}
    
}



/*facebook*/
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:500px;
}


.text-red{
    color: #EB0003;    
}

.normalText{
    font-size: 80%;
    color: #000;
    font-weight: normal;
    line-height: 1.5;
}

.boldText{
    font-weight: bold;    
}

.loadingicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75px;
    z-index: 999;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;/*display: none;*/
    
    backface-visibility: hidden;
	transform-style: preserve-3d;
}
.wrapper {
    opacity: 0;
    width: 100%;
    height: 100%;
}
/*.container {
    width: 100%;
    max-width: 950px;
    margin: auto;
}*/
.outLink:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 10px;
    background-image: url(../img/common/outlink.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 0 0 0.5em;
}
.pdfIcon:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 22px;
    background-image: url("../img/common/pdf_icon.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin: 0 0 0 0.5em;
}
.hoverBt a:hover {
    opacity: 0.8;
}
.sp {
    display: none;
}
h1 {
    margin:0;
    line-height: 1.5em;
    font-size: 23px;
    text-align: center;
}
/*h2 {
    margin:0;
    line-height: 1.5em;
    font-size: 23px;
    text-align: center;
} */
.h1sub {
    line-height: 1.5em;
    color: #39813E !important;
    margin-bottom: 1.5em;
    text-align: center;
}
h2 {
     margin:0;
    line-height: 1.5em;
    font-size: 22px;
}

h3 {
     margin:0;
    line-height: 1.5em;
    font-size: 19px;
}

.headContainer {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.grayLine{
    margin:2em 0;
    height: 1px;
    border-bottom: 1px dotted #C9C9C9;
}

@media (max-width: 1000px) {
.container {
    width: 96%;
}
    
    .container-full{
     width: 100%;   
    }
}

@media (max-width: 768px) {
.pc {
    display: none !important;
}
.sp {
    display: block;
}
    
    h1 {
}
h2 {
    font-size: 18px;
}
.h2sub {
    line-height: 1.5em;
    color: #39813E !important;
    margin-bottom: 1.5em;
    text-align: center;
}
h3 {
     font-size: 16px;
}
    
h4 {
     font-size: 16px;
}
    
    .grayLine{
   /* margin:0.5em 0;*/

}
    
}
/*button*/

.bt-full {
    line-height: 1em;
    background-color: #39813E;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 4em;
    position: relative;
    margin: 2em 0;
    text-align: center;
}
.bt-full a {
    color: #FFFFFF;
    display: block;
    margin: 1em 0;
    text-decoration: none;
}
.bt-full:hover {
    opacity: 0.8;
}
.bt-full:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    position: absolute;
    right: 30px;
    color: #387F42;
    font-weight: 900;
    font-size: 15px;
    color: #FFFFFF;
}

@media (max-width: 768px) {
.bt-full {
    margin: 1em 0;
    line-height: 3em;
}
.bt-full:before {
    right: 10px;
}
}


/*bt-center*/

.bt-center-wrapper{
   position: relative;  
    background-color: #39813E;
    color: #FFFFFF;
    font-size: 50%;
    font-weight: 900;   
    line-height: 1em;
}

.bt-center{
  
    /*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
    
}

.bt-center a {
    color: #FFFFFF;
    display: block;
    text-decoration: none;
    
  
}




.pageTitleA{
    position: relative;
    height: 100px;
    background-color: hsla(330,8%,95%,1.00);
}

.pageTitleArea{
    /*position: relative;
    height: 100px;
    background-color: hsla(330,8%,95%,1.00);
    margin-bottom: 4em;
    2019/11/06 IEでvhCenterが崩れる問題への対応
    overflow: hidden;*/
}

.pageTitleSet{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    
    backface-visibility: hidden;
	transform-style: preserve-3d;
}


.pageTitleImg{
    width: 30px;
    position: relative;
    margin: 0 auto 5px;
}

.pageTitle{
   /*font-size: 140%;*/
    text-align: center;
    line-height: 1em;
    font-weight:bold;   
    letter-spacing: 0.1em;
}

.pageTitleSub{
   /* font-size: 140%;*/
    text-align: left;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0.0em;
    border-left: 5px solid #39823E;
    padding:0.5em 0 0.5em 0.8em;
    margin-bottom: 2em;
}


.pageTitleSub2{
   /* font-size: 140%;*/
    text-align: left;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0.0em;
    border-left: 5px solid #39823E;
    padding:0.5em 0 0.5em 1em;
    margin-bottom: 1em;
}


@media (max-width: 768px) {
 .pageTitleArea{
    height: 80px;
margin-bottom: 2em;
}
 .pageTitleArea_nomb{
    height: 80px;
}

    .pageTitle{
        font-size: 110%;
        line-height: 1.2em;
        padding:0 0.5em;
    letter-spacing: 0em;
}
    
}




/*____________________________________________footer*/

/*footer {
    width: 100%;
    position: relative;
    margin-top:5em;
}*/
.footerUpArea {
    padding: 0;
    position: relative;
}
.footerUp {
    width: 6%;
    margin: 30px 0 14px auto;
}

@media (max-width: 1000px) {
.footerUp {
    width: 6%;
    margin: 30px 20px 14px auto;
}
}

@media (max-width: 768px) {
.footerUp {
    width: 15%;
    margin: 30px 0px 15px auto;
}
}
.footerUp img {
    width: 100%;
}
.footerBnrArea {
    padding: 14px 0;
    background-color: #E1E1E1;
}
.footerBnrSlide {
}
.footerBnr {
    margin: 0 7px;
}
.footerBnr img {
    width: 100%;
}
/*slick*/

.footerBnrContainer {
    width: 100%;
    max-width: 960px;
    margin: auto;
}
.slide-arrow {
    position: absolute;
    top: 50%;
    font-size: 20px;
    margin-top: -10px;
    color: #686868;
}
.prev-arrow {
    left: -10px;
    width: 0;
    height: 0;
}
.next-arrow {
    right: 0px;
    width: 0;
    height: 0;
}
/*.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-next {
    right: -30px;
    z-index: 99;
    

}

.slick-next:before{
     font-family: 'Font Awesome 5 Free';  
    content: '\f054'; 
    font-size: 18px;
}


.slick-prev {
     left: -30px;
    z-index: 100;
}

.slick-prev:before{
     font-family: 'Font Awesome 5 Free';  
    content: '\f053'; 
     font-size: 18px;
}
*/
/*dot color*/
.slick-dots li.slick-active button:before, .slick-dots li button:before {
    color: #fff;
}

/*画像の横幅可変*/
/*img {
    max-width: 100%;
     height: auto;
}*/

@media (max-width: 1000px) {
.footerBnrContainer {
    padding: 0 30px;/*  width: 100%;
    max-width: 960px;*/
}
}

@media (max-width: 768px) {
.footerBnrArea {
    padding: 10px 0;
}
.footerBnrContainer {
    padding: 0 15px;/*  width: 100%;
    max-width: 960px;*/
}
/*    .slick-next {
  right: -15px;
         width: 15px;
	height: 15px;
}
    
    .slick-prev {
   left: -20px;
         width: 30px;
	height: 30px;

}
    
   
    
        .slick-next:before,
     .slick-prev:before
    {
    font-size:13px;
}
*/


.footerBnr {
    margin: 0 3px;
}
}
.footerImgArea {
    background-color: #f5f3f3;
}
.footerImg {
    margin: auto;
    overflow: hidden;
    max-width: 1600px;/* height: 100px;*/
    position: relative;
    background-color: #f5f3f3;    /* background-image: url(../img/common/img_footer.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;*/
}
.footerImg img {
    width: 100%;
}

@media (max-width: 1000px) {
.footerLogo {
    margin-left: 2%;
}
.footerImg img {
    width: 140%;
    margin-left: -20%;
}
}
.footerLogoArea {
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: hsla(0,0%,100%,1.00);
}
.footerLogo {
}
.footerCopyright {
    font-size: 70%;
}

@media (max-width: 768px) {
.footerLogoArea {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
}
.footerLogo {
    display: none;
}
.footerCopyright {
}
}

@media (max-width: 450px) {
.footerImg img {
    width: 220%;
    margin-left: -100%;
}
}
/*accordion*/

.footerMenuArea {
    position: relative;
    background-color: #f5f3f3;
    padding: 30px 0;
}
.footerMenuArea a {
    color: #000;
}
.footerMenuArea a:hover {
    color: #408D00;
}
.acArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.acMenu {
    width: 100%;
}
.ac {
    line-height: 2.1em;
    position: relative;
    margin: 0 0 1.5em 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.ac-trigger {
    font-size: 100%;
    font-weight: 600;
}
.ac-noTrigger {
    font-size: 100%;
    font-weight: 600;
}
.ac-target {
    position: relative;/*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;*/
 
}
.ac-sub {
    font-size: 90%;
    width: 100%;
}
.ac .ac-trigger:after {
    content: '';
}
.ac.is-active .ac-trigger:after {
    content: '';
}

@media (max-width: 1000px) {
.ac {
    padding: 0 0px;
}
.ac-trigger,  .ac-noTrigger {
    margin: 0 10px;
}
.ac-sub a {
    display: block;
    margin: 0 10px;
}
}

@media (max-width: 768px) {
.footerMenuArea {
    padding: 0px 0;
}
.acArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ac {
    line-height: 4.1em;
    position: relative;
    background-color: #fff;
    margin: 0 0 0em 0;
    border-top: 1px solid #F6F3F3;
    border-bottom: 1px solid #F6F3F3;
}
.ac .ac-trigger:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f067';
    position: absolute;
    /*  top: 0;*/
    right: 14px;
    color: #387F42;
    font-size: 11px;
}
.ac .ac-noTrigger:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    position: absolute;
    /*  top: 0;*/
    right: 14px;
    color: #387F42;
    font-weight: 900;
    font-size: 11px;
}
.ac .ac-noTrigger {
    border-top: 1px solid #F6F3F3;
    border-bottom: 1px solid #F6F3F3;
}
.ac .ac-noTrigger a {
    display: block;
}
.ac .ac-target {
    display: none;
}
.ac.is-active .ac-trigger:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f068';
    right: 14px;
    color: #387F42;
    font-size: 11px;
}
.ac.is-active .ac-target {
    display: block;
}
.ac-sub {
    border-top: 1px solid #F6F3F3;
    border-bottom: 1px solid #F6F3F3;
    font-size: 90%;
}
.ac-sub a {
    margin: 0 20px;
}
.awesome {
    font-family: 'Font Awesome 5 Free';
}
.ac .ac-sub:before {
    content: '\f054';
    /*content: '>';*/
    position: absolute;
    right: 14px;
    color: #387F42;
    font-weight: 900;
    font-size: 11px;
}
}
.contents {
  /*  position: relative;*/
  /*  width: 100%;*/
    z-index: 0;
  /*  padding-bottom: 80px;*/
}

@media (max-width: 768px) {
.contents {
    padding-top: 80px;
}
}

@media (max-width: 620px) {
.contents {
    padding-top: 70px;
      padding-bottom: 50px;
}
}

@media (max-width: 450px) {
.contents {
    padding-top: 60px;
}
}

.pb-0 {
    padding-bottom: 0;
}


/*_________alert area*/

.alertArea{
    margin-top: 1em;
    padding: 1em 1em 0em 1em;
    border: 3px solid hsla(2,100%,50%,1.00);
}

.alertTitle{
    text-align: left;
    font-size: 110%;
    line-height: 1em;
    font-weight: bold;
    margin: 0em 0 1em 1.5em;
    color: #FF0602;
}

.alertTitle:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f071';
    position: absolute;
    /*  top: 0;*/
    margin-left: -1.5em;
    color: #FF0602;
    font-weight: 900;
    font-size: 18px;
}

.alertTextBox{
    line-height: 1.5em;
    margin-bottom: 1em;
}

.alertTextBox2{
    font-size: 80%;
    line-height: 1.5em;
    margin: 1em 0;
    border: 1px solid hsla(23,100%,50%,0.5);
    padding: 0.5rem;
    color: hsla(23,100%,50%,1.00);
}

.alertDate {
    font-size: 90%;
}


.alertTextBox dt{
    font-size: 90%; 
}

.alertTextBox dd{
    
}


@media (max-width: 768px) {
    
    .alertTextBox dt{
    font-size: 85%; 
}
    
 .alertTextBox dd {
    font-size: 90%;
}
 
}
