@charset "utf-8";
/*===========================
add
===========================*/
.txtBold {
	font-weight: bold;
}
.box-sd {
    padding: 3em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3em;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	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: 4em 4em 3em 4em;
    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 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}
.box-cl {
	border:4px double #fff;
    background-color: rgba(170,210,109,0.8);
    padding: 1em;
	color:#555;
    box-sizing: border-box;
    border-radius: 10px;
}
.box-ttl {
	text-align: center;
	font-size:1.3em;
	font-weight: 600;
	color:#333;
}
@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.2em;
    box-sizing: border-box;
}

}
ol.num_order {
 padding-left:20px;
}
ol.num_order li {
    padding: 5px 0 4px 0;
    list-style-type: decimal;
}

ul.num_first {
  list-style: none;
}
ul.num_first li {
  position: relative;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size:1.4em;
  font-weight: 600;
	padding-bottom:0.1em;
  padding-left: 2.5em;
  margin-bottom:1.5em;
}
ul.num_first li:last-child  {

  margin-bottom:0em;
}
ul.num_first li::before {
  content: '一, ';
  font-size:1.6em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: -0px;
}
@media only screen and (max-width: 768px) {
ul.num_first li {
	    line-height: 1.6;
        font-size: 1.0em;
        padding-left: 2.0em;
        margin-bottom: 0.5em;
}	
ul.num_first li::before {
  font-size:1.1em;
}	
}
.p-ttl {
	font-size:1.3em;
	text-align: center;
	font-weight: 800;
}
.p-ttl02 {
	font-size:1.2em;
	line-height: 2.0;
	font-weight: 800;
	font-weight: 800;
}
.p-ttl03 {
	font-size:1.1em;
	line-height: 2.6;
	font-weight: 800;
		font-weight: 800;
}
.pt-ttl {
	font-size:2.0em;
	font-weight: 800;
	margin-bottom:50px;
}
.color_catch {
	color:#f2a716;
	font-size:120%;
	padding-right:5px;
}
@media screen and (max-width: 768px) {
.p-ttl {
	font-size:1.0em;
	text-align: left;
}
.p-ttl02 {
	font-size:1.0em;
	line-height: 1.8;
	text-align: left;
}
.pt-ttl {
	margin-top:20px;
	font-size:1.2em;
	margin-bottom:10px;
}
}
ul.circle-1col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-1col > li {
    padding: 0 0 0.3em 1.2em;
    margin-bottom: 0.6em;
    border-bottom: 1px dotted #CCC;
    width:100%;
    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.2em;
    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: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: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

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;
}
.g-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}	
}
.no-bdr {
	border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    box-shadow: inherit !important;
}
.tx-flex {
	text-align: center;
}
@media screen and (max-width: 768px) {
.tx-flex {
	text-align: left;
	}
}
}
.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
}
.box-ttl02 {
	text-align:center !important;
	background:var(--basic-color);
	padding: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.8em 0.8em 0.8em 0.8em;
	box-sizing:border-box;
	line-height: 1.6;
}
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;
}
ul.check-3col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-3col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:28%;
    margin-right:2%;
    position: relative;
}
ul.check-3col 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,ul.check-3col li  {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    margin-right:0%;
    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;
}

}
.num01,.num02,.num03 {
    color: #064682;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    padding-left: 240px;
    position: relative;
    line-height: 1.6;
 }
.num01:before,.num02:before,.num03:before {
	font-size: 24px;
    font-family: "Homemade Apple", cursive;
    color: var(--basic-color);
    content: "feature";
    font-weight: 400;
    left: 0;
    top: -70px;
    position: absolute;
}
.num01:after {
	font-size: 60px;
    font-style: italic;
    color: var(--basic-color);
    content: "01";
    font-weight: 400;
    left: 109px;
    top: -120px;
    position: absolute;
}
.num02:after {
	    font-size: 60px;
    font-style: italic;
    color: var(--basic-color);
    content: "02";
    font-weight: 400;
    left: 109px;
    top: -120px;
    position: absolute;
}
.num03:after {
	    font-size: 60px;
    font-style: italic;
    color: var(--basic-color);
    content: "03";
    font-weight: 400;
    left: 109px;
    top: -120px;
    position: absolute;
}
@media only screen and (max-width: 768px) {
.num01:before,.num02:before,.num03:before {
    font-size: 15px;
    left: 2px;
    top: -13px;
}	
.num01:after,.num02:after,.num03:after {
    font-size: 30px;
    left: 69px;
    top: -33px;
}	
}
/*
.num .em {
        margin: 0 0 0 20px;
        font-size: 20px;
        font-size: 5.0em;
        color: var(--basic-color);
        -webkit-text-stroke: 1px #AC9E4C;
        text-stroke: 1px var(--basic-color);
        letter-spacing: 0;
        line-height: 1;
    }
*/
.pc-disp {
	display:block;
}
.sp-disp {
	display:none;
}
@media only screen and (max-width: 768px) {
.pc-disp {
	display:none;
}
.sp-disp {
	display:block;
}
}