html, body, 
*,
*:after,
*:before{
	letter-spacing:0;
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
input, textarea,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
 hgroup, menu, nav, section, summary,
time, mark, audio, video {
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

* {
  padding: 0;
  margin: 0;
    font-size: 62.5%;
	box-sizing:border-box;
}


article,side,details,figcaption,figure,
header,menu,nav,section {
	display:block;
}
table {
    width: 100%;
	border-collapse:collapse;
	border-spacing:0;
}
ul {
	list-style:none;
}
img {
	max-width:100%;
    vertical-align: top;
}
.clear:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

/* **********************************************************
フォームリセット */
input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}


textarea {
	resize: vertical;
    width: 100%;
    height: 200px;
    font-size: clamp(14px, 0.9vw, 18px);
    font-weight: 400;
    padding: 15px;
    border: 1px solid #707070;
    background: #FFF;
    color: #000;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}
/*
select::-ms-expand {
  display: none;
}
*/

/* **********************************************************
ラジオボタンの装飾  */

input[type="radio"] + label {
	display: block;
	position: relative;
	padding-left: 2em;
	margin-right: 1em;
}

input[type="radio"] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 17px;
	height: 17px;
	border: 1px solid #707070;
	border-radius: 50%;
	background: #fefefe;
}

input[type="radio"]:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #634120;
	border-radius: 50%;
}


/* **********************************************************
チェックボックスの装飾  */
input[class="contact"] + label {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    padding: 5px 0 0 30px;
    position: relative;
    width: 100%;
}

