@charset "UTF-8";


ul.notes05 li {
	list-style-type: none;
}

.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 {
	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;
	font-size: 13px !important;
}
#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;
}
/* .notes05(・) */
#contents #main .notes05 li {
	position: relative;
	left: 1.2em;
	padding-right: 1.2em;
	line-height: 1.6em;
	font-size: 13px !important;
}
#contents #main .notes05 li::before {
	position: absolute;
	content: '\30FB';
	left: -1.2em;
	top: 0;
}
#contents #main .notes05 li + li {
	margin-top: .4em;
}

/* #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(/assets/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(/assets/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-box p{
    line-height: 1.5em;
}
#pw .pw-box .ico2 {
    height: auto;
    width: 3% !important;
    margin-right: 4px;
    margin-bottom: 7px;
    margin-top: 1px;
}
#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-sec02 .notes05.colorPink ,
#sec04 .notes05 li.colorPink {
	margin: 10px auto;
	color:#ff6f97;
}
#pw .txt01 {
	margin-bottom: 1em;
}
#pw p.center{
	margin: 0 auto;
	text-align: center;
}
#pw a.btn01 {
	display: inline-block;
	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 .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: '\203B';
	left: -1.2em;
	top: 0;
}

/* #wrapper */
#wrapper {
	width: 100%;
}

/* #contents */
#contents {
	width: 100% !important;
}

/* #main */
#main {
	float: none;
	width: 100% !important;
	margin: 0 0 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: 14px 20px;
	background-color: #246cbf;
	border-left: none;
	line-height: 1;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
}

/* #sec01 */
#sec01 {
	width: 910px;
	margin: 0 auto 60px;
}
#sec01 #sec01-01 {
	margin-bottom: 40px;
}
#sec01 #sec01-01,
#sec01 #sec01-02 {
	padding: 20px;
	border: 2px solid #ccc;
}
#sec01 #sec01-01 dd,
#sec01 #sec01-02 dd{
	line-height: 1.4;
}

#sec01 #sec01-01 .dl01,
#sec01 #sec01-02 .dl01 {
	margin-bottom: 30px;
}
#sec01 #sec01-01 .dl01 > dt,
#sec01 #sec01-02 .dl01 > dt {
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
#sec01 #sec01-01 .dl01 > dd,
#sec01 #sec01-02 .dl01 > dd {
	width: 440px;
	margin: 0 auto;
}
#sec01 ol li {
	font-size: 13px !important;
}
#sec01 #sec01-01 li,
#sec01 #sec01-02 li {
	position: relative;
	padding-left: 40px;
	list-style: none;
}
#sec01 #sec01-01 li + li,
#sec01 #sec01-02 li + li {
	margin-top: 20px;
}
#sec01 #sec01-01 li::before,
#sec01 #sec01-02 li::before {
	position: absolute;
	left: 0;
	top: 0;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50%;
	background-color: #246cbf;
	text-align:center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
#sec01 #sec01-01 li:nth-child(1)::before {
	content: '1';
}
#sec01 #sec01-01 li:nth-child(2)::before {
	content: '2';
}
#sec01 #sec01-01 li:nth-child(3)::before {
	content: '3';
}
#sec01 #sec01-01 li:nth-child(4)::before {
	content: '4';
}
#sec01 #sec01-01 li:nth-child(5)::before {
	content: '5';
}
#sec01 #sec01-02 li:nth-child(1)::before {
	content: '6';
}
#sec01 #sec01-02 li:nth-child(2)::before {
	content: '7';
}
#sec01 #sec01-02 li:nth-child(3)::before {
	content: '8';
}
#sec01 #sec01-01 li dt,
#sec01 #sec01-02 li dt {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px;
}
#sec01 #sec01-01 li dd + dd,
#sec01 #sec01-02 li dd + dd {
	margin-top: 10px;
}
#sec01 #sec01-01 li:nth-child(5) dd img {
	width: 300px !important;
}
#sec01 #sec01-02 li:nth-child(3) {
	font-size: 0;
}
#sec01 #sec01-02 li:nth-child(3) dd {
	font-size: 13px;
}
#sec01 #sec01-02 li:nth-child(3) dd img {
	width: 220px !important;
	margin-bottom: 4px;
}
#sec01 #sec01-02 li:nth-child(3) dd p {
	display: inline-block;
	font-size: 12px;
	text-align:center;
}
#sec01 #sec01-02 li:nth-child(3) dd p + p {
	margin-left: 40px;
}
#sec01 #sec01-02 .dl02 {
	margin-top: 20px;
	padding: 20px;
	background-color: #fff1f1;
}
#sec01 #sec01-02 .dl02 dt {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}
#sec01 #sec01-02 .dl02 dd {
	display: flex;
}
#sec01 #sec01-02 .dl02 dd img {
	width: 104px !important;
	margin-right: 20px;
}
#sec01 #sec01-02 .txt01 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #246cbf;
	line-height: 1.8em;
	display:block;
}

