@charset "UTF-8";

#main a {
	transition: .3s;
}
#main a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#main a.link01 {
	position: relative;
	display: inline-block;
	padding-left: 13px;
	color: #0050a3 !important;
}
#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;
}

#main img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
}


/* .notes01(※) */
#main .notes01 li {
	position: relative;
	left: 1.2em;
	padding-right: 1.2em;
	line-height: 1.6em;
}
#main .notes01 li::before {
	position: absolute;
	content: '\203B';
	left: -1.2em;
	top: 0;
}
#main .notes01 li + li {
	margin-top: .4em;
}
/* .notes05(・) */
#main .notes05 li {
	position: relative;
	left: 1.2em;
	padding-right: 1.2em;
	line-height: 1.6em;
	font-size: 13px !important;
}
#main .notes05 li::before {
	position: absolute;
	content: '\30FB';
	left: -1.2em;
	top: 0;
}
#main .notes05 li + li {
	margin-top: .4em;
}
#main .notes10 li {
	position: relative;
	left: 1.2em;
	padding-right: 1.2em;
	line-height: 1.2em;
}
#main .notes10 li::before {
	position: absolute;
	content: '\203B';
	left: -1.2em;
	top: 0;
}
#main .notes13 li {
	position: relative;
	left: 1.2em;
	padding-right: 1.2em;
	line-height: 1.2em;
}
#main .notes13 li::before {
	position: absolute;
	content: '▶';
	left: -1.2em;
	top: 0;
}

/* #wrapper */
#wrapper {
	width: 100%;
}

/* */
{
	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;
	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;
}


/* h2 */
#main h2 {
	display: flex;
  align-items: center;
	min-height: 50px;
	margin: 0 0 20px;
	padding: 16px 20px 16px 90px;
	background: none;
	background-color: #10228a;
	height: auto;
	font-size: 20px;
	color: #fff;
	line-height: 1.3em;
	letter-spacing: 2px;
	position: relative;
}
#main h2::before {
	content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translateY(-50%);
}
#main #sec01 h2::before {
	background-image: url(../wr_img/at01/sec01_ico01.png);
}
#main #sec02 h2::before {
	background-image: url(../wr_img/at01/sec02_ico01.png);
}
#main #sec03 h2::before {
	background-image: url(../wr_img/at01/sec03_ico01.png);
}
#main #sec04 h2::before {
	background-image: url(../wr_img/at01/sec04_ico01.png);
}


/* h3 */
#main h3 {
	height: auto;
	margin-bottom: 20px;
	padding: 16px 20px;
	background-color: #246cbf;
	border-left: none;
	line-height: 1.4em;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
}


/* h4 */
#main h4 {
	box-sizing: border-box;
	display: flex;
  align-items: center;
	min-height: 34px;
	margin-bottom: 12px;
	padding: 12px 0 12px 42px;
	border-bottom: 2px dotted #555;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	position: relative;
}
#main h4::before {
	content: '';
  display: inline-block;
  background-size: contain;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#sec03 h4::before {
	background-image: url(../wr_img/at01/sec03_ico02.png);
}
#sec04 h4::before {
	background-image: url(../wr_img/at01/sec04_ico02.png);
}


/* #anchor-top */
#anchor-top {
	margin-bottom: 60px;
	padding: 40px 0;
	background-color: #f5faff;
}
#anchor-top ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	width: 910px;
	margin: 0 auto;
}
#anchor-top li {
	position: relative;
	box-sizing: border-box;
	width: 18%;
	padding: 20px !important;
	border: 2px solid #10228a;
	border-radius: 8px;
	background-color: #fff;
}
#anchor-top li + li {
	margin-left: 2.5%;
}
#anchor-top li a {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	padding: 20px !important;
	color: #000 !important;
}
#anchor-top li a:hover {
	background-color: rgba(245,250,255,.7);
}
#anchor-top dt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	margin-bottom: 20px;
	text-align: center;
}
#anchor-top dt img {
	width: 80px !important;
}
#anchor-top dd {
	font-weight: bold;
	font-size: 14px;
}


/* .attention */
dl.attention {
	padding: 20px;
	background-color: #fff1f1;
}
dl.attention dt {
	box-sizing: border-box;
	display: flex;
  align-items: center;
	min-height: 28px;
	margin-bottom: 12px;
	padding-left: 36px;
	font-weight: bold;
	font-size: 15px;
	position: relative;
	}
