	.form_basic01 dd li {
		width: auto;
		float: none;
	}	
	
.yearOfBirthTxt,
.yearOfPetBirthTxt {
width:60px;
height:34px;
margin:0 0 0 20px;
}

.yearOfBirthTxt:first-child,
.yearOfPetBirthTxt:first-child {
  margin:0;
}
	


/*input {
  -webkit-appearance: none;
}*/

input,
select {
  border-radius:5px;
}

input[type="text"],
input[type="radio"],
input[type="tel"],
select,
textarea {
  outline: none;
  border: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all .3s;
	-webkit-appearance: none; 
}

.unknownBoth {
      border: 2px solid rgba(130,215,220, 0.3);
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 2px #82d7dc;
  border: 1px solid #82d7dc;
  background:#fafad2;
}

.imageWrap:focus,
.imageWrap02:focus,
.imageWrap03:focus,
.groupUnknown:focus {
  background:#FFF;
  box-shadow: none;
  border: 1px solid rgba(0,0,0, 0.3);
}

input::placeholder {
  color: #ccc;
}
/* IE */
input:-ms-input-placeholder {
  color: #ccc;
}
/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

select {
  font-size:15px;
}

select,
.yearOfBirthTxt,
.yearOfPetBirthTxt,
input {
  height:46px;
}

.yearOfBirthTxt,
.yearOfPetBirthTxt,
.postal-code1,
.postal-code2,
.numberOfPet,
.address-level1 {
  width:100px;
}

input[type=radio] {
  height:auto;
}


.yearOfBirthTxt,
.yearOfPetBirthTxt,
.numberOfPet,
/*.imageWrap02,
.imageWrap03,
.imageWrap,*/
.address-level1,
.groupUnknown,
input[type="radio"] {
  cursor: pointer;
}

#imageWrap li,
#imageWrap02 li,
#imageWrap03 li {
  cursor: pointer;
  border-bottom: 1px dotted #ccc;
}

#imageWrap li:last-child,
#imageWrap02 li:last-child,
#imageWrap03 li:last-child {
  border-bottom:none;
}

/*#imageWrap li:nth-child(even) {
  background:#e6f7f8;
  margin:0;
}*/

/*selectボックス*/
.selectWrap{
  position: relative;
  display: inline-block;
}
.selectWrap::after,
.unknownBoth::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -10px;
  
}

.birthWrap .selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 36%;
  margin-top: -6px;
}

.address-level1Wrap::after {
  /*margin-top: -6px;*/
}

.considerationWrap .selectWrap::after {
  margin-top: -6px;
}

.select,
#imageWrap,
#imageWrap02,
#imageWrap03,
#unknownBoth {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 10px;
	margin: 0;
  /*border: 1px solid #b4b3b3;*/
}
select::-ms-expand,
#imageWrap::-ms-expand {
    display: none;
}

#unknownBoth {
  width:100%;
}



/*後でlocal.cssとマージする*/

.link-hover {
  text-decoration: none;
  display: inline-block;
}

.link-hover::after {
  display: block;
  content: "";
  height: 1px;
  width: 0%;
  background-color: #000;
  transition: width 0.5s ease;
}

.link-hover:hover::after {
  width: 100%;
  transition: width 0.5s ease;
}




.form_basic01 dd p,
ul label {
  letter-spacing:0.05em;
  font-feature-settings: "palt" 1;
  line-height:1.6;
  text-align:justify;
}

.form_basic01 dt,
.form_basic01 dd {
  padding: 20px !important;
}

@media screen and (max-width: 800px) {
	
	.form_basic01 dt {
		padding: 20px 0 10px !important;
	}
	
	.form_basic01 dd {
		padding: 20px !important;
	}
	
	.form_basic01 dd p,
	ul label {
		text-align:center;
	}
	
}


.catalog_f01 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 800px) {
	.catalog_f01:last-child {
		margin-bottom: 0 !important;
	}
}


.address-level1 {
  margin-top:0.5em;
  margin-bottom: 20px !important;
}


