@charset "utf-8";
/*-----------------------------------------------------

2:PAGE style

------------------------------------------------------*/


/*
背景画像をページごとに設定
用意していないと起用にデフォルトで　aboutの画像を利用
*/
#mainVisual {
	height: 350px;
	text-align:center;
	background: url("../img/about_topimg.jpg");
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover ;
}
/* seo用だけど表示させない */
#mainVisual h2 {
    height: 0;
    overflow: hidden;
}

.page-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #33b9bb;
    margin-bottom: 30px;
    text-align: center;
    padding: 11px;
    border: solid 2px;
    border-radius: 1000px;
}

.page-cmn .img {
    margin-bottom: 60px;
}
.page-cmn h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 40px;
	line-height: 1.8;
}
.page-cmn  h4 {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* page-cmn-flowlink */
.page-cmn-flowlink {
    text-align: center;
    margin-top: 60px;
    border:solid 2px #33b9bb;
    border-radius: 14px;
    overflow: hidden;
}
.page-cmn-flowlink-title {
    text-align: center;
    font-size: 27px;
    padding: 15px;
    background: url("../img/bg_green.gif");
}
.page-cmn-flowlink-title span {
    color: #33b9bb;
}
.page-cmn-flowlink-in {
    padding: 20px 20px 30px;
}
.page-cmn-flowlink-text {
    color: #33b9bb;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.page-cmn-flowlink-text span {
    font-size: 22px;
}
.page-cmn-flowlink .line-link {
    margin-top: 25px;
    text-align: center;
}
.page-cmn-flowlink .line-link a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 0 30px;
    color: #fff;
    background: #00cc42;
    border-radius: 1000px;
}
.page-cmn-flowlink .line-link a i {
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url("../img/icon_line.png") no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.cmn-flow-img {
    text-align: center;
    margin-top: 40px;
}

/* page-request-price */
.page-request-price {
    margin-top: 60px;
    border: solid 2px var(--main-color);
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}
.page-request-price h3 {
    font-size: 27px;
    color: var(--main-color);
    background: #edf2f0;
    padding: 20px 0;
}
.page-request-price-in {
    padding: 30px;
}
.page-request-price .btn {
    margin-top: 30px;
}
.page-request-price .btn a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: var(--main-color);
    width: 100%;
    max-width: 400px;
    padding: 10px 0;
    border-radius: 10000px;
}


/* cancel */
.cancel-title {
    font-size: 24px;
    background: #f6f6ee;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 50px;
    letter-spacing: 0.05em;
}
.cancel-title span {
    color: var(--main-color);
}
.cancel-subtext {
    font-size: 13px;
    text-align: center;
    line-height: 1.8;
}
.cancel-sub {
    margin-top: 60px;
}
.cancel-fee {
    padding: 60px 40px;
    background: url("../img/bg_green.gif");
    border-radius: 7px;
}
.cancel-fee__list {
    margin-top: 50px;
}
.cancel-fee__list >li {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
}
.cancel-fee__list >li:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}


/* terms */
.terms-title {
    font-size: 16px;
    padding: 12px 20px 12px 5px;
    cursor: pointer;
    position: relative;
    border-top: solid 1px var(--main-color);
    border-bottom: solid 1px var(--main-color);
}
.terms-title:after {
    content: '+';
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.terms-hidden {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.terms__list >li{
    font-size: 14px;
    line-height: 2;
    position: relative;
    padding-left: 1em;
    margin-bottom: 10px;
}
.terms__list >li:before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}

#terms.active .terms-title:after {
    content: '-';
}
#terms.active .terms-hidden {
    visibility: visible;
    opacity: 1;
    max-height: 10000px;
    margin-top: 30px;
}


/*-----------------------------------------------------
  2-1:about style
------------------------------------------------------*/
#aboutArea .cmn-ttl {
	margin-bottom: 35px;
}
#aboutArea .cmn-text:last-of-type {
	margin-bottom: 0;
}
#aboutSupport .cmn-text:last-of-type {
	margin-bottom: 0;
}

