@charset "utf-8";
/* CSS Document */
/* ==========Main Start========== */
*,*:after,*:before{
	box-sizing: border-box;
}

html {
  min-height: 100%;
  position: relative;
}

body{
	font-family: 'Kosugi Maru', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	margin:0 auto;
	width: 100%;
	min-height: 100%
}

footer {
	/* bottom: 2px; */
	position: absolute;
	width: 100%;
	left: 0px;
}

.footerMenu__area {padding: 0;}

li.footerMenu__list {
    display: inline-block;
    margin: 0px 15px;
}

h1 {
	margin: 0em;
	background: linear-gradient(#f5f5f5,#FFF,#f5f5f5);
	padding-top: 5px;
	line-height: 0px;
	margin: 0 auto;
	text-align: center;
}

h2 {
	padding: 1% 1%;
	margin: 0em 0;
	border: double 5px #63c0b5;
}

h3 {
    padding: 10px 10px 2px;
    border-bottom: #FFF solid 3px;
    background-color: #66b6b0;
    box-shadow: 0px 6px 0px 0px #66b6b0;
    color: #fff;
	  text-shadow: 1px 2px #108e84, 1px -1px #108e84, -1px 1px #108e84, -1px -1px #108e84, 1px 1px #108e84, 1px -1px #108e84, -1px 1px #108e84, -1px -1px #108e84, 1px 1px #108e84, 1px -1px #108e84, -1px 1px #108e84, -1px -1px #108e84, 2px 2px 1.5px #ababab;

}

div{
	padding:0px;
	margin:0px;
}

p {	margin: 10px 0;}

label {
	display: inline-block;
	min-width: 30%;
    padding-left: 0px;
    background: linear-gradient(0deg, #fee8e8 60%, #fff);
    margin: 5px;
    border: 1px solid #ff6060;
    border-radius: 10px;
    font-weight: normal;
		padding: 5px 0px;
}

@media screen and (max-width: 480px) {
	label {
    font-size: 12px;
    padding: 3px 0px;
	}
}

@media only screen and (min-width: 768px) {
	label {padding-left: 10px;}
}

img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

th {
	white-space: nowrap;
}

table {	margin: 5px auto;}

a {
	font-size: 1.2em;
	padding-top:5px;
	padding-bottom: 5px;
}

ul {
	padding-left: 10%;
	padding-bottom: 1%;
	padding-top: 1%;
}

blockquote {
	display: block;
	widows: 100%;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
@media only screen and (min-width: 481px){
.pcHidden {	display: none}
}

@media only screen and (min-width: 769px){
.pcHidden {	display: none}
}

@media only screen and (max-width: 480px){
.spHidden { display: none}
}

/* ==========Main End========== */

/* ==========Header Start========== */
header{

}

header p{
	text-align: center;
	margin-bottom: 1%;
	margin-bottom: 1%;
}

#headerBlock__text{
	color:#212121;
	font-weight: bold;
	font-size: 1.3em;
	font-family:"ヒラギノ角ゴ Pro W6";
	line-height: 1.3;
	margin:5px auto 0;
	max-width:800px;
	padding: 0 2%;
	text-shadow: 1px 2px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		1px 1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		1px 1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		2px 2px 1.5px #222;
}

#headerBlock__text .strong{
	color:#f10000;
	text-shadow: 1px 3px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		1px 1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		1px 1px #FFF,
		1px -1px #FFF,
		-1px 1px #FFF,
		-1px -1px #FFF,
		2px 2px 1.5px #222;
}

#headerBlock__text p{
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
}

@media only screen and (min-width: 481px){
#headerBlock__text {
	padding: 8px 5px;
	line-height: 1.3;
	font-size: 1.6em
}

#headerBlock__text p{
	padding: 1.5%;
}
}

@media only screen and (min-width: 769px){
#headerBlock__text {
	padding: 8px 5px;
	line-height: 1.3;
	font-size: 2em
}

#headerBlock__text p{
	padding: 1.5%;
}

#headerBlock__image{
	max-width:950px;
	margin: 0 auto;
}
}

/* ==========Header End========== */

