@charset "UTF-8";
input, textarea, label {
  outline: none; }

a {
  outline: none; }

a:focus {
  outline: none; }

a {
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s; }

a, button, .btn {
  outline: none; }

a:hover, .btn:hover {
  opacity: .8; }

ul li {
  list-style: none; }

.clearfix:after {
  display: block;
  clear: both;
  content: ''; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.column {
  display: table;
  width: 100%; }

.column > .cell {
  display: table-cell; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

@media screen and (min-width: 768px) {
  .only_sp {
    display: none !important; } }

html, body {
  position: relative;
  width: 100%;
  height: 100%; }

html.init {
  width: auto !important;
  height: auto !important; }

body {
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯",YuGothic,"ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif;
  font-feature-settings: "palt"; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,"æ¸¸ã‚´ã‚·ãƒƒã‚¯",YuGothic,"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3","Hiragino Kaku Gothic Pro","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif;
    font-feature-settings: "palt"; } }

body {
  font-size: 14px;
  line-height: 1.25;
  background-color: #eeede7; }

body, a {
  color: #5e5d54; }

.only_login {
  display: none !important; }

.only_logout {
  display: inline-block !important; }

body.is-login .only_login {
  display: inline-block !important; }

body.is-login .only_logout {
  display: none !important; }

a[target=blank] {
  padding-right: 15px;
  background: url(/imgs/blank.png) no-repeat center right;
  background-size: auto 10px; }

.wrapper {
  position: relative;
  box-sizing: border-box;
  min-height: 100%; }

.main_area {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 53px;
  padding-bottom: 45px; }

.capsule {
  display: inline-block;
  text-decoration: none;
  border-radius: 100px; }

.btn {
  line-height: 40px;
  width: 120px;
  height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid;
  background: #44b6a5; }

.bg_yellow {
  color: #5e5d54;
  border-color: transparent;
  background-color: #fefc78; }

.bg_green {
  color: #fff;
  border-color: transparent;
  background-color: #44b6a5; }

.bg_white {
  color: #5e5d54;
  background-color: #fff; }

header {
  position: fixed;
  z-index: 10;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 53px;
  background-color: #fff; }

.header_shadow header {
  box-shadow: 0px 0px 5px 3px #fafafa;
  -moz-box-shadow: 0px 0px 5px 3px #fafafa;
  -webkit-box-shadow: 0px 0px 5px 3px #fafafa; }

header > .area_left, header > .area_center, header > .area_right {
  display: table-cell; }

header > .area_left {
  width: 330px; }

header > .area_center {
  vertical-align: middle;
  text-align: center; }

header > .area_right {
  font-size: 0;
  position: relative;
  width: 330px;
  text-align: right;
  vertical-align: top;
  display: flex;
  justify-content: flex-end; }

header .logo {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 53px;
  vertical-align: top;
  background: url(/imgs/logo.png) no-repeat center;
  background-size: auto 22px; }

header form {
  position: relative; }

.balloon {
  font-size: 12px;
  position: absolute;
  z-index: 100;
  top: 60px;
  left: 0;
  display: none;
  width: 380px;
  margin-left: -164px;
  padding: 30px 20px;
  text-align: left;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(156, 156, 156, 0.2); }

#search .wrap_input {
  font-size: 12px;
  width: 100%;
  max-width: 340px;
  height: 30px;
  padding-right: 20px;
  padding-left: 36px;
  vertical-align: top;
  background: #efefef url(/imgs/icon_search.png) no-repeat 16px center;
  background-size: 16px 16px;
  box-shadow: 0 0 20px 3px rgba(156, 156, 156, 0.2) inset; }

#search input {
  width: 100%;
  height: 100%; }

#search_balloon {
  top: 70px;
  left: 50%;
  margin-left: -190px;
  padding: 20px; }

#search_balloon a {
  text-decoration: none; }

#search.is-show input + #search_balloon {
  display: block; }

#mypage #search.is-show input + #search_balloon {
  width: 100%; }

header .notice {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  margin-right: 30px;
  vertical-align: top; }

header .notice .icon {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  vertical-align: top;
  background: url(/imgs/icon_mail.png) no-repeat center;
  background-size: 36px auto; }

header .notice .badge {
  font-size: 10px;
  line-height: 17px;
  position: absolute;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: -6px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: #d94d00;
  box-shadow: 0 0 5px 1px rgba(156, 156, 156, 0.2); }

header .notice.is-show .balloon {
  display: block; }

.triangle, .cstm_mydata_list .card_sort_list:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 14.14px;
  height: 14.14px;
  margin-left: -7.07px;
  -webkit-transform: rotate(45deg) translateY(10px);
  transform: rotate(45deg) translateY(10px);
  background-color: #fff;
  box-shadow: -3px -3px 4px 0 rgba(156, 156, 156, 0.2); }

.balloon ul {
  position: relative;
  overflow: auto;
  max-height: calc(100vh - 150px); }

.balloon ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d6d5cc; }

.balloon ul li:first-child {
  padding-top: 0; }

.balloon ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.balloon ul li a {
  position: relative;
  display: inline-block; }

.balloon ul li a .icon_face {
  position: relative;
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  vertical-align: top;
  border-radius: 100px;
  background-size: contain; }

.balloon ul li a .desc {
  position: relative;
  display: inline-block;
  width: 280px; }

.balloon ul li a img {
  float: right;
  width: 50px;
  margin-left: 10px; }

.balloon ul li a .desc .ago {
  position: relative;
  color: #a3a08f; }

header .area_right .message {
  border-radius: 50%;
  position: relative;
  display: none;
  width: 36px;
  height: 36px;
  margin-top: 7px;
  margin-right: 20px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

body.is-login header .area_right .message {
  display: inline-block; }

header .area_right .login-btn, header .area_right .logout-btn {
  font-size: 16px;
  line-height: 35px;
  position: relative;
  width: 110px;
  height: 38px;
  margin-top: 6px;
  text-align: center;
  vertical-align: top;
  border: 1px solid transparent; }

header .area_right .logout-btn {
  border-color: #44b6a5; }

header .area_right .login-btn {
  color: #fff;
  background-color: #44b6a5; }

header .regist-btn {
  font-size: 14px;
  line-height: 38px;
  position: relative;
  display: inline-block;
  width: 110px;
  height: 38px;
  margin-top: 6px;
  text-align: center;
  vertical-align: top; }

header .area_right .btn_menu {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 53px;
  margin-left: 20px;
  vertical-align: top;
  background-color: #fff45c; }

header .area_right .btn_menu .line, header .area_right .btn_menu .line:before, header .area_right .btn_menu .line:after {
  position: absolute;
  display: block;
  width: 22px;
  height: 1px;
  -webkit-transition: .4s;
  transition: .4s;
  background: #939393; }

header .area_right .btn_menu .line {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -11px; }

header .area_right .btn_menu .line:before {
  margin-top: -7px;
  content: ''; }

header .area_right .btn_menu .line:after {
  margin-top: 7px;
  content: ''; }

body.is-show-menu header .area_right .btn_menu .line {
  background: transparent; }

body.is-show-menu header .area_right .btn_menu .line:before {
  margin-top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

body.is-show-menu header .area_right .btn_menu .line:after {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.search_btn {
  display: none; }

footer {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 10px 0 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #93928e; }

footer a {
  text-decoration: none; }

footer .about {
  margin: 0 5px; }

footer .terms {
  margin: 0 5px; }

footer .privacy {
  margin: 0 5px; }

footer .copy {
  height: 10px;
  vertical-align: middle; }

#menu {
  font-size: 0;
  position: absolute;
  top: 53px;
  right: -290px;
  overflow: auto;
  width: 290px;
  height: calc( 100vh - 53px);
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #c3c2bb; }

body.is-show-menu #menu {
  right: 0; }

#menu > .sep {
  width: 100%;
  height: 17px; }

#menu > a {
  font-size: 16px;
  line-height: 64px;
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  margin-bottom: 2px;
  text-decoration: none;
  text-indent: 20px;
  color: #fff;
  background-color: #929189; }

#menu > a:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 64px;
  height: 100%;
  content: '';
  background: no-repeat;
  background-position: center; }

#menu > .top img {
  width: 28px;
  vertical-align: middle; }

#menu > .mypage:after {
  background-image: url(/imgs/menu_mypage.png);
  background-size: 26px auto; }

#menu > .notice:after {
  background-image: url(/imgs/menu_notice.png);
  background-size: 32px auto; }

#menu > .new_product:after {
  background-image: url(/imgs/menu_new_product.png);
  background-size: 40px auto; }

#menu > .simulator:after {
  background-image: url(/imgs/menu_simulator.png);
  background-size: 44px auto; }

#menu > .creation:after {
  background-image: url(/imgs/menu_creation.png);
  background-size: 45px auto; }

#menu > .faq:after {
  background-image: url(/imgs/menu_faq.png);
  background-size: 33px auto; }