.aboutSearch__list {
    margin-bottom: 100px;
}
.aboutSearch__list >li {
    margin-bottom: 15px;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.aboutSearch__list >li:last-child {
    margin-bottom: 0 !important;
}
.aboutSearch__list >li h3 {
    font-size: 18px;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
    background: #39b9b7;
    position: relative;
}
.aboutSearch__list >li.aS02 h3 {
    background: #3b3b3b;
}
.aboutSearch__list >li.aS03 h3 {
    background: var(--main-color);
}
.aboutSearch__list >li.aS04 h3 {
    background: #abc114;
}
.aboutSearch__list >li h3:after {
    content: '＋';
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.aboutSearch-hidden {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.aboutSearch-hidden-in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aboutSearch-hidden-in .img {
    width: 30%;
}
.aboutSearch-hidden-in .info {
    width: 65%;
}
.aboutSearch-hidden-in .info h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.aboutSearch-hidden-in .info p {
    font-size: 15px;
    line-height: 2.2;
}
.aboutSearch-hidden-in .info .btn {
    margin-top: 25px;
}
.aboutSearch-hidden-in .info .btn a {
    color: #39b9b7;
    display: block;
    font-size: 15px;
    font-weight: 500;
    width: 216px;
    padding: 8px 0;
    border: solid 2px #39b9b7;
    text-align: center;
    border-radius: 1000px;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.aboutSearch-hidden-in .info .btn a:hover {
    color: #fff;
    background: #39b9b7;
}
.aboutSearch-hidden-in .info .btn a i.outlink {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	background-image: url("../img/icon_outlink.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.aboutSearch-hidden-in .info .btn a:hover i.outlink {
	background-image: url("../img/icon_outlink_w.png");
}





/* .aboutSearch__list >li - active */
.aboutSearch__list >li.active {
    margin-bottom: 65px;
}
.aboutSearch__list >li.active h3:after {
    content: '―';
}
.aboutSearch__list >li.active .aboutSearch-hidden {
    visibility: visible;
    opacity: 1;
    max-height: 10000px;
    margin-top: 50px;
}


/* staffArea */
#staffArea {
	background: url("../img/bg_green.gif");
}
.staffList {
	display: flex;
    flex-wrap: wrap;
	padding-top: 20px;
}
.staffList > li {
	width: 30%;
	margin: 0 0 50px 5%;
}
.staffList > li:nth-child(3n+1) {
	margin-left: 0;
}
.staffList > li a {
	display: block;
}
.staffList > li .thumb {
    text-align: center;
    margin-bottom: 22px;
}
.staffList > li .staff-pos {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.staffList > li .staff-name {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
}
.staffList > li .staff-name .small {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-left: 10px;
	color:#3a9467;
}
.staffList > li .staff-comment {
	font-size: 14px;
	line-height: 1.9;
	text-align: left;
}

.staffArea-main {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
.staffArea-main .img {
	width: 40%;
	text-align: center;
}
.staffArea-main .info {
	width: 55%;
}
.staffArea-main .info .staff-name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 7px;
}
.staffArea-main .info .staff-position {
	font-size: 14px;
	font-weight: 600;
}
.staffArea-main .info .staff-comment {
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}



/* companyArea */
.comp-info {

}
.comp-info table {
	font-size: 15px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.comp-info table tr {
    border-bottom: dotted 1px #3b8f65;
}
.comp-info table th {
    vertical-align: top;
    padding: 15px 0 15px 20px;
}
.comp-info table td {
	font-weight: normal;
    padding: 15px 0 15px 20px;
}


/*-----------------------------------------------------
  2-2:search style
------------------------------------------------------*/
.page-search1 #mainVisual,
.page-search1-01 #mainVisual,
.page-search1-02 #mainVisual,
.page-search1-03 #mainVisual,
.page-search2 #mainVisual,
.page-search2-01 #mainVisual {
	margin: 0 30px;
}
.searchBox {
    padding-bottom: 40px;
}
.searchBox .visual {
	margin-bottom: 70px;
}
.searchBox .cmn-ttl-ja {
	font-size: 16px;
}
.searchBox .txt01 {
	text-align: center;
	max-width: 800px;
	font-size: 15px;
	line-height:2;
	margin: auto;
}
.searchBox .txt03 {
	background: #f5f5f5;
	border-radius: 10px;
	text-align: left;
	max-width: 700px;
	font-size: 14px;
	line-height:2;
	margin: auto;
	padding: 30px;
}


#searchMethod .searchMethodImage {
	margin: 50px 0 0;
}
#searchMethod .searchMethodImage ul {
	overflow: hidden;
}
#searchMethod .searchMethodImage ul li {
	width: 25%;
	padding: 0 2.5%;
	position:relative;
	float: left;
	text-align: center;
}
#searchMethod .searchMethodImage ul li:after {
    content: '';
    display: block;
    background: url("../img/search_nex.png") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 37px;
    position: absolute;
    right: -5%;
    top: 70px;
}
#searchMethod .searchMethodImage ul li:last-child:after {
	display: none;
}
#searchMethod .searchMethodImage ul li .img {
    display: block;
    max-width: 175px;
    margin: 0 auto 10px;
}
#searchMethod .searchMethodImage ul li p {
	font-size: 17px;
	font-weight: 600;
	color: var(--main-color);
	line-height: 1.8;
}
#searchPoint .txt01 {
	margin-bottom: 40px;
}
#searchPoint .txt01:last-child {
	margin-bottom: 0;
}

/* searchFlow */
#searchFlow .searchFlowList li {
    margin-bottom: 40px;
    padding: 30px 40px;
    border: solid 3px var(--main-color);
    border-radius: 10px;
}
#searchFlow .searchFlowList li:last-child {
	margin-bottom:90px;
}
#searchFlow .searchFlowList li table {
    width: 100%;
    border-collapse: collapse;
}
#searchFlow .searchFlowList li table th {
    width: 200px;
}
#searchFlow .searchFlowList li table td {
    padding-left: 40px;
}
#searchFlow .searchFlowList li table td h4 {
    font-size: 25px;
    color: var(--main-color);
    margin-bottom: 20px;
}
#searchFlow .searchFlowList li table td p {
    font-size: 15px;
    line-height: 2;
}

/* workFlow */
#searchFlow h4 {
	font-size: 20px;
	font-weight: 600;
	color: var(--main-color);
	max-width: 800px;
	margin: 20px auto;
}
#searchFlow .txt01 {
	text-align: left;
}


/* searchItem */
#searchItem .searchItemList li {
    margin-bottom: 80px;
}
#searchItem .searchItemList li table {
    width: 100%;
    border-collapse: collapse;
}
#searchItem .searchItemList li table th {
    width: 250px;
	vertical-align: top;
}
#searchItem .searchItemList li table td {
	vertical-align: top;
    padding-left: 50px;
}
#searchItem .searchItemList li table td h4 {
    font-size: 23px;
    color: var(--main-color);
    margin-bottom: 20px;
}
#searchItem .searchItemList li table td p {
  font-size: 15px;
  line-height: 2;
}

/* Flow */
#Flow .FlowList li {
  margin-bottom: 40px;
  border: solid 4px #d4e6df;
  border-radius: 17px;
  padding: 20px 40px 20px 20px;
}
#Flow .FlowList li table {
  width: 100%;
  border-collapse: collapse;
}
#Flow .FlowList li table th {
  width: 380px;
  vertical-align: top;
}
#Flow .FlowList li table td {
  vertical-align: top;
  padding-left: 50px;
}
#Flow .FlowList li table td h4 {
  font-size: 23px;
  font-weight: 600;
  color: #3a9467;
  padding-top: 20px;
  margin-bottom: 20px;
}
#Flow .FlowList li table td p {
    font-size: 15px;
    line-height: 2;
	margin-bottom: 10px;
}

/* faq_info */
.faq_info {
  margin-bottom: 50px;
  border: solid 4px #d4e6df;
  border-radius: 17px;
  padding: 10px 40px 10px 30px;
}
.faq_info table {
  width: 100%;
  border-collapse: collapse;
}
.faq_info table th {
  width: 320px;
  vertical-align: top;
}
.faq_info table td {
  vertical-align: top;
  padding-left: 40px;
}
.faq_info p {
    font-size: 15px;
    line-height: 2;
	padding-top: 15px;
}


#searchArea h3, #Flow h3,
#priceArea h3{
	font-size: 25px;
	font-weight: 600;
	background-color: #f6f6ee;
	padding: 20px;
	margin-bottom: 50px;
}
#searchArea p {
	line-height: 2.1;
	margin-bottom: 30px;
}
#searchArea .linkWrap ul li {
	width: 47.5%;
	position: relative;
	margin-bottom: 50px;
}
#searchArea .linkWrap ul li a {
	display: block;
}
.page-search1-03 .linkWrap ul li {
	width: 47.5%;
	position: relative;
}
.page-search1-03 .linkWrap img {
	margin-bottom: 23px;
}
.page-search1-03 .linkWrap .name {
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	color: var(--main-color);
	margin-bottom: 10px;
}
.page-search1-03 .linkWrap .name-sub {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	color: #000;
	margin-bottom: 23px;
}
.page-search1-03 .linkWrap p {
    line-height: 2;
}


