html {
	font-size: 13px;
	font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

body {
	color: #333;
	line-height: 1.714;
}

/* ------------------------------
	#globalHeader
------------------------------ */
#globalHeader {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 8px 10px;
	background: #c70079;
	border-top: none;
	border-bottom: solid 2px #94005a;
}

#globalHeader #gh_logo {
	float: left;
	border: solid 1px #FFF;
	margin-right: 15px;
	height: 84px;
	overflow: hidden;
}

#globalHeader #gh_description {
	height: 85px;
	display: table-cell;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	vertical-align: middle;
}

#globalHeader #gh_spnav_btn {
	position: absolute;
	width: 65px;
	height: 65px;
	top: 17px;
	right: 16px;
	clear: left;
	background-image: url(../img/spnav_btn.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
}

#globalHeader #gh_spnav_btn.is-active {
	background-position: 0 bottom;
}

#globalHeader #gh_content {
	display: none;
}

/* ------------------------------
	#yumekaHeader
------------------------------ */
#yumekaHeader {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 8px 10px;
	background: #fff577;
	border-top: none;
	border-bottom: solid 2px #f5de0f;
}

#yumekaHeader:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#yumekaHeader #yh_logo {
	float: left;
	border: solid 1px #FFF;
	margin-right: 20px;
	height: 84px;
	overflow: hidden;
}

#yumekaHeader #yh_yumekalogo {
	width: 135px;
	float: left;
	overflow: hidden;
}

#yumekaHeader #yh_to_yumeTop {
	display: none;
}

#yumekaHeader #yh_to_yumekaTop {
	display: block;
	margin-top: 5px;
	width: 120px;
	height: 74px;
	text-indent: -9999px;
	background: url(../img/yumeka/yumekalogo_sp.png) no-repeat 0 0;
	background-size: contain;
}

#yumekaHeader #yh_spnav_btn {
	position: absolute;
	width: 65px;
	height: 65px;
	top: 17px;
	right: 16px;
	clear: left;
	background-image: url(../img/yumeka/sp_yumekanav_btn.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
}

#yumekaHeader #yh_spnav_btn.is-active {
	background-position: 0 bottom;
}

#yumekaHeader #yh_content {
	display: none;
}

/* ------------------------------
	#hokenHeader
------------------------------ */
#hokenHeader {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 8px 10px;
	background: #3782cc;
	border-top: none;
	border-bottom: solid 2px #235383;
}

#hokenHeader:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#hokenHeader #hh_logo {
	float: left;
	border: solid 1px #FFF;
	margin-right: 20px;
	height: 84px;
	overflow: hidden;
}

#hokenHeader #hh_hokenlogo {
	width: 135px;
	float: left;
	overflow: hidden;
}

#hokenHeader #hh_to_yumeTop {
	display: none;
}

#hokenHeader #hh_to_hokenTop {
	display: block;
	margin-top: 24px;
	width: 120px;
	height: 43px;
	text-indent: -9999px;
	background: url(../img/hoken/hokenlogo_sp.png) no-repeat 0 0;
	background-size: contain;
}

#hokenHeader #hh_spnav_btn {
	position: absolute;
	width: 65px;
	height: 65px;
	top: 17px;
	right: 16px;
	clear: left;
	background-image: url(../img/hoken/sp_hokennav_btn.png);
	background-repeat: no-repeat;
	background-position: 0 top;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
}

#hokenHeader #hh_spnav_btn.is-active {
	background-position: 0 bottom;
}

#hokenHeader #hh_content {
	display: none;
}

/* ------------------------------
	#container
------------------------------ */
#container {
}


/* ------------------------------
	#main
------------------------------ */
#container #main {
}

/* ------------------------------
	#side
------------------------------ */
#container #side {
	margin: 20px 10px;
}

#container #side .side_header {
	border-style: solid;
	border-color: #dddddd;
	border-width: 1px 1px 0;
}

#container #side .side_heading > a,
#container #side .side_heading > span {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 0.825em 18px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 1.333;
}

#container #side .side_heading > a:before,
#container #side .side_heading > span:before {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	top: 1em;
	width: 4px;
	height: 1.125em;
	speak: none;
	background: #c70079;
}

#container #side .side_heading > a {
	padding: 0.904em 1.5em 0.904em 19px;
}

#container #side .side_heading > a:hover {
	color: #c70079;
}

#container #side .side_heading > a:after {
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 1.625em;
	right: 0.875em;
	text-align: center;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	speak: none;
}

#container #side .sideNav {
	margin-bottom: 15px;
	background: #eee;
	font-size: 15px;
	padding: 4px;
	border: 1px solid #dddddd;
}

#container #side .sideNav>li {
	margin-top: 4px;
	background: #FFF;
}

#container #side .sideNav>li.is-active {
	position: relative;
}

#container #side .sideNav>li.is-active:before {
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
	background: #c70079;
}

#container #side .sideNav>li:first-child {
	margin-top: 0;
}

#container #side .sideNav>li>a {
	position: relative;
	display: block;
	padding: 10px 2em 10px 15px;
	color: #333;
}

