@charset "UTF-8";
/* CSS Document */

/*----------------------------------
index用のCSSです
----------------------------------*/
.CtsMrBox{width:1024px; margin: 0 auto;}

.containner{
    font-family: 'ヒラギノ角ゴ ProN W3','Hiragino kaku Gothic ProN','メイリオ','Meiryo','MS Pゴシック','MS PGothic',sans-serif;
}

.ttl_box {
    /*background-image: url(/attending/help/address/images/ttl_bg.png);*/
    height: 95px;
    margin-bottom: 10px;
    padding: 0 20px;
}
.title {
	color: #0d5980;
	font-size: 26px;
	font-weight: 500;
	padding-left: 10px;
  	border-left:12px solid #0d5980;
	margin: 20px 0;
}

.page_des {
	font-size:15px;
	color:#1a237e;
	margin-bottom:20px;
	line-height:20px;
    /*text-indent: 1.5em;*/
}

.FClear:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .FClear{ zoom: 1; } /* IE6 */
*:first-child+html .FClear{ zoom: 1; } /* IE7 */


.TxtIdt {
text-indent:-9999px;
}

.Fleft {
float:left;
}

.Fright {
float:right;
}

.Clear {
clear:both;
}

.Mbottom10 {
		margin-bottom:10px;
}

.Mbottom20 {
		margin-bottom:20px;
}

.MLeft10 {
	margin-left:10px;}

.MLeft20 {
	margin-left:20px;}
	
.MRight20 {
	margin-right:20px;}
	
.OFh {overflow:hidden;}

img {font-size:1px; line-height:1px;}

h2 {
    margin-bottom: 20px;
}
/*----------------------------------メインコンテンツ----------------------------------*/

/* #flickscroll
--------------------------- */
#flickscroll {
	margin: 0 auto;
	width: 960px;
	height: 647px;
	text-align: left;
	position: relative;
}
#flickscroll ul {
	top: 0;
	left: 0;
	height: 647px;
	position: absolute;
	overflow: hidden;
	width:960px;
}
#flickscroll ul li {
	width: 960px;
	height: 647px;
	float: left;
}

#flickscroll #moveprev {
	top: 657px;
	left: 0px;
	width: 61px;
	height: 61px;
	background: transparent url(/attending/help/address/images/prev.png) no-repeat left top;
	position: absolute;
	cursor: pointer;
}

#flickscroll #movenext {
	top: 657px;
	right: 0px;
	width: 61px;
	height: 61px;
	background: transparent url(/attending/help/address/images/next.png) no-repeat left top;
	position: absolute;
	cursor: pointer;
}



/* #flickthumb
--------------------------- */
#flickthumb {
	margin: 10px auto;
	width: 400px;
	height: 60px;
	text-align: center;
}
#flickthumb ul {
	width: 102px;
	height: 12px;
	background:url(/attending/help/address/images/nav01.png) no-repeat;
	position:relative;
}
#flickthumb ul li {
	width: 12px;
	height: 12px;
	float: left;
	cursor: pointer;
	display: inline;
	position:absolute;
}

.pot01 { top:-13px; left:0px;}
.pot02 { top:-13px; left:15px;}
.pot03 { top:-13px; left:30px;}
.pot04 { top:-13px; left:45px;}
.pot05 { top:-13px; left:60px;}
.pot06 { top:-13px; left:75px;}
.pot07 { top:-13px; left:90px;}

.pot01,  x:-moz-any-link { top:-1px; left:0px;}
.pot02,  x:-moz-any-link { top:-1px; left:15px;}
.pot03,  x:-moz-any-link { top:-1px; left:30px;}
.pot04,  x:-moz-any-link { top:-1px; left:45px;}
.pot05,  x:-moz-any-link { top:-1px; left:60px;}
.pot06,  x:-moz-any-link { top:-1px; left:75px;}
.pot07,  x:-moz-any-link { top:-1px; left:90px;}

#flickthumb ul li img {vertical-align:central;}
#flickthumb ul li.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#flickscroll ul:after,
#flickthumb ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#flickscroll ul,
#flickthumb ul {
	display: inline-block;
	overflow: hidden;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

img {
	-ms-interpolation-mode: bicubic;
}



ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



option {
	padding-right: 10px;
}


.pdftxt {text-align:right;}

div.positionbox {position:relative; width:960px; height:auto;}
p.linkstyle {width:284px; height:44px; position:absolute; top:515px; left:440px;}
p.linkstyle a{width:284px; height:44px; display:block;}
p.linkstyle a:hover {text-decoration:none;}

/*#nav {
    width: 1024px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

#nav .nav_btn {
    width: auto !important;
    height: 100% !important;
    margin: 0 50px 10px 0;
}*/

