@charset "UTF-8";

/*--------------------------------------------------------------------
 *	共通の記述
 *--------------------------------------------------------------------*/
body{
	color: #323232;
	-webkit-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
}

/*------------------------------------------hyperlink */

main a:link, main a:visited {
	color: #007d87;
	text-decoration: underline;
	vertical-align: baseline;
}
main a:hover {
	text-decoration: none;
}

/*------------------------------------------float clear */

.c_fix {
	zoom: 100%;
}
.c_fix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clear {
	clear: both;
}


/*------------------------------------------ header */
header {
	border-bottom: 1px solid #ffc000;
	box-sizing: border-box;
}


/*------------------------------------------ main */
#content main {
	box-sizing: border-box;
}
#content nav {
	box-sizing: border-box;
}
#content nav .go_home {
	position: relative;
}
#content nav .go_home:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #ffc000;
	border-radius: 50%;
}
#content nav .go_home:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #ffffff;
	border-right: 0;
}
#content nav .go_home a {
	display: block;
	border: 1px solid #ffc000;
	background-color: #fff;
	color: #323232;
	text-decoration: none;
}
#content nav dl dt,
#content nav dl dd,
#content nav dl dd> ul {
	margin: 0;
	padding: 0;
}
#content nav dl dt {
	font-family: "Zen Maru Gothic","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3", serif;
	font-weight: 500;
	color: #fff;
}
#content nav dl dd ul {
	background-color: #fff;
}
#content nav dl.activity_list {
	background-color: #3bc0bf;
}
#content nav dl.activity_list ul li {
	position: relative;
	border-bottom: 1px solid #3bc0bf;
}
#content nav dl.activity_list ul li span {
	padding-left: 0;
	background-color: #e2f6f5;
}
#content nav dl.activity_list ul li:last-child {
	border-bottom: none;
}
#content nav dl.activity_list ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #3bbfbf;
	border-radius: 50%;
}
#content nav dl.activity_list ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #ffffff;
	border-right: 0;
}
#content nav dl.activity_list ul li .ended {
	background-color: #ddd;
}
#content nav dl.business_list {
	background-color: #ec8c01;
}
#content nav dl.business_list ul li {
	position: relative;
	border-bottom: 1px solid #ec8c01;
}
#content nav dl.business_list ul li:last-child {
	border-bottom: none;
}
#content nav dl.business_list ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #eb8c00;
	border-radius: 50%;
}
#content nav dl.business_list ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #ffffff;
	border-right: 0;
}

#content nav ul {
	list-style: none;
	margin: 0;
}
#content nav ul li {
	margin: 0;
	box-sizing: border-box;
}
#content nav ul li a {
	display: block;
	color: #323232;
	text-decoration: none;
}

#content nav ul.smenu_list {
}
#content nav ul.smenu_list li {
	position: relative;
	border: 1px solid #ffc000;
	background-color: #fff;
}
#content nav ul.smenu_list li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #ffc000;
	border-radius: 50%;
}
#content nav ul.smenu_list li:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #ffffff;
	border-right: 0;
}


/*------------------------------------------ footer */
footer {
	border-top: 1px solid #ffc000;
}
.footer_block_sitemap ul.sitemap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.footer_block_sitemap ul.sitemap li {
	display: flex;
	align-items: center;
	margin: 0 0 1em;
	padding: 0;
}
.footer_block_sitemap ul.sitemap li:not(:first-child) {
	margin-top: 0;
}
.footer_block_sitemap ul.sitemap li:not(:first-child)::before {
	content: "";
	display: block;
	background-color: #ddd;
	width: 1px;
}
.footer_block_sitemap ul.sitemap li a {
	text-decoration: none;
	color: #323232;
}
.footer_block_sitemap ul.other {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0 auto 0.5em;
	padding: 0;
}
.footer_block_sitemap ul.other li {
	margin: 0 0 1em;
	padding: 0;
	width: 49%;
	background-color: #ddd;
	text-align: center;
}
.footer_block_sitemap ul.other li + li {
	margin-left: 2%;
}
.footer_block_sitemap ul.other li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.footer_block_sitemap ul.other li:nth-child(1) {
	background-color: #3bc0bf;
}
.footer_block_sitemap ul.other li:nth-child(2) {
	background-color: #ec8c01;
}
footer #address {
}
footer #address span {
	font-family: "UD デジタル 教科書体 NK-B";
}
footer dl {
	display: flex;
	align-items: flex-start;
}
footer dl dt {
	margin: 0;
	background-color: #ffc000;
	text-align: center;
	color: #323232;
}
footer dl dd {
	margin: 0;
}
footer dl dd a {
	color: #323232;
	text-decoration: none;
}
footer #footer_link {
	display: flex;
	list-style: none;
	margin: 1em 0 2em;
}
footer #footer_link li {
	position: relative;
	margin: 0;
}
footer #footer_link li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #ffc000;
	border-radius: 50%;
}
footer #footer_link li:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #ffffff;
	border-right: 0;
}
footer #footer_link li a {
	color: #323232;
	text-decoration: none;
}
footer #copyright {
	margin: 0;
	background-color: #ffc000;
	text-align: center;
	color: #fff;
	line-height: 1.3;
}