#Attention .inner {
    padding: 0 100px;
}
#Attention h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #3a9467;
  padding: 13px;
  margin-bottom: 50px;
}
#Attention ul {
    margin-bottom: 50px;
}
#Attention ul > li {
    line-height: 1.9;
    margin-bottom: 25px;
}
#Attention ul > li:last-child {
    margin-bottom: 0;
}

#Attention ul > li h4 {
	font-size: 17px;
    position: relative;
	padding-left: 25px;
	margin-bottom: 7px;
}
#Attention ul > li h4:before {
  content: "■";
  position: absolute;
  left: 0;
  color: #39b9b7; /*アイコン色*/
}

/* 利用規約 */
#Kiyaku .inner {
    padding: 0 130px;
}
#Kiyaku h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 50px;
}
#Kiyaku ul {
  margin-bottom: 50px;
}
#Kiyaku ul li {
	font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
	list-style:disc;
}

/* 捜索共通フッター */
#searchCmnArea .inner {
  background-color: #f6f6ee;
  padding: 35px 75px;
	border-radius: 17px;
}
#searchCmnArea h3 {
  font-size: 22px;
  font-weight: 600;
  color: #3a9467;
}
.searchCmnList {
	overflow: hidden;
}
.searchCmnList li {
	width: 25%;
	text-align:center;
	float: left;
	margin-bottom: 20px;
}
.searchCmnList li:nth-child(4n+1) {
	clear: both;
}
.searchCmnList li a {
	display: block;
}


/*-----------------------------------------------------
  2-3:animal-list style
------------------------------------------------------*/
.page-animal-list {
	margin: 0 30px;
}
.animalList {
	overflow: hidden;
	padding-top: 50px;
}
.animalList li {
	width: 25%;
	text-align:center;	margin: 0 0 50px;
	float: left;
}
.animalList li:nth-child(4n+1) {
	clear: both;
}
.animalList li a {
	display: block;
}
.animalList li .thumb {
	margin-bottom: 30px;
}
.animalList li h4 {
	font-size: 20px;
    margin-bottom: 10px;
}
.animalList li p {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.07em;
	color: var(--main-color);
}

/* detail */

#animal-detailPage .conBox {
	padding: 75px 0 0;
}

#animal-detailArea .sub {
	font-size: 18px;
	font-family: "Montserrat";
	letter-spacing: 0.07em;
	color: var(--main-color);
	margin-bottom: 10px;
	text-align: center;
}
.alBox {
	margin-bottom: 70px;
}
.alBox .alBox-ttl01 {
	font-size: 22px;
	text-align:center;
	margin-bottom: 40px;
}
.alBox .alBox-ttl02 {
    font-size: 20px;
    text-align: center;
    padding: 7px 0;
	margin-bottom: 40px;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}
.alBox table {
	width: 100%;
	border-collapse: collapse;
}

.alBoxList > li {
	margin-bottom: 40px;
}
.alBoxList li h4 {
    font-size: 18px;
    background: #eef5e7;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.alBoxList li h5 {
	font-size: 17px;
	color: var(--main-color);
	margin-bottom: 15px;
}
.alBoxList li p {
	font-size: 15px;
	line-height: 2;
}

.alBoxList > li > ul {
	margin-top: 50px;
}
.alBoxList > li > ul > li {
	margin-bottom: 60px;
}
.alBoxList > li > ul > li ul li {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 2;
}
#al-intro .img {
	margin-bottom: 50px;
}
#al-intro .txt{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 30px;
}
#al-intro .txt:last-child {
	margin-bottom:0;
}

#al-procedure table th {
	width: 50%;
	vertical-align: top;
	text-align: left;
}
#al-procedure table td {
	vertical-align: top;
	padding-left: 20px;
}

#al-analitics .alBox-ttl02 {
	margin-bottom: 30px; 
}
#al-analitics .txt,
#al-procedure .txt{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 40px;
}
#al-analitics table th {
	width: 125px;
	vertical-align: top;
}
#al-analitics table td {
	vertical-align: top;
	padding-left: 30px;
}
#al-analitics .w50 {width: 50%;}


/*-----------------------------------------------------
  2-4:price style
------------------------------------------------------*/
#priceArea .priceBox {
    max-width: 550px;
    margin: 0 auto 40px;
	padding-top: 15px;
}
#priceArea .priceBox table {
    width: 100%;
	margin-bottom: 20px;
    border-collapse: collapse;
    border: solid 2px var(--main-color);
}
#priceArea .priceBox table:last-child {
	margin-bottom: 0;
}
#priceArea .priceBox table th {
	width: 145px;
	padding: 15px 0;
	background: var(--main-color);
	color: #fff;
	font-size: 20px;
}
#priceArea .priceBox table td {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 20px;
}
#priceArea .priceBox table span {
	font-size: 20px;
	font-weight: 600;
	color: var(--main-color);
}
#priceArea .priceBox table .tax {
	font-size: 13px; color: #000;
}

#priceArea .priceBox table sup {
	font-size: 13px;
}
#priceArea .cmn-copy {
	font-size: 18px;
	font-weight:normal;
	line-height: 2.2;
	text-align:center;
	margin-bottom: 25px;
	letter-spacing: 0.05em;
}
#priceArea .cmn-copy a {
    color: var(--main-color);
}
#priceArea .txt {
	font-size: 13px;
	text-align:center;
	line-height: 2;
}
#priceArea .txt01{
    font-size: 15px;
	line-height: 2.4;
	text-align: center;
    margin-bottom: 30px;
}
#priceArea .txt02{
    font-size: 15px;
	line-height: 2.4;
    margin-bottom: 30px;
}
#priceArea .cancel-box {
	width: 780px;
	margin: 50px auto 40px;
	background: url("../img/bg_green.gif");
	padding: 40px 50px 15px;
	border-radius: 10px;
}
#priceArea .cancel-ttl{
	width: 60%;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	color: var(--main-color);
	margin-bottom: 25px;
	border-bottom: solid 2px var(--main-color);
}
#priceArea .cmn-copy {
    font-size: 18px;
    font-weight: normal;
    line-height: 2.0;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}
