/* ****************************************************
style.css for pet and familys SP
 ***************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*general
=========================================*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #f9f7f2;
  font-size: 1rem;
  font-family: sans-serif;
  color: #555;
}
body > img {
  display: none !important;
}

a:link, a:visited, a:active {
  color: #555;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

em,
strong {
  font-weight: bold;
}

.em01 {
  color: #dd2e1b;
}

sup {
  font-size: 1rem;
  vertical-align: text-top;
}

/*Header
=========================================*/
header {
  padding: 0;
}
header ul:after {
  content: '';
  display: table;
  clear: both;
}
header #logo > li {
  position: absolute;
  top: 2%;
  padding: 0;
}
header #logo > li:first-child + li {
  top: 1.1%;
}
header ul li:first-child {
	width: 35%;
	left: 4%;
}
header ul li:first-child + li {
  width: 24%;
  left: 41%;
}

/*Contents
=========================================*/
.noteList01 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.noteList01 > li {
  padding-left: 2em;
  text-indent: -2em;
}
.noteList01 > li .num {
  display: inline-block;
  width: 2em;
  text-indent: 0;
}

.noteList02 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.noteList02 > li {
  padding-left: 1em;
  text-indent: -1em;
}
.noteList02 > li .mark {
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.numList01 > li {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.numList01 > li * {
  text-indent: 0;
}
.numList01 > li .num {
  display: inline-block;
  width: 2.5em;
}

.conv {
  background-color: #fff;
  box-shadow: 1rem 0 1rem rgba(0, 0, 0, 0.1);
  padding: 5.33333% 1.33333% 4.53333%;
}
.conv li + li {
  margin-top: 1.36986%;
}

main h1 + .conv {
  background-color: #edfaff;
}
main h2.toggleBtn {
  position: relative;
}
main h2.toggleBtn:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 92%;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem;
  background: url(../img/index_ic03.png) no-repeat 0 0;
  background-size: cover;
  content: " ";
}
main h2.toggleBtn.open:before {
  background-image: url(../img/index_ic02.png);
}
main h2.toggleBtn.open + .toggleContents {
  border-top: 1px solid #a5a19e;
}

#point .badPoint {
  position: relative;
  width: 96%;
  margin: 0 auto 21px;
  border: 1px solid #afada7;
  border-radius: .7rem;
  background-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1) inset;
}
#point .badPoint:after {
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -21px;
  width: 42px;
  height: 21px;
  background: url(../img/index_bg02.png) no-repeat;
  background-size: cover;
  content: " ";
}
#point .badPoint .inner {
  padding: 5.55556% 3.47222%;
}
#point .badPoint h3 {
  display: table;
}
#point .badPoint h3 > span {
  display: table-cell;
  vertical-align: middle;
}
#point .badPoint h3 > span:first-child {
  width: 22.0979%;
}
#point .badPoint h3 > span:first-child + span {
  padding: 0 3.46667%;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
}
#point .badPoint .text {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
#point .goodPoint .lead {
  padding: .5rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
#point .goodPoint .lead .em01 {
  font-size: 1.8rem;
}
#point .pointBox {
  box-sizing: border-box;
  width: 96%;
  position: relative;
  border: 1px solid #e2d2ab;
  border-radius: .7rem;
  margin: 8.33333% auto 0;
  padding: .25rem;
  background-color: #f6f2e7;
}
#point .pointBox#point03 .inner {
  border-radius: .25rem .25rem 0 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ebe2cd;
}
#point .pointBox .inner {
  background-color: #fff;
  border-radius: .25rem;
  padding: 8.33333% 0 2.5rem;
}
#point .pointBox .inner h5 {
  position: relative;
  padding: .5rem .5rem .25rem;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ebe2cd;
  background: url(../img/index_bg03.png) 0 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
