@charset "UTF-8";
/* ======================= VARIABLE ====== */
/* placeholder color */
:placeholder-shown {
  color: #9F9F9F;
}

::-webkit-input-placeholder {
  color: #9F9F9F;
}

:-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #9F9F9F;
}

/* ======================= IMPORT ====== */
/*=================

    basic.scss

=======================*/
.common_main {
  padding: 90px 0 0;
}
@media only screen and (max-width: 960px) {
  .common_main {
    padding: 60px 0 0;
  }
}

.common_wrap {
  position: relative;
  padding: 40px 12px 80px;
}
@media only screen and (max-width: 960px) {
  .common_wrap {
    padding: 30px 12px 60px;
  }
}
.common_wrap.height_fixed {
  min-height: calc( 100vh - 194px );
}
@media only screen and (max-width: 960px) {
  .common_wrap.height_fixed {
    min-height: calc( 100vh - 165px );
  }
}
@media only screen and (max-width: 640px) {
  .common_wrap.height_fixed {
    min-height: calc( 100vh - 228px );
  }
}

/* 余白 */
.mb150 {
  margin: 0 0 150px;
}
@media only screen and (max-width: 960px) {
  .mb150 {
    margin: 0 0 75px;
  }
}

.mb80 {
  margin: 0 0 80px;
}
@media only screen and (max-width: 960px) {
  .mb80 {
    margin: 0 0 60px;
  }
}

.mb60 {
  margin: 0 0 60px;
}

.mb48 {
  margin: 0 0 48px;
}
@media only screen and (max-width: 960px) {
  .mb48 {
    margin: 0 0 36px;
  }
}

.mb40 {
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .mb40 {
    margin: 0 0 32px;
  }
}

.mb32 {
  margin: 0 0 32px;
}

.mb30 {
  margin: 0 0 30px;
}

.mb24 {
  margin: 0 0 24px;
}

.mb20 {
  margin: 0 0 20px;
}

.mb16 {
  margin: 0 0 16px;
}

.mb12 {
  margin: 0 0 12px;
}

.mb10 {
  margin: 0 0 10px;
}

.mb8 {
  margin: 0 0 8px;
}

/* LINK */
/* ALIGN */
.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

/* WEIGHT */
.fw_bold {
  font-weight: bold;
}

/* EDITOR */
.marker {
  font-weight: bold;
  color: #333;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(255, 0, 0, 0.3) 70%);
}

.ymarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #fce57b 30%);
}

.ymarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #fce57b 75%);
}

.rmarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #ffd4d4 30%);
}

.rmarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #ffd4d4 75%);
}

.bmarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #d4e9ff 30%);
}

.bmarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #d4e9ff 75%);
}

/*=================

    button.scss

=======================*/
.common_btn01 {
  outline: none;
  display: inline-block;
  line-height: 1.6;
  color: #333;
  padding: 8px 40px;
  background: #F5F5F5;
  border: none;
}
@media only screen and (max-width: 960px) {
  .common_btn01 {
    padding: 4px 20px;
  }
}

.common_btn02 {
  outline: none;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  padding: 0;
  background: #FF4F51;
  border: none;
  padding: 0;
}
.common_btn02.w300 {
  max-width: 300px;
}
.common_btn02.center {
  margin: 0 auto;
}

.common_btn03 {
  outline: none;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #333;
  text-align: center;
  padding: 0;
  border: none;
  background: #F5F5F5;
}
.common_btn03.w60 {
  width: 60px;
  min-width: 60px;
}
.common_btn03.w300 {
  max-width: 300px;
}
.common_btn03.center {
  margin: 0 auto;
}

.common_btn04 {
  border: 1px #FF4F51 solid;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 36px;
  color: #FF4F51;
  text-align: center;
  padding: 0;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_btn04:hover {
  background: #ffeded;
}

.common_btn05 {
  border: 1px #333 solid;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 36px;
  color: #333;
  text-align: center;
  padding: 0;
  background: #fff;
}
.common_btn05.w300 {
  max-width: 300px;
}
.common_btn05.center {
  margin: 0 auto;
}

.common_like_btn {
  display: block;
  width: 116px;
  height: 26px;
  padding: 0;
  color: #FF4F51;
  border: 1px #FF4F51 solid;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  background: #fff;
}
.common_like_btn:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/common/like_icon.svg") center center no-repeat;
  background-size: 14px;
  margin: 0 8px 0 0;
  vertical-align: -2px;
}
@media only screen and (max-width: 960px) {
  .common_like_btn:before {
    vertical-align: -3px;
    margin: 0 4px 0 0;
  }
}
.common_like_btn.active {
  background: #FF4F51;
  color: #fff;
}
.common_like_btn.active:before {
  background-image: url("../images/common/like_icon_active.svg");
}

.common_link01 {
  display: inline-block;
  color: #2196f3;
}

/*=================

    footer.scss

=======================*/
.footer_wrap {
  display: block;
  width: 100%;
  background: #F5F5F5;
  padding: 16px 12px 8px;
}
.footer_wrap .footer_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 16px;
}
@media only screen and (max-width: 640px) {
  .footer_wrap .footer_list {
    display: block;
  }
}
.footer_wrap .footer_list .footer_item {
  padding: 0 16px;
  border-right: 1px #333 solid;
}
@media only screen and (max-width: 640px) {
  .footer_wrap .footer_list .footer_item {
    border-right: none;
    padding: 0;
    margin: 0 0 12px;
  }
}
.footer_wrap .footer_list .footer_item:last-of-type {
  border-right: none;
}
.footer_wrap .footer_list .footer_link {
  color: #333;
  line-height: 1.5;
}
.footer_wrap .footer_copyright {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .footer_wrap .footer_copyright {
    font-size: 12px;
  }
}

/*=================

    form.scss

=======================*/
.form_input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px #DFDFDF solid;
  height: 40px;
  padding: 0 12px;
  color: #333;
}
.form_input:disabled {
  color: #9F9F9F;
  background: #DFDFDF;
}
.form_input.w300 {
  max-width: 300px;
}

.form_textarea {
  outline: none;
  display: block;
  width: 100%;
  border: 1px #DFDFDF solid;
  height: 120px;
  padding: 12px;
  color: #333;
  resize: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.form_select {
  outline: none;
  display: block;
  width: 100%;
  height: 40px;
  border: 1px #DFDFDF solid;
  background: url("../images/common/arrow01.svg") right 8px center no-repeat #fff;
  background-size: 16px;
  padding: 0 26px 0 12px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .form_select {
    padding: 0 26px 0 8px;
  }
}
.form_select.w300 {
  max-width: 300px;
}

.form_checkbox_label {
  display: inline-block;
}
.form_checkbox_label.w20 {
  display: block;
  width: 20px;
  height: 20px;
}
.form_checkbox_label.w20 .form_checkbox_text {
  height: 20px;
}
.form_checkbox_label.w20 .form_checkbox_text:before {
  top: 0;
}
.form_checkbox_label .form_checkbox_input {
  display: none;
}
.form_checkbox_label .form_checkbox_text {
  display: inline-block;
  padding: 0 0 0 28px;
  color: #333;
  line-height: 1.4;
  position: relative;
}
.form_checkbox_label .form_checkbox_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #DFDFDF;
}
@media only screen and (max-width: 960px) {
  .form_checkbox_label .form_checkbox_text::before {
    top: 0;
  }
}
.form_checkbox_label .form_checkbox_input:checked + .form_checkbox_text::before {
  background: #FF4F51;
  border: 1px solid #FF4F51;
}
.form_checkbox_label .form_checkbox_input:checked + .form_checkbox_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 4px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media only screen and (max-width: 960px) {
  .form_checkbox_label .form_checkbox_input:checked + .form_checkbox_text::after {
    top: 4px;
  }
}

.form_radio_label01 .form_radio_input {
  display: none;
}
.form_radio_label01 .form_radio_text {
  display: inline-block;
  color: #333;
  line-height: 1.4;
  position: relative;
  padding: 4px 16px;
  border: 1px #DFDFDF solid;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
}
.form_radio_label01 .form_radio_input:checked + .form_radio_text {
  background: #FF4F51;
  color: #fff;
  border-color: #FF4F51;
}

.form_radio_label02 .form_radio_input {
  display: none;
}
.form_radio_label02 .form_radio_text {
  display: inline-block;
  padding: 0 0 0 28px;
  color: #333;
  line-height: 1.4;
  position: relative;
}
.form_radio_label02 .form_radio_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #DFDFDF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 960px) {
  .form_radio_label02 .form_radio_text::before {
    top: 0;
  }
}
.form_radio_label02 .form_radio_input:checked + .form_radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #FF4F51;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.form_file_label01 .form_file_input {
  display: none;
}
.form_file_label01 .form_file_text {
  cursor: pointer;
  display: block;
  max-width: 200px;
  width: 100%;
  background: #696969;
  color: #fff;
  text-align: center;
  line-height: 38px;
}

.form_file_pic {
  display: block;
  max-width: 300px;
  width: 250px;
  height: 250px;
  /*
  	width: 100%;
  	height: 200px;
  */
  margin: 8px 0 0;
}

.form_file_logo {
  display: block;
  max-width: 300px;
  width: 250px;
  height: 250px;
  margin: 8px 0 0;
  border: 1px #DFDFDF solid;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.form_file_input {
  width: 100%;
  padding: 6.25px 8px;
  border: 1px #DFDFDF solid;
}

.form_error_text {
  display: none;
  color: #FF4F51;
  line-height: 1.6;
  margin: 8px 0 0;
}

.form_add_btn {
  border: none;
  outline: none;
  padding: 0;
  background: none;
  color: #FF4F51;
}

.form_list {
  margin: 0 0 30px;
}
.form_list .form_item {
  margin: 0 0 20px;
}
.form_list .form_item:last-of-type {
  margin: 0;
}
.form_list .form_title {
  color: #333;
  line-height: 1.6;
  margin: 0 0 12px;
}
.form_list .form_title span {
  display: inline-block;
  color: #FF4F51;
  border: 1px #FF4F51 solid;
  width: 36px;
  text-align: center;
  margin: 0 0 0 12px;
  vertical-align: 2px;
  background: #fff;
}
@media only screen and (max-width: 960px) {
  .form_list .form_title span {
    margin: 0 0 0 8px;
    vertical-align: 1px;
  }
}
.form_list .form_main {
  width: 100%;
}
.form_list .common_text02 {
  margin: 8px 0 0;
}

.form_notice_text {
  color: #333;
  line-height: 1.6;
  margin: 0 0 24px;
}
.form_notice_text a {
  color: #2196f3;
}

.form_notice_checklist .form_notice_checkitem {
  margin: 0 0 12px;
}
.form_notice_checklist .form_notice_checkitem:last-of-type {
  margin: 0;
}

.form_radio_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -12px;
}
.form_radio_list .form_radio_item {
  margin: 0 24px 12px 0;
}

.form_checkbox_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -12px;
}
.form_checkbox_list .form_checkbox_item {
  margin: 0 24px 12px 0;
}

.form_date_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.form_date_block .form_select {
  width: 120px;
}
.form_date_block .common_text01 {
  margin: 0 8px;
}
.form_date_block .common_text01:last-of-type {
  margin: 0 0 0 8px;
}

.form_file_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 12px;
}
.form_file_block .common_btn02 {
  width: 60px;
  min-width: 60px;
  margin: 0 0 0 8px;
}

.form_zip_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.form_zip_block .form_zip_text {
  color: #333;
  line-height: 1.6;
  margin: 0 12px 0 0;
}
.form_zip_block .form_input {
  width: 150px;
}

.form_commission_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.form_commission_block .form_commission_text {
  color: #333;
  line-height: 1.6;
  margin: 0 0 0 12px;
}
.form_commission_block .form_input {
  width: 200px;
}

.form_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -8px;
}
@media only screen and (max-width: 640px) {
  .form_btnarea {
    margin: 0 -6px;
  }
}
.form_btnarea .form_btn {
  margin: 0 8px;
  max-width: 300px;
}
@media only screen and (max-width: 640px) {
  .form_btnarea .form_btn {
    margin: 0 6px;
  }
}

.form_seperate_line {
  display: block;
  border-top: 3px #d2d2d2 dotted;
  margin: 60px 0;
}
@media only screen and (max-width: 960px) {
  .form_seperate_line {
    margin: 40px 0;
  }
}

.form_delivery_list {
  margin: 20px 0 0;
}
.form_delivery_list .form_delivery_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 10px;
}
.form_delivery_list .form_delivery_item:last-of-type {
  margin: 0;
}
.form_delivery_list .form_delivery_item .form_delivery_text {
  color: #333;
  line-height: 1.6;
  width: 100px;
  min-width: 100px;
}
.form_delivery_list .form_delivery_item .form_input {
  width: calc( 100% - 100px );
  max-width: 500px;
}

.form_complete_wrap {
  min-height: calc( 100vh - 475px );
}
@media only screen and (max-width: 960px) {
  .form_complete_wrap {
    min-height: calc( 100vh - 378px );
  }
}
@media only screen and (max-width: 640px) {
  .form_complete_wrap {
    min-height: calc( 100vh - 440px );
  }
}
.form_complete_wrap .common_text03 {
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .form_complete_wrap .common_text03 {
    margin: 0 0 32px;
  }
}
.form_complete_wrap .form_complete_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .form_complete_wrap .form_complete_btnarea {
    display: block;
  }
}
.form_complete_wrap .form_complete_btnarea .common_btn02 {
  width: calc( 50% - 6px );
}
@media only screen and (max-width: 640px) {
  .form_complete_wrap .form_complete_btnarea .common_btn02 {
    width: calc( 50% - 3px );
  }
}
@media only screen and (max-width: 500px) {
  .form_complete_wrap .form_complete_btnarea .common_btn02 {
    width: 100%;
    margin: 0 auto 6px;
  }
}
.form_complete_wrap .form_complete_btnarea .common_btn03 {
  width: calc( 50% - 6px );
}
@media only screen and (max-width: 640px) {
  .form_complete_wrap .form_complete_btnarea .common_btn03 {
    width: calc( 50% - 3px );
  }
}
@media only screen and (max-width: 500px) {
  .form_complete_wrap .form_complete_btnarea .common_btn03 {
    width: 100%;
    margin: 0 auto;
  }
}

