html {
    background: #fff;
}
body {
    /*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    height:100vh;
    color: #000;
    line-height:200%;
}
a:link, a:visited, a:active {text-decoration:none;}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}

input {
    padding: 5px;
    margin: 5px;
}
/*-------------------------------------------
    common
--------------------------------------------*/

.pcOff {display:none ;}
.spOff {display:inline-block ;}
/*----Responsive ----*/
@media screen and (max-width: 768px) {
    .pcOff {display:block ;}
    .spOff {display:none ;}
}

.bgGren01 {background:#005944;}
/*-------------------------------------------
    icon
--------------------------------------------*/

.label {
    margin: 0 2%;
    padding:2px 5px ;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    background: #000000;
    color: #fff;
}

/*-------------------------------------------
    title
--------------------------------------------*/

.fcgrad002{
    /*color: #ACB6E5;*/
    display: inline-block;,
    background: -webkit-linear-gradient(145deg, #333333 0%, #c9511c 100%);
    background: linear-gradient(145deg, #333333 0%, #c9511c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*-------------------------------------------
    backGrand
--------------------------------------------*/

.bgGren {background: #005944;}
.bgBule {background:linear-gradient(225deg, #68afdc,#e0e16d);}
.bgBrwn {background:linear-gradient(180deg, #ffffff,#bf947c);}
.bgBrwn2 {background:#532512;color: #FFFFFF;}
.bgDeepBule {background:#1e587d;}
.bgWhite {background:#ffffff;color: #532512;}

/*-------------------------------------------
    font
--------------------------------------------*/
.arapey {font-family: 'Arapey', serif;}
.anton {font-family: 'Anton', sans-serif;}
.NotoSans {font-family: 'Noto Sans JP', sans-serif;}

.fs16 {font-size: 160%;}
.fs18 {font-size: 180%;}
.fs20 {font-size: 200%;}
.fs22 {font-size: 220%;}
.fs24 {font-size: 240%;}
.fs30 {font-size: 300%;}

.text-shWh {text-shadow:2px 0px 14px #fff;}

/*-------------------------------------------
    text
--------------------------------------------*/

.tleft {text-align: left;}

/*-------------------------------------------
   box
--------------------------------------------*/
.box-shWh {
box-shadow:0px 0px 4px 1px #ffffff;
}

/*-------------------------------------------
    title
--------------------------------------------*/
.ttl01 {
    font-size: 150%;
    text-align: center;
    padding: 5% 0;
}
/*-------------------------------------------
    button
--------------------------------------------*/

.btn{
    width:40%;
    padding: 2%;
    font-size: 130%;
    transition-duration: 0.2s;
}
.btn-primary{
    display:block;
    text-decoration: none;
    background:#000;
    text-align:center;
    color:#FFFFFF;
    font-weight:bold;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}
.btn-primary:hover{
    background:#A3A3BD;
    color:#EBC7FF;
    margin-left:5px;
    margin-top:5px;
    box-shadow:none;
}
.btn a:link,.btn a:visited,.btn a:active {text-decoration:none;color:#FFFFFF;}
.btn2{
    width:70%;
    padding:4%;
    margin: 0 auto;
    font-size: 130%;
}
.btn2 a:link,.btn2 a:visited,.btn2 a:active {text-decoration:none;color:#FFFFFF;}
.btn_area {
    text-align:center;
    padding: 5% 0;
}
.btn:disabled {
    background: #888;
    color: #666;
}

/*----Responsive ----*/
@media screen and (max-width: 768px) {
    .btn{width:45%;}
}


/*-------------------------------------------
    form
--------------------------------------------*/

.label-st {
    width: 100%;
    display: block;
    background: #000;
    color: #fff;
    display:inline-block;
    text-align: center;
    padding: 8px;
    margin: 3px 0;
}
.form-text {padding:0.7% 3%}
.text-error {color: #ff3300;}
.type-text {width: 40%;}
.type-text2 {width: 80%;}
.type-textarea { margin:3px 3px 1px 3px; width: 100%; height:150px; border: #666 solid 1px;}
.type-kiyaku { margin: 5% 0; width: 100%; height:200px;}
.text-danger {color: #ff3300; font-size: 90%; padding: 10px 0}
.radioArea {
    padding:2% 0 0 5%;
}
.radio02-input{
    display: none;
  }
  .radio02-input + label{
    padding-left: 20px;
    position:relative;
    margin-right: 20px;
  }
  .radio02-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    border-radius: 50%;
  }
  .radio02-input:checked + label{
    color: #532512;
  }
  .radio02-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    background: #532512;
    border-radius: 50%;
  }

/*----Responsive ----*/
@media screen and (max-width: 768px) {
    .form-text {padding:5% 3%}
    .type-text2 {width: 65%;}
    .radioArea {padding:5% 5% 5% 0;}
}

.cp_ipselect {
	overflow: hidden;
	width: 50%;
    text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