/*--------------------------------------------------------------------
 *	736px以下用（SP用）の記述
 *--------------------------------------------------------------------*/

@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

body {
	font-size: 1.3rem;
}
img{
	width: auto;
	height: auto;
}

/*------------------------------------------ header */
header {
	border-width: 2px;
	height: 50px;
}
header #header_contents {
	position: relative;
	padding: 10px 24.8% 0 4.5%;
}
header #header_contents #logo {
	margin: 0;
	max-height: 30px;
}
header #header_contents #logo img {
	width: auto;
	max-height: 30px;
}
header #header_contents #nav_btn{
	position:absolute;
	top: 7px;
	right: 4%;
	width: 35px;
	height: 35px;
	z-index: 9999;
	margin: 0;
}
header #header_contents #nav_btn a{
	text-indent:-9999px;
	display:block;
	position: relative;
	top: 45%;
	width:35px;
	height: 3px;
	border-radius: 3px;
	background: #ffc000;
	transition: .2s;
}
header #header_contents #nav_btn a::before,
header #header_contents #nav_btn a::after{
	content:"";
	display:block;
	position:absolute;
	top: 50%;
	left: 0;
	width:35px;
	height:3px;
	border-radius: 3px;
	background: #ffc000;
	transition: .3s;
}
header #header_contents #nav_btn a::before {
	margin-top: -12px;
}
header #header_contents #nav_btn a::after {
	margin-top: 10px;
}
header #header_contents #nav_btn.close a{
	background: transparent;
}
header #header_contents #nav_btn.close a::before,
header #header_contents #nav_btn.close a::after {
	margin-top: 0;
}
header #header_contents #nav_btn.close a::before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
header #header_contents #nav_btn.close a::after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.modal-overlay {
	position:absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100% - 50px);
	background-color: rgba(0,0,0,0.3);
	z-index: 10;
}

/*------------------------------------------ main */
#content main {
	margin: 20px 5% 80px;
}
#content nav {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 0 5%;
	background-color: #e6e6e6;
}
#content nav .go_home a {
	padding: 12px 10px 12px 30px;
	border-radius: 3px;
}
#content nav .go_home:before {
	width: 12px;
	height: 12px;
	left: 12px;
}
#content nav .go_home:after {
	left: 16px;
}
#content nav dl {
	border-radius: 3px;
}
#content nav dl dt {
	padding: 1em 3.2% 0;
	font-size: 1.5rem;
}
#content nav dl dd {
	padding: 1em 3.2%;
}
#content nav dl dd ul {
	padding: 0 6px;
	border-radius: 3px;
}
#content nav dl dd ul li a {
	padding: 10px 10px 10px 25px;
}

#content nav dl.activity_list ul li:before {
	width: 12px;
	height: 12px;
	left: 4px;
}
#content nav dl.activity_list ul li:after {
	left: 8px;
}
#content nav dl.business_list ul li:before {
	width: 12px;
	height: 12px;
	left: 4px;
}
#content nav dl.business_list ul li:after {
	left: 8px;
}
#content nav ul {
	margin: 1em 0;
	font-size: 1.4rem;
}
#content nav ul li a span {
	padding: 0 0 0 8px;
}

#content nav ul.smenu_list li {
	border-radius: 3px;
	margin-bottom: 10px;
}
#content nav ul.smenu_list li:before {
	width: 12px;
	height: 12px;
	left: 12px;
}
#content nav ul.smenu_list li:after {
	left: 16px;
}
#content nav ul.smenu_list li a {
	padding: 12px 10px 12px 30px;
}


