@charset 'UTF-8';
@-webkit-keyframes imageSlideCrossFade{
	25%{
		opacity: 1;
	}
	40%{
		opacity: 0;
	}
}
@keyframes imageSlideCrossFade{
	25%{
		opacity: 1;
	}
	40%{
		opacity: 0;
	}
}

@media all and (min-width: 769px){
	.information .page-title{
		background-image: url(../img/pc/_pag_ttl_bg.jpg);
	}
	.information-index main{
		padding: 90px 0;
	}
	.information-index .main-contents{
		margin: 0 120px 90px 120px;
	}
	.information-index .main-contents:last-child{
		margin-bottom: 0;
	}
	.information-index .main-contents .section-title{
		position: relative;
		margin: 0 0 20px 0;
		padding: 0 0 11px 0;
	}
	.information-index .main-contents .section-title:before{
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #e2e5e8;
		content: '';
	}
	.information-index .main-contents .section-title:after{
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 140px;
		height: 2px;
		background: #004ea2;
		content: '';
	}
	.information-index .main-contents .section-title h2{
		font-family: 'Noto Serif JP', serif;
		font-size: 30px;
		font-weight: 400;
		line-height: 50px;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents >.lead{
		margin: 0 0 30px 0;
	}
	.information-index .main-contents >.lead p{
		font-size: 20px;
		line-height: 36px;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents >.lead p a{
		color: #004ea2;
	}
	.information-index .main-contents >.lead p strong{
		color: #cc0000;
		font-weight: normal;
	}
	.information-index .main-contents.guideline >.section-body{
		display: table;
		border-collapse: collapse;
		width: 100%;
	}
	.information-index .main-contents.guideline >.section-body article{
		display: table-row;
	}
	.information-index .main-contents.guideline >.section-body article h3{
		display: table-cell;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 180px;
		padding: 30px;
		border: 1px solid #b3bbc5;
		background: #f5f7f9;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		vertical-align: middle;
		line-height: 34px;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents.guideline >.section-body article >.body{
		display: table-cell;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: calc(100% - 180px);
		padding: 30px;
		border: 1px solid #b3bbc5;
		font-size: 16px;
		line-height: 34px;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents.guideline >.section-body article >.body ul.dot-list li{
		position: relative;
		padding-left: 1.1em;
	}
	.information-index .main-contents.guideline >.section-body article >.body ul.dot-list li:before{
		position: absolute;
		top: 0;
		left: 0;
		content: '・';
	}
	.information-index .main-contents.guideline >.section-body article >.body ul.note-list li{
		position: relative;
		padding-left: 1.1em;
	}
	.information-index .main-contents.guideline >.section-body article >.body ul.note-list li:before{
		position: absolute;
		top: 0;
		left: 0;
		content: '※';
	}
	.information-index .main-contents.guideline >.section-body article >.body dl dt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li{
		position: relative;
		padding-left: 2.8em;
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:before{
		position: absolute;
		top: 0;
		left: 0;
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(1):before{
		content: '[※1]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(2):before{
		content: '[※2]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(3):before{
		content: '[※3]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(4):before{
		content: '[※4]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(5):before{
		content: '[※5]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(6):before{
		content: '[※6]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(7):before{
		content: '[※7]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(8):before{
		content: '[※8]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(9):before{
		content: '[※9]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(10):before{
		content: '[※10]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(11):before{
		content: '[※11]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(12):before{
		content: '[※12]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(13):before{
		content: '[※13]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(14):before{
		content: '[※14]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(15):before{
		content: '[※15]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(16):before{
		content: '[※16]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(17):before{
		content: '[※17]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(18):before{
		content: '[※18]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(19):before{
		content: '[※19]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(20):before{
		content: '[※20]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(21):before{
		content: '[※21]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(22):before{
		content: '[※22]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(23):before{
		content: '[※23]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(24):before{
		content: '[※24]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(25):before{
		content: '[※25]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(26):before{
		content: '[※26]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(27):before{
		content: '[※27]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(28):before{
		content: '[※28]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(29):before{
		content: '[※29]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(30):before{
		content: '[※30]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(31):before{
		content: '[※31]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(32):before{
		content: '[※32]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(33):before{
		content: '[※33]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(34):before{
		content: '[※34]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(35):before{
		content: '[※35]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(36):before{
		content: '[※36]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(37):before{
		content: '[※37]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(38):before{
		content: '[※38]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(39):before{
		content: '[※39]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(40):before{
		content: '[※40]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(41):before{
		content: '[※41]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(42):before{
		content: '[※42]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(43):before{
		content: '[※43]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(44):before{
		content: '[※44]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(45):before{
		content: '[※45]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(46):before{
		content: '[※46]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(47):before{
		content: '[※47]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(48):before{
		content: '[※48]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(49):before{
		content: '[※49]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(50):before{
		content: '[※50]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(51):before{
		content: '[※51]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(52):before{
		content: '[※52]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(53):before{
		content: '[※53]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(54):before{
		content: '[※54]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(55):before{
		content: '[※55]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(56):before{
		content: '[※56]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(57):before{
		content: '[※57]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(58):before{
		content: '[※58]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(59):before{
		content: '[※59]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(60):before{
		content: '[※60]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(61):before{
		content: '[※61]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(62):before{
		content: '[※62]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(63):before{
		content: '[※63]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(64):before{
		content: '[※64]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(65):before{
		content: '[※65]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(66):before{
		content: '[※66]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(67):before{
		content: '[※67]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(68):before{
		content: '[※68]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(69):before{
		content: '[※69]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(70):before{
		content: '[※70]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(71):before{
		content: '[※71]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(72):before{
		content: '[※72]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(73):before{
		content: '[※73]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(74):before{
		content: '[※74]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(75):before{
		content: '[※75]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(76):before{
		content: '[※76]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(77):before{
		content: '[※77]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(78):before{
		content: '[※78]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(79):before{
		content: '[※79]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(80):before{
		content: '[※80]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(81):before{
		content: '[※81]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(82):before{
		content: '[※82]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(83):before{
		content: '[※83]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(84):before{
		content: '[※84]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(85):before{
		content: '[※85]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(86):before{
		content: '[※86]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(87):before{
		content: '[※87]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(88):before{
		content: '[※88]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(89):before{
		content: '[※89]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(90):before{
		content: '[※90]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(91):before{
		content: '[※91]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(92):before{
		content: '[※92]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(93):before{
		content: '[※93]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(94):before{
		content: '[※94]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(95):before{
		content: '[※95]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(96):before{
		content: '[※96]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(97):before{
		content: '[※97]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(98):before{
		content: '[※98]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(99):before{
		content: '[※99]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(100):before{
		content: '[※100]';
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table{
		margin: 0 0 20px 0;
		font-size: 14px;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tr th,
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tr td{
		border-width: 0 2px 2px 0;
		border-style: solid;
		border-color: #ffffff;
		text-align: center;
		vertical-align: middle;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tr th:last-child,
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tr td:last-child{
		border-right-width: 0;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r1 th{
		height: 50px;
		background: #4f5b67;
		color: #ffffff;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r1 th.h1{
		width: 308px;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r1 th.h2{
		width: 485px;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th{
		height: 70px;
		background: #7bacd6;
		color: #ffffff;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th.h1{
		padding: 0;
		background: url(../img/pc/ind_gui_a2_tab_bg.png) no-repeat center center;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th.h1 >.wrap{
		position: relative;
		width: 308px;
		height: 70px;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th.h1 >.wrap span{
		position: absolute;
		line-height: 1;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th.h1 >.wrap span.s1{
		bottom: 16px;
		left: 27px;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th.h1 >.wrap span.s2{
		top: 16px;
		right: 27px;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr .h1{
		height: 50px;
		background: #5f95c3;
		color: #ffffff;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr .d1 .yes,
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr .d2 .yes{
		display: block;
		display: inline-block;
		overflow: hidden;
		width: 20px;
		height: 0;
		padding: 20px 0 0 0;
		background: url('../img/ind_gui_a2_tab_ico_yes.png') no-repeat;
		background-size: 20px 20px;
		text-indent: -5000px;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr:nth-child(2n - 1) .d1,
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr:nth-child(2n - 1) .d2{
		background: #edf1f5;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr:nth-child(2n) .d1,
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr:nth-child(2n) .d2{
		background: #f5f7f9;
	}
	.information-index .main-contents.guideline >.section-body article.a14 >.body table tr th{
		padding: 0 0.5em 0 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	.information-index .main-contents.guideline >.section-body article.a14 >.body table tr th:after{
		content: '：';
	}
	.information-index .main-contents.guideline >.section-body article.a14 >.body table tr td{
		padding: 0 1em 0 0;
	}
	.information-index .main-contents.flow >.section-body ol{
		width: 740px;
		margin: 0 auto;
	}
	.information-index .main-contents.flow >.section-body ol li{
		position: relative;
		padding-left: 180px;
	}
	.information-index .main-contents.flow >.section-body ol li:before{
		position: absolute;
		top: 0;
		left: 0;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(1):before{
		content: 'STEP 1';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2):before{
		content: 'STEP 2';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(3):before{
		content: 'STEP 3';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(4):before{
		content: 'STEP 4';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(5):before{
		content: 'STEP 5';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(6):before{
		content: 'STEP 6';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(7):before{
		content: 'STEP 7';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(8):before{
		content: 'STEP 8';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(9):before{
		content: 'STEP 9';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(10):before{
		content: 'STEP 10';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(11):before{
		content: 'STEP 11';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(12):before{
		content: 'STEP 12';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(13):before{
		content: 'STEP 13';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(14):before{
		content: 'STEP 14';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(15):before{
		content: 'STEP 15';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(16):before{
		content: 'STEP 16';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(17):before{
		content: 'STEP 17';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(18):before{
		content: 'STEP 18';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(19):before{
		content: 'STEP 19';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(20):before{
		content: 'STEP 20';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(21):before{
		content: 'STEP 21';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(22):before{
		content: 'STEP 22';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(23):before{
		content: 'STEP 23';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(24):before{
		content: 'STEP 24';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(25):before{
		content: 'STEP 25';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(26):before{
		content: 'STEP 26';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(27):before{
		content: 'STEP 27';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(28):before{
		content: 'STEP 28';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(29):before{
		content: 'STEP 29';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(30):before{
		content: 'STEP 30';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(31):before{
		content: 'STEP 31';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(32):before{
		content: 'STEP 32';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(33):before{
		content: 'STEP 33';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(34):before{
		content: 'STEP 34';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(35):before{
		content: 'STEP 35';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(36):before{
		content: 'STEP 36';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(37):before{
		content: 'STEP 37';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(38):before{
		content: 'STEP 38';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(39):before{
		content: 'STEP 39';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(40):before{
		content: 'STEP 40';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(41):before{
		content: 'STEP 41';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(42):before{
		content: 'STEP 42';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(43):before{
		content: 'STEP 43';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(44):before{
		content: 'STEP 44';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(45):before{
		content: 'STEP 45';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(46):before{
		content: 'STEP 46';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(47):before{
		content: 'STEP 47';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(48):before{
		content: 'STEP 48';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(49):before{
		content: 'STEP 49';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(50):before{
		content: 'STEP 50';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(51):before{
		content: 'STEP 51';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(52):before{
		content: 'STEP 52';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(53):before{
		content: 'STEP 53';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(54):before{
		content: 'STEP 54';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(55):before{
		content: 'STEP 55';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(56):before{
		content: 'STEP 56';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(57):before{
		content: 'STEP 57';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(58):before{
		content: 'STEP 58';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(59):before{
		content: 'STEP 59';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(60):before{
		content: 'STEP 60';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(61):before{
		content: 'STEP 61';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(62):before{
		content: 'STEP 62';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(63):before{
		content: 'STEP 63';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(64):before{
		content: 'STEP 64';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(65):before{
		content: 'STEP 65';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(66):before{
		content: 'STEP 66';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(67):before{
		content: 'STEP 67';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(68):before{
		content: 'STEP 68';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(69):before{
		content: 'STEP 69';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(70):before{
		content: 'STEP 70';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(71):before{
		content: 'STEP 71';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(72):before{
		content: 'STEP 72';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(73):before{
		content: 'STEP 73';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(74):before{
		content: 'STEP 74';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(75):before{
		content: 'STEP 75';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(76):before{
		content: 'STEP 76';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(77):before{
		content: 'STEP 77';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(78):before{
		content: 'STEP 78';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(79):before{
		content: 'STEP 79';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(80):before{
		content: 'STEP 80';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(81):before{
		content: 'STEP 81';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(82):before{
		content: 'STEP 82';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(83):before{
		content: 'STEP 83';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(84):before{
		content: 'STEP 84';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(85):before{
		content: 'STEP 85';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(86):before{
		content: 'STEP 86';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(87):before{
		content: 'STEP 87';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(88):before{
		content: 'STEP 88';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(89):before{
		content: 'STEP 89';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(90):before{
		content: 'STEP 90';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(91):before{
		content: 'STEP 91';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(92):before{
		content: 'STEP 92';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(93):before{
		content: 'STEP 93';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(94):before{
		content: 'STEP 94';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(95):before{
		content: 'STEP 95';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(96):before{
		content: 'STEP 96';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(97):before{
		content: 'STEP 97';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(98):before{
		content: 'STEP 98';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(99):before{
		content: 'STEP 99';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(100):before{
		content: 'STEP 100';
	}
	.information-index .main-contents.flow >.section-body ol li{
		height: 70px;
		font-size: 18px;
		text-align: center;
		line-height: 70px;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(1){
		z-index: 5;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2){
		z-index: 4;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(3){
		z-index: 3;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(4){
		z-index: 2;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(5){
		z-index: 1;
	}
	.information-index .main-contents.flow >.section-body ol li:before{
		width: 180px;
		height: 70px;
		color: #ffffff;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 18px;
		font-weight: 700;
		text-align: center;
		line-height: 70px;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n - 1){
		background: #edf1f5;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n - 1):before{
		background: #5f95c3;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n - 1):after{
		display: block;
		overflow: hidden;
		position: absolute;
		bottom: -12px;
		left: 77px;
		width: 26px;
		height: 0;
		padding: 12px 0 0 0;
		background: url('../img/ind_flo_ico_01.png') no-repeat;
		background-size: 26px 12px;
		text-indent: -5000px;
		content: '';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n){
		background: #f5f7f9;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n):before{
		background: #7bacd6;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n):after{
		display: block;
		overflow: hidden;
		position: absolute;
		bottom: -12px;
		left: 77px;
		width: 26px;
		height: 0;
		padding: 12px 0 0 0;
		background: url('../img/ind_flo_ico_02.png') no-repeat;
		background-size: 26px 12px;
		text-indent: -5000px;
		content: '';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(5):after{
		display: none;
	}
}

@media all and (max-width: 768px){
	.information .page-title{
		background-image: url(../img/sp/_pag_ttl_bg.jpg);
	}
	.information-index main{
		padding: 12vw 0;
	}
	.information-index .main-lead{
		margin: 0 4vw 4vw 4vw;
	}
	.information-index .main-lead p{
		font-size: 3.2vw;
		line-height: 5.6vw;
		letter-spacing: 0.048em;
	}
	.information-index .main-lead p a{
		color: #004ea2;
	}
	.information-index .main-lead p strong{
		color: #cc0000;
		font-weight: normal;
	}
	.information-index .main-contents{
		margin: 0 4vw 8vw 4vw;
	}
	.information-index .main-contents:last-child{
		margin-bottom: 0;
	}
	.information-index .main-contents .section-title{
		position: relative;
		margin: 0 0 3.33333vw 0;
		padding: 0 0 2.8vw 0;
	}
	.information-index .main-contents .section-title:before{
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0.53333vw;
		background: #e2e5e8;
		content: '';
	}
	.information-index .main-contents .section-title:after{
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 26.66667vw;
		height: 0.53333vw;
		background: #004ea2;
		content: '';
	}
	.information-index .main-contents .section-title h2{
		font-family: 'Noto Serif JP', serif;
		font-size: 5.33333vw;
		font-weight: 400;
		line-height: 8.26667vw;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents >.lead{
		margin: 0 0 2.66667vw 0;
	}
	.information-index .main-contents >.lead p{
		font-size: 3.2vw;
		line-height: 5.6vw;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents >.lead p a{
		color: #004ea2;
	}
	.information-index .main-contents >.lead p strong{
		color: #cc0000;
		font-weight: normal;
	}
	.information-index .main-contents.guideline >.section-body{
		display: table;
		border-collapse: collapse;
		width: 100%;
	}
	.information-index .main-contents.guideline >.section-body article{
		display: table-row;
	}
	.information-index .main-contents.guideline >.section-body article h3{
		display: table-cell;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: 24vw;
		padding: 4vw 0;
		border: 0.26667vw solid #b3bbc5;
		background: #f5f7f9;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 3.2vw;
		font-weight: 500;
		text-align: center;
		vertical-align: middle;
		line-height: 5.6vw;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents.guideline >.section-body article >.body{
		display: table-cell;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		width: calc(100% - vw(180));
		padding: 4vw;
		border: 0.26667vw solid #b3bbc5;
		font-size: 3.2vw;
		line-height: 5.6vw;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents.guideline >.section-body article >.body ul.dot-list li{
		position: relative;
		padding-left: 1.1em;
	}
	.information-index .main-contents.guideline >.section-body article >.body ul.dot-list li:before{
		position: absolute;
		top: 0;
		left: 0;
		content: '・';
	}
	.information-index .main-contents.guideline >.section-body article >.body ul.note-list li{
		position: relative;
		padding-left: 1.1em;
	}
	.information-index .main-contents.guideline >.section-body article >.body ul.note-list li:before{
		position: absolute;
		top: 0;
		left: 0;
		content: '※';
	}
	.information-index .main-contents.guideline >.section-body article >.body dl dt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li{
		position: relative;
		padding-left: 2.8em;
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:before{
		position: absolute;
		top: 0;
		left: 0;
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(1):before{
		content: '[※1]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(2):before{
		content: '[※2]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(3):before{
		content: '[※3]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(4):before{
		content: '[※4]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(5):before{
		content: '[※5]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(6):before{
		content: '[※6]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(7):before{
		content: '[※7]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(8):before{
		content: '[※8]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(9):before{
		content: '[※9]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(10):before{
		content: '[※10]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(11):before{
		content: '[※11]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(12):before{
		content: '[※12]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(13):before{
		content: '[※13]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(14):before{
		content: '[※14]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(15):before{
		content: '[※15]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(16):before{
		content: '[※16]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(17):before{
		content: '[※17]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(18):before{
		content: '[※18]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(19):before{
		content: '[※19]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(20):before{
		content: '[※20]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(21):before{
		content: '[※21]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(22):before{
		content: '[※22]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(23):before{
		content: '[※23]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(24):before{
		content: '[※24]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(25):before{
		content: '[※25]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(26):before{
		content: '[※26]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(27):before{
		content: '[※27]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(28):before{
		content: '[※28]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(29):before{
		content: '[※29]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(30):before{
		content: '[※30]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(31):before{
		content: '[※31]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(32):before{
		content: '[※32]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(33):before{
		content: '[※33]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(34):before{
		content: '[※34]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(35):before{
		content: '[※35]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(36):before{
		content: '[※36]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(37):before{
		content: '[※37]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(38):before{
		content: '[※38]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(39):before{
		content: '[※39]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(40):before{
		content: '[※40]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(41):before{
		content: '[※41]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(42):before{
		content: '[※42]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(43):before{
		content: '[※43]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(44):before{
		content: '[※44]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(45):before{
		content: '[※45]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(46):before{
		content: '[※46]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(47):before{
		content: '[※47]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(48):before{
		content: '[※48]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(49):before{
		content: '[※49]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(50):before{
		content: '[※50]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(51):before{
		content: '[※51]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(52):before{
		content: '[※52]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(53):before{
		content: '[※53]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(54):before{
		content: '[※54]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(55):before{
		content: '[※55]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(56):before{
		content: '[※56]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(57):before{
		content: '[※57]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(58):before{
		content: '[※58]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(59):before{
		content: '[※59]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(60):before{
		content: '[※60]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(61):before{
		content: '[※61]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(62):before{
		content: '[※62]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(63):before{
		content: '[※63]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(64):before{
		content: '[※64]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(65):before{
		content: '[※65]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(66):before{
		content: '[※66]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(67):before{
		content: '[※67]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(68):before{
		content: '[※68]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(69):before{
		content: '[※69]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(70):before{
		content: '[※70]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(71):before{
		content: '[※71]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(72):before{
		content: '[※72]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(73):before{
		content: '[※73]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(74):before{
		content: '[※74]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(75):before{
		content: '[※75]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(76):before{
		content: '[※76]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(77):before{
		content: '[※77]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(78):before{
		content: '[※78]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(79):before{
		content: '[※79]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(80):before{
		content: '[※80]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(81):before{
		content: '[※81]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(82):before{
		content: '[※82]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(83):before{
		content: '[※83]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(84):before{
		content: '[※84]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(85):before{
		content: '[※85]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(86):before{
		content: '[※86]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(87):before{
		content: '[※87]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(88):before{
		content: '[※88]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(89):before{
		content: '[※89]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(90):before{
		content: '[※90]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(91):before{
		content: '[※91]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(92):before{
		content: '[※92]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(93):before{
		content: '[※93]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(94):before{
		content: '[※94]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(95):before{
		content: '[※95]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(96):before{
		content: '[※96]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(97):before{
		content: '[※97]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(98):before{
		content: '[※98]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(99):before{
		content: '[※99]';
	}
	.information-index .main-contents.guideline >.section-body article >.body ol.number-note-list li:nth-child(100):before{
		content: '[※100]';
	}
	.information-index .main-contents.guideline >.section-body article.a1 >.body{
		font-size: 3.73333vw;
		line-height: 6.13333vw;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table{
		margin: 0 0 2.66667vw 0;
		font-size: 2.66667vw;
		line-height: 3.46667vw;
		letter-spacing: 0;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tr th,
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tr td{
		border-width: 0 0.26667vw 0.26667vw 0;
		border-style: solid;
		border-color: #ffffff;
		text-align: center;
		vertical-align: middle;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tr th:last-child,
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tr td:last-child{
		border-right-width: 0;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r1 th{
		height: 10.66667vw;
		background: #4f5b67;
		color: #ffffff;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r1 th .narrow{
		display: inline-block;
		overflow: hidden;
		position: relative;
		height: 3.46667vw;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r1 th .narrow >.wrap{
		display: block;
		position: absolute;
		top: -1000px;
		right: -1000px;
		bottom: -1000px;
		left: -1000px;
		width: 200%;
		height: 3.46667vw;
		margin: auto;
		white-space: nowrap;
		-webkit-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r1 th.h1{
		width: 31.6vw;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r1 th.h2{
		width: 28.13333vw;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r1 th.h2 .narrow{
		width: 20.26667vw;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r1 th.h2 .narrow >.wrap{
		-webkit-transform: scaleX(0.8);
		        transform: scaleX(0.8);
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th{
		height: 10.66667vw;
		background: #7bacd6;
		color: #ffffff;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th.h1{
		padding: 0;
		background: url(../img/sp/ind_gui_a2_tab_bg.png) no-repeat center center;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th.h1 >.wrap{
		position: relative;
		width: 31.6vw;
		height: 10.66667vw;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th.h1 >.wrap span{
		position: absolute;
		line-height: 1;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th.h1 >.wrap span.s1{
		bottom: 2vw;
		left: 2vw;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table thead .r2 th.h1 >.wrap span.s2{
		top: 2vw;
		right: 2vw;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr .h1{
		height: 10.66667vw;
		padding: 2vw 0;
		background: #5f95c3;
		color: #ffffff;
		text-align: center;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr .d1 .yes,
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr .d2 .yes{
		display: block;
		display: inline-block;
		overflow: hidden;
		width: 4vw;
		height: 0;
		padding: 4vw 0 0 0;
		background: url('../img/ind_gui_a2_tab_ico_yes.png') no-repeat;
		background-size: 4vw 4vw;
		text-indent: -5000px;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr:nth-child(2n - 1) .d1,
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr:nth-child(2n - 1) .d2{
		background: #edf1f5;
	}
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr:nth-child(2n) .d1,
	.information-index .main-contents.guideline >.section-body article.a2 >.body table tbody tr:nth-child(2n) .d2{
		background: #f5f7f9;
	}
	.information-index .main-contents.guideline >.section-body article.a14 >.body table tr th{
		padding: 0 0.5em 0 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	.information-index .main-contents.guideline >.section-body article.a14 >.body table tr th:after{
		content: '：';
	}
	.information-index .main-contents.guideline >.section-body article.a14 >.body table tr td{
		padding: 0 1em 0 0;
	}
	.information-index .main-contents.flow >.section-body ol{
		width: 92vw;
		margin: 0 auto;
	}
	.information-index .main-contents.flow >.section-body ol li{
		position: relative;
		padding-left: 24vw;
	}
	.information-index .main-contents.flow >.section-body ol li:before{
		position: absolute;
		top: 0;
		left: 0;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(1):before{
		content: 'STEP 1';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2):before{
		content: 'STEP 2';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(3):before{
		content: 'STEP 3';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(4):before{
		content: 'STEP 4';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(5):before{
		content: 'STEP 5';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(6):before{
		content: 'STEP 6';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(7):before{
		content: 'STEP 7';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(8):before{
		content: 'STEP 8';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(9):before{
		content: 'STEP 9';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(10):before{
		content: 'STEP 10';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(11):before{
		content: 'STEP 11';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(12):before{
		content: 'STEP 12';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(13):before{
		content: 'STEP 13';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(14):before{
		content: 'STEP 14';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(15):before{
		content: 'STEP 15';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(16):before{
		content: 'STEP 16';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(17):before{
		content: 'STEP 17';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(18):before{
		content: 'STEP 18';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(19):before{
		content: 'STEP 19';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(20):before{
		content: 'STEP 20';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(21):before{
		content: 'STEP 21';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(22):before{
		content: 'STEP 22';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(23):before{
		content: 'STEP 23';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(24):before{
		content: 'STEP 24';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(25):before{
		content: 'STEP 25';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(26):before{
		content: 'STEP 26';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(27):before{
		content: 'STEP 27';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(28):before{
		content: 'STEP 28';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(29):before{
		content: 'STEP 29';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(30):before{
		content: 'STEP 30';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(31):before{
		content: 'STEP 31';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(32):before{
		content: 'STEP 32';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(33):before{
		content: 'STEP 33';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(34):before{
		content: 'STEP 34';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(35):before{
		content: 'STEP 35';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(36):before{
		content: 'STEP 36';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(37):before{
		content: 'STEP 37';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(38):before{
		content: 'STEP 38';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(39):before{
		content: 'STEP 39';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(40):before{
		content: 'STEP 40';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(41):before{
		content: 'STEP 41';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(42):before{
		content: 'STEP 42';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(43):before{
		content: 'STEP 43';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(44):before{
		content: 'STEP 44';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(45):before{
		content: 'STEP 45';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(46):before{
		content: 'STEP 46';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(47):before{
		content: 'STEP 47';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(48):before{
		content: 'STEP 48';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(49):before{
		content: 'STEP 49';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(50):before{
		content: 'STEP 50';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(51):before{
		content: 'STEP 51';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(52):before{
		content: 'STEP 52';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(53):before{
		content: 'STEP 53';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(54):before{
		content: 'STEP 54';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(55):before{
		content: 'STEP 55';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(56):before{
		content: 'STEP 56';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(57):before{
		content: 'STEP 57';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(58):before{
		content: 'STEP 58';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(59):before{
		content: 'STEP 59';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(60):before{
		content: 'STEP 60';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(61):before{
		content: 'STEP 61';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(62):before{
		content: 'STEP 62';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(63):before{
		content: 'STEP 63';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(64):before{
		content: 'STEP 64';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(65):before{
		content: 'STEP 65';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(66):before{
		content: 'STEP 66';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(67):before{
		content: 'STEP 67';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(68):before{
		content: 'STEP 68';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(69):before{
		content: 'STEP 69';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(70):before{
		content: 'STEP 70';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(71):before{
		content: 'STEP 71';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(72):before{
		content: 'STEP 72';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(73):before{
		content: 'STEP 73';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(74):before{
		content: 'STEP 74';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(75):before{
		content: 'STEP 75';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(76):before{
		content: 'STEP 76';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(77):before{
		content: 'STEP 77';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(78):before{
		content: 'STEP 78';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(79):before{
		content: 'STEP 79';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(80):before{
		content: 'STEP 80';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(81):before{
		content: 'STEP 81';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(82):before{
		content: 'STEP 82';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(83):before{
		content: 'STEP 83';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(84):before{
		content: 'STEP 84';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(85):before{
		content: 'STEP 85';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(86):before{
		content: 'STEP 86';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(87):before{
		content: 'STEP 87';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(88):before{
		content: 'STEP 88';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(89):before{
		content: 'STEP 89';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(90):before{
		content: 'STEP 90';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(91):before{
		content: 'STEP 91';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(92):before{
		content: 'STEP 92';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(93):before{
		content: 'STEP 93';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(94):before{
		content: 'STEP 94';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(95):before{
		content: 'STEP 95';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(96):before{
		content: 'STEP 96';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(97):before{
		content: 'STEP 97';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(98):before{
		content: 'STEP 98';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(99):before{
		content: 'STEP 99';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(100):before{
		content: 'STEP 100';
	}
	.information-index .main-contents.flow >.section-body ol li{
		height: 12vw;
		font-size: 3.46667vw;
		text-align: center;
		line-height: 12vw;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(1){
		z-index: 5;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2){
		z-index: 4;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(3){
		z-index: 3;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(4){
		z-index: 2;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(5){
		z-index: 1;
	}
	.information-index .main-contents.flow >.section-body ol li:before{
		width: 24vw;
		height: 12vw;
		color: #ffffff;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 3.46667vw;
		font-weight: 700;
		text-align: center;
		line-height: 12vw;
		letter-spacing: 0.048em;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n - 1){
		background: #edf1f5;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n - 1):before{
		background: #5f95c3;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n - 1):after{
		display: block;
		overflow: hidden;
		position: absolute;
		bottom: -1.6vw;
		left: 10.26667vw;
		width: 3.46667vw;
		height: 0;
		padding: 1.6vw 0 0 0;
		background: url('../img/ind_flo_ico_01.png') no-repeat;
		background-size: 3.46667vw 1.6vw;
		text-indent: -5000px;
		content: '';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n){
		background: #f5f7f9;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n):before{
		background: #7bacd6;
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(2n):after{
		display: block;
		overflow: hidden;
		position: absolute;
		bottom: -1.6vw;
		left: 10.26667vw;
		width: 3.46667vw;
		height: 0;
		padding: 1.6vw 0 0 0;
		background: url('../img/ind_flo_ico_02.png') no-repeat;
		background-size: 3.46667vw 1.6vw;
		text-indent: -5000px;
		content: '';
	}
	.information-index .main-contents.flow >.section-body ol li:nth-child(5):after{
		display: none;
	}
}