/*新アンカーボタンここから*/
	#anc {
		width: 100%;
		display: flex;
		/*justify-content: space-between;*/
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	
	#anc.fixed {
		width: 960px;
		background: white;
	}	
	
	#anc li {
		width: 24.5%;
		margin-bottom: .5%;
        margin-right: 5px;
	}	
	
	#anc li a {
		display: block;
		padding: 10px;
		border: 1px solid #d5d5d5;
		border-radius: 4px;
		background: white;
        text-decoration: none;
	}	
	
	#anc li a {
		display: flex;
		align-items: center;
		position: relative;
		padding: 15px 10px;
		border: 1px solid #d5d5d5;
		border-radius: 4px;
		overflow: hidden;
	}	
	
	#anc li:nth-of-type(7) a {
		padding: 5px 10px;
	}	
	
	#anc li a:hover {
		text-decoration: none;
		opacity: .7;
	}	
	
	#anc li a::before {
		content: '';
		display: block;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background: #049fe6;
		position: absolute;
		top: 50%;
		left: -40px;
		margin-top: -50px;
	}	
	
	#anc li a::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 5px 0 5px;
		border-color: red transparent transparent transparent;
		position: absolute;
		top: 50%;
		right: 5px;
		margin-top: -4px;
	}	
		
	#anc li a span.stepNum {
		position: relative;
		margin-right: 1.3rem;
		color: white;
		font-weight: bold;
		font-size: 1.3rem;
	}	
	
	#anc li a span.stepTxt {
		color: #049fe6;
		font-size: 1.4rem;
		font-weight: bold;
	}	
	
	/*スマホポイントボタン*/
	#anc li:nth-of-type(8) a {
		padding: 5px 10px;
		background: #ffff00;
		color: #0ca2e6;
		font-size: 1.4rem;
		font-weight: bold;
	}	
	
	#anc li:nth-of-type(8) a::before {
		content: none;
	}	
/*新アンカーボタンここまで*/

.step {
	margin-bottom: 60px;
    padding-bottom: 40px;
    /*border-bottom: solid 2px #049fe6;*/
}
#step6.step {
	margin-bottom: 0px !important;
    padding-bottom: 40px;
    /*border-bottom: solid 2px #049fe6;*/
}

.step h2 {
	margin-bottom: 20px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0ca2e6;
    border-bottom: 1px solid #0ca2e6;
}

.step h2 span {
	padding: 3px 15px;
	background-color: #0ca2e6;
	color: #fff;
	border-radius: 15px;
	font-size: 15px;
	margin-right: 10px;
	line-height: 1.0;
}

.step_wapper {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.step__img {
	width: 630px;
	height: auto;
	position: relative;
}

#step4 .step__img {
	width: 630px;
	height: auto;
	position: relative;
    padding-top: 70px;
}

.step__img .balloon {
	position: absolute;
}

.step__img .balloon P {
	z-index: 1;
	padding: 10px;
	background-color: #fff;
}

.h_step1 {
    height: 490px;
}
#step1 .balloon.top  {
	right: -395px;
	top: 90px;
}
#step1 .balloon.top .balloon2-left:after {
	left: -90px;
	border-right: 80px solid #0ca2e6;
}
#step1 .balloon.bottom  {
	right: -395px;
	bottom: 100px;
}
#step1 .balloon.bottom .balloon2-left:after {
	left: -260px;
	border-right: 250px solid #0ca2e6;
    top: 45px;
}
#step1 img.kokoro {
    width: 212px;
    height: 148px;
    top: 210px;
    left: 100px;
}

#step2 .balloon.top  {
	right: -410px;
	top: 45px;
}

#step2 .balloon.top .balloon2-left:after {
	left: -350px;
	border-right: 340px solid #0ca2e6;
}

#step2 .balloon.bottom  {
	right: -410px;
	bottom: 56px;
}

#step2 .balloon.bottom .balloon2-left:after {
	left: -370px;
	border-right: 360px solid #0ca2e6;
}
#step2 img.kokoro {
    width: 233px;
    height: 182px;
    top: 10px;
    left: 100px;
}

.h_step3 {
    height: 600px;
}
#step3 .balloon.bubble01  {
	right: -410px;
	top: 80px;
}

#step3 .balloon.bubble01 .balloon2-left:after {
	left: -130px;
	border-right: 120px solid #0ca2e6;
    top: 55px;
}

#step3 .balloon.bubble02  {
	right: -410px;
	/*top: 260px;*/
    bottom: 190px;
}

#step3 .balloon.bubble02 .balloon2-left:after {
	left: -75px;
	border-right: 65px solid #0ca2e6;
    top: 15px;
}