#content nav ul.smenu_list li.trial {
	background: #ffe4e4 url("../img/top_trial_ic_01.png") no-repeat 8px 1em;
	background-size: 16px auto;
	border-color: #af0000;
}
#content nav ul.smenu_list li.working {
	background: #ffebc3 url("../img/top_working_ic_01.png") no-repeat 8px 1em;
	background-size: 16px auto;
	border-color: #af5500;
}
#content nav ul.smenu_list li.completed {
	background: #dcf0c8 url("../img/top_completed_ic_01.png") no-repeat 8px 1em;
	background-size: 16px auto;
	border-color: #2d6900;
}

#content nav ul.smenu_list li.trial:before,
#content nav ul.smenu_list li.trial:after,
#content nav ul.smenu_list li.working:before,
#content nav ul.smenu_list li.working:after,
#content nav ul.smenu_list li.completed:before,
#content nav ul.smenu_list li.completed:after {
	content: none;
}
#content nav ul.banner_list {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
	display: none;
}
#content nav ul.banner_list li {
	width: 49%;
	margin-bottom: 1%;
}
#content nav ul.banner_list li:nth-child(even) {
	margin-left: 2%;
}

/*------------------------------------------ footer */
footer {
	position: relative;
	border-width: 3px;
}
.footer_block_sitemap {
	margin: 20px 5% 0;
	border-bottom: 1px solid #c8c8c8;
}
.footer_block_sitemap ul.sitemap {
	justify-content: space-between;
	margin-bottom: 0.5em;
}
.footer_block_sitemap ul.sitemap li {
	margin-bottom: 0.5em;
	width: 49%;
}
.footer_block_sitemap ul.sitemap li:first-child::before {
	content: "";
	display: block;
	background-color: #ddd;
	width: 1px;
	height: 20px;
}
.footer_block_sitemap ul.sitemap li {
	margin-left: 0em;
}
.footer_block_sitemap ul.sitemap li::before {
	height: 20px;
	margin-right: 1em;
}
.footer_block_sitemap ul.other li {
	border-radius: 3px;
	margin-bottom: 0;
}
.footer_block_sitemap ul.footer_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0 auto 10px;
	padding: 0;
}
.footer_block_sitemap ul.footer_banner li {
	width: 49%;
	margin: 0 0 5px;
}
.footer_block_sitemap ul.footer_banner li.consumer_damage {
	display: none;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: transparent url("../img/banner_ic_consumer_damage.png") no-repeat top 10px right 10px;
	background-size: auto 55%;
	font-size: 1.1rem;
}
.footer_block_sitemap ul.footer_banner li.consumer_damage a {
	position: relative;
	padding-left: 8px;
	display: inline-block;
}
.footer_block_sitemap ul.footer_banner li.consumer_damage a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #ffc000;
	border-right: 0;
}
.footer_block_sitemap ul.footer_banner li.consumer_damage strong {
	font-size: 1.3rem;
	font-weight: bold;
}
.footer_block_top {
	margin: 10px 5%;
}
.footer_block_top dl dt span.waku_mail_top {
	border-radius: 5px;
	background-color: #ffc000;
	color: #fff;
}

.footer_block_top dl dt span.waku_mail_top a:link,
.footer_block_top dl dt span.waku_mail_top a:visited {
	color: #ffffff;
	text-decoration: underline;
	vertical-align: baseline;
	text-decoration: none;
}
.footer_block_top dl dt span.waku_mail_top a:hover {
	text-decoration: none;
}
footer #address {
	font-size: 1.3rem;
}
footer #address span {
	font-size: 1.4rem;
}
footer dl {
	flex-wrap: wrap;
	margin-bottom: 0;
}
footer dl dt {
	width: 4.5em;
	margin-right: 1em;
	border-radius: 3px;
}
footer dl dd {
	width: calc(100% - 5.5em);
	margin-bottom: 1em;
}

footer #footer_link li {
	padding-left: 16px;
}
footer #footer_link li:before {
	width: 12px;
	height: 12px;
}
footer #footer_link li:after {
}

