/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;*/
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
    background-color: transparent;
    color:#333;
}

.contentArea{
    margin: 5em auto 120px;
    font-family: 'Noto Sans JP', sans-serif;
    color:#333;
    font-size: 15px;
}
.contentArea label {
    display: block;
    font: .9rem 'Fira Sans', sans-serif;
}

.contentArea .ttl{
    font-size: 42px;
}

.login .ttl{
    text-align: center;
    margin-bottom:1em;
}

.login .formBox{
    max-width: 400px;
    margin: 0 auto 2em;
    width: 100%;
}
.login input{
    cursor: pointer;
}

.login .inputTxt{
    background-color:#efefef;
    max-width:400px;
    width:100%;
    height: 50px;
    border:0;
    cursor: pointer;
}

.login .icon{
    margin: 0.3em 0 1.6em 0;
    position: relative;
}

.login .icon::after{
    content:'';
    background:url("../../img/login/icon_log.jpg") no-repeat;
    width:14px;
    height: 15px;
    display: block;
    right: 4%;
    top: 32%;
    position: absolute;
}

.login .pass{
    background-color:#0e9352;
}

.loginBtn{
    width: 100%;
    max-width: 400px;
    margin:0 auto;
    min-height: 44px;
    padding: 0;
    border: 0;
    display: block;
    background-color: #0e9352;
    height: 60px;
}
.login .actions{
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    border: 0;
    color:#fff;
    text-align: center;
    background:none;
    padding: 8px 16px;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2;
}

.login .forgotLink{
    font-size: 15px;
    color:#0e9352;
    text-decoration: underline;
    text-align: center;
    padding-top:2em;
    font-weight: 500;
}
.login .firstBox .ttlFst{
    font-size: 20px;
    text-align: center;
    margin-bottom:0.8em;
}
.arrow_r,.arrow_w,.arrow_f{
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
    margin:0 auto;

}
.arrow_r{
    box-shadow: 2px 2px #b5b5b5;
    border-radius: 4px;
}
.loginBtn:hover,.login .toMmb:hover{
 text-decoration: none;
  opacity: .7;
  transition: .3s;
}
.login .forgotLink:hover{
 opacity: .7;
 transition: .3s;
}

.arrow_f::after{
    content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #0e9352;
  border-right: solid 2px #0e9352;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -27px;
  transform: rotate(45deg);
}

.arrow_w{
    color:#0e9352;
    background-color:#fff;
    border:1px solid #0e9352;
    margin-bottom:0;
    border-radius: 5px;
}
.login .toMmb{
    font-weight: 500;
    width: 100%;
    max-width: 400px;
    margin:0 auto;
    min-height: 44px;
    padding: 0;
    border: 0;
    display: block;
    color:#0e9352;
    background-color: #fff;
    border: 1px solid #0e9352;
    height: 60px;
    border-radius: 10px;
}
.arrow_r::before,.arrow_w::before {
  content: '';
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -9px;
}

.arrow_r:after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #0e9352;
  border-right: solid 2px #0e9352;
  position: absolute;
  top: 50%;
  right: 22.5px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.arrow_w::before{
  content: '';
  width: 18px;
  height: 18px;
  background: #0e9352;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -9px;
}
.arrow_w::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.loginBtn .createAnt{
    background-color:#fff;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color:#333;
    font-size: 15px;
    }
.sp,.sp_cpy{
    display: none;
}

.wrapperInr{
    max-width: 1200px;
    margin:0 auto;
    margin-bottom: 120px;
    width: 95%;
}
.login input{
    margin-right: auto;
    /*display: block;*/
    /*padding: 5px;*/
    font-size: 15px;
}

.login .disc_txt {
  width: 405px;
  margin: 0 auto;
  margin-top: 30px;
}
.login .disc_txt span {
  color: #0e9352;
}
.login .btn_wrap {
  text-align: center;
}
.login .btn_square_white {
  border :solid 2px #0e9352;
  width: 400px;
}
.login .forgotLink_wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .login .disc_txt {
    width: 100%;
    max-width: 400px;
  }
  .login .btn_square_white {
    width: 100%;
    max-width: 400px;
  }
  .arrow_r {
    border-radius: 0.5vw;
  }
}

/*パンくず*/

wrapperInr{
    margin-bottom:4em;
}

@media screen and (max-width: 1200px) {
.sp{
    display: block;
    }

@media screen and (max-width: 870px) {

    .contentArea .ttl{
        font-size: 32px;
    }
    .contentMypage .leftSide {
        display: none;
    }
}

}
