@charset "utf-8";

/* SP：style_sp.css
 * **************************************************
 * Site Width
 * Header
 * Global Navigation
 * Content
 * Common Elements
 * Page Top
 * Footer
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
}
.inner {
	margin: 0;
	padding: 0 6%;
	width: auto;
}
.spNone {
	display: none;
}
.notes {
	font-size: 0.85em;
	margin: 10px 0 0 0;
}


/*  Header
------------------------------------------------------------------- */
.drawer--navbarTopGutter {
	padding-top: 55px;
}
#header {
	width: 100%;
}
#header #pcNavi {
	display: none;
}

/* Logo */
#header .logo {
	position: absolute;
	top: 17px; left: 4.6%;
	width: 100%;
}
#header .logo img {
	height: 22px;
	width: auto;
}
#header .logo a {
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#header .logo a img {
	height: 22px;
	width: auto;
}

/* headerNavi (PC only) */
#pcNavi ul {
	display: none;
}

/* drawer-navbar-header */
.drawer-navbar .drawer-navbar-header {
	border-bottom: none;
	height: 55px;
	text-align: left;
}


/* Global Navigation
------------------------------------------------------------------ */
.drawer-navbar .drawer-nav {
	padding-top: 55px;
}
.drawer--right .drawer-hamburger {
	margin-top: 16px;
	padding: 0;
	position: absolute;
	right: 4.6%;
	width: 20px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background-color: #736357;
}
.drawer-hamburger-icon:before {
	top: -8px;
}
.drawer-hamburger-icon:after {
	top: 8px;
}
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 6%;
}
/* drawer-nav */
.drawer--right .drawer-nav {
	font-size: 1.4rem;
	right: -18.5em;
	width: 18.5em;
}
/* list */
.drawer-nav ul {
	border-bottom: 1px solid #cccccc;
	list-style: none;
}
.drawer-nav ul li {
	background: #f3f3f3;
	border-top: 1px solid #cccccc;
}
.drawer-nav ul li a {
	color: #444444;
	display: block;
	padding: 0.8em 6%;
	line-height: 1;
}
.drawer-nav ul li img {
	margin: 0 14px 0 0;
	vertical-align: -0.35em;
	width: 23px;
}
.drawer-nav ul li ul {
	border-bottom: none;
}
.drawer-nav ul li ul li {
	background: #ffffff;
	border-top: 1px dotted #cccccc;
	padding: 0 0 0 37px;
}
/* btnContact */
.drawer-nav .btnContact {
	background: #ffffff;
	padding: 1em 4.6%;
}
.drawer-nav .btnContact a {
	background: #da809e;
	color: #ffffff;
	display: block;
	padding: 1em 0;
	text-align: center
}
/* telNumber */
.drawer-nav .telNumber {
	background: #ffffff;
	padding: 1.4em 4.6%;
}
.drawer-nav .telNumber a {
	padding: 0;
}
.drawer-nav .telNumber img {
	height: 23px;
	width: auto;
}
.drawer-nav .telNumber dl {
	display: block;
	font-size: 1.1rem;
	margin: 1.4em 0 0 0;
	width: 100%;
}
.drawer-nav .telNumber dl + dl {
	margin-top: 0.8em;
}
.drawer-nav .telNumber dl dt {
	border: 1px solid #cccccc;
	vertical-align: middle;
	text-align: center;
	width: 52px;
}
.drawer-nav .telNumber dl dd {
	padding: 0 0 0 0.9em;
	text-align: left;
	vertical-align: middle;
}
.drawer-nav .telNumber dl dd hr.sp{
margin: 5px 0;
}
.drawer-nav .telNumber dl dd .pc{
display: none;
}
.drawer-nav .announcementTxt{
font-size: 0.8em;
color:#da809e ;	
margin-top: 1em;
line-height: 1.6;
}
/* Content
------------------------------------------------------------------ */
#home #content {
	background: url(../images/common/bg_content.jpg) repeat;
}

/* article */
#subPage #content article {
	padding: 1em 0 3.5em 0;
}

/* section */
#content section {
	margin: 3em 0 0 0;
	position: relative;
}
#home #content section {
	margin-top: 0;
}


/* Common Elements
------------------------------------------------------------------ */
/* リンク */
a {
	color: #736357;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
/* triangle */
#content a {
    display: block;
    position: relative;
    width: 100%;
}
#content a:after {
    border: 3px solid #da809e;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    content: '';
    display: block;
    position: absolute;
    bottom: 0; right: 0;
}