footer #footer_link li:not(:first-child) {
	margin-left: 10px;
}
footer #pagetop {
	position: absolute;
	right: 10px;
	z-index: 10;
	width: 45px;
	height: 45px;
	margin: 0;
}
footer #pagetop > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #ffc000;
	border-radius: 50%;
	font-size: 0;
}
footer #pagetop > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 14px;
	height: 14px;
	margin: -4px 0 0 -8px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

footer #copyright {
	padding: 0.4em 10px 0.6em;
}
footer #copyright small {
	font-size: 1.0rem;
}


/*------------------------------------------ visible hidden */

.visible-pc {
	display: none !important;
}
.visible-pc-inline {
	display: none !important;
}
.visible-sp {
	display: block !important;

}




/* 736px以上用（SP用）の記述 end */
}


/*--------------------------------------------------------------------
 *	737px以上用（PC用）の記述
 *--------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

body {
	font-size: 1.6rem;
}



/*------------------------------------------ header */

header {
	border-width: 3px;
}
header #header_contents {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	padding: 12px 20px 18px;
}
header #header_contents #logo {
	margin: 0;
}
header #header_contents #nav_btn {
	display: none;
}

/*------------------------------------------ main */

#content {
	display: flex;
	justify-content: space-between;
	max-width: 1040px;
	margin: 47px auto 100px;
	padding: 0 20px;
}
#content main {
	width: calc(100% - 300px );
	margin: 0;
}
#content nav {
	width: 260px;
	margin: 0;
}
#content nav .smenu_wrap {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #e6e6e6;
	border-radius: 5px;
}
#content nav .go_home a {
	border-radius: 5px;
	padding: 12px 10px 12px 34px;
}
#content nav .go_home:before {
	width: 16px;
	height: 16px;
	left: 10px;
}
#content nav .go_home:after {
	left: 16px;
}
#content nav .go_home a:hover {
	background-color: #fff9e7;
}
#content nav .go_home,
#content nav dl {
	margin: 10px 0;
}
#content nav dl {
	border-radius: 5px;
}
#content nav dl dt {
	padding: 0.5em 6px 0;
	font-size: 1.8rem;
}
#content nav dl dt a {
	color: #fff;
	text-decoration: none;
}
#content nav dl dt a:hover {
	text-decoration: underline;
}
#content nav dl dd {
	padding: 0.5em 6px 6px;
}
#content nav dl dd ul {
	padding: 0 6px;
	border-radius: 5px;
}
#content nav dl dd ul li a {
	padding: 12px 0 12px 28px;
}
#content nav dl dd ul li a:hover {
	text-decoration: underline;
}
#content nav dl.activity_list ul li:before {
	width: 16px;
	height: 16px;
	left: 4px;
}
#content nav dl.activity_list ul li:after {
	left: 10px;
}
#content nav dl.business_list ul li:before {
	width: 16px;
	height: 16px;
	left: 4px;
}
#content nav dl.business_list ul li:after {
	left: 10px;
}
#content nav ul.smenu_list li:last-child {
	margin-bottom: 0;
}
#content nav ul.smenu_list li {
	border-radius: 5px;
}
#content nav ul.smenu_list li a {
	padding: 12px 10px 12px 34px;
}
#content nav ul.smenu_list li:before {
	width: 16px;
	height: 16px;
	left: 10px;
}
#content nav ul.smenu_list li:after {
	left: 16px;
}
#content nav ul.smenu_list li:hover {
	background-color: #fff9e7;
}
#content nav ul.smenu_list li {
	margin-bottom: 10px;
}
#content nav ul.smenu_list li.consultation {
	border-width: 3px;
	border-color: #e10000;
}
#content nav ul.smenu_list li.consultation:before {
	background-color: #e10000;
}
#content nav ul.smenu_list li.consultation:hover {
	background-color: #fef7f7;
}
#content nav ul.banner_list li {
	margin-bottom: 10px;
}
#content nav ul.banner_list li:hover {
	opacity: 0.8;
}
#content nav ul.banner_list li.consumer_damage {
	display: none;
	width: 100%;
	padding: 10px 14px;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	background: transparent url("../img/banner_ic_consumer_damage.png") no-repeat top 35px right 10px;
	background-size: auto 40%;
	font-size: 1.2rem;
}
#content nav ul.banner_list li.consumer_damage:hover {
	opacity: 1.0;
}
#content nav ul.banner_list li.consumer_damage a {
	position: relative;
	padding-left: 8px;
	display: inline-block;
	text-decoration: underline;
	vertical-align: baseline;
	color: #007d87;
}
#content nav ul.banner_list li.consumer_damage a:hover {
	text-decoration: none;
}
#content nav ul.banner_list li.consumer_damage a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 5px solid #ffc000;
	border-right: 0;
}
#content nav ul.banner_list li.consumer_damage strong {
	font-size: 1.4rem;
	font-weight: bold;
}

