
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background: #FFF;
	color: #212121;
	min-width: 1000px;
}
a {
	color: inherit;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover {
	color: inherit;
	opacity: .5;
}
a:visited {
	color: inherit;
}
a:active {
	color: inherit;
}
img {
	height: auto;
}
i {
	vertical-align: middle;
}
main p {
	margin: 5px 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.hiddenBox {
	display: none;
}
.caution {
	color: #003366;
}
.no-cursor, .no-cursor i {
	cursor: default !important;
	text-indent: 0;
}
.link, .link:hover {
	color: #003366;
	text-decoration: underline;
}
.link, .link:visited {
	color: #003366;
}
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCC;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #CCC;
}
:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
}
input:focus::-webkit-input-placeholder {
color:transparent;
}
input:focus:-moz-placeholder {
color:transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
color:transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
color: transparent;
} /* IE 10+ */
/*------HEADER------*/
#menu {
	display: none;
}
#main-header {
	min-width: 1000px;
	background: #FFF;
	position: relative;
	z-index: 10;
}
#main-header #top-block {
	padding: 7px 0;
	background: #FAFAFA;
	font-size: 11px;
}
#main-header #top-block li {
	float: left;
	border-left: 1px solid #DDD
}
#main-header #top-block li:first-child {
	border: none;
}
#main-header #top-block li a {
	display: block;
	padding: 0 15px;
}
#main-header #bottom-block {
	padding: 7px 0;
}
#main-header h1 {
	float: left;
	margin: 20px 10px 0 0;
}
#main-header #tel-wrapper {
	width: 585px;
	height: 60px;
	float: left;
	margin-top: 8px;
}
#main-header #tel-wrapper tr:first-child td {
	color: #003366;
}
#main-header #tel-wrapper th {
	vertical-align: middle;
	font-size: 11px;
	text-align: right;
	padding-right: 2px;
	font-weight: normal;
}
#main-header #tel-wrapper th i {
	margin-right: 3px;
}
#main-header #tel-wrapper td {
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
}
#main-header #tel-wrapper td span {
	font-size: 10px;
	position: relative;
	top: -4px;
	font-weight: normal;
}
#main-header #bottom-block p {
	float: left;
	font-size: 10px;
	margin: 0 15px;
	width: 150px;
}
#main-header #login-btn, #main-header #shop-btn {
	width: 110px;
	display: block;
	padding: 4px 0px 2px;
	background: #003366;
	color: #FFF;
	float: right;
	text-align: center;
	font-size: 11px;
	border-radius: 5px;
	border-bottom: 3px solid #000066;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	box-sizing: border-box;
}
#main-header #login-btn i, #main-header #shop-btn i {
	display: block;
	background: #FFF;
	border-radius: 100%;
	color: #003366;
	font-size: 12px;
	width: 18px;
	height: 18px;
	margin: 0 auto 2px;
	line-height: 18px;
}
#main-header #login-btn i {
	background: none;
	color: #FFF;
	font-size: 20px;
}
#main-header #shop-btn {
	background: #ff921e;
	border-bottom: 3px solid #757575;
	margin-right: 10px;
}
#simple-header header {
	background: #003366;
	padding: 10px 0;
}
#simple-header header h1 {
	margin: 0;
}
#searchbar {
	float: right;
	width: 230px;
	margin-bottom: 8px;
}
#searchbar input {
	width: 172px;
	height: 25px;
	box-sizing: border-box;
	float: left;
}
#searchbar button {
	width: 50px;
	height: 25px;
	background: #003366;
	border: none;
	border-radius: 4px;
	color: #FFF;
	margin-left: 8px;
	vertical-align: bottom;
	float: left;
	border-bottom: 3px solid #000066;
}
#searchbar button i {
	font-size: 16px;
}
#globalNav {
	background: #FFF;
	height: 50px;
	color: #003366;
	text-align: center;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