/* image */
img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

/* iconScroll */
#content .iconScroll {
	position: absolute;
	top: 3em; right: 6%;
	width: 11px;
}

/* headline */
#subPage #content h1 {
	margin: 0 0 2em 0;
	padding: 0 6%;
    text-align: center;
    line-height: 1.3;
}
#subPage #content h1 > span {
    font-size: 2em;
    color: #d6809a;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}
#subPage #content h1 img {
    height: 17px;
    width: auto;
}
#subPage #content h2 {
	padding: 0 6%;
    text-align: center;
}
#subPage #content h2 img {
    height: 17px;
    width: auto;
}

/* lead */
#subPage #content .lead {
    line-height: 1.8;
	margin: 0;
	padding: 0 6%;
    text-align: center;
}

/* mainvisual */
#subPage #content .mainvisual {
    margin: 2em 0 0 0;
}

/* border */
#subPage #content .borderTop {
    border-top: 1px solid #ededed;
	padding: 3em 0 0 0;
}
#subPage #content .borderTopDashed {
    border-top: 1px dashed #ededed;
	padding: 3em 0 0 0;
}

/* post */
#content .post {
    border-bottom: 1px dotted #736357;
    color: #736357;
    padding: 1.8em 0;
    text-align: left;
}
#content .post:first-child {
    border-top: 1px dotted #736357;
}
#content .post a:after {
    content: none;
}
#content .post p {
    display: table-cell;
    vertical-align: middle;
}
#content .post p.postCate {
    padding: 0 1.2em;
}
#content .post p.postCate a {
    background: #ffffff;
    border: 1px solid #736357;
    border-radius: 16px;
    font-size: 0.8rem;
    padding: 0 1.2em;
}
#content .post p.new {
    background: #da809e;
    border: 1px solid #da809e;
    border-radius: 16px;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 0 1.2em;
}
#content .post h3 {
    font-weight: normal;
    margin: 1em 0 0 0;
}
#content .post h3 a {
    text-decoration: underline;
}
/* discList numList */
p + .discList,
p + .numList {
	margin: 1em 0;
}
.discList,
.numList {
	background: #f9f9f9;
	padding: 1em;
	box-sizing: border-box;
	border-radius: 10px;
}
.discList li,
.numList li {
	list-style-type: none;
	position: relative;
	padding: 0.5em 1em 0.5em 1em;
	box-sizing: border-box;
}
.discList li:before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	top: 1.1em; left: 0;
	background: url(../images/common/li_round.png) no-repeat center center;
	background-size: contain;
}
.discList li + li,
.numList li + li {
	border-top: 1px dotted #ccc;
}
.discList li span,
.numList li span {
	color: #d6809a;
	display: block;
}
/* ※付きリスト */
.attentionList {
	margin-top: 1em;
}
.attentionList li {
	list-style-type: none;
	position: relative;
	padding-left: 1em;
	box-sizing: border-box;
	text-indent: -1em;
	font-size: 0.9em;
}
.attentionList li:before {
	content: "※";
	width: 1em;
	height: 1em;
	position: relative;
	top: 0; left: 0;
}
/* 括弧付きリスト */
ol.parentList {
	padding: 1em 1em 1em 3em;
	text-indent: -1.8em;
	margin: 15px 0;
	background: #f9f9f9;
	box-sizing: border-box;
	border-radius: 10px;
}
ol.parentList li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	padding: 0.25em 0;
}
ol.parentList li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
}
/* referenceLink */
dl.referenceLink {
	margin: 1em 0 0 0;
	padding: 1em;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	border-radius: 10px;
}
.referenceLink dt {
	border-left: 5px solid #d6809a;
	padding: 0 0 0 0.5em;
	margin: 0 0 0.5em 0;
	background: #f9f9f9;
}
.referenceLink dd a {
	color: #d6809a;
	text-decoration: underline;
}
.referenceLink dd a:after {
	border: none!important;
}
/* anchorLink */
#subPage #content .anchorLink dd {
	display: none;
}
#subPage #content .anchorLink a:after {
	border: none;
}
#subPage #content .anchorLink dt {
	font-size: 1.4em;
	background: #f0f0f0;
	padding: 15px;
	text-align: center;
}
#subPage #content .anchorLink dt span {
	position: relative;
	display: block;
	padding: 0 20px 0 0;
}
#subPage #content .anchorLink dt span:after {
    border: 5px solid #444444;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: '';
    margin-top: -4px;
    position: absolute;
    top: 55%; right: 0;
}
#subPage #content .anchorLink dt.active span:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid #444444;
    top: 20%;
}
#subPage #content .anchorLink dt.active span + dd {
	display: block;
}
#subPage #content .anchorLink dd li a {
	font-size: 1.2em;
	border-bottom: 1px solid #f0f0f0;
	padding: 15px 6%;
}


