/*
Theme Name:SHIPS child
Theme URI:
Description:WordPressテーマ「SHIPS」の自作子テーマです。
Template:ships_tcd098
Author:
Author URI:https://tcd-theme.com/
Version:1.2.5
*/



@charset "utf-8";

/* ---------------------
 [ style.css ]
 1,common
 2,header
 3,footer
 4,form
 5,top page
--------------------- */

/* ---------------------
 1,common
--------------------- */
body {
  background: #fff;
  color: #221714; 
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}
a {
  color: #221714;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}
.img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.wrap {
  width: 1095px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .wrap {
    width: 90%;
  }
}

.btn {
  width: 245px;
  height: 40px;
  background: url('images/btn_bg.svg') no-repeat center;
  background-size: contain;
  color: #fff;
  display: block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  filter: drop-shadow(2px 2px 3px rgba(4, 68, 121, 0.75));
  line-height: 40px;
  margin: 0 auto 30px;
  padding-left: 20px;
}
.btn:hover {
  background: url('images/btn_bg_hover.svg') no-repeat center;
  background-size: contain;
  color: #fff;
  opacity: 1;
}
.btn_s {
  width: 109px;
  height: 26px;
  background: url('images/btn_bg_s.png') no-repeat center;
  background-size: contain;
  color: #6389ac;
  display: block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  filter: drop-shadow(2px 2px 3px rgba(80, 98, 109, 0.75));
  line-height: 26px;
  letter-spacing: 2px;
  margin: 0 auto 0;
  padding-left: 16px;
}
.btn_s:hover {
  background: url('images/btn_bg_s_hover.png') no-repeat center;
  background-size: contain;
  color: #fff;
  opacity: 1;
}
.user_btn {
  width: auto;
  height: 26px;
  background: #fff;
  border-radius: 13px;
  color: #6389ac;
  display: block;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  filter: drop-shadow(2px 2px 3px rgba(4, 68, 121, 0.75));
  line-height: 26px;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
  padding: 0 40px 0 20px;
  position: relative;
}
.user_btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url('images/userbtn_bg.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.user_btn:hover {
  background: #658db2;
  color: #fff;
  opacity: 1;
}
.user_btn.hover::after {
  background: url('images/userbtn_bg_hover.svg') no-repeat center right;
  background-size: contain;
}
.link_l {
  height: 18.5px;
  color: #3e5d78;
  display: block;
  font-size: 18px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 18.5px;
  margin: 50px auto 0;
  text-align: center;
}
.link_l .inner {
  background: url('images/btn_arrow.svg') no-repeat right center;
  background-size: 21.5px auto;
  display: inline-block;
  padding-right: 35px;
}

.sec_title {
  width: 90%;
  max-width: 765px;
  font-size: 33px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 3px;
  padding: 85px 0 25px;
  text-align: center;
  margin: 25px auto;
}
.sec_title.orn {
  border-bottom: 2px solid #ecbd45;
  background: url('images/title_bg_orn.svg') no-repeat top center;
  background-size: auto 56px;
}
.sec_title.gn {
  border-bottom: 2px solid #80b735;
  background: url('images/title_bg_gn.svg') no-repeat top center;
  background-size: auto 56px;
}
.sec_title.red {
  border-bottom: 2px solid #ea585c;
  background: url('images/title_bg_red.svg') no-repeat top center;
  background-size: auto 56px;
}
.sec_title.bl {
  border-bottom: 2px solid #26afe7;
  background: url('images/title_bg_bl.svg') no-repeat top center;
  background-size: auto 56px;
}
.sec_title.pl {
  border-bottom: 2px solid #65498c;
  background: url('images/title_bg_pl.svg') no-repeat top center;
  background-size: auto 56px;
}
.sec_title.gy {
  border-bottom: 2px solid #658eb3;
  background: none;
  padding-top: 0;
  margin-top: 0;
}
.sec_title_ex {
  font-size: 18px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.38;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 765px) {
  .sec_title {
    font-size: 25px;
    letter-spacing: 3px;
    padding: 65px 0 10px;
  }
  .sec_title_ex {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .link_l {
    font-size: 15px;
  }
  .sec_title {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .sec_title_ex {
    font-size: 13px;
  }
}

/* ---------------------
 2,header
--------------------- */
.sp_menu {
  display: none;
}
.header_top {
  background: #c1d0e1;
}
.header_top_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding: 14px 0 10px;
}
.logo {
  width: 200px;
}
.language {
  color: #658eb3;
  font-size: 14px;
  /* 最初は不要のため、非表示 */
  display: none;
}
.language .link {
  color: #658eb3;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0 5px;
}
.language .link.current {
  color: #3e5d78;
}
.header_menu {
  background: #fff;
}
.menu_list, .menu_item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.menu_item .link {
  display: inline-block;
  font-size: 14px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 40px 10px 30px;
}
/* mouse hover */
.menu_item:nth-of-type(1) .link:hover,
.menu_item:nth-of-type(1).current .link {
  color: #3e5d78;
  opacity: 1;
}
.menu_item:nth-of-type(2) .link:hover,
.menu_item:nth-of-type(2).current .link {
  color: #dd5759;
  opacity: 1;
}
.menu_item:nth-of-type(3) .link:hover,
.menu_item:nth-of-type(3).current .link {
  color: #ecbd45;
  opacity: 1;
}
.menu_item:nth-of-type(4) .link:hover,
.menu_item:nth-of-type(4).current .link {
  color: #80b735;
  opacity: 1;
}
.menu_item:nth-of-type(5) .link:hover,
.menu_item:nth-of-type(5).current .link {
  color: #2fa4d7;
  opacity: 1;
}
.menu_item:nth-of-type(6) .link:hover,
.menu_item:nth-of-type(6).current .link {
  color: #2374ab;
  opacity: 1;
}
.my_account {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.my_account .btn_s:nth-of-type(1) {
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .header_menu, .language {
    display: none;
  }
  #nav_toggle {
    width: 50px;
    height: 25px;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 23.5px;
    right: 5%;
    z-index: 9999;
  }
  #nav_toggle div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #nav_toggle span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #3e5d78;
    border-radius: 1.5px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0;
  }
  #nav_toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.0s ease-in-out;
  }
  #nav_toggle span:nth-child(3) {
    bottom: 0;
  }
  #nav_toggle.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  #nav_toggle.open span:nth-child(2) {
    visibility: hidden;
  }
  #nav_toggle.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .sp_menu.active {
    display: block;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    background: #c1d0e1;
    display: block;
    padding: 14px 5% 20px;
    position: fixed;
    top: 0;
    left: auto;
    z-index: 999;
    overflow: hidden;
  }
  .sp_menu_logo_box {
    width: 200px;
  }
  .sp_nav .menu_list {
    flex-direction: column;
    margin-top: 50px;
  }
  .sp_nav .menu_item .link {
    padding: 15px 10px 15px;
  }
  .my_account {
    display: none;
  }

}