#container #side .sideNav>li>a:hover,
#container #side .sideNav>li>a.is-active {
	color: #c70079;
}

#container #side .sideNav>li>a:after {
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto 0;
	text-align: center;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	speak: none;
}

#container #side .sideNav>li>a.snav-blank:after {
	content: "\e957";
}

#container #side .sideNav_2nd {
	margin-left: 15px;
	font-size: 14px;
	display: none;
}

#container #side .is-active .sideNav_2nd {
	display: block;
}

#container #side .sideNav_2nd>li {
	padding-top: 1px;
	background: url(../img/line_dotx.gif) repeat-x center top;
}

#container #side .sideNav_2nd>li>a {
	position: relative;
	display: block;
	padding: 0.5em 0.5em 0.5em 1.846em;
	color: #333;
}

#container #side .sideNav_2nd>li>a:before {
	display: inline-block;
	margin-left: -1.646em;
	margin-right: 0.646em;
	width: 1em;
	height: 1em;
	text-align: center;
	font-family: 'basicico' !important;
	content: "\e921";
	color: #f5a300;
	font-size: 12px;
	border-radius: 0.16em;
	font-weight: normal;
	line-height: 1;
	speak: none;
	overflow: hidden;
}

#container #side .sideNav_2nd>li>a.snav-blank:before {
	content: "\e957";
}

#container #side .sideNav_2nd>li>a:hover,
#container #side .sideNav_2nd>li>a.is-active {
	color: #c70079;
}

/* ------------------------------
	#globalNav
------------------------------ */
#globalNav {
	display: none!important;
}

#spNav {
	display: none;
	background: #FFF;
	border-bottom: solid 7px #c70079;
}

#spNav>ul {
	padding: 10px;
	background: #eee;
}

#spNav>ul li {
	margin-top: 5px;
}

#spNav>ul li:first-child {
	margin-top: 0;
}

#spNav>ul li a {
	position: relative;
	padding-left: 53px;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	background: #FFF;
}

#spNav>ul li a::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	font-family: 'youmeico' !important;
	color: #c70079;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#spNav>ul li a::after {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto 0;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#spNav #spnav_first a::before {
	content: "\e900";
	width: 24px;
	height: 24px;
	font-size: 24px;
	left: 19px;
}

#spNav #spnav_point a::before {
	content: "\e901";
	width: 26px;
	height: 26px;
	font-size: 26px;
	left: 18px;
}

#spNav #spnav_service a::before {
	content: "\e902";
	width: 24px;
	height: 24px;
	font-size: 24px;
	left: 23px;
}

#spNav #spnav_campaign a::before {
	content: "\e903";
	width: 18px;
	height: 18px;
	font-size: 18px;
	left: 22px;
}

#spNav #spnav_support a::before {
	content: "\e904";
	width: 25px;
	height: 25px;
	font-size: 25px;
	left: 18px;
}

#spNav #spnav_apply {
	margin: 15px 15px 8px;
}

#spNav #spnav_apply a {
	position: relative;
	display: block;
	height: 46px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	border-style: solid;
	border-color: #dedede;
	border-width: 1px 1px 5px 1px;
	border-radius: 4px;
	background: #f2f2f2;
}

#spNav #spnav_apply a::before {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	left: 13px;
	margin: auto 0;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#spNav #spnav_login {
	margin: 8px 15px 15px;
}

#spNav #spnav_login a {
	position: relative;
	display: block;
	height: 46px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	border-style: solid;
	border-color: #deca19;
	border-width: 1px 1px 5px 1px;
	border-radius: 4px;
	background: #ffe71c;
}

#spNav #spnav_login a::before {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	left: 11px;
	margin: auto 0;
	font-family: 'youmeico' !important;
	content: "\e905";
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

/* ------------------------------
	#yumekaNav
------------------------------ */
#yumekaNav {
	display: none!important;
}

#spYumekaNav {
	display: none;
	background: #FFF;
	border-bottom: solid 7px #c70079;
}

#spYumekaNav>ul {
	padding: 10px;
	background: #eee;
}

#spYumekaNav>ul li {
	margin-top: 5px;
}

#spYumekaNav>ul li:first-child {
	margin-top: 0;
}

#spYumekaNav>ul li a {
	position: relative;
	padding-left: 14px;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	background: #FFF;
}

#spYumekaNav>ul li a::after {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto 0;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#spYumekaNav #spYnav_apply {
	margin: 15px 15px 8px;
}

#spYumekaNav #spYnav_apply a {
	position: relative;
	display: block;
	height: 46px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	border-style: solid;
	border-color: #dedede;
	border-width: 1px 1px 5px 1px;
	border-radius: 4px;
	background: #f2f2f2;
}

#spYumekaNav #spYnav_apply a::before {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	left: 13px;
	margin: auto 0;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#spYumekaNav #spYnav_login {
	margin: 8px 15px 15px;
}