.form_complete_reject_block {
  padding: 24px;
  border: 1px #FF4F51 solid;
  background: #ffeded;
  margin: 0 0 40px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .form_complete_reject_block {
    padding: 12px;
    margin: 0 0 32px;
  }
}
.form_complete_reject_block .form_complete_reject_title {
  text-align: center;
  line-height: 1.6;
  color: #FF4F51;
  margin: 0 0 12px;
}

.form_complete_text {
  position: relative;
  color: #0EB784;
  background: #E5F8EC;
  line-height: 1.6;
  padding: 8px 8px 8px 32px;
  margin: 0 0 24px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form_complete_text:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/common/check_icon.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 8px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login_block {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 24px;
  border: 1px #DFDFDF solid;
}
@media only screen and (max-width: 640px) {
  .login_block {
    padding: 20px 12px;
  }
}
.login_block .common_title02 {
  text-align: center;
  padding: 0 0 12px;
  margin: 0 0 24px;
  border-bottom: 1px #DFDFDF solid;
}

.login_list .login_item {
  margin: 0 0 12px;
}
.login_list .login_item .login_title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 8px;
  color: #333;
  line-height: 1.6;
}
.login_list .login_item .login_title span {
  display: inline-block;
  color: #FF4F51;
  border: 1px #FF4F51 solid;
  width: 36px;
  text-align: center;
  vertical-align: 2px;
  background: #fff;
  margin: 0 0 0 8px;
}
.login_list .login_item .login_main {
  width: 100%;
}

.login_line {
  display: block;
  width: 100%;
  background: #DFDFDF;
  height: 1px;
  margin: 24px auto;
}

.login_layout_block {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .login_layout_block {
    display: block;
  }
}
.login_layout_block .login_layout_main {
  width: calc( 50% - 12px );
}
@media only screen and (max-width: 640px) {
  .login_layout_block .login_layout_main {
    width: 100%;
    margin: 0 0 24px;
  }
}
.login_layout_block .login_layout_main .login_box {
  margin: 0 0 24px;
}
.login_layout_block .login_layout_main .login_box:last-of-type {
  margin: 0;
}
.login_layout_block .login_layout_sub {
  width: calc( 50% - 12px );
}
@media only screen and (max-width: 640px) {
  .login_layout_block .login_layout_sub {
    width: 100%;
  }
}
.login_layout_block .login_layout_sub .login_box {
  height: 100%;
}
.login_layout_block .login_box {
  position: relative;
  padding: 24px;
  border: 1px #DFDFDF solid;
}
@media only screen and (max-width: 640px) {
  .login_layout_block .login_box {
    padding: 20px 12px;
  }
}
.login_layout_block .login_box .common_title02 {
  text-align: center;
  margin: 0 0 24px;
}
.login_layout_block .login_btnarea {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc( 100% - 48px );
}
@media only screen and (max-width: 640px) {
  .login_layout_block .login_btnarea {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
.login_layout_block .login_btnarea .common_btn02 {
  margin: 0 0 12px;
}
@media only screen and (max-width: 640px) {
  .login_layout_block .login_btnarea .common_btn02 {
    max-width: 300px;
    margin: 0 auto 12px;
  }
}
.login_layout_block .login_btnarea .common_btn02:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .login_layout_block .login_btnarea .common_btn02:last-of-type {
    margin: 0 auto;
  }
}

.register_block {
  margin: 0 0 40px;
}
.register_block .common_title02 {
  margin: 0 0 20px;
}
.register_block.bg {
  background: #F5F5F5;
  padding: 20px;
}
.register_block.bg .form_list {
  margin: 0;
}

.register_sns_list .register_sns_item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .register_sns_list .register_sns_item {
    display: block;
  }
}
.register_sns_list .register_sns_item:last-of-type {
  margin: 0;
}
.register_sns_list .register_sns_title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .register_sns_list .register_sns_title {
    margin: 0 0 10px;
  }
}
.register_sns_list .register_sns_title img {
  display: block;
  width: 40px;
  min-width: 40px;
  margin: 0 20px 0 0;
}
.register_sns_list .register_sns_main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .register_sns_list .register_sns_main {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.register_sns_list .register_sns_main .register_sns_text {
  color: #333;
  line-height: 1.5;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .register_sns_list .register_sns_main .register_sns_text {
    margin: 0;
  }
}
.register_sns_list .register_sns_main .register_sns_btn {
  outline: none;
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  padding: 0;
  background: #FF4F51;
  border: none;
  padding: 0;
}
.register_sns_list .register_sns_main .register_sns_btn:before {
  content: "連携";
}
.register_sns_list .register_sns_main .register_sns_btn.active {
  background: #696969;
}
.register_sns_list .register_sns_main .register_sns_btn.active:before {
  content: "解除";
}

/*=================

    header.scss

=======================*/
.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  width: 100%;
  background: #F5F5F5;
  border-bottom: 1px #DFDFDF solid;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_wrap.index {
  background: none;
  border-bottom: none;
}
.header_wrap.index .header_main {
  border-bottom: none;
}
.header_wrap .header_main {
  height: 90px;
  padding: 0 30px;
  background: #F5F5F5;
}
@media only screen and (max-width: 1200px) {
  .header_wrap .header_main {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 960px) {
  .header_wrap .header_main {
    height: 60px;
    padding: 0 12px;
  }
}
.header_wrap .header_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.header_logo {
  display: block;
  width: 183px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 1200px) {
  .header_logo {
    margin: 0 10px 0 0;
  }
}
@media only screen and (max-width: 960px) {
  .header_logo {
    margin: 0;
    width: 140px;
  }
}
.header_logo img {
  display: block;
  width: 100%;
}

.header_nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .header_nav {
    display: block;
  }
}

.header_index_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: end;
  justify-content: end;
  padding: 32px 64px;
}
@media only screen and (max-width: 1200px) {
  .header_index_list {
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 960px) {
  .header_index_list {
    display: none;
  }
}
.header_index_list .header_item {
  margin: 0 0 0 48px;
}
.header_index_list .header_link {
  display: inline-block;
  color: #333;
  line-height: 1.6;
  font-weight: bolder;
}

.header_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  .header_btnarea {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.header_btnarea .header_link_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 0 12px;
  color: #333;
  background: #fff;
  width: 120px;
  line-height: 34px;
  border: 1px #333 solid;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .header_btnarea .header_link_btn {
    margin: 0;
    width: calc( 50% - 6px );
    line-height: 38px;
  }
}
.header_btnarea .header_link_btn:first-of-type {
  margin: 0;
}
.header_btnarea .header_link_btn img {
  display: inline-block;
  width: 18px;
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 350px) {
  .header_btnarea .header_link_btn img {
    width: 16px;
    margin: 0;
  }
}

.header_login_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 120px;
  line-height: 34px;
  text-align: center;
  color: #FF4F51;
  background: #fff;
  border: 1px #FF4F51 solid;
  font-size: 14px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .header_login_btn {
    width: calc( 50% - 6px );
    line-height: 38px;
  }
}
.header_login_btn:hover {
  background: #ffeded;
}
.header_login_btn img {
  display: inline-block;
  width: 18px;
  margin: 0 5px 0 0;
}

.header_register_btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 120px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #FF4F51;
  border: 1px #FF4F51 solid;
  margin: 0 0 0 12px;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .header_register_btn {
    width: calc( 50% - 6px );
    line-height: 38px;
  }
}
.header_register_btn img {
  display: inline-block;
  width: 18px;
  margin: 0 5px 0 0;
}