#priceArea .cmn-copy2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 2.0;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}
#priceArea .cancel-att {
    border-top: dotted 1px #000;
    padding-top: 25px;
}
#priceArea .cancel-att ul li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    list-style: disc;
}


/*-----------------------------------------------------
  2-5:voice style
------------------------------------------------------*/
.page-voice {
	margin: 0 30px;
}

.voiceList li {
	overflow: hidden;
	margin-bottom: 80px;
}
.voiceList li .imgArea,
.voiceList li .txtArea {
	width: 47%;
}

.voiceList li:nth-child(odd) .imgArea,
.voiceList li:nth-child(even) .txtArea { float: left; }
.voiceList li:nth-child(even) .imgArea,
.voiceList li:nth-child(odd) .txtArea { float: right; }

.voiceList li .txtArea h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
.voiceList li .txtArea h3:before {
	content: '■';
	color: var(--main-color);
	margin-right: 10px;
}
.voiceList li .txtArea p {
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 30px;
}

/*-----------------------------------------------------
  2-6:faq style
------------------------------------------------------*/
.faqList01 li {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: dotted 1px #ff6200;
}
.faqList01 li:last-child {
	margin-bottom: 120px;
	padding-bottom: 40px;
}
.faqList01 li h3 {
	font-size: 20px;
	color: #ff6200;
	margin-bottom: 20px;
}
.faqList01 li p,
.faqList02 li p{
	font-size: 15px;
	line-height: 2;
}
.faqList02 li {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: dotted 1px var(--main-color);
}
.faqList02 li h3 {
	font-size: 20px;
	color: var(--main-color);
	margin-bottom: 20px;
}
.faqList02 li ul li {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: none;
	list-style: square;
}
#faqArea .linkWrap {
	overflow: hidden;
	margin-bottom: 70px;
}
#faqArea .linkWrap ul li {
	width: 47.5%;
	position: relative;
	margin-bottom: 25px;
}
#faqArea .linkWrap ul li a {
	display: block;
}
#faqArea .anchor,
#q1,
#q2,
#q3,
#priceArea,
#Kiyaku {
	display: block;
    padding-top: 120px !important;
    margin-top: -120px;
}
#faqArea h4 {
	font-weight: 600;
	text-align: center;
	font-size: 28px;
	color: #ff6200;
	margin-bottom: 15px;
}
#faqArea .h4sub{
	font-weight: 600;
	text-align: center;
	font-size: 19px;
	color: #000;
	margin-bottom: 70px;
}

/*-----------------------------------------------------
  2-7:contact style
------------------------------------------------------*/
#contactArea {
	text-align: center;
}
#contactPage #contactArea {
	min-height: 800px;
}
#contactArea .txt {
	font-size: 18px;
	line-height: 2;
}
.ex-att-sub {
    font-size: 16px;
	font-weight: 600;
	line-height: 2;
}


/* 他ページとも共有 */
#contactArea h4 {
	font-size: 17px;
	margin-bottom: 20px;
}
#contactArea .address,
#contactArea .name {
	font-size: 15px;
	line-height: 2;
}
#contactArea .tel {
	margin: 40px auto 0;
}



/*-----------------------------------------------------
  2-8:privacy-policy style
------------------------------------------------------*/
#privacy-policyArea .txt01 {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 30px;
}
.policyList > li {
	margin-bottom: 40px;
}
.policyList li h3 {
	font-size: 15px;
	margin-bottom: 10px;
}
.policyList li h4 {
	font-size: 15px;
	line-height: 2;
	margin-top: 20px;
}
.policyList li p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0;
}
.policyList ul {
	margin-top: 20px;
}
.policyList ul li {
	font-size: 15px;
	line-height: 2;
}

/*-----------------------------------------------------
  2-9:sitemap style
------------------------------------------------------*/
#sitemapArea .sitemapList > li {
	margin-bottom: 10px;
}
#sitemapArea .sitemapList li h3 a,
#sitemapArea .sitemapList li h3 span {
	display: block;
	font-size: 16px;
    background: url("../img/bg_grey.gif");
    background-size: 4px;
    padding: 12px 30px;
}
#sitemapArea .sitemapList li h3 a:before,
#sitemapArea .sitemapList li h3 span:before {
	content: '■';
	color: var(--main-color);
	margin-right: 5px;
}
#sitemapArea .sitemapList ul {
    overflow: hidden;
    padding: 15px 0 15px 30px;
}
#sitemapArea .sitemapList ul li {
	font-size: 15px;
    float: left;
    margin: 0 40px 0 0;
}
#sitemapArea .sitemapList ul li:before {
    content: '-';
    margin-right: 5px;
}





/*-----------------------------------------------------

media query

------------------------------------------------------*/

@media only screen and (max-width : 815px){
    
    .page-cmn-flowlink-title {
        font-size: 20px;
    }
    .page-cmn-flowlink-in {
        padding: 15px 10px 20px;
    }
    .page-cmn-flowlink-text {
        color: #33b9bb;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .page-cmn-flowlink-text span {
        font-size: 16px;
    }
    .page-cmn-flowlink .line-link {
        margin-top: 15px;
    }
    .page-cmn-flowlink .line-link a {
        display: block;
        font-size: 14px;
        padding: 5px 0;
    }
    .page-cmn-flowlink .line-link a i {
        width: 40px;
        height: 40px;
    }
    
    /* page-request-price */
    .page-request-price h3 {
        font-size: 24px;
    }
    .page-request-price-in {
        padding: 30px 20px;
    }
    .page-request-price .btn a {
        font-size: 18px;
        padding: 10px 0;
    }

    /* cancel */
    .cancel-title {
        font-size: 18px;
        padding: 20px 10px;
    }
    .cancel-sub .inner800 {
        padding: 0;
    }
    .cancel-fee {
        padding: 30px 20px;
    }

	/*-----------------------------------------------------
	  2-2:search style
	------------------------------------------------------*/
	
	#searchMethod .searchMethodImage ul li {
		width: 50%;
	}
	#searchMethod .searchMethodImage ul li:nth-child(2n+1) {
		clear: both;
		margin-bottom: 30px;
	}
	#searchMethod .searchMethodImage ul li:after {
		right: 0;
	}

	/*-----------------------------------------------------
	  2-3:animal-list style
	------------------------------------------------------*/
	.animalList {
		padding-top: 50px;
	}
	.animalList li {
		width: 50%;
	}
	.animalList li:nth-child(2n+1){
		clear: both;
	}
}