/* ==========Footer Start========== */
footer{
	text-align: center;
	font-size: 0.85em;
	background-color: #BFBFBF;
	padding: 10px 0px
}

footer a{
	text-decoration: none;
	color: #777;
}

@media only screen and (min-width: 769px){
footer {
  clear: both;
}
}

/* ==========Footer End========== */

/* ==========container Start========== */
#wrapper {
	margin-bottom: 2.5em;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 10px 10px #cacaca;
	background: #fff2f3;
}

#contents{
	max-width: 1100px;
	margin: 0 auto;
	background: #fff
}

@media only screen and (min-width: 769px){
#container {
	margin: 0 auto;
	clear:both;
	max-width: 1100px;
}

#container:after{
	content:"";
	display:block;
	clear:both;
}
}
/* ==========container End========== */

/* ==========入力フォームCSS Start========== */
.form__block {
  font-size:11px;
	margin: 1px auto;
	max-width: 800px;
	padding: 0px 5px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.form__block select{
  border: none;
	font-weight: bold;
	background-color: #FFF;
	font-size: 16px;
}

.form__block option{
	padding: 0;
}

.form__itemSection,
.form__selection {
  display: inline-block;
}

.form__itemName,
.form__firstRow,
.form__secondRow {
	display: inline;
}

#btn_space {
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

input[type="button"] {
   padding: 0px;
}

@media screen and (max-width: 480px) {
	input{
		vertical-align: top;
	}
}

#form_title {
	font-size: 20px;
	padding: 5px;
	text-align: center;
	background-image: url(/asset/images/parts/h2/h2-4.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
	text-shadow: 1px 2px #fe9ea0, 1px -1px #fe9ea0, -1px 1px #fe9ea0, -1px -1px #fe9ea0, 1px 1px #fe9ea0, 1px -1px #fe9ea0, -1px 1px #fe9ea0, -1px -1px #FE9E9E, 1px 1px #fe9ea0, 1px -1px #fe9ea0, -1px 1px #fe9ea0, -1px -1px #FE9EA1, 2px 2px 1.5px #ababab;
}
@media only screen and (min-width: 768px) {
	#form_title {
		font-size: 25px;
		padding: 15px;
	}

}

.search_form_head {
    background: #ff7074;
    color: #fff;
}
.search_form_head:last-of-type {
    background: none;
    color: #fff;
}

tr.search_form_head th {
    padding: 10px;
}

@media only screen and (max-width: 480px) {
select {
  font-size: 10px;
}

.form__itemName{
	font-size: 10px
}
}
/* ==========入力フォームCSS End========== */

/* ==========mainClm subClm End========== */
#mainColumn {
	font-size: 14px;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 3%;
	line-height: 1.5;
}

#subColumn {
	display: none;
}
#mainColumn, #subColumn {
    margin-top: 20px;
}

@media only screen and (min-width: 481px){
#subColumn {
	display: none;
}
}

@media only screen and (min-width: 769px){
#mainColumn {
	font-size: 16px;
	float: left;
  max-width: 750px;
	width: 70%;
	padding-left: 10px;
	padding-right: 5px
}

#mainColumn h2 {
	padding: 3% 2%;
	margin-top: 15px;
	font-size: 1.5em;
}

#subColumn {
	float: right;
  max-width: 320px;
	padding-left: 5px;
	padding-right: 10px;
	display: block;
	width: 30%;
}

#subColumn ul {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0px;
  padding-top: 0;
}

#subColumn li {
	/* padding: 5% 0px; */
	list-style: none;
	margin-bottom: 3px;
}

#subColumn__itemLink a{
	font-size: 14px
}

#subColumn__menulist li {
	padding: 0.1% 0;
}

#subColumn__menulist li a {
	position: relative;
	display: block;
	width: 100%;
	/* height: 100%; */
	padding: 10px;
	padding-left: 20px;
	color: #272727;
	background: #e8ddc9;
	text-decoration: none
}

#subColumn__menulist li a span:after {
	font-size: 120%;
	position: absolute;
	content: ">";
	right: 10px;
	transform: scale(0.5, 1);
}

