@charset "shift_jis";
/* =============================================
OTPご利用ガイド用
2021.02.09　更新
============================================= */

body #wrap, #wrap td, #wrap th, #wrap select, #wrap textarea, #wrap input {
	font-family:"Noto Sans JP", sans-serif;
}

h3, h4, div, p, li, a {
	background-image: url(../img/blank.png);
	background-repeat: no-repeat;
}

#swfrlogin #contents .rightCol h3 {
	height: auto;
	padding: 8px 10px 5px;
	font-size: 1.5em;
	font-weight: bold;
}

#swfrlogin #contents .rightCol .bodyContents {
	width: 680px;
	margin: 0 auto 35px;
}

#swfrlogin #contents .rightCol .bodyContents .wrapImg {
	margin-bottom: 0;
	line-height: 1;
}

#swfrlogin .rightCol .normal2 ul{
	margin-left: 0px;
}

#swfrlogin .rightCol .normal2 ul li{
	line-height: 21px;
}

.pageTitle00 {
	font-size: 1.66em;
	font-weight: bold;
}
.img-col-2 {
	display: inline-block;
	padding-left: 20px;
}
.img-col-2:first-child {
	padding-left: 0;
}
.img-col-2 img{
	vertical-align: top;
}
.notesB2 {
    margin-top: 0;
    line-height: 18px;
}
.anchorLink {
	margin-left: 40px;
	font-weight: bold;
}
.anchorLink:first-child {
	margin-left: 0;
}
.anchorLink::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-bottom: 2px solid #CD0200;
    border-right: 2px solid #CD0200;
    vertical-align: top;
    transform: rotate(45deg);
}
.step {
	display: block;
	float: left;
	margin: 2px 10px 0 0;
	padding: 2px 7px 1px;
	border-radius: 4px;
	background-color: #cc0000;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}
.stepText {
	margin-left: 65px;
}
.stepText::after {
	content: "";
	clear: both;
}

/* list */
ul, ol {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}

/* image */
img {
	vertical-align: bottom;
}

/* text
******************/
/* procedure step */
.rightCol h4 {	/* reset contents.css */
	clear: none;
	margin: 0;
	padding: 0;
	background-image: none;
	color: #333333;
	font-size: 100%;
	line-height: 1.5;
}
.procStep {
	overflow: hidden;
	margin-bottom: 12px;
	padding-bottom: 2px;
	border-bottom: solid 1px #cccccc;
}
.rightCol .procStep h4 {
	float: left;
	font-size: 1.5em;
}

/* annotation */
.annotation00 {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.5em;
}
.annotation00 dt {
	float: left;
	width: 1.25em;
	padding: 0;
}
.annotation00 dd {
	padding-right: 1.25em;
}
.annotation00.numList {
	line-height: 21px;
}
.annotation00.numList dd {
	margin-bottom: 0;
	margin-left: 25px;
	padding-right: 0;
}

/* box
********/
/* type01 - gray */
.boxType01 {
	border: solid 1px #cccccc;
}
.boxType01 .inner {
	padding: 5px 14px 13px 14px;
}
.boxType01 .ttl {
	padding: 9px 14px 5px 14px;
	border-bottom: 1px solid #CCCCCC;
}

/* utility
************ */
/* font-size */
.fs00 {
	font-size: 1.08em;	/*13px*/
}
.fs01 {
	font-size: 1.16em;	/*14px*/
}
.fs02 {
	font-size: 1.33em;	/*16px*/
}
.fs03 {
	font-size: 2.0em;	/*24px*/
}

/* font-weight */
.fwN {
	font-weight: normal;
}
.fwB {
	font-weight: bold;
}

/* margin */
.mgT00 {
	margin-top: 0 !important;
}
.mgT01 {
	margin-top: 1px !important;
}
.mgT02 {
	margin-top: 2px !important;
}
.mgT03 {
	margin-top: 3px !important;
}
.mgT04 {
	margin-top: 4px !important;
}
.mgT05 {
	margin-top: 5px !important;
}
.mgT06 {
	margin-top: 6px !important;
}
.mgT07 {
	margin-top: 7px !important;
}
.mgT08 {
	margin-top: 8px !important;
}
.mgT09 {
	margin-top: 9px !important;
}
.mgT10 {
	margin-top: 10px !important;
}
.mgT15 {
	margin-top: 15px !important;
}
.mgT20 {
	margin-top: 20px !important;
}
.mgT25 {
	margin-top: 25px !important;
}
.mgT30 {
	margin-top: 30px !important;
}
.mgT35 {
	margin-top: 35px !important;
}
.mgT40 {
	margin-top: 40px !important;
}
.mgB00 {
	margin-bottom: 0 !important;
}
.mgB05 {
	margin-bottom: 5px !important;
}
.mgB10 {
	margin-bottom: 10px !important;
}
.mgB15 {
	margin-bottom: 15px !important;
}
.mgB20 {
	margin-bottom: 20px !important;
}
.mgB25 {
	margin-bottom: 25px !important;
}
.mgB30 {
	margin-bottom: 30px !important;
}
.mgB35 {
	margin-bottom: 35px !important;
}
.mgB40 {
	margin-bottom: 40px !important;
}
.mgB50 {
	margin-bottom: 50px !important;
}
.mgB60 {
	margin-bottom: 60px !important;
}
.mgB70 {
	margin-bottom: 70px !important;
}
.mgL10 {
	margin-left: 10px !important;
}

/* padding */
.pd10 {
	padding: 10px !important;
}
.pd15 {
	padding: 15px !important;
}
.pd20 {
	padding: 20px !important;
}
.pdH10 {
	padding: 0 10px !important;
}
.pdH15 {
	padding: 0 15px !important;
}
.pdH20 {
	padding: 0 20px !important;
}

/* text-align */
.taL {
	text-align: left !important;
}
.taC {
	text-align: center !important;
}
.taR {
	text-align: right !important;
}
