@charset "utf-8";
/*===========================
add
===========================*/
.box-sd {
    padding: 3em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3em;
     background-color: rgba(255,255,255,1.0);
    border: 1px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
    padding: 4em 4em 3em 3em;
    background-color: rgba(255,255,255,0.6);
    color: #333;
    border: 0px solid #999;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.2em;
    box-sizing: border-box;
}

}


.bnr-d {
	box-sizing: border-box;
	width:auto;
	margin:0.6em 0em 0em 1em;
}

.bnr-list {
	display: flex;
	justify-content: center;
	gap:10px;
	align-items: center;
	flex-wrap: wrap;
}
.bnr-list li a {
	display:block;	
	/*
	background-color:var(--basic-color);
	*/
	opacity: .9;
	font-size:3.6vmin;
	box-sizing: border-box;
	width:100%;
	padding:0.8vmin 0.6vmin;
	margin-bottom:1.6vmin;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
 .bnr-list li span {
	display:block;
	box-sizing: border-box;
	margin-top:10px;
	font-size:1.3vmin;
	line-height:1em;
}
.bnr-list li img {
	width:32px;
	height:auto;
}
.bnr-list li a:hover {
opacity: .7;
}
.bnr-list li.line a {
	background-color:#00B900;
	color:#fff;
}
 .bnr-list li.insta a {
	/* background-color:#CF2E92; */
	 background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.bnr-list li.twitter a {
	background-color:#0f1419;
}

.bnr-list li.facebook a {
	background-color:#1877f2;
}

.bnr-list li.youtube a {
	background-color:#da1725;
}

.bnr-list li.line a {
	background-color:#00B900;
}

.bnr-list li.tictok a {
	background-color:#000;
}

.bnr-list li.ameba a {
	background-color:#298737;
}

@media only screen and (max-width: 768px) {
	.bnr-list li a {
    font-size: 3.6vmin;
    padding: 0.3vmin 0.8vmin;
    margin-bottom: 1.0vmin;
}
	.bnr-d {
    box-sizing: border-box;
    width: auto;
    margin: 0em 0em 0em 0;
}
.bnr-list li img {
	width:34px;
	height:auto;
}	
}
@media only screen and (max-width: 400px) {
	.bnr-list li a {
    font-size: 3.6vmin;
    padding: 2px 5px;
    margin-bottom: 1.0vmin;
}
.bnr-list li img {
	width:30px;
	height:auto;
}
}
.footMail {
	display:flex;
	justify-content: center;
	align-items: center;
	gap:10px;
}
.footMail {
    margin: 0 0 1.6em 1em;
}
@media screen and (max-width: 600px) {
    .footMail {
        margin: 0 0 1em 0;
        width: 100%;
        text-align: center;
    }
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.p-ttl {
	font-size:1.2em;
	text-align: center;
	font-weight: 800;
}
.p-line {
	font-size:1.2em;
	text-align: center;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	font-weight: 800;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 2.0;
	font-size:1.1em;
    font-weight: 500;
}
	
@media screen and (max-width: 768px) {
.p-ttl {
	font-size:1.0em;
	text-align: left;
}
	.p-line {
	font-size:1.0em;
	padding-bottom: 10px;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 1.6;
	font-size:1.0em;
}
}
.tx-flex {
	text-align: center;
}
@media screen and (max-width: 768px) {
.tx-flex {
	text-align: left;
	}
}
}
ul.check-1col,ul.check2,ul.check-2col  {
    position: relative;
}
ul.check-1col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-1col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    position: relative;
}
ul.check-1col li::before {
    position: absolute;
	color:var(--basic-color);
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
ul.check2 li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:40%;
    margin-right:2%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:42%;
    margin-right:1%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
	color:var(--basic-color);
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

@media only screen and (max-width: 768px) {
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
	margin-right:2%;
	display:inline-block;
}

}
.box-wrap {
    background: #fff;
    box-sizing: border-box;
	padding: 0em 0em 0em;
}
.box-ttl {
	text-align:center !important;
	background:var(--basic-color);
	padding:0.6em;
	font-size: 1.1em;
	font-weight: bold;
	color:#fff;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1.0em 0.3em 1.1em;
	box-sizing:border-box;
}
.cl_name {
	color:var(--basic-color);
	font-size:110%;
}
ul.circle-1col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-1col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.circle-1col > li:last-child {
	margin-bottom:0px;
}
ul.circle-1col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:45%;
    margin-right:1%;
    position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:70%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}

ul.circle-3col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:29%;
    margin-right:1%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}
.img-nbd img{
	    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
}
.fslist {
	font-size: 110%;
	font-weight: bold;
} 
.web-lnk {
	word-break: break-all;
	overflow-wrap: break-word;
}