#globalNav.stick {
	width: 100%;
	min-width: 1000px;
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#globalNav .main-wrapper {
	height: inherit;
	border-left: 1px solid rgba(214,40,40,0.12);
}
#globalNav>ul>li {
	width: 188px;
	float: left;
	box-sizing: border-box;
	height: 50px;
	vertical-align: middle;
	border-right: 1px solid rgba(214,40,40,0.12);
	background-color: #fff;
	padding: 10px 0 0;
	line-height: 1;
}
#globalNav>ul>li:last-child {
	background: none;
}
#globalNav>ul>li a {
	display: block;
	position: relative;
	padding: 10px 0 16px;
}
#globalNav li .material-icons {
	display: block;
}
#globalNav ul ul {
	width: 1000px;
	background: rgba(255,255,255,0.95);
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	color: #d62828;
	border: 1px solid #d62828;
	border-top: none;
	box-sizing: border-box;
}
#globalNav ul ul li {
	width: 195px;
	height: 100px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	line-height: 1.5;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 12px;
}
#globalNav ul ul a {
	display: block;
	height: inherit;
	padding: 0 10px;
}
#globalNav ul ul i {
	display: block;
	padding: 15px 0 5px;
}
#globalNav ul ul .close {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;/* text-align: right; */
}
#globalNav ul ul .close i {
	padding: 0 0 10px;
	color: #AAA;
}
#globalNav #home-btn {
	width: 60px;
	text-align: center;
	padding: 0;
}
#globalNav #home-btn i {
	position: static;
	transition: none;
	display: inline;
	font-size: 32px;
}
#globalNav #home-btn a {
	padding: 0;
	line-height: 50px;
}
#left-container {
	width: 670px;
	float: left;
}
#sidebar {
	width: 300px;
	float: right;
}
#side-btn li {
	width: 140px;
	height: 140px;
	margin: 5px;
	text-align: center;
	float: left;
	border-radius: 5px;
	color: #FFF;
	box-sizing: border-box;
}
#side-btn a {
	display: block;
	padding: 25px 5px;
	background: #939393;
	box-sizing: border-box;
	height: inherit;
	border-bottom: 3px solid #515151;
	border-radius: 5px;
	font-weight: bold;
}
#side-btn li img {
	display: block;
	margin: 0px auto 10px;
}
#sidebar aside {
	margin: 10px 0;
}
#sidebar aside ul:first-child {
	border-top: 1px solid #DDD;
}
#sidebar aside .header {
	background: #003366;
	color: #FFF;
	font-size: 16px;
	padding: 10px;
}
#sidebar aside li {
	border: 1px solid #DDD;
	border-top: none;
}
#sidebar aside li.active {
	color: #d62828;
	font-weight: bold;
}
#sidebar aside li a {
	display: block;
	padding: 12px 25px 12px 10px;
	position: relative;
}
#sidebar aside li i {
	font-size: 18px;
	position: absolute;
	right: 5px;
	top: 50%;
	opacity: .38;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all .3s;
	-webkit-transition: all .3s;
}
#ico-navi a:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#ico-navi li {
	margin: 10px 0;
	border: 1px solid #DDD;
	border-left: 3px solid #003366;
}
#ico-navi li a {
	display: block;
}
#ico-navi img {
	height: 40px;
	width: auto;
}
#ico-navi .left {
	text-align: center;
	line-height: 80px;
	width: 100px;
	box-sizing: border-box;
}
#ico-navi .right {
	width: 195px;
	padding: 10px 5px;
	box-sizing: border-box;
}
#ico-navi h2 {
	font-weight: bold;
	font-size: 16px;
}
#ico-navi i {
	font-size: 16px;
	margin-right: 5px;
}
#ico-navi p {
	opacity: .78;
	height: 36px;
	overflow: hidden;
}
.caution-wrapper {
	width: 100%;
	display: table;
	margin: 10px 0;
	background: #FEFEFE;
	box-sizing: border-box;
	height: 60px;
	font-weight: bold;
	text-align: center;
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.caution-wrapper a {
	color: #757575;
	display: table-cell;
	vertical-align: middle;
	border: 4px double #DDD;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.caution-wrapper i {
	color: #003366;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.zouwaku a {
	background: #003366;
	border-radius: 4px;
	text-align: center;
	margin: 5px;
	border-bottom: 4px solid #820606;
	padding: 15px 0;
	color: #fff;
	display: block;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
}
/*------ GLOBAL ------*/
.main-wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
main {
	position: relative;
}
article {
	position: relative;
}
#two-col {
	margin-top: 20px;
	margin-bottom: 50px;
}
/*----- FOOTER -----*/