#subColumn__columnsList li:last-child {
    text-align: center;
    display: table;
    vertical-align: middle;
    width: 100%;
}

#subColumn__columnsList li:last-child a {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}
}

#updateBlock {
	text-align: center;
	border-top: #9c9c9c solid 5px;
	background: #e0e0e0;
	padding: 3px;
}

@media only screen and (max-width:480px){
	#updateBlock p{
		margin: 5px 0px
	}
}

/* ========　FormCustom　======== */
#formBlock {
    background: #fff;
    border: #dadada solid 3px;
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.table_head {
    width: 100%;
}

#searchButton {
	height: 30px;
	background: #fff;
	border: rgb(169, 169, 169) solid 1px;
	border-radius: 20px;
	width: 100%;
	font-size: 10px;
}

.formSelect {
	height: 30px;
	width: 100%
}

#search_form {
	table-layout: fixed;
	width:100%;
	margin: 10px auto;
}

#search_form td {
    word-wrap: break-word;
}



/* ここからresult_table */
#result_table {
	font-size: 12px;
	word-wrap: break-word;
	word-break: break-word;
	margin-top: 20px;
}

#result_table th{
	font-size: 14px
}

#result_table td {
  width: 20%;
	text-align: center
}

.resultTable__name {
  width: 15% !important;
}

@media only screen and (min-width: 481px) {
	#result_table {
		font-size: inherit;
	}

	#searchButton {
		font-size: inherit;
	}
}
@media only screen and (min-width: 768px) {
	#result_table {
		font-size: inherit;
	}

	#result_table th{
	font-size: 16px
}
}

#columnsArea {
    margin-bottom: 15%;
}

.columnsBlock {
    margin-left: 0px;
}

.columnsList__contents {
	padding: 0.1% 0
}
.columnsList__contents a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    font-size: 15px;
    display: block;
    background: #fff7d8;
    min-height: 70px;
    line-height: 1.5;
}

.columnsList__title {
    text-align: center;
    padding: 15px 0px;
    font-size: 1.2em;
    font-weight: bold;
    border-top: #ff7074 solid 10px;
}


.columnsBlock__li {
    list-style: none;
    display: inline-block;
    width: 49%;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    vertical-align: top;
}

.columnsBlock__ul {
    padding-left: 0px;

}

.columnsBlock__li a {
    text-decoration: none;
    color: #fff;
    background: #9a9a9a;
    display: block;
    margin-bottom: 10px;
    border: #000 solid thin;
    min-height: 285px;
    padding-top: 0px;
    font-size:16px;
}

.columnsBlock__li p {
	padding:0px 5px;
	margin-top:5px;
	margin-bottom:5px
}

.columnPage__anchor a {
    display: inline-block;
    border: #898989 solid thin;
    text-decoration: none;
    padding: 4px;
    box-shadow: 1px 2px 0px #d4d4d4;
    color: #232323;
}

.columnPage__anchor {
    text-align: right;
}


@media only screen and (min-width: 768px) {
	.columnsBlock {
    margin-left: 15px;
	}

	.columnsBlock__li {
    list-style: none;
    display: inline-block;
    width: 31%;
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
    vertical-align: top;
    min-height: 320px;
	}

	.columnsBlock__li a {
    text-decoration: none;
    color: #fff;
    background: #9a9a9a;
    display: block;
    margin-bottom: 3px;
    border: #000 solid thin;
    min-height: 270px;
    padding-top: 0px;
    font-size:16px;
}
}

/* sweetAlart */
#swal2-title {
    border: none;
    padding: 10px 0px;
    color: #000;
    border-bottom: #f27474 double 5px;
}
.exitProtection_title.js-fontSize {
    padding: 5px;
    border: none;
    font-size: 1.2em;
    color: #ff6060;
}