dl.attention dt::before {
	content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(../wr_img/at01/cmn_ico01.png);
  background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


/* #sec01 */
#sec01 {
	width: 910px;
	margin: -126px auto 60px;
	padding-top: 126px;
}
#sec01 .txt01 {
	margin-bottom: 1em;
}
#sec01 #sec01-01,
#sec01 #sec01-02,
#sec01 #sec01-03,
#sec01 #sec01-04,
#sec01 #sec01-05,
#sec01 #sec01-06,
#sec01 #sec01-07,
#sec01 #sec01-08,
#sec01 #sec01-09,
#sec01 #sec01-10,
#sec01 #sec01-11 {
	margin-bottom: 40px;
}
#sec01 #sec01-05 .dl01 {
	margin-bottom: 20px;
	padding: 20px;
	border: 2px solid #ccc;
}
#sec01 #sec01-05 .dl01 dt {
	margin-bottom: 10px;
	font-weight: bold;
}
#sec01 #sec01-05 .dl01 ul {
	display: flex;
	flex-wrap: wrap;
}
#sec01 #sec01-05 .dl01 li {
	width: 20em !important;
	margin-top: .4em;
}
#sec01 #sec01-05 .dl01 li {
	width: 20em !important;
	margin-top: .4em;
}
#sec01 #sec01-05 .attention dd div + div {
	margin-top: 10px;
}
#sec01 #sec01-05 .attention dd div p:first-child {
	font-weight: bold;
}
#sec01 #sec01-06 p:nth-of-type(2) {
	margin-bottom: .4em;
}

#sec01 #sec01-08 .img01 {
	width: 400px;
	margin: 0 auto 1em;
}
#sec01 #sec01-08 .ul01 {
	margin-bottom: 1em;
}
#sec01 #sec01-08 .ul01 li {
	position: relative;
	left: 2em;
	padding-right: 2em;
	line-height: 1.6em;
	font-size: 13px !important;
}
#sec01 #sec01-08 .ul01 li::before {
	position: absolute;
	left: -2em;
	top: 0;
}
#sec01 #sec01-08 .ul01 li:first-child::before {
	content: '(1)';
}
#sec01 #sec01-08 .ul01 li:nth-child(2)::before {
	content: '(2)';
}
#sec01 #sec01-08 .ul01  li + li {
	margin-top: .4em;
}
#sec01 #sec01-08 .box01 + .box01 {
	margin-top: 1em;
}
#sec01 #sec01-08 .txt02 {
	position: relative;
	left: 1.2em;
	padding-right: 1.2em;
	line-height: 1.6em;
}
#sec01 #sec01-08 .txt02::before {
	position: absolute;
	content: '◎';
	left: -1.2em;
	top: 0;
}
#sec01 #sec01-08 .ico01 {
	width: 14px !important;
	height: 11px !important;
	vertical-align: baseline !important;
}


/* #sec02 */
#sec02 {
	width: 910px;
	margin: -126px auto 60px;
	padding-top: 126px;
}
#sec02 .txt01 {
	margin-bottom: 1em;
}
#sec02 #sec02-01,
#sec02 #sec02-02,
#sec02 #sec02-03,
#sec02 #sec02-04,
#sec02 #sec02-05,
#sec02 #sec02-06,
#sec02 #sec02-07,
#sec02 #sec02-08,
#sec02 #sec02-10,
#sec02 #sec02-11,
#sec02 #sec02-12,
#sec02 #sec02-13,
#sec02 #sec02-14,
#sec02 #sec02-15 {
	margin-bottom: 40px;
}
#sec02 #sec02-01 .notes05 {
	margin-bottom: 1em;
}
#sec02 #sec02-05 .notes05 {
	margin-bottom: 1em;
}
#sec02 #sec02-06 .notes05 {
	margin-bottom: 1em;
}
#sec02 #sec02-06 p:first-of-type {
	margin-bottom: .4em;
}
#sec02 #sec02-07 .img01 {
	width: 400px;
	margin: 0 auto 1em;
}
#sec02 #sec02-07 .ul01 {
	margin-bottom: 1em;
}
#sec02 #sec02-07 .ul01 li {
	position: relative;
	left: 2em;
	padding-right: 2em;
	line-height: 1.6em;
	font-size: 13px !important;
}
#sec02 #sec02-07 .ul01 li::before {
	position: absolute;
	left: -2em;
	top: 0;
}
#sec02 #sec02-07 .ul01 li:first-child::before {
	content: '(1)';
}
#sec02 #sec02-07 .ul01 li:nth-child(2)::before {
	content: '(2)';
}
#sec02 #sec02-07 .ul01  li + li {
	margin-top: .4em;
}
#sec02 #sec02-07 .box01 + .box01 {
	margin-top: 1em;
}
#sec02 #sec02-07 .txt02 {
	position: relative;
	left: 1.2em;
	padding-right: 1.2em;
	line-height: 1.6em;
}
#sec02 #sec02-07 .txt02::before {
	position: absolute;
	content: '◎';
	left: -1.2em;
	top: 0;
}
#sec02 #sec02-07 .ico01 {
	width: 14px !important;
	height: 11px !important;
	vertical-align: baseline !important;
}

