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





.catch2 {
	color:var(--basic-color);
}

.catch3 {
	color:var(--basic-color);
}

.txtIcon {
	padding:0.1em 2.5em 0.1em 2.5em;
	background-color:var(--basic-color);
}

.txtIconBlock {
	padding:0.2em 2.5em 0.2em 2.5em;
	background-color:var(--basic-color);
}

.boxFrame {
	border:3px solid var(--basic-color);
	background: rgba(255,255,255,.8);
}

.boxSimple {
	border-radius: 10px;
	padding:1.5em;
	background: rgba(255,255,255,.9);
	border-color: rgba(220, 135, 185,.15);
}

ul.liCheck li:before , ul.liCheckInline li:before , ul.liCheck2Div li:before , ul.liCheck3Div li:before , ul.liCheck4Div li:before {
	color:var(--basic-color);
}

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
	background-color:var(--basic-color);
}

.answer-text:before {
	background:var(--basic-color);
}

.question-title:before {
	background:#666365;
}

.flex_type1{
    justify-content: center !important;
}

@media screen and (max-width: 768px) {

    .flex_type1 .f-item1-3{
        width: 50%;
    }
}




ul.liPaint {
    display: flex;
	justify-content: space-evenly;
	justify-content: flex-start;
	flex-wrap: wrap;;
}

ul.liPaint li {
	display:inline-block;
    padding: 0.2em 1em;
	margin:0 0.2em 0.2em 0.2em;
    font-size: 1em;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #37719B;
    color: #FFF;
    margin-bottom: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	text-align:center;
}

.li2Div-t li {
    width: 48%;
}

@media screen and (max-width: 768px) {
	ul.liPaint {
		display: block;
	}
	.li2Div-t{
		margin-bottom: .5em;
	}
	.li2Div-t li {
		width: 100%;
		margin-bottom: .5em;
	}

}

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

.bnr-d {
	box-sizing: border-box;
	width:auto;
	margin:1em 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:50px;
	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:40px;
	height:auto;
}
}
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:40%;
    margin-right:2%;
    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;
}

}
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:space-between;
    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:28%;
    margin-right:2%;
    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;
}
}
.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
}
.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:0.5em 1.0em 0.5em 1.0em;
	box-sizing:border-box;
}
.p-ttl {
	font-size:1.2em;
	text-align: center;
	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-cnt {
	letter-spacing: 0.1vw;
	line-height: 1.6;
	font-size:1.0em;
}
}
.tbl-1 th {
	width:30%;
}
dl.dl-flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 30%;
	font-size: 1.05em;
	text-align: center;
  padding: 0.5em;
	letter-spacing: 0.1vw;
  border-bottom: 1px dotted #555;
	box-sizing:border-box;
}
dl.dl-flex dd {
  flex-basis: 70%;
	font-size: 1.05em;
	letter-spacing: 0.1vw;
	text-align: center;
  padding: 0.5em;
  border-bottom: 1px dotted #555;
	box-sizing:border-box;
}
@media screen and (max-width: 768px) {
 dl.dl-flex {
   flex-flow: column;
 }
}
.price {
	font-size:110%;
	color:#DC1013;
	font-weight: bold;
}
.num {
	font-size: 120%;
}
.no-brd {
	border-radius: 0px !important;
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