.exitProtection_serviceInfoBox__name {
    margin: 10px auto;
    background: #66b6b0;
    box-shadow: 0px 2px 0px #108e84;
    padding: 10px 0px;
    border: #108e84 solid 3px;
    border-radius: 10px;
    font-size: 20px;
    text-shadow:
			2px -2px #108e84,
			2px -1px #108e84,
			2px 0px #108e84,
			2px 1px #108e84,
			2px 2px #108e84,
			1px -2px #108e84,
			1px -1px #108e84,
			1px 0px #108e84,
			1px 1px #108e84,
			1px 2px #108e84,
			0px -2px #108e84,
			0px -1px #108e84,
			0px 0px #108e84,
			0px 1px #108e84,
			0px 2px #108e84,
			-1px -2px #108e84,
			-1px -1px #108e84,
			-1px 0px #108e84,
			-1px 1px #108e84,
			-1px 2px #108e84,
			-2px -2px #108e84,
			-2px -1px #108e84,
			-2px 0px #108e84,
			-2px 1px #108e84,
			-2px 2px #108e84, zu
			2px 2px 1.5px #ababab;
}

.exitProtection_title + a {
    text-decoration: none;
}
/* sweetAlart */

iframe{max-width: 100%}

ul.slider {
  width: 100%;
  height: 400px;
  margin: 0 auto 5px;
  /* padding-top: 20px; */
  position: relative;
  min-height: 400px;
}

.leftSliderBtn {
  position: absolute;
  top: 110px;
  left: -20px;
  width: 40px;
  z-index: 99;
}

.rightSliderBtn {
  position: absolute;
  top: 110px;
  right: -20px;
  width: 40px;
  z-index: 99;
}

ul.slider li.active {
  z-index: 10;
}
.voice {
  position: relative;
  padding-top: 10px;
}

.voiceTitle {
  width: 200px;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 25px;
  display: block;
}

.voice__block {
  height: 100%;
  width: 95%;
  position: relative;
  margin: 0 auto;
	background-color: #fff
}

.voice__fukidashi {
  background: #fff;
	border: 2px solid #d9c198;
	border-radius: 10px;
  padding: 10px 15px;
  margin: 10px auto;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  min-height: 250px;
	left: 0;
  right: 0;
}

.voice__fukidashi {
  width: 100%;
  display: inline-block;
  border: 3px solid #b78d01;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 5px 3px #e4e4e4;
  background-color: #fffefb;
  margin: 0px;
  min-height: 200px;
  position: absolute;
}

.voice__fukidashi p{font-size:14px;line-height:1.8}

.voice__personImage {
  position: absolute;
  bottom: 40px;
  right: 0px;
  display: inline-block;
  width: 30%;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 5px 0px #e8e8e8ad;
}

.voice__dogDetail {text-align: right;margin-top: 30px}
.voice__dogDetailBlock {
  padding: 8px;
  border-radius: 5px;
  background-color: #ff7074;
  color: #fff;
}
ul.slider li {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}


li.active .voice__person {
  display: initial;
}

ul.slider li.active{z-index: 10;}
ul.slider li.inactive{z-index: 10;}
ul.slider li.transiton{z-index: 11;}
ul.slider li.transitonLeft div{animation:sliderTransitonLeft 1s ease 0s 1 alternate none running;}
ul.slider li.transitonRight div{animation:sliderTransitonRight 1s ease 0s 1 alternate none running;}

@keyframes sliderTransitonRight{
	0% {margin-left:100%;opacity:0.5;}
	100% {margin-left:0%;opacity:1.0;}
}
@keyframes sliderTransitonLeft {
	0% {margin-left:-100%;opacity:0.5;}
	100% {margin-left:0%;opacity:1.0;}
}

.reasonBought {font-size: 16px;}

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


.leftSliderBtn {
  position: absolute;
  top: 135px;
  left: 0px;
  width: 30px;
}
.rightSliderBtn {
  position: absolute;
  top: 135px;
  right: 0px;
  width: 30px;
}

ul.slider {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  min-height: 440px;
}
ul.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.voice__fukidashi {
  padding: 5px 18px;
  margin: 0;
  min-height: 300px;
  position: relative;
}

.voice__fukidashi p {
  line-height: 1.5;
  margin-bottom: 10px;
}

.voice__dogDetail {position: absolute;right: 18px;bottom: 18px;}
}
