@charset "UTF-8";

/*  Reset
------------------------------------------------------------*/
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
/**
* YUI Reset
* @module reset
* @namespace
* @requires
*/
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

html {
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "游ゴシック", YuGothic, Arial, Roboto, "Droid Sans", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  outline: none;
  text-decoration: none;
}

a, div, li {
    box-sizing: border-box;
}

img {
  vertical-align: top;
}

body {
  background-color: #fff;
  min-width: 960px;
}
main {
  display: block;
}
.container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

/*  header
------------------------------------------------------------*/
#page .nav-header .site.logo {
  line-height: 3.5em;
}
#page .nav-header,
#page .txt-hd-setting,
#page .btn-hd-setting {
  font-size: 14px;
}
.nav-header {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  padding-top: 10px;
}
.nav-header:before, .nav-header:after {
  content: "";
  display: table;
}
.nav-header:after {
  clear: both;
}
.nav-header .site-logo {
  float: left;
  line-height: 3.6em;
  padding-left: 10px;
}
.nav-header .site-logo a {
  display: block;
}
.nav-header .site-logo img {
  vertical-align: middle;
}
.nav-header .nav-utillity {
  float: right;
  position: relative;
}
.nav-header .nav-utillity.is-about:after, .nav-header .nav-utillity.is-help:after, .nav-header .nav-utillity.is-regist:after {
  background-color: #e73817;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 184px;
  height: 2px;
}
.nav-header .nav-utillity.is-about:after {
  left: 0;
}
.nav-header .nav-utillity.is-about .lnk-nav-about {
  font-weight: bold;
}
.nav-header .nav-utillity.is-about .lnk-nav-about:link, .nav-header .nav-utillity.is-about .lnk-nav-about:hover, .nav-header .nav-utillity.is-about .lnk-nav-about:active, .nav-header .nav-utillity.is-about .lnk-nav-about:visited {
  color: #e73817;
}
.nav-header .nav-utillity.is-help:after {
  left: 183px;
}
.nav-header .nav-utillity.is-help .lnk-nav-help {
  font-weight: bold;
}
.nav-header .nav-utillity.is-help .lnk-nav-help:link, .nav-header .nav-utillity.is-help .lnk-nav-help:hover, .nav-header .nav-utillity.is-help .lnk-nav-help:active, .nav-header .nav-utillity.is-help .lnk-nav-help:visited {
  color: #e73817;
}
.nav-header .nav-utillity.is-regist:after {
  left: 366px;
}
.nav-header .nav-utillity li {
  border-right: solid 1px #ddd;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.nav-header .nav-utillity li:first-child {
  border-left: solid 1px #ddd;
}
.nav-header .nav-utillity li a {
  display: block;
  width: 122px;
}
.nav-header .nav-utillity li a:hover {
  text-decoration: underline;
}
.nav-header .nav-utillity li a:link, .nav-header .nav-utillity li a:hover, .nav-header .nav-utillity li a:active, .nav-header .nav-utillity li a:visited {
  color: #333;
}
.nav-header .nav-utillity li a.lnk-nav-flow:hover, .nav-header .nav-utillity li a.lnk-nav-about:hover, .nav-header .nav-utillity li a.lnk-nav-help:hover {
  background-color: #eee;
  background-color: rgba(0, 0, 0, 0.1);
}
.nav-header .nav-utillity li a.lnk-nav-flow {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.nav-header .nav-utillity li a.lnk-nav-about {
  width: 150px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.nav-header .nav-utillity li a.lnk-nav-help {
  width: 107px;
  line-height: 3.6em;
}
.nav-header .nav-utillity li a.btn-nav-register:link, .nav-header .nav-utillity li a.btn-nav-register:hover, .nav-header .nav-utillity li a.btn-nav-register:active, .nav-header .nav-utillity li a.btn-nav-register:visited {
  color: #fff;
}
.nav-header .nav-utillity li a.current {
  font-weight: bold;
}
.btn-nav-register {
  background-color: #e73817;
  width: 142px;
	font-weight: bold;
  line-height: 3.6em;
}
.btn-nav-register.readHerdBtn {
	line-height: 1.4;
	padding:5px 0 5px;
}
.btn-nav-register.readHerdBtn:hover {
  text-decoration: none !important;
  opacity: .6;
}
.contents {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  overflow: hidden;
  width: 960px;
}
/*  main
------------------------------------------------------------*/
.warraper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
main {
  background-color: #fafafa;
  padding: 40px 0 90px;
}
main .login_container {
  width: 530px;
  margin-right: auto;
  margin-left: auto;
}
main .login_box {
  background-color: #fff;
  padding: 40px;
}

/*  headding  --------------------*/
.headding_1 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.headding_2 {
  font-size: 18px;
  padding-left: 10px;
  border-left: 6px solid #e93817;
  font-weight: bold;
  margin-top: 25px;
}
.headding_3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

/*  txt_link  --------------------*/
.txt_link {
  color: #e93817;
  text-decoration: underline;
}
.txt_link:hover {
  text-decoration: none;
}
.txt_link:visited {
  color: #96c;
}

/*  form  --------------------*/
.login_container input[type=text], .login_container input[type=password], .login_container input[type=email] {
  display: block;
  margin: 15px auto 0;
  border: 1px solid #ccc;
  font-size: 14px;
  width: 100%;
  padding: 14px;
  box-sizing: border-box;
  outline: 0;
  background-color: #f3f3f3;
}
.login_checkbox {
  position: relative;
  margin-top: 20px;
}
.login_checkbox_content {
  display: none;
}
.login_checkbox_text {
  padding: 0 0 0 26px;
  cursor: pointer;
}
.login_checkbox_text:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  background-color: #fff;
  border: 1px solid #979797;
  border-radius: 2px;
  cursor: pointer;
}
.login_checkbox input[type=checkbox]:checked+label:before {
  background-image: url(./img_check.png);
  background-repeat: no-repeat;
  background-size: 18px 14px;
}

/*  btn_login  --------------------*/
.btn_login .btn_submit {
  display: block;
  position: relative;
  padding: 20px 30px 20px;
  background: #e83416;
  background: -ms-linear-gradient(to bottom,#eb5d45 0%,#e83416 100%);
  background: linear-gradient(to bottom,#eb5d45 0%,#e83416 100%);
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 22px;
  font-family: 'Noto Sans Japanese Medium';
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-top: 18px;
  font-weight: bold;
  width: 100%;
  border: none;
}
.btn_login .btn_submit:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}
.btn_login .btn_submit:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*  sign_up  --------------------*/
.sign_up {
  margin-top: 25px;
  border-top: 1px solid #ccc;
}
.btn_sign_up a {
  display: block;
  position: relative;
  padding: 20px 30px 20px;
  background: #fff;
  border: 2px solid #e83416;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  font-family: 'Noto Sans Japanese Medium';
  line-height: 1.2;
  color: #e83416;
  text-align: center;
  margin-top: 18px;
  font-weight: bold;
}
.btn_sign_up a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e83416;
  border-right: 2px solid #e83416;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}
.btn_sign_up a:hover {
  opacity: 0.7;
}

/*  user_profile  --------------------*/
.user_profile {
  margin: 20px auto 0;
  width: 100px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: flex; /* 子要素をflexboxで揃える */
  flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.user_profile img {
  width: 100px;
  height: auto;
}

/*  error_message  --------------------*/
.error_message {
  border: 1px solid #ff0000;
  padding: 20px;
  background-color: #fffaf9;
  margin-bottom: 30px;
  display: none;
  font-size: 15px;
  color: #ff0000;
}
.error_m {
  display: none;
}
.error_message .inp_error {
  display: block;
}
.block {
  display: block;
}

/*  pagetop  --------------------*/
.pagetop {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(./btn_pagetop.gif);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 40px;
  height: 40px;
}


/*  footer
------------------------------------------------------------*/
.nav-footer {
  background-color: #f3f3f3;
}
.nav-footer .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-footer .row-3 {
  width: 970px;
}
.nav-footer .nav-sitelink li {
  background-image: url(./com_ic_03.png);
  background-repeat: no-repeat;
  background-position: 1px .5em;
  margin-bottom: .5em;
}
.nav-footer .nav-sitelink li a {
  padding-left: 10px;
}
.nav-footer .nav-sitelink li a:link, .nav-footer .nav-sitelink li a:hover, .nav-footer .nav-sitelink li a:active, .nav-footer .nav-sitelink li a:visited {
  color: #333;
}
.nav-footer .nav-sitelink li a:hover {
  text-decoration: underline;
}
.nav-footer .nav-sitelink li a[target=_blank]:after {
    background-image: url(./com_ic_04.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: 2px;
    width: 13px;
    height: 13px;
}
.footer {
  background-color: #fff;
  padding-bottom: 70px;
  text-align: right;
}
.footer .contents {
  border-top: solid 1px #e73817;
  padding-top: 10px;
}
#page .nav-footer,
#page .footer {
  font-size: 14px;
}
.nav-footer .row-3 {
  width: 970px;
}
.txt-ft-copyright {
  line-height: 2.8;
}
.txt-ft-zaq img {
  margin-right: 3px;
  vertical-align: text-bottom;
}
.row {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row.row-2 {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-2 .cols {
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
}
.row.row-3 {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-3 .cols {
  padding-right: 5px;
  padding-left: 5px;
  width: 33.3333%;
}

.cols {
  display: table-cell;
  vertical-align: top;
}
#page .row {
  width: 100%;
}

.txt-err {
  display: block;
  margin-left: 25px;
  margin-bottom: 5px;
  text-indent: -25px;
  font-size: 16px;
  line-height: 1.2;
  color: #e73817;
  font-weight: bold;
}
.txt-err:before {
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  top: 4px;
  content: " ";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
}

.errmsg {
	color: #e73817;
	font-weight: bold;
}

/*  調整用
------------------------------------------------------------*/
.txt_aling_c {
  text-align: center;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