.header_nav_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 12px 0 0;
}
@media only screen and (max-width: 960px) {
  .header_nav_list {
    display: block;
    margin: 20px 0 0;
  }
}
.header_nav_list .header_nav_item {
  position: relative;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px #DFDFDF solid;
}
@media only screen and (max-width: 1200px) {
  .header_nav_list .header_nav_item {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 960px) {
  .header_nav_list .header_nav_item {
    border-right: none;
    border-bottom: 1px #DFDFDF solid;
    margin: 0;
    padding: 0;
  }
}
.header_nav_list .header_nav_item:last-of-type {
  padding: 0;
  margin: 0;
  border-right: none;
}
.header_nav_list .header_nav_item:hover .header_nav_text {
  opacity: 0.7;
}
@media only screen and (max-width: 960px) {
  .header_nav_list .header_nav_item:hover .header_nav_text {
    opacity: 1;
  }
}
.header_nav_list .header_nav_item:hover .header_nav_text:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 960px) {
  .header_nav_list .header_nav_item:hover .header_nav_text:after {
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
.header_nav_list .header_nav_item:hover .header_nav_sub_list {
  -moz-animation: fade 0.3s ease forwards;
  -webkit-animation: fade 0.3s ease forwards;
  animation: fade 0.3s ease forwards;
  display: block;
}
@media only screen and (max-width: 960px) {
  .header_nav_list .header_nav_item:hover .header_nav_sub_list {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
    display: none;
  }
}
.header_nav_list .header_nav_link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .header_nav_list .header_nav_link {
    padding: 12px 0;
  }
}
.header_nav_list .header_nav_text {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .header_nav_list .header_nav_text {
    display: block;
    padding: 12px 0;
  }
}
.header_nav_list .header_nav_text.active:after {
  content: none;
}
.header_nav_list .header_nav_text:before {
  content: none;
  display: block;
  width: 12px;
  height: 1px;
  margin: 0;
  background: #DFDFDF;
  position: absolute;
  right: 12px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .header_nav_list .header_nav_text:before {
    content: "";
  }
}
.header_nav_list .header_nav_text:after {
  content: "";
  display: inline-block;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  border-left: 5px solid transparent;
  vertical-align: 2px;
  margin: 0 0 0 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .header_nav_list .header_nav_text:after {
    border-right: none;
    border-top: none;
    border-left: none;
    width: 12px;
    height: 1px;
    margin: 0;
    background: #DFDFDF;
    position: absolute;
    right: 12px;
    top: 50%;
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}

.header_nav_sub_list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 152px;
  border: 1px #DFDFDF solid;
  background: #fff;
  padding: 10px 0;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 960px) {
  .header_nav_sub_list {
    position: relative;
    width: 100%;
    right: inherit;
    top: inherit;
    -moz-box-shadow: 0px 3px 6px transparent;
    -webkit-box-shadow: 0px 3px 6px transparent;
    box-shadow: 0px 3px 6px transparent;
    border: none;
    padding: 0 0 16px 16px;
  }
}
@media only screen and (max-width: 960px) {
  .header_nav_sub_list .header_nav_sub_item {
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 960px) {
  .header_nav_sub_list .header_nav_sub_item:last-of-type {
    margin: 0;
  }
}
.header_nav_sub_list .header_nav_sub_link {
  display: block;
  padding: 9.5px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .header_nav_sub_list .header_nav_sub_link {
    padding: 0;
  }
}
.header_nav_sub_list .header_nav_sub_link:hover {
  background: #F5F5F5;
}
@media only screen and (max-width: 960px) {
  .header_nav_sub_list .header_nav_sub_link:hover {
    background: inherit;
  }
}
@media only screen and (max-width: 960px) {
  .header_nav_sub_list .header_nav_sub_link:last-of-type {
    margin: 0;
  }
}

.header_btn {
  position: relative;
  display: block;
  outline: none;
  background: none;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
}
.header_btn .top {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  margin: 0 auto 3px;
}
.header_btn .bottom {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  margin: 0 auto;
}
.header_btn.active .top {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.header_btn.active .bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.header_menu_block {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 55;
  padding: 90px 12px 30px;
  overflow: scroll;
}

@-moz-keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*=================

    pager.scss

=======================*/
.pager_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pager_wrap .pager_prev_btn {
  display: block;
  width: 36px;
  min-width: 36px;
  height: 36px;
  line-height: 34px;
  border: 1px #4F4F4F solid;
  color: #333;
  background: #fff;
  margin: 0 4px 0 0;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .pager_wrap .pager_prev_btn {
    width: 32px;
    min-width: 32px;
    line-height: 30px;
    height: 32px;
  }
}
@media only screen and (max-width: 350px) {
  .pager_wrap .pager_prev_btn {
    margin: 0 2px 0 0;
  }
}
.pager_wrap .pager_prev_btn.active {
  background: #4F4F4F;
  color: #fff;
}
.pager_wrap .pager_next_btn {
  display: block;
  width: 36px;
  min-width: 36px;
  height: 36px;
  line-height: 34px;
  border: 1px #4F4F4F solid;
  color: #333;
  background: #fff;
  margin: 0 0 0 4px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .pager_wrap .pager_next_btn {
    width: 32px;
    min-width: 32px;
    line-height: 30px;
    height: 32px;
  }
}
@media only screen and (max-width: 350px) {
  .pager_wrap .pager_next_btn {
    margin: 0 0 0 2px;
  }
}
.pager_wrap .pager_next_btn.active {
  background: #4F4F4F;
  color: #fff;
}
.pager_wrap .pager_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pager_wrap .pager_list .pager_item {
  margin: 0 4px;
  font-size: 16px;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .pager_wrap .pager_list .pager_item {
    font-size: 12px;
    margin: 0 2px;
  }
}
.pager_wrap .pager_list .pager_link {
  display: inline-block;
  line-height: 34px;
  border: 1px #4F4F4F solid;
  color: #333;
  background: #fff;
  font-weight: bold;
  padding: 0 4px;
  min-width: 36px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .pager_wrap .pager_list .pager_link {
    min-width: 32px;
    line-height: 30px;
  }
}
.pager_wrap .pager_list .pager_link.active {
  background: #4F4F4F;
  color: #fff;
}

/*=================

    pankuzu.scss

=======================*/
.pankuzu_block {
  width: 100%;
  padding: 4px 64px;
  background: #F5F5F5;
}
@media only screen and (max-width: 1200px) {
  .pankuzu_block {
    padding: 4px 32px;
  }
}
@media only screen and (max-width: 960px) {
  .pankuzu_block {
    padding: 4px 12px;
  }
}
.pankuzu_block .pankuzu_list {
  width: 100%;
  margin: 0 auto;
}

.pankuzu_list {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.pankuzu_list::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.pankuzu_list .pankuzu_item {
  white-space: nowrap;
  line-height: 1.6;
  color: #333;
}
.pankuzu_list .pankuzu_item:after {
  content: ">";
  display: inline-block;
  margin: 0 4px 0 2px;
  vertical-align: 0;
}
.pankuzu_list .pankuzu_item:last-of-type:after {
  content: none;
}
.pankuzu_list .pankuzu_link {
  text-decoration: none;
  color: #333;
}

/*=================

    popup.scss

=======================*/
.popup_filter {
  display: none;
  position: fixed;
  z-index: 70;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: url(/static/admin/assets/images/ajax-loaders/4.gif) no-repeat center 50% rgba(0, 0, 0, 0.25);
}

.popup_wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 75;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: calc( 100% - 24px );
  max-width: 500px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 40px 12px 20px;
}
.popup_wrap.w640 {
  max-width: 640px;
}
.popup_wrap.talk_reserve {
  max-width: 640px;
}
@media only screen and (max-width: 500px) {
  .popup_wrap.talk_reserve {
    top: 60px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.popup_wrap.talk_reserve .common_btn02 {
  margin: 20px auto 0;
}
.popup_wrap .popup_close_btn {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 12px;
  right: 12px;
}
.popup_wrap .popup_close_btn img {
  display: block;
  width: 100%;
}
.popup_wrap .popup_inner {
  max-height: calc( 100vh - 160px );
  overflow-y: scroll;
}

.popup_talk_filter {
  display: none;
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: url(/static/admin/assets/images/ajax-loaders/4.gif) no-repeat center 50% rgba(0, 0, 0, 0.25);
}

.popup_talk_wrap {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 65;
  width: calc( 100% - 24px );
  max-width: 800px;
  height: 100%;
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 40px 12px 12px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup_talk_wrap.active {
  right: 0;
}
.popup_talk_wrap.w640 {
  max-width: 640px;
}
.popup_talk_wrap .popup_close_btn {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 12px;
  right: 12px;
}
.popup_talk_wrap .popup_close_btn img {
  display: block;
  width: 100%;
}
.popup_talk_wrap .popup_talk_inner {
  height: 100%;
}

.popup_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
}
.popup_btnarea .popup_btn {
  width: calc( 50% - 6px );
}

.popup_talk_block {
  height: calc( 100% - 240px );
}
.popup_talk_block .popup_talk_title {
  color: #333;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px #DFDFDF solid;
  margin: 0 0 20px;
}
.popup_talk_block .popup_talk_box {
  height: calc( 100% - 55px );
  overflow: scroll;
}
.popup_talk_block .popup_talk_list .popup_talk_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 10px;
}
.popup_talk_block .popup_talk_list .popup_talk_item:last-of-type {
  margin: 0;
}
.popup_talk_block .popup_talk_list .popup_talk_item.admin .popup_talk_pic {
  margin: 0 15px 0 0;
}
.popup_talk_block .popup_talk_list .popup_talk_item.admin .popup_talk_main:before {
  left: -8px;
  border-right: 8px solid #F5F5F5;
}
.popup_talk_block .popup_talk_list .popup_talk_item.user {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.popup_talk_block .popup_talk_list .popup_talk_item.user .popup_talk_pic {
  margin: 0 0 0 15px;
}
.popup_talk_block .popup_talk_list .popup_talk_item.user .popup_talk_main:before {
  right: -8px;
  border-left: 8px solid #F5F5F5;
}
.popup_talk_block .popup_talk_list .popup_talk_pic {
  display: block;
  width: 60px;
  min-width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .popup_talk_block .popup_talk_list .popup_talk_pic {
    width: 45px;
    min-width: 45px;
    height: 45px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
.popup_talk_block .popup_talk_list .popup_talk_main {
  position: relative;
  background: #F5F5F5;
  max-width: calc( 100% - 150px );
  margin: 10px 0 0;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 640px) {
  .popup_talk_block .popup_talk_list .popup_talk_main {
    max-width: calc( 100% - 60px );
  }
}
.popup_talk_block .popup_talk_list .popup_talk_main:before {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.popup_talk_block .popup_talk_list .popup_talk_text {
  color: #333;
  line-height: 1.5;
}
.popup_talk_block .popup_talk_list .popup_talk_text strong, .popup_talk_block .popup_talk_list .popup_talk_text b {
  font-weight: bold;
}
.popup_talk_block .popup_talk_list .popup_talk_text a {
  color: #2196f3;
  text-decoration: underline;
}

.popup_talk_status_block {
  margin: 10px 0;
  padding: 15px;
  background: #f4f9ff;
}
.popup_talk_status_block.cancel {
  background: #fff4f4;
}
.popup_talk_status_block.cancel .popup_talk_status_time {
  border: 1px #d2d2d2 solid;
}
.popup_talk_status_block.cancel .popup_talk_status_time span {
  color: #333;
}
.popup_talk_status_block .popup_talk_status_text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 10px;
}
.popup_talk_status_block .popup_talk_status_text span {
  white-space: nowrap;
  margin: 0 0 0 10px;
  color: #959595;
}
.popup_talk_status_block .popup_talk_status_time {
  color: #333;
  text-align: center;
  line-height: 1.5;
  padding: 5px 10px;
  border: 1px #03a9f4 solid;
  background: #fff;
}
.popup_talk_status_block .popup_talk_status_time span {
  display: block;
  color: #03a9f4;
}

.popup_talk_form_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0 0;
}
.popup_talk_form_block .form_textarea {
  width: calc( 100% - 90px );
}
@media only screen and (max-width: 640px) {
  .popup_talk_form_block .form_textarea {
    height: 80px;
  }
}
.popup_talk_form_block .common_btn02 {
  height: 120px;
  width: 80px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .popup_talk_form_block .common_btn02 {
    height: 80px;
  }
}

.popup_talk_reserve_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0 0;
}
.popup_talk_reserve_btnarea .popup_talk_reserve_btn {
  position: relative;
  outline: none;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 0;
  background: #03a9f4;
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .popup_talk_reserve_btnarea .popup_talk_reserve_btn {
    height: 50px;
  }
}
.popup_talk_reserve_btnarea .popup_talk_reserve_btn span {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.popup_talk_reserve_btnarea .popup_talk_report_btn {
  position: relative;
  outline: none;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 0;
  background: #8bc34a;
  border: none;
  padding: 0;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .popup_talk_reserve_btnarea .popup_talk_report_btn {
    height: 50px;
  }
}
.popup_talk_reserve_btnarea .popup_talk_report_btn span {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.popup_talk_reserve_btnarea .popup_talk_cancel_btn {
  position: relative;
  outline: none;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 0;
  background: #333;
  border: none;
  padding: 0;
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .popup_talk_reserve_btnarea .popup_talk_cancel_btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .popup_talk_reserve_btnarea .popup_talk_cancel_btn {
    height: 50px;
  }
}
@media only screen and (max-width: 350px) {
  .popup_talk_reserve_btnarea .popup_talk_cancel_btn {
    font-size: 10px;
  }
}
.popup_talk_reserve_btnarea .popup_talk_cancel_btn span {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.popup_reserve_block {
  display: none;
}
.popup_reserve_block.active {
  display: block;
}
.popup_reserve_block .popup_reserve_title {
  color: #333;
  line-height: 1.5;
  margin: 0 0 20px;
}
.popup_reserve_block .popup_reserve_report_text {
  color: #4caf50;
  background: #fff;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  border: 1px #4caf50 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.popup_reserve_block .popup_reserve_list .popup_reserve_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}
.popup_reserve_block .popup_reserve_list .popup_reserve_item:last-of-type {
  margin: 0;
}
.popup_reserve_block .popup_reserve_list .popup_reserve_box {
  width: calc( 100% - 100px );
  display: -webkit-flex;
  display: flex;
  border: 1px #DFDFDF solid;
  height: 50px;
}
@media only screen and (max-width: 640px) {
  .popup_reserve_block .popup_reserve_list .popup_reserve_box {
    width: calc( 100% - 80px );
  }
}
.popup_reserve_block .popup_reserve_list .popup_reserve_box .popup_reserve_num {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  background: #333;
  color: white;
}
.popup_reserve_block .popup_reserve_list .popup_reserve_box .popup_reserve_num span {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.popup_reserve_block .popup_reserve_list .popup_reserve_box .popup_reserve_input {
  display: block;
  width: calc( 100% - 48px );
  border: none;
  height: 48px;
  outline: none;
  color: #333;
  padding: 0 12px;
}
.popup_reserve_block .popup_reserve_list .common_btn05 {
  width: 90px;
  min-width: 90px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .popup_reserve_block .popup_reserve_list .common_btn05 {
    width: 70px;
    min-width: 70px;
  }
}

/*=================

    title.scss

=======================*/
.common_title01 {
  color: #333;
  line-height: 1.6;
}

.common_title02 {
  color: #333;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .common_title02 {
    font-size: 18px;
  }
}

.common_title03 {
  color: #333;
  line-height: 1.6;
  font-size: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .common_title03 {
    font-size: 24px;
  }
}

.common_title04 {
  color: #333;
  line-height: 1.6;
  padding: 8px 12px;
  background: #F5F5F5;
  border-left: 8px #A3A3A3 solid;
  margin: 0 0 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.page_title_block {
  position: relative;
  padding: 32px 64px;
  border-bottom: 1px #DFDFDF solid;
}
@media only screen and (max-width: 1200px) {
  .page_title_block {
    padding: 32px;
  }
}
@media only screen and (max-width: 960px) {
  .page_title_block {
    padding: 24px 12px;
  }
}
.page_title_block:after {
  content: "";
  display: block;
  width: 200px;
  height: 5px;
  background: #FF4F51;
  position: absolute;
  left: 64px;
  bottom: -3px;
}
@media only screen and (max-width: 1200px) {
  .page_title_block:after {
    left: 32px;
  }
}
@media only screen and (max-width: 960px) {
  .page_title_block:after {
    left: 12px;
    width: 120px;
  }
}
.page_title_block .page_title {
  line-height: 1.6;
  color: #4F4F4F;
  font-family: "Arial", "メイリオ";
}
.page_title_block .page_title span {
  display: block;
  font-size: 42px;
  color: #333;
  letter-spacing: 2px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .page_title_block .page_title span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .page_title_block .page_title span {
    letter-spacing: 1px;
  }
}

/*=================

    text.scss

=======================*/
.common_text01 {
  color: #333;
  line-height: 1.6;
}

.common_text02 {
  color: #4F4F4F;
  line-height: 1.6;
}

.common_text03 {
  color: #333;
  line-height: 1.6;
}

.common_status01 {
  display: none;
  position: fixed;
  top: 120px;
  left: 50%;
  width: calc( 100% - 24px );
  max-width: 300px;
  line-height: 1.6;
  text-align: center;
  padding: 8px;
  color: #0EB784;
  background: #E5F8EC;
  z-index: 50;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .common_status01 {
    top: 95px;
  }
}

.common_status02 {
  display: none;
  position: fixed;
  top: 120px;
  left: 50%;
  width: calc( 100% - 24px );
  max-width: 300px;
  line-height: 1.6;
  text-align: center;
  padding: 8px;
  color: #FF4F51;
  background: #ffeded;
  z-index: 50;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .common_status02 {
    top: 95px;
  }
}

/*=================

    top.scss

=======================*/
.top_slider_wrap {
  margin: 0 0 64px;
}
@media only screen and (max-width: 960px) {
  .top_slider_wrap {
    margin: 0 0 40px;
  }
}
.top_slider_wrap .top_slider_item {
  display: block;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 960px) {
  .top_slider_wrap .top_slider_item {
    height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .top_slider_wrap .top_slider_item {
    height: 220px;
  }
}
.top_slider_wrap .slick-dots {
  bottom: 24px;
}
@media only screen and (max-width: 640px) {
  .top_slider_wrap .slick-dots {
    bottom: 16px;
  }
}

.top_wrap {
  padding: 0 12px 120px;
}
@media only screen and (max-width: 960px) {
  .top_wrap {
    padding: 0 12px 60px;
  }
}

/*=================

    search.scss

=======================*/
.search_block {
  border: 1px #DFDFDF solid;
  padding: 40px;
  margin: 0 0 64px;
}
@media only screen and (max-width: 1000px) {
  .search_block {
    padding: 24px;
  }
}
@media only screen and (max-width: 960px) {
  .search_block {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .search_block {
    padding: 12px;
  }
}
.search_block .common_title01 {
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .search_block .common_title01 {
    margin: 0 0 16px;
  }
}
.search_block .search_form_list .search_form_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 24px;
}
.search_block .search_form_list .search_form_item:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .search_block .search_form_list .search_form_item {
    display: block;
    margin: 0 0 16px;
  }
}
.search_block .search_form_list .search_form_title {
  width: 215px;
  margin: 0 24px 0 0;
  color: #333;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .search_block .search_form_list .search_form_title {
    width: 100%;
    margin: 0 0 8px;
  }
}
.search_block .search_form_list .search_form_main {
  width: calc( 100% - 239px );
}
@media only screen and (max-width: 960px) {
  .search_block .search_form_list .search_form_main {
    width: 100%;
  }
}
.search_block .search_form_list .search_form_input_block {
  display: -webkit-flex;
  display: flex;
  max-width: 523px;
  width: 100%;
}
.search_block .search_form_list .search_form_input_block .search_form_input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px #DFDFDF solid;
  height: 40px;
  padding: 0 16px;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .search_block .search_form_list .search_form_input_block .search_form_input {
    padding: 0 8px;
  }
}
.search_block .search_form_list .search_form_input_block .search_submit_btn {
  outline: none;
  display: block;
  width: 96px;
  min-width: 96px;
  height: 40px;
  padding: 0;
  border: none;
  color: #fff;
  background: #FF4F51;
}
@media only screen and (max-width: 960px) {
  .search_block .search_form_list .search_form_input_block .search_submit_btn {
    width: 60px;
    min-width: 60px;
  }
}
.search_block .search_form_list .search_form_cat_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -8px;
}
.search_block .search_form_list .search_form_cat_list .search_form_cat_item {
  margin: 0 16px 8px 0;
}
.search_block .search_form_list .search_form_cat_list .search_form_cat_link {
  display: inline-block;
  color: #333;
  line-height: 1.6;
}
.search_block .search_form_list .search_form_change_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .search_block .search_form_list .search_form_change_block {
    display: block;
  }
}
.search_block .search_form_list .search_form_change_block .search_form_change_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 24px 0 0;
}
.search_block .search_form_list .search_form_change_block .search_form_change_box:last-of-type {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .search_block .search_form_list .search_form_change_block .search_form_change_box {
    margin: 0 12px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .search_block .search_form_list .search_form_change_block .search_form_change_box {
    margin: 0 0 12px;
  }
}
.search_block .search_form_list .search_form_change_block .search_form_change_title {
  color: #333;
  line-height: 1.6;
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 960px) {
  .search_block .search_form_list .search_form_change_block .search_form_change_title {
    margin: 0 8px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .search_block .search_form_list .search_form_change_block .search_form_change_title {
    width: 110px;
    font-size: 12px;
  }
}
.search_block .search_form_list .search_form_change_block .search_form_select {
  outline: none;
  display: block;
  width: 178px;
  height: 34px;
  border: 1px #DFDFDF solid;
  background: url("../images/common/arrow01.svg") right 8px center no-repeat #fff;
  background-size: 18px;
  padding: 0 26px 0 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #333;
}
@media only screen and (max-width: 960px) {
  .search_block .search_form_list .search_form_change_block .search_form_select {
    padding: 0 26px 0 8px;
  }
}
@media only screen and (max-width: 640px) {
  .search_block .search_form_list .search_form_change_block .search_form_select {
    width: calc( 100% - 118px );
  }
}

/*=================

    project.scss

=======================*/
.project_tab_list {
  overflow-x: scroll;
  display: -webkit-flex;
  display: flex;
  padding: 0 0 4px;
  margin: 0 0 32px;
}
@media only screen and (max-width: 960px) {
  .project_tab_list {
    margin: 0 0 20px;
  }
}
.project_tab_list .project_tab_item {
  cursor: pointer;
  position: relative;
  padding: 0 16px 0 0;
  margin: 0 16px 0 0;
  white-space: nowrap;
  color: #333;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .project_tab_list .project_tab_item {
    padding: 0 12px 0 0;
    margin: 0 12px 0 0;
  }
}
.project_tab_list .project_tab_item.active {
  color: #FF4F51;
}
.project_tab_list .project_tab_item.active span {
  border-bottom: 4px #FF4F51 solid;
}
.project_tab_list .project_tab_item:last-of-type {
  padding: 0;
  margin: 0;
}
.project_tab_list .project_tab_item:last-of-type:after {
  content: none;
}
.project_tab_list .project_tab_item:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  border-right: 1px #DFDFDF dashed;
  position: absolute;
  right: 0;
  top: calc( 50% - 4px );
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project_tab_list .project_tab_item span {
  display: inline-block;
  padding: 0 0 4px;
  border-bottom: 4px #fff solid;
}

.project_list_wrap .project_list_block {
  display: none;
}
.project_list_wrap .project_list_block.active {
  display: block;
}
.project_list{
	-js-display: flex;
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
	.project_list{
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
}
.project_list .project_item {
	width: calc( ( 100% - 48px ) / 3 );
  border: 1px #DFDFDF solid;
  padding: 16px;
	margin: 0 24px 36px 0;
/*   margin: 0 0 36px; */
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_list .project_item:nth-of-type(3n){
	margin: 0 0 36px;
}
@media only screen and (max-width: 960px) {
	.project_list .project_item {
		margin: 0 0 24px;
		width: calc( 50% - 12px );
	}
	.project_list .project_item:nth-of-type(3n){
		margin: 0 0 24px;
	}
}
@media only screen and (max-width: 640px) {
	.project_list .project_item {
		width: 100%;
	}
	.project_list .project_item:last-of-type{
		margin: 0;
	}
}
/*
@media only screen and (max-width: 960px) {
  .project_list .project_item {
    padding: 12px;
    margin: 0 0 24px;
  }
}
*/
/*
.project_list .project_item:last-of-type {
  margin: 0;
}
*/
.project_list .project_item:hover {
  border: 1px #A3A3A3 solid;
}
.project_list .project_item_info {
/*
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
*/
  margin: 0 0 16px;
}
@media only screen and (max-width: 960px) {
  .project_list .project_item_info {
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .project_list .project_item_info {
    display: block;
  }
}
.project_list .project_item_info .project_item_info_main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
/*   margin: 0 0 8px; */
}
/*
@media only screen and (max-width: 640px) {
  .project_list .project_item_info .project_item_info_main {
    margin: 0 0 8px;
  }
}
*/
.project_list .project_item_info .project_item_info_main .common_text01 {
  margin: 0 24px 0 0;
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  .project_list .project_item_info .project_item_info_main .common_text01 {
    margin: 0 12px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .project_list .project_item_info .project_item_info_main .common_text01 {
    margin: 0 8px 0 0;
  }
}
.project_list .project_item_info .project_item_info_main .common_text01:last-of-type {
  margin: 0;
}
.project_list .project_item_info .project_item_info_sub {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: end;
  justify-content: end;
  margin: 8px 0 0;
}
/*
@media only screen and (max-width: 640px) {
  .project_list .project_item_info .project_item_info_sub {
    -webkit-justify-content: end;
    justify-content: end;
  }
}
*/
.project_list .project_item_info .project_item_info_sub .project_item_info_label {
  display: inline-block;
  padding: 2px 16px;
  background: #696969;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  min-width: 88px;
  margin: 0 0 0 16px;
}
@media only screen and (max-width: 960px) {
  .project_list .project_item_info .project_item_info_sub .project_item_info_label {
    margin: 0 0 0 12px;
    padding: 2px 8px;
  }
}
/*
.project_list .project_link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  align-items: start;
}
@media only screen and (max-width: 640px) {
  .project_list .project_link {
    display: block;
  }
}
*/
.project_list .project_link .project_pic {
  overflow: hidden;
  display: block;
/*   width: 336px; */
/*   height: 223px; */
/*   margin: 0 24px 0 0; */
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 12px;
}
/*
@media only screen and (max-width: 960px) {
  .project_list .project_link .project_pic {
    width: 250px;
    height: 180px;
    margin: 0 12px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .project_list .project_link .project_pic {
    width: 100%;
    height: inherit;
    padding-top: 56.25%;
    margin: 0 0 12px;
  }
}
*/
.project_list .project_link .project_pic .project_label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 2px 16px;
  max-width: 55%;
  background: #FF4F51;
  color: #fff;
  line-height: 1.6;
}
.project_list .project_link .project_pic .project_limit_label {
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  text-align: center;
  height: 30px;
  width: 150px;
  background: #FF4F51;
  color: #fff;
  line-height: 30px;
  padding: 0 0 0 30px;
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
/*
.project_list .project_link .project_main {
  width: calc( 100% - 360px );
}
@media only screen and (max-width: 960px) {
  .project_list .project_link .project_main {
    width: calc( 100% - 262px );
  }
}
@media only screen and (max-width: 640px) {
  .project_list .project_link .project_main {
    width: 100%;
  }
}
*/
.project_list .project_link .project_main .project_title {
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 8px;
}

@media only screen and (max-width: 960px) {
  .project_list .project_link .project_main .project_title {
    margin: 0 0 4px;
  }
}
.project_list .project_link .project_main .project_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
  line-height: 1.6;
}

.project_list .project_link .project_main .project_table .project_table_title {
  width: 124px;
  color: #333;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .project_list .project_link .project_main .project_table .project_table_title {
    width: 90px;
  }
}
.project_list .project_link .project_main .project_table .project_table_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #4F4F4F;
  vertical-align: middle;
}
.project_list .project_link .project_main .project_table .project_table_text.special {
  -webkit-line-clamp: 2;
}

.project_cat_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project_cat_list .project_cat_item {
  margin: 0 12px 8px 0;
}
@media only screen and (max-width: 640px) {
  .project_cat_list .project_cat_item {
    margin: 0 8px 8px 0;
  }
}
.project_cat_list .project_cat_item {
  color: #333;
  background: #ffeded;
  line-height: 1.6;
  padding: 2px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.project-d_common_block {
  margin: 0 0 60px;
}
@media only screen and (max-width: 640px) {
  .project-d_common_block {
    margin: 0 0 40px;
  }
}
.project-d_common_block.form {
  padding: 0 0 40px;
  border-bottom: 1px #DFDFDF solid;
}
@media only screen and (max-width: 640px) {
  .project-d_common_block.form {
    padding: 0 0 30px;
  }
}

.project-d_title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .project-d_title {
    margin: 0 0 16px;
  }
}

.project-d_table {
  width: 100%;
  line-height: 1.6;
  border: 1px #DFDFDF solid;
}
.project-d_table .project-d_table_title {
  font-weight: bold;
  width: 200px;
  padding: 12px;
  vertical-align: top;
  border: 1px #DFDFDF solid;
  background: #696969;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .project-d_table .project-d_table_title {
    width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .project-d_table .project-d_table_title {
    width: 120px;
  }
}
.project-d_table .project-d_table_info {
  padding: 12px;
  color: #333;
  border: 1px #DFDFDF solid;
}
.project-d_table .project-d_table_info a {
  color: #2196f3;
}
.project-d_table .project-d_item_list .project-d_item {
  margin: 0 0 8px;
}
.project-d_table .project-d_item_list .project-d_item:last-of-type {
  margin: 0;
}

.project-d_cat_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-d_cat_list .project-d_cat_item {
  margin: 0 12px 8px 0;
}
@media only screen and (max-width: 640px) {
  .project-d_cat_list .project-d_cat_item {
    margin: 0 8px 8px 0;
  }
}
.project-d_cat_list .project-d_cat_item {
  color: #333;
  background: #ffeded;
  line-height: 1.6;
  padding: 2px 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.project-d_fixed_block {
  position: sticky;
  z-index: 50;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 0;
}
.project-d_fixed_block .project-d_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.project-d_fixed_block .project-d_btnarea .btn_width01 {
  width: 120px;
  margin: 0 12px 0 0;
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 960px) {
  .project-d_fixed_block .project-d_btnarea .btn_width01 {
    width: 60px;
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
  }
}
.project-d_fixed_block .project-d_btnarea .btn_width02 {
  width: calc( 100% - 132px );
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 960px) {
  .project-d_fixed_block .project-d_btnarea .btn_width02 {
    width: calc( 100% - 66px );
    height: 40px;
    line-height: 40px;
  }
}
.project-d_fixed_block .project-d_btnarea .btn_width03 {
  width: calc( ( 100% - 144px ) / 2 );
  height: 50px;
  line-height: 48px;
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 960px) {
  .project-d_fixed_block .project-d_btnarea .btn_width03 {
    width: calc( ( 100% - 72px ) / 2 );
    height: 40px;
    line-height: 38px;
    margin: 0 6px 0 0;
  }
}
.project-d_fixed_block .project-d_btnarea .btn_width04 {
  width: calc( ( 100% - 144px ) / 2 );
  height: 50px;
  line-height: 50px;
}
@media only screen and (max-width: 960px) {
  .project-d_fixed_block .project-d_btnarea .btn_width04 {
    width: calc( ( 100% - 72px ) / 2 );
    height: 40px;
    line-height: 40px;
  }
}

.project-d_form_price {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.project-d_form_price .form_input {
  width: 300px;
  margin: 0 8px 0 0;
}

/*=================

    promo.scss

=======================*/
.promo_search_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #F5F5F5;
  padding: 12px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .promo_search_block {
    margin: 0 0 32px;
  }
}
@media only screen and (max-width: 640px) {
  .promo_search_block {
    display: block;
  }
}
.promo_search_block .promo_search_main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .promo_search_block .promo_search_main {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 6px;
  }
}
.promo_search_block .promo_search_main .promo_search_box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 960px) {
  .promo_search_block .promo_search_main .promo_search_box {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .promo_search_block .promo_search_main .promo_search_box {
    width: calc( ( 100% - 12px ) / 3 );
    margin: 0;
  }
}
.promo_search_block .promo_search_main .promo_search_title {
  white-space: nowrap;
  color: #333;
  line-height: 1.6;
  margin: 0 8px 0 0;
}
@media only screen and (max-width: 960px) {
  .promo_search_block .promo_search_main .promo_search_title {
    margin: 0 0 4px;
  }
}
.promo_search_block .promo_search_main .promo_search_select {
  outline: none;
  display: block;
  height: 34px;
  border: 1px #DFDFDF solid;
  background: #fff;
  padding: 0 24px 0 8px;
  color: #333;
  background: url("../images/common/arrow01.svg") right 8px center no-repeat #fff;
  background-size: 12px;
  appearance: none;
  -webkit-appearance: none;
}
.promo_search_block .promo_search_main .promo_search_select.w70 {
  width: 70px;
}
@media only screen and (max-width: 960px) {
  .promo_search_block .promo_search_main .promo_search_select.w70 {
    width: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .promo_search_block .promo_search_main .promo_search_select.w70 {
    width: 100%;
  }
}
.promo_search_block .promo_search_main .promo_search_select.w120 {
  width: 120px;
}
@media only screen and (max-width: 640px) {
  .promo_search_block .promo_search_main .promo_search_select.w120 {
    width: 100%;
  }
}
.promo_search_block .common_btn05 {
  height: 34px;
  line-height: 32px;
  max-width: 180px;
}
@media only screen and (max-width: 640px) {
  .promo_search_block .common_btn05 {
    max-width: 100%;
  }
}

.promo_list .promo_item {
  margin: 0 0 36px;
}
@media only screen and (max-width: 960px) {
  .promo_list .promo_item {
    margin: 0 0 24px;
  }
}
.promo_list .promo_item:last-of-type {
  margin: 0;
}
.promo_list .promo_link {
  display: block;
  border: 1px #DFDFDF solid;
  padding: 24px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 960px) {
  .promo_list .promo_link {
    padding: 12px;
  }
}
.promo_list .promo_link:hover {
  border: 1px #A3A3A3 solid;
}
.promo_list .promo_main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  align-items: start;
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 1px #DFDFDF solid;
}
.promo_list .promo_main .promo_title {
  width: calc( 100% - 132px );
  color: #333;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  .promo_list .promo_main .promo_title {
    width: calc( 100% - 102px );
  }
}
.promo_list .promo_main .promo_title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #4F4F4F;
  font-weight: normal;
}
.promo_list .promo_main .promo_label {
  display: inline-block;
  padding: 2px 16px;
  background: #696969;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  min-width: 116px;
  margin: 0 0 0 16px;
}
@media only screen and (max-width: 960px) {
  .promo_list .promo_main .promo_label {
    margin: 0 0 0 12px;
    padding: 2px 8px;
    min-width: 90px;
  }
}
.promo_list .common_text01 {
  margin: 0 0 12px;
}

.promo_table {
  width: 100%;
  line-height: 1.6;
  border: 1px #DFDFDF solid;
}
.promo_table tr:nth-of-type(odd) {
  background: #F5F5F5;
}
.promo_table .promo_table_title {
  font-weight: bold;
  background: #696969;
  color: #fff;
  padding: 4px;
}
.promo_table .promo_table_text {
  padding: 4px;
  color: #333;
}
.promo_table .promo_table_text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.promo_table .promo_table_text:first-of-type {
  width: 80%;
  border-right: 1px #DFDFDF solid;
}
.promo_table .promo_table_text:last-of-type {
  width: 20%;
  min-width: 100px;
  text-align: right;
}

/* detail */
.promo-d_wrap .promo-d_title_block {
  background: #F5F5F5;
  padding: 24px;
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .promo-d_wrap .promo-d_title_block {
    padding: 12px;
  }
}
.promo-d_wrap .promo-d_label {
  display: inline-block;
  padding: 2px 16px;
  background: #696969;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  min-width: 116px;
  margin: 0 0 8px;
}
@media only screen and (max-width: 960px) {
  .promo-d_wrap .promo-d_label {
    padding: 2px 8px;
    min-width: 90px;
  }
}
.promo-d_wrap .promo-d_main .common_title02 {
  margin: 0 0 4px;
}
.promo-d_wrap .promo-d_main .common_text01 {
  margin: 0 0 24px;
}
.promo-d_wrap .promo-d_sub {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px #DFDFDF solid;
}
.promo-d_wrap .promo-d_sub .common_title02 {
  margin: 0 0 20px;
}

.promo-d_list {
  margin: 0 0 40px;
}
.promo-d_list .promo-d_item {
  margin: 0 0 20px;
}
.promo-d_list .promo-d_item:last-of-type {
  margin: 0;
}
.promo-d_list .promo-d_title {
  color: #333;
  line-height: 1.6;
  margin: 0 0 12px;
}
.promo-d_list .promo-d_choose {
  width: 100%;
}

.promo-d_radio_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -12px;
}
@media only screen and (max-width: 960px) {
  .promo-d_radio_list {
    margin: 0 0 -8px;
  }
}
.promo-d_radio_list .promo-d_radio_item {
  margin: 0 12px 12px 0;
}
@media only screen and (max-width: 960px) {
  .promo-d_radio_list .promo-d_radio_item {
    margin: 0 8px 8px 0;
  }
}

.promo-d_choose_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .promo-d_choose_flex {
    display: block;
  }
}

.promo-d_radio_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 0 12px;
}
@media only screen and (max-width: 768px) {
  .promo-d_radio_block {
    margin: 12px 0 0;
  }
}
.promo-d_radio_block .promo-d_radio_label .promo-d_radio_input {
  display: none;
}
.promo-d_radio_block .promo-d_radio_label .promo-d_radio_input:checked + .promo-d_date_block:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #FF4F51;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-d_radio_block .promo-d_date_block {
  position: relative;
  padding: 0 0 0 28px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.promo-d_radio_block .promo-d_date_block:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #DFDFDF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promo-d_radio_block .promo-d_date_block .common_text01 {
  margin: 0 8px;
}
@media only screen and (max-width: 960px) {
  .promo-d_radio_block .promo-d_date_block .common_text01 {
    margin: 0 4px;
  }
}
.promo-d_radio_block .promo-d_date_block .form_input {
  padding: 0 4px 0 12px;
}
@media only screen and (max-width: 400px) {
  .promo-d_radio_block .promo-d_date_block .form_input {
    width: 125px;
    padding: 0 4px 0 8px;
  }
}

