@charset "UTF-8";

/* ---------- reset  ---------- */
html, body {
    width: 100%;
}

html {
	overflow-y: scroll; /* Firefox scroll-on */
}

body {
	background-color: #e4f0f6;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}
body#guideformat {
	background-color: #fff;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, p, blockquote, fieldset, div {
	margin: 0;
	padding: 0;
}

table, pre, code, select, option, input, textarea, kbd, var, ins, del, samp {
	font-size: 16px;
}

optgroup {
	font-size: 16px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 16px;
}
p {
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 1.7;
	margin: 0 0 1.2em 0;
}
ul li, ol li {
	list-style: none;
	margin: 0 0 1.2em 0;
}

table, th, td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

th, caption {
	text-align: left;
}

address, cite, dfn, em, b, strong, var, th, ins, del, samp {
	font-weight: normal;
	font-style: normal;
}

img, fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width: 1px 0 0 0;
	height: 1px;
	clear: right;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.vertical_top {
	vertical-align: top;
}

/* Link Style */

a, a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #000;
}

a img {
	border: 0;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.inner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/*
Components
*/
.mg_0 {
	margin: 0;
}
.mg_10 {
	margin: 10px 0;
}
.mg_20 {
	margin: 20px 0;
}
.mg_30 {
	margin: 30px 0;
}
.mg_40 {
	margin: 40px 0;
}
.mg_50 {
	margin: 50px 0;
}
.mg_line {
	margin: 0.4em 0;
}
.pd_0 {
	padding: 0;
}
.pd_10 {
	padding: 10px 0;
}
.pd_20 {
	padding: 20px 0;
}
.pd_30 {
	padding: 30px 0;
}
.pd_40 {
	padding: 40px 0;
}
.pd_50 {
	padding: 50px 0;
}
.top_nomargin {
	margin-top: 0;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.text_blue {
	color: #0b72a6;
}
.text_green {
	color: #008b75;
}
.text_red {
	color: #ff0202;
}

/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ---------   ヘッダーエリア --------- */
header {
	width: 100%;
	min-height: 70px;
	line-height: 70px;
	font-size: 24px;
	overflow: hidden;
	background-image: -moz-linear-gradient( 90deg, rgb(191,240,231) 0%, rgb(177,225,218) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(191,240,231) 0%, rgb(177,225,218) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(191,240,231) 0%, rgb(177,225,218) 100%);
	background: linear-gradient( to bottom,	rgb(191,240,231) 0%, rgb(177,225,218) 100%);
}
header h1 {
	width: 90%;
	max-width: 560px;
	margin: 0 auto;
	padding: 4px 0 0 0;
	text-align: center;
}
header h1 img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
header h2 {
	width: 100%;
	min-height: 34px;
	padding: 16px 0 14px;
	border-bottom: 6px solid #0b72a6;
	color: #000;
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
}
header h2 span {
	display: block;
	width: 90%;
	margin: 0 auto;
}

/* ---------   サポートトップ --------- */
main .support_index {
	max-width: 700px;
	margin: 0 auto;
}
main .index_menu_guide {
	display: block;
	width: 90%;
	margin: 60px auto 40px auto;
	background: url(../images/smt/bg_bar_green.png) no-repeat right center;
	border-radius: 8px;
}
main .index_menu_guide a {
	display: block;
	width: 100%;
	margin: 60px auto 40px auto;
	background: url(../images/smt/arrow_right_w.png) no-repeat 95% center;
	background-size: 4%;
	border-radius: 8px;
	border-top: 1px solid #18463e;
	color: #fff;
	line-height: 100px;
	font-size: 24px;
	text-indent: 25%;
	font-weight: bold;
}
main .index_menu_guide a span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/smt/icon_guide.png) no-repeat 10% center;
	background-size: 14%;
}
main .index_menu_guide a:hover, main .index_menu_guide a:active {
	background: #0b977e;
}
main .index_menu {
	display: block;
	width: 90%;
	margin: 10px auto;
	border-radius: 8px;
	border-top: 1px solid #274555;
	background: url(../images/smt/bg_bar_blue.png) no-repeat right center;
}
main .index_menu a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 30px 2em 30px 20px;
	border-radius: 8px;
	background: url(../images/smt/window_w.png) no-repeat 95% center;
	background-size: 8%;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
}
main .index_menu a:hover, main .index_menu a:active {
	background: #0b72a6;
}

