@charset "UTF-8";
/*====================================
ブラウザのデフォルトリセット　初期設定
====================================*/
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p,
header, hgroup, nav, section, article, aside, footer, figure, figcaption, div {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
  line-height: 0;
  word-break: break-word;
}

body {
  text-align: center;
  background: #ffffff;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 92%;
  color: #1e1e1e;
  -webkit-text-size-adjust: none;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

html {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
img {
  width: 100%;
  height: auto;
}

.tnotfixed {
  table-layout: auto !important;
}

.kern {
  font-feature-settings: "pkna";
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.fs06 {
  font-size: 0.6em;
}

.fs08 {
  font-size: 0.8em;
}

.fs09 {
  font-size: 0.9em;
}

.fs1 {
  font-size: 1em !important;
}

.fs12 {
  font-size: 1.2em;
}

.fs14 {
  font-size: 1.4em;
}

.fs11px {
  font-size: 11px !important;
}

.fs12px {
  font-size: 12px !important;
}

.fs13px {
  font-size: 13px !important;
}

.fs14px {
  font-size: 14px !important;
}

.dsn {
  display: none;
}

.dbk {
  display: block;
}

.fln {
  float: none !important;
}

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

.pconly {
  display: block;
}

@media screen and (max-width: 850px) {
  .pconly {
    display: none;
  }
}
.w100 {
  width: 100px !important;
}

.w150 {
  width: 150px !important;
}

.w200 {
  width: 200px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mtb8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.ml5 {
  margin-left: 5px !important;
  display: inline-block;
}

.mlminus3 {
  margin-left: -5px !important;
}

.mlminus5 {
  margin-left: -5px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr5 {
  margin-right: 5px !important;
  display: inline-block;
}

.m0auto {
  margin: 0 auto !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.lh15 {
  line-height: 1.5;
}

.verticaltop {
  vertical-align: top;
}

.borderlightgray {
  border: solid 1px #e9ebf2;
}

.alert__cmn1 {
  color: #FF0079;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.alert__cmn1 li {
  padding: 14px 22px;
  border-radius: 10px;
  background-color: #fff2f8;
  margin: 0 auto 20px auto;
  color: #FF0079;
  max-width: 700px;
  box-sizing: border-box;
  text-align: left;
}

.alert__cmn1 a {
  line-height: 1.35;
  color: #ff0079;
  padding: 6px 0;
  text-decoration: none;
  display: block;
  text-align: left;
}

.alert__cmn1 li a:hover {
  text-decoration: underline;
}

.color__alert {
  color: #ff0079;
}

.js_alertbox {
  line-height: 1.35;
  padding: 10px 0;
  color: #FF0079;
}

.loadingimg {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.c_green1 {
  color: #1bbc9b;
}

.c_attention1 {
  color: #FF0079;
}

.c_lightgray {
  color: #aaaaaa;
}

.tduline {
  text-decoration: underline !important;
}

.fwb {
  font-weight: bold;
}

.cmn_hl1 {
  font-size: 3.2em;
  line-height: 1.35;
  color: #141212;
  padding: 0px 0 30px 0;
}

.cmn_hl2 {
  font-size: 2em;
  line-height: 1.35;
  color: #141212;
  padding: 0px 0 20px 0;
}

.cmn_hl3 {
  font-size: 1.3em;
  line-height: 1.35;
  color: #141212;
  padding: 0px 0 15px 0;
}

.cmn_hl3_2 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 40px;
  padding-bottom: 90px;
  line-height: 1.35;
  padding: 0px 0 15px 0;
}

.cmn_hl3_2 span {
  font-size: 14px;
  display: block;
}

.cmn_hl4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.35;
  color: #141212;
  padding: 0px 0 10px 0;
}

.cmn_p1 {
  list-style: 1.65;
  font-size: 0.9em;
  text-align: left;
  margin: 0 0 20px 0;
}

.min_attention1 {
  font-size: 0.8em;
  line-height: 1.3;
}

.clrfx:after {
  content: " ";
  display: block;
  clear: both;
}

.cmn_p1 {
  line-height: 1.9em;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

select {
  font-size: 16px;
  /*transform: scale(0.8);
  margin-left: -26px;*/
}

a {
  color: #008ED6;
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

.cmn_shortbox1 {
  width: 100%;
  max-width: 700px;
  display: block;
  vertical-align: top;
  padding: 0;
  margin: 0px auto 30px auto;
  position: relative;
}

.cmn_shortbox1 p {
  text-align: left;
}

.cmn_shortbox1 h3 {
  font-weight: bold;
  font-size: 1.35em;
  line-height: 1.35;
  padding: 30px 0 15px 0;
}

.cmn_shortbox1 img {
  width: 100%;
  max-width: 400px;
}

.cmn_shortbox1 .left {
  width: 47%;
  float: left;
}

.cmn_shortbox1 .right {
  width: 47%;
  float: right;
}

.cmn_table1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.cmn_table1 h3 {
  font-size: 1.4em;
  cursor: pointer;
  line-height: 1.35;
  padding: 0 0 5px 0;
}

.cmn_table1 th {
  text-align: left;
  padding: 20px;
  line-height: 1.85;
}

.cmn_table1 td {
  text-align: left;
  padding: 20px 0 20px 20px;
  border-bottom: solid 1px #E6E6F4;
  background-color: #ffffff;
  line-height: 1.85;
}

.cmn_table1 h4 {
  line-height: 1.4;
}

.cmn_table1 p {
  line-height: 1.65;
}

/*chanel.io系対応*/
body#top #ch-plugin-core > div {
  bottom: 66px !important;
}

@media screen and (max-width: 850px) {
  body.company #ch-plugin-core > div {
    bottom: 80px !important;
  }
}
/*cmn_centerth_table　は レスポンシブでblockにならないタイプ*/
.project_regist .cmn_centerth_table {
  table-layout: fixed;
  border-collapse: collapse;
}

.project_regist .cmn_centerth_table th {
  text-align: center;
  padding: 8px;
  border: solid 1px #d5d5dc;
}

.project_regist .cmn_centerth_table td {
  text-align: left;
  padding: 8px;
  border: solid 1px #d5d5dc;
  vertical-align: top;
}

@media screen and (max-width: 850px) {
  .project_regist .cmn_centerth_table th, .project_regist .cmn_centerth_table td {
    display: table-cell;
    padding: 8px;
  }
}
.mypage_inline_a1 {
  text-align: right;
}

.minus_left {
  margin-left: -10px;
}

.blocks {
  display: block;
}

.dpn {
  display: none;
}

input[type=text]:focus {
  outline: 0;
}

input[type=password]:focus {
  outline: 0;
}

input[type=submit]:focus {
  outline: 0;
}

input[type=file]:focus {
  outline: 0;
}

textarea:focus {
  outline: 0;
}

select:focus {
  outline: 0;
}

button:focus {
  outline: 0;
}

.tac {
  text-align: center !important;
}

.fcgray1 {
  color: #999999;
}

/*******************************************************/
.common_headline_1 {
  line-height: 1.35;
  font-size: 1.3em;
  padding: 0 0 10px 0;
  text-align: left;
}

.common_p_1 {
  text-align: left;
  margin: 0 auto;
  max-width: 800px;
}

.account_icn_common {
  position: relative;
  line-height: 1;
  margin: 0 auto 20px auto;
  width: 86px;
}

.acont_icn_img_common {
  width: 86px;
  height: 86px;
  border: solid 1px #d5d5dc;
  border-radius: 86px;
  background-size: cover;
  background-position: center center;
}

.common_content_blocks h3 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.35;
  padding: 10px 0;
}

.common_content_blocks h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.35;
  padding: 10px 0;
  text-align: left;
}

.common_content_blocks table {
  margin: 0 auto 50px auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.common_content_blocks table th {
  line-height: 1.75;
  padding: 15px 0;
  font-size: 0.9em;
  vertical-align: top;
  text-align: left;
  border-bottom: solid 1px #d5d5dd;
}

.common_content_blocks table td {
  line-height: 1.75;
  padding: 15px 0;
  text-align: left;
  font-size: 0.9em;
  vertical-align: top;
  border-bottom: solid 1px #d5d5dd;
}

.common_content_blocks table tr:first-child th, .common_content_blocks table tr:first-child td {
  border-top: solid 1px #d5d5dd;
}

.common_content_blocks p {
  line-height: 2;
  font-size: 0.9em;
  text-align: left;
  padding: 0 0 30px 0;
}

.textarea__common1 {
  padding: 20px;
  height: 300px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #d7d7df;
  font-size: 16px;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.first_section {
  margin-top: 80px;
  padding: 100px 0 100px 0;
}

.wrap, .wrap2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.wrap_mini, body .project_regist .wrap_mini, .wrap_mini__covers {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.wrap.mypage_first_wrap {
  margin: 122px auto 0 auto;
  padding: 20px 0 0 0;
}

@media screen and (max-width: 1300px) {
  .wrap, .wrap_mini, body .project_regist .wrap_mini {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .wrap_mini__covers {
    width: 100%;
    margin: 0 auto;
  }
  #header .wrap {
    padding: 0;
  }
}
@media screen and (max-width: 850px) {
  .wrap.mypage_first_wrap {
    margin: 70px auto 0 auto;
  }
}
.btn_common_level1 {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #ededf6;
  padding: 10px 18px;
  font-size: 1.05em;
  opacity: 1;
  transition: 0.4s;
  border-radius: 56px;
  border: none;
  color: #141212;
  min-width: 250px;
  margin: 0 3px;
  line-height: 1;
  text-align: center;
}

.btn_common_level2 {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #141212;
  padding: 10px 18px;
  font-size: 1.05em;
  opacity: 1;
  transition: 0.4s;
  border-radius: 56px;
  border: none;
  color: #ffffff;
  min-width: 250px;
  margin: 0 3px;
  text-align: center !important;
  text-decoration: none;
}

.btn_common_level3, a.btn_common_level3 {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #008ED6;
  padding: 4px 15px;
  font-size: 1em;
  opacity: 1;
  transition: 0.4s;
  border-radius: 56px;
  border: none;
  color: #ffffff !important;
  margin: 10px auto 0;
  text-align: center !important;
  text-decoration: none;
}

.login_box .btn_common_level1, .login_box .btn_common_level2 {
  width: calc(50% - 36px);
  min-width: auto;
}

.btn_common_level2 a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .btn_common_level2 {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 10px auto;
    min-width: auto;
  }
}
/************
START_共通ヘッダー
************/
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  z-index: 1000;
  border-bottom: solid 1px #E6E5E5;
  padding-top: env(safe-area-inset-top);
}

#header .wrap {
  max-width: 1000px;
}

#header h1 {
  width: 140px;
  text-align: left;
  float: left;
}

#header h1 img {
  max-width: 140px;
  width: 100%;
  height: auto;
}

#header #menu {
  text-align: right;
  margin: 20px auto 0 auto;
}