/*=================

    editor.scss

=======================*/
.editor_main_pic {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 960px) {
  .editor_main_pic {
    margin: 0 auto 16px;
  }
}

.editor_wrap {
  color: #333;
  line-height: 1.6;
}
.editor_wrap h2 {
  padding: 0 12px 10px;
  border-bottom: 1px #DFDFDF solid;
  margin: 0 0 12px;
}
.editor_wrap h3 {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 12px;
}
@media only screen and (max-width: 960px) {
  .editor_wrap h3 {
    padding: 0 0 0 16px;
  }
}
.editor_wrap h3:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #FF4F51;
}
@media only screen and (max-width: 960px) {
  .editor_wrap h3:before {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
.editor_wrap p {
  margin: 0 0 24px;
}
.editor_wrap p a {
  display: inline;
  margin: 0;
}
.editor_wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 24px;
}
.editor_wrap big {
  font-size: larger;
}
.editor_wrap small {
  font-size: smaller;
}
.editor_wrap i, .editor_wrap dfn, .editor_wrap em {
  font-style: italic;
}
.editor_wrap strong, .editor_wrap b {
  font-weight: bold;
}
.editor_wrap ins {
  text-decoration: underline;
}
.editor_wrap sup {
  vertical-align: super;
  font-size: smaller;
}
.editor_wrap a {
  display: block;
  color: #2196f3;
  margin: 0 0 24px;
}
.editor_wrap .huto {
  font-weight: bold;
}
.editor_wrap .hutoaka {
  font-weight: bold;
  color: red;
}
.editor_wrap .oomozi {
  font-size: 20px;
  font-weight: bold;
}
.editor_wrap .italic {
  font-style: italic;
}
.editor_wrap .komozi {
  font-size: 12px;
}
.editor_wrap .dotline {
  border-bottom: 1px #959595 dotted;
}
.editor_wrap .sankou {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: #ff9800;
}
.editor_wrap .st-hisu {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 0 5px;
  margin: 0 10px 0 0;
  background: red;
}
.editor_wrap code {
  color: #333;
  padding: 4px;
  background: #eee;
  margin: 2px;
  border-radius: 2px;
  font-size: .9em;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.editor_wrap .marker {
  font-weight: bold;
  color: #333;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(255, 79, 81, 0.3) 70%);
}
.editor_wrap .ymarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #fce57b 30%);
}
.editor_wrap .ymarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #fce57b 75%);
}
.editor_wrap .rmarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #ffd4d4 30%);
}
.editor_wrap .rmarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #ffd4d4 75%);
}
.editor_wrap .bmarker {
  background: linear-gradient(rgba(0, 0, 0, 0) 30%, #d4e9ff 30%);
}
.editor_wrap .bmarker-s {
  background: linear-gradient(rgba(0, 0, 0, 0) 75%, #d4e9ff 75%);
}

/*=================

    mypage.scss

=======================*/
.mypage_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 -16px;
}
@media only screen and (max-width: 640px) {
  .mypage_list {
    margin: 0 0 -12px;
  }
}
.mypage_list .mypage_item {
  width: calc( 50% - 8px );
  margin: 0 0 16px;
}
@media only screen and (max-width: 640px) {
  .mypage_list .mypage_item {
    width: calc( 50% - 6px );
    margin: 0 0 12px;
  }
}
.mypage_list .mypage_link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
  color: #333;
  text-align: center;
  line-height: 1.6;
  border: 1px #DFDFDF solid;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .mypage_list .mypage_link {
    padding: 12px;
  }
}
.mypage_list .mypage_link:hover {
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.mypage_list .mypage_link img {
  display: block;
  width: 40px;
  margin: 0 auto 8px;
}
@media only screen and (max-width: 640px) {
  .mypage_list .mypage_link img {
    width: 32px;
  }
}

.mypage_block {
  margin: 0 0 60px;
}
@media only screen and (max-width: 640px) {
  .mypage_block {
    margin: 0 0 40px;
  }
}
.mypage_block:last-of-type {
  margin: 0;
}
.mypage_block .common_title02 {
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .mypage_block .common_title02 {
    margin: 0 0 16px;
  }
}
.mypage_block .common_text01 {
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .mypage_block .common_text01 {
    margin: 0 0 16px;
  }
}

.mypage_table_block {
  overflow-x: scroll;
}

.mypage_table {
  width: 100%;
  border: 1px #DFDFDF solid;
  line-height: 1.6;
}
.mypage_table .mypage_table_title {
  white-space: nowrap;
  font-weight: bold;
  background: #696969;
  padding: 12px;
  color: #fff;
  border: 1px #DFDFDF solid;
}
.mypage_table .mypage_table_title.check {
  width: 44px;
}
.mypage_table .mypage_table_title.button {
  width: 84px;
}
.mypage_table .mypage_table_title.status {
  width: 130px;
}
.mypage_table .mypage_table_title.invoice-name {
  min-width: 200px;
}
.mypage_table .mypage_table_title.project-name {
  min-width: 200px;
}
.mypage_table .mypage_table_info {
  color: #333;
  padding: 8px 12px;
  border: 1px #DFDFDF solid;
}
.mypage_table .mypage_table_info span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.mypage_request_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media only screen and (max-width: 350px) {
  .mypage_request_block {
    display: block;
  }
}
.mypage_request_block .mypage_request_status {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 350px) {
  .mypage_request_block .mypage_request_status {
    margin: 0 0 8px;
  }
}
.mypage_request_block .mypage_request_status .mypage_request_status_title {
  color: #333;
  line-height: 1.6;
  white-space: nowrap;
  margin: 0 8px 0 0;
}
.mypage_request_block .mypage_request_status .form_select {
  width: 200px;
  height: 38px;
}
@media only screen and (max-width: 640px) {
  .mypage_request_block .mypage_request_status .form_select {
    width: 120px;
  }
}
@media only screen and (max-width: 350px) {
  .mypage_request_block .mypage_request_status .form_select {
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  .mypage_request_block .common_btn01 {
    width: 100%;
  }
}

.mypage_request_tab_list {
  display: -webkit-flex;
  display: flex;
}
.mypage_request_tab_list .mypage_request_tab_item {
  cursor: pointer;
  margin: 0 8px 0 0;
  line-height: 1.6;
  padding: 8px 12px;
  color: #333;
  background: #F5F5F5;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
@media only screen and (max-width: 640px) {
  .mypage_request_tab_list .mypage_request_tab_item {
    margin: 0 4px 0 0;
  }
}
.mypage_request_tab_list .mypage_request_tab_item.active {
  background: #696969;
  color: #fff;
}

.mypage_request_table_block .mypage_table_block {
  display: none;
}
.mypage_request_table_block .mypage_table_block.active {
  display: block;
}

.mypage_intro_block {
  padding: 20px;
  margin: 40px 0 0;
  background: #F5F5F5;
}
@media only screen and (max-width: 960px) {
  .mypage_intro_block {
    padding: 15px 10px;
  }
}
.mypage_intro_block .mypage_intro_text {
  color: #333;
  line-height: 1.5;
  margin: 0 0 20px;
}
.mypage_intro_block .mypage_intro_text span {
  font-weight: bold;
}
.mypage_intro_block .mypage_intro_share_block {
  background: #fff;
  padding: 20px;
  border: 1px #DFDFDF solid;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 960px) {
  .mypage_intro_block .mypage_intro_share_block {
    padding: 15px 10px;
  }
}
.mypage_intro_block .mypage_intro_share_block .mypage_intro_share_text {
  color: #333;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
  .mypage_intro_block .mypage_intro_share_block .mypage_intro_share_text {
    margin: 0 0 15px;
  }
}
.mypage_intro_block .mypage_intro_share_block .mypage_intro_share_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 20px 0 0;
  border-top: 1px #DFDFDF solid;
}
@media only screen and (max-width: 960px) {
  .mypage_intro_block .mypage_intro_share_block .mypage_intro_share_list {
    padding: 15px 0 0;
  }
}
.mypage_intro_block .mypage_intro_share_block .mypage_intro_share_list .mypage_intro_share_item {
  display: block;
  width: 40px;
  margin: 0 5px;
}
.mypage_intro_block .mypage_intro_share_block .mypage_intro_share_list .mypage_intro_share_link {
  display: block;
  width: 100%;
}
.mypage_intro_block .mypage_intro_share_block .mypage_intro_share_list .mypage_intro_share_link img {
  display: block;
  width: 100%;
}

.mypage_campaign_block {
  padding: 20px;
  margin: 40px 0 0;
  background: #F5F5F5;
}
@media only screen and (max-width: 960px) {
  .mypage_campaign_block {
    padding: 15px 10px;
  }
}
.mypage_campaign_block .mypage_campaign_list .mypage_campaign_item {
  margin: 0 0 20px;
}
.mypage_campaign_block .mypage_campaign_list .mypage_campaign_item:last-of-type {
  margin: 0;
}
.mypage_campaign_block .mypage_campaign_list .mypage_campaign_title {
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 10px;
}
.mypage_campaign_block .mypage_campaign_list .mypage_campaign_textarea {
  background: #fff;
  padding: 20px;
  border: 1px #DFDFDF solid;
}
@media only screen and (max-width: 960px) {
  .mypage_campaign_block .mypage_campaign_list .mypage_campaign_textarea {
    padding: 15px 10px;
  }
}
.mypage_campaign_block .mypage_campaign_list .mypage_campaign_text {
  color: #333;
  line-height: 1.5;
}
.mypage_campaign_block .mypage_campaign_list .mypage_campaign_text span {
  font-weight: bold;
}

/* file */
.file_wrap {
  padding: 40px 20px;
  overflow: scroll;
}

.file_block {
  width: 840px;
  margin: 0 auto;
  border: 1px #DFDFDF solid;
  padding: 40px;
  line-height: 1.6;
  color: #000;
}
.file_block .file_main_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 32px;
}
.file_block .file_main_text {
  margin: 0 0 24px;
}
.file_block .file_info_block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 32px;
}
.file_block .file_info_block .file_info_main {
  width: 65%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.file_block .file_info_block .file_info_main .file_company_name {
  display: block;
  padding: 0 0 4px;
  border-bottom: 1px #000 solid;
  margin: 0 0 24px;
}
.file_block .file_info_block .file_info_sub {
  width: 30%;
}
.file_block .file_price_text {
  padding: 0 0 4px;
  border-bottom: 2px #000 solid;
}

.file_table_block {
  margin: 0 0 60px;
}

.file_table {
  width: 100%;
  border: 1px #000 solid;
  margin: 0 0 24px;
}
.file_table.w600 {
  max-width: 600px;
}
.file_table th {
  padding: 8px;
  border: 1px #000 solid;
  height: 36px;
  font-weight: bold;
  text-align: center;
  background: #F5F5F5;
}
.file_table td {
  padding: 8px;
  border: 1px #000 solid;
  height: 36px;
}
.file_table td.total {
  color: #fff;
  background: #696969;
}
.file_table td.total_price {
  font-weight: bold;
}
.file_table td.all_total {
  background: #333;
  color: #fff;
}

/* project */
.mypage_project_select_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 0 20px;
}
.mypage_project_select_block .mypage_project_select_title {
  color: #333;
  line-height: 1.5;
  margin: 0 10px 0 0;
}
.mypage_project_select_block .form_select {
  width: 150px;
  height: 34px;
}
@media only screen and (max-width: 640px) {
  .mypage_project_select_block .form_select {
    width: 120px;
  }
}