#spYumekaNav #spYnav_login a {
	position: relative;
	display: block;
	height: 46px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 46px;
	border-style: solid;
	border-color: #deca19;
	border-width: 1px 1px 5px 1px;
	border-radius: 4px;
	background: #ffe71c;
}

#spYumekaNav #spYnav_login a::before {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	left: 11px;
	margin: auto 0;
	font-family: 'youmeico' !important;
	content: "\e905";
	color: #333;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

/* ------------------------------
	#hokenNav
------------------------------ */
#hokenNav {
	display: none!important;
}

#spHokenNav {
	display: none;
	background: #FFF;
	border-bottom: solid 7px #3782cc;
}

#spHokenNav>ul {
	padding: 10px;
	background: #eee;
}

#spHokenNav>ul li {
	margin-top: 5px;
}

#spHokenNav>ul li:first-child {
	margin-top: 0;
}

#spHokenNav>ul li a {
	position: relative;
	padding-left: 14px;
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	white-space: nowrap;
	background: #FFF;
}

#spHokenNav>ul li a::after {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto 0;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

/* ------------------------------
	#globalFooter
------------------------------ */
#toPageTop a {
	display: block;
	line-height: 1;
	margin: 30px auto 10px;
	width: 80px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

#toPageTop a:after {
	display: block;
	font-family: 'basicico' !important;
	content: "\e900";
	color: #c70079;
	font-size: 40px;
	line-height: 1;
	speak: none;
}

#globalFooter #gf_content {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	border-top: solid 5px #c70079;
}

#globalFooter #gf_nav {
	font-size: 13px;
	margin-bottom: 13px;
	letter-spacing: -.40em;
}

#globalFooter #gf_nav>li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 1.615em;
}

#globalFooter #gf_nav>li a {
	color: #333;
}

#globalFooter #gf_nav>li a:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 0.66em;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#globalFooter #gf_copyright {
	display: block;
	font-size: 11px;
	color: #666;
	text-align: center;
}


/* ------------------------------
	#yumekaFooter
------------------------------ */
#yumekaToPageTop a {
	display: block;
	line-height: 1;
	margin: 30px auto 10px;
	width: 80px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

#yumekaToPageTop a:after {
	display: block;
	font-family: 'basicico' !important;
	content: "\e900";
	color: #c70079;
	font-size: 40px;
	line-height: 1;
	speak: none;
}


#yumekaFooter #yf_content {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	border-top: solid 5px #c70079;
}

#yumekaFooter #yf_nav {
	font-size: 13px;
	margin-bottom: 13px;
	letter-spacing: -.40em;
}

#yumekaFooter #yf_nav>li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 1.615em;
}

#yumekaFooter #yf_nav>li a {
	color: #333;
}

#yumekaFooter #yf_nav>li a:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 0.66em;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#yumekaFooter #yf_to_yumeTop {
	margin: 15px 15px 8px;
}

#yumekaFooter #yf_to_yumeTop a {
	position: relative;
	display: block;
	height: 36px;
	color: #333;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	border-style: solid;
	border-color: #dedede;
	border-width: 1px 1px 5px 1px;
	border-radius: 4px;
	background: #f2f2f2;
}

#yumekaFooter #yf_to_yumeTop a::before {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	left: 13px;
	margin: auto 0;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#yumekaFooter #yf_copyright {
	display: block;
	font-size: 11px;
	color: #666;
	text-align: center;
}

/* ------------------------------
	#hokenFooter
------------------------------ */
#hokenToPageTop a {
	display: block;
	line-height: 1;
	margin: 30px auto 10px;
	width: 80px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

#hokenToPageTop a:after {
	display: block;
	font-family: 'basicico' !important;
	content: "\e900";
	color: #3782cc;
	font-size: 40px;
	line-height: 1;
	speak: none;
}

#hokenFooter #hf_content {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin: 0 auto;
	border-top: solid 5px #3782cc;
}

#hokenFooter #hf_nav {
	font-size: 13px;
	margin-bottom: 13px;
	letter-spacing: -.40em;
}

#hokenFooter #hf_nav>li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 1.615em;
}

#hokenFooter #hf_nav>li a {
	color: #333;
}

#hokenFooter #hf_nav>li a:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 0.66em;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#hokenFooter #hf_to_yumeTop {
	margin: 15px 15px 8px;
}

#hokenFooter #hf_to_yumeTop a {
	position: relative;
	display: block;
	height: 36px;
	color: #333;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	border-style: solid;
	border-color: #dedede;
	border-width: 1px 1px 5px 1px;
	border-radius: 4px;
	background: #f2f2f2;
}

#hokenFooter #hf_to_yumeTop a::before {
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: 0;
	bottom: 0;
	left: 13px;
	margin: auto 0;
	font-family: 'basicico' !important;
	content: "\e901";
	color: #f5a300;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	speak: none;
}

#hokenFooter #hf_copyright {
	display: block;
	font-size: 11px;
	color: #666;
	text-align: center;
}

#toExamples {
	width: auto;
	margin: 0.2em auto 0.8em auto;
	padding: 1.5em;
	overflow: hidden;
}