/* Topic Path
------------------------------------------------------------------ */


/* PageTop
------------------------------------------------------------------ */
#pageTop {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: fixed;
	bottom: 10px;
	right: 0;
	
}
#pageTop a {
	display: none;
/* 	display: block; */
	height: 0;
	padding: 40px 0 0 0;
	background: url(../images/common/top.png) no-repeat center center;
	background-size: contain;
}
#pageTop a:after {
	border: none!important;
}


/* Footer
------------------------------------------------------------------ */
#footer {
	color: #ffffff;
	font-size: 1.0rem;
	padding-bottom: 14%;
}

/* pickup */
/* scroll */
#footer #footer_pickup{
background: url(../images/common/bg_content.jpg);
padding: 30px 0 20px;
}
#footer #footer_pickup h2{
	text-align: center;
}
#footer #footer_pickup h2 img{
    height: 19px;
    width: auto;	
}
#footer #footer_pickup .iconScroll {
    position: absolute;
    top: 3em;
    right: 6%;
    width: 11px;
}
#footer #footer_pickup .pickupScroll {
    margin: 3em 0 0 0;
	overflow: hidden;
	width: 100%;
}
#footer #footer_pickup .scroller {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	width: 2470px; /* 130px * 17コ */
	z-index: 1;
}
/* list */
#footer #footer_pickup ul {
    list-style: none;
    overflow: hidden;
}
#footer #footer_pickup ul li {
    float: left;
    width: 130px;
}
#footer #footer_pickup ul li a {
    background: #ffffff;
/*
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
*/
}
/*
#footer #footer_pickup ul li:last-child a {
    border-right: 1px solid #dddddd;
}
*/
#footer #footer_pickup ul li h3 {
    padding: 0.8em 0;
}
#footer #footer_pickup ul li h3 img {
    height: 24px;
    width: auto;
}



#footer.dc {
	padding-bottom: 0;
}

/* contact */
#footer section {
	background: url(../images/common/bg_contact.jpg) no-repeat center center;
	background-size: cover;
	padding: 2.8em 0;
	text-align: center;
}
#footer section h2 img {
	height: 19px;
	width: auto;
}
#footer section .telNumber {
	margin: 2.3em 0;
}
#footer section .telNumber img {
	height: 22px;
	width: auto;
}
#footer section .fRow{
display: flex;
flex-wrap: wrap;
width: 88%;
margin: auto;
}
#footer section dl {
	display: flex;
	margin: 1em auto;
	align-items: center;
	width: 100%;
}
#footer section dl:first-child{
align-items: flex-start;
}
#footer section dl dt {
	border: 1px solid #ffffff;
	vertical-align: middle;
	text-align: center;
	width: 65px;
	height: 30px;
	padding-top: 3px;
	font-size: 1.3rem;

}
#footer section dl dd {
	font-size: 1.3rem;
	padding: 0 0 0 0.9em;
	text-align: left;
	vertical-align: middle;
}
#footer section dl dd hr{
margin: 5px 0;
}
#footer section dl dd .pc{
display: none;
}
#footer section .announcementTxt{
	color: white;
	margin-top: 1.5em;
	font-size: 1.2em;
	line-height: 1.6;
	text-align: left;
}
/* footerInfo */
#footer .footerInfo {
	background: #3a322c;
	padding: 3em 0;
	text-align: center;
}
/* socialmediaLink */
#footer .footerInfo .socialmediaLink {
	text-align: center;
}
#footer .footerInfo .socialmediaLink ul {
	font-size: 0;
	list-style: none;
}
#footer .footerInfo .socialmediaLink ul li {
	display: inline-block;
	margin: 0 3%;
	width: 40px;
}
/* list */
#footer .footerInfo dl {
	margin: 3em 0 0 0;
}
#footer .footerInfo dl dt img {
	height: 29px;
	width: auto;
}
#footer .footerInfo dl dd {
	margin: 0.5em 0 0 0;
	font-size: 12px;
}
/* btn */
#footer .btn {
	width: 70%;
	margin: 2.5em auto 0;
}
#footer .btn img {
	width: 100%;
}
/* footerNav */
#footer .footerInfo .footerNav {
	margin: 3em 0 0 0;
	padding: 0;