/*
>>>>>>> c042e63a24711bec4bbf2f3edfb92a610f1883b2
.mypage_project_wrap .project_list{
	display: block;
}
.mypage_project_wrap .project_list .project_item{
	width: 100%;
	margin: 0 0 24px;
}
.mypage_project_wrap .project_list .project_item:hover {
  border: 1px #DFDFDF solid;
}
@media only screen and (max-width: 640px) {
  .mypage_project_wrap .project_list .project_item_info .project_item_info_sub {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 960px) {
  .mypage_project_wrap .project_list .project_item_info .project_item_info_sub .project_item_info_label {
    margin: 0;
  }
}

.mypage_project_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .mypage_project_block {
    display: block;
  }
}

.mypage_project_block .mypage_project_title {
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .mypage_project_block .mypage_project_title {
    margin: 0 0 20px;
  }
}
.mypage_project_block .mypage_project_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .mypage_project_block .mypage_project_btnarea {
    width: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.mypage_project_block .mypage_project_btnarea .common_btn04 {
  min-width: 150px;
  width: 150px;
}
@media only screen and (max-width: 640px) {
  .mypage_project_block .mypage_project_btnarea .common_btn04 {
    width: calc( 50% - 5px );
    min-width: inherit;
  }
}
.mypage_project_block .mypage_project_btnarea .common_btn02 {
  min-width: 150px;
  width: 150px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .mypage_project_block .mypage_project_btnarea .common_btn02 {
    width: calc( 50% - 5px );
    min-width: inherit;
  }
}

.mypage_project_choose_block {
  display: block;
  width: 100%;
  height: 400px;
  padding: 20px;
  overflow: scroll;
  border: 1px #DFDFDF solid;
}
@media only screen and (max-width: 640px) {
=======
*/
.mypage_project_list{
	display: block;
}
.mypage_project_list .mypage_project_item{
	position: relative;
	display: block;
	margin: 0 0 24px;
}
.mypage_project_list .mypage_project_item:last-of-type{
	margin: 0;
}
.mypage_project_block{
	position: relative;
	border: 1px #DFDFDF solid;
	padding: 20px;
}
@media only screen and (max-width: 640px) {
	.mypage_project_block{
		padding: 20px 15px;
	}
}
.mypage_project_title {
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 15px;
  font-weight: bold;
}
.mypage_project_inner{
	-js-display: flex;
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
@media only screen and (max-width: 640px) {
	.mypage_project_inner{
		display: block;
	}
}
.mypage_project_pic{
	display: block;
	width: 300px;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 20px 0 0;
}
@media only screen and (max-width: 960px) {
	.mypage_project_pic{
		width: 240px;
		height: 160px;
	}
}
@media only screen and (max-width: 640px) {
	.mypage_project_pic{
		width: 100%;
		height: inherit;
		padding-top: 56.25%;
		margin: 0 auto 30px;
	}
}
.mypage_project_main{
	width: calc( 100% - 320px );
}
@media only screen and (max-width: 960px) {
	.mypage_project_main{
		width: calc( 100% - 260px );
	}
}
@media only screen and (max-width: 640px) {
	.mypage_project_main{
		width: 100%;
	}
}
.mypage_project_step_block{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.mypage_project_step_list{
	-js-display: flex;
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	margin: 0 0 20px;
}
@media only screen and (max-width: 960px) {
	.mypage_project_step_list{
		margin: 0 0 10px;
	}
}
.mypage_project_step_dot{
	display: block;
	width: 26px;
	height: 26px;
	border: 3px #FF4F51 solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.mypage_project_step_dot.active{
	background: #FF4F51;
}
.mypage_project_step_line{
	display: block;
	width: calc( ( 100% - 104px ) / 4 );
	height: 1px;
	background:  #FF4F51;
}
.mypage_project_3step{
    width: 33%;
 }
.mypage_project_step_sublist{
	-js-display: flex;
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.mypage_project_step_subitem{
	width: 25%;
	font-size: 16px;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-family: "游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}
@media only screen and (max-width: 960px) {
	.mypage_project_step_subitem{
		font-size: 12px;
	}
}
.mypage_project_btnarea{
	-js-display: flex;
	display:flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:flex-end;
	-ms-flex-pack:flex-end;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	margin: 40px 0 0;
}
.mypage_project_msg_btn{
	position: relative;
  border: 1px #FF4F51 solid;
  display: block;
  min-width: 150px;
  width: 150px;
  height: 38px;
  line-height: 36px;
  color: #FF4F51;
  text-align: center;
  padding: 0;
  background: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  margin: 0 10px 0 0;
  font-family: "游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}
@media only screen and (max-width: 960px) {
	.mypage_project_msg_btn{
		font-size: 12px;
	}
}
@media only screen and (max-width: 640px) {
	.mypage_project_msg_btn{
		width: calc( 50% - 5px );
		min-width: inherit;
	}
}
.mypage_project_msg_btn:hover {
  background: #ffeded;
}
.mypage_project_msg_btn span{
	position: absolute;
	left: -8px;
	top:-8px;
	display: block;
	min-width: 24px;
	max-width: 40px;
	line-height: 24px;
	padding: 0 2px;
	text-align: center;
	border-radius: 50%;
	background: #FF4F51;
	color: #fff;
	font-size: 11px;
	font-family: "游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}
.mypage_project_msg_btn span small{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mypage_project_finish_btn{
	outline: none;
  display: block;
  min-width: 150px;
  width: 150px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  padding: 0;
  background: #FF4F51;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  font-size: 14px;
  font-family: "游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}
@media only screen and (max-width: 960px) {
	.mypage_project_finish_btn{
		font-size: 12px;
	}
}
@media only screen and (max-width: 640px) {
	.mypage_project_finish_btn{
		width: calc( 50% - 5px );
		min-width: inherit;
	}
}
.mypage_project_finish_btn:hover{
	opacity: .7;
}
.mypage_project_finish_btn.disabled{
	background: #aaa;
}
.mypage_project_finish_btn.disabled:hover{
	opacity: 1;
}
.mypage_project_item.status_finish:before{
	content:"選考終了";
	display: inline-block;
  padding: 4px 16px;
  background: #535353;
  color: #f1f1f1;
  line-height: 1.6;
  text-align: center;
  min-width: 88px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 20;
	font-size: 14px;
	font-family: "游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}
@media only screen and (max-width: 960px) {
	.mypage_project_item.status_finish:before{
		font-size: 12px;
	}
}
.mypage_project_item.status_finish:after{
	content:"ご応募いただきありがとうございました。";
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 20;
	line-height: 1.5;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: right;
	padding: 0 20px;
	font-family: "游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}
@media only screen and (max-width: 960px) {
	.mypage_project_item.status_finish:after{
		bottom: inherit;
		right: inherit;
		top:50%;
		left: 50%;
		-moz-transform: translateX(-50%) translateY(-50%);
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
		font-size: 14px;
		width: calc( 100% - 30px );
		text-align: center;
	}
}
.mypage_project_item.status_finish .mypage_project_block{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.mypage_project_item.status_finish .mypage_project_block:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(220,220,220,.7);
}

/*
.mypage_project_block .mypage_project_btnarea .common_btn04 {
  min-width: 150px;
  width: 150px;
}
@media only screen and (max-width: 640px) {
  .mypage_project_block .mypage_project_btnarea .common_btn04 {
    width: calc( 50% - 5px );
    min-width: inherit;
  }
}
.mypage_project_block .mypage_project_btnarea .common_btn02 {
  min-width: 150px;
  width: 150px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .mypage_project_block .mypage_project_btnarea .common_btn02 {
    width: calc( 50% - 5px );
    min-width: inherit;
  }
}
*/

.mypage_project_choose_block {
  display: block;
  width: 100%;
  height: 400px;
  padding: 20px;
  overflow: scroll;
  border: 1px #DFDFDF solid;
}
@media only screen and (max-width: 640px) {
  .mypage_project_choose_block {
    padding: 10px;
    height: 300px;
  }
}
.mypage_project_choose_block .mypage_project_choose_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .mypage_project_choose_block .mypage_project_choose_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_item {
  width: calc( ( 100% - 40px  ) / 3 );
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 768px) {
  .mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_item {
    width: calc( 50% - 10px );
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_item {
    width: calc( 50% - 5px );
    margin: 0 0 10px;
  }
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_item:nth-of-type(3n) {
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_item:nth-of-type(3n) {
    margin: 0 0 10px;
  }
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_upload {
  display: block;
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_upload input {
  display: none;
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_upload .mypage_project_choose_file {
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  background: #F5F5F5;
}
@media only screen and (max-width: 640px) {
  .mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_upload .mypage_project_choose_file {
    height: 120px;
  }
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_upload .mypage_project_choose_file span {
  font-size: 12px;
  color: #333;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_upload .mypage_project_choose_file span:before {
  content: "＋";
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 5px;
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_upload .mypage_project_choose_file_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_label input {
  display: none;
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_label .mypage_project_choose_pic {
  display: block;
  position: relative;
  height: 220px;
}
@media only screen and (max-width: 640px) {
  .mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_label .mypage_project_choose_pic {
    height: 120px;
  }
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_label .mypage_project_choose_pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_label .mypage_project_choose_pic::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px #DFDFDF solid;
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_label input:checked + .mypage_project_choose_pic::before {
  background: #FF4F51;
}
.mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_label input:checked + .mypage_project_choose_pic::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 18px;
  width: 4px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.drag-drop-inside {
  position: relative;
  border: 1px #DFDFDF solid;
  padding: 20px;
  height: 240px;
}
@media only screen and (max-width: 960px) {
  .drag-drop-inside {
    height: 200px;
  }
}
.drag-drop-inside .drag-drop-main {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.drag-drop-inside input {
  display: none;
}
.drag-drop-inside .drag-drop-info {
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin: 0 0 5px;
}
.drag-drop-inside .drag-drop-text {
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin: 0 0 5px;
}
.drag-drop-inside .drag-drop-btn {
  display: block;
  width: 180px;
  margin: 0 auto;
}
.drag-drop-inside .drag-drop-btn .drag-derop-btn-text {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 38px;
  color: #333;
  background: #F5F5F5;
}

.drag-drop-file-name {
  line-height: 1.5;
  color: #333;
  margin: 10px 0 0;
}

.mypage_project_checkbox_list {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.mypage_project_checkbox_list .mypage_project_checkbox_item {
  margin: 0 0 20px;
}
.mypage_project_checkbox_list .mypage_project_checkbox_item:last-of-type {
  margin: 0;
}

.mypage_project_warning_text {
  line-height: 1.5;
  color: #FF4F51;
  text-align: center;
  margin: 0 0 10px;
}

/*=================

    others.scss

=======================*/
.others_title {
  color: #333;
  line-height: 1.6;
  margin: 0 0 8px;
}

.others_list .others_list {
  padding: 0 0 0 14px;
  margin: 8px 0 0;
}
.others_list .others_item {
  margin: 0 0 8px;
}
.others_list .others_item:last-of-type {
  margin: 0;
}

/* about */
.about_mv_block {
  padding: 60px 24px;
  background: #F5F5F5;
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .about_mv_block {
    padding: 40px 12px;
    margin: 0 0 40px;
  }
}
.about_mv_block .common_title02 {
  margin: 0 0 24px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .about_mv_block .common_title02 {
    margin: 0 0 16px;
  }
}
.about_mv_block .common_text01 {
  text-align: center;
}

.about_title {
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 32px;
}
@media only screen and (max-width: 960px) {
  .about_title {
    margin: 0 0 24px;
  }
}
.about_title:after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #FF4F51;
  margin: 12px auto 0;
}
.about_title span {
  display: block;
  color: #959595;
  margin: 0 0 4px;
}

.about_list .about_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  align-items: start;
  margin: 0 0 32px;
}
.about_list .about_item:last-of-type {
  margin: 0;
}
.about_list .about_item:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about_list .about_item:nth-of-type(even) .about_pic {
  margin: 0 0 0 24px;
}
@media only screen and (max-width: 640px) {
  .about_list .about_item:nth-of-type(even) .about_pic {
    margin: 0 0 12px;
  }
}
@media only screen and (max-width: 640px) {
  .about_list .about_item {
    display: block;
  }
}
.about_list .about_pic {
  display: block;
  width: 24%;
  padding-top: 24%;
  margin: 0 24px 0 0;
}
@media only screen and (max-width: 640px) {
  .about_list .about_pic {
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 12px;
  }
}
.about_list .about_info {
  width: calc( 76% - 24px );
}
@media only screen and (max-width: 640px) {
  .about_list .about_info {
    width: 100%;
  }
}
.about_list .about_info .about_num_label {
  display: inline-block;
  color: #fff;
  background: #FF4F51;
  line-height: 1.5;
  padding: 3px 12px;
  letter-spacing: 1.5px;
  margin: 0 0 12px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
.about_list .about_info .about_info_title {
  color: #333;
  line-height: 1.6;
  padding: 0 0 12px;
  border-bottom: 1px #DFDFDF solid;
  margin: 0 0 24px;
}
@media only screen and (max-width: 640px) {
  .about_list .about_info .about_info_title {
    margin: 0 0 16px;
  }
}

/* flow */
.flow_wrap .common_title02 {
  text-align: center;
  margin: 0 0 24px;
}

.flow_list .flow_item {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 32px;
  background: #F5F5F5;
}
@media only screen and (max-width: 640px) {
  .flow_list .flow_item {
    margin: 0 0 24px;
  }
}
.flow_list .flow_item:last-of-type {
  margin: 0;
}
.flow_list .flow_item:last-of-type .flow_sub_block:after {
  content: none;
}
.flow_list .flow_sub_block {
  position: relative;
  text-align: center;
  width: 16%;
  padding-top: 16%;
  background: #FF4F51;
}
.flow_list .flow_sub_block:after {
  content: "";
  display: block;
  border-right: 12px solid transparent;
  border-top: 12px solid #FF4F51;
  border-left: 12px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .flow_list .flow_sub_block:after {
    border-right: 8px solid transparent;
    border-top: 8px solid #FF4F51;
    border-left: 8px solid transparent;
    bottom: -8px;
  }
}
.flow_list .flow_sub_block .flow_num {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  width: 100%;
  letter-spacing: 2px;
}
@media only screen and (max-width: 640px) {
  .flow_list .flow_sub_block .flow_num {
    font-size: 20px;
  }
}
.flow_list .flow_sub_block .flow_num span {
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .flow_list .flow_sub_block .flow_num span {
    font-size: 10px;
  }
}
.flow_list .flow_pic_block {
  position: relative;
  width: 16%;
  padding-top: 16%;
  border-right: 1px #DFDFDF solid;
}
.flow_list .flow_pic_block img {
  display: block;
  width: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .flow_list .flow_pic_block img {
    width: 30px;
  }
}
.flow_list .flow_main_block {
  padding: 24px;
  width: 68%;
}
@media only screen and (max-width: 640px) {
  .flow_list .flow_main_block {
    padding: 12px;
  }
}
.flow_list .flow_title {
  color: #333;
  line-height: 1.6;
  margin: 0 0 4px;
}

/* faq */
.faq_block {
  margin: 0 0 60px;
}
@media only screen and (max-width: 960px) {
  .faq_block {
    margin: 0 0 40px;
  }
}
.faq_block .common_title04 {
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .faq_block .common_title04 {
    margin: 0 0 20px;
  }
}

.faq_list .faq_item {
  border-bottom: 1px #DFDFDF solid;
  padding: 0 0 24px;
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .faq_list .faq_item {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
}
.faq_list .faq_quest_block {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  align-items: start;
  width: 100%;
  padding: 0 24px 0 0;
}
.faq_list .faq_quest_block.active:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_list .faq_quest_block:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/common/arrow01.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
  right: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq_list .faq_quest_block span {
  position: relative;
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #696969;
  color: #fff;
  margin: 0 12px 0 0;
}
@media only screen and (max-width: 960px) {
  .faq_list .faq_quest_block span {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.faq_list .faq_quest_block span small {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.faq_list .faq_quest_block .faq_quest_title {
  color: #333;
  line-height: 1.6;
  margin: 7px 0 0;
}
.faq_list .faq_answer_block {
  display: none;
}
.faq_list .faq_answer_inner {
  padding: 12px;
  background: #ffeded;
  margin: 12px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  align-items: start;
}
.faq_list .faq_answer_inner span {
  position: relative;
  display: block;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: #FF4F51;
  color: #fff;
  margin: 0 12px 0 0;
}
.faq_list .faq_answer_inner span small {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.faq_contact_block {
  padding: 24px;
  background: #F5F5F5;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .faq_contact_block {
    padding: 12px;
  }
}
.faq_contact_block .common_title02 {
  margin: 0 0 16px;
}
.faq_contact_block .common_text01 {
  margin: 0 0 24px;
}

/* error */
.error_wrap {
  min-height: calc( 100vh - 475px );
}
@media only screen and (max-width: 960px) {
  .error_wrap {
    min-height: calc( 100vh - 378px );
  }
}
@media only screen and (max-width: 640px) {
  .error_wrap {
    min-height: calc( 100vh - 440px );
  }
}
.error_wrap .common_text03 {
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 960px) {
  .error_wrap .common_text03 {
    margin: 0 0 32px;
  }
}

/* ======================= BASE ====== */
* {
  word-break: break-word;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  /* height: 100%; */
}

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

.fm, .header_index_list .header_link, .about_title {
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman",  "メイリオ", Meiryo, serif;
}

.fg, .common_btn01, .common_btn02, .common_btn03, .common_btn04, .common_btn05, .common_like_btn, .common_link01, .footer_wrap .footer_list .footer_link, .footer_wrap .footer_copyright, .form_input, .form_textarea, .form_select, .form_checkbox_label .form_checkbox_text, .form_radio_label01 .form_radio_text, .form_radio_label02 .form_radio_text, .form_file_label01 .form_file_text, .form_error_text, .form_add_btn, .form_list .form_title, .form_notice_text, .form_zip_block .form_zip_text, .form_commission_block .form_commission_text, .form_delivery_list .form_delivery_item .form_delivery_text, .form_complete_reject_block .form_complete_reject_title, .form_complete_text, .login_list .login_item .login_title, .register_sns_list .register_sns_title, .register_sns_list .register_sns_main .register_sns_text, .register_sns_list .register_sns_main .register_sns_btn, .header_btnarea .header_link_btn, .header_login_btn, .header_register_btn, .header_nav_list .header_nav_link, .header_nav_list .header_nav_text, .header_nav_sub_list .header_nav_sub_link, .pager_wrap .pager_prev_btn, .pager_wrap .pager_next_btn, .pager_wrap .pager_list .pager_link, .pankuzu_list .pankuzu_item, .popup_talk_block .popup_talk_title, .popup_talk_block .popup_talk_list .popup_talk_text, .popup_talk_status_block .popup_talk_status_text, .popup_talk_status_block .popup_talk_status_time, .popup_talk_reserve_btnarea .popup_talk_reserve_btn, .popup_talk_reserve_btnarea .popup_talk_report_btn, .popup_talk_reserve_btnarea .popup_talk_cancel_btn, .popup_reserve_block .popup_reserve_title, .popup_reserve_block .popup_reserve_report_text, .popup_reserve_block .popup_reserve_list .popup_reserve_box .popup_reserve_num, .popup_reserve_block .popup_reserve_list .popup_reserve_box .popup_reserve_input, .common_title01, .common_title02, .common_title03, .common_title04, .page_title_block .page_title, .common_text01, .common_text02, .common_text03, .common_status01, .common_status02, .search_block .search_form_list .search_form_title, .search_block .search_form_list .search_form_input_block .search_form_input, .search_block .search_form_list .search_form_input_block .search_submit_btn, .search_block .search_form_list .search_form_cat_list .search_form_cat_link, .search_block .search_form_list .search_form_change_block .search_form_change_title, .search_block .search_form_list .search_form_change_block .search_form_select, .project_tab_list .project_tab_item, .project_list .project_item_info .project_item_info_sub .project_item_info_label, .project_list .project_link .project_pic .project_label, .project_list .project_link .project_pic .project_limit_label, .project_list .project_link .project_main .project_title, .project_list .project_link .project_main .project_table, .project_cat_list .project_cat_item, .project-d_table, .project-d_cat_list .project-d_cat_item, .promo_search_block .promo_search_main .promo_search_title, .promo_search_block .promo_search_main .promo_search_select, .promo_list .promo_main .promo_title, .promo_list .promo_main .promo_label, .promo_table, .promo-d_wrap .promo-d_label, .promo-d_list .promo-d_title, .editor_wrap, .mypage_list .mypage_link, .mypage_table, .mypage_request_block .mypage_request_status .mypage_request_status_title, .mypage_request_tab_list .mypage_request_tab_item, .mypage_intro_block .mypage_intro_text, .mypage_intro_block .mypage_intro_share_block .mypage_intro_share_text, .mypage_campaign_block .mypage_campaign_list .mypage_campaign_title, .mypage_campaign_block .mypage_campaign_list .mypage_campaign_text, .file_block, .file_table, .mypage_project_select_block .mypage_project_select_title, .mypage_project_block .mypage_project_title, .mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_upload .mypage_project_choose_file span, .drag-drop-inside .drag-drop-info, .drag-drop-inside .drag-drop-text, .drag-drop-inside .drag-drop-btn .drag-derop-btn-text, .drag-drop-file-name, .mypage_project_warning_text, .others_title, .about_title span, .about_list .about_info .about_num_label, .about_list .about_info .about_info_title, .flow_list .flow_sub_block .flow_num, .flow_list .flow_title, .faq_list .faq_quest_block span, .faq_list .faq_quest_block .faq_quest_title, .faq_list .faq_answer_inner span {
  font-family: "游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}

/* regular font */
.fs-xs, .form_error_text, .form_list .form_title span, .login_list .login_item .login_title span, .popup_talk_status_block .popup_talk_status_text span, .project_cat_list .project_cat_item, .promo_table {
  font-size: 12px;
}
@media only screen and (max-width: 960px) {
  .fs-xs, .form_error_text, .form_list .form_title span, .login_list .login_item .login_title span, .popup_talk_status_block .popup_talk_status_text span, .project_cat_list .project_cat_item, .promo_table {
    font-size: 10px;
  }
}

.fs-s, .common_btn01, .common_btn02, .common_btn03, .common_btn04, .common_btn05, .common_like_btn, .common_link01, .footer_wrap .footer_list .footer_link, .footer_wrap .footer_copyright, .form_file_label01 .form_file_text, .form_add_btn, .register_sns_list .register_sns_main .register_sns_btn, .pager_wrap .pager_prev_btn, .pager_wrap .pager_next_btn, .pager_wrap .pager_list .pager_link, .pankuzu_list .pankuzu_item, .popup_talk_block .popup_talk_list .popup_talk_text, .popup_talk_status_block .popup_talk_status_text, .popup_talk_reserve_btnarea .popup_talk_reserve_btn, .popup_talk_reserve_btnarea .popup_talk_report_btn, .popup_reserve_block .popup_reserve_report_text, .popup_reserve_block .popup_reserve_list .popup_reserve_box .popup_reserve_input, .common_text01, .common_text02, .project_list .project_item_info .project_item_info_sub .project_item_info_label, .project_list .project_link .project_main .project_table .project_table_text, .project-d_table .project-d_table_info, .project-d_cat_list .project-d_cat_item, .promo_search_block .promo_search_main .promo_search_title, .promo_search_block .promo_search_main .promo_search_select, .promo_list .promo_main .promo_title span, .promo_list .promo_main .promo_label, .promo_table.fs14, .promo-d_wrap .promo-d_label, .editor_wrap, .mypage_table, .mypage_request_block .mypage_request_status .mypage_request_status_title, .mypage_request_block .mypage_request_status .form_select, .mypage_intro_block .mypage_intro_share_block .mypage_intro_share_text, .mypage_campaign_block .mypage_campaign_list .mypage_campaign_text, .file_block .file_main_text, .file_block .file_text, .file_table, .drag-drop-inside .drag-drop-info, .drag-drop-inside .drag-drop-text, .drag-drop-inside .drag-drop-btn .drag-derop-btn-text, .drag-drop-file-name, .mypage_project_warning_text {
  font-size: 14px;
}
@media only screen and (max-width: 960px) {
  .fs-s, .common_btn01, .common_btn02, .common_btn03, .common_btn04, .common_btn05, .common_like_btn, .common_link01, .footer_wrap .footer_list .footer_link, .footer_wrap .footer_copyright, .form_file_label01 .form_file_text, .form_add_btn, .register_sns_list .register_sns_main .register_sns_btn, .pager_wrap .pager_prev_btn, .pager_wrap .pager_next_btn, .pager_wrap .pager_list .pager_link, .pankuzu_list .pankuzu_item, .popup_talk_block .popup_talk_list .popup_talk_text, .popup_talk_status_block .popup_talk_status_text, .popup_talk_reserve_btnarea .popup_talk_reserve_btn, .popup_talk_reserve_btnarea .popup_talk_report_btn, .popup_reserve_block .popup_reserve_report_text, .popup_reserve_block .popup_reserve_list .popup_reserve_box .popup_reserve_input, .common_text01, .common_text02, .project_list .project_item_info .project_item_info_sub .project_item_info_label, .project_list .project_link .project_main .project_table .project_table_text, .project-d_table .project-d_table_info, .project-d_cat_list .project-d_cat_item, .promo_search_block .promo_search_main .promo_search_title, .promo_search_block .promo_search_main .promo_search_select, .promo_list .promo_main .promo_title span, .promo_list .promo_main .promo_label, .promo_table.fs14, .promo-d_wrap .promo-d_label, .editor_wrap, .mypage_table, .mypage_request_block .mypage_request_status .mypage_request_status_title, .mypage_request_block .mypage_request_status .form_select, .mypage_intro_block .mypage_intro_share_block .mypage_intro_share_text, .mypage_campaign_block .mypage_campaign_list .mypage_campaign_text, .file_block .file_main_text, .file_block .file_text, .file_table, .drag-drop-inside .drag-drop-info, .drag-drop-inside .drag-drop-text, .drag-drop-inside .drag-drop-btn .drag-derop-btn-text, .drag-drop-file-name, .mypage_project_warning_text {
    font-size: 12px;
  }
}

.fs-m, .form_input, .form_textarea, .form_select, .form_checkbox_label .form_checkbox_text, .form_radio_label01 .form_radio_text, .form_radio_label02 .form_radio_text, .form_notice_text, .form_zip_block .form_zip_text, .form_commission_block .form_commission_text, .register_sns_list .register_sns_title, .register_sns_list .register_sns_main .register_sns_text, .header_index_list .header_link, .page_title_block .page_title, .common_text03, .search_block .search_form_list .search_form_input_block .search_form_input, .search_block .search_form_list .search_form_cat_list .search_form_cat_link, .search_block .search_form_list .search_form_change_block .search_form_select, .project-d_table .project-d_table_title, .project-d_fixed_block .project-d_btnarea .btn_width01, .project-d_fixed_block .project-d_btnarea .btn_width02, .project-d_fixed_block .project-d_btnarea .btn_width03, .project-d_fixed_block .project-d_btnarea .btn_width04, .mypage_intro_block .mypage_intro_text {
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .fs-m, .form_input, .form_textarea, .form_select, .form_checkbox_label .form_checkbox_text, .form_radio_label01 .form_radio_text, .form_radio_label02 .form_radio_text, .form_notice_text, .form_zip_block .form_zip_text, .form_commission_block .form_commission_text, .register_sns_list .register_sns_title, .register_sns_list .register_sns_main .register_sns_text, .header_index_list .header_link, .page_title_block .page_title, .common_text03, .search_block .search_form_list .search_form_input_block .search_form_input, .search_block .search_form_list .search_form_cat_list .search_form_cat_link, .search_block .search_form_list .search_form_change_block .search_form_select, .project-d_table .project-d_table_title, .project-d_fixed_block .project-d_btnarea .btn_width01, .project-d_fixed_block .project-d_btnarea .btn_width02, .project-d_fixed_block .project-d_btnarea .btn_width03, .project-d_fixed_block .project-d_btnarea .btn_width04, .mypage_intro_block .mypage_intro_text {
    font-size: 14px;
  }
}

.fs-l {
  font-size: 18px;
}
@media only screen and (max-width: 960px) {
  .fs-l {
    font-size: 16px;
  }
}

.fs-xl {
  font-size: 24px;
}
@media only screen and (max-width: 960px) {
  .fs-xl {
    font-size: 20px;
  }
}

/* bold font */
.fs-xsb, .form_complete_text, .common_status01, .common_status02, .project_list .project_link .project_pic .project_limit_label, .about_list .about_info .about_num_label {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .fs-xsb, .form_complete_text, .common_status01, .common_status02, .project_list .project_link .project_pic .project_limit_label, .about_list .about_info .about_num_label {
    font-size: 10px;
  }
}

.fs-sb, .form_delivery_list .form_delivery_item .form_delivery_text, .login_list .login_item .login_title, .popup_talk_status_block .popup_talk_status_time, .project_list .project_link .project_pic .project_label, .project_list .project_link .project_main .project_table .project_table_title, .mypage_request_tab_list .mypage_request_tab_item, .about_title span {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .fs-sb, .form_delivery_list .form_delivery_item .form_delivery_text, .login_list .login_item .login_title, .popup_talk_status_block .popup_talk_status_time, .project_list .project_link .project_pic .project_label, .project_list .project_link .project_main .project_table .project_table_title, .mypage_request_tab_list .mypage_request_tab_item, .about_title span {
    font-size: 12px;
  }
}

.fs-mb, .form_list .form_title, .form_complete_reject_block .form_complete_reject_title, .popup_talk_block .popup_talk_title, .popup_reserve_block .popup_reserve_title, .popup_reserve_block .popup_reserve_list .popup_reserve_box .popup_reserve_num, .search_block .search_form_list .search_form_input_block .search_submit_btn, .search_block .search_form_list .search_form_change_block .search_form_change_title, .promo-d_list .promo-d_title, .editor_wrap h2, .editor_wrap h3, .mypage_list .mypage_link, .mypage_project_select_block .mypage_project_select_title, .faq_list .faq_quest_block .faq_quest_title, .faq_list .faq_answer_inner span {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .fs-mb, .form_list .form_title, .form_complete_reject_block .form_complete_reject_title, .popup_talk_block .popup_talk_title, .popup_reserve_block .popup_reserve_title, .popup_reserve_block .popup_reserve_list .popup_reserve_box .popup_reserve_num, .search_block .search_form_list .search_form_input_block .search_submit_btn, .search_block .search_form_list .search_form_change_block .search_form_change_title, .promo-d_list .promo-d_title, .editor_wrap h2, .editor_wrap h3, .mypage_list .mypage_link, .mypage_project_select_block .mypage_project_select_title, .faq_list .faq_quest_block .faq_quest_title, .faq_list .faq_answer_inner span {
    font-size: 14px;
  }
}

.fs-lb, .popup_talk_status_block .popup_talk_status_time span, .common_title04, .search_block .search_form_list .search_form_title, .project_tab_list .project_tab_item, .project_list .project_link .project_main .project_title, .mypage_campaign_block .mypage_campaign_list .mypage_campaign_title, .file_block .file_price_text, .mypage_project_block .mypage_project_title, .others_title, .about_list .about_info .about_info_title, .flow_list .flow_title, .faq_list .faq_quest_block span {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .fs-lb, .popup_talk_status_block .popup_talk_status_time span, .common_title04, .search_block .search_form_list .search_form_title, .project_tab_list .project_tab_item, .project_list .project_link .project_main .project_title, .mypage_campaign_block .mypage_campaign_list .mypage_campaign_title, .file_block .file_price_text, .mypage_project_block .mypage_project_title, .others_title, .about_list .about_info .about_info_title, .flow_list .flow_title, .faq_list .faq_quest_block span {
    font-size: 16px;
  }
}

.fs-xlb, .common_title01, .promo_list .promo_main .promo_title, .file_block .file_info_block .file_info_main .file_company_name, .about_title {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 960px) {
  .fs-xlb, .common_title01, .promo_list .promo_main .promo_title, .file_block .file_info_block .file_info_main .file_company_name, .about_title {
    font-size: 20px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.common_inner {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.common_inner_s {
  position: relative;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.common_btn01, .common_btn02, .common_btn03, .common_link01, .footer_wrap .footer_list .footer_link, .form_file_label01 .form_file_text, .form_add_btn, .form_notice_text a, .register_sns_list .register_sns_main .register_sns_btn, .header_logo, .header_index_list .header_link, .header_register_btn, .header_nav_list .header_nav_link, .pager_wrap .pager_prev_btn, .pager_wrap .pager_next_btn, .pager_wrap .pager_list .pager_link, .pankuzu_list .pankuzu_link, .popup_wrap .popup_close_btn, .popup_talk_wrap .popup_close_btn, .popup_talk_block .popup_talk_list .popup_talk_text a, .popup_talk_reserve_btnarea .popup_talk_reserve_btn, .popup_talk_reserve_btnarea .popup_talk_report_btn, .popup_talk_reserve_btnarea .popup_talk_cancel_btn, .search_block .search_form_list .search_form_input_block .search_submit_btn, .search_block .search_form_list .search_form_cat_list .search_form_cat_link, .project_tab_list .project_tab_item, .project-d_table .project-d_table_info a, .editor_wrap a, .mypage_request_tab_list .mypage_request_tab_item, .mypage_intro_block .mypage_intro_share_block .mypage_intro_share_list .mypage_intro_share_link, .drag-drop-inside .drag-drop-btn .drag-derop-btn-text {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_btn01:hover, .common_btn02:hover, .common_btn03:hover, .common_link01:hover, .footer_wrap .footer_list .footer_link:hover, .form_file_label01 .form_file_text:hover, .form_add_btn:hover, .form_notice_text a:hover, .register_sns_list .register_sns_main .register_sns_btn:hover, .header_logo:hover, .header_index_list .header_link:hover, .header_register_btn:hover, .header_nav_list .header_nav_link:hover, .pager_wrap .pager_prev_btn:hover, .pager_wrap .pager_next_btn:hover, .pager_wrap .pager_list .pager_link:hover, .pankuzu_list .pankuzu_link:hover, .popup_wrap .popup_close_btn:hover, .popup_talk_wrap .popup_close_btn:hover, .popup_talk_block .popup_talk_list .popup_talk_text a:hover, .popup_talk_reserve_btnarea .popup_talk_reserve_btn:hover, .popup_talk_reserve_btnarea .popup_talk_report_btn:hover, .popup_talk_reserve_btnarea .popup_talk_cancel_btn:hover, .search_block .search_form_list .search_form_input_block .search_submit_btn:hover, .search_block .search_form_list .search_form_cat_list .search_form_cat_link:hover, .project_tab_list .project_tab_item:hover, .project-d_table .project-d_table_info a:hover, .editor_wrap a:hover, .mypage_request_tab_list .mypage_request_tab_item:hover, .mypage_intro_block .mypage_intro_share_block .mypage_intro_share_list .mypage_intro_share_link:hover, .drag-drop-inside .drag-drop-btn .drag-derop-btn-text:hover {
  opacity: 0.7;
}

.common_btn05, .header_btnarea .header_link_btn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_btn05:hover, .header_btnarea .header_link_btn:hover {
  background-color: #f1f1f1;
}

.form_file_pic, .popup_talk_block .popup_talk_list .popup_talk_pic, .top_slider_wrap .top_slider_item, .project_list .project_link .project_pic, .editor_main_pic, .mypage_project_choose_block .mypage_project_choose_list .mypage_project_choose_upload .mypage_project_choose_file_image, .about_list .about_pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d2d2d2;
}

.common_pc {
  display: block;
  /*
    @media only screen and (max-width:1130px){
      display: none;
    }
  */
}
.common_pc.height_100 {
  height: 100%;
}
@media only screen and (max-width: 960px) {
  .common_pc {
    display: none;
  }
}

.common_sp {
  display: none;
  /*
    @media only screen and (max-width:1130px){
      display: block;
    }
  */
}
@media only screen and (max-width: 960px) {
  .common_sp {
    display: block;
  }
}

.common_pc_640 {
  display: block;
}
@media only screen and (max-width: 640px) {
  .common_pc_640 {
    display: none;
  }
}

.common_sp_640 {
  display: none;
}
@media only screen and (max-width: 640px) {
  .common_sp_640 {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