@media only screen and (max-width : 815px){
    
    #mainVisual {
	   height: 250px;
    }
    
	/*-----------------------------------------------------
	 2-1:about style
	------------------------------------------------------*/
	#aboutArea .txt01,
    #aboutArea .txt02{
        text-align: left;
    }
    .aboutSearch__list {
        margin-bottom: 50px;
    }
    .aboutSearch__list >li h3 {
        font-size: 14px;
        padding: 10px 20px 
    }
    .aboutSearch__list >li h3:after {
        font-size: 20px;
        right: 10px;
    }
    .aboutSearch-hidden-in {
        display: block;
    }
    .aboutSearch-hidden-in .img {
        width: 100%;
        padding: 0 10%;
        text-align: center;
        margin-bottom: 30px;
    }
    .aboutSearch-hidden-in .info {
        width: 100%;
    }
    .aboutSearch-hidden-in .info .btn a {
        margin: auto;
    }

	/* staffArea */
	.staffList {
	    padding-top: 0px;
    }
	.staffList > li {
		width: 100%;
		margin: 0 0 40px;
	}
	.staffList li:last-child {
		margin-bottom: 0;
	}
	
	.staffArea-main {
		display:block;
		margin: 0;
	}
	.staffArea-main .img {
		width: 100%;
		margin-bottom: 20px;
	}
	.staffArea-main .info {
		width: 100%;
	}

	/* companyArea */
	.comp-info table th {
		padding: 12px 0 8px;
		display: block;
		width: 100%;
	}
	.comp-info table td {
		padding: 0 0 13px;
		display: block;
		width: 100%;
	}
	
	/*-----------------------------------------------------
	  2-2:search style
	------------------------------------------------------*/

	
	/* Flow */
	#Flow .FlowList li {
	  padding: 20px;
		margin-bottom: 30px;
	}
	#Flow .FlowList li table th, table td {
	  display: block;
	}
	#Flow .FlowList li table th {
	  width: 100%;
	}
	#Flow .FlowList li table td {
	  padding-left: 0;
	}
	#Flow .FlowList li table td h4 {
	  font-size: 21px;
	  margin-bottom: 15px;
	}
	#Flow .FlowList li table td p {
	  font-size: 15px;
	  line-height: 2;
	}
	.searchBox .txt01 {
        text-align: left;
    }
	#searchArea h3, #Flow h3, #priceArea h3{
	    font-size: 20px;
	    padding: 13px;
	    margin-bottom: 30px;
	}
	.searchBox .txt03 {
	    padding: 20px;
    }
	#searchArea .linkWrap li {
        margin-bottom: 25px;
	}
	#searchArea .linkWrap ul li,
	#faqArea .linkWrap ul li {
		width: 100%;
		float: none !important;
		margin-bottom: 30px;
	}
	#searchArea .linkWrap ul li:last-child,
	#faqArea .linkWrap ul li:last-child{
	    margin-bottom: 0;
	}
	.page-search1-03 .linkWrap ul li {
	    width: 100%;
	    margin-bottom: 40px;
	}
	.page-search1-03 .linkWrap ul li:last-child {
	    margin-bottom: 0;
	}
	#Attention .inner,
	#Kiyaku .inner{
        padding: 0 20px;
    }
	#Attention h3{
	   font-size: 20px;
	   padding: 13px;
	   margin-bottom: 30px;
	}
	#Attention ul li {
        font-size: 15px;
	    padding: 0;
	}
	#Attention ul li:before {
	  /*left: 20px; /*左端からのアイコンまで*/
	}
	
		/* 捜索共通フッター */
	#searchCmnArea .inner {
		padding: 40px 20px 55px;
	}
	.searchCmnList li {
		width: 50%;
	}
	.searchCmnList li:nth-child(2n+1){
		clear: both;
	}

	/*-----------------------------------------------------
	  2-3:animal-list style
	------------------------------------------------------*/
    .page-animal-list #mainVisual {
	    margin: 0 0;
	    height: 250px;
    }
	.animalList li h4 {
		font-size: 15px;
	}

	/* detail */
	#al-procedure table th
	{
		width: 100%;
		float: left;
		text-align: center;
		padding-bottom: 20px;
	}	#al-procedure table td {
		width: 100%;
		float: left;
		padding: 0;
	}
	#al-analitics table th
	{
		padding-bottom: 20px;
	}
	#al-analitics .w50 {
		width: 100% !important;
		float: left;
		padding-left: 0;
	}

	/*-----------------------------------------------------
	  2-4:price style
	------------------------------------------------------*/
	#priceArea .priceBox {
		margin-bottom: 40px;
	}
	#priceArea .priceBox table th,
	#priceArea .priceBox table td {
		width: 100%;
		padding: 10px 0;
		float: left;
		text-align: center;
	}
	#priceArea .cmn-copy {
		font-size: 16px;
		margin-bottom: 35px;
		text-align: left;
	}
	#priceArea .txt {text-align:left;}
	#priceArea .cancel-box {
        margin: 35px auto 20px;
        width: 100%;
        padding: 30px 20px 10px;
	}
	#priceArea .cancel-ttl{
        width: 100%;
        padding-bottom: 20px;
        margin: 0 auto;
        font-size: 18px;
        margin-bottom: 25px;
	}
	#priceArea .txt01 {
        text-align: left;
    }
	
	
	/*-----------------------------------------------------
	  2-5:voice style
	------------------------------------------------------*/
	.page-voice #mainVisual {
        margin: 0 0;
        height: 250px;
    }
	.voiceList li .imgArea,
	.voiceList li .txtArea {
		width: 100%;
		float: none !important;
	}
	.voiceList li .imgArea {
		margin-bottom: 20px;
	}

}



/*-----------------------------------------------------

応援してくださった皆様 ale
 faq
 style

------------------------------------------------------*/
.subpage-con {
    
}
.subpage-fv {
    padding: 60px 20px;
    text-align: center;
}
.subpage-title {
    font-size: 18px;
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}
.subpage-desc {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 60px;
}

@media only screen and (max-width : 815px){
}


