/******************************************************

fonts

******************************************************/
::-webkit-input-placeholder {
  color: #777777;
}
:-ms-input-placeholder {
  color: #777777;
}
::-ms-input-placeholder {
  color: #777777;
}
::placeholder {
  color: #777777;
}

.member-login {
  width: 800px;
  margin: 0 auto;
}

.member-login a:hover {
  opacity: 0.8;
}

.member-login h2 {
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: #000 solid 2px;
  margin-bottom: 50px;
}

.member-login .lineBtn {
  width: 500px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00b900;
  margin: 0 auto;
}

.member-login .lineBtn .icon-line02 {
  font-size: 4rem;
  color: #fff;
  margin-right: 10px;
}

.member-login .lineBtn span {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}

.member-login .loginBox {
  width: 600px;
  margin: 50px auto 100px;
  padding: 40px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f3f3;
  text-align: center;
}

.member-login .loginBox form .view_off {
  display: none;
}

.member-login .loginBox h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

.member-login .loginBox input[type="email"],
.member-login .loginBox input[type="password"] {
  width: 100%;
  height: 45px;
  border: #cccccc solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.member-login .loginBox .submit {
  width: 200px;
  height: 45px;
  position: relative;
  margin: 10px auto 30px;
}

.member-login .loginBox .submit:before {
  content: "\e900";
  font-family: "icomoon";
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 45px;
  z-index: 10;
  pointer-events: none;
}

.member-login .loginBox .submit input[type="submit"] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 1.7rem;
  padding: 0;
  border: 0;
}

.member-login .loginBox a {
  text-decoration: underline;
}

.member-login .loginBox .error {
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
}

.member-login .btnBox {
  width: 400px;
  margin: 0 auto;
}

.member-login .btnBox a {
  width: 100%;
  height: 70px;
  border: #00b900 solid 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.member-login .btnBox a span {
  font-size: 2rem;
  font-weight: bold;
  color: #00b900;
}

.member-login .btnBox a .icon-arrow {
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 62px;
  color: #00b900;
}

.member-login .btnBox a.wideBtn02 {
  margin-top: 20px;
  border-color: #0d3b44;
}

.member-login .btnBox a.wideBtn02 span, .member-login .btnBox a.wideBtn02 .icon-arrow {
  color: #0d3b44;
}

.member-login .aboutMember {
  background: #e9f5f0;
  padding: 50px 50px 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 0 120px;
}

.member-login .aboutMember .text h3 {
  font-weight: bold;
  font-size: 2.5rem;
  padding-bottom: 10px;
}

.member-login .aboutMember .text p {
  line-height: 2;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.member-login .aboutMember .text .smallBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 170px;
  height: 36px;
  border-radius: 18px;
  background: #0d3b44;
  position: relative;
}

.member-login .aboutMember .text .smallBtn span {
  color: #fff;
}

.member-login .aboutMember .text .smallBtn .icon-arrow {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 36px;
  font-size: 1rem;
  color: #fff;
}

.member-login .aboutMember figure {
  overflow: hidden;
  height: 220px;
}

#null_error {
  color: red;
  font-weight: bold;
  font-size: 1.8rem;
}

.member-top {
  margin-top: -94px;
}

.member-top section.title {
  padding: 65px 0 0;
  background: #e7f0ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.member-top section.title .text {
  width: 440px;
  position: relative;
  margin-right: 150px;
  padding-bottom: 50px;
}

.member-top section.title .text em {
  position: absolute;
  right: 0;
  top: -50px;
  width: 113px;
  height: 113px;
  border-radius: 50%;
  background: #ffea00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #128488;
  line-height: 1.4;
  font-weight: bold;
}

.member-top section.title .text h1 {
  font-size: 5rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}

.member-top section.title .text h1 span {
  display: inline-block;
  line-height: 1.1;
  border-bottom: #128488 solid 6px;
}

.member-top section.title .text h1 span + span {
  margin-top: 10px;
}

.member-top section.title .text p {
  font-size: 1.9rem;
  padding: 30px 0;
}

.member-top section.title .text .btn {
  background: #128488;
  width: 100%;
}

.member-top section.title .text .btn .icon-arrow {
  position: static;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 10px;
}

.member-top section.title figure {
  height: 500px;
  overflow: hidden;
}

.member-top section.body {
  padding-left: 0;
  padding-right: 0;
}

.member-top section.body .inner {
  text-align: center;
}

