@charset "UTF-8";

*, *::before, *::after {
    box-sizing: border-box;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
table {
    border-collapse: collapse;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

body{
    font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    padding-bottom: 0;
    line-height: 1.8rem;
    margin: 0;
}

.wrapper {
    width:1110px;
    margin: 0 auto;
}


a {
    color: #d80c20;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
    text-decoration: none;
    font-weight: bold;
}


/* color */
.bg_color {
    background-color:#E5F0F7;
}
.main_color {
    background-color:#0068B2;
}
.main_color_line{
    border-color: #80B3D8;
}
.main_color_text {
    color: #d80c20;
}


.breadcrumbs_link {
	color: #FFFFFF;
    font-size: 20px;
}
.breadcrumbs_active {
	color: #FFD700;
    font-size: 20px;
}

.btn_login_color {
    background-color: #0068B2;
}
.btn_forget_color {
  background-color: #767676;
}
.btn_regist_color {
  background-color: #F29501;
}



/* header */
header .wrapper {
    padding:15px 7px;
    display: flex;
    align-items: center;
}
header img.logo {
    height : 60px;
    margin-left:20px;
}
header span.header_title {
    margin-left: 15px;
    font-size: 22px;
    color: #0068B2;
    font-weight: bold;
}

/*パンくず*/
.breadcrumbs {
	height: 60px;
	text-align: center;
	padding-top: 15px;
}

.breadcrumbs ul {
	list-style: none;
}

.breadcrumbs ul li {
	display: inline-block;
	padding-right: 50px;
}

.container {
    padding: 50px 0px;
    width: 100%;
    margin:0 auto;
}



#login {
	width: 90%;
	margin:auto;
	background-color: #FFFFFF;
}
.app_progname {
    text-align: center;
    padding: 10px 0 0 0 ;
    font-weight: bold;
    font-size: 20px;
}
.app_period {
    text-align: center;
}
.close_msg {
    padding: 15px;
    text-align: center;
    font-size: 20px;
    color: red;
}

.login_title {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 5px;
}

.login_msg {
    text-align: center;
    padding: 20px;
}

table.login_form {
    width: 770px;
    margin: 0 auto;
    border: solid 1px #6E6E6E;
}
.en table.login_form {
    width: 880px;
}
table.login_form th {
  width : 180px;
  padding:25px;
  background-color: #DEDEDE;
  border: solid 1px #6E6E6E;
  font-size:18px;
}
table.login_form td {
  padding:10px;
  border: solid 1px #6E6E6E;
  font-weight: bold;
}
table.login_form td input{
    width: 350px;
}


.btn_area  {
    width: 400px;
    margin: 0 auto;
    padding: 15px 0;
}

#login .btn_area a {
    display:block;
    padding: 10px 0;
    width: 100%;
    margin: 25px 0;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    background-image: url('../img/btn_arrow2.png');
    background-position: right 15px center;
    background-repeat: no-repeat;
}
.btn_area a:hover {
  opacity: 0.8;
  font-size: 100%;
}
.btn_area a#btn_login {
  font-size:22px;
  padding: 15px 0;
}

/**/
footer .wrapper {
    text-align:center;
    padding: 10px;
    font-size:16px;
}
.logo2 {
   width: 300px;
}

/**/
#mypage{
    width: 100%;
	max-width: 800px;
	margin: 60px auto;
}
#mypage .step{
    width: 100%;
    margin: 20px 0px;
}
#mypage .stepimg {
    width: 145px;
	float: left;
	margin-bottom: 30px;
}
#mypage .stepflow{
	max-width: 600px;
    float: right;
}
#mypage .stepimg span{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    padding-top: 3px;
    text-align: center;
    font-size:15px;
    font-weight: bold;
    color: #FFF;
    line-height: 100%;
}
#mypage .stepimg img{
    margin-top: 20px;
}
#mypage .stepflow h3{
	font-size: 20px;
    font-weight: bold;
	margin: 0px;
	padding: 0;
	text-align: left;
}
#mypage .stepflow ul{
    margin: 20px 0 0 0px;
}
#mypage .stepflow ul li{
    list-style-image: url(../img/step_mark.png);
    margin-bottom: 20px;
    line-height: 25px;
}
#mypage .stepflow .caution {
    font-weight: bold;
}
#mypage .stepflow .red {
	color: red;
    font-weight: bold;
}
#mypage .stepflow a {
	text-decoration: none;
	font-size: 1em;
}
#mypage .stepsep{
    box-sizing: border-box;
    width: 100%;
    height: 20px;
    background-image: url(../img/step_sp.png);
    background-repeat: no-repeat;
    background-position: 53% 0;
	border-top: solid 1px #717171;
	margin: 60px 0;
}

#mypage .btn_area {
	text-align: center;
	width: 100%;
}
#mypage a.btn {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
    border-radius:5px;
    display: inline-block;
	max-width: 300px;
	width: 100%;
	font-size: 14px;
	background-image: none;
}




/* PC */
@media screen and (min-width:992px) { 
    .rps_on { display: none !important;}

    .container {
        max-width: 1140px;
    }
}

/* print */
@media print { 
    .navbar { display: flex;}
    .rps_on { display: none !important;}

    .container {
        max-width: 1140px;
    }
}