#header #menu li {
  display: inline-block;
  text-align: center;
}

.company #header #menu li, .model #header #menu li {
  margin-right: 40px;
}

#header #menu li a {
  padding: 0 15px;
  height: 34px;
  vertical-align: middle;
  display: table-cell;
  letter-spacing: 0.3px;
  opacity: 1;
  transition: 0.4s;
  min-width: auto;
  font-size: 0.95em;
}

#header #menu li a:hover {
  opacity: 0.6;
}

#header a {
  text-decoration: none;
  line-height: 1;
  color: #1e1e1e;
  position: relative;
}

.cv1 {
  display: table;
  text-align: center;
  margin: 0 auto;
}

.cv1 li {
  display: table-cell;
  padding: 0 10px 0 10px;
}

#btn_header_login {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

#btn_header_login li {
  display: inline;
}

#btn_header_login a {
  text-decoration: none;
  line-height: 1;
  text-align: center;
  font-size: 0.9em;
  padding: 9px 15px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgb(255, 255, 255);
  transition: 0.4s;
  color: #141212;
}

#btn_header_login a.btn_header_signup {
  color: #ffffff !important;
  background-color: #008ed6;
}

#btn_header_login a:hover {
  opacity: 0.5;
}

.icn__common__model1 {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.icn__common__model1-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 120px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1300px) {
  #btn_header_login {
    right: 0px;
  }
}
@media screen and (max-width: 999px) {
  #btn_header_login {
    right: 36px;
  }
  #btn_header_login > li:last-child {
    display: none;
  }
  #btn_header_login a {
    padding: 9px 9px;
  }
}
@media screen and (max-width: 800px) {
  .cv1 {
    display: block;
  }
  .cv1 li {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
  }
  .cv1 li a {
    display: block;
    height: auto;
    padding: 15px 5px;
  }
}
/*--------------------------------------
  SP用メニューボタン
---------------------------------------*/
.sp_menu_btn_threeline {
  width: 22px;
  height: auto;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
  display: none;
  z-index: 1001;
}

.model .sp_menu_btn_threeline, .company .sp_menu_btn_threeline {
  display: block;
  top: 0px;
}

.sp_menu_btn_threeline > span {
  height: 2px;
  width: 100%;
  display: block;
  line-height: 0;
  margin-bottom: 4px;
  background: #1e1e1e;
  margin: 0 0 4px auto;
}

.sp_menu_btn_threeline > span.btn_Opencase {
  margin-top: 2px;
}

.sp_menu_btn_threeline > span.rect1 {
  transform: rotate(0deg);
  transition-property: margin-bottom, transform;
  transition-duration: 0.3s;
}

.sp_menu_btn_threeline > span.rect1_c {
  transform: translate(0, 4px) rotate(45deg);
}

.sp_menu_btn_threeline > span.rect2 {
  transition-property: opacity, transform;
  transition-duration: 0.3s;
  width: 100%;
}

.sp_menu_btn_threeline > span.rect2_c {
  opacity: 0;
  transform: translate(0);
}

.sp_menu_btn_threeline > span.rect3 {
  transform: rotate(0deg);
  transition-property: margin-bottom, transform;
  transition-duration: 0.3s;
  width: 100%;
}

.sp_menu_btn_threeline > span.rect3_c {
  width: 100%;
  transform: translate(0, -8px) rotate(-45deg);
}

#sp_menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #f2f2f2; /*#e9f8fa;*/
  padding: 46px 0;
  height: 100%;
  overflow: scroll;
  z-index: 1000;
}

#account_icn_sp img {
  display: block;
  margin: 0px auto 20px auto;
  line-height: 1.35;
  width: 80px;
  height: auto;
  border: solid 1px #d5d5dc;
  border-radius: 60px;
}

#account_name_sp {
  line-height: 1.35;
  padding: 0 0 15px 0;
}

#sccount_states_sp {
  display: block;
  line-height: 1;
  padding: 5px 0 0 0;
}

#sp_menu #sccount_states_sp a {
  color: #141212;
}

.sccount_states_point {
  display: inline-block;
  padding: 2px 0 0 20px;
  background-image: url(/img/common/icn_point.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 16px;
  margin-left: 3px;
}

.sccount_states_carat {
  display: inline-block;
  padding: 2px 0 0 22px;
  background-image: url(/img/common/icn_carat.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 16px;
}

#sp_menu_logouttype li {
  text-align: center;
  display: block;
  width: 100%;
  float: left;
}

#sp_menu_logouttype li a {
  margin: 0 auto;
  display: block;
  border-bottom: solid 1px #D5D5DC;
  padding: 22px 0;
  color: #141212;
  position: relative;
}

#sp_menu_style {
  font-size: 0;
  max-width: 400px;
  margin: 0 auto;
}

#sp_menu_style li {
  width: calc(50% - 28px);
  display: inline-block;
  margin: 0 7px 14px 7px;
  line-height: 0;
  padding: 0;
  font-size: 1em;
}

#sp_menu_style li a {
  font-size: 12px;
  display: block;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 16px 0;
  height: 50px;
  line-height: 1;
  color: #141212;
  text-align: center;
  position: relative;
}

#sp_menu_style li a.active {
  background-color: rgba(190, 44, 44, 0.06);
}

#sp_menu_style li:last-child a {
  border: 0;
}

.spmenuiconbox {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#sp_menu_style li a img {
  height: 20px;
  width: auto;
  display: block;
  margin: 0 auto 10px auto;
}

#box_signup li {
  float: left;
  width: calc(50% - 32px);
  margin: 16px;
}

#box_signup li a {
  display: block;
  padding: 25px;
  box-sizing: border-box;
  box-shadow: 0 0 0 #e9ebf2;
  transition: 0.4s;
  border-radius: 20px;
  background-color: #ffffff;
}

#box_signup li a:hover {
  box-shadow: 0 0px 16px #AAAACF;
}

#box_signup h5 {
  font-weight: bold;
  color: #008ed6;
  line-height: 1.35;
  font-size: 1.35em;
  padding: 5px 0 0 0;
}

#box_signup img {
  max-width: 140px;
  display: block;
  padding: 16px 0 20px 0;
  margin: 0 auto;
  line-height: 1;
}

#box_signup p {
  color: #222734;
  line-height: 1;
  font-size: 0.9em;
}

@media screen and (max-width: 999px) {
  #header #menu li:nth-child(1), #header #menu li:nth-child(2), #header #menu li:nth-child(3) {
    display: none;
  }
  .sp_menu_btn_threeline, .company .sp_menu_btn_threeline, .model .sp_menu_btn_threeline {
    display: block;
    top: 17px;
  }
  #header h1 img {
    width: 143px;
  }
  #header {
    height: auto;
  }
  #header h1 {
    margin-top: 0px;
    margin-bottom: 0;
  }
  #header #menu {
    height: 50px;
    margin: 0px 38px 0 auto;
  }
  #header #menu li {
    margin-top: 7px;
  }
  #header #menu li a {
    height: auto;
    padding: 10px;
  }
  #header .share_g {
    margin: 0 0px 0 0;
    float: none;
  }
  #header .share_g li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 999px) {
  #header #menu li a.btn_header_logout_common {
    display: none;
  }
  #header h1 {
    width: 143px;
    padding: 14px 0 0 0;
  }
  #header h1 img {
    width: 143px;
  }
  #header h1 span {
    display: none;
  }
  #menu .btn_header_logout_common {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #header #menu li {
    margin-top: 6px;
  }
  #header #menu li a {
    font-size: 0.82em;
    padding: 5px 4px;
    border-radius: 4px;
  }
  #header #menu li a span {
    display: block;
    line-height: 1.2;
  }
  #box_signup h5 {
    padding: 0;
    font-size: 1.25em;
  }
  #box_signup li {
    float: none;
    width: 84%;
    margin: 20px auto;
  }
  #box_signup li a {
    padding: 16px;
  }
  #box_signup li img {
    max-width: 68px;
    padding: 12px 0;
  }
}
/************
START_共通フッター
************/
#common_footer {
  margin: 0 0 0 0;
  background-color: #ffffff;
  font-style: normal;
  font-size: 0.85em;
  font-weight: 300;
  display: table;
  width: 100%;
  height: 58px;
  position: relative;
}

#common_footer nav {
  padding: 25px 0;
  float: left;
  width: 31%;
  margin-right: 3%;
}

#common_footer nav:nth-child(3) {
  margin-right: 0;
}

.nav_area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.nav_area h6 {
  text-align: left;
  padding: 0 0 0px 0;
  margin: 25px 0 25px 0;
  font-size: 1.1em;
}

body #common_footer .nav_area li {
  width: 100%;
}

#common_footer nav li a {
  text-decoration: none;
  font-size: 1em;
  padding: 0 10px;
  line-height: 1;
  padding: 10px 0;
  display: block;
  text-align: left;
  color: #111111;
}

#common_footer nav .list__certifications {
  padding: 10px 0 0 0;
}
#common_footer nav .list__certifications li {
  text-align: left;
}
@media screen and (max-width: 800px) {
  #common_footer nav .list__certifications li {
    text-align: center;
  }
}

.privacymark {
  width: 60px;
  height: auto;
}

p.copyright {
  line-height: 1;
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  padding: 30px 0;
  border-top: solid 1px #E6E5E5;
}

.footer_wrapper {
  padding: 0;
  margin: 0;
  background-image: url("/img/common/app_bg.jpg");
  background-size: cover;
  background-position: center center;
}

.wrap.footer_bnnrs {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}

.footer_bnnrs li {
  width: 31%;
  margin-right: 3%;
  float: left;
}

.footer_bnnrs li:nth-child(3n) {
  margin-right: 0;
}

.footer_bnnrs li img {
  width: 100%;
  height: auto;
}

.footer_bnnrs li a {
  opacity: 1;
  transition: 0.4s;
}

.footer_bnnrs li a:hover {
  opacity: 0.5;
}

.cv_app p {
  line-height: 1.5;
  padding: 0 0 15px 0;
  font-size: 1.2em;
}

.cv_app h4 {
  color: #ffffff;
  padding: 0 0 30px 0;
  font-size: 1.5em;
}

.cv_app .app_icon {
  width: 92px;
  border-radius: 30px;
  border: solid 3px #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  margin: 30px auto;
}

.cv_app_btn {
  padding: 0 0 30px 0;
  text-align: center;
}

.cv_app_btn li {
  display: inline-block;
  width: 150px;
  text-align: center;
  float: none;
  margin-right: 1%;
  margin-left: 1%;
}

.cv_app_btn li a {
  display: inline-block;
  width: 100%;
}

.cv_app_btn li a img {
  width: 100%;
  height: auto;
}

#btn_gotopagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 35px;
  z-index: 999;
}

#btn_gotopagetop a {
  width: 35px;
  height: 35px;
  background-image: url(../img/common/btn_gototop.png);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}

#common_footer nav li a.footer_insta {
  background-image: url(../img/common/icn_instagram2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px auto;
  padding: 10px 0 10px 20px;
}

