@charset "UTF-8";
/* --------------------------------------------

	FileName	:	style.css

-------------------------------------------- */

/* --------------------------------------------
main-img-header
-------------------------------------------- */
.main-img-header {
    text-align: center;
    height: 330px;
    background: url( "../img/title-bg.png") center center / cover no-repeat;
}
.main-img-header h1 {
    color: #fff;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 120px 0 0;
    position: relative;
}
@media screen and (max-width: 768px) {
.main-img-header {
    height: 100px;
}
.main-img-header h1 {
    font-size: 0.9em;
    margin: 35px 0 0;
}
}

/* --------------------------------------------
contents
-------------------------------------------- */
.main-contents-inner section {
    padding: 20px 0 80px;
}
.ul-1c li a, .ul-3c li a, .ul-3z li a {
    font-size: 1.35em;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 0 0 26px;
    vertical-align: middle;
}
.ul-1c li a:before, .ul-3c li a:before, .ul-3z li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    vertical-align: middle;
    left: 1px;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    border: 8px solid transparent;
    border-left: 17px solid #036D35;
}

.ul-1c {
}
.ul-1c ul {
}
.ul-1c li {
    display: inline-block;
    margin: 0 150px 0 0;
}
.ul-1c li:last-child {
    margin: 0 0 0 0;
}
.ul-1c li a {
}

.ul-3c {
    display: flex;
}
.ul-3c ul {
    width: 33.33%;
}
.ul-3c li {
    display: block;
    margin: 10px 0;
}
.ul-3z ul {
    display: flex;
    flex-wrap: wrap;
}
.ul-3z li {
    width: 33.33%;
    margin: 10px 0;
}
.ul-3z li a {
}


@media screen and (max-width: 768px) {
.main-contents-inner section {
    padding: 20px 0 30px;
}
.ul-1c li a, .ul-3c li a, .ul-3z li a {
    font-size: 1.05em;
}
.ul-1c li a:before, .ul-3c li a:before, .ul-3z li a:before {
    width: 12px;
    height: 12px;
    border: 7px solid transparent;
    border-left: 12px solid #036D35;
}
.ul-1c li {
    margin: 8px 0;
    display: block;
}
.ul-3c {
    display: block;
}
.ul-3c ul {
    width: 100%;
}
.ul-3c li {
    margin: 8px 0;
}
.ul-3z ul {
    display: block;
}
.ul-3z li {
    width: 100%;
}
}

/* --------------------------------------------
2307_グレーアウト
-------------------------------------------- */
.link-none a span {
    cursor:default;
    color: rgba(0,0,0,0.3); /*テキストは透過させる*/
  }
.link-none a {
    pointer-events: none;
  }

/* 230731_追加 */
.main-contents{
    margin-bottom: 0px !important;
}
.button-wrap {
    /* display: inline-flex;
    flex-direction: column; */
    align-items: center;
    margin: 0 auto 40px;
    text-align: center;
}
.information-site-button01, .information-site-button02 {
    border: #00783d 3.5px solid;
    outline: #00783d 2px solid;
    outline-offset: 3px;
    padding: 0.5rem 4rem 0.5rem 2.5rem;
    display: inline-block;
    font-size: 1.2rem;
    color: #00783d;
    transition: .4s;
    font-weight: bold;
    position: relative;
    width: 400px;
}
.information-site-button01::after, .information-site-button02::after {
    position: absolute;
    margin: auto;
    content: '';
    vertical-align: middle;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    border: 8px solid transparent;
    border-left: 17px solid #036D35;
    bottom: 0px;
    top: 0px;
    right: 23.7px;
}

.information-site-button01:hover, .information-site-button02:hover{
	background: #00783d;
	color: #FDFDFD;
	
}
.information-site-button01:hover::after, .information-site-button02:hover::after{
	border-left: 17px solid #FDFDFD;
}
.information-site-button01 {
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
    .button-wrap {
    display: block;
    margin: 0 auto 24px;
    }
    
	.information-site-button01, .information-site-button02 {
    width: 85%;
    border: #00783d 3.5px solid;
    outline: #00783d 2px solid;
    outline-offset: 3px;
    padding: 0.3rem 1rem;
    display: inline-block;
    font-size: 1.4em;
    color: #00783d;
    transition: .4s;
    font-weight: bold;
    font-size: 1.1em;
}
	.information-site-button01::after, .information-site-button02::after {
    position: absolute;
    margin: auto;
    content: '';
    vertical-align: middle;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 8px solid transparent;
    border-left: 14px solid #036D35;
    bottom: 0px;
    top: 0px;
    right: 11.7px;
}  
}

/*2309_追加*/
.button-wrap {
    display: flex;
    justify-content: center;
    column-gap: 32px;
}
.information-site-button01 {
    margin-bottom: 0;
}
.ippan-img{
    margin-bottom: 40px;
}
.ippan-img img{
   width: 100%;
}
@media screen and (max-width: 768px){
.button-wrap {
    display: block;
}
    .information-site-button02 {
        margin-bottom: 24px;
    }
.ippan-img {
    margin-bottom: 20px;
}
.ippan-img img{
   width: 100%;
}
}

/* 2402_追従バナー追加 */
.floating-banner-wrap {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 40%;
    display: flex;
    flex-direction: column;
}
.floating-banner {
    position: relative;
}
.floating-banner a:hover {
    opacity: 0.5;
    transition: 1s;
}
.floating-banner img{
    width: 250px;
}
.banner-close {
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.sp {
    display: none;
}
 
@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }
	.sp {
        display: block;
    }
    .floating-banner-wrap_sp {
        position: fixed;
        z-index: 989;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: row;
    }
    .floating-banner img {
        width: 100%;
    }
}

/* 2501_横長バナー追加 */
.ad-img {
    margin-bottom: 30px;
}
.ad-img img {
    max-width: 100%;
}
.ippan-l {
    margin-bottom: 20px;
}