.subtitle01 {
    display: flex;
    align-items: flex-end;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background-color: #0159a7;
    border-radius: .3em;
    margin-bottom: 20px;
    padding: .5em;
}



.mypageCnt {
	max-width:1200px;
	margin:auto;
	text-align:left;

}

#login section .section_inner {
    background-color: #fff;
    border: 1px solid #e9ecef;
    padding: 20px;
}


.subtitle02 {
    font-size: 1.8em;
    font-weight: bold;
    color: #0b3c53;
    line-height: 1.2;
    border-left: 5px solid #0159a7;
    margin-bottom: 15px;
    padding: .3em .5em;
    text-align:left;
}


#login section .section_inner .inner_main {
    font-size: 1.4em;
    padding: 0 1em;
}
#login section .section_inner .inner_main p {
	margin-bottom:1.5em;
}


#login section .section_inner.viewing_note .inner_main ol {
    padding-left: 1em;
}


#login section .section_inner+.section_inner {
    margin-top: 20px;
    margin-bottom:20px;
}


#login section .section_inner.browser .inner_main_box .subtitle03 {
    margin-bottom: 5px;
}

.subtitle03 {
    font-weight: bold;
    color: #0b3c53;
    line-height: 1.2;
}


#login section .section_inner.browser .inner_main_box .browser_list {
    display: flex;
    align-content: center;
}



#login section .section_inner .inner_main .inner_main_box+.inner_main_box {
    border-top: 1px dashed #999;
    margin-top: 13px;
    padding-top: 13px;
}


#login section .section_inner {
    background-color: #fff;
    border: 1px solid #e9ecef;
    padding: 20px;
    margin-bottom:20px;
}


#login_area {
    display: flex;
    justify-content: center;
}


#login_area .login_main .login_main_inputarea {
    padding: 0 50px;
}

#login_area .login_main .login_main_inputarea .errMsg {
	color: #f00;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom:1em;
}

#login_area .login_main .input_area {
    font-size: 1.4em;
}

#login_area .login_main .input_area .title {
    display: flex;
    /* width: 50%; */
    font-weight: bold;
}

#login_area .login_main .agree_area {
    font-size: 1.3em;
    text-align: center;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding: 10px;
}


#login_area .login_main .agree_area .check_agree {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 10px 0;
}

#login_area .login_main .agree_area .check_agree_box {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    position: relative;
}

#login_area .login_main .agree_area .check_agree input {
    position: absolute;
    top: 50%;
    left: .5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#login_area .login_main .agree_area .check_agree_box label {
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #fff;
    border-radius: .3em;
    padding: .3em .5em .3em 1.5em;
}
#login_area .login_main .agree_area .check_agree input:checked + label {
    color: #f35213;
    background-color: #ffbb55;
}


#login_area .login_main .agree_area .note {
    display: flex;
    justify-content: center;
    align-content: center;
}

#login_area .login_main .agree_area .note p {
    font-size: .9em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background-color: #ea687f;
    padding: .2em .6em;
    border-radius: .3em;
}

#login_area .login_main .btn_area {
    display: flex;
    /* justify-content: flex-end; */
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding-top: 15px;
}


#login_area .login_main .btn_area .btn_login {
    display: flex;
    align-items: center;
}

#login_area .login_main .btn_area .btn_login input {
    -webkit-appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: top;
    outline: none;
    cursor: pointer;
    background-color: #0873a7;
    border: 1px solid #0873a7;
    border-radius: .3em;
    margin: 0;
    padding: .5em 3.5em;
    transition: all .2s;
}

#login_area .login_main .btn_area .btn_login input:hover {
    color: #0873a7;
    background-color: #fff;
}
#login section .section_inner.browser .inner_main_box .browser_list li+li {
    margin-left: 1em;
}

#login_area .login_main .input_area .input input {
    width: 100%;
    border: 1px solid #999;
    outline: none;
    background-color: #fff;
    margin: 0;
    padding: .5em;
}

#login_area .login_main .repass {
	font-size:1.4em;
	text-align:center;
	margin-top:15px;
}

/* contactArea */
#contactArea {
	width:100%;
	margin:0 auto;
	background:#0159a7;
	color:#fff;
	font-size:15px;
	text-align:left;
}
#contactArea .contactInner {
	padding:1.5em 0.5em;
	max-width:1140px;
	margin:auto;
	line-height:1.5;
}
#contactArea .contactInner ul li {
	/*margin-bottom:0.2em;*/
}
#contactArea .contactInner a {
	color:#fff!important;
}

@media only screen and (max-width:768px) {
	#contactArea {
		width:100%;
		margin:0;
	}

	#contactArea .contactInner {
		padding:1em;
	}

}


/* ナビゲーション */

header nav {
    background-color: #e78e2a;
    height:auto;
	width: 1140px;
    margin: auto;
}
header nav ul {
	display: flex;
	justify-content: center;
	width: 1140px;
	margin: 0 auto;
}
header nav ul li {
	width: 285px;
	position: relative;
}
header nav ul li::after {
	content: "";
	display: block;
	width: 1px;
	height: 70%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
header nav ul li a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding: .7em 0;
}
header nav ul li a:link,
header nav ul li a:visited {
	color:#fff;
	text-decoration:none;
}