#common_footer nav li a.footer_twitter {
  background-image: url(../img/common/icn_twitter2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px auto;
  padding: 10px 0 10px 20px;
}

#common_footer nav li a.footer_facebook {
  background-image: url(../img/common/icn_prof_facebook.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px auto;
  padding: 10px 0 10px 20px;
}

@media screen and (max-width: 1000px) {
  .footer_bnnrs nav li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px auto !important;
    float: none;
  }
}
@media screen and (max-width: 800px) {
  #common_footer nav li {
    display: block;
    max-width: 100%;
  }
  #common_footer nav li a {
    padding: 20px 0;
    display: block;
    border-bottom: solid 1px #D5D5DC;
    text-align: center;
    width: 100%;
  }
  #common_footer nav li:last-child a {
    border-bottom: none;
  }
  #common_footer nav {
    padding: 25px 0;
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #common_footer nav h6 {
    margin-bottom: 0;
    border-bottom-width: 2px;
    text-align: center;
    line-height: 1;
    padding: 0 0 5px 0;
  }
  #common_footer .wrap {
    width: 100%;
    padding: 0;
  }
  .footer_bnnrs li:last-child {
    margin-bottom: 0 !important;
  }
  #common_footer nav li a.footer_insta {
    background-position: left 12px center;
    padding: 20px 0;
  }
  #common_footer nav li a.footer_twitter {
    background-position: left 12px center;
    padding: 20px 0;
  }
  #common_footer nav li a.footer_facebook {
    background-position: left 12px center;
    padding: 20px 0;
  }
  .cv_app p {
    margin: 0 3%;
  }
}
@media screen and (max-width: 420px) {
  .cv_app {
    border-radius: 20px;
    background-position: center right 5%;
  }
}
@media screen and (max-width: 600px) {
  #footer p {
    font-size: 0.65em;
  }
  #btn_gotopagetop a {
    border-right: none;
  }
}
@media screen and (max-width: 360px) {
  #footer p {
    font-size: 0.55em;
  }
}
.mag_rss {
  position: relative;
  margin-top: 55px;
  overflow: hidden;
  padding: 100px 0;
  background-color: #fafafa;
}

.mag_rss li a {
  display: block;
  text-decoration: none;
  color: #000000;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 6px;
}

.mag_rss li a img {
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
  position: relative;
}

.mag_rss li a:hover img {
  transform: scale(1.15, 1.15);
}

.mag_rss li a:hover {
  color: #50b6d0;
}

.mag_rss h2 {
  width: 200px;
  line-height: 1;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.mag_rss h2 img {
  width: 100%;
  height: auto;
}

.mag_rss h3 {
  line-height: 1.35;
  font-weight: normal;
  position: relative;
  z-index: 2;
  padding: 20px 0 50px 0;
}

.mag_rss ul {
  margin: 0 auto;
  max-width: 1000px;
}

.mag_rss li {
  position: relative;
  z-index: 2;
  width: 30%;
  margin-right: 5%;
  float: left;
}

@media screen and (max-width: 800px) {
  .mag_rss li {
    width: 100%;
    margin-right: 0%;
    float: none;
    margin-bottom: 5%;
  }
}
.mag_rss li:nth-child(3n) {
  margin-right: 0;
}

.mag_rss li img {
  width: 100%;
  height: auto;
}

.mag_rss .btn2 {
  position: relative;
  z-index: 3;
}

.content_ttl {
  background: #ffffff;
  padding: 20px;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 800px) {
  .mag_rss li {
    width: 100%;
    max-width: 400px;
    margin-right: auto !important;
    margin-left: auto;
    float: none;
    margin-bottom: 5%;
  }
  .mag_rss .btn2 {
    text-align: center;
  }
}
.content_ttl h4 {
  line-height: 1.35;
  text-align: left;
  padding: 0 0 10px 0;
  font-size: 0.8em;
  font-weight: normal;
  color: #666675;
  font-style: normal;
}

.content_ttl h5 {
  line-height: 1.35;
  text-align: left;
}

.content_ttl .date {
  font-size: 0.8em;
  text-align: left;
  line-height: 1;
  padding: 5px 0 0 0;
  font-style: normal;
}

/************
END_共通フッター
************/
/************
START_共通ボタン
************/
.btn_minw a {
  min-width: 180px;
}

.btn1 a {
  margin: 30px 0 0 0;
  display: inline-block;
  padding: 18px 30px;
  line-height: 1;
  border-radius: 50px;
  background-color: #008FDA;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background-image: url(../img/common/arrow1_white.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right 18px center;
  transition: 0.4s;
}

.btn1 a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) {
  .btn1 a {
    display: block;
    padding: 18px 20px 18px 10px;
  }
}
/************
END_共通ボタン
************/
/************
START_検索ボックス
************/
.search_box .s_wrap {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
}

#top .search_box .s_wrap {
  width: calc(100% - 60px - 30px);
}

.search_box .s_wrap h3 {
  text-align: left;
  padding: 0 0 12px 0;
  line-height: 1;
}

.search_box .s_wrap h3.disnon span {
  color: rgba(237, 237, 246, 0.75);
}

.detail_list {
  display: none;
  text-align: left;
  padding: 35px 0 15px 0px;
}

.detail_list li {
  padding: 3px 0;
}

.select_region li {
  width: 48%;
  display: inline-block;
}

.works_category_list_inputs {
  display: none;
}

.works_category_list_inputs .detail_list {
  padding: 5px 0px 15px 0px;
}

.works_category_list_inputs_h4 {
  line-height: 1;
}

.works_category_list_inputs ul {
  display: block;
}

.works_category_list_inputs ul li {
  padding: 1px 0;
  font-size: 88%;
  display: inline-block;
  line-height: 1.1;
}

.works_category_list_inputs .allcheck_li {
  display: block;
  font-weight: bold;
}

.tag_input {
  margin-top: 15px;
}

.tag_input .tag_list {
  clear: both;
}

.tag_input .tag_list li {
  margin: 0 10px 10px 0;
  padding: 3px 7px 3px 7px;
  display: inline-block;
  line-height: 150%;
  min-width: 75px;
  color: #141212;
  cursor: pointer;
  float: left;
  font-size: 13px;
  background-color: white;
  border-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tag_input .tag_list li.active {
  background-color: #342C2C;
  color: #ffffff;
}

.dummy_select_type {
  border-radius: 6px;
  padding: 0px 20px;
  border: solid 1px #d7d7df;
  background-color: #ffffff;
  background-image: url(../img/common/icn_select1.png);
  background-size: 18px auto;
  background-position: right 13px top 16px;
  background-repeat: no-repeat;
  text-align: left;
}

.dummy_select_type_btn {
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 14px 0;
}

.dummy_select_type span {
  display: none;
  line-height: 1;
}

.dummy_select_type em {
  display: block;
  font-style: normal;
  line-height: 1;
}

.dummy_select_type.close {
  background-image: url(../img/common/icn_select2.png);
}

.dummy_select_type.close span {
  display: block;
}

.dummy_select_type.close em {
  display: none;
}

.openselecttype {
  text-align: left;
}

.openselecttype li {
  padding: 4px 0;
}

.search_box .s_wrap input[type=text].detail_list_ininput {
  width: 50px;
  display: inline-block;
  padding: 5px 6px;
}

.input_text_common1 {
  border-radius: 6px;
  padding: 20px;
  border: solid 1px #d7d7df;
  background-color: #ffffff;
  background-size: 18px auto;
  background-position: right 13px center;
  background-repeat: no-repeat;
  line-height: 1;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
}

.search_box .s_wrap input[type=text], input[type=text].common_inputtyext1 {
  display: block;
  padding: 11px 10px;
  line-height: 1;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.4s;
  background-color: #ffffff;
  font-size: 1.1em;
  outline: 0;
  border: solid 1px #d7d7df;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search_box .s_wrap input[type=submit], .input_submit1 {
  display: block;
  width: 100%;
  padding: 12px 0px;
  line-height: 1;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: 0.4s;
  background-color: #111111;
  font-size: 14px;
  outline: 0;
  opacity: 1;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.search_box .s_wrap input[type=submit] {
  background-color: #111111;
}

.search_box .s_wrap input[type=submit]:hover, .input_submit1:hover {
  opacity: 0.4;
}

.search_box .s_wrap .left {
  float: left;
  width: calc(30% - 10px);
  margin-right: 10px;
}

.search_box .s_wrap .center1 {
  float: left;
  width: calc(30% - 10px);
  margin-right: 10px;
}

.search_box .s_wrap .center2 {
  float: left;
  width: calc(25% - 10px);
  margin-right: 10px;
}

.search_box .s_wrap .right {
  float: left;
  width: 15%;
}

#btn_detail_open {
  line-height: 1;
  padding: 30px 0 0 0;
  cursor: pointer;
}

#btn_detail_open:hover {
  opacity: 0.5;
}

#btn_detail_open.close {
  border-bottom: solid 1px #d5d5dd;
  padding: 30px 0;
}

#btn_detail_open em {
  font-style: normal;
  background-image: url(../img/common/icn_select1.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 15px;
}

#btn_detail_open span {
  display: none;
  background-image: url(../img/common/icn_select2.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 15px;
}

#btn_detail_open.close em {
  display: none;
}

#btn_detail_open.close span {
  display: inline-block;
}

.search_detail_box {
  display: none;
  padding: 25px 0 0 0;
}

.search_detail_box .cenetr1 {
  padding: 25px 0 0 0;
}

.search_detail_box_second {
  padding: 25px 0 0 0;
}

.model_mainarea .search_box .s_wrap h3.disnon span {
  display: none;
}

.model_mainarea .search_box .s_wrap .left {
  float: none;
  width: auto;
  margin-right: 0;
}

.model_mainarea .search_box .s_wrap .center1 {
  float: none;
  width: auto;
  margin-right: 0;
  padding: 25px 0 0 0;
}

.model_mainarea .search_box .s_wrap .center2 {
  float: none;
  width: auto;
  margin-right: 0;
  padding: 5px 0 0 0;
}

.model_mainarea .search_box .s_wrap .right {
  float: none;
  width: auto;
  padding: 5px 0 0 0;
}