main .contact {
	width: 88%;
	margin: 20px auto;
	border-radius: 8px;
	border: 4px solid #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(209,209,209) 4%, rgb(242,242,242) 83%, rgb(248,248,248) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(209,209,209) 4%, rgb(242,242,242) 83%, rgb(248,248,248) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(209,209,209) 4%, rgb(242,242,242) 83%, rgb(248,248,248) 100%);
}
main .contact h3 {
	box-sizing: border-box;
	padding: 8px 4px 8px 2px;
	height: 52px;
	margin: 0 auto;
	line-height: 36px;
	background-color: #7fbddc;
	background-image: none;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-indent: 0;
	border-top: 1px solid #3c5867;
	border-radius: 6px 6px 0 0;
	font-weight: normal;
}
main .contact p {
	color: #035d8b;
	font-size: 16px;
	margin: 10px 0 0 10px;
}
main .contact .phone {
	margin: 0 0 20px 10px;
	background: url(../images/smt/icon_freedial.png) no-repeat left 6px;
	background-size: 24px;
	padding-left: 30px;
}
main .contact .phone img {
	float: left;
	width: 60%;
	max-width: 170px;
	height: auto;
}
main .contact .phone p {
	font-size: 14px;
	margin: 0;
	line-height: 1.2;
}
main .contact .phone p.time {
	color: #757575;
	letter-spacing: -0.05em;
}
main .contact .mail {
	margin: 0 0 20px 10px;
	background: url(../images/smt/icon_mail.png) no-repeat left center;
	background-size: 24px;
	padding-left: 30px;
}
main .contact .mail a {
	padding-right: 50px;
	color: #035d8b;
	background: url(../images/smt/arrow_right_b.png) no-repeat right center;
	background-size: 10px;
}

/* ---------   サポート個別ページ--------- */
#supportformat header {
	background-image: -moz-linear-gradient( 90deg, rgb(191, 225, 240) 0%, rgb(177, 208, 225) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(191, 225, 240) 0%, rgb(177, 208, 225) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(191, 225, 240) 0%, rgb(177, 208, 225) 100%);
}
#supportformat header h2 {
	border-bottom: 6px solid #0b72a6;
}



/* ---------   操作ガイドインデックス --------- */
main .guideindex_btn {
	margin: 30px auto 110px;
	max-width: 700px;
}
main .guide_menu {
	background: url(../images/smt/bg_bar_green.png) no-repeat right center;
	display: block;
	width: 90%;
	height: 60px;
	margin: 12px auto;
	border-radius: 8px;
}
main #guideindex dt {
	background: url(../images/smt/bg_bar_green.png) no-repeat right center;
	display: block;
	width: 90%;
	margin: 12px auto;
	border-radius: 8px;
}
main #guideindex dt span {
    display: block;
	border-radius: 8px;
	background: url(../images/smt/arrow_down_w.png) no-repeat 95% center;
	background-size: 20px;
	color: #fff;
	line-height: 60px;
	font-size: 20px;
	text-indent: 10px;
	cursor: pointer;
}
.now span {
	background: url(../images/smt/arrow_up_w.png) no-repeat 95% center!important;
	background-size: 20px!important;
}
main #guideindex dd{
    display:none;
    }
main #guideindex dd span {
	display: block;
	margin-bottom: 24px;
}
main #guideindex dd span:last-child {
	margin-bottom: 0;
}
main #guideindex dd span a {
	display: block;
	width: 80%;
	margin: 0 auto;
	background: url(../images/smt/marker.png) no-repeat left center;
	background-size: 20px;
	border-bottom: 1px dashed #AEAEAE;
	padding: 0 10px 4px 23px;
}
main .guide_menu a:hover, main .guide_menu a:active {
	background: #0b977e;
}


/* ---------   操作ガイド個別ページ--------- */
main#pagecontents a, main#pagecontents a:link, main#pagecontents a:active, main#pagecontents a:visited {
	color: #5f2e2a;
}
main#pagecontents {
	background-color: #fff;
	padding: 30px 0;
}

main#pagecontents .inner {
	margin: 0 auto 52px;
	padding: 30px auto;
	width: 90%;
}