#main-footer {
	margin-top: 50px;
	min-width: 1000px;
	background: #FFF;
	position: relative;
	color: #757575;
	font-size: 12px;
}
#top-btn {
	background: #939393;
	color: #FFF;
	width: 60px;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	position: fixed;
	right: 20px;
	bottom: 20px;
	border-bottom: 3px solid #515151;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	z-index: 8;
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .1s;
	transition: all .1s;
}
#top-btn.active {
	opacity: 1;
	height: 60px;
}
#top-btn a {
	display: block;
}
#top-btn i {
	margin: 3px 0 0;
}
#top-btn p {
	font-size: 11px;
	line-height: 1.2;
	font-weight: bold;
}
.custom-carousel h2 {
	font-size: 20px;
	margin: 30px 0 10px;
	color: #003366;
}
.custom-carousel .owl-prev {
	height: 100%;
	width: 50px;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1 );
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -999999px;
}
.custom-carousel .owl-prev:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background: url("../img/ico-prev-elx_nc=logo.gif") no-repeat 10px center;
	background-size: auto 21px !important;
}
.custom-carousel .owl-next {
	height: 100%;
	width: 50px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1 );
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -999999px;
}
.custom-carousel .owl-next:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	background: url("../img/ico-next-elx_nc=logo.gif") no-repeat 30px center;
	background-size: auto 21px !important;
}
.owl-carousel .owl-item {
	background: #FFF;
}
.owl-carousel .owl-item img {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.owl-carousel .owl-item:hover img {
	opacity: .5 !important;
}
#footer-navi {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	height: 40px;
	line-height: 40px;
}
#footer-navi li {
	float: left;
}
#footer-navi li a {
	padding: 0 15px;
	border-left: 1px solid #CCC;
}
#footer-navi #sitemap-btn {
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	padding: 0 15px;
	color: #003366;
	cursor: pointer;
}
#footer-navi #sitemap-btn i {
	color: #003366;
	font-size: 19px;
	margin-left: 5px;
}
#sitemap-wrapper {
	background: #EEE;
	padding: 20px 0;
}
#sitemap-wrapper .block {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #DDD;
}
#sitemap-wrapper .block:first-child {
	margin: 0;
	padding: 0;
	border: none;
}
#sitemap-wrapper .sitemap {
	width: 33%;
	float: left;
}
#sitemap-wrapper h3 {
	color: #212121;
	font-size: 14px;
	font-weight: normal;
}
#sitemap-wrapper ul {
	margin-left: 6px;
}
#sitemap-wrapper ul+h3 {
	margin-top: 10px;
}
#sitemap-wrapper li {
	padding-left: 10px;
	background: url("../img/ico-arrow-red-elx_nc=logo.gif") no-repeat left 8px;
	background-size: 4px auto;
	margin: 5px 0;
}
#footer-info {
	padding: 40px 0;
}
#footer-info p a {
	text-decoration: underline;
}
.copyright {
	background: #003366;
	color: #FFF;
	padding: 10px 0;
}
/*-------- GLOBAL CLASS -------*/
.standard-h1 {
	font-size: 20px;
	border-top: 2px solid #003366;
	border-bottom: 4px double #DDD;
	padding: 10px;
	padding-left: 40px;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #fafafa 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #fafafa 100%);
	background: linear-gradient(to bottom, #fff 0%, #fafafa 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0 );
	position: relative;
	margin-bottom: 30px;
}
.standard-h1:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url("../img/ico-h1-elx_nc=logo.gif") no-repeat center center;
	position: absolute;
	left: 10px;
	top: 14px;
}
.standard-h2 {
	border-bottom: 2px solid #003366;
	position: relative;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 20px;
}
.standard-h3 {
	margin: 30px 0 10px;
	background: #FAEBD7;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #5e0507;
}
.standard-btn {
	text-align: center;
	margin: 40px 0;
}
.standard-btn a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #003366;
	color: #FFF;
	border-radius: 5px;
	padding: 0 30px;
	border-bottom: 3px solid #000066;
	box-sizing: border-box;
}
.help {
	position: relative;
}
.help i {
	color: #003366;
	font-size: 20px;
	cursor: pointer;
}
.order-list {
	margin-left: 1em;
}
.order-list>li {
	counter-increment: first-step;
	padding-left: 20px;
	position: relative;
	margin: 5px 0 10px 0;
	text-indent: 0;
}
.order-list>li:before {
	content: counter(first-step)'.';
	position: absolute;
	left: 0;
	font-weight: bold;
}
.order-list .order-list>li {
	counter-increment: second-step;
	padding-left: 20px;
	position: relative;
	margin: 5px 0 10px 0;
	text-indent: 0;
}
.order-list .order-list>li:before {
	content: '('counter(second-step)')';
	position: absolute;
	left: 0;
	font-weight: normal;
}
.unorder-list>li {
	margin: 5px 0;
	padding-left: 15px;
	position: relative;
}
.unorder-list>li:before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
.unorder-block {
	padding: 10px;
	border: 4px solid #EEE;
	margin: 5px 0;
}
.unorder-block li {
	padding-left: 20px;
	position: relative;
	margin: 5px 0;
}
.unorder-block li:before {
	content: '・';
	position: absolute;
	left: 0;
	font-weight: bold;
}
.yellow-block {
	border: 3px solid #FAEBD7;
	padding: 15px;
	margin: 20px 0;
}
.yellow-block h3 {
	font-size: 16px;
	border-bottom: 2px solid #EEE;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #003366;
}
.red-block {
	border: 3px solid #FAE2E3;
	padding: 15px;
	margin: 20px 0;
}
.red-block h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	background: #003366;
	color: #FFF;
	padding: 7px 0;
}
.red-block h3 i {
	color: orange;
	margin-right: 10px;
}
.grey-block {
	border: 3px solid #DDD;
	padding: 15px;
	margin: 20px 0;
}
.grey-block h3 {
	font-size: 16px;
	border-bottom: 2px solid #EEE;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #003366;
}
.standard-table {
	width: 100%;
	margin: 40px 0;
	border: 1px solid #DDD;
	table-layout: fixed;
}
.standard-table caption {
	color: #FFF;
	font-size: 16px;
	background: #003366;
	padding: 5px 10px;
	line-height: 1.5;
}
.standard-table tr small {
	opacity: .54;
	font-size: 100%;
}
.standard-table caption small {
	display: block;
	font-size: 12px;
}
.standard-table th {
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	padding: 5px 10px;
	width: 170px;
	background: #f5f5f5;
}
.standard-table td {
	padding: 5px 10px;
	vertical-align: middle;
}
.standard-table tr+tr {
	border-top: 1px dotted #CCC;
}
.standard-table input[type="text"],
.standard-table input[type="number"],
.standard-table select,
.standard-table input[type="password"],
.standard-table input[type="tel"],
.standard-table textarea
{
	margin: 3px 5px;
	height: 24px;
	padding: 0 5px;
	box-sizing: border-box;
    border: 1px solid #767676;
    border-radius: 3px;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.standard-table input[size="1"] {
	width: 70px !important;
}
.standard-table input[size="2"] {
	width: 75px;
}
.standard-table input[size="30"] {
	width: 235px;
}
.standard-table label {
	display: block;
	padding: 5px 3px;
	box-sizing: border-box;
}
.standard-table .quarter {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}
.standard-table .quarter:nth-child(3n+1) {
}
.standard-table .quarter:last-child {
	clear: left;
}
.standard-title {
	color: #FFF;
	font-size: 16px;
	background: #003366;
	padding: 5px 10px;
	line-height: 1.5;
	margin-top: 30px;
}
.highlight-table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #EEE;
}
.highlight-table caption {
	background: #7c848f;
	color: #FFF;
	padding: 10px 0;
	font-size: 14px;
}
.highlight-table th {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	width: 20%;
}
.highlight-table td {
	padding: 10px;
	vertical-align: middle;
	color: #757575;
}
.highlight-table tr:nth-child(odd) {
	background: #F5F5F5;
}
.highlight-table tr:hover {
	background: #f0f8ff;
}
.asterisk {
	margin-left: 1em;
	text-indent: -1em;
}
.submit-btn, .return-btn {
	min-width: 250px;
	padding: 0 20px;
	display: inline-block;
	height: 60px;
	margin: 30px 10px;
	line-height: 60px;
	background: #003366;
	color: #FFF !important;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #000066;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.submit-btn i, .return-btn i {
	margin-left: 10px;
}
.submit-btn:hover, .return-btn:hover {
	opacity: .5;
}
.return-btn {
	background: #f6f6f6;
	border-bottom: 3px solid #666;
	color: #757575 !important;
	vertical-align: bottom;
}
.standard-table .search-btn {
	background: coral;
	padding: 3px 0;
	color: #FFF;
	vertical-align: middle;
	border-radius: 3px;
	margin: 0 3px;
	display: inline-block;
	width: 70px;
	text-align: center;
}
.standard-table .clear-btn {
	box-sizing: border-box;
	border: 1px solid #DDD;
	padding: 3px 0;
	background: #f8f8ff;
	vertical-align: middle;
	border-radius: 3px;
	width: 70px;
	display: inline-block;
	text-align: center;
	margin: 0 3px;
}
.standard-table .mainbank-btn {
	background: crimson;
	padding: 3px 0;
	color: #FFF;
	vertical-align: middle;
	border-radius: 3px;
	margin: 0px 0px 8px 0px !important;
	display: inline-block;
	width: 105px;
	text-align: center;
}
.standard-table .address-list {
	margin-top: 10px;
}
.standard-table .address-list dt {
	/*
		このCSSの変更は申込画面の住所欄のレイアウトが崩れる可能性があります。
		修正が必要な場合は慎重にお願いします。
	*/
	margin-bottom: 5px;
}
.standard-table .address-list dd {
	/*
		このCSSの変更は申込画面の住所欄のレイアウトが崩れる可能性があります。
		修正が必要な場合は慎重にお願いします。
	*/
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #DDD;
}
.standard-table .address-list dd:last-child {
	padding-bottom: 0;
	border: none;
}
.standard-table .address-list input {
	margin: 0;
}
.single-column {
	margin-top: 20px;
}
.error-blc {
	text-align: center;
	border: 3px solid #003366;
	padding: 20px;
	color: #003366;
}
.error-blc h2 {
	font-size: 24px;
}
.error-blc i {
	font-size: 36px;
	color: orange;
}
.error-blc p {
	font-size: 14px;
}
.error-blc p a {
	text-decoration: underline;
	color: blue;
}
.pc-viewport {
	display: block;
}
#sp-flow, .sp-viewport {
	display: none;
}

.text-right {
	text-align: right;
}

/* ECC */
/* ecpolicy */
.frame {
    padding: 0.5em 1em;
    margin: 0 0 -1em;
    font-size: small;
    color: #000000;/*文字色*/
    background: #FFF;
    border: solid 3px #FF0000;/* 線 */
    border-radius:10px;/* 角の丸み */
}
.frame p {
    margin: 0; 
    padding: 0;
}