@charset "utf-8";
/*===========================
add
===========================*/
.president {
	font-size:1.1em;
	font-weight:800;
	text-align:right;
}
.col_red {
  color:#f00;
}
.txtBold {
	font-weight:800;
}
.txtBnrBg {
    display: block;
    color: #FFF;
    text-align: center;
    line-height: normal;
    font-size: 1.2em;
	font-weight: bold;
	text-shadow:none;
    padding: 0.3em 1.2em 0.3em 1.2em;
    background-color: var(--basic-color);
		border-radius: 0.5em;
	-webkit-border-radius: 0.5em; 
	-moz-border-radius: 0.5em;
	margin-bottom:10px;
	}
.fsSC {
	font-size:0.1em;
}
.res-mb-f {
	margin-bottom:150px !important;
}
.link_btn3{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: var(--basic-color);
	border-radius: 30px;
	color: #fff;
	width: 88%;
}
.flex_anchorlink_box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:0%;
}
.flex_anchorlink_box .item_btn{
	width: 33.3%;  /* 要調整 */
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.txtBnrBg {
    font-size: 1.0em;
    padding: 0.2em 1.2em 0.2em 1.2em;
	}
.res-mb-f {
	margin-bottom:100px !important;
}
.link_btn3{
	width: 100%;
}
.flex_anchorlink_box{
	display: block;
}
.flex_anchorlink_box .item_btn{
	width: 90%;
}
}
.bnr-list {
	display: flex;
	justify-content: center;
	align-items:center;
	gap:1%;
	flex-wrap: wrap;
}

li.insta a {
	display: block;
    opacity: .9;
    font-size: 3.6vmin;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em 0.5em;
    margin-bottom: 0.6vmin;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.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.0.9);
    border: 0px solid #999;
    box-sizing: border-box;
	  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
    padding: 3em 3em 2em 3em;
    background-color: #fff;
    color: #333;
    border: 0px solid #999;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%);
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
li.insta a {
	    font-size: 6.0vmin;
    padding: 0.6em 0.9em;
    margin-bottom: 0.6vmin;
}
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.2em;
    box-sizing: border-box;
}

}