main#pagecontents h3 {
	color: #005c8b;
	width: 100%;
	height: 3;
	line-height: 1.4;
	margin: 0 auto 30px auto;
	background: url(../images/smt/bg_h3bar.png) no-repeat left center, -moz-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(250,250,250) 100%);
	background: url(../images/smt/bg_h3bar.png) no-repeat left center, -webkit-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(250,250,250) 100%);
	background: url(../images/smt/bg_h3bar.png) no-repeat left center, -ms-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(250,250,250) 100%);
	background-size: 12px;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
}

main .h3_group {
	margin: 0 0 30px;
}

main h4 {
	margin: 20px 0 20px;
	font-weight: bold;
}

main .h4_group {
	margin: 0 0 20px;
}

main h5 {
	margin: 16px 0 1.2em;
	color: #005c8b;
}

main .h5_group {
	margin: 0 0 16px;
}

main .row {
	width: 100%;
	clear: both;
	line-height: 1.3;
	overflow: hidden;
	box-sizing: border-box;
	clear: both;
}
main .row .col {
	vertical-align: top;
	box-sizing: border-box;
	float: right;
}
main .row .col.w_50, main .row .col.w_100 {
	padding: 10px 0;
}
.col.w_50 + .col.w_50 {
	padding: 10px 10px 10px 0;
}
main .row .col.w_50 .detail_img, main .row .co.w_100 .detail_img {
	margin: 0;
}
main .row .col img.key {
	display: block;
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
}
main .row .w_50 {
	width: 50%;
}
main .row .w_100 {
	width: 100%;
}

main .box_border_blue {
	padding: 4px;
	border: 1px solid #0b72a6;
}
main .box_border_green {
	padding: 4px;
	border: 1px solid #008b75;
}
main .box_border_red {
	padding: 4px;
	border: 1px solid #ff0202;
}
main .box_border_blue p:last-child,
main .box_border_green p:last-child,
main .box_border_red p:last-child {
	margin-bottom:0;
}

.integer, .alpha_l, .alpha_u, .itemization, .symbol {
	font-size: 16px;
	letter-spacing: -0.01em;
	line-height: 1.7;
	padding-left: 1.5em;
}
main ol.integer > li, main ol li.integer, main ul.integer > li, main ul li.integer {
	list-style-type: decimal;
}
main ol.alpha_l > li, main ol li.alpha_l, main ul.alpha_l > li, main ul li.alpha_l {
	list-style-type: lower-alpha;
}
main ol.alpha_u > li, main ol li.alpha_u, main ul.alpha_u > li, main ul li.alpha_u {
	list-style-type: upper-alpha;
}
main ul.itemization > li, main ul li.itemization, main ol.itemization > li, main ol li.itemization {
	list-style-type: disc;
}
main ul.symbol > li, main ul li.symbol, main ol.symbol > li, main ol li.symbol {
	list-style-type: none;
	margin-left: -0.1em;
	text-indent: -1.2em;
}

main .localnavi1 {
	width: 100%;
	margin-bottom: 1.2em;
	font-size: 14px;
}
main .localnavi1 li{
	margin: 0px 4px 6px 0px;
	padding: 0 10px 0 0;
	list-style: none;
	border-right: 1px solid #d7d7d7;
	display: inline-block;
}
main .localnavi1 li:last-child{
	border-right: none;
}
main .localnavi1 li.current{
	background: #fafafa;
}

main .detail_img {
	margin: 20px auto;
	width: 100%;
}
main .detail_img img {
	width: 100%;
	height: auto;
}

main p.asterisk {
	padding-left: 1.2em;
	text-indent: -1.2em;
}
main p.footnote {
	padding-left: 1.9em;
	text-indent: -1.9em;
}

main table {
	width: 100%;
	border-collapse: collapse;
}
main th, main caption {
	background-image: -moz-linear-gradient( 90deg, rgb(191,240,231) 0%, rgb(177,225,218) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(191,240,231) 0%, rgb(177,225,218) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(191,240,231) 0%, rgb(177,225,218) 100%);
}
main th,main td, main caption {
	padding: 4px;
	border: 1px solid #0b72a6;
}
main caption {
	border-bottom: none;
}