/* ---------------------
 3,footer
--------------------- */
footer {
  width: 100%;
  height: 220px;
  background: url('images/ft_bg.png') repeat-x bottom left;
  background-size: auto 220px;
  padding: 100px 0 65px !important;
  position: relative;
}
.ft_img {
  width: 168px;
  height: auto;
  margin: 0 auto;
}
.ft_note {
  color: #fff;
  font-size: 5px;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 1080px) {

}


/* ---------------------
 4,form
--------------------- */
.contact_notes {
  font-size: 18px;
  line-height: 1.8;
}
.form {
  width: 100%;
  margin: 50px 0 20px;
}
.form td {
  font-size: 18px;
  padding: 20px 0;
}
.form td:nth-of-type(1) {
  width: 200px;
  font-weight: bold;
}
.form td:nth-of-type(2) {
  width: calc(100% - 200px);
}
.form td.v_top {
  vertical-align: top;
}
input, textarea, select {
  width: 100%;
  border: 1px solid #6894bb;
  border-radius: 5px;
  padding: 10px;
}
input + input {
  margin-top: 15px;
}
.send_btn {
  width: 250px;
  height: 50px;
  background: url('images/btn_bg.png') no-repeat center;
  background-size: 100% 100%;
  border: none;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 5px !important;
  transition: all 0.5s;
}
.send_btn:hover {
  background: url('images/btn_bg_hover.png') no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 765px) {
  .form td {
    width: 100% !important;
    display: block;
    font-size: 16px;
  }
  .form td:nth-of-type(1) {
    padding-bottom: 0;
  }
}


/* ---------------------
 5,top page
--------------------- */
.top_cont .wrap {
  position: relative;
}
.top_1stView {
  padding: 120px 20px 60px 30px;
}