.member-top section.body .inner h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
  border-bottom: #000000 solid 2px;
}

.member-top section.body .inner .textBox-01 {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
}

.member-top section.body .inner .textBox-01 .text {
  text-align: left;
  width: 440px;
}

.member-top section.body .inner .textBox-01 .text h3 {
  padding: 30px 0;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3;
}

.member-top section.body .inner .textBox-01 .text p {
  font-size: 1.6rem;
  line-height: 2;
}

.member-top section.body .inner .textBox-01.reverse .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.member-top section.body .inner .textBox-01.reverse figure {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.member-top section.body .inner.bg {
  background: #f8f8f8;
}

.member-top .regist {
  background: #008489;
  text-align: center;
  padding-bottom: 80px;
  color: #fff;
}

.member-top .regist h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 50px;
}

.member-top .regist .btn.wide {
  width: 640px;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  background: #fff;
  border: 0;
}

.member-top .regist .btn.wide span {
  color: #0d3b44;
  font-size: 2.2rem;
  font-weight: bold;
}

.member-top .regist .btn.wide.lineBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.member-top .regist .btn.wide.lineBtn .icon-line02 {
  position: static;
  color: #00b900;
  font-size: 4.4rem;
  margin-right: 10px;
}

.member-top .regist .btn.wide.lineBtn span {
  color: #00b900;
}

h1.mypageTitle {
  background: #444444;
  padding: 0 75px;
  line-height: 100px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  z-index: -1;
}

.mypage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 75px 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mypage aside {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 250px;
  
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mypage aside .edit .face_box {
  pointer-events: none;
  padding: 15px;
  border: #333333 solid 3px;
  border-bottom: 0;
  text-align: center;
}

.mypage aside .edit .face_box .icon-mypage {
  font-size: 5rem;
  color: #777777;
}

.mypage aside .edit .face_box p {
  font-weight: bold;
  color: #000;
  padding: 10px 0 0;
}

.mypage aside .edit .edit_box {
  display: block;
}

.mypage aside .edit .mypage_nav {
  padding: 0 15px;
  border: #333333 solid 3px;
  border-top: 0;
  margin-bottom: 25px;
}

.mypage aside .edit .mypage_nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border-top: #999999 solid 1px;
}

.mypage aside .edit .mypage_nav li a .icon-arrow {
  font-size: 1rem;
  margin-right: 5px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mypage aside .flow {
  border: #333333 solid 3px;
  background: #ededed;
  padding: 15px;
}

.mypage aside .flow .item {
  width: 100%;
  height: 80px;
  padding: 0 15px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
}

.mypage aside .flow .item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #128488 transparent transparent transparent;
  position: absolute;
  left: calc(50% - 12px);
  top: 100%;
}

.mypage aside .flow .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.mypage aside .flow .item a:hover ~ span {
  border: 0;
  background: #128487;
  opacity: 1;
  border: rgba(18, 132, 135, 0.1) solid 1px;
}

.mypage aside .flow .item a:hover ~ span:before {
  opacity: 0;
}

.mypage aside .flow .item span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ededed;
  border: #a2a2a2 dashed 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mypage aside .flow .item span:before {
  content: "\e91e";
  font-family: "icomoon";
  font-size: 1.3rem;
  color: #ffffff;
  opacity: 0;
}

.mypage aside .flow .item span.on {
  border: 0;
  background: #128488;
}

.mypage aside .flow .item span.on:before {
  color: #fff;
  opacity: 1;
}

.mypage aside .flow .item p {
  line-height: 1.5;
  color: #0d3b44;
  font-weight: bold;
}

.mypage aside .flow .item:last-child {
  margin-bottom: 0;
}

.mypage aside .flow .item:last-child:before {
  content: none;
}

.mypage section {
  width: calc(100% - 250px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 0 0 50px;
}

.mypage section h2 {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  padding-bottom: 10px;
  margin: 75px 0 25px;
  border-bottom: #000000 solid 1px;
}

.mypage section h2:first-child {
  margin-top: 0;
}

.mypage section .seminar {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
}

.mypage section .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 0;
}

.mypage section .case .item {
  width: calc((100% - 45px)/2);
  position: relative;
  margin-left: 0;
  margin-bottom: 40px;
}

.mypage section .catalog {
  width: 100%;
  height: 200px;
  padding-left: 40px;
  border: #555555 solid 1px;
  background: #ededed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 15px;
}