/* #sec02 */
#sec02 {
	width: 910px;
	margin: 0 auto 60px;
}

/* #sec03 */
#sec03 {
	width: 910px;
	margin: 0 auto 60px;
}
#sec03 .box01 {
	margin-bottom: 20px;
}
#sec03 .box02 {
	margin-bottom: 40px;
	padding: 20px;
	background-color: #fff1f1;
}
#sec03 .box02 h4 {
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
}
#sec03 .box02 .txt01 {
	margin-bottom: 20px;
	line-height: 1.4;
}
#sec03 .box02 dt {
	margin: 20px 0 5px;
	color: #f00;
	font-weight: bold;
}
#sec03 .box03 h4 {
	margin: 2px 0 16px;
	padding-bottom: 6px;
	border-bottom: 2px solid #246cbf;
	color: #246cbf;
	font-size: 15px;
	letter-spacing: 1px;
}
#sec03 .box03 .box03-01,
#sec03 .box03 .box03-02,
#sec03 .box03 .box03-04 {
	margin-bottom: 30px;
}
#sec03 .box03 .box03-03 {
	margin-bottom: 20px;
}
#sec03 .box03 h5 {
	margin-bottom: 6px;
	font-size: 13px !important;
}
#sec03 .box03 h5 .ico {
	height: auto !important;
	width: 40px !important;
	margin: 4px 7px 7px 0;
}
#sec03 .box03 h5 span {
	font-weight: bold;
	line-height: 2.2em;
}
#sec03 .box03 h5 span.supplement {
	font-size: 12px;
	background-color: #fff8a3;
	border-radius: 0.2em;
	padding: 0.4em 1em;
	margin-left: 0.8em;
	line-height: 1;
}
#sec03 .box03 .txt01 {
	margin-bottom: 1em;
}
#sec03 .box03 a.btn {
	text-decoration: none !important;
	color: #fff !important;
	background: #ff6f97;
	padding: 5px 20px;
	font-weight: bold;
	transition: .3s;
}
#sec03 .box03 a.btn:hover {
	opacity: 0.7;
}

/* #sec04 */
#sec04 {
	width: 910px;
	margin: 0 auto;
}
#pagetop{
	display:none;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
}
#pagetop.static{
	position: static;
}



/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:909px) {
/* ---------------------------------------------------------
#local-nav
----------------------------------------------------------*/
	#local-nav {
		width: 100%;
	}
}