/* 	padding: 0 5%; */
}
#footer .footerInfo .footerNav ul {
	display: table;
	list-style: none;
	text-align: center;
	width: 100%;
}
#footer .footerInfo .footerNav ul li {
	border-left: 1px solid #615b56;
	display: table-cell;
	line-height: 1;
}
#footer .footerInfo .footerNav ul li:last-child {
	border-right: 1px solid #615b56;
}
#footer .footerInfo .footerNav ul li a {
	border-bottom: 1px solid #615b56;
	color: #ffffff;
	margin: 0 1.1em;
}

/* copyRight */
#footer .copyRight {
	background: #3a322c;
	font-size: 0.9rem;
	padding: 2em 0 3em 0;
	text-align: center;
}

/* trouble treatment共通
------------------------------------------------------------------ */
h3 .icon_new {
	display: inline-block;
	height: 1.2em;
	width: auto;
	vertical-align: middle;
	margin-right: 0.3em;
	position: relative;
	top: -0.1em;
}
/* flow */
#subPage #content .flow h2 {
	padding: 30px 0;
	border-top: 1px solid #dadada;
	border-bottom: 1px dotted #dadada;
}
#subPage #content .flow h2 span {
	font-size: 0.7em;
}
.flow ul li {
	list-style-type: none;
	margin: 40px 0 0 0;
	position: relative;
}
.flow ul li + li:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 12px;
	background: url(../images/common/arrow_v.png) no-repeat center center;
	background-size: contain;
	top: -20px; left: 50%;
	margin: -10px 0 0 -6px;
}
.flow dt {
	font-size: 0.7em;
	text-align: center;
	background: #f9f9f9;
	border-top: 1px dotted #dadada;
	border-bottom: 1px dotted #dadada;
}
.flow dt span {
	font-size: 1.6em;
	padding: 0 0 0 0.25em;
}
.flow dd {
	padding: 10px 0;
}

/* case */
.case {
	border-top: 1px solid #dadada;
}
#subPage #content .case h2 {
	padding: 30px 0;
	border-bottom: 1px dotted #dadada;
}
.case dl {
	text-align: center;
	padding: 0 0 20px;
}
.case dl + dl {
	border-top: 1px solid #dadada;
}
.case dl dd {
	width: 46%;
	display: inline-block;
	float: left;
	position: relative;
}
.case dl dt {
	padding: 20px 0;
	font-size: 1.2em;
}
.case dl dd + dd {
	float: right;
}
.case dl dd img {
	max-width: 100%;
}
.case dl dd p {
	text-align: center;
}
.case dl dd + dd:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 26px;
	background: url(../images/common/arrow_h.png) no-repeat center center;
	background-size: contain;
	top: 50%; left: -8%;
	margin: -13px 0 0 -8px;
}

/* Q&A */
.qa {
	border-top: 1px solid #dadada;
}
#subPage #content .qa h2 {
	padding: 30px 0;
	border-bottom: 1px dotted #dadada;
}
.qa .inner > dl {
	margin: 15px 0 0 0;
}
.qa .inner > dl > dt {
	border-bottom: 1px dotted #dadada;
}
.qa .inner > dl > dt > dl,
.qa .inner > dl > dd > dl {
	margin : 5px 0;
}
.qa .inner > dl > dt > dl > dt span,
.qa .inner > dl > dd > dl > dt span {
	background: #ccc;
	color: #fff;
	font-size: 1.0em;
	width: 2em;
	text-align: center;
	line-height: 2em;
	float: left;
	border-radius: 5px;
}
.qa .inner > dl > dd > dl > dt span {
	background: #d6809a;
}
.qa .inner > dl > dt > dl > dd,
.qa .inner > dl > dd > dl > dd {
	margin: 0 0 0 40px;
	padding: 0.25em 0;
}
/* 追随ナビ */
.spFixNav{
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	transition: 1s;
	z-index: 100;
	width: 100%;
}
.spFixNav.non{
	display: none;
}
.spFixNav img{
	width: 100%;
	height: auto;
	z-index: 100;
}
.spFixNav .inner{
	position: relative;
	padding: 0;
	width: 100%;
}
.spFixNav a{
	display: block;
	position: absolute;
	width: 33.3%;
	height: 100%;
	z-index: 101;
}
.spFixNav a:nth-child(1){
	left: 0;
}
.spFixNav a:nth-child(2){
	left: 33.4%;
}
.spFixNav a:nth-child(3){
	left: 66.7%;
}