/*------------------------------------------ footer */
footer {
	border-width: 6px;
}
.footer_block_sitemap {
	position: relative;
	max-width: 1040px;
	margin: 30px auto;
	padding-bottom: 10px;
}
.footer_block_sitemap::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1160px;
	height: 1px;
	margin: auto;
	background-color: #ddd;
}
.footer_block_sitemap ul.sitemap {
	font-size: 1.5rem;
}
.footer_block_sitemap ul.sitemap li {
	margin: 0 0 1em;
	padding: 0;
}
.footer_block_sitemap ul.sitemap li:not(:first-child) {
	margin-top: 0;
	margin-left: 20px;
}
.footer_block_sitemap ul.sitemap li:not(:first-child)::before {
	height: 25px;
	margin-right: 20px;
}
.footer_block_sitemap ul.sitemap li a:hover {
	text-decoration: underline;
}
.footer_block_sitemap ul.other li {
	border-radius: 5px;
	max-width: 300px;
}
.footer_block_sitemap ul.other li a {
	padding: 8px;
}
.footer_block_sitemap ul.other li:hover {
	opacity: 0.8;
}
.footer_block_sitemap ul.footer_banner {
	display: none;
}
.footer_block_top {
	position: relative;
	max-width: 1040px;
	margin: 30px auto;
	padding: 0 20px;
}
.footer_block_top dl dt span.waku_mail_top {
	border-radius: 5px;
	background-color: #ffc000;
	color: #ffffff;
}

.footer_block_top dl dt span.waku_mail_top a:link, a:visited {
	color: #323232;
	text-decoration: underline;
	vertical-align: baseline;
	text-decoration: none;
}
.footer_block_top dl dt span.waku_mail_top a:hover {
	text-decoration: none;
}
footer #address {
	display: inline-block;
	margin: 0;
	font-size: 1.4rem;
}
footer #address span {
	margin-right: 50px;
	font-size: 1.8rem;
}
footer dl {
	margin-bottom: 0;
}
footer dl dt {
	width: 4.5em;
	margin-right: 1em;
	border-radius: 5px;
	font-size: 1.2rem;
}
footer dl dd {
	margin-right: 30px;
	font-size: 1.4rem;
}
footer dl dd a:hover {
	text-decoration: underline;
}
footer #footer_link {
	margin: 1em 0;
}
footer #footer_link li {
	padding-left: 20px;
	font-size: 1.4rem;
}
footer #footer_link li:not(:first-child) {
	margin-left: 20px;
}
footer #footer_link li:before {
	width: 16px;
	height: 16px;
}
footer #footer_link li:after {
	left: 6px;
}
footer #footer_link li a:hover {
	text-decoration: underline;
}

footer #pagetop {
	position: absolute;
	right: 20px;
	top: -70px;
	z-index: 10;
	width: 80px;
	height: 40px;
	margin: 0;
}
footer #pagetop > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: #ffc000;
	border-radius: 5px 5px 0 0;
	font-size: 0;
}
footer #pagetop > a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 15px;
	height: 15px;
	margin: -3px 0 0 -7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



footer #copyright {
	padding: 0.5em 10px;
}
footer #copyright small {
	font-size: 1.2rem;
}


/*------------------------------------------ visible hidden */

.visible-sp {
	display: none !important;
}

.visible-pc {
	display: block !important;
}
.visible-pc-inline {
	display: inline !important;
}
.invisible-pc {
	display: none;
}



/* 737px以上用（PC用）の記述 end */
}


/*--------------------------------------------------------------------
 *	印刷用（PC表示）の記述
 *--------------------------------------------------------------------*/
@media print {
/* 印刷用（PC表示）の記述 */

#content nav {
	display: none;
}

/* 印刷用（PC表示）の記述 end */
}


/*------------------------------------------ clear */
body,
header,
footer {
	zoom: 100%;
}

body:after,
header:after,
footer:after,
header #gmenu::after,
header #header_contents::after {
	content: "";
	display: block;
	clear: both;
}