/* --------------

ale 

---------------*/
.ale__list {
	margin-top: 80px;
}
.ale__list > li {
    padding: 20px;
    margin-bottom: 20px;
    background: #fdf6f9;
    border-radius: 4px;
}
.ale-header {
    display:flex;
    align-items: center;
}
.ale-header__name {
    font-size: 17px;
    font-weight: 500;
    color: #e33371;
}
.ale-header__date {
    font-size: 13px;
    color: #e33371;
    margin-left: auto;
}
.ale-comment {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
}


@media only screen and (max-width : 815px){
}


/* --------------

faq 

---------------*/
.page-search1-faq #mainVisual {
    margin: 0 20px;
    background-color: #e8f36e;
    background-size: auto 350px;
}
.page-search1-faq .cmn-icon{
    display: inline-block;
    width: 35px;
    height: 27px;
    margin-right: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.page-search1-faq .cmn-icon.icon-cat {
    background-image: url("../img/faq_icon_cat.png");
}
.page-search1-faq .cmn-icon.icon-dog {
    background-image: url("../img/faq_icon_dog.png");
}

.search-faq-nav {
    margin-bottom: 60px;
}
.search-faq-nav__list {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search-faq-nav__list >li {
    width: 49%;
    border: solid 2px #cccccc;
    border-radius: 6px;
    overflow: hidden;
}
.search-faq-nav__list li a {
    display:block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 50px 15px 15px;
    position: relative;
}
.search-faq-nav__list li a:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
}

.search-faq-contents {
    margin-bottom: 50px;
}
.search-faq-contents .search-faq-box {
    margin-bottom: 40px;
}
.s-f-b__title {
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 20px;
    background: #e8f36e;
}
.s-f-b__subtitle {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    margin-bottom: 20px;
    background: #f5f6e8;

}
.s-f-b__list >li:not(:last-child) {
    border-bottom: solid 1px #ccc;
}

.s-f-b__list-title {
    color: #777;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 50px;
    position: relative;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.s-f-b__list-title:before {
    content: '■';
    color: #c8d443;
    position: absolute;
    left: 20px;
    top: 10px;
}
.s-f-b__list-title:after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 10px;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.s-f-b__list-title:hover,
.s-f-b__list-title.on {
    color: #000;
}
.s-f-b__list-title.on:after {
    content: '-';
}
.s-f-b__list >li .hidden-text {
    display: none;
    padding: 10px 20px;
}
.s-f-b__list >li .hidden-text p {
    font-size: 15px;
    line-height: 2;
}
.s-f-b__list >li .hidden-text a {
    color: #28aba9;
    border-bottom: solid 1px;
}


@media only screen and (max-width : 815px){
	
	#search1-faq .cmn-copy {
        font-size: 20px;
        line-height: 1.8;
    }

}


/* --------------

post 

---------------*/
.post__list {
    display: flex;
    flex-wrap: wrap;
}
.post__list >li {
    width: 48%;
    margin: 0 0 50px 4%;
}
.post__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.post__list >li a {
    display:block;
}
.post__list >li .post-thumb {
    margin-bottom: 10px;
}
.post__list >li .post-info__date {
    font-size: 13px;
}
.post__list >li .post-info__title {
    font-size: 16px;
    font-weight: 600;
}
.post__list >li .post-info__category {
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    background: #000;
}

#cmn-pager {
    margin-top: 100px;
}
#cmn-pager .wp-pagenavi {
    clear: both;
    display: flex;
    justify-content: center;
}
#cmn-pager .wp-pagenavi a,
#cmn-pager .wp-pagenavi span {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbc4c0;
}
#cmn-pager .wp-pagenavi a:hover,
#cmn-pager .wp-pagenavi span.current {
    color: #fff;
    background: #000;
}


/* post comoon */
.post__in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-contents {
    width: calc(100% - 250px);
}
.post-header {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px;
}
.post-header .post-date {
	display: inline-block;
    margin-right: 10px;
}
.post-header .archive-cat {
    display: inline-block;
}
.post-header .post-category {
    color: #fff;
    font-size: 13px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
    background: #000;
    margin-right: 10px;
}
.post-header .post-title {
	font-size: 20px;
	margin-top: 10px;
}
.post-header .post-subtitle {
	margin-top: 10px;
}
#post-body {
    min-height: 500px;
	line-height: 2;
}
#post-body h2 {
    font-size: 18px;
    border-left: solid 5px #2cb3b5;
    padding: 10px 10px 10px 15px;
    background: #f1f1f1;
}
#post-body .gallery-item {
    padding: 5px;
}
#post-body .aligncenter {
    display: block;
    margin: auto;
}
#post-body p a {
    text-decoration: underline;
    color: #000;
}

#post-pager {
    display: flex;
    margin-top: 100px;
	position: relative;
}
#post-pager .prev {
    margin-right: auto;
}
#post-pager .next {
    margin-left: auto;
}
#post-pager .prev a,
#post-pager .next a {
    color: #000;
    font-size: 20px;
}
#post-pager .return {
    margin: auto;
    width: 200px;
    text-align: center;
    position: absolute;
    left: calc(50% - 100px);
}
#post-pager .return a {
    color: #000;
}


/* sidebar */
#sidebar {
    width: 200px;
}
.sideBox {
    margin-bottom: 30px;
}
.side-title {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
    border-top: solid 2px;
    border-bottom: dotted 1px;
}
.side__list >li {
    margin-bottom: 10px;
}
.side__list >li a {
    color: #000;
}
.side-category__list {
    margin-left: 10px;
}
.side-category__list > li {
    font-size: 13px;    
}
.side-recent__list >li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dotted 1px #000;
}