input[class="contact"] + label:before {
    background: #fefefe;
    border: 1px solid #707070;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
input[class="contact"] + label:after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
input[class="contact"]:checked + label:before {
	border-color: #000;
    background-color: #000;
}
input[class="contact"]:checked + label:after {
    opacity: 1;
}

/* **********************************************************
チェックボックスの装飾  
input[name="contact"] + span {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 25px 0 30px;
    position: relative;
    width: auto;
}
input[name="contact"] + span:before {
    background: #fefefe;
    border: 1px solid #ddd;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
input[name="contact"] + span:after {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
input[name="contact"]:checked + span:before {
	border-color:#000;
    background-color:#000;
}
input[name="contact"]:checked + span:after {
    opacity: 1;
}


/* **********************************************************
セレクトボックスの装飾  */

.selectbox {
	position:relative;
	display:inline-block;
}
/*
.selectbox::after {
	content:"";
	display:block;
	width:9px;
	height:9px;
	position:absolute;
	right:10px;
	top:35%;
	border-bottom:#da5c66 2px solid;
	border-right:#da5c66 2px solid;
	transform:rotate(45deg)translateY(-30%);
}
*/
.selectbox select{
	padding-right:30px;
}

/* フォーム リセット
********************************************************** */

/*
共通 end 
material start ******************************************* */

/*20250314*/
._txtl {text-align: left;}
._txtr {text-align: right;}
._txtc {text-align: center;}
._m0{margin: 0 !important;}._mt0 {margin-top: 0px !important; }._mb0 {margin-bottom: 0px !important; }._ml0 {margin-left: 0px !important; }._mr0 {margin-right: 0px !important; }._pt0 {padding-top: 0px !important; }._pb0 {padding-bottom: 0px !important; }._pl0 {padding-left: 0px !important; }._pr0 {padding-right: 0px !important; }._mt5 {margin-top: 5px !important; }._mb5 {margin-bottom: 5px !important; }._ml5 {margin-left: 5px !important; }._mr5 {margin-right: 5px !important; }._pt5 {padding-top: 5px !important; }._pb5 {padding-bottom: 5px !important; }._pl5 {padding-left: 5px !important; }._pr5 {padding-right: 5px !important; }._mt10 {margin-top: 10px !important; }._mb10 {margin-bottom: 10px !important; }._ml10 {margin-left: 10px !important; }._mr10 {margin-right: 10px !important; }._pt10 {padding-top: 10px !important; }._pb10 {padding-bottom: 10px !important; }._pl10 {padding-left: 10px !important; }._pr10 {padding-right: 10px !important; }._mt15 {margin-top: 15px !important; }._mb15 {margin-bottom: 15px !important; }._ml15 {margin-left: 15px !important; }._mr15 {margin-right: 15px !important; }._pt15 {padding-top: 15px !important; }._pb15 {padding-bottom: 15px !important; }._pl15 {padding-left: 15px !important; }._pr15 {padding-right: 15px !important; }._mt20 {margin-top: 20px !important; }._mb20 {margin-bottom: 20px !important; }._ml20 {margin-left: 20px !important; }._mr20 {margin-right: 20px !important; }._pt20 {padding-top: 20px !important; }._pb20 {padding-bottom: 20px !important; }._pl20 {padding-left: 20px !important; }._pr20 {padding-right: 20px !important; }._mt25 {margin-top: 25px !important; }._mb25 {margin-bottom: 25px !important; }._ml25 {margin-left: 25px !important; }._mr25 {margin-right: 25px !important; }._pt25 {padding-top: 25px !important; }._pb25 {padding-bottom: 25px !important; }._pl25 {padding-left: 25px !important; }._pr25 {padding-right: 25px !important; }._mt30 {margin-top: 30px !important; }._mb30 {margin-bottom: 30px !important; }._ml30 {margin-left: 30px !important; }._mr30 {margin-right: 30px !important; }._pt30 {padding-top: 30px !important; }._pb30 {padding-bottom: 30px !important; }._pl30 {padding-left: 30px !important; }._pr30 {padding-right: 30px !important; }._mt35 {margin-top: 35px !important; }._mb35 {margin-bottom: 35px !important; }._ml35 {margin-left: 35px !important; }._mr35 {margin-right: 35px !important; }._pt35 {padding-top: 35px !important; }._pb35 {padding-bottom: 35px !important; }._pl35 {padding-left: 35px !important; }._pr35 {padding-right: 35px !important; }._mt40 {margin-top: 40px !important; }._mb40 {margin-bottom: 40px !important; }._ml40 {margin-left: 40px !important; }._mr40 {margin-right: 40px !important; }._pt40 {padding-top: 40px !important; }._pb40 {padding-bottom: 40px !important; }._pl40 {padding-left: 40px !important; }._pr40 {padding-right: 40px !important; }._mt45 {margin-top: 45px !important; }._mb45 {margin-bottom: 45px !important; }._ml45 {margin-left: 45px !important; }._mr45 {margin-right: 45px !important; }._pt45 {padding-top: 45px !important; }._pb45 {padding-bottom: 45px !important; }._pl45 {padding-left: 45px !important; }._pr45 {padding-right: 45px !important; }._mt50 {margin-top: 50px !important; }._mb50 {margin-bottom: 50px !important; }._ml50 {margin-left: 50px !important; }._mr50 {margin-right: 50px !important; }._pt50 {padding-top: 50px !important; }._pb50 {padding-bottom: 50px !important; }._pl50 {padding-left: 50px !important; }._pr50 {padding-right: 50px !important; }._mt55 {margin-top: 55px !important; }._mb55 {margin-bottom: 55px !important; }._ml55 {margin-left: 55px !important; }._mr55 {margin-right: 55px !important; }._pt55 {padding-top: 55px !important; }._pb55 {padding-bottom: 55px !important; }._pl55 {padding-left: 55px !important; }._pr55 {padding-right: 55px !important; }._mt60 {margin-top: 60px !important; }._mb60 {margin-bottom: 60px !important; }._ml60 {margin-left: 60px !important; }._mr60 {margin-right: 60px !important; }._pt60 {padding-top: 60px !important; }._pb60 {padding-bottom: 60px !important; }._pl60 {padding-left: 60px !important; }._pr60 {padding-right: 60px !important; }._mt65 {margin-top: 65px !important; }._mb65 {margin-bottom: 65px !important; }._ml65 {margin-left: 65px !important; }._mr65 {margin-right: 65px !important; }._pt65 {padding-top: 65px !important; }._pb65 {padding-bottom: 65px !important; }._pl65 {padding-left: 65px !important; }._pr65 {padding-right: 65px !important; }._mt70 {margin-top: 70px !important; }._mb70 {margin-bottom: 70px !important; }._ml70 {margin-left: 70px !important; }._mr70 {margin-right: 70px !important; }._pt70 {padding-top: 70px !important; }._pb70 {padding-bottom: 70px !important; }._pl70 {padding-left: 70px !important; }._pr70 {padding-right: 70px !important; }._mt75 {margin-top: 75px !important; }._mb75 {margin-bottom: 75px !important; }._ml75 {margin-left: 75px !important; }._mr75 {margin-right: 75px !important; }._pt75 {padding-top: 75px !important; }._pb75 {padding-bottom: 75px !important; }._pl75 {padding-left: 75px !important; }._pr75 {padding-right: 75px !important; }._mt80 {margin-top: 80px !important; }._mb80 {margin-bottom: 80px !important; }._ml80 {margin-left: 80px !important; }._mr80 {margin-right: 80px !important; }._pt80 {padding-top: 80px !important; }._pb80 {padding-bottom: 80px !important; }._pl80 {padding-left: 80px !important; }._pr80 {padding-right: 80px !important; }._mt85 {margin-top: 85px !important; }._mb85 {margin-bottom: 85px !important; }._ml85 {margin-left: 85px !important; }._mr85 {margin-right: 85px !important; }._pt85 {padding-top: 85px !important; }._pb85 {padding-bottom: 85px !important; }._pl85 {padding-left: 85px !important; }._pr85 {padding-right: 85px !important; }._mt90 {margin-top: 90px !important; }._mb90 {margin-bottom: 90px !important; }._ml90 {margin-left: 90px !important; }._mr90 {margin-right: 90px !important; }._pt90 {padding-top: 90px !important; }._pb90 {padding-bottom: 90px !important; }._pl90 {padding-left: 90px !important; }._pr90 {padding-right: 90px !important; }._mt95 {margin-top: 95px !important; }._mb95 {margin-bottom: 95px !important; }._ml95 {margin-left: 95px !important; }._mr95 {margin-right: 95px !important; }._pt95 {padding-top: 95px !important; }._pb95 {padding-bottom: 95px !important; }._pl95 {padding-left: 95px !important; }._pr95 {padding-right: 95px !important; }._mt100 {margin-top: 100px !important; }._mb100 {margin-bottom: 100px !important; }._mb-1em {margin-bottom: 1em; }._ml100 {margin-left: 100px !important; }._mr100 {margin-right: 100px !important; }._pt100 {padding-top: 100px !important; }._pt150 {padding-top: 150px !important; }._pb100 {padding-bottom: 100px !important; }._pl100 {padding-left: 100px !important; }._pr100 {padding-right: 100px !important; }._w0 {width: 0; }._w1 {width: 1%; }._w2 {width: 2%; }._w3 {width: 3%; }._w4 {width: 4%; }._w5 {width: 5%; }._w6 {width: 6%; }._w7 {width: 7%; }._w8 {width: 8%; }._w9 {width: 9%; }._w10 {width: 10%; }._w11 {width: 11%; }._w12 {width: 12%; }._w13 {width: 13%; }._w14 {width: 14%; }._w15 {width: 15%; }._w16 {width: 16%; }._w17 {width: 17%; }._w18 {width: 18%; }._w19 {width: 19%; }._w20 {width: 20%; }._w21 {width: 21%; }._w22 {width: 22%; }._w23 {width: 23%; }._w24 {width: 24%; }._w25 {width: 25%; }._w26 {width: 26%; }._w27 {width: 27%; }._w28 {width: 28%; }._w29 {width: 29%; }._w30 {width: 30%; }._w31 {width: 31%; }._w32 {width: 32%; }._w33 {width: 33%; }._w34 {width: 34%; }._w35 {width: 35%; }._w36 {width: 36%; }._w37 {width: 37%; }._w38 {width: 38%; }._w39 {width: 39%; }._w40 {width: 40%; }._w41 {width: 41%; }._w42 {width: 42%; }._w43 {width: 43%; }._w44 {width: 44%; }._w45 {width: 45%; }._w46 {width: 46%; }._w47 {width: 47%; }._w48 {width: 48%; }._w49 {width: 49%; }._w50 {width: 50%; }._w51 {width: 51%; }._w52 {width: 52%; }._w53 {width: 53%; }._w54 {width: 54%; }._w55 {width: 55%; }._w56 {width: 56%; }._w57 {width: 57%; }._w58 {width: 58%; }._w59 {width: 59%; }._w60 {width: 60%; }._w61 {width: 61%; }._w62 {width: 62%; }._w63 {width: 63%; }._w64 {width: 64%; }._w65 {width: 65%; }._w66 {width: 66%; }._w67 {width: 67%; }._w68 {width: 68%; }._w69 {width: 69%; }._w70 {width: 70%; }._w71 {width: 71%; }._w72 {width: 72%; }._w73 {width: 73%; }._w74 {width: 74%; }._w75 {width: 75%; }._w76 {width: 76%; }._w77 {width: 77%; }._w78 {width: 78%; }._w79 {width: 79%; }._w80 {width: 80%; }._w81 {width: 81%; }._w82 {width: 82%; }._w83 {width: 83%; }._w84 {width: 84%; }._w85 {width: 85%; }._w86 {width: 86%; }._w87 {width: 87%; }._w88 {width: 88%; }._w89 {width: 89%; }._w90 {width: 90%; }._w91 {width: 91%; }._w92 {width: 92%; }._w93 {width: 93%; }._w94 {width: 94%; }._w95 {width: 95%; }._w96 {width: 96%; }._w97 {width: 97%; }._w98 {width: 98%; }._w99 {width: 99%; }._w100 {width: 100%; }
._gcg01 {grid-column-gap: 1%; }
._gcg02 {grid-column-gap: 2%; }
._gcg03 {grid-column-gap: 3%; }
._gcg04 {grid-column-gap: 4%; }
._gcg05 {grid-column-gap: 5%; }
._gcg06 {grid-column-gap: 6%; }
._gcg07 {grid-column-gap: 7%; }
._gcg08 {grid-column-gap: 8%; }
._gcg09 {grid-column-gap: 9%; }
._gcg010 {grid-column-gap: 10%; }
._a_fbox {display: flex;flex-flow:row wrap; }
._fd_row{flex-direction:row;}._fd_r_reverse{flex-direction:row-reverse;}._fd_column{flex-direction:column;}._fd_c_reverse{flex-direction:column-reverse;}._jcc {justify-content: center; }
._jcsb {justify-content: space-between; }
._jcfs {justify-content: flex-start; }
._jcfe {justify-content: flex-end; }
._faic {align-items: center; }
._fais {align-items: flex-start; }
._faie {align-items: flex-end; }
.__p{font-size: clamp(14px, 0.9vw, 18px);}
.List li{list-style-type: none;position: relative;padding: 0 0 0.25em 1.5em;margin: 0;}
.List li .coron{position: absolute;top:0;left:0;}

._bgcolor-mint{background-color: #C6F4EA;}
._bgcolor-purple{background-color: #E8CAF6;}
._bgcolor-cream{background-color: #F5EBC7;}
._marker{background:linear-gradient(transparent 60%, #ff6 60%);}