#sec02 #sec02-09 em {
	color: #ff0000;
}

#sec02 #sec02-13 .attention dd p {
    display: block;
    margin: 1em 1em 0.4em;
}
#sec02 #sec02-13 .attention dd .notes13 {
    padding-left: 1.5em;
}

/* #sec03 */
#sec03 {
	width: 910px;
	margin: -126px auto 60px;
	padding-top: 126px;
}
#sec03 .txt01 {
	margin-bottom: 1em;
}
#sec03 .box01 +.box01 {
	margin-top: 30px;
}
#sec03 .box02 {
	margin-top: 30px;
	padding: 20px;
	background-color: #f5faff;
}
#sec03 .box02 .ttl01 {
	box-sizing: border-box;
	display: flex;
  align-items: center;
	min-height: 28px;
	margin-bottom: 20px;
	padding-left: 36px;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	position: relative;
}
#sec03 .box02 .ttl01::before {
	content: '';
  display: inline-block;
	background-image: url(../wr_img/at01/cmn_ico01.png);
  background-size: contain;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#sec03 .box02 dl {
	padding: 20px;
	background-color: #fff;
	position: relative;
}
#sec03 .box02 dl + dl {
	margin-top: 20px;
}
#sec03 .box02 dl::before {
	content: '';
	display: inline-block;
  background-size: contain;
	width: 56px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
#sec03 .box02 dl:nth-of-type(1)::before {
	background-image: url(../wr_img/at01/sec03_ico03.png);
}
#sec03 .box02 dl:nth-of-type(2)::before {
	background-image: url(../wr_img/at01/sec03_ico04.png);
}
#sec03 .box02 dl:nth-of-type(3)::before {
	background-image: url(../wr_img/at01/sec03_ico05.png);
}
#sec03 .box02 dl:nth-of-type(4)::before {
	background-image: url(../wr_img/at01/sec03_ico06.png);
}
#sec03 .box02 dl:nth-of-type(5)::before {
	background-image: url(../wr_img/at01/sec03_ico07.png);
}
#sec03 .box02 dt,
#sec03 .box02 dd {
	padding-left: 80px;
}
#sec03 .box02 dt {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 14px;
}


/* #sec04 */
#sec04 {
	width: 910px;
	margin: -126px auto 0;
	padding-top: 126px;
}
#sec04 .txt01 {
	margin-bottom: 1em;
}
#sec04 .box01 +.box01 {
	margin-top: 30px;
}


/* #pagetop{ */
#pagetop{
	display:none;
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
}

#pagetop.static{
	position: static;
}