.side-recent__list >li .post-info__date {
    font-size: 11px;
    color: #000;
}
.side-recent__list >li .post-info__title {
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.side-recent__list.has-thumb >li a {
    display: block; 
}
.side-recent__list.has-thumb >li .post-thumb {
    margin-bottom: 10px;
}
.side-recent__list.has-thumb >li .post-info__date {
    font-size: 11px;
}
.side-recent__list.has-thumb >li .post-info__title {
    font-size: 14px;
}
.side-recent__list.has-thumb >li .post-info__category {
    color: #fff;
    font-size: 11px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
    background: #000;
}

@media (max-width: 815px) {

    .post-contents {
        width: 100%;
        margin-bottom: 100px;
    }
	.post__list > li,
	.post__list li:nth-child(3n+1) {
		width: 100%;
		max-width: 100%;
		margin: 50px auto 0;
	}

    .post-header .post-title {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
	#sidebar {
		width: 100%;
	}

}

/*-----------------------------------------------------

chatbot style

------------------------------------------------------*/
.chatbot-flow {
    text-align: center;
    margin-top: 50px;
}

.chatbotPlease-box {
    padding: 35px 35px 70px;
    margin-bottom: 50px;
    border-radius: 10px;
}
.cP-box-title {
    text-align: center;
    font-size: 36px;
    font-family: "Montserrat";
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: -20px;
    position: relative;
    top: -55px;
}
.cP-box-copy {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.cP-box-copy:before,
.cP-box-copy:after {
    content: '・・・・';
    display: inline-block;
    letter-spacing: -10px;
    vertical-align: middle;
}
.cP-box-copy:before {
    margin-right: 10px;
    transform: rotate(60deg);
}
.cP-box-copy:after {
    margin-left: 10px;
    transform: rotate(-64deg);
    margin-bottom: -15px;
}

.cP-box-subtitle {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    line-height: 2.1;
    margin-bottom: 40px;
}
.cP-box-btn {
    text-align: center;
    margin-top: 30px;
}
.cP-box-btn a {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    max-width: 400px;
    width: 100%;
    padding: 15px 0;
    border-radius: 1000px;
}

.chatbot-flowlink {
    max-width: 673px;
    text-align: center;
    margin: 60px auto 0;
    /* border: solid 2px #33b9bb; */
    border-radius: 14px;
    overflow: hidden;
    background: #e6eeee;
    padding: 50px;
}
.chatbot-flowlink .img img {
    width: 350px;
}
.chatbot-flowlink .btn {
	margin-top: 30px;
}
.chatbot-flowlink .btn a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2cb3b5;
    border: solid 2px #2cb3b5;
    border-radius: 1000px;
    padding: 10px 0;
    text-align: center;
    background: #fff;
    position: relative;
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.chatbot-flowlink .btn a i {
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
   -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.chatbot-flowlink .btn a:hover {
	color: #fff;
	background: #2cb3b5;
}

.cP-box-destination {
    margin: 40px auto;
    border: solid 3px #e33371;
    border-radius: 15px;
    overflow: hidden;
}
.cP-box-destination h3 {
    color: #e33371;
    text-align: center;
    font-size: 24px;
    padding: 15px;
    background: #f9e4ed;
}
.cP-box-destination-in {
    padding: 30px;
}
.cP-box-destination-in h4 {
    font-size: 16px;
    color: #e33371;
    text-align: center;
    padding: 10px;
    border-top: solid 2px;
    border-bottom: solid 2px;
    margin-bottom: 25px;
}
.cP-box-destination-in table {
    line-height: 1.6;
    margin-bottom: 20px;
}
.cP-box-destination-in table th {
	font-weight: 400;
    padding: 10px 0;
    text-align: left;
    width: 180px;
    vertical-align: top;
}
.cP-box-destination-in table td {
	font-weight: 600;
    padding: 10px 0;
}

.chatbotPlease-box.cheer {
    background: #fdf6f9;
}
.chatbotPlease-box.cheer .cP-box-title span,
.chatbotPlease-box.cheer .cP-box-copy span,
.chatbotPlease-box.cheer .cP-box-copy:before,
.chatbotPlease-box.cheer .cP-box-copy:after{
    color: #e33371;
}
.chatbotPlease-box.cheer .cP-box-btn a {
    color: #fff;
    background: #e33371;
}

.chatbotPlease-box.know {
    background: #f3f9fb;
}
.chatbotPlease-box.know .cP-box-title span,
.chatbotPlease-box.know .cP-box-copy span,
.chatbotPlease-box.know .cP-box-copy:before,
.chatbotPlease-box.know .cP-box-copy:after{
    color: #60b2d5;
}
.chatbotPlease-box.know .cP-box-btn a {
    color: #fff;
    background: #60b2d5;
}


@media (max-width: 815px) {

	.chatbot-main-img img {
		width: 280px;
	}

    .chatbotPlease-box {
        padding: 30px 20px 40px;
    }
    .cP-box-title {
        font-size: 25px;
        top: -45px;
    }
    .cP-box-subtitle {
        text-align: left;
        font-size: 14px;
        margin-bottom: 40px;
    }
    .cP-box-copy {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .cP-box-copy span {
        display: block;
    }
    .cP-box-copy:before,
    .cP-box-copy:after {
        display: none;    
    }
    .cP-box-btn a {
        font-size: 16px;
    }

    .cP-box-destination h3 {
        font-size: 18px;
    }
    .cP-box-destination-in-top h4 {
        font-size: 16px;
    }
    .cP-box-destination-in-top p {
        font-size: 13px;
    }
    .cP-box-destination-in-btm h5 {
        font-size: 14px;
    }

	.chatbot-flowlink {
		padding: 30px 20px;
	}
	.chatbot-flowlink .img img {
		width: 280px;
	}

	.cP-box-destination-in {
		padding: 20px;
	}
	.cP-box-destination-in table {
		margin-bottom: 0;
	}
	.cP-box-destination-in table th {
		padding: 0;
		width: 100%;
		display: block;
		font-size: 15px;
	}
	.cP-box-destination-in table td {
		padding: 5px 0 20px;
		width: 100%;
		display: block;
	}

}


/*-----------------------------------------------------

online-search-meeting style

------------------------------------------------------*/
#online-search-meeting .page-subtitle {
    color: var(--main-color);
}
.online-search-meeting-price .text01 {
    font-size: 22px;
    font-weight: bold;
}
.online-search-meeting-price .text01 .t1 {
    font-size: 30px;
    color: var(--main-color);
}
.online-search-meeting-price .text01 .t2 {
    font-size: 18px;
}


@media (max-width: 815px) {

    .online-search-meeting-price .text01 {
        font-size: 18px;
    }
    .online-search-meeting-price .text01 .t1 {
        font-size: 20px;
    }
    .online-search-meeting-price .text01 .t2 {
        font-size: 14px;
    }

}


/*-----------------------------------------------------

business-trip-search style

------------------------------------------------------*/
.business-trip-search-ttl {
    text-align: center;
    margin-bottom: 30px;
}
.business-trip-search-ttl h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.business-trip-search-ttl h2 span {
    color: #eb6600;
}

#business-trip-search .page-subtitle {
    color: #eb6600;
}
.business-trip-search-sample {
    margin-top: 60px;
}
.business-trip-search-sample h3 {
    font-size: 18px;
    text-align: center;
    padding: 17px 0;
    border-top: solid 2px;
    border-bottom: solid 2px;
}
.business-trip-search-sample__list {
    display: flex;
    flex-wrap: wrap;
}
.business-trip-search-sample__list >li {
    width: 48%;
    margin: 40px 0 0 4%;
    text-align: center;
}
.business-trip-search-sample__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.b-t-s-s-thumb {
    position: relative;
}
.b-t-s-s-thumb:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/icon_movie_btn.png") center no-repeat;
    background-size: 45px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.business-trip-search-sample__list >li p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.business-trip-search-price {
    border: solid 2px #f36b00;
}
.business-trip-search-price-title {
    padding: 20px 0;
    background: #fff3ea;
}
.business-trip-search-price-title h3 {
    font-size: 27px;
	color: #000;
    padding: 0;
    background: none;
}
.business-trip-search-price-title h3 span {
    color: #f36b00;
}
.b-t-s-price-top {
    text-align: center;
}
.b-t-s-price-btm .mail {
    margin: 20px auto;
}
.b-t-s-price-btm .mail a {
    font-size: 15px;
    display: inline-block;
    width: 100%;
    max-width: 440px;
    border: solid 2px #3a9467;
    padding: 10px 0;
}
.b-t-s-price-btm .mail a span {
    font-weight: bold;
    margin-right: 20px;
}
.b-t-s-price-btm .text04 {
    text-align: left;
    line-height: 2.2;
    margin-top: 30px;
}


@media (max-width: 815px) {

    .business-trip-search-sample__list >li {
        width: 100%;
        margin: 30px auto 0;
    }

    .business-trip-search-price h3 span {
        font-size: 18px;
        dispaly:block;
    }
    .b-t-s-price-top .text01 {
        font-size: 18px;
    }
    .b-t-s-price-top .text01 .t1 {
        font-size: 20px;
    }
    .b-t-s-price-top .text01 .t2 {
        font-size: 14px;
    }
    .b-t-s-price-btm .text03 {
        font-size: 12px;
        padding: 15px;
        text-align: left;
    }
    .b-t-s-price-btm .text04 {
        font-size: 15px;
        margin-top: 20px;
        text-align: left;
		line-height: 1.9;
    }

	.b-t-s-price-btm .mail {
		margin:0 auto;
	}
}




/*-----------------------------------------------------

lost-child-flyer style

------------------------------------------------------*/
#lost-child-flyer .page-subtitle {
    color: #e64c45;
}
.lost-child-flyer-price {
    border: solid 2px #e64c45;
}
.lost-child-flyer-price h3 {
    color: #e64c45;
    background: #f9f2f1;
}
.lost-child-flyer-price .text01 {
    font-size: 22px;
    font-weight: bold;
}
.lost-child-flyer-price .text01 .t1 {
    font-size: 30px;
    color: #e64c45;
}
.lost-child-flyer-price .text01 .t2 {
    font-size: 18px;
}
.lost-child-flyer-price .text02 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.lost-child-flyer-price .btn a {
    background: #e64c45;
}

.lost-child-flyer-fee {
    margin-top: 60px;
}
.lost-child-flyer-fee h3 {
    font-size: 24px;
    color: #e64c45;
    text-align: center;
    margin-bottom: 30px;
}
.l-c-f-fee__list {
    display: flex;
    flex-wrap: wrap;
    border: solid 2px #e64c45;
}
.l-c-f-fee__list >li {
    display: flex;
    width: 50%;
    font-weight: bold;
    align-items: center;
}
.l-c-f-fee__list >li:not(:nth-last-child(-n + 2)) {
    border-bottom: solid 1px #e64c45;
}
.l-c-f-fee__list >li .item {
    font-size: 16px;
    padding: 12px 0;
    background: #f9f2f1;
    width: 144px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.l-c-f-fee__list >li .price {
    text-align: center;
    font-size: 18px;
    width: calc(100% - 144px);
    padding :10px;
}
.l-c-f-fee__list >li .price span {
    font-size: 16px;
}

.l-c-f-fee__sublist {
    margin-top: 20px;
}
.l-c-f-fee__sublist >li {
    font-size: 15px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    margin-top: 5px;
}
.l-c-f-fee__sublist >li:before {
    content: '■';
    color: #e64c45;
    position: absolute;
    left: 0;
    top: 0;
}

.l-c-f-supplement-box {
    margin-top: 50px;
}
.l-c-f-supplement-box h3 {
    font-size: 18px;
    padding: 10px 10px 10px 20px;
    background: #f9f2f1;
    border-left: solid 6px #e64c45;
    margin-bottom: 30px;
}
.l-c-f-supplement-box p {
    font-size: 15px;
    line-height: 2.3;
}
.l-c-f-supplement-box-in {
    display: flex;
    flex-wrap: wrap;
}
.l-c-f-supplement-box-in .img {
    width: 50%;
    padding: 0 5%;
}
.l-c-f-supplement-box-in .info {
    width: 50%;
    padding-left: 5%;
}

@media (max-width: 815px) {

    .lost-child-flyer-price .text01 {
        font-size: 18px;
    }
    .lost-child-flyer-price .text01 .t1 {
        font-size: 20px;
    }
    .lost-child-flyer-price .text01 .t2 {
        font-size: 14px;
    }
    .lost-child-flyer-price .text02 {
        font-size: 13px;
    }

    .lost-child-flyer-fee h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .l-c-f-fee__list >li {
        width: 100%;
    }
    .l-c-f-fee__list >li:not(:nth-last-child(-n + 1)) {
        border-bottom: solid 1px #e64c45;
    }
    .l-c-f-fee__list >li .item {
        font-size: 14px;
    }
    .l-c-f-fee__list >li .price {
        font-size: 16px;
    }
    .l-c-f-fee__list >li .price span {
        font-size: 12px;
    }

    .l-c-f-fee__sublist >li {
        font-size: 13px;
    }

    .l-c-f-supplement-box h3 {
        font-size: 16px;
    }
    .l-c-f-supplement-box p {
        font-size: 13px;
        line-height: 2;
    }
    .l-c-f-supplement-box-in {
        display: block;
    }
    .l-c-f-supplement-box-in .img {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .l-c-f-supplement-box-in .info {
        width: 100%;
        padding-left: 0;
    }
	
	/* ale */
	.ale__list {
		margin-top: 50px;
	}

}


