@charset "UTF-8";

#contents,
.pageFooter div,
.pageFooter .logo span a,
.pageFooter .linkList p span a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}


.sp {
	display: none;
}

#contents #main a {
	transition: .3s;
}
#contents #main a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#contents #main a.link01 {
	position: relative;
	display: inline-block;
	padding-left: 13px;
	color: #0050a3 !important;
}
#contents #main a.link01::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #0050a3;
	border-right: solid 1px #0050a3;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}


#contents #main img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
}


/* .notes01(※) */
#contents #main .notes01 li {
	position: relative;
	left: 1.2em;
	padding-right: 1.2em;
	line-height: 1.6em;
}
#contents #main .notes01 li::before {
	position: absolute;
	content: '\203B';
	left: -1.2em;
	top: 0;
}
/* .notes02(●) */
#contents #main .notes02 li {
	position: relative;
	left: 1.2em;
	padding-right: 1.2em;
	line-height: 1.6em;
}
#contents #main .notes02 li::before {
	position: absolute;
	content: '\25CF';
	left: -1.2em;
	top: 0;
}
#contents #main .notes02 li + li {
	margin-top: .4em;
}


/* #wrapper */
#wrapper {
	width: 100%;
}

/* #contents */
#contents {
	width: 100% !important;
}


/* #main */
#main {
	float: none;
	width: 100% !important;
	margin: 0 auto 60px;
	padding: 0 !important;
	box-sizing: border-box;
	font-size: 13px !important;
}


/* #topicPath*/
#topicPath {
	width: 910px;
	margin: 0 auto;
}


/* h1 */
#main h1 {
	width: 100% !important;
	height: auto;
	margin-bottom: 40px;
	padding: 1em 0;
	background: #33a2c3;
	background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
	color: #fff;
	text-align: center;
	font-size: 2.25em !important;
	font-weight: normal;
	line-height: 1.2em;
}
#main h1 span {
	font-size: 16px;
}


/* h3 */
#main h3 {
	height: auto;
	margin-bottom: 20px;
	padding: 16px 20px;
	background-color: #246cbf;
	border-left: none;
	line-height: 1;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
}


/* #lead-txt */
#lead-txt {
	width: 910px;
	margin: 0 auto 60px;
	font-size: 16px;
	line-height: 1.8em;
}


/* .anchor */
.anchor {
	box-sizing: border-box;
	width: 910px;
	margin: 0 auto 40px;
	padding: 20px 60px;
	border: 2px solid #246cbf;
}
.anchor li {
	position: relative;
	padding-left: 23px;
}
.anchor li + li {
	margin-top: 2em;
}
.anchor li a {
	font-size: 15px;
	text-decoration: none !important;
	transition: .3s;
}
#main .anchor li a {
	color: #000 !important;
}
.anchor li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.anchor li a::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #246cbf !important;
	top: 50%;
	left: 0;
	margin-top: -5px;
}


/* #pw */
#pw {
	font-size: 13px;
}
#pw #pw-sec01 {
	margin-bottom: 30px;
}
#pw .ac-ttl {
	cursor:pointer;
	margin: 2px 0 16px;
	padding-bottom: 6px;
	border-bottom: 2px solid #246cbf;
	color: #246cbf;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}
#pw .ac-ttl span::after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../img/common/ico_plus01.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	bottom: 6px;
	right: 10px;
}
#pw .ac-ttl.close span::after {
	content: '';
	width: 20px;
	height: 4px;
	background-image: url(../img/common/ico_minus01.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	bottom: 14px;
	right: 10px;
}
#pw .ac-cont {
	display: none;
}
#pw .pw-box + .pw-box {
	margin-top: 30px;
}
#pw .pw-ttl02 {
	margin-bottom: 6px;
	font-size: 13px !important;
}
#pw .pw-ttl02 img.ico {
	height: auto !important;
	width: 40px !important;
	margin: 4px 7px 7px 0;
}
#pw .pw-ttl02 span {
	font-weight: bold;
	line-height: 2.2em;
}
#pw .pw-ttl02 span.supplement {
	font-size: 12px;
	background-color: #fff8a3;
	border-radius: 0.2em;
	padding: 0.4em 1em;
	margin-left: 0.8em;
	line-height: 1;
}
#pw .txt01 {
	margin-bottom: 1em;
}
#pw a.btn01 {
	text-decoration: none !important;
	color: #fff !important;
	background: #ff6f97;
	padding: 6px 3em 6px 2em;
	transition: .3s;
}
#pw a.btn01 span {
	position: relative;
}
#pw a.btn01 span::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -1em;
	margin-top: -4px;
}
#pw a.btn01:hover {
	opacity: 0.8;
	color: #fff !important;
}