@media screen and (max-width: 999px) {
  .search_box .s_wrap {
    border-radius: 0;
  }
}
@media screen and (max-width: 800px) {
  .search_box .s_wrap h3.disnon span {
    display: none;
  }
  .search_box .s_wrap .left {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .search_box .s_wrap .center1 {
    float: none;
    width: auto;
    margin-right: 0;
    padding: 25px 0 0 0;
  }
  .search_box .s_wrap .center2 {
    float: none;
    width: auto;
    margin-right: 0;
    padding: 25px 0 0 0;
  }
  .search_box .s_wrap .right {
    float: none;
    width: auto;
    padding: 5px 0 0 0;
  }
}
/************
END_検索ボックス
************/
/************
START_見出しパーツ
************/
h2.common_h2_ttl {
  font-size: 2.1em;
  line-height: 1.3;
  padding: 0 0 30px 0;
  font-weight: 300;
}

.common_h3_1 {
  line-height: 1.35;
  font-size: 1.2em;
}

.common_ttl_1 {
  font-size: 1.1em;
  line-height: 1.35;
  padding: 0 0 30px 0;
}

/************
END_見出しパーツ
************/
/******************** under ********************/
.under {
  padding: 78px 0 0 0;
}

@media screen and (max-width: 800px) {
  .under {
    padding: 59px 0 0 0;
  }
}
.intro_p {
  line-height: 2;
  text-align: center;
  padding: 0 0 100px 0;
}

h2.cmn_ttl {
  font-size: 3.2em;
  line-height: 1;
  color: #141212;
  padding: 50px 0 30px 0;
}

.model_list {
  max-width: 1300px;
  margin: 0 auto;
}

.model_list li {
  float: left;
  width: calc(20% - 1px);
  position: relative;
  margin-right: 1px;
  margin-bottom: 1px;
  overflow: hidden;
  background-color: #fffaf4;
}

.model_detail .model_list li {
  width: calc(25% - 1px);
}

.model_list li a {
  transition: 0.4s;
  opacity: 1;
}

.model_list li a .model_profile_img {
  width: 100%;
  height: 100%;
  background-image: url(/img/dummy/icn_modeldefault.png);
  background-size: cover;
  background-position: center center;
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}

.model_list li a:hover .model_profile_img {
  transform: scale(1.15, 1.15);
  opacity: 0.6;
}

.model_list li a .model_profile_img span {
  display: block;
}

@media screen and (max-width: 1000px) {
  .model_list li {
    width: calc(25% - 1px);
  }
}
@media screen and (max-width: 1300px) {
  .model_mainarea .model_list li {
    width: calc(25% - 1px);
  }
}
@media screen and (max-width: 999px) {
  .model_mainarea .model_list li {
    width: calc(50% - 1px);
  }
  .model_mainarea .model_detail .model_list li {
    width: calc(50% - 1px);
  }
}
@media screen and (max-width: 600px) {
  .model_list li {
    width: calc(50% - 1px);
  }
  .model_detail .model_list li {
    width: calc(50% - 1px);
  }
}
.model_list li .cover {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#4d000000",GradientType=0 );
}

.model_list li img {
  width: 100%;
  height: auto;
}

.profile_block {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px 20px 16px 20px;
  z-index: 3;
}

.profile_block h3 {
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
  font-size: 1.3em;
  padding: 0 0 10px 0;
}

.profile_block h3 span {
  display: block;
  font-size: 0.55em;
}

.profile_block h4 {
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}

.profile_block h5 {
  line-height: 1;
  font-size: 1.55em;
  text-align: left;
  font-weight: 600;
  padding: 5px 0 0 0;
  color: #ff70b4;
}

.profile_block h5 span {
  font-size: 0.5em;
  padding: 0 0 0 3px;
  font-weight: 400;
  color: #ffffff;
}

.model_list a {
  color: #ffffff;
  text-shadow: 0 0 10px #000000;
}

.container .left .model_sort {
  border-left: solid 4px #141212;
}

@media screen and (max-width: 800px) {
  .profile_front_right h3 {
    padding: 0 0 15px 0;
  }
  .profile_front_right p {
    font-size: 0.9em;
  }
}
/*モデル一覧系 start*/
.model_mainarea {
  padding: 130px 0 50px 0;
}

.list_sort_select {
  line-height: 1;
  text-align: right;
  padding: 0 0 22px 0;
}

.list_sort_select a {
  padding: 6px 10px;
  background: #F7F4F4;
  margin: 0 3px;
  color: #141212;
  text-decoration: none;
  font-size: 90%;
  border-radius: 4px;
}

.list_sort_select .active {
  color: #ffffff;
  background: #1e1e1e;
  padding: 6px 10px;
  margin: 0 3px;
  font-size: 90%;
  border-radius: 4px;
}

@media screen and (max-width: 800px) {
  .list_sort_select {
    text-align: center;
    padding: 0 0 30px 0;
  }
}
.list_sort_select_forsearch {
  line-height: 1;
  text-align: right;
  padding: 0 0 12px 0;
}

.list_sort_select_forsearch .active {
  font-weight: bold;
  display: inline-block;
}

.list_sort_select_forsearch a {
  color: #141212;
  text-decoration: none;
  display: inline-block;
}

.model_list_pager {
  padding: 35px 0 50px 0;
}

.model_list_pager li {
  display: inline-block;
  line-height: 1;
}

.model_list_pager li a {
  display: inline-block;
  padding: 8px;
  background-color: #F7F4F4;
  border-radius: 4px;
  text-decoration: none;
  color: #141212;
  margin: 0 4px;
}

.model_list_pager li.model_list_pager_active a {
  color: #ffffff;
  background-color: #342C2C;
}

.model_list_pager li.model_list_pager_prev a {
  background-color: transparent;
  background-image: url(../img/common/icn_prev1.png);
  background-position: left center;
  background-size: 8px auto;
  background-repeat: no-repeat;
  padding: 0 0 0 14px;
}

.model_list_pager li.model_list_pager_next a {
  background-color: transparent;
  background-image: url(../img/common/icn_next1.png);
  background-position: right center;
  background-size: 8px auto;
  background-repeat: no-repeat;
  padding: 0 14px 0 0;
}

.nonactive {
  opacity: 0.35;
}

.past_view > h4 {
  line-height: 1;
  padding: 0px 0 15px 0;
  text-align: left;
  font-size: 1.2em;
}

.model_mainarea .wrap {
  max-width: 1000px;
}

.model_mainarea .common_h2_ttl span {
  font-size: 0.45em;
  display: block;
  line-height: 2.2;
}

.model_mainarea .common_h2_ttl span.ptag {
  border-radius: 20px;
  border: solid 1px #d5d5dc;
  padding: 1px 10px;
  margin: 0 0 10px 0;
  display: inline-block;
}

/*モデル一覧系 end*/
/*モデル詳細 start*/
.alert__atendSignUp {
  position: fixed;
  top: 68px;
  left: 0;
  color: #E56700;
  background-color: #FFE7D3;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  z-index: 9999;
}
.alert__atendSignUp a {
  color: #E56700;
  display: block;
  padding: 10px;
  line-height: 1;
}
.alert__atendSignUp em {
  position: absolute;
  right: 8px;
  top: 11px;
  line-height: 1;
  font-style: normal;
  font-size: 12px;
  cursor: pointer;
}

.alert__atendSignUp a:hover {
  text-decoration: underline;
}

.modelDetail__pNavi {
  line-height: 1;
  text-align: left;
  padding: 15px 0;
  font-size: 12px;
  color: #7E7676;
  margin: 100px auto 0;
  max-width: 1000px;
}
.modelDetail__pNavi a {
  color: #141212;
}

@media screen and (max-width: 999px) {
  .modelDetail__pNavi {
    margin: 130px auto 0;
    max-width: 640px;
  }
}
@media screen and (max-width: 942px) {
  .alert__atendSignUp {
    top: 96px;
  }
  .disnon__sp {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .alert__atendSignUp {
    top: 68px;
  }
  .modelDetail__pNavi {
    margin: 100px auto 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .alert__atendSignUp {
    font-size: 12px;
  }
}
.model_detailarea_wrapper {
  padding: 0 0 0 0;
  position: relative;
  max-width: 1000px;
  margin: 0px auto 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.model_detailarea_wrap {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.model_detailarea {
  max-width: 680px;
  width: 100%;
  border-radius: 10px;
  border: solid 1px #E6E5E5;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 0 50px 0;
}
.model_detailarea article {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.model_detailarea__coverImage {
  -o-object-fit: cover;
     object-fit: cover;
  height: 380px;
  border-radius: 8px 8px 0 0;
}

.model_detailarea_profile_img {
  margin: -100px auto 0 auto;
  padding-bottom: 12px;
  z-index: 100;
  position: relative;
  max-width: 130px;
}

.modelDetail__carat {
  position: absolute;
  top: 92px;
  right: 0px;
  width: 28px;
  height: auto;
  display: block;
}

.modelDetail__carat em {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  z-index: 2;
  line-height: 1;
  text-align: center;
  font-style: normal;
  padding: 3px 0 0 0;
}

.modelDetail__carat img {
  width: 28px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.model_detail_nav {
  margin: 30px auto 30px auto;
}

.model_detail_nav ul {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.model_detail_nav li a {
  display: block;
  padding: 10px 14px;
  line-height: 1;
  color: #141212;
  text-decoration: none;
  font-size: 14px;
  border-radius: 50px;
  border: solid 1px #E6E5E5;
  margin: 0 6px;
}

.model_detail_nav li a.model_detail_nav_active {
  background-color: #E6E5E5;
}

.model_detail_profile_block {
  text-align: center;
}

.model_detail_profile_block h3 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 6px 0;
}

.model_detail_profile_block h3 span {
  display: block;
  font-size: 0.4em;
}

.model_detail_profile_block h4 {
  line-height: 1.5;
  font-weight: normal;
  font-size: 13px;
}

.model_detail_content_area .wrap {
  max-width: 800px;
}

.model_detail_content_area h5 {
  line-height: 1.9;
  text-align: left;
  padding: 0 0 15px 0;
}

.model_detail_content_area p {
  line-height: 1.9;
  text-align: left;
  padding: 0 0 30px 0;
}

.model_detail_content_detail_text {
  padding: 0 0 30px 0;
}

.model_detail_content_detail_text h2 {
  line-height: 1.35;
  padding: 0 0 10px 0;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
}

.model_detail_content_detail_text h3 {
  line-height: 1.35;
  padding: 0 0 10px 0;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
}

.model_detail_content_detail_text h4 {
  line-height: 1.35;
  padding: 0 0 10px 0;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
}

.model_detail_content_detail_text p {
  line-height: 2;
  padding: 0 0 20px 0;
  text-align: left;
}

.model_detail_content_detail_text li {
  line-height: 1.35;
}

.model_detail_content_detail_text blockquote {
  padding: 30px;
  line-height: 2;
  background-color: #eeeeee;
  border-radius: 6px;
}

li.model_detail_pin a {
  background-color: #7e7ebe;
}

.model_detail_content_detail_text {
  font-size: 0.92em;
}

.model_link_area {
  padding: 0 0 30px 0;
}

.model_link_area li {
  width: 41px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  text-align: center;
}

.model_link_area li span {
  position: absolute;
  bottom: -10px;
  text-align: center;
  color: #5a5a70;
  left: 10%;
  font-size: 0.8em;
}

.model_link_area li.text_link {
  width: auto;
}

.model_link_area li a img {
  width: 41px;
}

.modelDetail__side {
  width: 300px;
  padding: 12px;
}
.modelDetail__side a {
  opacity: 1;
  transition: 0.4s;
}
.modelDetail__side a:hover {
  opacity: 0.6;
}
.modelDetail__side h5 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
  padding: 0 0 20px 0;
  color: #1e1e1e;
  display: flex;
  align-items: center;
}
.modelDetail__side h5 img {
  width: 22px;
  margin-right: 4px;
}
.modelDetail__side .modelDetail__side__pickUpModel {
  text-align: left;
  margin: 0 0 30px 0;
}
.modelDetail__side .modelDetail__side__pickUpModel li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #E6E5E5;
}
.modelDetail__side .modelDetail__side__pickUpModel li a {
  display: flex;
  color: #141212;
  align-items: center;
}
.modelDetail__side .modelDetail__side__pickUpModel li a .pickupModel__modelIcon {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px;
  margin-right: 10px;
}
.modelDetail__side .modelDetail__side__pickUpModel li a article {
  font-size: 12px;
}
.modelDetail__side .modelDetail__side__pickUpModel li a article h6 {
  font-size: 14px;
  line-height: 1.35;
  padding: 0 0 4px 0;
}
.modelDetail__side .modelDetail__side__pickUpModel li a article h6 em {
  font-size: 10px;
  font-style: normal;
}
.modelDetail__side .modelDetail__side__pickUpModel li a article .pickupModel__caratImage {
  width: 15px;
  height: auto;
}
.modelDetail__side .modelDetail__gotoMore {
  text-align: right;
  padding: 0 0 50px 0;
}
.modelDetail__side .modelDetail__gotoMore a {
  color: #1f1f1f;
  text-decoration: underline;
  font-size: 13px;
  line-height: 1;
}
.modelDetail__side .modelDetail__side__gotoDownload {
  padding: 30px 0 0 0;
}
.modelDetail__side .modelDetail__side__gotoDownload a {
  display: block;
  text-align: center;
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 8px;
  font-weight: bold;
  padding: 6px 0;
  margin: 0 0 15px 0;
  background-color: #f4f4f4;
  background-image: url("https://stapir8f3w.user-space.cdn.idcfcloud.net/public/img/common/icn__arrow__normal.svg");
  background-size: 8px auto;
  background-position: right 14px center;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.modelDetail__side .modelDetail__side__gotoDownload a:hover {
  background-position: right 12px center;
}
.modelDetail__side .modelDetail__side__gotoDownload a span {
  display: block;
  font-size: 15px;
  padding: 4px 0 0 0;
}
.modelDetail__side .list__monokrom-service li.addCpBanner_li {
  width: 100%;
  max-width: 700px;
}
.modelDetail__side .list__monokrom-service li.addCpBanner_li a {
  line-height: 1.35;
  display: block;
}
.modelDetail__side .list__monokrom-service li.addCpBanner_li h4 {
  padding: 20px 18px 10px;
  text-align: left;
  line-height: 1.35;
  font-size: 17px;
  color: #141212;
}
.modelDetail__side .list__monokrom-service li.addCpBanner_li p {
  padding: 0 18px 30px;
  line-height: 1.55;
  text-align: justify;
  color: #141212;
  font-size: 13px;
}
.modelDetail__side .list__monokrom-service li.addCpBanner_li .contenttype {
  position: relative;
  text-align: right;
  padding-bottom: 0;
  color: #141212;
}
.modelDetail__side .modelDetail__list__contents {
  width: 100%;
  max-width: 700px;
  padding: 0 0 20px 0;
}
.modelDetail__side .modelDetail__list__contents a {
  line-height: 1.35;
  display: flex;
  padding: 10px 0 10px 0;
  border-bottom: solid 1px #E6E5E5;
}
.modelDetail__side .modelDetail__list__contents li:first-child a {
  padding: 0 0 10px 0;
}
.modelDetail__side .modelDetail__list__contents img {
  width: 120px;
  height: auto;
  border-radius: 6px;
}
.modelDetail__side .modelDetail__list__contents h4 {
  padding: 0 0 0 10px;
  text-align: left;
  line-height: 1.35;
  font-size: 13px;
  color: #141212;
}
.modelDetail__side .modelDetail__list__contents p {
  padding: 0 0 10px;
  line-height: 1.55;
  text-align: justify;
  color: #141212;
  font-size: 13px;
}

@media screen and (max-width: 1000px) {
  .model_detailarea_wrapper {
    display: block;
  }
  .model_detailarea {
    border: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .modelDetail__side {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .model_detailarea__coverImage {
    height: 260px;
  }
  .model_link_area .left {
    margin-left: 0;
  }
  .model_link_area .left {
    display: block;
  }
  .model_link_area li {
    display: inline;
    float: none;
  }
  .model_link_area .left ul {
    text-align: center;
  }
  .model_link_area li.text_link {
    display: block;
    float: none;
    clear: both;
    text-align: center;
    padding: 15px 0 0 0;
  }
  .past_view > h4 {
    padding: 50px 0 15px 0;
  }
  .model_detail_content_area h5 {
    border-bottom: solid 1px #D5D5DC;
    padding: 0 0 6px 0;
    margin: 0 0 6px 0;
  }
}
/*モデル詳細 end*/
.commonh3_1 {
  line-height: 1.5;
  padding: 0px 0 50px;
}

.commonh3_2 {
  line-height: 1.35;
  font-size: 1.55em;
  padding: 0px 0 50px;
}

.offer_select_list li {
  line-height: 1.7;
  text-align: left;
  padding: 10px 0;
  border-bottom: solid 1px #d5d5dc;
}

.offer_select_list li:last-child {
  border-bottom: none;
}

.offer_select li a {
  display: block;
  text-decoration: none;
}

.offer_select_list-possible li a {
  background-image: url("/img/common/arrow1.png");
  background-repeat: no-repeat;
  background-position: center right 6px;
  background-size: 10px auto;
}

.submit1, .submit1 li, .submit1s, .submit__model {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

.submit1 input, .submit1 a, .submit1 button, .submit__model a {
  font-weight: bold;
  font-size: 1em;
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  background-color: #008FDA;
  color: #ffffff;
  border-radius: 56px;
  border: none;
  min-width: 220px;
  line-height: 1.35;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.submit__model a {
  background-color: #1e1e1e;
}

.submit1.nowloading::before {
  content: url(/img/common/btn__loading__spinner.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-block;
  color: #ffffff;
  width: 20px;
  height: 20px;
}

.submit1s input, .submit1s a, .submit1s button {
  font-weight: bold;
  font-size: 1em;
  display: inline-block;
  padding: 12px 10px;
  text-decoration: none;
  background-color: #ededf6;
  color: #141212;
  border-radius: 56px;
  border: none;
  min-width: 220px;
  line-height: 1.35;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0 0 10px 0;
}

.submit1ss input, .submit1ss a, .submit1ss button {
  font-size: 0.85em;
  display: inline-block;
  padding: 3px 7px;
  text-decoration: none;
  background-color: #008ED6;
  color: #ffffff;
  border-radius: 56px;
  border: none;
  line-height: 1.35;
}

.submit1 input:hover, .submit1 a:hover, .submit1 button:hover {
  box-shadow: 0 3px 14px rgba(0, 142, 214, 0.55);
  opacity: 1;
}

.submit1_light input, .submit1_light a, .submit1_light button {
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  background-color: #008ED6;
  color: #ffffff;
  border-radius: 10px;
  border: none;
  line-height: 1.35;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

.submit1_light_nega input, .submit1_light_nega a, .submit1_light_nega button {
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  background-color: #ededf6;
  color: #141212;
  border-radius: 10px;
  border: none;
  line-height: 1.35;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

.post_level0 a {
  background-color: #141212;
}

.priority input, .priority a {
  background-color: #be2c2c;
  color: #ffffff;
  line-height: 1.35;
  padding: 12px 10px;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 1;
  transition: 0.4s;
  border-radius: 56px;
  border: none;
  margin: 0 3px;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  min-width: 220px;
}

@media screen and (max-width: 799px) {
  .submit1 li {
    margin: 10px 0;
  }
  .submit1 li a {
    display: block;
    margin: 10px 0;
    width: auto;
  }
}
h2.commonh2_2 {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  font-size: 1.75em;
  color: #141212;
  padding: 0 0 30px 0;
  line-height: 1.5;
}

span.sbtt {
  display: block;
  margin: 0 auto 10px auto;
  width: 70px;
  font-size: 0.6em;
  font-weight: normal;
  background-color: #d5d5dc;
  border-radius: 4px;
  padding: 4px 10px;
  line-height: 1;
}

h2.commonh2_3 {
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
  font-size: 1.45em;
  color: #141212;
  padding: 0 0 30px 0;
  line-height: 1.5;
}

textarea.common_textarea_1 {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  height: 150px;
  border: solid 1px #d7d7df;
  font-size: 16px;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.offer_select_modelicn {
  line-height: 1;
}

.offer_select_modelicn img {
  width: 120px;
  border-radius: 60px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}

.photos {
  margin: 0 auto;
}

.photo-box {
  padding: 10px;
}

.photo-box img, .project_regist .photo-box img {
  width: 220px;
  height: auto;
}

@media screen and (max-width: 500px) {
  .app_sendmail_desctext {
    text-align: left;
  }
  .photo-box img, .project_regist .photo-box img {
    width: 100%;
    height: auto;
  }
}
.photos__masonry {
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  background-color: #fff;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 0;
       column-gap: 0;
}
.photos__masonry .photos__masonry__image {
  padding: 0.5px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.acont_icn_img3 {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border-radius: 130px;
  border: solid 4px #ffffff;
  -o-object-fit: cover;
     object-fit: cover;
}

.model_works_detail_table {
  width: 100%;
}

.model_works_detail_table th {
  line-height: 1.5;
  border-bottom: solid 1px #d5d5dc;
  padding: 10px 20px 10px 0;
  text-align: left;
  white-space: nowrap;
  width: 120px;
  vertical-align: top;
}
.model_works_detail_table th .modelWorksList_caption {
  font-size: 11px;
}

.model_works_detail_table td {
  line-height: 1.5;
  border-bottom: solid 1px #d5d5dc;
  padding: 13px 0;
  text-align: left;
}

.model_works_detail_table p {
  padding: 0 0 0 0;
}

@media screen and (max-width: 500px) {
  .model_works_detail_table th {
    display: block;
    padding: 20px 0px 0px 0;
    text-align: left;
    white-space: nowrap;
    border-bottom: 0;
    width: auto;
  }
  .model_works_detail_table td {
    display: block;
  }
}
.message_new_h3 {
  line-height: 1;
  padding: 20px 0 10px 0;
}

.message_new_select_sendname {
  margin: 0 0 20px 0;
}

.message_new_select_sendname option {
  line-height: 1;
}

.project_comp_detail h3 {
  line-height: 1;
  padding: 20px 0 10px 0;
}

.search_detail_box_attention {
  padding: 10px 0 0 0;
  line-height: 1.35;
  font-size: 0.9em;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .contact_content p {
    text-align: left;
  }
}
.contact_wrap p {
  text-align: center;
}

.sub_p {
  padding-left: 15px;
  display: block;
}

.terms_forcompanies h4 {
  margin-top: 10px;
}

.terms_forcompanies p {
  padding: 0 0 15px 0;
  line-height: 1.65;
}

.model_comp_h4_1 {
  padding: 20px 0 15px 0;
  font-size: 1.2em;
}

.casespec td img {
  width: 300px;
  height: 195px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.model_detail_floatbox .left {
  width: 45%;
  float: left;
}
.model_detail_floatbox .left h5 {
  font-size: 14px;
}
.model_detail_floatbox .left p {
  font-size: 14px;
}

.model_detail_floatbox .right {
  width: 45%;
  float: right;
}

@media screen and (max-width: 850px) {
  .model_detail_floatbox .left {
    width: 100%;
    float: none;
  }
  .model_detail_floatbox .right {
    width: 100%;
    float: none;
  }
}
.mypage_common_h3 {
  font-size: 1.1em;
  line-height: 1.3;
  margin: 30px auto 12px;
}

.mypage_common_h3 span.ccc {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
  padding: 5px 0 0 0;
}

.contact_list li {
  line-height: 1.5;
  padding: 3px 0;
}

.common_select1 {
  width: 100%;
  margin: 0 auto 0 auto;
  min-width: 250px;
  font-size: 16px;
  padding: 12px;
  line-height: 1;
  border: solid 1px #d7d7df;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background-image: url(/img/common/underarrow1.png);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 10px center;
  background-color: #ffffff;
}

#open_header {
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  height: 68px;
  width: 100%;
  z-index: 999;
  text-align: right;
}

#open_header h1 {
  width: 166px;
  padding: 14px 0;
}

#open_header ul#menu {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#open_header ul#menu li {
  display: inline-block;
  vertical-align: middle;
}

#open_header ul#menu li a {
  line-height: 1;
  padding: 0 10px;
  color: #141212;
  font-size: 0.9em;
}

#open_header h1 img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  #open_header h1 {
    padding: 14px 0;
    width: 143px;
  }
  #open_header .wrap {
    padding: 0;
  }
  #open_header ul#menu {
    margin: 8px 34px 0 0;
  }
  #open_header ul#menu li span {
    display: block;
  }
  #open_header ul#menu li:nth-child(1), #open_header ul#menu li:nth-child(2), #open_header ul#menu li:nth-child(3), #open_header ul#menu li:nth-child(4) {
    display: none;
  }
  #open_header ul#menu li:nth-child(4) a, #open_header ul#menu li:nth-child(5) a {
    padding: 5px 5px;
    min-width: auto;
    font-size: 0.75em;
    border-radius: 4px;
    height: auto;
  }
}
/*新お知らせ*/
.infocategory {
  border-radius: 6px;
  display: inline-block;
  padding: 2px 6px;
  color: #ffffff;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 5px 0 0;
}

.infocategory_shogai {
  color: #FF0079;
  background-color: #fbd9e3;
}

.infocategory_update {
  color: #1BBC9B;
  background-color: #d5f2eb;
}

.infocategory_news {
  color: #1E8BC3;
  background-color: #d5e8f2;
}

.infocategory_other {
  color: #141212;
  background-color: #e9ebf2;
}

.mypagenews {
  width: 100%;
  max-width: 700px;
  display: block;
  vertical-align: top;
  padding: 0;
  margin: 0 auto 40px auto;
  position: relative;
}

.mypagenews h3 {
  line-height: 1;
}

.mypagenews ul {
  padding: 30px 0 0 0;
}
.mypagenews ul li a {
  display: block;
  padding: 10px 0;
  text-align: left;
  line-height: 1.5;
  text-align: left;
  padding: 12px 12px;
  display: block;
  border: solid 1px #ededf6;
  margin: 0 0 12px 0;
  border-radius: 12px;
  opacity: 1;
  color: #008FDA;
  transition: 0.4s;
}

.mypagenews li a:hover {
  opacity: 0.4;
}

.mypagenewsdate {
  color: #222734;
  margin-right: 15px;
}

.infometa {
  display: block;
  padding: 0 0 5px 0;
  font-size: 0.9em;
}

.newsdetail {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 80px 0;
  text-align: left;
  position: relative;
}

.newsdetail a.newsback {
  line-height: 1;
  text-align: left;
  padding: 0 0 30px 0;
  display: inline-block;
}

.newsdetail h4 {
  font-size: 1.4em;
  line-height: 1.4;
  text-align: left;
  padding: 0 0 20px 0;
}

.newsdetail h5 {
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
  padding: 0 0 10px 0;
}

.newsdetail p {
  line-height: 1.8;
  text-align: left;
}

.infomainimg img {
  width: 100%;
  height: auto;
}

.infomainimg_thumbtype {
  width: 100%;
  max-width: 360px;
  margin: 0px auto;
  height: auto;
}

.infomainimg_thumbtype img, .text_detail img {
  width: 100%;
}

/*未読既読デザイン*/
.icn_unread1 {
  width: 8px;
  height: 8px;
  background-color: #FF0079;
  border-radius: 30px;
  position: absolute;
  top: 2px;
  right: 10px;
}

.icn_unread2 {
  width: 8px;
  height: 8px;
  background-color: #FF0079;
  border-radius: 30px;
  position: absolute;
  top: 8px;
  right: 4px;
}

.icn_yetread {
  line-height: 1;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 8px;
  background: #FF8900;
}

#sp_menu_style .icn_unread2, #model_fix_footer .icn_unread2 {
  top: 12px;
  right: 12px;
}

/*モデル身分証明書の共通部分*/
.mibun_status {
  padding: 20px;
  background: #ededf7;
  border-radius: 10px;
  max-width: 400px;
  margin: 0px auto 30px auto;
}

.mibun_status p {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

.states_mibun1 {
  color: #ff0079;
}

.states_mibun2 {
  color: #ff0079;
}

.states_mibun3 {
  color: #9b59b6;
}

.states_mibun4 {
  color: #1e8bc3;
}

/*ログイン画面*/
.alertbox {
  min-height: 58px;
  margin: 15px 0 0 0;
}

.login_box .alertbox p {
  padding: 10px;
  line-height: 1.35;
  border: solid 1px #FF0079;
  color: #FF0079;
  border-radius: 4px;
}

.alertbox a {
  padding: 10px;
  line-height: 1.35;
  border: solid 1px #FF0079;
  color: #FF0079;
  border-radius: 4px;
  display: block;
}

@media screen and (max-width: 500px) {
  .alertbox p, .login_box .alertbox p {
    text-align: left;
  }
}
.searchbox_induction {
  line-height: 1.5;
  text-align: center;
  padding: 20px 0 0 0;
}

/* company/caseregis */
.casesample_list {
  display: flex;
  width: 100%;
  margin: 0 auto 0px auto;
  padding: 0 0 60px 0;
}

.casesample_list li {
  vertical-align: top;
  width: 50%;
  padding: 0 10px 30px 10px;
  box-sizing: border-box;
}

.casesample_list li h6 {
  line-height: 1.35;
  font-weight: bold;
}

.casesample_box h5 {
  padding: 0 0 15px 0;
  font-size: 1.2em;
  border-bottom: solid 1px #D5D5DC;
  margin: 0 0 30px 0;
}

.casesample_box h6 {
  line-height: 1.35;
  padding: 0 0 10px 0;
}

.casesample_listimg {
  width: 100%;
  display: block;
  line-height: 1;
  margin: 10px auto;
}

.casting_category_title {
  font-size: 0.9em;
  color: #141212;
  line-height: 1.5;
}

.casting_category_txt {
  font-size: 0.9em;
  color: #141212;
  line-height: 1.5;
  text-align: justify;
}

@media screen and (max-width: 500px) {
  .casesample_list {
    display: block;
  }
  .casesample_list li {
    width: 100%;
  }
}
/*media掲載 メディア掲載*/
.medialist li {
  display: inline-block;
  padding: 0 25px;
  padding-bottom: 32px;
  vertical-align: middle;
}

.medialist li img {
  display: table-cell;
  width: 100%;
}

#logo_nikkei {
  width: 180px;
}

#logo_newspicks {
  width: 133px;
}

#logo_techcrunch {
  width: 202px;
}

#logo_thebridge {
  width: 103px;
}

#logo_businessinsider {
  width: 180px;
}