#step3 .balloon.bubble04  {
	right: -395px;
	bottom: 100px;
}

#step3 .balloon.bubble04 .balloon2-left:after {
	left: -45px;
	border-right: 29px solid #0ca2e6;
}

#step3 .balloon.bubble03  {
	right: -395px;
	bottom: 395px;
}

#step3 .balloon.bubble03 .balloon2-left:after {
	left: -305px;
	border-right: 289px solid #0ca2e6;
}
#step3 img.kokoro {
    width: 246px;
    height: 126px;
    top: -185px;
    left: 100px;
}
#step3 img.img {
    top: -110px;
}

.h_step4 {
    height: 590px;
}
#step4 .step {
	margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#step4 .balloon.top  {
	right: -390px;
	top: 160px;
}

#step4 .balloon.bottom  {
	right: -395px;
	bottom: 110px;
}

#step4 .balloon .balloon2-left:after {
	left: -540px;
	border-right: 530px solid #0ca2e6;
}
#step4 img.kokoro {
    width: 257px;
    height: 181px;
    top: -110px;
    left: 380px;
}

#step5 .balloon  {
	right: -395px;
	bottom: 140px;
}
#step5 .balloon2-left:after {
	left: -440px;
	border-right: 430px solid #0ca2e6;
}
#step5 .balloon.bottom {
    right: -395px;
    bottom: 8px;
}
#step5 .balloon.bottom .balloon2-left:after {
	left: -120px;
	border-right: 110px solid #0ca2e6;
}
#step5 img.kokoro {
    width: 265px;
    height: 178px;
    top: -15px;
    left: 100px;
}

#step6 .balloon.top  {
	right: -395px;
	top: 15px;
}

#step6 .balloon.bottom  {
	right: -395px;
	bottom: 10px;
}

#step6 .balloon .balloon2-left:after {
	left: -200px;
	border-right: 186px solid #0ca2e6;
    top: 110px;
}
#step6 img.kokoro {
    width: 216px;
    height: 186px;
    top: -20px;
    left: 100px;
}

#step7 .step7-1 .balloon.top  {
	right: -390px;
	top: 40px;
}

#step7 .step7-1 .balloon.bottom  {
	right: -320px;
	bottom: 330px;
}
#step7 img.kokoro {
    width: 220px;
    height: 179px;
    top: 450px;
    right: 50px;
}
#step7 span {
    font-weight: bold;
}
#step7 div.balloon2-left {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 370px;
  color: #000;
  font-size: 15px;
  background: #FFF;
  border: none;
  box-sizing: border-box;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 370px;
  color: #000;
  font-size: 15px;
  background: #FFF;
  border: solid 3px #0ca2e6;
  box-sizing: border-box;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  /*border-right: 12px solid #0ca2e6;*/
  z-index: -2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -14px;
  border: 14px solid transparent;
  z-index: -1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}

.contents .balloon2-left img {
	position: static;
}

.txt {
	width: 370px;
}
#step2 .txt {
	width: 430px;
    padding-top: 135px;
    padding-left: 30px;
}
#step3 .txt {
	width: 430px;
    padding-top: 345px;
    padding-left: 30px;
}
#step7 .txt {
	width: 370px;
}

.Clear {
clear:both;
}

.contents img {
	z-index: -5;
	position: relative;
}

.contents a {
	text-decoration: underline;
	display: inline-block;
}
.contents a:hover {
	opacity: 0.7;
}

.redline {
	background-color: #ff0000;
	color: #fff;
	padding: 2px 7px;
	line-height: 1.0;
}

.redL {
	color: #ff0000;
	font-size: 18px;
	font-weight: bold;
}

.redL:before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(/attending/help/yoyaku/images/r3_step/ico_note.png);
  background-size: contain;
  vertical-align: text-top;
  margin-right: 5px;
}

.Common21__fill-btn-wrap {
    margin: 2.4rem 0;
    border-radius: 3rem;
    background: linear-gradient(#f3fafe 25%, #91d5f5 100%);
    border: 1px solid #dfdfe0;
	position: absolute;
	bottom: 260px;
	right: 70px;
}

.Common21__fill-btn-wrap a{
	position: relative;
    color: #0067cd;
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8;
    display: block;
    padding: 0.6rem 1rem;
    text-align: center;
	text-decoration: none;
}
.Common21__fill-btn-wrap a:hover{
	text-decoration: none;
}
.Common21__fill-btn-wrap:hover{
	background: linear-gradient(#91d5f5 25%, #f3fafe 100%);
	text-decoration: none;
}

.icon {
	width: 18px;
	height: 18px;
	vertical-align: sub;
}