#point .pointBox .inner h5:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  content: " ";
}
#point .pointBox h4 {
  position: relative;
  width: 100%;
}
#point .pointBox h4 img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#point .pointBox .graph {
  text-align: center;
}
#point .pointBox .example {
  width: 91.66667%;
  margin: 0 auto;
}
#point .pointBox .example h6 {
  line-height: 1.1;
  font-weight: bold;
  font-size: 1.6rem;
}
#point .pointBox .example h6 > span {
  display: inline-block;
  vertical-align: middle;
}
#point .pointBox .example h6:before {
  display: inline-block;
  border-radius: .5em;
  width: 1em;
  height: 1em;
  margin-top: -0.2em;
  margin-right: .2em;
  background-color: #e86654;
  content: " ";
  vertical-align: middle;
  font-size: 1.4rem;
}
#point .pointBox .example h6 + p {
  margin: 1.5rem 0 1rem;
}
#point .pointBox .example h6 + p + p {
  text-align: right;
  font-size: 1.1rem;
}
#point .pointBox + .noteList01 {
  width: 90.66667%;
  margin: 1.5rem auto 2rem;
}
#point .service {
  padding: 0 1rem 1.5rem;
}
#point .service h5 {
  text-align: center;
}
#point .service .noteList02 {
  width: 92%;
  margin: 1rem auto 0;
}
#point .service .lead {
  margin: 10px 0 0;
}
#point .service .lead + ul > li {
  margin-top: .75rem;
  text-align: center;
}
#point .service .lead + ul > li + li {
  margin-top: 1.5rem;
}

#plan .toggleContents {
  padding: 1.5rem 0 0;
}
#plan section {
  width: 93.33333%;
  margin: 2rem auto 0;
  padding: 0 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
#plan section h3 {
  margin: 0 0 1rem;
  line-height: 1.1;
  font-weight: bold;
  font-size: 1.8rem;
}
#plan section h3 > span {
  display: inline-block;
  vertical-align: middle;
}
#plan section h3:before {
  display: inline-block;
  border-radius: .5em;
  width: 1em;
  height: 1em;
  margin-top: -0.2em;
  margin-right: .2em;
  background-color: #e86654;
  content: " ";
  vertical-align: middle;
  font-size: 1.6rem;
}
#plan table {
  width: 93.33333%;
  table-layout: fixed;
  background-color: #e2d2ab;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #e2d2ab;
}
#plan table th, #plan table td {
  padding: .6rem .75rem .35rem;
  text-align: center;
  font-size: 1.4rem;
  background-color: #fff;
}
#plan table th:first-child, #plan table td:first-child {
  text-align: left;
  background-color: #ede5cf;
  font-size: 1.2rem;
}
#plan table th > img, #plan table td > img {
  margin-left: .5rem;
  vertical-align: middle;
  width: 3.2rem;
}
#plan table th {
  font-weight: bold;
}
#plan table th .note {
  font-size: 1.1rem;
}
#plan table thead th:nth-child(2) {
  background-color: #ea5550;
  color: #fff;
}
#plan table thead th:nth-child(3) {
  background-color: #f58c10;
  color: #fff;
}
#plan table thead th:nth-child(4) {
  background-color: #83b741;
  color: #fff;
}
#plan table + .noteList01 {
  width: 93.33333%;
  margin: 1rem auto 0;
}

#case > .toggleContents {
  padding: 2.5rem 0 0;
}
#case .caseBox {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 2rem;
  width: 96%;
  border: 1px solid #e2d2ab;
  border-radius: .7rem;
  padding: .25rem;
  background-color: #fff;
  box-shadow: 0 0 0 .25rem #f6f2e7 inset;
}
#case .caseBox .toggleBtn {
  position: relative;
  padding: 1rem;
}
#case .caseBox .toggleBtn:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 92%;
  margin-top: -0.85rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/index_ic08.png) no-repeat 0 0;
  background-size: cover;
  content: " ";
}
#case .caseBox .toggleBtn.open:before {
  background-image: url(../img/index_ic07.png);
}
#case .caseBox .toggleContents {
  background: url(../img/index_bg04.png) no-repeat 50% 0;
  background-size: 94% auto;
  padding: 1rem;
}
#case .caseBox .toggleContents > p:first-child {
  margin: 1rem .5rem;
  font-size: 1.4rem;
  line-height: 1.5;
}