header nav ul li a:hover,
header nav ul li.active a {
	color: #fff;
	background-color: #f1b655;
	text-decoration: none;

}
header nav ul li a.noLink {
	color: #969696;
	background-color: #bdbdbd;
	text-decoration: none;
}

header nav ul li.home a span {
	width: 100%;
	text-align: center;
}
header nav ul li.home a span.icon {
	font-size: 1.6em;
	padding: .3em 0 .2em 0;
}
header nav ul li.home a span.text {
	padding-bottom: .5em;
}


#logout__area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 15px 50px;
}


/* logout__area */
/*------------------------------------------------------------------------------*/
#logout__area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1140px;
	line-height: 1.2;
	margin: 0 auto;
	padding: 15px 50px;
}
#logout__area #locater {
	display: flex;
	align-items: center;
}
#logout__area #locater li {
	font-size: 1.4em;
}
#logout__area #locater li+li:before {
	content: ">";
	margin: 0 .5em;
}
#logout__area #logout {
	display: flex;
	align-items: flex-end;
}
#logout__area #logout p.name {
	font-size: 1.4em;
	font-weight: bold;
	margin-right: 20px;
}
#logout__area #logout p.name::after {
	content: "様";
	font-size: .9em;
	margin-left: .3em;
}
#logout__area #logout a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #ea687f;
	text-decoration: none;
	outline: none;
	background-color: #fff;
	border: 1px solid #ea687f;
	border-radius: .3em;
	padding: .6em 1.2em;
}
#logout__area #logout a span.icon {
	margin-right: .3em;
}
#logout__area #logout a:hover {
	color: #fff;
	background-color: #ea687f;
}

#top .sitemap {
	padding: 0 10px;
	margin-bottom:40px;
}
#top .sitemap li+li {
	margin-top: 20px;
}
#top .sitemap li .title {
	display: flex;
	align-items: center;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 5px;
}
#top .sitemap li .title::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-color: #f18a21;
	border-radius: 100%;
	margin-right: .3em;
}
#top .sitemap li p {
	font-size: 1.4em;
	background-color: #f2f2f2;
	border-radius: .3em;
	padding: .5em 1em;
}
#top .download_area ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: 20px auto 40px;
}
#top .download_area ul li {
	width: 32%;
}
#top .download_area ul li+li {
	margin-left: 2%;
}
#top .download_area ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	background-color: #0873a7;
	border: 1px solid #0873a7;
	border-radius: .3em;
	padding: 1em 0;
}
#top .download_area ul li a > span.icon {
	margin-right: .3em;
}
#top .download_area ul li a:hover {
	color: #0873a7;
	background-color: #fff;
}
#top .download_area ul li a.noLink {
    color: #969696;
    background-color: #bdbdbd;
}

/* 各種ダウンロード */

.download_area {
	margin-bottom:80px;
}
.download_area p {
	font-size:1.4em;
}


.red { color:#f00!important; }
.taL { text-align:left!important; }
.taC { text-align:center!important; }
.taR { text-align:right!important; }

.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb40 { margin-bottom:40px!important; }


.loginWaku {
	border:solid 1px #e9ecef;
	padding:1em;
	font-size:1.4em;
	margin:0 auto 20px;
}
.loginWaku h3 {
	font-weight:bold;
	color:#0159a7;
}

ul.circle {
	list-style-type: disc;
	margin-left:1.5em;
}
ul.circle li {
	list-style-type: disc;
}

.fwB { font-weight:bold; }


.taC { text-align:center!important; }

.loginWaku .btn_area {
	margin:auto;
	text-align:center;
}
.loginWaku .btn_area .btn_login {
	text-align:center;
    /*
    display: flex;
    align-items: center;
    */
}

.loginWaku .btn_area .btn_login input {
	display:inline-block;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: top;
    outline: none;
    cursor: pointer;
    background-color: #f90;
    border: 1px solid #f90;
    border-radius: .3em;
    margin: 0;
    padding: .5em 3.5em;
    transition: all .2s;
    font-size:1.1em;
}

.loginWaku .btn_area .btn_login input:hover {
    color: #f90;
    background-color: #fff;
}

.err-fld {
	background:#FCAEAE!important;
}
#contactArea .contactInner.flexFt {
	display:flex;
	flex-wrap:wrap;
}

#contactArea .contactInner.flexFt ul {
	margin-right:5em;
}

dl.kome {
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	width:100%;
	font-size:1.4em;
}

dl.kome dt {
	width:1em;
}
dl.kome dd {
	width:calc(100% - 1em);
}

/* tablet */
/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {
	#contactArea .contactInner.flexFt {
		display:block;
	}
	#contactArea .contactInner.flexFt ul {
		margin-right:0;
	}

	body#mypageLogin header {
		margin:0 auto 20px;
	}

}