@media screen and (min-width:1px) and (max-width:767px) {
	/* #main */
	#main {
		width: 100% !important;
	}
	
	
	/* h1 */
	#main h1 {
		width: auto !important;
		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;
	}
	
	
	/* h2 */
	#main h2 {
		width: auto !important;
		min-height: auto;
		background-image: none;
		border-bottom: none;
		border-top: none;
		background-position: 0% 0% !important;
		margin: 0 0 10px;
		padding: 12px 3.5% 12px 60px;
		height: auto;
		min-height: 40px;
		font-size: 16px !important;
	}
	#main h2::before {
	  width: 40px;
	  height: 40px;
		left: 3.5%;
	}
	
	
	/* h3 */
	#main h3 {
		margin-bottom: 10px;
		padding: 8px 10px;
		line-height: 1.4em;
		font-size: 13px;
	}
	
	
	/* h4 */
	#main h4 {
		min-height: 32px;
		margin-bottom: 10px;
		padding: 10px 0 10px 40px;
		font-size: 14px;
		line-height: 1.4em;
	}
	#main h4::before {
	  width: 32px;
	  height: 32px;
	}
	
	
	/* .anchor */
	.anchor {
		margin-bottom: 20px;
		padding: 10px;
	}
	.anchor ul {
		text-align: left;
	}
	.anchor li {
		display: block;
		padding-left: 20px;
	}
	.anchor li + li {
		margin-left: 0;
		margin-top: 10px;
	}
	.anchor li a {
		font-size: 13px;
	}
	.anchor li a::before {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #357eca;
		margin-top: -4px;
	}
	
	
	/* #anchor-top */
	#anchor-top {
		margin-bottom: 30px;
		padding: 10px;
	}
	#anchor-top ul {
		display: block;
		justify-content: start;
		width: auto;
	}
	#anchor-top li {
		width: auto;
		padding: 15px !important;
	}
	#anchor-top li + li {
		margin-left: 0;
		margin-top: 10px;
	}
	#anchor-top dl {
		display: flex;
	}
	#anchor-top dt {
		margin-bottom: 0;
		margin-right: 15px;
		text-align: left;
	}
	#anchor-top dt img {
		width: 60px !important;
	}
	#anchor-top dd {
		font-size: 15px;
	}
	
	
	/* .attention */
	dl.attention {
		padding: 10px;
	
	}
	dl.attention dt {
		margin-bottom: 10px;
		padding-left: 32px;
		font-size: 14px;
		line-height: 1.4em;
		}
	dl.attention dt::before {
	  width: 24px;
	  height: 24px;
	}
	
	
	/* #sec01 */
	#sec01 {
		width: auto;
		margin: -45px auto 30px;
		padding-top: 45px;
	}
	#sec01 .inner {
		width: 93%;
		margin: 0 auto;
	}
	#sec01 #sec01-01,
	#sec01 #sec01-02,
	#sec01 #sec01-03,
	#sec01 #sec01-04,
	#sec01 #sec01-05,
	#sec01 #sec01-06,
	#sec01 #sec01-11 {
		margin-bottom: 30px;
	}
	#sec01 #sec01-05 .dl01 {
		margin-bottom: 15px;
		padding: 10px;
	}
	#sec01 #sec01-05 .dl01 dt {
		margin-bottom: 4px;
	}
	#sec01 #sec01-05 .dl01 li {
		width: auto;
		margin-top: .4em;
	}
	
	
	/* #sec02 */
	#sec02 {
		width: auto;
		margin: -45px auto 30px;
		padding-top: 45px;
	}
	#sec02 .inner {
		width: 93%;
		margin: 0 auto;
	}
	#sec02 #sec02-01,
	#sec02 #sec02-02,
	#sec02 #sec02-03,
	#sec02 #sec02-04,
	#sec02 #sec02-05,
	#sec02 #sec02-06,
	#sec02 #sec02-07,
	#sec02 #sec02-08 {
		margin-bottom: 30px;
	}
	#sec02 #sec02-07 p:nth-of-type(2) {
		width: 100%;
		margin: 0 auto 1em;
	}
	
	
	/* #sec03 */
	#sec03 {
		width: auto;
		margin: -45px auto 30px;
		padding-top: 45px;
	}
	#sec03 .inner {
		width: 93%;
		margin: 0 auto;
	}
	#sec03 #sec03-01 {
		margin-bottom: 30px;
	}
	#sec03 .box01 +.box01 {
		margin-top: 15px;
	}
	#sec03 .box02 {
		margin-top: 20px;
		padding: 10px;
	}
	#sec03 .box02 .ttl01 {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.4em;
	}
	#sec03 .box02 dl {
		padding: 16px 10px 10px;
		position: static;
	}
	#sec03 .box02 dl + dl {
		margin-top: 15px;
	}
	#sec03 .box02 dl::before {
		content: normal;
		display: inline;
		background-image: none;
	  background-size: auto;
		width: auto;
		height: auto;
		position: static;
		top: auto;
		left: auto;
		transform: none;
	}
	#sec03 .box02 dt,
	#sec03 .box02 dd {
		padding-left: 0;
	}
	#sec03 .box02 dt {
		position: relative;
		margin-bottom: 10px;
		padding-left: 44px;
	}
	#sec03 .box02 dt::before {
		content: '';
		display: inline-block;
	  background-size: contain;
		width: 34px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	#sec03 .box02 dl:nth-of-type(1) dt::before {
		background-image: url(../wr_img/at01/sec03_ico03.png);
	}
	#sec03 .box02 dl:nth-of-type(2) dt::before {
		background-image: url(../wr_img/at01/sec03_ico04.png);
	}
	#sec03 .box02 dl:nth-of-type(3) dt::before {
		background-image: url(../wr_img/at01/sec03_ico05.png);
	}
	#sec03 .box02 dl:nth-of-type(4) dt::before {
		background-image: url(../wr_img/at01/sec03_ico06.png);
	}
	#sec03 .box02 dl:nth-of-type(5) dt::before {
		background-image: url(../wr_img/at01/sec03_ico07.png);
	}
	
	
	/* #sec04 */
	#sec04 {
		width: auto;
		margin: -45px auto 0;
		padding-top: 45px;
	}
	#sec04 .inner {
		width: 93%;
		margin: 0 auto;
	}
	#sec04 .box01 +.box01 {
		margin-top: 15px;
	}
	
	
	/* #pagetop */
	#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;
	}
}