.mypage section .catalog a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

.mypage section .catalog .text {
  padding-left: 40px;
}

.mypage section .catalog .text p {
  font-weight: bold;
  color: #0d3b44;
  font-size: 2rem;
}

.mypage section .catalog .text span {
  font-size: 1.6rem;
  text-decoration: underline;
}

.mypage section .seminar {
  width: 100%;
  overflow: hidden;
}

.mypage section .contactForm .inputArea {
  padding: 0;
}

.mypage section .contactForm .inputArea .input {
  padding-top: 35px;
}

.mypage section .contactForm .inputArea .input > em {
  width: 190px;
}

.mypage section .contactForm .inputArea .input .inputBox {
  width: calc(100% - 190px);
}

.mypage section .contactForm .inputArea .input .inputBox .radioBox .radio label span:after {
  top: 3px;
}

.mypage section .contactForm .inputArea .input .inputBox .radioBox .radio label span::before {
  top: 4px;
}

.mypage section .contactForm .inputArea .input .checkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mypage section .contactForm .inputArea .input .checkBox .check {
  margin-right: 30px;
  margin-bottom: 20px;
}

.mypage section .contactForm .inputArea .input .checkBox.pb0 {
  padding-bottom: 0;
}

.mypage section .contactForm .inputArea .input .checkBox + p {
  padding-top: 0;
}

.mypage section .contactForm .inputArea .input.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mypage section .contactForm .inputArea .input.file figure {
  margin-right: 20px;
}

.mypage section .contactForm .inputArea .areaBox {
  padding: 30px;
  background: #f3f3f3;
}

.mypage section .contactForm .inputArea .areaBox h3 {
  line-height: 1;
  padding-bottom: 25px;
}

.mypage section .contactForm .inputArea .areaBox .checkBox + p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8;
}

.mypage section .contactForm .inputArea .comp_msg {
  font-size: 2rem;
  margin: 40px auto;
  text-align: center;
}

.mypage section .contactForm .inputArea .error_top {
  color: red;
  font-size: 2rem;
  font-weight: bold;
  background-color: lightgrey;
  text-align: center;
}

.mypage section .contactForm .inputArea .error {
  color: red;
  font-weight: bold;
}

.mypage section .contactForm .submitBox {
  margin: 60px 0 100px;
}

.mypage section .contactForm .grayBox {
  background: #f3f3f3;
  text-align: center;
  padding: 30px;
}

.mypage section .contactForm .grayBox a {
  text-decoration: underline;
  font-size: 1.7rem;
}

#UnsubscribeBox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#UnsubscribeBox .message {
  max-width: 100%;
  width: 650px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  z-index: 9999;
}

#UnsubscribeBox .message p {
  font-size: 1.7rem;
  padding-bottom: 20px;
}

#UnsubscribeBox #Unsubscribe-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

section.form {
  background: #f3f3f3;
  border-bottom: #fff solid 6px;
  padding-bottom: 80px;
}

section.form .inner {
  max-width: 800px;
  margin: 0 auto;
}

section.form .inner .error_top {
  color: red;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: lightgrey;
  text-align: center;
  margin-bottom: 15px;
  line-height: unset;
}

section.form .inner p {
  font-size: 1.6rem;
  line-height: 2;
}

section.form .inner p a {
  text-decoration: underline;
}

section.form .inner .formBox {
  background: #fff;
  padding: 45px 80px;
  margin: 20px 0;
}

section.form .inner .formBox .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.form .inner .formBox .input em {
  font-size: 1.7rem;
}

section.form .inner .formBox .input .inputBox {
  width: 500px;
}

section.form .inner .formBox .input + .input {
  margin-top: 30px;
}

section.form .inner .formBox.complete {
  padding: 40px;
  margin-bottom: 0;
}

section.form .inner .formBox.complete > p {
  padding-bottom: 40px;
}

section.form .inner .formBox.complete .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-bottom: 0;
}

section.form .inner .formBox.complete .case .item {
  width: calc((100% - 45px)/2);
  position: relative;
  margin-left: 0;
  margin-bottom: 40px;
}

section.form .inner .submitBtn {
  margin-top: 40px;
}

section.form .inner .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}

section.form .inner .btnBox a.btn {
  margin: 0;
  width: 350px;
}

section.form .inner .btnBox a.btn + a.btn {
  margin-left: 25px;
}

.contactNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.contactNav li {
  width: calc((100% - 40px)/3);
  padding-left: 20px;
  height: 54px;
  border-top: #bbbbbb solid 1px;
  border-bottom: #bbbbbb solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  color: #888888;
  background: #fff;
  position: relative;
}

.contactNav li.current {
  background: #128488;
  color: #fff;
  border-color: #128488;
}

.contactNav li.current:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 20px;
  border-color: transparent transparent transparent #128488;
  position: absolute;
  left: 100%;
  top: -1px;
  z-index: 10;
}

.contactNav li:first-child {
  padding-left: 0;
  border-left: #bbbbbb solid 1px;
}

.contactNav li:nth-child(1):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 20px;
  border-color: transparent transparent transparent #bbbbbb;
  position: absolute;
  left: 100%;
  top: -1px;
  z-index: 10;
}

.contactNav li:nth-child(1):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: calc(100% - 1px);
  top: -1px;
  z-index: 10;
}

.contactNav li:nth-child(1).current:before {
  border-color: transparent transparent transparent #128488;
}

.contactNav li:nth-child(1).current:after {
  content: none;
}

.contactNav li:nth-child(2):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 20px;
  border-color: transparent transparent transparent #bbbbbb;
  position: absolute;
  left: 100%;
  top: -1px;
  z-index: 10;
}

.contactNav li:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: calc(100% - 1px);
  top: -1px;
  z-index: 10;
}

.contactNav li:nth-child(2).current:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 20px;
  border-color: transparent transparent transparent #128488;
  position: absolute;
  left: 100%;
  top: -1px;
  z-index: 10;
}

.contactNav li:nth-child(2).current:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0 28px 20px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 10;
}

.contactNav li:last-child {
  border-right: #bbbbbb solid 1px;
}

.contactNav.wide li {
  width: calc((100% - 0px)/2);
}

.contactNav.wide li:last-child:before, .contactNav.wide li:last-child:after {
  content: none;
}