#logo_techable {
  width: 120px;
}

.pp_wrap {
  padding: 12px;
  overflow: auto;
  height: 234px;
  background-color: #ffffff;
  margin: 0;
  text-align: left;
  border-radius: 4px;
}

.project_comp_detail .pp_wrap {
  font-size: 0.9em;
}

.pp_wrap h4 {
  padding: 3px 0 0 0;
  line-height: 1.5;
  text-align: left;
}

.pp_wrap p {
  text-align: left;
}

.loading__common {
  text-align: center;
  margin: 0 auto;
}

.loading__common path,
.loading__common rect {
  fill: #DC8EB2;
}

.filesending {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.filesending span {
  padding: 0 3px 0 0;
  color: #008FDA;
  font-size: 12px;
}

.loading__filesending {
  text-align: center;
}

.loading__filesending path,
.loading__filesending rect {
  fill: #008FDA;
}

.swal-modal {
  border-radius: 20px;
}

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

.swal-button {
  background: #008ED6;
  border: none;
  text-shadow: none;
}

.swal-button--cancel {
  color: #555;
  border: none;
  background-color: #efefef;
}

.swal-button:hover, .swal-button--danger {
  background: #008ED6;
  border: none;
  text-shadow: none;
  box-shadow: 0px 0px 22px, rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}

#regist-message {
  background: #ffffff;
  border-radius: 20px;
  padding: 18px;
  max-width: 420px;
  box-sizing: border-box;
  margin: 0 auto;
}