#pw p span.tel {
	font-weight: bold !important;
}
#pw p span.tel span {
	color: #ff0000 !important;
	font-size: 18px !important;
}

#pw .pw-note li {
	position: relative;
	left: 1.2em;
	margin-top: .3em;
	padding-right: 1.2em;
	line-height: 1.6em;
	color: #ff6f97;
	font-size: 12px;
}
#pw .pw-note li::before {
	position: absolute;
	content: '\25CF';
	left: -1.2em;
	top: 0;
}


/* .sec */
.sec {
	width: 910px;
	margin: 0 auto;
}
.sec + .sec {
	margin-top: 50px;
}
.sec p + p {
	margin-top: 1em;
}

/* #sec01 */
#sec01 dt {
	position: relative;
	margin: 1.4em 0 .4em;
	left: 1.4em;
	padding-right: 1.4em;
	line-height: 1.6em;
}
#sec01 dt::before {
	position: absolute;
	content: 'Q';
	left: -1.4em;
	top: 0;
	font-weight: bold;
}
#sec01 dd {
	position: relative;
	left: 1.4em;
	padding-right: 1.4em;
	line-height: 1.6em;
}
#sec01 dd::before {
	position: absolute;
	content: 'A';
	left: -1.4em;
	top: 0;
	font-weight: bold;
	color: #ff6f97;
}


/* #sec02 */
#sec02 .txt01 {
	color: #ff6f97;
}
#sec02 #pw {
	margin-top: 20px;
}


/* #sec03 */
#sec03 .box01 {
	display: flex;
	margin-top: 1em;
}
#sec03 .box01 dl {
	text-align: center;
}
#sec03 .box01 dl + dl {
	margin-left: 40px;
}
#sec03 .box01 dt {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(36, 108, 191);
	line-height: 1.8em;
	display: block;
}
#sec03 .box01 dd img {
	width: 220px !important;
}


/* #sec08 */
#sec08 .txt01 {
	color: #ff6f97;
}



/* #sec10, #sec11 */
#sec10 li,
#sec11 li {
	position: relative;
	padding-left: 36px;
	list-style: none;
}
#sec10 li + li,
#sec11 li + li {
	margin-top: 20px;
}
#sec10 li::before,
#sec11 li::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius:50%;
	background-color: #246cbf;
	text-align:center;
	color: #fff;
	font-size: 14px;
}
#sec10 li:nth-child(1)::before,
#sec11 li:nth-child(1)::before {
	content: '1';
}
#sec10 li:nth-child(2)::before,
#sec11 li:nth-child(2)::before {
	content: '2';
}
#sec11 li:nth-child(3)::before {
	content: '3';
}
#sec10 dt,
#sec11 dt {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
}
#sec10 li dd + dd,
#sec11 li dd + dd {
	margin-top: 10px;
}


/* #sec13 */
#sec13 em {
	font-weight: bold;
}
#sec13 a .ico01 {
	width: 14px !important;
	height: 11px !important;
	vertical-align: baseline !important;
}
#sec13 .txt01 {
	margin-bottom: 1em;
}
#sec13 .notes01 {
	margin-bottom: 1em;
}


/* #sec17 */
#sec17 a .ico01 {
	width: 14px !important;
	height: 11px !important;
	vertical-align: baseline !important;
}





/* .btn01 */
.btn01 {
	margin-top: 40px;
	text-align: center;
}
.btn01 img {
	max-width: 640px;
}


/* #pagetop */
#pagetop{
	display:none;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
}

#pagetop.static{
	position: static;
}