/*! TABLET *******************************************/
/*! smartphone *******************************************/
@media screen and (max-width: 750px) {
  .member-login {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .member-login h2 {
    margin-bottom: 30px;
  }
  .member-login .lineBtn {
    width: auto;
    height: 55px;
    margin: 0 20px;
  }
  .member-login .lineBtn .icon-line02 {
    font-size: 2.2rem;
    margin-right: 5px;
  }
  .member-login .lineBtn span {
    font-size: 1.6rem;
  }
  .member-login .loginBox {
    width: 100%;
    margin: 20px auto 40px;
    padding: 20px 20px;
  }
  .member-login .loginBox h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
  }
  .member-login .loginBox input[type="email"],
  .member-login .loginBox input[type="password"] {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    padding: 0 8px;
    margin-bottom: 10px;
  }
  .member-login .loginBox .submit {
    width: 150px;
    height: 40px;
    position: relative;
    margin: 10px auto 20px;
  }
  .member-login .loginBox .submit:before {
    font-size: 1rem;
    line-height: 40px;
    z-index: 10;
  }
  .member-login .loginBox .submit input[type="submit"] {
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
  }
  .member-login .btnBox {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
  .member-login .btnBox a {
    width: 100%;
    height: 50px;
    border: #00b900 solid 3px;
  }
  .member-login .btnBox a span {
    font-size: 1.5rem;
  }
  .member-login .btnBox a .icon-arrow {
    font-size: 1rem;
    line-height: 44px;
  }
  .member-login .btnBox a.wideBtn02 {
    margin-top: 15px;
  }
  .member-login .aboutMember {
    padding: 20px 20px 0;
    border-radius: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 60px;
  }
  .member-login .aboutMember .text {
    width: 100%;
    text-align: center;
  }
  .member-login .aboutMember .text h3 {
    font-weight: bold;
    font-size: 1.7rem;
    padding-bottom: 10px;
  }
  .member-login .aboutMember .text p {
    line-height: 2;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .member-login .aboutMember .text .smallBtn {
    width: 140px;
    height: 30px;
    border-radius: 15px;
    margin: 0 auto;
  }
  .member-login .aboutMember .text .smallBtn span {
    font-size: 1.3rem;
  }
  .member-login .aboutMember .text .smallBtn .icon-arrow {
    right: 6px;
    line-height: 30px;
    font-size: 1rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .member-login .aboutMember figure {
    overflow: hidden;
    height: 150px;
    width: 170px;
    margin: 30px auto 0;
  }
  .member-top {
    margin-top: -76px;
  }
  .member-top section.title {
    padding: 65px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .member-top section.title .text {
    width: 100%;
    margin-right: 0px;
    padding: 0 40px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .member-top section.title .text em {
    position: absolute;
    right: 20px;
    top: -30px;
    width: 70px;
    height: 70px;
    font-size: 1.1rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: center;
  }
  .member-top section.title .text h1 {
    font-size: 3rem;
    text-align: center;
  }
  .member-top section.title .text h1 span {
    display: inline-block;
    line-height: 1.1;
    border-bottom: #128488 solid 4px;
  }
  .member-top section.title .text h1 span + span {
    margin-top: 10px;
  }
  .member-top section.title .text p {
    font-size: 1.3rem;
    padding: 20px 0;
  }
  .member-top section.title .text .btn {
    background: #128488;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .member-top section.title figure {
    width: 190px;
    height: 300px;
    overflow: hidden;
  }
  .member-top section.body {
    padding: 50px 0;
  }
  .member-top section.body .inner {
    text-align: center;
    padding: 0 20px;
  }
  .member-top section.body .inner h2 {
    font-size: 2.3rem;
    line-height: 1.2;
    border: 0;
  }
  .member-top section.body .inner h2 span {
    border-bottom: #000000 solid 2px;
  }
  .member-top section.body .inner h2 span + span {
    display: inline-block;
    padding-top: 10px;
  }
  .member-top section.body .inner .textBox-01 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 60px 0;
    text-align: center;
  }
  .member-top section.body .inner .textBox-01 .text {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
  }
  .member-top section.body .inner .textBox-01 .text em img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .member-top section.body .inner .textBox-01 .text h3 {
    padding: 20px 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .member-top section.body .inner .textBox-01 .text p {
    font-size: 1.3rem;
    line-height: 2;
    text-align: left;
  }
  .member-top section.body .inner .textBox-01 figure {
    margin: 0 auto;
  }
  .member-top section.body .inner .textBox-01 figure img {
    max-width: 80%;
  }
  .member-top section.body .inner .textBox-01 figure.photo01 {
    position: relative;
    left: 5%;
  }
  .member-top section.body .inner .textBox-01.reverse .text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .member-top section.body .inner .textBox-01.reverse figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .member-top section.body .inner.bg {
    background: #f8f8f8;
  }
  .member-top .regist {
    padding: 50px 20px;
  }
  .member-top .regist h2 {
    font-size: 2.3rem;
    padding-bottom: 30px;
  }
  .member-top .regist .btn.wide {
    width: 100%;
    height: 75px;
    line-height: 75px;
  }
  .member-top .regist .btn.wide span {
    font-size: 1.6rem;
  }
  .member-top .regist .btn.wide.lineBtn .icon-line02 {
    font-size: 3.4rem;
    margin-right: 10px;
  }
  h1.mypageTitle {
    padding: 0 10px;
    line-height: 70px;
    font-size: 2rem;
  }
  .mypage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 50px;
  }
  .mypage aside {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: calc(100% - 30px);
    padding: 0 10px;
    margin: 0 15px;
  }
  .mypage aside .edit {
    padding: 0px;
    margin-bottom: 0;
    border-bottom: 0;
    border-bottom: #333333 solid 3px;
  }
  .mypage aside .edit .face_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            padding: 15px;
            cursor: pointer;
            pointer-events: auto;
  }
  .mypage aside .edit .face_box .icon-mypage {
    font-size: 4rem;
    padding-right: 10px;
  }
  .mypage aside .edit .text {
    padding-left: 20px;
  }
  .mypage aside .edit .text p {
    font-weight: bold;
    color: #000;
    padding: 0;
    word-break: break-all;
    text-align: left;
    line-height: 1.3;
    padding-bottom: 10px;
  }
    .mypage aside .edit .face_box p {
      font-weight: bold;
      color: #000;
      padding: 0;
      word-break: break-all;
      text-align: left;
      line-height: 1.2;
      padding-bottom: 0px;
    }
    .mypage aside .edit .face_box .icon-plus {
      margin-left: auto;
    }
    .mypage aside .edit .edit_box {
      display: none;
    }
    .mypage aside .edit .mypage_nav {
      border-top: #999999 solid 1px;
      border-bottom: 0;
      width: 100%;
      padding: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 0;
    }
    .mypage aside .edit .mypage_nav li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: inherit;
      border: 0;
      padding: 5px;
    }
    .mypage aside .edit .mypage_nav li a .icon-arrow {
      font-size: 1rem;
      margin-right: 5px;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
    }
  
  .mypage aside .edit .text a {
    width: 106px;
    height: 26px;
    border-radius: 13px;
    font-size: 1.25rem;
  }
  .mypage aside .flow {
    border-top: 0;
    background: #ededed;
    padding: 20px 0 0px;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mypage aside .flow .item {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    background: none;
    border-radius: 0px;
  }
  .mypage aside .flow .item:before {
    content: none;
  }
  .mypage aside .flow .item:after {
    content: "";
    background: url(../images/member/arrow.png) no-repeat center center;
    background-size: 40px auto;
    position: absolute;
    left: 50%;
    top: 7px;
    width: 100%;
    height: 6px;
  }
  .mypage aside .flow .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
  }
  .mypage aside .flow .item a:hover ~ span {
    border: 0;
    background: #128487;
    opacity: 1;
    border: rgba(18, 132, 135, 0.1) solid 1px;
  }
  .mypage aside .flow .item a:hover ~ span:before {
    opacity: 0;
  }
  .mypage aside .flow .item span {
    width: 20px;
    height: 20px;
    margin-right: 0px;
    margin: 0 auto 10px;
    background: #fff;
  }
  .mypage aside .flow .item span:before {
    font-size: 1.2rem;
  }
  .mypage aside .flow .item p {
    line-height: 1.2;
    font-size: 1.2rem;
    text-align: center;
  }
  .mypage aside .flow .item:last-child {
    margin-bottom: 15px;
  }
  .mypage aside .flow .item:last-child:after {
    content: none;
  }
  .mypage section {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 50px 0 0px;
  }
  .mypage section h2 {
    font-size: 1.8rem;
    margin: 60px 0 20px;
    text-indent: 15px;
  }
  .mypage section .seminar {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
    padding-left: 15px;
  }
  .mypage section .case {
    background: #e8e8e8;
    padding: 20px 20px 0;
    border-bottom: 0;
  }
  .mypage section .case .item {
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0 0 20px;
    border-top: 0;
  }
  .mypage section .case .item .title {
    display: block;
    padding: 15px 15px 10px;
  }
  .mypage section .case .item .title:before {
    content: "\e901";
    font-family: "icomoon";
    font-size: 1.2rem;
    color: #0d3b44;
  }
  .mypage section .case .item .title .icon-star {
    right: 5px;
    bottom: 5px;
  }
  .mypage section .case .item .title small, .mypage section .case .item .title h3 {
    display: inline-block;
  }
  .mypage section .case .item .title small {
    padding-right: 5px;
  }
  .mypage section .case .item .title h3 {
    padding-left: 0;
  }
  .mypage section .case .item figure {
    padding: 0 15px;
  }
  .mypage section .case .item .txt {
    padding: 15px 15px 30px;
  }
  .mypage section .more {
    padding-right: 15px;
  }
  .mypage section .btnbox {
    padding: 25px 15px 45px;
    background: #e8e8e8;
  }
  .mypage section .catalog {
    margin: 0 15px;
    width: calc(100% - 30px);
    height: 125px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .mypage section .catalog figure img {
    width: auto;
    height: 125px;
  }
  .mypage section .catalog .text {
    padding-left: 15px;
  }
  .mypage section .catalog .text p {
    font-weight: bold;
    color: #0d3b44;
    font-size: 1.5rem;
  }
  .mypage section .catalog .text span {
    display: none;
  }
  .mypage section .seminar {
    width: 100%;
    overflow: hidden;
  }
  .mypage section .contactForm .inputArea {
    padding: 0;
  }
  .mypage section .contactForm .inputArea .input {
    padding-top: 20px;
  }
  .mypage section .contactForm .inputArea .input > em {
    width: 100%;
    padding: 0 15px 6px;
    background: none;
  }
  .mypage section .contactForm .inputArea .input .inputBox {
    width: 100%;
    padding: 0 15px;
  }
  .mypage section .contactForm .inputArea .input .inputBox .radioBox .radio {
    width: auto;
    margin-top: 0;
  }
  .mypage section .contactForm .inputArea .input .inputBox .radioBox .radio + .radio {
    margin-left: 20px !important;
  }
  .mypage section .contactForm .inputArea .input .inputBox p + .radioBox {
    margin-top: 10px;
  }
  .mypage section .contactForm .inputArea .input .checkBox .check {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 50%;
  }
  .mypage section .contactForm .inputArea .input .checkBox.pb0 {
    padding-bottom: 0;
  }
  .mypage section .contactForm .inputArea .input .checkBox + p {
    padding-top: 0;
  }
  .mypage section .contactForm .inputArea .input.file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mypage section .contactForm .inputArea .input.file figure {
    margin-right: 20px;
  }
  .mypage section .contactForm .inputArea .input.file .inputBox {
    width: auto;
  }
  .mypage section .contactForm .inputArea .areaBox {
    padding: 15px;
    background: #f3f3f3;
    border-width: 0 15px 0;
  }
  .mypage section .contactForm .inputArea .areaBox h3 {
    line-height: 1;
    padding-bottom: 25px;
  }
  .mypage section .contactForm .inputArea .areaBox .checkBox + p {
    padding-top: 10px;
    font-size: 1.3rem;
  }
  .mypage section .contactForm .submitBox {
    margin: 30px 15px 30px;
  }
  .mypage section .contactForm .submitBox button {
    width: 250px;
    max-width: 100%;
  }
  .mypage section .contactForm .grayBox {
    background: #f3f3f3;
    text-align: center;
    padding: 15px;
    margin: 0 15px;
  }
  .mypage section .contactForm .grayBox a {
    font-size: 1.4rem;
  }
  #UnsubscribeBox .message {
    max-width: 100%;
    width: calc(100% - 60px);
    padding: 25px 25px 30px;
    border-radius: 10px;
    z-index: 9999;
  }
  #UnsubscribeBox .message p {
    font-size: 1.4rem;
    padding-bottom: 25px;
  }
  #UnsubscribeBox #Unsubscribe-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
  }
  section.form {
    background: #f3f3f3;
    border-bottom: #fff solid 6px;
    padding: 30px 15px;
  }
  section.form .inner {
    max-width: 800px;
    margin: 0 auto;
  }
  section.form .inner p {
    font-size: 1.3rem;
    line-height: 2;
  }
  section.form .inner p p a {
    text-decoration: underline;
  }
  section.form .inner .formBox {
    padding: 30px 15px;
    margin: 15px 0;
  }
  section.form .inner .formBox .input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.form .inner .formBox .input em {
    width: 100%;
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  section.form .inner .formBox .input .inputBox {
    width: 100%;
  }
  section.form .inner .formBox .input + .input {
    margin-top: 20px;
  }
  section.form .inner .formBox.complete {
    padding: 0px;
    margin-bottom: 0;
    background: none;
  }
  section.form .inner .formBox.complete > p {
    padding-bottom: 0px;
  }
  section.form .inner .formBox.complete .case {
    background: #f3f3f3;
    padding: 20px 0px 0;
    border-bottom: 0;
  }
  section.form .inner .formBox.complete .case .item {
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0 0 20px;
    border-top: 0;
  }
  section.form .inner .formBox.complete .case .item .title {
    display: block;
    padding: 15px 15px 10px;
  }
  section.form .inner .formBox.complete .case .item .title:before {
    content: "\e901";
    font-family: "icomoon";
    font-size: 1.2rem;
    color: #0d3b44;
  }
  section.form .inner .formBox.complete .case .item .title .icon-star {
    right: 5px;
    bottom: 5px;
  }
  section.form .inner .formBox.complete .case .item .title small, section.form .inner .formBox.complete .case .item .title h3 {
    display: inline-block;
  }
  section.form .inner .formBox.complete .case .item .title small {
    padding-right: 5px;
  }
  section.form .inner .formBox.complete .case .item .title h3 {
    padding-left: 0;
  }
  section.form .inner .formBox.complete .case .item figure {
    padding: 0 15px;
  }
  section.form .inner .formBox.complete .case .item .txt {
    padding: 15px 15px 30px;
  }
  section.form .inner .btnBox {
    display: block;
    margin-top: 0px;
    padding: 0 20px;
  }
  section.form .inner .btnBox a.btn {
    margin: 0;
    width: 100%;
  }
  section.form .inner .btnBox a.btn + a.btn {
    margin-left: 0px;
    margin-top: 10px;
  }
  section.form .inner .submitBtn {
    margin-top: 20px;
  }
  .contactNav {
    display: none;
  }
}

/*! mini *******************************************/
/*# sourceMappingURL=member.css.map */