main img.icon {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	vertical-align: middle;
}
main img.i_arrow {
	background-image: url(../images/smt/arrow_right_b.png);
	width: 1em;
	height: 1.2em;
	background-size: auto 1em;
}
main img.i_anchor {
	background-image: url(../images/smt/arrow_bottom_b.png);
	width: 1em;
	height: 1.2em;
	background-size: auto 1em;
}

/* ---------   フッター --------- */
footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}

footer#guideindex_footer {
	clear: both;
	width: 100%;
	height: 52px;
	margin: 30px 0 0 0;
	background-image: -moz-linear-gradient( 90deg, rgb(99,180,220) 0%, rgb(11,114,166) 4%, rgb(51,153,204) 83%, rgb(99,180,220) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(99,180,220) 0%, rgb(11,114,166) 4%, rgb(51,153,204) 83%, rgb(99,180,220) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(99,180,220) 0%, rgb(11,114,166) 4%, rgb(51,153,204) 83%, rgb(99,180,220) 100%);
	font-size: 16px;
}
footer#guideindex_footer a {
	display: block;
	color: #fff;
	line-height: 52px;
	background: url(../images/smt/arrow_left_w.png) no-repeat 10px center;
	background-size: 12px;
	padding-left: 30px;
}

footer#supportpage_footer {
	clear: both;
	width: 100%;
	height: 52px;
	margin: 30px 0 0 0;
	background-image: -moz-linear-gradient( 90deg, rgb(99,180,220) 0%, rgb(11,114,166) 4%, rgb(51,153,204) 83%, rgb(99,180,220) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(99,180,220) 0%, rgb(11,114,166) 4%, rgb(51,153,204) 83%, rgb(99,180,220) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(99,180,220) 0%, rgb(11,114,166) 4%, rgb(51,153,204) 83%, rgb(99,180,220) 100%);
	font-size: 16px;
}
footer#supportpage_footer a {
	display: block;
	color: #fff;
	line-height: 52px;
	background: url(../images/smt/arrow_left_w.png) no-repeat 10px center;
	background-size: 12px;
	padding-left: 30px;
}

footer#guidepage_footer {
	clear: both;
	width: 100%;
	height: 52px;
	margin: 0;
	background-image: -moz-linear-gradient( 90deg, rgb(99,213,220) 0%, rgb(11,151,126) 4%, rgb(59,177,167) 83%, rgb(60,180,159) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(99,213,220) 0%, rgb(11,151,126) 4%, rgb(59,177,167) 83%, rgb(60,180,159) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(99,213,220) 0%, rgb(11,151,126) 4%, rgb(59,177,167) 83%, rgb(60,180,159) 100%);
	font-size: 16px;
}
footer#guidepage_footer a {
	display: block;
	color: #fff;
	line-height: 52px;
	background: url(../images/smt/arrow_left_w.png) no-repeat 10px center;
	background-size: 12px;
	padding-left: 30px;
}


@media screen and (min-width: 641px) {
	main .index_menu_guide a {
		background-size: 12px;
		text-indent: 20%;
	}
	main .index_menu a {
		background-size: 24px;
	}
	main .index_menu_guide a span {
		background-size: 8%;
	}
	main .contact {
		width: 90%;
	}
	main .guide_menu a {
		background-size: 12px;
	}

}
@media screen and (max-width: 767px) {
	.smt_center{
		text-align: center;
	}
	.smt_right{
		text-align: right;
	}

	main .row {
	margin: 0 0 16px;
	}
	main .row > .col.w_50, main .row > .col.w_100 {
		width: 100%;
		padding: 10px 0;
		border-left: none;
		float: none;
	}
	.col.w_50 + .col.w_50 {
		padding: 10px 0;
	}
	.col.w_50 p:last-child {
		margin: 0;
	}
	main .row.border .col {
		border-bottom: 1px solid #ccc;
	}
	main .row .txt {
		min-height: 0;
	}

	main .localnavi1 {
		display: block;
	}
	main .localnavi1 li {
		width: 100% !important;
		margin: 0 0 1.2em 0;
		padding: 0 0 0 14px;
		border-left: 0 none;
		border-right: 0 none;
		display: block;
		text-indent: -14px;
	}
	main .localnavi1 li:last-child{
		margin: 0;
		border:none;
	}

}
