@charset "utf-8";
/*===========================
add
===========================*/

.ceo {
	text-align: right;
	font-weight: 800;
	font-size:1.1em;
}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.ceo {
    font-size: 1.0em;
}
.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;
}
@media only screen and (max-width: 768px) {
.p-ttl {
	 text-align: left;
	 font-size:1.0em;
}
.p-ttl02 {
	 font-size:1.0em;
}
}
.box-sd {
    padding: 2em 2em;
    background-color: #fff;
    border: 0px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
}
.box-sd02 {
    padding: 2em;
    background-color: rgba(255,255,255,0.7);
    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%);
}
.box-sd03 {
    padding: 2.5em 2.5em 2em 2.5em;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #999;
    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-sizing: border-box;
}
.box-sd05 {
    padding: 2.5em 2.5em 2em 2.5em;
    background-color: #f9f9f9;
    color: #333;
    border: 0px solid #999;
    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-sizing: border-box;
}


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

}
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: right;
	padding:0.5em;
	box-sizing:border-box;
	
}
dl.dl-flex dd {
  flex-basis: 70%;
	padding:0.5em;
	box-sizing:border-box;
}
@media screen and (max-width: 768px) {
 dl.dl-flex {
   flex-flow: column;
 }
	dl.dl-flex dt {
	text-align: left;
	}
	.txtBnrAr a {
    padding: 0.5em 5em 0.5em 2em;
}
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.box-wrap {
    background: #f3f3e5;
    box-sizing: border-box;
	position: relative;
	
}
.box-wrap.box-a {
	background:#fff;
}
.box-ttl {
	text-align:center !important;
	background:var(--basic-color);
	padding:1.0em 0.6em 0.6em;
	color:#fff;
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:0.0em 1.8em 2.0em 1.8em;
	box-sizing:border-box;
}
.box-cnt-t {
	width:100%;
	margin:0px auto 0em;
	padding:1.5em 1.8em 2.0em 1.8em;
	box-sizing:border-box;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}

.h3-ttl {
	position:relative;
	margin-bottom:0.5em;
		padding:1.0em 0.6em 0.0em;
}
.h3-ttl:after {
    position:absolute;
    bottom: 0px;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
    background-color: rgb(172, 172, 172);
    border-radius: 0px;
}
.h3-ttl02 {
	position:relative;
	margin-bottom:0.0em;
	padding:0.5em 0.0em 0.5em;
	background:var(--basic-color);
	color:#fff;
	text-shadow:inherit;
}
.h3-ttl02:after {
    position:absolute;
    bottom: 0px;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
    background-color: rgb(172, 172, 172);
    border-radius: 0px;
}
.h3-ttl03 {
	position:relative;
	margin-bottom:0.0em;
	padding:0.5em 0.0em 0.5em;
	background:var(--basic-color-sb01);
	color:#fff;
	text-shadow:inherit;
}
.h3-ttl03:after {
    position:absolute;
    bottom: 0px;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
    background-color: rgb(172, 172, 172);
    border-radius: 0px;
}

.sub-ttl {
	display:block;
	line-height:1.2;
	font-size:50%;
}

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:100%;
    margin-right:0%;
    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.6em;
}

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:46%;
    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: 11px;
    height: 11px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

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:20%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li.ls {
	width:60%;
    margin-right:0%;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.3em;
    margin-top: 0.7em;
}
ul.circle-4col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-4col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:20%;
    margin-right:2%;
    position: relative;
}
ul.circle-4col > li.la {
    width:60%;
}
ul.circle-4col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.7em;
}
.res-mt-f {
	  margin-top:50px;
}
.p-ttl {
	 font-size:1.3em;
	 text-align: center;
	 border-bottom:1px dotted #fff;
	 padding-left:10px;
	 padding-bottom:10px;
	 margin-bottom: 20px;
}
.p-catch {
	 font-size:1.3em;
	 text-align:center;
}
.point-ttl {
	position: absolute;
	top:-70px;
	left:0px;
	font-size:2.3em;
	font-weight: 800;
	background:#fff;
	color:var(--basic-color);
	    border-radius: 50%;
	border:1px dotted var(--basic-color);
	padding: 0.5em;
}
@media only screen and (max-width: 768px) {
.sub-ttl {
    font-size: 80%;
}
ul.circle > li:before,ul.circle-2col > li:before,ul.circle-3col > li:before {
    left: 0.5em;
    margin-top: 0.7em;
}
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li,ul.circle-3col > li.ls,ul.circle-4col > li,ul.circle-4col > li.la {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
.p-ttl {
	 font-size:1.1em;
	 text-align: left;
	 border-bottom:1px dotted #fff;
	 padding-left:10px;
	 padding-bottom:5px;
	 margin-bottom: 20px;
}
.p-catch {
	 font-size:1.1em;
	 text-align:left;
}
.point-ttl {
    position: absolute;
    top: -50px;
    left: 0px;
    font-size: 1.3em;
    font-weight: 800;
    background: #fff;
    color: var(--basic-color);
    border-radius: 50%;
    border: 1px dotted var(--basic-color);
    padding: 0.5em;
}
}

.mainContent img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
}
.h2-ttl {
	position: relative;
	    line-height: 1.2em;
}
.h2-ttl:after,.h2-ttl02:after {
	bottom: 0px;
    width: 0px;
    height: 0px;
    left: 0%;
    transform: translateX(0%);
}
.h2-ttl02 {
	position: relative;
}
.h2-ttl02 {
	 margin:0 auto  2em;
	text-align: center;
	justify-content: center;
 display: inline-block;
  background: -webkit-linear-gradient(45deg, #86c7e0, #aee3a8 20%, #44bfee 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  /* 未対応ブラウザのために一応テキスト色を指定しておく */
  color: blue;
	text-shadow:inherit;
	    line-height: 1.2em;
}
.h2-wrap {
	display: flex;
	justify-content: center;
}
@media only screen and (max-width: 768px) {
.h2-ttl02,.h2-ttl {
	 margin:0 auto 1em !important;
}

}
.txtBold {
	font-weight: bold;
}
/* txt */
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.color2 {
	    color: #F98D2D;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}
.line-h2 {
    line-height: 2 !important;
}
@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}


/*===========================
フローティングバナー
===========================*/


/* color:var(--contact-color); で利用 */
:root {
	--contact-color:#60b4c1;
}

/* color:var(--contact-bg); で利用 */
:root {
	--contact-bg:#7ed3e1;
}

/* color:var(--contact-hover); で利用 */
:root {
	--contact-hover:#9ee1eb;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}
.emergencyWrap {
    position: fixed;
    right: 1%;
    bottom: 11%;
    z-index: 1000;
    padding: 10px 30px;
    background-color: var(--contact-bg);
    border-bottom: 6px solid var(--contact-color);
    border-radius: 12px;
}
@media screen and (max-width: 768px) {
    .emergencyWrap {
        right: 0;
        bottom: 0;
        width: 100%;
        border-radius: 0;
        border: none;
        /*background-color: #51baf1;*/
    }
}
/*@media screen and (max-width: 480px) {
  .emergencyWrap {
    bottom: 50px;
  }
}*/
.emergencyWrap > span {
    display: block;
    margin-bottom: 8px;
    margin-top: 3px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.emergencyWrap .emergencyBtnWrap {
    display: block;
}
@media screen and (max-width: 768px) {
    .emergencyWrap .emergencyBtnWrap {
        /*display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;*/
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
    }
}
.emergencyWrap a {
    display: block;
    margin-bottom: 0px;
    margin-top: 8px;
    padding: 2px;
    color: #fff;
    background-color: var(--contact-color);
    border-radius: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .emergencyWrap a {
        margin: 3px 8px;
    }
}
.emergencyWrap a.tel {
    display: block;
    padding: 8px 8px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.emergencyWrap a.tel .fa-phone-volume {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}
.emergencyWrap a.tel span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}
.emergencyWrap a.tel:hover {
    background-color: var(--contact-hover);
    text-decoration: none;
}
.emergencyWrap a.contact {
    display: block;
    padding: 8px 8px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
}
.emergencyWrap a.contact .fa-envelope {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyWrap a.contact span {
    display: inline-block;
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyWrap a.contact:hover {
    background-color: #69d782;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .emergencyWrap a.contact {
        text-align: center;
        padding: 8px 0px 8px 8px;
    }
    .emergencyWrap a.tel span {
        font-size: 14px;
        font-weight: 900;
    }
    .emergencyWrap a.contact span {
        display: block;
        margin-left: 15px;
        text-align: center;
        margin: auto;
    }
    .emergencyWrap a.contact .fa-envelope {
        color: #fff;
        font-size: 20px;
        display: block;
        text-align: center;
        margin: auto;
    }
}
@media screen and (max-width: 340px) {
    .emergencyWrap a.tel span {
        font-size: 13px;
        font-weight: 900;
    }
} /*　addに追加　*/
.emergencyWrap {
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .emergencyWrap .emergencyBtnWrap {
        display: flex;
        justify-content: center;
    }
    .emergencyWrap a.tel {
        width: 30%;
        display: inline-block;
        padding: 8px 8px;
        color: #fff;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
        box-sizing: border-box;
    }
    footer {
        padding-bottom: 150px;
    }
}
.catch04 {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.6em;
    color: #20993b;
    text-align: center;
    margin-bottom: 1em;
}
.tx-center {
	text-align: center;
}
.tx-flex {
	text-align: center;
}
 @media screen and (max-width: 768px) {
.tx-flex {
 text-align: left;/*PCで中央、スマホタブレット左寄せ*/
}
}
.mb20 {
	margin-bottom: 20px!important;
}
.wrap-bg {
    position: relative;
    top: 0rem;
    left: 0px;
    width: 100vw;
    height: auto;
    background: url(../images/backgrounds/background-01.svg) no-repeat;
    background-position: top -100px left !important;
    background-size: contain !important;
}
@media only screen and (max-width: 768px) {
    .catch01 {
        font-size: 1.1em;
        line-height: 1.6em;
        text-align: left;
        margin-bottom: 1em;
    }
    .wrap-bg {
        background-position: top 0px left !important;
        background-size: initial !important;
    }
}
.wd40 {
    width: 40% !important;
    margin: auto;
}
.wd50 {
    width: 50% !important;
    margin: 0 auto;
}
.wd60 {
    width: 60% !important;
    margin: 0 auto;
}
.wd70 {
    width: 70% !important;
    margin: 0 auto;
}
.wd80 {
    width: 80% !important;
    margin: 0 auto;
}
.wd85 {
    width: 85% !important;
    margin: 0 auto;
}
.wd90 {
    width: 90% !important;
    margin: 0 auto;
}
.wd95 {
    width: 95% !important;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .wd40, .wd50, .wd60, .wd70, .wd80, .wd85, .wd90, .wd95 {
        width: 100% !important;
        margin: auto;
    }
}
.box-sd {
	padding: 2em 4em;
	/*background-color: #fff;*/
	border: 1px solid #ccc;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.80);
}
@media only screen and (max-width: 600px) {
    .box-sd {
        padding: 15px;
    }
}
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 20;
}
@media only screen and (max-width: 600px) {
    #pagetop {
        position: fixed;
        bottom: 120px;
        right: 10px;
        z-index: 20;
    }
}