#voice > .toggleContents {
  padding: 2.5rem 0 0;
}
#voice .voiceWrap {
  font-size: 1.4rem;
  line-height: 1.5;
}
#voice .voiceWrap .toggleBtn {
  position: relative;
  padding: 1rem;
  background-color: #fff;
  border-radius: .25rem;
}
#voice .voiceWrap .toggleBtn:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 92%;
  margin-top: -0.85rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/index_ic08.png) no-repeat 0 0;
  background-size: cover;
  content: " ";
}
#voice .voiceWrap .toggleBtn.open {
  border-radius: .25rem .25rem 0 0;
}
#voice .voiceWrap .toggleBtn.open:before {
  background-image: url(../img/index_ic07.png);
}
#voice .voiceWrap .voiceBox {
  box-sizing: border-box;
  border: 1px solid #e2d2ab;
  border-radius: .7rem;
  width: 96%;
  margin: 0 auto 1.5rem;
  padding: .25rem;
  background-color: #f6f2e7;
}
#voice .voiceWrap .voiceBox .toggleContents {
  border-radius: 0 0 .25rem .25rem;
  background: #ffffff url(../img/index_bg04.png) no-repeat 50% 0;
  background-size: 94% auto;
  padding: 2rem 1rem 1rem;
}
#voice .voiceWrap .user {
  margin-top: .5rem;
  text-align: right;
  color: #f58c10;
  font-size: 1.4rem;
  font-weight: bold;
}
#voice #otherVoice {
  box-sizing: border-box;
  border: 1px solid #e2d2ab;
  border-radius: .7rem;
  width: 96%;
  margin: 0 auto 2rem;
  padding: .25rem;
  background-color: #f6f2e7;
}
#voice #otherVoice .inner {
  background-color: #fff;
  border-radius: .25rem;
}
#voice #otherVoice .toggleContents ul li {
  position: relative;
  padding: 2rem 2rem 2rem 4.2rem;
  background: #ffffff url(../img/index_bg04.png) no-repeat 50% 0;
  background-size: 94% auto;
}
#voice #otherVoice .toggleContents ul li:before {
  position: absolute;
  top: 1.9rem;
  left: 1.2rem;
  width: 2.25rem;
  height: 2.1rem;
  background: url(../img/index_ic09.png) no-repeat 0 0;
  background-size: 2.25rem auto;
  content: " ";
}

#flow > .toggleContents {
  padding-top: 8%;
}
#flow .flowBox {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #e2d2ab;
  border-radius: .7rem;
  margin: 0 auto 2rem;
  padding: .25rem;
  width: 96%;
  background-color: #f6f2e7;
}
#flow .flowBox#point03 .inner {
  padding-bottom: 1.75rem;
}
#flow .flowBox .inner {
  background-color: #fff;
  border-radius: .25rem .25rem 0 0;
  padding: 8.33333% 0 0;
  border-bottom: 1px solid #ebe2cd;
}
#flow .flowBox .inner h4 {
  position: relative;
  padding: 10px 10px 5px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ebe2cd;
  background: url(../img/index_bg03.png) 0 0;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
#flow .flowBox .inner h4:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  content: " ";
}
#flow .flowBox .inner h4 + p {
  text-align: center;
}
#flow .flowBox h3 {
  position: relative;
}
#flow .flowBox h3 img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#flow .flowBox .noteBox {
  width: 96%;
  margin: 0 auto;
  padding: 0 0 2rem;
}
#flow .flowBox .noteBox .noteList02 {
  margin: 1.5rem 1rem;
}

#qa > .toggleContents {
  padding-top: 2.5rem;
}
#qa .qaWrap {
  box-sizing: border-box;
  width: 96%;
  margin: 0 auto;
  border: 1px solid #e2d2ab;
  border-radius: .7rem;
  margin-bottom: 2rem;
  padding: .25rem;
  background: url(../img/index_bg03.png) 0 0;
}
#qa .qaBox {
  line-height: 1.5;
}
#qa .qaBox dt > span, #qa .qaBox dt > div, #qa .qaBox dd > span, #qa .qaBox dd > div {
  position: relative;
}
#qa .qaBox dt {
  position: relative;
  border-top: 1px solid #e2d2ab;
  background: url(../img/index_ic10.png) no-repeat 1rem 50%;
  background-size: 2rem auto;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}