.top_news {
  background: url('images/top_bg_img.png') no-repeat center top;
  background-size: 100% auto;
  padding: 160px 15px 0;
}
.news_sec_title {
  color: #3e5d78;
  font-size: 25px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-bottom: 45px;
}
.news_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news_item {
  width: calc((100% - 60px) / 3);
  filter: drop-shadow(2px 2px 3px rgba(126, 130, 136, 0.8));
}
.news_item .link {
  background: #e8edf4;
  border: 1px solid #fff;
  display: block;
  padding: 15px 15px 20px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
  position: relative;
}
.news_item .link::before {
  content: "";
  width: 55px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -16px;
  bottom: 0;
  transform: rotate(315deg);
  transform-origin: left bottom;
  z-index: 10;
}
.news_item .link::after {
  content: "";
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background:linear-gradient(315deg,transparent 0%,transparent 50%,#c1d0e1 50%,#c1d0e1 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.news_img {
  width: 100%;
  position: relative;
  padding-top: 56.6666%;
}
.news_img .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.news_title {
  border-bottom: 2px solid #658eb3;
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  padding: 20px 0 15px;
}
.news_time {
  background: url('images/icon_time.svg') no-repeat left center;
  background-size: 14.5px auto;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 23px;
  padding-left: 18px;
}

.top_project {
  background: url('images/sec_bg_or.png') no-repeat top center;
  background-size: 100% auto;
  padding: 255px 0 150px;
  position: relative;
}
.top_project::before {
  content: "";
  display: block;
  width: 61%;
  height: 0;
  background: url('images/bg_title_project.svg') no-repeat top right;
  background-size: 100% auto;
  padding-top: 38.9221%;
  position: absolute;
  top: 90px;
  right: -3px;
}
.top_project::after {
  content: "";
  display: block;
  width: 20px;
  /* height: 100%; */  /* 会員コラムの上部の時 */
  height: calc(100% + 450px);
  background: url('images/sec_bg_line.svg') no-repeat top;
  background-size: 100% auto;
  background-color: #ecbd45;
  position: absolute;
  left: 0;
  top: 50px;
}
.project_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.project_item {
  width: calc((100% - 40px) / 3);
  background: #fff;
  border: 1px solid #658eb3;
  filter: drop-shadow(2px 2px 3px rgba(126, 130, 136, 0.8));
  margin: 0 20px 30px 0;
  padding: 15px 15px 15px;
  position: relative;
}
.project_item:nth-of-type(3) {
  margin-right: 0;
}
.project_item .flag {
  width: 43px;
  height: 40px;
  color: #fff;
  font-size: 12px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  filter: drop-shadow(2px 2px 3px rgba(126, 130, 136, 0.8));
  letter-spacing: 3px;
  line-height: 1;
  position: absolute;
  top: -3px;
  text-align: center;
  padding: 10px 0 18px 3px;
  z-index: 10;
}
.project_item .flag:nth-of-type(1) {
  left: 10px;
}
.project_item .flag:nth-of-type(2) {
  left: 60px;
}
.project_item .flag:nth-of-type(3) {
  left: 110px;
}
.project_item .flag.area {
  background: url('images/icon_flag03.svg') no-repeat center;
  background-size: 100% 100%;
}
.project_item .flag.release {
  background: url('images/icon_flag01.svg') no-repeat center;
  background-size: 100% 100%;
  color: #658eb3;
}
.project_item .flag.limited {
  background: url('images/icon_flag02.svg') no-repeat center;
  background-size: 100% 100%;
}
.project_img {
  width: 100%;
  padding-top: 56.338%;
  position: relative;
}
.project_img .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.project_name {
  border-bottom: 1px solid #658eb3;
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  padding: 10px 0;
}
.project_company {
  color: #3e5d78;
  font-size: 12px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 10px 0 13px;
}
.project_tags td {
  font-size: 10px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 300;
  font-style: normal;
  vertical-align: top;
}
.project_tags td:nth-of-type(1) {
  width: 92px;
}
.project_tags td:nth-of-type(2) {
  width: calc(100% - 92px);
  line-height: 1.5;
  padding: 1.5px 10px 5px;
}
.project_tags .project_tag_name {
  width: 90px;
  height: 17px;
  border: 1px solid #658eb3;
  color: #658eb3;
  display: inline-block;
  line-height: 15px;
  text-align: center;
}
.project_request_txt {
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 65px 0 20px;
}

.top_member {
  background: url('images/sec_bg_gn.png') no-repeat top center;
  background-size: 100% auto;
  padding: 245px 0 100px;
  position: relative;
}
.top_member::before {
  content: "";
  display: block;
  width: 91%;
  height: 0;
  background: url('images/bg_title_member.svg') no-repeat top left;
  background-size: 100% auto;
  padding-top: 38.0914%;
  position: absolute;
  top: 140px;
  left: 4.5%;
}
.top_member::after {
  content: "";
  display: block;
  width: 20px;
  /* height: calc(100% + 550px); */ /* 会員コラムの下に配置する時 */
  height: calc(100% + 255px);
  background: url('images/sec_bg_line.svg') no-repeat top;
  background-size: 100% auto;
  background-color: #80b735;
  position: absolute;
  left: 0;
  top: 0;
}
.member_column_list {
  display: -webkit-flex;
  display: flex;
  /* -webkit-justify-content: space-between;
  justify-content: space-between; */
  margin-bottom: 75px;
}
.member_column_item {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 0 0;
  position: relative;
}
.member_column_item:nth-of-type(3) {
  margin-right: 0;
}
.member_column_flag {
  width: 94px;
  height: 38px;
  background: url('images/flag_member_column.svg') no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  filter: drop-shadow(1px 1px 2px rgba(0, 39, 50, 0.75));
  line-height: 38px;
  letter-spacing: 2px;
  padding-right: 8px;
  text-align: center;
  position: absolute;
  top: -19px;
  left: 8px;
  z-index: 99;
}
.member_column_img {
  position: relative;
  padding-top: 56.338%;
}
.member_column_img .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.member_column_title {
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  margin: 15px 0 10px;
}
.member_column_ex {
  border-top: 2px solid #7daf3a;
  border-bottom: 2px solid #7daf3a;
  font-size: 18px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
  padding: 20px 0 20px;
}
.member_column_date {
  background: url('images/icon_time.svg') no-repeat center left;
  background-size: 14px auto;
  color: #211613;
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 15px;
  padding-left: 15px;
}

.form_sec_title {
  color: #3e5d78;
  font-size: 25px;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-bottom: 95px;
}
.form_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 165px;
}
.form_item {
  width: calc((100% - 4px) / 3);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.form_item:nth-of-type(2) {
  position: relative;
}
.form_item:nth-of-type(2)::before, .form_item:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #819ebb;
  position: absolute;
  top: 0;
}
.form_item:nth-of-type(2)::before {
  left: -2px;
}
.form_item:nth-of-type(2)::after {
  right: 2px;
}
.form_item .inner {
  width: 245px;
}
.forms_ex {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.35;
  text-align: justify;
  margin-bottom: 20px;
}
.form_item .btn {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .form_sec_title {
    margin-bottom: 45px;
  }
  .form_list {
    flex-direction: column;
  }
  .form_item {
    width: 100%;
    padding: 35px 0;
  }
  .form_item .inner {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .form_item:nth-of-type(2)::before, .form_item:nth-of-type(2)::after {
    width: 100%;
    height: 2px;
  }
  .form_item:nth-of-type(2)::before {
    left: 0;
  }
  .form_item:nth-of-type(2)::after {
    top: auto;
    bottom: 0;
  }
  .forms_ex {
    width: calc(100% - 300px);
    margin-bottom: 0;
  }
  .form_item .btn {
    margin: 0 0 0 auto;
  }

  .top_project::after {
    height: calc(100% + 600px);
  }
}
@media screen and (max-width: 850px) {
  .news_list {
    margin: 0 0 !important;
  }
}
@media screen and (max-width: 765px) {
  .top_1stView {
    padding: 70px 0 40px 0;
  }

  .top_news {
    padding: 80px 0 0;
  }
  .news_sec_title {
    font-size: 20px;
  }
  .news_list {
    flex-direction: column;
  }
  .news_item {
    width: 100%;
    margin: 0 0 30px !important;
  }
  .news_time {
    font-size: 15px;
  }

  .top_project {
    padding: 155px 0 80px;
  }
  .top_project::after {
    height: calc(100% + 700px);
    width: 10px;
    top: 5%;
  }
  .project_list {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .project_item {
    width: 100%;
    margin: 0 0 30px !important;
  }
  .project_request_txt {
    font-size: 15px;
  }

  .top_member {
    padding: 145px 0 0;
  }
  .top_member::before {
    top: 8%;
  }
  .top_member::after {
    width: 10px;
    top: 0;
  }
  .member_column_list {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .member_column_item {
    width: 100%;
    margin: 0 0 50px !important;
  }
  .member_column_ex, .member_column_date {
    font-size: 15px;
  }

  .form_sec_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .form_list {
    margin-bottom: 65px;
  }
  .form_item .inner {
    flex-direction: column;
  }
  .forms_ex {
    width: 100%;
  }
  .form_item .btn {
    margin: 20px auto 0;
  }
}