/*20200401 start*/
.wrap__inner-fix {
  position: fixed;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 -12px 12px rgba(0, 0, 0, 0.08);
}

.wrap__around-15 {
  padding: 15px;
  box-sizing: border-box;
  width: auto;
}

.btn__std__text {
  color: #342C2C;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  transition: 0.4s;
}
.btn__std__text:hover {
  color: #7F8698;
}

.btn__std {
  color: #342C2C;
  background-color: #ffffff;
  display: block;
  line-height: 1.35;
  padding: 6px 10px;
  border: solid 1px #E9EBF2;
  border-radius: 100px;
  margin: 0 auto;
  transition: 0.4s;
  font-size: 14px;
  cursor: pointer;
}

.btn__std__primary {
  color: #008FDA;
  background-color: #ffffff;
  display: block;
  line-height: 1.35;
  padding: 6px 10px;
  border: solid 1px #008FDA;
  border-radius: 100px;
  margin: 0 auto;
  transition: 0.4s;
  font-size: 14px;
  cursor: pointer;
}
.btn__std__primary:hover {
  background-color: #008FDA;
  color: #ffffff;
}

/**/
.alert {
  line-height: 1.7;
  font-size: 14px;
  color: #2784C3;
  background-color: #CAE2F2;
  border-color: #7FB2D4;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 18px;
  margin: 0 0 20px 0;
  text-align: left;
}
.alert .alert-link {
  color: #2784C3;
  font-weight: bold;
}
.alert a:hover {
  text-decoration: underline;
}