.addressTxt {
  font-feature-settings: "palt" 1;
  display:block;
  letter-spacing:0.1em;
	font-size: 14px;
	font-weight: 400;
}

.nameTxt {
  display:none;
}

.form_basic01 dt {
  font-feature-settings: "palt" 1;
  letter-spacing:0.07em;
  text-align:center !important;
  font-size:15px;
}

.tableCaution {
  margin:10px 0 0 !important;
}
                  
.nb-title {
  margin:10px 0 0 !important;
}
.nb-body {
  margin:0 0 0 10px !important;
  text-align:justify;
}

.deliveryList {
  display:flex;
  margin-bottom:20px;
}

.form_basic01 dd {
  font-size:14px;
}

.enqateList li {
  font-size:14px;
}


.form_basic01 dd li.kikkake p {
  font-weight:400 !important;
}


.form_basic01 dd li.kikkake ul li {
  line-height:1.8;
}

.form_basic01 dd li.kikkake ul li label input {
}

.form_basic01 dd li.kikkake p {
    margin-bottom: 0.8em !important;
  }
  
.form_basic01 dd li.kikkake p {
  border-bottom: 1px solid #ccc !important;
}

.h2_basic01 {
  margin: 0 auto 40px;
    /*width: 1000px;*/
}

@media screen and (max-width: 800px) {
	.h2_basic01 {
		width: auto;
		font-size: 18px;
	}
}

.page .catalog_lead01 {
  text-align:center;
  font-size:15px;
  letter-spacing:0.05em;
  font-weight:500;
  margin: 0 0 60px 0 !important;
}

.form_basic01 span.required {
  display:inline;
  margin:0 0 0 5px;
}



/*ボタン*/
.submit button {
  margin:20px auto 0;
  border-radius: 5px;
  padding: 20px;
  background: #ed879f;
  border:1px solid #FFF !important;
  width: 40%;
  /*font-size:150% !important;*/
	font-size:180% !important;
  letter-spacing:0.15em;
  transition: all 0.5s ease;
}
.submit .caution {
  display:block;
  /*font-size: 62%;*/
	font-size: 45%;
  letter-spacing: 0.12em;
}

.submit button:hover {
  background: #FFF;
  border:1px solid #ed879f !important;
  color:#ed879f;
}


.btnArrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #FFF;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.5s ease;
}
.btnArrow::before,
.btnArrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition: all 0.5s ease;
}
.btnArrow1::before{
    left: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s ease;
}

.btnArrow1:hover::before {
  border-top: 2px solid #ed879f;
  border-right: 2px solid #ed879f;
}

.catalog_submit {
  margin:80px 0 60px !important;
}


/*電話エリア*/
.catalogTelArea {
  text-align:center;
  margin: 0 0 60px;
}



	
@media screen and (max-width: 800px) {
  .yearOfBirthTxt:first-child,
  .yearOfPetBirthTxt:first-child {
  width:53px;
  }
  .yearOfBirthTxt,
  .yearOfPetBirthTxt {
  width:90%;
  margin:0 0 10px 0;
  }
  
  input.family-name,
  input.given-name ,
  input.catalog_f01,
  input#phone-national,
  input#email,
  .numberOfPet,
  input.catalog_f01,
  input#phone-national,
  input#email,
  input#emailcheck,
	input#pet-name,
	.address-level1,
  input#emailcheck {
    width: 97% !important;
  }
	
	input[type="text"] {
		width: 97% !important;
	}
	
	select#address-level1,
	select#numberOfPet {
		width: 100% !important;
	}
  
  .page .catalog_lead01 {
    margin:40px 0 40px 0 !important
  }
  
  .deliveryList {
    display:block;
  }
  
  .form_basic01 dd {
    padding:0 0 20px !important;
  }
  
  /*#catalog .form_basic01 dt {
  width:auto ;
  }*/
  
  .form_basic01 dd {
    width:auto;
  }
  
  .yearOfBirthTxt:first-child,
  .yearOfPetBirthTxt:first-child {
    width: 90% !important;
  }
  
  
  
  .selectWrap {
    width:100%;
  }
  
  .selectWrap::after {
    right: 10px;
  }
  
  .birthWrap .selectWrap::after {
    right: 14%;
  }
  
  .form_basic01 dd li.kikkake p {
    font-size:14px;
    margin-bottom:20px !important;
  }
  
  .address-level1 {
    margin-bottom:0 !important;
  }
  
  .selectWrap::after {
    margin-top:0;
  }
  
  
  .form_basic01 dd li:last-child {
    margin:0 !important;
  }
  
  .form_basic01 dd .selectList li {
    margin:0 !important;
  }
  
  /*ボタン*/
  .submit {
    padding:0 !important
  }
  .submit button {
    width:100%;
  }
  
  .submit button {
    padding:10px;
  }
  .btnArrow1::before {
    left:10px;
  }
	
	.catalogTelArea {
		text-align: justify;
	}
	
	.catalog_tel01 {
		text-align: center;
	}
	
	
	
	/*一時的なsmartfit回避*/