#qa .qaBox dt:first-child {
  border-top: 0;
}
#qa .qaBox dt:first-child:before {
  height: 0;
}
#qa .qaBox dt:last-of-type:after {
  height: 0;
}
#qa .qaBox dt:after, #qa .qaBox dt:before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: " ";
}
#qa .qaBox dt:before {
  top: 0;
}
#qa .qaBox dt:after {
  bottom: 0;
}
#qa .qaBox dt > span {
  display: block;
  padding: 1rem 5rem .75rem 5rem;
}
#qa .qaBox dt > span:before {
  position: absolute;
  top: 50%;
  left: 92%;
  margin-top: -0.85rem;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/index_ic08.png) no-repeat 0 0;
  background-size: cover;
  content: " ";
}
#qa .qaBox dt.open > span:before {
  background-image: url(../img/index_ic07.png);
}
#qa .qaBox dd {
  font-size: 1.4rem;
}
#qa .qaBox dd .aBox {
  min-height: 5em;
  background: url(../img/index_ic11.png) no-repeat 1rem 1em;
  background-size: 2rem auto;
  padding: 1rem 2rem 1.5rem 5rem;
  background-color: #fff;
  border-top: 1px solid #e2d2ab;
}

#new > .toggleContents {
  padding: 2.5rem 0 0;
}
#new table {
  width: 96%;
  margin: 0 auto;
  background-color: #e3d3ad;
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #e3d3ad;
}
#new table th, #new table td {
  display: block;
  box-sizing: border-box;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #fff;
}
#new table th {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ede5cf;
  vertical-align: top;
}
#new table td {
  padding-bottom: 1.5rem;
}
#new table td ol ul > li {
  display: inline;
  font-size: 1.2rem;
}

#message {
  padding: 3.25rem 0;
  background-color: #f6f2e7;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) inset;
}
#message h2 {
  text-align: center;
}
#message .messageBox {
  padding: 1rem 3.57143% 4rem;
  background: url(../img/index_bg05.png) no-repeat 0 100%;
  background-size: 100% 100%;
  font-size: 1.4rem;
}
#message .messageBox .em01 {
  font-size: 1.8rem;
}
#message .messageBox .inner {
  width: 94.28571%;
  margin: 0 auto;
  background: url(../img/index_bg06.png);
  background-size: auto 3em;
  position: relative;
  line-height: 3em;
}
#message .messageBox .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #fff;
  content: " ";
}
#message .endNote {
  box-sizing: border-box;
  width: 96%;
  margin: 0 auto;
  padding: 1rem 1em 1em 2em;
  text-indent: -1em;
  border: 1px solid #e3d4af;
  line-height: 1.5;
  font-size: 1.4rem;
}
#message .endNote + p {
  width: 96%;
  margin: 1rem auto 0;
  font-size: 1.2rem;
  text-align: right;
}

#voice #manzoku {
    margin: -1.5% auto 3.5rem;
    width: 96%;
}
#voice #manzoku .voiceWrap .toggleContents {
    background: #ffffff url("../img/index_bg04.png") no-repeat scroll 50% 0 / 94% auto;
    border-radius: 0 0 0.25rem 0.25rem;
    padding: 2rem 1rem 1rem;
	font-size: 1.2rem;
}
#voice #manzoku .voiceWrap .toggleContents p {
	font-size: 1.2rem;
}


#plus {
	background-color: #fff;
}
.inr {
	margin-bottom: 5%;
	overflow: hidden;
	background-color: #fff;
}
.btn_footer {
	padding:  0% 1% 3% 1% ;
	float: none
;
}
.btn06 {
	font-size: 12px;
	color: #595757;
	height: 60px;
	width: auto;
	float: none;
	background: none;
	text-align: center;
	padding: 3% 3% 0% 3%;
	letter-spacing: 0.01em;
	line-height: 17px;
	border: solid 1px #595757;
	margin: 3% 5% 3% 5%;
	border-radius: 10px;
}
.number {
	font-size: 12px;
	color: #595757;
	text-align: left;
	clear: both;
	padding: 1% 5% 5% 5%;
	letter-spacing: 0.02em;
	line-height: 17px;
}






/*Footer
=========================================*/
footer {
	background: #f2f2f2;
}
footer .inr {
	background: none;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.text_ftr {
	height: auto;
	width: 90%;
	float: left;
	margin: 5%;
	border-radius: 10px;
	background-color: #fff;
}
.text_ftr p {
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	text-align: left;
	margin: 5%;
	letter-spacing: 0.01em;
}
.copyright {
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.07em;
	padding: 5%;
	line-height: 15px;
}
footer #pageup {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

/*追加　20210929*/
.conv_txt{
	padding: 0 20px 30px;
	font-size: 14px;
	line-height: 18px;
}