.alert-fullsize {
  line-height: 1.4;
  font-size: 14px;
  color: #2784C3;
  background-color: #CAE2F2;
  padding: 7px 15px;
  text-align: justify;
}
.alert-fullsize .alert-link {
  color: #2784C3;
  font-weight: bold;
}
.alert-fullsize a:hover {
  text-decoration: underline;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning .alert-link {
  color: #856404;
}

.alert-danger {
  color: #EC4075;
  background-color: #FBD9E3;
  border-color: #f5c6cb;
}
.alert-danger .alert-link {
  color: #EC4075;
}
.alert-danger a {
  color: #EC4075;
}

.alert-success {
  color: #12A587;
  background-color: #D5F2EB;
  border-color: #c3e6cb;
}
.alert-success .alert-link {
  color: #12A587;
}

/**/
/*20200401 end*/
/*20200715 start */
.pc, .pc2 {
  display: block;
}

.pc_tab {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

#global-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  color: #1e1e1e;
  z-index: 500;
}
@media screen and (max-width: 942px) {
  #global-nav {
    display: block;
  }
}

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}

.logo_jp {
  width: 230px;
  padding-left: 30px;
}

.header_menu ul {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  padding-right: 35px;
}

.login_btn {
  border: 1px solid #111111;
  color: #111111;
  border-radius: 4px;
  padding: 10px 10px !important;
  margin-left: 10px;
  font-weight: bold;
}

.rightnone {
  padding-right: 0 !important;
  border-right: none !important;
}

.leftnone {
  border-left: none !important;
}

.header_menu li {
  padding: 0 20px;
  border-left: 1px solid #1e1e1e;
  line-height: 1;
}

.header_menu li:nth-child(2) {
  border: none;
}

.header_menu li:last-child {
  padding: 0 0 0 0;
  border-left: none;
}

.header_menu li a {
  color: #1e1e1e;
}
.header_menu li a.login_btn {
  color: #111111;
  opacity: 1;
  transition: 0.4s;
}
.header_menu li a.login_btn:hover {
  color: #111111;
  opacity: 0.6;
}
.header_menu li a:hover {
  color: #999999;
}

.header_menu li a.btn_header_signup {
  color: #ffffff;
  background-color: #DE4339;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
  opacity: 1;
  transition: 0.4s;
}
.header_menu li a.btn_header_signup:hover {
  opacity: 0.6;
}

.common__sp__header {
  position: fixed;
  height: 30px;
  top: 35px;
  justify-content: space-between;
  width: 100%;
  display: none;
  z-index: 500;
}

.common__sp__header.isActive {
  opacity: 1;
  transition: all 0.65s;
}

.common__sp__header_icon {
  position: absolute;
  left: 50px;
  top: 3px;
  width: 160px;
}

#nav-drawer {
  width: 25px;
  height: 25px;
  z-index: 300;
  right: 50px;
  cursor: pointer;
  position: absolute;
}

#nav-drawer .nav_line {
  transition: all 0.6s;
  width: 25px;
  height: 2.4px;
  background-color: #1e1e1e;
  position: absolute;
  left: 0;
}

.rect1 {
  top: 3px;
}

.rect2 {
  top: 11px;
}

.rect3 {
  top: 19px;
}

#navi__2020 {
  transition: all 0.6s;
  overflow-y: auto;
  width: 400px;
  height: 100vh;
  z-index: 400;
  top: 0;
  right: -640px;
  background-color: #ffffff;
  position: fixed;
  padding: 85px 48px 0;
  text-align: left;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.05);
}

#navi__2020 a {
  color: #1e1e1e;
}

.navi__2020__ul {
  padding: 0 0 136px 0;
}

.nav_bg {
  opacity: 0;
  transition: all 0.6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}

/* 表示された時用のCSS */
.nav_open #navi__2020 {
  display: block;
}

.nav_open #navi__2020 {
  right: 0;
}

.navi_top {
  display: block;
  text-align: center;
}

.navi_top_left {
  border-right: solid #1e1e1e 1px;
  padding-right: 12px;
  color: #02a9c5 !important;
}

.navi_top_center {
  padding-left: 12px;
  padding-right: 12px;
  border-right: solid #1e1e1e 1px;
}

.navi_top_right {
  padding-left: 12px;
}

#navi__2020 ul {
  margin-top: 70px;
}

#navi__2020 li {
  border-bottom: solid #dadada 1px;
  line-height: 4em;
}

#navi__2020 li:nth-child(3) {
  border: none;
}

#navi__2020 li:nth-child(6) {
  margin-top: 12px;
}

#navi__2020 li:nth-child(8) {
  border: none;
}

.navi_casting_inner {
  margin-left: 2em;
  line-height: 3em !important;
  font-size: 0.9em;
}

.nav_open .nav_bg {
  opacity: 0.8;
  visibility: visible;
}

.nav_open .rect1 {
  transform: rotate(45deg);
  top: 10px;
}

.nav_open .rect2 {
  opacity: 0;
}

.nav_open .rect3 {
  transform: rotate(-45deg);
  top: 10px;
}

@media screen and (max-width: 1100px) {
  .webs_layout .header_menu li {
    padding: 0 10px;
  }
  .webs_layout .login_btn {
    padding: 10px 10px !important;
  }
}
@media screen and (max-width: 999px) {
  .header_menu li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 942px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
  #open_header {
    height: 92px;
  }
  #global-nav {
    padding-top: 7px;
  }
  .header_menu {
    margin: 0 50px;
  }
  .header_menu ul {
    flex-wrap: wrap;
    padding-right: 0;
    text-align: center;
  }
  .header_menu li {
    width: 25%;
    box-sizing: border-box;
    margin: 8px 0;
  }
  .wm_logo_tab a img {
    height: 1em;
  }
  .header_menu li {
    border-left: solid 1px #1e1e1e;
  }
  .header_menu li:nth-child(1) {
    border: none;
  }
  .header_menu li:nth-child(2) {
    border-left: solid 1px #1e1e1e;
  }
  .header_menu li:nth-child(5) {
    border: none;
  }
  .header_menu li:nth-child(6) {
    border: none;
  }
  .menu_border {
    width: 100% !important;
    background-color: #1e1e1e;
    height: 1px;
  }
  .login_btn {
    border: none;
    border-radius: 0;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .under_bar {
    margin: 0 15px;
  }
}
@media screen and (max-width: 720px) {
  #navi__2020 {
    width: calc(100% - 15px);
    box-sizing: border-box;
    padding: 85px 20px 0;
  }
  #open_header {
    height: 68px;
  }
  .common__sp__header {
    top: 20px;
    display: block;
  }
  #global-nav {
    display: none;
  }
  .common__sp__header_icon {
    left: 20px;
  }
  #nav-drawer {
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc2, .pc2.cv_btn {
    display: none;
  }
  #services .pc2, #services .pc2.cv_btn {
    display: block;
  }
  #services .cv_model_btn, #services .cv_client_btn {
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tab {
    display: none;
  }
  .pc_tab {
    display: none;
  }
  #global-nav {
    display: none;
  }
}
.img_allinone {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  padding: 30px 0;
}

.responsivevideo {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

.responsivevideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.invite__clientsSignUp h3.invite__clientsSignUp__ttl {
  font-size: 16px;
  text-align: center;
  padding: 40px 0 0 0;
  line-height: 1.35;
}
.invite__clientsSignUp h4 {
  font-size: 20px;
  text-align: center;
  padding: 12px 0 20px 0;
  line-height: 1.35;
}
.invite__clientsSignUp h4 span {
  color: #BE2C2C;
}
.invite__clientsSignUp ul {
  max-width: 600px;
  margin: 0 auto;
}
.invite__clientsSignUp ul li {
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ffffff;
}
.invite__clientsSignUp ul li:last-child {
  border-bottom: none;
}
.invite__clientsSignUp ul li img {
  width: 28px;
  height: auto;
  margin-right: 16px;
}
.invite__clientsSignUp ul li p {
  line-height: 1.55;
  padding: 0 0 0 0;
  text-align: left;
  font-size: 14px;
}

#pub-modelDetail .invite__clientsSignUp {
  background-color: #ffffff;
  border-radius: 20px;
}
#pub-modelDetail .invite__clientsSignUp h4 {
  padding: 12px 10px 20px 10px;
  font-size: 18px;
}
#pub-modelDetail .invite__clientsSignUp .invite__clientsSignUp__copys {
  padding: 0 10px;
  margin-bottom: 15px;
}
#pub-modelDetail .invite__clientsSignUp .invite__clientsSignUp ul li {
  padding: 10px 0;
  border-bottom: solid 1px #dddddd;
}

.btn__goToModels {
  background-color: #111111;
  font-size: 17px;
  font-weight: bold;
  border-radius: 200px;
  padding: 12px 22px;
  line-height: 1;
  color: #ffffff;
}

.information__rename {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 6px 4px;
  box-sizing: border-box;
  background-color: #ffe7d3;
  z-index: 9999;
  line-height: 1.3;
  color: #e56700;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .information__rename {
    position: relative;
    top: auto;
    left: auto;
  }
}

.information__rename a {
  display: block;
  line-height: 1.3;
  color: #e56700;
  font-size: 14px;
  opacity: 1;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .information__rename a {
    text-align: justify;
    font-size: 12px;
    line-height: 1.2;
  }
}

.information__rename a:hover {
  opacity: 0.7;
}

/* 
	button、input[type="file"]、input[type="file"]
	のカスタマイズ
*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 8px 16px;
  font-size: inherit;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.button:disabled {
  cursor: default;
}
.button_small {
  padding-right: 10px;
  padding-left: 10px;
}
.button_primary {
  color: #008FDA;
  border: 1px solid #008FDA;
  background-color: white;
}
.button_primary:hover {
  color: white;
  background-color: #008FDA;
}
.button_primary:disabled {
  color: #b7bbc6;
  background-color: #f5f6f8;
  border-color: #f5f6f8;
}

.button_upload input[type=file] {
  display: none;
}
.button_upload label {
  color: #008FDA;
  border: 1px solid #008FDA;
  background-color: white;
  padding: 4px 16px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.button_upload label:hover {
  color: white;
  background-color: #008FDA;
}
.button_upload_small label {
  padding-right: 12px;
  padding-left: 12px;
}

.range_slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  outline: none;
  height: 4px;
  width: 100%;
  margin: 0;
  background: #008FDA;
  border: none !important;
  border-radius: 4px;
}
.range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #008FDA;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.range_slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #008FDA;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
.range_slider::-moz-focus-outer {
  border: 0;
}
.range_slider:disabled {
  background-color: #F5F6F8;
}
.range_slider:disabled::-webkit-slider-thumb {
  background-color: #F5F6F8;
  box-shadow: none;
}
.range_slider:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.range_slider:disabled::-moz-range-thumb {
  background-color: #F5F6F8;
  box-shadow: none;
}
.range_slider:disabled::-moz-range-track {
  cursor: default;
}
.range_slider:disabled::-ms-thumb {
  background-color: #F5F6F8;
  box-shadow: none;
}

.error-msg {
  margin-top: 8px;
  color: #d04444;
  font-size: 12px;
  text-align: center;
}

/*
募集代行プランページ / 
*/
.agencyplan__h1 {
  font-size: 30px;
  line-height: 1.3;
  color: #FF7600;
  margin: 0 auto 30px;
}
.agencyplan__h1.simpleplan__h1 {
  color: #009ABA;
}
.agencyplan__h1.simpleplan__h1 span {
  font-size: 18px;
  display: block;
}