/*.hd_inner02, #content, #btn_sns, #site_info_inner {
	width: 90% !important;
	}*/
  
	
	.postal-code1,
	.postal-code2 {
		width:70px;
	}
	
	
	.submit button {
		font-size: 150% !important;
	}
	
	.catalog_submit {
		margin:60px 0 60px !important;
	}
	
    
}
	
	







@media screen and (max-width: 600px) {
	input.family-name,
  input.given-name ,
  input.catalog_f01,
  input#phone-national,
  input#email,
  .numberOfPet,
  input.catalog_f01,
  input#phone-national,
  input#email,
  input#emailcheck,
	input#pet-name,
	.address-level1,
  input#emailcheck {
    width: 92% !important;
  }
	
	input[type="text"] {
		width: 92% !important;
	}
}

















	.formError .formErrorContent {
		background: #f11a75 !important;
		top: 14px;
		width: auto !important;
		font-size: 13px !important;
	}
	.formErrorArrow {
		display: none;
	}
	
@media screen and (max-width: 800px) {
	
	.selectList .formErrorContent {
		    top: 5px;
	}
	
	.postal-code1formError .formErrorContent,
	.postal-code2formError .formErrorContent {
		top: 43px;
	}
	
	.address-level1Wrap .formError .formErrorContent {
		top: 25px;
	}
	
	.address-level2formError .formErrorContent,
	.address-level3formError .formErrorContent {
		top: 51px;
	}
	
	.phone-nationalformError .formErrorContent,
	.emailformError .formErrorContent {
		top: 44px;
	}
	
}

.typeTxt {
  display:block;
  /*color:#e74069;*/
  text-align: justify;
  margin: 10px 0 0;
  padding-left:1em;
  text-indent:-1em;
      font-size: 98%;
}
  
.typeTxt02 {
  text-align: justify;
  margin: 10px 0 30px !important;
  font-size: 80%;
}