/* carousel */
.carousel .slick-dots {
  bottom: 4%; }

.carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
  line-height: 0; }

.carousel .slick-dots li button {
  position: absolute; }

.carousel .slick-dots li button:before {
  font-size: 10px;
  opacity: 1;
  color: #c3c3c3; }

.carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #44b6a5; }

/* card */
.card_container {
  font-size: 0;
  text-align: left; }

.card_container.toppage {
  margin-top: 15px;
  padding: 0 5px; }

.card_container .wrap_more {
  position: relative;
  width: 100%;
  margin: 30px 0;
  text-align: center; }

.card_container .wrap_more .more {
  font-size: 18px;
  line-height: 52px;
  position: relative;
  display: inline-block;
  width: 320px;
  height: 52px;
  color: #fff;
  border-radius: 100px;
  background-color: #a09f98; }

.card_container .wrap_more .more img {
  width: 77px; }

.card {
  position: relative;
  display: inline-block;
  width: 300px;
  height: inherit;
  margin: 5px;
  text-align: left;
  vertical-align: top;
  border-radius: 5px;
  background-color: #fff; }

.cstm_mydata_list .card {
  margin: 0; }

.cstm_mydata_list .card {
  width: 100%;
  border-radius: 0;
  padding: 14px 20px;
  border-top: solid 1px #eeede7; }

.card.large {
  display: inline-block;
  width: 610px; }

.card.large .card_content .carousel_area {
  margin-right: 10px;
  margin-left: -15px; }

.card.no_title_card {
  height: inherit; }

.card .ribon {
  position: absolute;
  top: 0;
  left: 7px;
  width: 10px;
  height: 17px;
  background: no-repeat center top;
  background-size: 100% auto; }

.ribon1 .ribon {
  background-image: url(/imgs/ribon1.png);
  background-repeat: no-repeat;
  background-position: center top; }

.card .card_header {
  position: relative;
  padding: 10px 0 10px; }

.card .card_header .icon_face {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-left: 15px;
  border-radius: 100px;
  background-size: cover; }

.card .card_header .new {
  display: inline-block;
  float: left;
  width: 53px;
  height: 53px;
  margin: -1px 12px -2px 10px;
  border-radius: 100px;
  background-image: url(/imgs/badge_new.png);
  background-size: cover; }

.card .card_header .user_name {
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 2px;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.card.large .card_header .user_name {
  max-width: 400px; }

.card .card_header .job_title {
  font-size: 12px;
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.card.large .card_header .job_title {
  max-width: 520px; }

.card .card_header .btn_follow, .card .card_header .btn_following {
  font-size: 12px;
  line-height: 24px;
  float: right;
  width: 105px;
  height: 24px;
  margin-top: 0;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 100px;
  background-color: #44b6a5;
  position: relative; }

.card .card_header .btn_follow {
  display: flex;
  align-items: center;
  justify-content: center; }

.card .card_header .btn_following {
  display: none; }

.is-follow .card .card_header .btn_follow {
  display: none; }

.is-follow .card .card_header .btn_following {
  display: inline-block; }

.card .card_content {
  font-size: 13px;
  text-align: center; }

.cstm_mydata_list .card .card_content {
  display: flex;
  align-items: center; }

.card .rel {
  position: relative; }

.card .card_content .btn_delete_post {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #eeede7; }

.card .card_content .btn_delete_post:before, .card .card_content .btn_delete_post:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  margin-top: -1px;
  margin-left: -10px;
  content: '';
  border-top: 2px solid #5e5d54; }

.card .card_content .btn_delete_post:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.card .card_content .btn_delete_post:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.card .card_content .visual {
  font-size: 0;
  display: block;
  overflow: hidden;
  height: 200px;
  text-align: center;
  background-size: cover;
  background-position: center; }

.cstm_mydata_list .card .card_content .visual {
  height: auto;
  margin-right: 2px; }

.cstm_mydata_list .card .card_content .visual img {
  width: 190px;
  height: 120px;
  object-fit: cover; }

.card .card_content .carousel_area {
  display: inline-block;
  width: 310px;
  margin-left: -20px;
  vertical-align: top;
  line-height: 0; }

.card .card_content .carousel a {
  font-size: 0;
  display: inline-block;
  width: 310px;
  height: 406px;
  background-size: cover;
  background-position: center; }

.card .card_content .carousel a img {
  width: 100%; }

.card .card_content .desc {
  display: inline-block;
  width: 270px;
  text-align: left; }

.cstm_mydata_list .card .card_content .desc {
  width: auto;
  display: flex;
  align-items: center;
  color: #333; }

.card .card_content .desc .clip {
  overflow: hidden;
  height: 190px; }

.cstm_mydata_list .card .card_content .desc .clip {
  width: 390px;
  height: 120px;
  padding: 20px 20px 0;
  margin-right: 2px; }

.card .card_content .desc .clip_header_text {
  overflow: hidden;
  height: 117px; }

.cstm_mydata_list .card_content .desc .clip_header_text {
  height: auto; }

.cstm_mydata_list .card_content .desc .clip_header_text {
  line-height: 1.9; }

.cstm_mydata_list .card_content .desc .mydata_icons a.mydata_garbage {
  background: url(/imgs/icon_garbage.png) no-repeat center; }

.cstm_mydata_list .card_content .desc .mydata_icons a.icon_edit {
  background: url(/imgs/icon_edit.png) no-repeat center; }

.cstm_mydata_list .card_content .desc .mydata_icons a.icon_up {
  background: url(/imgs/icon_up.png) no-repeat center; }

.card.large .card_content .desc .clip {
  height: 390px; }

.card.large .card_content .desc .clip_header_text {
  overflow: hidden;
  height: 183px; }

.card .card_content .desc h2 {
  font-size: 16px;
  margin-top: 1px;
  margin-bottom: 5px; }

.card.large .card_content .desc h2 {
  line-height: 1.5;
  margin-top: 0;
  max-height: 72px;
  overflow: hidden; }

.card .card_content .desc .text {
  line-height: 19px;
  margin-bottom: 5px;
  max-height: 114px; }

.card .card_content .desc .person {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 0px;
  display: block;
  position: relative; }

.card .card_content .person .person_ribon {
  position: absolute;
  margin-top: -6px;
  top: 0;
  display: none;
  background: url(/imgs/ribon1.png) no-repeat top;
  background-size: contain;
  width: 8px;
  height: 12px;
  margin-bottom: -4px; }

.card .card_content .person.ribon1 .person_ribon {
  display: block; }

.card .card_content .desc .person > p {
  margin-left: 55px; }

.card .card_content .desc .person .user_name {
  display: block;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  overflow: auto;
  line-height: 15px;
  padding-top: 5px; }

.card .card_content .desc .person .job_title {
  display: block;
  padding-bottom: 2px; }

.card .card_content .desc .person .user_text {
  display: block; }

.card .card_content .desc .person .icon_face {
  display: inline-block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 100px;
  background-size: cover; }

.card .card_content .desc .hr {
  height: 1px;
  margin-top: 2px;
  margin-bottom: 16px;
  background: #d6d5cc; }

.card.large .card_content .desc .hr {
  margin-top: 20px; }

.card .card_content .desc .like_share {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1; }

.cstm_mydata_list .card .card_content .desc .like_share {
  width: auto; }

.card .card_content .desc .like_status {
  font-size: 0;
  position: relative;
  display: flex;
  width: 100%;
  height: 20px; }

.card .card_content .desc .like_status:before {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: '';
  background: #efeee4; }

.card .card_content .desc .like_status .like {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 100%;
  padding-left: 5px;
  background: #fff url(/imgs/like.png);
  background-size: contain; }

.card .card_content .desc .like_status .like_num_text {
  font-size: 12px;
  line-height: 20px;
  position: relative;
  display: inline-block;
  height: 20px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: top;
  background: #fff; }

.card .hr {
  width: 100%;
  height: 0;
  border-top: 1px solid #efeee4; }

.card .card_footer {
  position: relative;
  margin-top: 8px; }

.card .card_content .bottom {
  position: relative; }

.card .card_content .count_ribon {
  position: absolute;
  left: 20px;
  top: 0;
  background: url(/imgs/ribon_count.png) no-repeat top;
  background-size: contain;
  width: 19px;
  height: 41px;
  display: block;
  text-align: center; }

.card .card_content .count_ribon .count {
  position: absolute;
  font-size: 11px;
  bottom: 4px;
  left: 0;
  width: 100%;
  display: inline-block; }

.card .card_content .get_3d {
  line-height: 30px;
  display: inline-block;
  width: 170px;
  height: 30px;
  margin-top: 10px;
  /* margin-left: 18px; */
  text-align: center;
  border-radius: 100px;
  background-color: #fefc78;
  font-size: 11px;
  font-weight: bold; }

.card.large .card_footer .get_3d {
  width: 290px;
  margin-top: 0;
  margin-bottom: 0; }

.card .card_footer .column {
  table-layout: fixed; }

.card .card_footer .column > .cell {
  position: relative;
  table-layout: fixed; }

.card .card_footer .column > .cell:nth-child(1) {
  width: 38px; }

.card .card_footer .column > .cell:nth-child(3) {
  width: 125px; }

.card .card_footer .stamp_heart {
  position: relative;
  left: -4px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 3px;
  margin-right: 10px;
  vertical-align: top;
  background: url(/imgs/heart_large.png) no-repeat;
  background-size: 100% auto; }

.card .card_footer .comment {
  position: relative;
  width: auto;
  width: 100%;
  height: 30px;
  padding: 0 1em;
  vertical-align: top;
  border-radius: 4px;
  background: #efeee4; }

.card .card_footer .comment::-webkit-input-placeholder {
  font-size: 10px; }

.card .card_footer .comment::-moz-placeholder {
  font-size: 10px; }

.card .card_footer .comment:-ms-input-placeholder {
  font-size: 10px; }

.card .card_footer .comment:-moz-placeholder {
  font-size: 10px; }

.card .card_footer .sns {
  position: relative;
  display: table;
  width: 100%;
  display: flex; }

.card .card_footer .sns > a, .card .card_footer .sns > .spacer {
  position: relative;
  height: 24px;
  /* width: 50px; */ }

.card .card_footer .like {
  background: url(/imgs/blank_heart_pc.png) no-repeat center;
  background-size: 26px auto;
  width: 26px;
  margin-right: 32px;
  margin-left: 3px; }

.card .card_footer .like.is-liked {
  background: url(/imgs/fill_heart.png) no-repeat center;
  background-size: 27px auto; }

.card .card_footer .com {
  background: url(/imgs/icon_comment_pc.png) no-repeat center;
  background-size: 27px auto;
  width: 27px;
  margin-right: 28px;
  margin-top: 1px; }

.card .card_footer .dm {
  background: url(/imgs/dm_pc.png) no-repeat center;
  background-size: 35px auto;
  width: 35px; }

.card .card_footer .save {
  background: url(/imgs/save.png) no-repeat center;
  background-size: 25px auto; }

.card .card_footer .share {
  background: url(/imgs/f_share_pc.png) no-repeat center;
  background-size: auto 24px;
  width: 22px;
  margin-left: auto;
  margin-right: 12px; }

.cstm_mydata_list .card .card_footer .mydata_garbage {
  background: url(/imgs/icon_garbage.png) no-repeat center;
  background-size: 100%;
  width: 32px;
  height: 32px; }

.card.follow {
  width: 398px;
  height: 150px;
  border-radius: 0; }

.card.follow .card_header {
  padding: 15px 10px; }

.card.follow .card_content {
  margin-top: 10px; }

.card.follow .card_content .cell_follow {
  width: 115px;
  border-right: 1px solid #c3c3c3; }

.card.follow .card_content .cell_follower {
  width: 115px; }

.card.follow .card_content .cell_btn {
  padding-right: 20px; }

.card.follow .mini {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px; }

.card.follow .count {
  font-size: 18px;
  display: inline-block; }

.card.follow .cell:first-child {
  border-right: 1px solid #c3c3c3; }

.card.follow .btn {
  font-size: 12px;
  line-height: 27px;
  position: relative;
  display: inline-block;
  width: 110px;
  height: 30px;
  margin-top: 5px;
  text-align: center;
  border-radius: 100px;
  vertical-align: -webkit-baseline-middle; }

.card .card_header .btn_following,
.card.follow .btn_following {
  text-indent: 14px;
  background: #fefc78;
  border-color: transparent;
  color: #5e5d54; }

.card .card_header .btn_following:before,
.card.follow .btn_following:before {
  position: absolute;
  top: 5px;
  left: 14px;
  display: block;
  width: 13px;
  height: 16px;
  content: '';
  background: url(/imgs/icon_person.png) no-repeat center;
  background-size: 100%; }

.card.follow .btn_follow {
  color: #fff;
  background: #44b6a5; }

/* module */
.remodal.module {
  position: relative;
  overflow: hidden;
  width: 1130px;
  height: 524px;
  padding: 0;
  border-radius: 10px; }

.remodal.module .photo_side {
  position: relative;
  float: left; }

.remodal.module .photo_side .photo {
  font-size: 0;
  position: relative;
  height: 470px; }

.remodal.module .photo_side .wrap_btn {
  line-height: 54px;
  height: 54px;
  background-color: #efeee4; }

.remodal.module .photo_side .wrap_btn .btn {
  font-weight: bold;
  line-height: 35px;
  position: relative;
  width: 290px;
  height: 35px;
  color: #5e5d54;
  background-color: #fefc78; }

.remodal.module .info_side {
  position: relative;
  float: right; }

.remodal.module .info_side .card {
  width: 400px;
  height: 524px;
  margin: 0;
  padding: 0;
  border-radius: 0; }

.remodal.module .info_side .card .ribon {
  right: 43px; }

.remodal.module .info_side .card .card_header .btn_follow {
  font-size: 10px;
  line-height: 27px;
  width: 98px;
  height: 27px; }

.remodal.module .info_side .card .card_content .desc {
  position: relative;
  width: 370px;
  margin-left: 12px; }

.remodal.module .desc .clip {
  height: 370px; }

.remodal.module .desc .clip h2 {
  margin: 0 5px; }

.remodal.module .desc .clip .text {
  margin: 0 5px 5px; }

.remodal.module .desc .person {
  padding: 0 5px;
  background-color: transparent; }

.remodal.module .desc .person .icon_face {
  position: relative;
  width: 38px;
  height: 38px;
  margin-right: 10px; }

.remodal.module .info_side .card .card_content .desc .person p {
  font-size: 11px;
  line-height: 1.5;
  padding-top: 5px; }

.remodal.module .info_side .card .card_content .card_footer {
  border-top: none; }

.remodal.module .info_side .card .card_content .card_footer .comment_sns {
  width: inherit; }

.remodal.module .info_side .card .card_content .card_footer .comment_sns form {
  width: 230px; }

.remodal.module .info_side .card .card_content .card_footer .comment_sns .sns {
  position: relative;
  margin-left: 70px; }

.remodal.module .info_side .card .card_content .card_footer .sns {
  margin-top: 0; }

.remodal.module .info_side .card .card_content .card_footer .sns > a {
  width: 33.33%; }

.remodal.module .info_side .card .card_content .card_footer .column .cell {
  vertical-align: top; }

.remodal.remodal_log {
  width: 430px;
  padding: 40px 30px 20px;
  text-align: center;
  color: #5e5d54;
  border-radius: 10px; }

.remodal.remodal_log .wrap .title {
  line-height: 1;
  margin-bottom: 30px; }

.remodal.remodal_log .wrap input[type=text], .remodal.remodal_log .wrap input[type=password] {
  line-height: 57px;
  width: 100%;
  height: 57px;
  margin-bottom: 20px;
  padding: 0 1.5em;
  border-radius: 5px;
  background: #fff; }

.remodal.remodal_log .wrap a {
  display: inline-block;
  margin-bottom: 20px; }

.remodal.remodal_log .wrap .btn {
  font-size: 19px;
  font-weight: bold;
  line-height: 57px;
  width: 100%;
  height: 57px;
  margin-bottom: 20px;
  padding: 0 1.5em; }

.remodal.remodal_log .wrap .hr {
  width: 100%;
  height: 1px;
  margin: 10px 0 20px;
  background-color: #cccbc2; }

.remodal.remodal_log .wrap .login {
  font-size: 19px;
  font-weight: bold;
  color: #5e5d54;
  border-radius: 100px;
  background-color: #fefc78; }

.remodal.remodal_log .wrap .regist {
  font-size: 19px;
  line-height: 57px;
  width: 100%;
  height: 57px;
  color: #fff;
  background-color: #44b6a5; }

.remodal.remodal_log .remodal-close {
  top: 10px;
  right: 10px; }

.remodal.login .wrap .title img {
  width: 74px; }

.remodal.login .for_no_account_user {
  margin-bottom: 20px; }

.remodal.regist .wrap .title img {
  width: 142px; }

.remodal.regist .btn_regist {
  margin-top: 20px; }

.remodal.regist .desc {
  line-height: 8px;
  margin-top: 20px;
  margin-bottom: 20px; }

.remodal.preregist {
  text-align: center; }

.remodal.preregist .desc {
  line-height: 1.5;
  margin-bottom: 60px; }

.remodal.preregist h1 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 10px; }

.remodal.preregist .alert {
  font-size: 14px;
  margin-bottom: 20px;
  color: #c00; }

.error_box {
  line-height: 1.5;
  display: none;
  margin-bottom: 20px;
  padding: 10px;
  text-align: left;
  color: #bf0f0f;
  border: solid 2px #e50000;
  border-radius: 4px;
  background: #f5f0f0; }

.is-error .error_box {
  display: block; }

.remodal .error_box p {
  margin-left: 1em;
  text-indent: -1em; }

/* remodal publish */
.remodal.module.publish {
  height: 470px; }

.remodal.module.publish input[type=text], .remodal.module.publish input[type=password], .remodal.module.publish textarea {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  resize: none;
  border-radius: 4px;
  background: #efeee4; }

.remodal.module.publish input[type=radio] {
  position: relative;
  display: none;
  visibility: hidden; }

.remodal.module.publish input[type=radio] + label {
  line-height: 0;
  position: relative;
  display: inline-block; }

.remodal.module.publish input[type=radio].mini_radio + label {
  font-size: 12px; }

.remodal.module.publish input[type=radio] + label:before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  margin-bottom: 5px;
  content: '';
  vertical-align: middle;
  border: #bab8ae 1px solid;
  border-radius: 2px;
  background: #efeee4; }

.remodal.module.publish input[type=radio]:checked + label:before {
  background: #fefc78 url(/imgs/icon_checked.png) center no-repeat;
  background-size: 55%; }

.remodal.module.publish input[type=radio].mini_radio + label:before {
  width: 20px;
  height: 20px;
  margin-left: 35px; }

.remodal.module.publish .radios {
  margin-top: 10px;
  margin-bottom: 15px; }

.remodal.module.publish input[type=radio] + label + .branch {
  margin-bottom: 5px;
  pointer-events: none;
  opacity: .33;
  background: #efeee4; }

.remodal.module.publish input[type=radio]:checked + label + .branch {
  pointer-events: initial;
  opacity: 1;
  background: #fff; }

.remodal.module.publish .info_side .card {
  padding-bottom: 60px; }

.remodal.module.publish .info_side .card .card_content .desc {
  width: 360px;
  height: 125px;
  margin-right: 0;
  margin-left: 0; }

.remodal.module.publish .info_side .card .card_content .desc form {
  width: 100%; }

.remodal.module.publish .info_side .card .card_content .desc form label {
  font-size: 14px; }

.remodal.module.publish .info_side .card .card_content .desc form label .mini {
  font-size: 10px;
  margin-left: 32px; }

.remodal.remodal_plane {
  width: 430px;
  padding: 40px 30px 20px;
  text-align: center;
  color: #5e5d54;
  border-radius: 10px; }

.remodal.remodal_plane .title {
  font-size: 14px;
  margin-bottom: 30px; }

.remodal.remodal_plane .title img {
  width: 149px; }

.remodal.remodal_plane h1 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 52px;
  margin-bottom: 52px; }

.remodal.remodal_plane .desc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 60px; }

.remodal.remodal_plane .btns {
  text-align: center; }

.remodal.remodal_plane .btns a {
  width: 100%; }

.remodal.remodal_plane .btns a:nth-child(1):nth-last-child(2) {
  width: 180px; }

.remodal.remodal_plane .btns a:nth-child(2):nth-last-child(1) {
  width: 180px;
  margin-left: 5px; }

.remodal.remodal_plane .middle_text {
  font-size: 24px;
  margin-bottom: 20px; }

.remodal.remodal_plane .mini_text {
  margin-bottom: 40px; }

.tabs {
  position: relative;
  width: 100%; }

.tabs .tab_scroll_area {
  position: relative;
  overflow: auto;
  width: 100%;
  background: #fff; }

.tabs .tabs_tabs {
  position: relative;
  height: 55px;
  padding: 0 40px;
  background: #fff;
  width: 815px; }

.tabs .tabs_tabs:after {
  display: block;
  clear: both;
  content: ''; }

.tabs .tab {
  line-height: 55px;
  position: relative;
  display: block;
  float: left;
  box-sizing: content-box;
  width: 140px;
  height: 55px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
  border: #eeede7 1px solid;
  border-bottom-width: 0;
  border-radius: 5px 5px 0 0;
  background: #eeede7; }

.tabs .tab a {
  display: block;
  text-decoration: none; }

.tabs .tab.selected {
  cursor: default;
  border-color: #eeede7;
  background: #fff; }

.tabs .pages {
  position: relative;
  width: 100%;
  background: #fff;
  border-top: solid 2px #eeede7; }

.tabs .page {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%; }

.tabs .tab_content {
  display: none;
  padding: 10px 5px; }

.cstm_mydata_list .tabs .tab_content {
  padding: 10px 20px; }

.tabs .page.selected {
  position: relative;
  z-index: 1; }

.tabs .page.selected .tab_content {
  display: block;
  opacity: 1; }

.tabs .page .tab {
  display: none;
  cursor: pointer; }

.tabs .tab .count {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

.tabs .tab .mini {
  font-size: 14px;
  line-height: 14px;
  display: block; }

.tabs .tab .mini_mini {
  font-size: 14px;
  line-height: 14px;
  display: block; }

.tabs .tab .badge {
  font-size: 10px;
  line-height: 16px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #d94d00; }

.general_info {
  position: relative;
  min-height: 220px;
  margin-top: 20px;
  padding: 30px 20px;
  background: #fff; }

.general_info .face {
  position: absolute;
  width: 165px;
  text-align: right; }

.general_info .user {
  max-width: 690px;
  margin-left: 200px;
  font-size: 13px;
  overflow: hidden; }

.general_info .text {
  margin-left: 200px;
  max-width: 690px;
  margin-top: 30px;
  position: relative;
  max-height: 3em;
  overflow: hidden;
  line-height: 1.5;
  cursor: pointer; }

.general_info .text.is-show-all {
  max-height: inherit; }

.general_info .text.is-show-all .next {
  display: none; }

.general_info .text .next {
  position: absolute;
  top: 1.5em;
  right: 0;
  text-indent: 3em;
  background: #fff; }

.general_info .text .next:before {
  position: absolute;
  right: 100%;
  content: "";
  display: block;
  width: 100px;
  height: 1.25em;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.general_info .ribon {
  position: absolute;
  top: 0;
  left: 80px;
  width: 20px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto; }

.ribon1 .ribon {
  background-image: url(/imgs/ribon1.png); }

.general_info .icon_face {
  display: inline-block;
  width: 100px;
  height: 100px;
  /* margin-left: 140px; */
  margin-right: 0;
  border-radius: 999px;
  background-size: contain; }

.general_info .btns_right {
  display: inline-block;
  float: right;
  font-size: 0; }

.general_info .btn_follow, .general_info .btn_following, .general_info .btn_dm, .general_info .btn_account_setting {
  font-size: 12px;
  display: inline-block;
  line-height: 28px;
  height: 30px;
  /* margin-top: 8px; */
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  position: relative; }

.general_info .btn_follow {
  width: 110px;
  color: #fff;
  background-color: #44b6a5; }

.general_info.is-follow .btn_follow {
  display: none; }

.general_info .btn_following {
  display: none;
  width: 110px;
  background: #fefc78;
  border-color: transparent;
  color: #5e5d54;
  text-indent: 1em; }

.general_info.is-follow .btn_following {
  display: inline-block; }

.general_info .btn_following:before {
  position: absolute;
  top: 7px;
  left: 14px;
  display: none;
  width: 13px;
  height: 16px;
  content: '';
  background: url(/imgs/icon_person.png) no-repeat center;
  background-size: 100%; }

.general_info.is-follow .btn_following:before {
  display: inline-block; }

.general_info .btn_dm {
  width: 100px;
  border: #44b6a5 1px solid;
  margin-top: 20px;
  text-align: center; }

.general_info .btn_account_setting {
  width: 100px;
  margin-top: 20px;
  color: #5e5d54;
  border: #bab8ae 1px solid;
  background-color: #fff; }

.general_info .user_name {
  font-size: 20px;
  padding-top: 10px; }

.general_info .job_title {
  /* color: #a7a6a0; */
  margin-top: 5px; }

.general_info .score {
  font-size: 13px;
  /* color: #a7a6a0; */
  display: inline-block;
  width: 40%;
  margin-top: 20px; }

.general_info .score .num_like {
  padding-right: 2em; }

.general_info .rel_link {
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
  /* overflow: hidden; */
  width: 59%; }

.general_info .rel_link a {
  /* color: #a7a6a0; */
  text-decoration: none; }

input[type=checkbox] {
  position: relative;
  display: none;
  visibility: hidden; }

input[type=checkbox] + label {
  line-height: 0;
  position: relative;
  display: inline-block; }

input[type=checkbox].mini_checkbox + label {
  font-size: 12px; }

input[type=checkbox] + label:before {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 8px;
  margin-bottom: 5px;
  content: '';
  vertical-align: middle;
  border: #bab8ae 1px solid;
  border-radius: 2px;
  background: #efeee4; }

input[type=checkbox].bg_white + label:before {
  background: #fff; }

input[type=checkbox]:checked + label:before {
  background: #fefc78 url(/imgs/icon_checked.png) center no-repeat;
  background-size: 55%; }

input[type=checkbox].mini_checkbox + label:before {
  width: 20px;
  height: 20px;
  margin-left: 35px; }

.w100 {
  width: 100%; }

/*追記*/
.cstm_mydata_list .general_info {
  color: #333; }

.cstm_mydata_list .general_info .rel_link a {
  color: #333; }

.cstm_mydata_list .general_info .btn_account_setting {
  color: #333; }

.cstm_mydata_list .card_content .desc .mydata_status {
  display: flex;
  width: 130px;
  padding-left: 30px;
  margin-right: 2px; }

.cstm_mydata_list .card_content .desc .mydata_status span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  margin-right: 10px; }

.cstm_mydata_list .card_content .desc .mydata_status span.dot_gray {
  background: #ccc; }

.cstm_mydata_list .card_content .desc .mydata_status span.dot_green {
  background: #44b6a5; }

.cstm_mydata_list .card_content .desc .mydata_status span.dot_yellow {
  background: #fff45c; }

.cstm_mydata_list .card_content .desc .mydata_status span.dot_white {
  border: solid 1px #ccc; }

.cstm_mydata_list .card_content .desc .mydata_category {
  width: 110px;
  padding-left: 10px; }

.cstm_mydata_list .card_content .desc .mydata_icons {
  padding-left: 40px; }

.cstm_mydata_list .card_content .desc .mydata_icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 20px; }

.tabs .tab a {
  color: #828282; }

.tabs .tab.selected a {
  color: #333; }

.cstm_mydata_list .tabs .tab_content .card_sort {
  display: flex;
  padding-left: 212px; }

.cstm_mydata_list .tabs .tab_content .card_sort .arrow {
  display: none; }

.cstm_mydata_list .tabs .tab_content .card_sort .on .arrow {
  display: inline-block !important; }

.cstm_mydata_list .tabs .tab_content .card_sort a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  margin-right: 2px;
  border-bottom-width: 0;
  font-weight: bold; }

.cstm_mydata_list .tabs .tab_content .card_sort a:hover {
  background: #eeede7;
  opacity: 1; }

.cstm_mydata_list .tabs .tab_content .card_sort .card_sort_renovation > a {
  width: 390px;
  padding-left: 70px;
  color: #333; }

.cstm_mydata_list .tabs .tab_content .card_sort .card_sort_renovation,
.cstm_mydata_list .tabs .tab_content .card_sort .card_sort_status,
.cstm_mydata_list .tabs .tab_content .card_sort .card_sort_category {
  position: relative; }

.cstm_mydata_list .tabs .tab_content .card_sort .card_sort_status a {
  width: 130px;
  text-align: center;
  color: #333; }

.cstm_mydata_list .tabs .tab_content .card_sort .card_sort_category a {
  width: 110px;
  text-align: center;
  color: #333; }

.cstm_mydata_list .card_sort_renovation .card_sort_list a {
  padding-left: 0 !important;
  text-align: center;
  color: #333; }

@media screen and (min-width: 767px) {
  .cstm_mydata_list .card_sort_renovation .card_sort_list {
    width: 390px;
    top: 35px; }
    .cstm_mydata_list .card_sort_renovation .card_sort_list a {
      text-align: left !important;
      padding-left: 70px  !important; } }

.cstm_mydata_list .card_sort_status .card_sort_list {
  left: 0;
  top: 35px; }

.cstm_mydata_list .card_sort_category .card_sort_list {
  left: 0;
  top: 35px; }
  @media screen and (min-width: 767px) {
    .cstm_mydata_list .card_sort_category .card_sort_list {
      width: 112px; } }

.cstm_mydata_list .card_sort_list {
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 999;
  display: none;
  width: 100%; }
  .cstm_mydata_list .card_sort_list.is-show {
    display: block; }
  @media screen and (min-width: 767px) {
    .cstm_mydata_list .card_sort_list {
      width: 130px;
      top: 29px; } }
  .cstm_mydata_list .card_sort_list:before {
    content: " ";
    background-color: #eeede7;
    box-shadow: none;
    display: block;
    position: absolute;
    width: 8px !important;
    height: 8px !important;
    margin-left: 0 !important;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    top: -11px; }
  .cstm_mydata_list .card_sort_list div {
    list-style: none;
    background: #eeede7;
    text-align: center;
    border-bottom: 1px solid #fff; }
    .cstm_mydata_list .card_sort_list div:first-child {
      border-top: 1px solid #fff; }

#detail_modal {
  display: none; }

#detail_modal {
  display: block;
  width: 90%;
  margin: 60px auto;
  padding: 80px 0;
  background: #fff;
  position: relative; }
  #detail_modal .modal_close {
    position: absolute;
    top: 10px;
    right: 10px; }
    #detail_modal .modal_close img {
      width: 30px; }
  #detail_modal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 70%;
    max-width: 600px;
    margin: auto; }
    #detail_modal ul li {
      width: 30%;
      padding: 10px; }
      #detail_modal ul li img {
        width: 100%; }

#detail_modal_A {
  display: block;
  width: 90%;
  margin: 60px auto;
  padding: 30px 20px 34px;
  background: #fff;
  color: #333;
  line-height: 1.6; }
  #detail_modal_A .modal_A_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    border-bottom: solid 1px #ccc;
    font-weight: bold; }
    #detail_modal_A .modal_A_title label {
      display: flex;
      align-items: center;
      font-size: 14px; }
  #detail_modal_A .modal_A_checklist1 {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 10px; }
    #detail_modal_A .modal_A_checklist1 .checklist1_inner {
      width: 48%; }
      #detail_modal_A .modal_A_checklist1 .checklist1_inner p {
        font-size: 12px;
        padding-top: 20px; }
        #detail_modal_A .modal_A_checklist1 .checklist1_inner p span {
          display: block;
          font-size: 10px;
          padding-top: 10px; }
  #detail_modal_A .modal_A_checklist2 {
    padding: 7px 0 32px; }
    #detail_modal_A .modal_A_checklist2 .checklist2_inner {
      padding: 13px 0;
      border-bottom: solid 1px #f2f2f2; }
      #detail_modal_A .modal_A_checklist2 .checklist2_inner .checklist2_title {
        font-size: 16px;
        padding-bottom: 13px; }
      #detail_modal_A .modal_A_checklist2 .checklist2_inner .checklist2_txt {
        font-size: 12px;
        padding-top: 15px; }
  #detail_modal_A label .checklist2_input_txt {
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    color: #999;
    font-weight: normal; }
    #detail_modal_A label .checklist2_input_txt:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 17px;
      height: 17px;
      background: #999; }
    #detail_modal_A label .checklist2_input_txt:after {
      content: "";
      display: block;
      position: absolute;
      top: 1px;
      left: 6px;
      width: 6px;
      height: 10px;
      transform: rotate(40deg);
      border-bottom: 2px solid #999;
      border-right: 2px solid #999; }
  #detail_modal_A label .checklist2_input:checked + .checklist2_input_txt:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; }
  #detail_modal_A label .checklist2_input:checked + .checklist2_input_txt:before {
    background: #44b6a5; }
  #detail_modal_A label .checklist2_input:checked + .checklist2_input_txt {
    color: #44b6a5; }
  #detail_modal_A label input {
    display: none; }
  #detail_modal_A label .checklist1_input_txt {
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    display: block;
    padding: 7px 0;
    color: #999;
    text-align: center;
    border: solid 1px #999; }
    #detail_modal_A label .checklist1_input_txt:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 17px;
      height: 17px;
      background: #999; }
    #detail_modal_A label .checklist1_input_txt:after {
      content: "";
      display: block;
      position: absolute;
      top: 1px;
      right: 6px;
      width: 6px;
      height: 10px;
      transform: rotate(40deg);
      border-bottom: 2px solid #999;
      border-right: 2px solid #999; }
  #detail_modal_A label .checklist1_input:checked + .checklist1_input_txt:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff; }
  #detail_modal_A label .checklist1_input:checked + .checklist1_input_txt:before {
    background: #44b6a5; }
  #detail_modal_A label .checklist1_input:checked + .checklist1_input_txt {
    color: #44b6a5;
    border: solid 1px #44b6a5; }

#detail_modal_B {
  display: block;
  width: 90%;
  margin: 60px auto;
  padding: 30px 20px 34px;
  background: #fff;
  color: #333;
  line-height: 1.6; }
  #detail_modal_B .modal_B_txtarea {
    padding-bottom: 36px; }
    #detail_modal_B .modal_B_txtarea textarea {
      width: 100%;
      height: 300px;
      padding: 15px 0;
      resize: vertical;
      border-top: solid 1px #ccc;
      border-bottom: solid 1px #ccc;
      color: #333; }
      #detail_modal_B .modal_B_txtarea textarea::placeholder {
        color: #999; }

#detail_modal_C {
  display: block;
  width: 90%;
  margin: 60px auto;
  padding: 60px 20px 34px;
  background: #fff;
  line-height: 1.6; }
  #detail_modal_C .modal_C_txtarea {
    padding-bottom: 36px; }
    #detail_modal_C .modal_C_txtarea textarea {
      width: 100%;
      padding: 15px 0;
      resize: vertical;
      border-top: solid 1px #ccc;
      border-bottom: solid 1px #ccc;
      font-size: 14px;
      color: #333; }
      #detail_modal_C .modal_C_txtarea textarea::placeholder {
        color: #999; }
      #detail_modal_C .modal_C_txtarea textarea.txtarea_title {
        height: 100px;
        border-bottom: none; }
      #detail_modal_C .modal_C_txtarea textarea.txtarea_content {
        height: 300px;
        padding: 8px 0 15px; }

.modal_button {
  display: flex;
  justify-content: space-between; }
  .modal_button .button_cancel a, .modal_button .button_save a {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    color: #333; }
  .modal_button .button_save a {
    width: 100px;
    background: #44b6a5;
    color: #fff; }

#sub_header .breadcrumb a {
  text-decoration: none; }
  #sub_header .breadcrumb a:hover {
    text-decoration: underline; }

#sub_header .breadcrumb, #sub_header .status_bar {
  display: flex;
  align-items: center; }

#root_wrapper {
  background-color: #fff;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 53px;
  padding-bottom: 45px;
  max-width: 1256px;
  margin: 0 auto; }

#sub_header {
  padding-top: 25px;
  background-color: #EEEDE7; }
  #sub_header .breadcrumb {
    background: #fff;
    height: 38px; }
    #sub_header .breadcrumb div:after {
      content: " > ";
      display: inline-block;
      padding: 0 15px; }
    #sub_header .breadcrumb div:last-child:after {
      display: none; }
  #sub_header .status_bar {
    height: 59px;
    justify-content: flex-end; }
    #sub_header .status_bar .send {
      margin: 0 27px; }

#cstm_modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999; }
  #cstm_modal .cstm_modal_overlay {
    width: 100%;
    height: 100%;
    z-index: 10000; }
  #cstm_modal .cstm_modal_inner {
    width: 90%;
    position: absolute;
    top: 10px;
    left: 0;
    background: #fff; }