.agencyplan__h2 {
  margin: 20px auto;
  font-size: 22px;
  line-height: 1.5;
}
.agencyplan__h2 span {
  font-size: 0.85rem;
  display: block;
  color: #95959F;
  letter-spacing: 1px;
}

.agencyplan__h5 {
  margin: 20px auto;
  font-size: 15px;
  line-height: 1.5;
}

.agencyplan__flow {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px auto;
}
.agencyplan__flow li {
  margin: 20px 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 22px 32px 22px 0;
  border-radius: 20px;
  background-image: url("https://stapir8f3w.user-space.cdn.idcfcloud.net/public/img/common/icn__arrow__normal.svg");
  background-size: 16px auto;
  background-position: right center;
  background-repeat: no-repeat;
}
.agencyplan__flow li:last-child {
  background-image: none;
  padding: 22px 0px 22px 0;
}
.agencyplan__flow li h3 {
  margin: 0px auto 22px;
  font-size: 17px;
  line-height: 1.35;
}
.agencyplan__flow li img {
  width: auto;
  height: 38px;
  display: block;
  margin: 0 auto 22px;
}
.agencyplan__flow li p {
  text-align: left;
  font-size: 13px;
}

.agencyplan__price {
  background-color: #FFF1E6;
  padding: 22px;
  border-radius: 20px;
  margin: 0 20px 60px 20px;
}
.agencyplan__price p {
  font-size: 18px;
  font-weight: bold;
}
.agencyplan__price p em {
  color: #FF7600;
  font-style: normal;
}
.agencyplan__price p .agencyplan__price_percent {
  font-size: 14px;
}
.agencyplan__price .agencyplan__price__desc {
  font-size: 12px;
  font-weight: normal;
}

.alert__ttl__influ {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}

.alert__icn__influ {
  height: 24px;
  width: auto;
  margin-right: 6px;
  display: block;
}

.simpleplan__menu {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 12px auto;
}
@media screen and (max-width: 500px) {
  .simpleplan__menu {
    display: block;
  }
}
.simpleplan__menu li {
  margin: 20px 14px 20px 0;
  box-sizing: border-box;
  width: 100%;
  flex-grow: 1;
  padding: 0;
  border: solid 5px #15C8ED;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .simpleplan__menu li {
    margin: 20px 0 !important;
  }
}
.simpleplan__menu li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 18px 15px 18px;
  margin: 0px auto 10px;
  font-size: 21px;
  line-height: 1.35;
}
.simpleplan__menu li h3 img {
  height: 22px;
  width: auto;
  margin-right: 4px;
}
.simpleplan__menu li h4 {
  margin: 0px auto 22px;
  font-size: 30px;
  line-height: 1.35;
  color: #15C8ED;
}
.simpleplan__menu li h4 span {
  font-size: 11px;
}
.simpleplan__menu li > img {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
  margin: 0 auto 22px;
  border-radius: 6px;
}
.simpleplan__menu li p {
  text-align: left;
  font-size: 14.5px;
  padding: 0 18px 18px 18px;
  display: inline-block;
  line-height: 1.5;
}
.simpleplan__menu li:last-child {
  margin: 20px 0 20px 14px;
  border: solid 5px #FF9D00;
}
.simpleplan__menu li:last-child h4 {
  color: #FF9D00;
}

.simpleplan__option__title {
  font-size: 1rem;
  line-height: 1.35;
  padding: 0 0 12px 0;
  display: block;
  font-weight: bold;
}

.simpleplan__option__p {
  border: solid 1px #cccccc;
  padding: 22px;
  border-radius: 20px;
  margin: 0 0 20px 0;
  font-size: 1rem;
}

.simpleplan__desc__p {
  margin: 0 20px 20px 20px;
  font-size: 0.85rem;
  text-align: left;
}

.menu__agencyPlan {
  display: flex;
  justify-content: space-around;
  margin: 30px auto;
}
.menu__agencyPlan a {
  background-color: #FFF1E6;
  border-radius: 20px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  transition: 0.4s;
}
@media screen and (max-width: 800px) {
  .menu__agencyPlan a {
    display: block;
  }
}
.menu__agencyPlan a:hover {
  box-shadow: 0 6px 22px rgba(255, 118, 0, 0.2);
  opacity: 1;
}
.menu__agencyPlan a h3 {
  color: #FF7600;
  line-height: 1.35;
  font-size: 18px;
  font-weight: bold;
  width: 150px;
}
@media screen and (max-width: 800px) {
  .menu__agencyPlan a h3 {
    width: 100%;
  }
}
.menu__agencyPlan a .menu__agencyPlan__desc {
  padding: 0 20px;
  flex: 1;
}
@media screen and (max-width: 800px) {
  .menu__agencyPlan a .menu__agencyPlan__desc {
    padding: 20px 0;
  }
}
.menu__agencyPlan a p {
  color: #1F1F1F;
  line-height: 1.55;
  text-align: left;
  font-size: 13px;
}
.menu__agencyPlan a p span {
  font-weight: bold;
}
.menu__agencyPlan a .menu__agencyPlan__more {
  text-align: center;
  color: #FF7600;
  background-color: #ffffff;
  border-radius: 10px;
  height: 100%;
  line-height: 3;
  padding: 0 20px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .menu__agencyPlan a .menu__agencyPlan__more {
    width: 100%;
    height: auto;
    padding: 12px 20px;
  }
}

.menu__simplePlan a {
  background-color: #E1F3F7;
}
.menu__simplePlan a h3 {
  color: #009ABA;
}
.menu__simplePlan a .menu__agencyPlan__more {
  color: #009ABA;
}
.menu__simplePlan a:hover {
  box-shadow: 0 6px 22px rgba(0, 154, 186, 0.2);
  opacity: 1;
}

.wrap__simpleplan {
  margin: 100px auto 0;
}
.wrap__simpleplan .pnavi__simpleplan {
  font-size: 0.8rem;
  padding: 0 0 10px 0;
  text-align: left;
}
.wrap__simpleplan .simpleplan__merit {
  display: flex;
  margin: 60px auto 12px auto;
}
.wrap__simpleplan .simpleplan__merit li {
  padding: 0px 15px 0px 15px;
  line-height: 1.5;
  width: 100%;
  margin: 0 10px 30px 10px;
  font-weight: bold;
  font-size: 1.1rem;
  border-right: solid 2px #dddddd;
}
.wrap__simpleplan .simpleplan__merit li span {
  font-size: 2rem;
  display: block;
}
.wrap__simpleplan .simpleplan__merit li em {
  font-style: normal;
  font-size: 0.7rem;
}
.wrap__simpleplan .simpleplan__merit li:last-child {
  border-right: none;
}
.wrap__simpleplan .simpleplan__title__h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  padding: 100px 0 5px 0;
}
.wrap__simpleplan p {
  line-height: 1.5;
}
.wrap__simpleplan #pages_form {
  padding: 0 0 85px 0;
}

/*
models
*/
.models__wrap {
  max-width: 1260px;
  margin: 120px auto 0;
}

.models__modelListTitle {
  font-family: "Jost";
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto;
}
.models__modelListTitle span {
  font-weight: normal;
  font-size: 13px;
  display: block;
}

.models__modelList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.models__modelList li {
  width: calc(20% - 20px);
  margin: 10px;
  box-sizing: border-box;
}
.models__modelList li a {
  display: block;
  border-radius: 10px;
  border: solid 1px #E6E5E5;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.modelList__bg {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 54%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.modelList__profiles {
  padding: 20px;
  margin: 130px 0 0 0;
  position: relative;
  z-index: 2;
}

.modelList__iconWrap {
  position: relative;
  width: 102px;
  margin: 0 auto;
}

.modelList__icon {
  border: solid 3px #ffffff;
  border-radius: 100%;
  width: 102px;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
}

.modelList__carat {
  position: absolute;
  top: 82px;
  right: 8px;
  width: 28px;
  height: auto;
  display: block;
}

.modelList__carat em {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  z-index: 2;
  line-height: 1;
  text-align: center;
  font-style: normal;
  padding: 3px 0 0 0;
}

.modelList__carat img {
  width: 28px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.modelsList__name {
  line-height: 1.35;
  color: #141212;
  font-size: 13px;
  margin: 10px 0 6px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.modelsList__name span {
  font-size: 11px;
  display: block;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #999999;
}

.modelsList__job {
  font-size: 11px;
  display: block;
  color: #141212;
  line-height: 1.35;
  margin: 0 0 6px 0;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.modelList__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1.45;
  color: #141212;
}

.modelList__scuser {
  display: inline-block;
  font-size: 12px;
  line-height: 1.45;
  color: #141212;
}

.badge__contest {
  width: 30px;
  height: auto;
  position: absolute;
  top: 75px;
  left: 5px;
}

.company .badge__contest {
  position: relative;
  top: auto;
  left: auto;
}

.cancel_tippy {
  line-height: 1.3;
  font-size: 0.85em;
}

@media screen and (max-width: 999px) {
  .models__modelList li {
    width: calc(33.33333% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .models__modelList li {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.search_detail_box .left .mt25 {
  margin-top: 0px !important;
}

.appeal__simpleplan {
  max-width: 802px;
  box-sizing: border-box;
  border: solid 2px #f0f0f0;
  border-radius: 20px;
  margin: 30px auto;
  padding: 20px 20px 30px 20px;
}
@media screen and (max-width: 660px) {
  .appeal__simpleplan {
    margin: 30px 20px;
  }
}
.appeal__simpleplan h4 {
  padding: 12px 0 12px 0;
  line-height: 1.85;
  font-size: 1.1875rem;
}
.appeal__simpleplan p {
  line-height: 1.85;
}
.appeal__simpleplan img {
  max-width: 550px;
  margin: 20px auto;
  display: block;
  border-radius: 12px;
}
.appeal__simpleplan a.btn {
  background-color: #111111;
  padding: 12px 18px;
}/*# sourceMappingURL=global.css.map */