.h2-ttl {
	position: relative;
	    margin-bottom: 1em;
}
.h2-ttl:after {
	content: '';
    position: absolute;
    bottom: 0px;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
	
}
dl.dl-flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 28%;
	margin-right:2%;
	font-weight: 600;
	text-align: center;
	padding:0.5em;
	border-bottom:1px dotted #999;
	box-sizing:border-box;
	
}
dl.dl-flex dd {
  flex-basis: 70%;
	padding:0.5em;
	text-align:center;
	border-bottom:1px dotted #999;
	box-sizing:border-box;
}
@media screen and (max-width: 768px) {
 dl.dl-flex {
   flex-flow: column;
 }
}
.tx-flex {
	 text-align: center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
	 text-align: left;
}
}
.p-ttl {
	 text-align: center;
	 font-size:1.2em;
	 font-weight: 700;
}
.p-ttl02 {
	 text-align: center;
	 font-size:1.2em;
	 font-weight: 700;
}
.p-ttl03 {
	 text-align: center;
	 font-size:1.2em;
	 font-weight: 700;
}
@media only screen and (max-width: 768px) {
.p-ttl {
	 text-align: left;
	 font-size:1.0em;
}
.p-ttl02 {
	 text-align: center;
	 font-size:1.0em;
}
.p-ttl03 {
	 font-size:1.1em;

}
ul.circle-1col,ul.circle-no-1col  {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-pl-1col  {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-1col > li {
    padding: 0 0 0.3em 1.2em;
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle-no-1col > li {
    padding: 0 0 0.5em 0.5em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle-pl-1col  > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:auto;
    margin-right:0%;
    position: relative;
}
ul.circle-1col > li:last-child,ul.circle-no-1col > li:last-child {
	margin-bottom:0px;
}
ul.circle-1col > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-pl-1col > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.3em;
}
ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.1em 1.4em;
    margin-bottom: 0.3em;
    border-bottom: 0px dashed #CCC;
    width:45%;
    margin-right:2%;
    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: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.5em;
}

ul.circle-3col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.3em 1.2em;
    margin-bottom: 0.5em;
    border-bottom: 1px dashed #CCC;
    width:28%;
    margin-right:1%;
    position: relative;
}
ul.circle-3col > li.long {
    width:35%;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}
ul.circle-4col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-4col > li {
    padding: 0 0 0.3em 1.4em;
    margin-bottom: 0.5em;
    border-bottom: 0px dashed #CCC;
    width:18%;
    margin-right:2%;
    position: relative;
}
ul.circle-4col > li.long {
    width:36%;	
}
ul.circle-4col > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}
ul.circle-5col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-5col > li {
    padding: 0 0 0.5em 1.4em;
    margin-bottom: 0.7em;
    border-bottom: 0px dashed #CCC;
    width:15%;
    margin-right:2%;
    position: relative;
}
ul.circle-5col > li.long {
    width:30%;	
}
ul.circle-5col > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.7em;
}
@media only screen and (max-width: 768px) {
ul.circle > li:before,ul.circle-2col > li:before,ul.circle-3col > li:before {
    left: 0.5em;
    margin-top: 0.8em;
}
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li,ul.circle-3col > li.long,ul.circle-4col > li,ul.circle-4col > li.long {
    width:45%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}
@media only screen and (max-width: 500px) {
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li,ul.circle-3col > li.long,ul.circle-4col > li,ul.circle-4col > li.long {
    width:90%;
}
}
.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;
    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:40%;
    margin-right:2%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
    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;
}
}
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
.txtBnrAr.noPclnk a {
    padding: 1em 2em 1em 2em;
}
.txtBnrAr a.tel::before {
    content: '';
    position: static;
    top: 0px;
    right: 0em;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    width: 0px;
    height: 0px;
}
.txtBnrAr a.tel::after {
    content: '';
    position: static;
    top: 0px;
    right: 0em;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
}
@media screen and (max-width: 768px) {
	  .txtBnrAr {
        display: block;
    }
	  .txtBnrAr a {
        padding: 1vw 4vw 1vw 1vw;
        max-width: 250px;
        font-size: 2vw;
    }
	  .txtBnrAr.noPclnk a {
        padding: 1vw 4vw 1vw 1vw;
    }
	  .txtBnrAr a.tel {
        pointer-events: auto;
    }
	  .txtBnrAr a.tel::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
        width: 50px;
        height: 1px;
        background: #fff;
    }
	  .txtBnrAr a::before {
        position: absolute;
        top: calc(50% - 1px) !important;
        right: 0.5em;
        transform: translateY(calc(-50% - 1px)) rotate(45deg);
        width: 6px;
        height: 1px;
        background: #fff;
    }
	  .txtBnrAr a::after {
        top: 50%;
        right: 0.5em;
        transform: translateY(-50%);
        width: 8px;
        height: 1px;
    }
	  .txtBnrAr.noPclnk a::before {
        position: absolute;
        top: calc(50% - 1px) !important;
        right: 0.5em;
        transform: translateY(calc(-50% - 1px)) rotate(45deg);
        width: 5px;
        height: 1px;
    }
    .txtBnrAr.noPclnk a::after {
        position: absolute;
        top: 50%;
        right: 0.5em;
        transform: translateY(-50%);
        width: 10px;
        height: 1px;
    }
}
@media screen and (max-width: 600px) {
    .txtBnrAr a, .txtBnrAr.noPclnk a {
        display: inline-block;
        padding: 1vw 3vw 1vw 1vw;
        max-width: inherit;
        text-align: center;
        width: 98%;
        font-size: 1.0em;
    }
}
.res-mb0 {
	margin-bottom: 0px !important;
}
.res-mt20 {
	margin-top:0px;
}
.res-mb30 {
	margin-bottom:30px !important;
}
@media only screen and (max-width: 768px) {
.res-mb0 {
	margin-bottom: 30px !important;
}
.res-mt20 {
	margin-top:20px;
}
.res-mb30 {
	margin-bottom:10px !important;
}
.president {
	font-size:1.0em;
}
}
.tbl-1 {
	border-top: 0px dotted rgba(128, 128, 128, .5) !important;
}
.tbl-1 td:nth-of-type(odd) {
	text-align: left;
	font-weight: bold;
	border-bottom:1px solid rgba(128, 128, 128, .8);
}
.tbl-1 td:nth-of-type(even) {
	text-align: right;
	font-style: italic;
	border-bottom:1px solid rgba(128, 128, 128, .8);
}