@media screen and (min-width:1px) and (max-width:767px) {
	.sp {
		display: block;
	}

	/* #pw */
	#pw .ac-ttl span::after {
		width: 18px;
		height: 18px;
		bottom: 8px;
	}
	#pw .ac-ttl.close span::after {
		width: 18px;
		bottom: 15px;
	}
	#pw .pw-box + .pw-box {
		margin-top: 20px;
	}
	#pw .pw-box .ico2 {
		height: auto;
		width: 6% !important;
	}
	#main {
		margin: 0 auto 50px;
	}
	/* h1 */
	#main h1 {
		width: auto !important;
		margin-bottom: 20px;
		padding: .8em 10px;
		font-size: 1.5em !important;
		line-height: 1.2em;
	}
	#main h1 span {
		display: inline-block;
		margin-top: .4em;
		font-size: 13px;
		line-height: 1.4em;
	}
	/* h3 */
	#main h3 {
		margin-bottom: 10px;
		padding: 8px 10px;
		line-height: 1.4em;
		font-size: 13px;
	}

	/* #sec01 */
	#sec01 {
		width: auto;
		margin: 0 auto 30px;
	}
	#sec01 .inner {
		width: 93%;
		margin: 0 auto;
	}
	#sec01 #sec01-01 {
		margin-bottom: 20px;
	}
	#sec01 #sec01-01,
	#sec01 #sec01-02 {
		padding: 10px;
	}
	#sec01 #sec01-01 .dl01,
	#sec01 #sec01-02 .dl01 {
		margin-bottom: 20px;
	}
	#sec01 #sec01-01 .dl01 > dt,
	#sec01 #sec01-02 .dl01 > dt {
		margin-bottom: 4px;
		font-size: 18px;
	}
	#sec01 #sec01-01 .dl01 > dd,
	#sec01 #sec01-02 .dl01 > dd {
		width: 80%;
	}
	#sec01 #sec01-01 li,
	#sec01 #sec01-02 li {
		position: relative;
		padding-left: 30px;
	}
	#sec01 #sec01-01 li + li,
	#sec01 #sec01-02 li + li {
		margin-top: 15px;
	}
	#sec01 #sec01-01 li::before,
	#sec01 #sec01-02 li::before {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-weight: normal;
		font-size: 12px;
	}
	#sec01 #sec01-01 li dt,
	#sec01 #sec01-02 li dt {
		font-size: 13px;
	}
	#sec01 #sec01-01 li dd + dd,
	#sec01 #sec01-02 li dd + dd {
		margin-top: 6px;
	}
	#sec01 #sec01-01 li:nth-child(5) dd img {
		width: 60% !important;
	}
	#sec01 #sec01-02 li:nth-child(3) dd img {
		width: 70% !important;
	}
	#sec01 #sec01-02 li:nth-child(3) dd p {
		display: block;
		margin-top: 15px;
	}
	#sec01 #sec01-02 li:nth-child(3) dd p + p {
		margin-left: 0;
	}
	#sec01 #sec01-02 .dl02 {
		margin-top: 15px;
		padding: 10px;
	}
	#sec01 #sec01-02 .dl02 dt {
		font-size: 13px;
	}
	#sec01 #sec01-02 .dl02 dd {
		display: inline;
	}
	#sec01 #sec01-02 .dl02 dd img {
		float: left;
		width: 104px !important;
		margin: 0 10px 10px 0;
	}

	/* #sec02 */
	#sec02 {
		width: auto;
		margin: 0 auto 30px;
	}
	#sec02 .inner {
		width: 93%;
		margin: 0 auto;
	}

	/* #sec03 */
	#sec03 {
		width: auto;
		margin: 0 auto 30px;
	}
	#sec03 .inner {
		width: 93%;
		margin: 0 auto;
	}
	#sec03 .box01 {
		margin-bottom: 20px;
	}
	#sec03 .box02 {
		margin-bottom: 20px;
		padding: 10px;
		line-height: 1.4em;
	}
	#sec03 .box02 h4 {
		margin-bottom: 10px;
	}
	#sec03 .box02 .txt01 {
		margin-bottom: 10px;
	}
	#sec03 .box02 dt {
		margin-top: 13px;
	}

	/* #sec04 */
	#sec04 {
		width: auto;
		margin: 0 auto;
	}
	#sec04 .inner {
		width: 93%;
		margin: 0 auto;
	}

	/* #sec04 */
	#pagetop{
		display:none;
		position: fixed;
		z-index: 1000;
		bottom: 15px;
		right: 0;
	}
	#pagetop.static{
		position: static;
		margin-left: 87%;
	}
	#pagetop img{
		width: 70% !important;
		height: auto !important;
	}

	#topicPath {
		width: auto;
	}
}