.marker_yellow_hoso {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
  

.imageWrap li,
.imageWrap02 li,
.imageWrap03 li {
  width:100% !important;
  float:none !important;
}

.selModalBody {
  overflow:hidden;
}


.imageWrap,
.dogList .imageWrap02,
.dogList .imageWrap03 {
  display:none;
}

.notClicked {
  display:none;
}



select > option {
  color:#000;
}

.brN-728 {
  display:block;
}


.js-persist {
  display:none;
}

.dog-type {
  position:relative;
}


.era,
.erachan {
  padding:0 20px 0 8px;
}

.hyphen {
  margin:0 16px;
}


/* custom01 */

input[type="radio"] {
  -webkit-display: none;
  border: none;
  background:#FFF;
}

.custom {
  position: relative;
}

.customIn {
  position: relative;
  top: 2px;
  margin:0;
}

.customIn:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.125rem;
  width: 0.65rem;
  height: 0.65rem;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  border-radius: 50%;
  background: #82d7dc;
}
.customIn:checked:before {
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.customIn:after {
	position: absolute;
	top: -0.25rem;
	left: -0.125rem;
	width: 1rem;
	height: 1rem;
	content: '';
	border: 1px solid #ccc;
	border-radius: 50%;
	background: #ffffff;
}

.customIn:checked:after {
  border: 1px solid #82d7dc;
}



.custom > input {
    position:relative;
    top: 0.4em;
  }
  
  .lang .custom > input {
    position:relative;
    top: 0.3em;
    margin: 0;
    padding-right: 8px;
  }


@media all and (-ms-high-contrast: none){
  .custom > input,
  .lang .custom > input {
    top:0;
  }
}







input:-internal-autofill-selected {
    background: rgb(254, 254, 254) !important;
}




/*チェックボックスの絞り込み*/
.lang {
  margin-right:8px;
}

/*チェックボックス*/
.dropdown {
  line-height:3;
}

/*犬種選択部分*/
.cp_ipselect {
	position: relative;
	width: 90%;
	text-align: center;
}
.cp_sl06 {
	position: relative;
	background-color: transparent;
	width: auto;
	padding: 10px;
	border-radius: 3px;
	border: none;
	border: 2px solid rgba(130,215,220, 0.3);
}
.cp_sl06:focus {
	outline: none;
	border: 1px solid rgba(0,0,0, 0);
}
.cp_ipselect .cp_sl06 {
	appearance: none;
	-webkit-appearance:none
}

.cp_ipselect:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 5px;
    width: 0;
    height: 0;
    border-top: 6px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 4px solid transparent;
    pointer-events: none;
}

::-webkit-input-placeholder {
    color: 000; }


/*ミックスあたり*/
.parent_type {
  margin:0 0 60px;
}
.parent_type:nth-child(2) {
  margin:0 0 40px;
}
.parent_type .parent_typeTxt {
  margin:10px 0;
  font-weight:600;
}

.parent_type .parent_typeTxt02 {
  margin-top:10px;
  margin-bottom:0;
  font-size:13px;
}



.cautionArea {
  border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	/*overflow-x: hidden;
	overflow-y: scroll;
	height: 64px;*/
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	margin: 0 0 10px;
	max-width: 330px;
}

.cautionTxt {
  margin: 20px 0 0 !important;
  line-height: 1.6;
  font-size:14px;
  font-feature-settings: "palt" 1;
  text-align: center;
  letter-spacing: 0.1em;
}

.cautionTxt:first-child {
  margin: 0 0 10px 0 !important;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

/*チェックボックス*/
.check {
	height: auto;
}

.check {
  display: none;
}
.checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
	font-size: 15px;
	letter-spacing: 0.1em;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.check:checked + .checkbox-parts{
  color: #ed879f;
}
.check:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ed879f;
  border-right: 3px solid #ed879f;
}










.form_basic01 dd .selectList li {
  width:22%;
}


.joinTxt {
  text-align:center;
  margin:0 0 30px;
}
	



@media screen and (max-width: 800px) {
	
	
	.cautionArea  {
		max-width: 100%;
	}
	
	/*チェックボックス*/
	.checkArea {
		width: 16%;
		white-space: nowrap;
		margin: 0 auto;
		display: block;
	}
	
  
  .hyphen {
    margin: 0 6px;
  }
  
  .brN-728 {
    display:none;
  }
  
  .form_basic01 dd .selectList {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .form_basic01 dd .selectList li {
    width:30%;
  }
  
	.era {
    padding: 0 0 0 6px;
  }
  
  
  .customIn {
    margin: 0 2px 0 0;
  }
  
  .custom {
    position: relative;
    display:flex;
  }
  
  .lang .custom {
    display:inline-block;
  }
  
  
  
  .enqateTxt {
    margin:0;
    line-height:1.6;
  }
  
  .cp_sl06 {
    margin:20px 0 0;
  }
	
	#catalog .catalog_set_inner01 ul li {
    font-size: 100%;
	}
	
	.cautionTxt {
		text-align: justify;
	}
	
}


@media screen and (max-width: 600px) {
	
	/*チェックボックス*/
	.checkArea {
		width: auto;
		text-align: center;
	}
}
	
