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

::-webkit-input-placeholder {
  color: #CCC;
}

:-moz-placeholder {
  color: #CCC;
  opacity: 1;
}

::-moz-placeholder {
  color: #CCC;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #CCC;
}

/* ======================= IMPORT ====== */
/*=================
     
    basic.scss

=======================*/
.common_main {
  padding: 60px 0 0;
}

.common_bg_wrap {
  display: block;
  width: 100%;
  padding: 20px;
  background: #fff;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.common_complete_wrap {
  display: block;
  width: 100%;
  padding: 40px 20px;
  background: #fff;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/*
.common_table-bg_wrap{
	display: block;
	width: 100%;
	padding: 20px 20px 45px;
	background: rgba($bg-default,.9);
	@include border-radius(10px);
	@media only screen and (max-width:768px){
		padding: 0;
		background: none;
	}
}
.common_bg_wrap{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba($bg-default,.9);
	@include border-radius(10px);
	@media only screen and (max-width:768px){
		padding: 0;
		background: none;
	}
	&.height_fixed{
		min-height: calc( 100svh - 280px );
	}
}
*/
/* layout */
.layout_wrap {
  padding: 0 0 0 230px;
  -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) {
  .layout_wrap {
    padding: 0;
  }
}
.layout_wrap.active {
  padding: 0;
}
.layout_wrap .layout_aside {
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  position: fixed;
  left: 0;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  top: 0;
  display: block;
  width: 230px;
  min-width: 230px;
  z-index: 60;
  padding: 60px 0;
  height: 100svh;
  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;
}
.layout_wrap .layout_aside::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
@media only screen and (max-width: 960px) {
  .layout_wrap .layout_aside {
    -moz-transform: translateX(-230px);
    -ms-transform: translateX(-230px);
    -webkit-transform: translateX(-230px);
    transform: translateX(-230px);
  }
}
.layout_wrap .layout_aside.active {
  -moz-transform: translateX(-230px);
  -ms-transform: translateX(-230px);
  -webkit-transform: translateX(-230px);
  transform: translateX(-230px);
}
@media only screen and (max-width: 960px) {
  .layout_wrap .layout_aside.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.layout_wrap .layout_main {
  width: 100%;
  padding: 20px 20px 100px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 余白 */
.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;
}

.mb15 {
  margin: 0 0 15px;
}

.mb12 {
  margin: 0 0 12px;
}

.mb10 {
  margin: 0 0 10px;
}

.mb8 {
  margin: 0 0 8px;
}

.mb5 {
  margin: 0 0 5px;
}

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

.align_center {
  text-align: center;
}

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

/* EDITOR */
.marker {
  font-weight: bold;
  color: #707070;
  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_highlight_btn {
  display: block;
  text-align: center;
  background: #ff9800;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(255, 152, 0, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_highlight_btn:hover {
  background-color: #ff8d00;
  -moz-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0.6);
  box-shadow: 0px 3px 10px rgba(255, 152, 0, 0.6);
}
.common_highlight_btn.center {
  margin: 0 auto;
}
.common_highlight_btn.w240 {
  max-width: 240px;
}
.common_highlight_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0);
  box-shadow: 0px 3px 6px rgba(255, 152, 0, 0);
}
.common_highlight_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0);
  box-shadow: 0px 3px 10px rgba(255, 152, 0, 0);
}

.common_sub-bland_btn {
  display: block;
  text-align: center;
  background: #24905d;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0px 3px 6px rgba(36, 144, 93, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(36, 144, 93, 0.3);
  box-shadow: 0px 3px 6px rgba(36, 144, 93, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_sub-bland_btn:hover {
  -moz-box-shadow: 0px 3px 10px rgba(36, 144, 93, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(36, 144, 93, 0.6);
  box-shadow: 0px 3px 10px rgba(36, 144, 93, 0.6);
}
.common_sub-bland_btn.center {
  margin: 0 auto;
}
.common_sub-bland_btn.w240 {
  max-width: 240px;
}
.common_sub-bland_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(36, 144, 93, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(36, 144, 93, 0);
  box-shadow: 0px 3px 6px rgba(36, 144, 93, 0);
}
.common_sub-bland_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(36, 144, 93, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(36, 144, 93, 0);
  box-shadow: 0px 3px 10px rgba(36, 144, 93, 0);
}
.common_sub-bland_btn.admit:after {
  content: "する";
}
.common_sub-bland_btn.admit.disabled:after {
  content: "済";
}

.common_link_btn {
  display: block;
  text-align: center;
  background: #6aa2cf;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0px 3px 6px rgba(106, 162, 207, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(106, 162, 207, 0.3);
  box-shadow: 0px 3px 6px rgba(106, 162, 207, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_link_btn:hover {
  background-color: #508ab9;
  -moz-box-shadow: 0px 3px 10px rgba(106, 162, 207, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(106, 162, 207, 0.6);
  box-shadow: 0px 3px 10px rgba(106, 162, 207, 0.6);
}
.common_link_btn.center {
  margin: 0 auto;
}
.common_link_btn.w240 {
  max-width: 240px;
}
.common_link_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(106, 162, 207, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(106, 162, 207, 0);
  box-shadow: 0px 3px 6px rgba(106, 162, 207, 0);
}
.common_link_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(106, 162, 207, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(106, 162, 207, 0);
  box-shadow: 0px 3px 10px rgba(106, 162, 207, 0);
}

.common_cancel_btn {
  display: block;
  text-align: center;
  background: #999;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_cancel_btn:hover {
  background-color: #888;
  -moz-box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.6);
  box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.6);
}
.common_cancel_btn.center {
  margin: 0 auto;
}
.common_cancel_btn.w240 {
  max-width: 240px;
}
.common_cancel_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(153, 153, 153, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(153, 153, 153, 0);
  box-shadow: 0px 3px 6px rgba(153, 153, 153, 0);
}
.common_cancel_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(153, 153, 153, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(153, 153, 153, 0);
  box-shadow: 0px 3px 10px rgba(153, 153, 153, 0);
}

.common_edit_btn {
  display: block;
  text-align: center;
  background: #34BF7E;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0px 3px 6px rgba(52, 191, 126, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(52, 191, 126, 0.3);
  box-shadow: 0px 3px 6px rgba(52, 191, 126, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_edit_btn:hover {
  background-color: #2a9d67;
  -moz-box-shadow: 0px 3px 10px rgba(52, 191, 126, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(52, 191, 126, 0.6);
  box-shadow: 0px 3px 10px rgba(52, 191, 126, 0.6);
}
.common_edit_btn.center {
  margin: 0 auto;
}
.common_edit_btn.w240 {
  max-width: 240px;
}
.common_edit_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(52, 191, 126, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(52, 191, 126, 0);
  box-shadow: 0px 3px 6px rgba(52, 191, 126, 0);
}
.common_edit_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(52, 191, 126, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(52, 191, 126, 0);
  box-shadow: 0px 3px 10px rgba(52, 191, 126, 0);
}

.table_edit_btn {
  display: block;
  text-align: center;
  background: #34BF7E;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 70px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -moz-box-shadow: 0px 3px 6px rgba(52, 191, 126, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(52, 191, 126, 0.3);
  box-shadow: 0px 3px 6px rgba(52, 191, 126, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_edit_btn:hover {
  background-color: #2a9d67;
  -moz-box-shadow: 0px 3px 10px rgba(52, 191, 126, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(52, 191, 126, 0.6);
  box-shadow: 0px 3px 10px rgba(52, 191, 126, 0.6);
}
.table_edit_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(52, 191, 126, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(52, 191, 126, 0);
  box-shadow: 0px 3px 6px rgba(52, 191, 126, 0);
}
.table_edit_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(52, 191, 126, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(52, 191, 126, 0);
  box-shadow: 0px 3px 10px rgba(52, 191, 126, 0);
}

.table_detail_btn {
  display: block;
  text-align: center;
  background: #048ABF;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 70px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -moz-box-shadow: 0px 3px 6px rgba(4, 138, 191, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(4, 138, 191, 0.3);
  box-shadow: 0px 3px 6px rgba(4, 138, 191, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_detail_btn:hover {
  background-color: #00729f;
  -moz-box-shadow: 0px 3px 10px rgba(4, 138, 191, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(4, 138, 191, 0.6);
  box-shadow: 0px 3px 10px rgba(4, 138, 191, 0.6);
}
.table_detail_btn.w90 {
  width: 90px;
}
.table_detail_btn.w100 {
  width: 100%;
}
.table_detail_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(4, 138, 191, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(4, 138, 191, 0);
  box-shadow: 0px 3px 6px rgba(4, 138, 191, 0);
}
.table_detail_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(4, 138, 191, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(4, 138, 191, 0);
  box-shadow: 0px 3px 10px rgba(4, 138, 191, 0);
}

.table_delete_btn {
  display: block;
  text-align: center;
  background: #dc3545;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 70px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -moz-box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_delete_btn:hover {
  background-color: #c82333;
  -moz-box-shadow: 0px 3px 10px rgba(220, 53, 69, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(220, 53, 69, 0.6);
  box-shadow: 0px 3px 10px rgba(220, 53, 69, 0.6);
}
.table_delete_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(220, 53, 69, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(220, 53, 69, 0);
  box-shadow: 0px 3px 6px rgba(220, 53, 69, 0);
}
.table_delete_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(153, 153, 153, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(153, 153, 153, 0);
  box-shadow: 0px 3px 10px rgba(153, 153, 153, 0);
}

.table_profile_btn {
  display: block;
  text-align: center;
  background: #048ABF;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 120px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -moz-box-shadow: 0px 3px 6px rgba(4, 138, 191, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(4, 138, 191, 0.3);
  box-shadow: 0px 3px 6px rgba(4, 138, 191, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_profile_btn:hover {
  background-color: #00729f;
  -moz-box-shadow: 0px 3px 10px rgba(4, 138, 191, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(4, 138, 191, 0.6);
  box-shadow: 0px 3px 10px rgba(4, 138, 191, 0.6);
}
.table_profile_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(4, 138, 191, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(4, 138, 191, 0);
  box-shadow: 0px 3px 6px rgba(4, 138, 191, 0);
}
.table_profile_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(4, 138, 191, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(4, 138, 191, 0);
  box-shadow: 0px 3px 10px rgba(4, 138, 191, 0);
}

.table_action_btn {
  display: block;
  text-align: center;
  background: #ff9800;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 120px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -moz-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(255, 152, 0, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_action_btn:hover {
  background-color: #ff8d00;
  -moz-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0.6);
  box-shadow: 0px 3px 10px rgba(255, 152, 0, 0.6);
}
.table_action_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0);
  box-shadow: 0px 3px 6px rgba(255, 152, 0, 0);
}
.table_action_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0);
  box-shadow: 0px 3px 10px rgba(255, 152, 0, 0);
}
.table_action_btn.admit:after {
  content: "する";
}
.table_action_btn.admit.disabled:after {
  content: "済";
}

.table_again_btn {
  display: block;
  text-align: center;
  background: #24905d;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 120px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -moz-box-shadow: 0px 3px 6px rgba(36, 144, 93, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(36, 144, 93, 0.3);
  box-shadow: 0px 3px 6px rgba(36, 144, 93, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_again_btn:hover {
  background-color: #1a6d45;
  -moz-box-shadow: 0px 3px 10px rgba(36, 144, 93, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(36, 144, 93, 0.6);
  box-shadow: 0px 3px 10px rgba(36, 144, 93, 0.6);
}
.table_again_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(36, 144, 93, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(36, 144, 93, 0);
  box-shadow: 0px 3px 6px rgba(36, 144, 93, 0);
}
.table_again_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(36, 144, 93, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(36, 144, 93, 0);
  box-shadow: 0px 3px 10px rgba(36, 144, 93, 0);
}
.table_again_btn:after {
  content: "する";
}
.table_again_btn.disabled:after {
  content: "済";
}

.table_no-action_btn {
  display: block;
  text-align: center;
  background: #999;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 120px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -moz-box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 6px rgba(153, 153, 153, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_no-action_btn:hover {
  background-color: #888;
  -moz-box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.6);
  box-shadow: 0px 3px 10px rgba(153, 153, 153, 0.6);
}
.table_no-action_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(153, 153, 153, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(153, 153, 153, 0);
  box-shadow: 0px 3px 6px rgba(153, 153, 153, 0);
}
.table_no-action_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(153, 153, 153, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(153, 153, 153, 0);
  box-shadow: 0px 3px 10px rgba(153, 153, 153, 0);
}

.table_history_btn {
  display: block;
  text-align: center;
  background: #0339A6;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  width: 120px;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  -moz-box-shadow: 0px 3px 6px rgba(3, 57, 166, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(3, 57, 166, 0.3);
  box-shadow: 0px 3px 6px rgba(3, 57, 166, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_history_btn:hover {
  background-color: #00194b;
  -moz-box-shadow: 0px 3px 10px rgba(3, 57, 166, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(3, 57, 166, 0.6);
  box-shadow: 0px 3px 10px rgba(3, 57, 166, 0.6);
}
.table_history_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(3, 57, 166, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(3, 57, 166, 0);
  box-shadow: 0px 3px 6px rgba(3, 57, 166, 0);
}
.table_history_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(3, 57, 166, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(3, 57, 166, 0);
  box-shadow: 0px 3px 10px rgba(3, 57, 166, 0);
}

.search_submit_btn {
  display: block;
  text-align: center;
  background: #ff9800;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0.3);
  -webkit-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(255, 152, 0, 0.3);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_submit_btn:hover {
  background-color: #ff8d00;
  -moz-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0.6);
  -webkit-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0.6);
  box-shadow: 0px 3px 10px rgba(255, 152, 0, 0.6);
}
.search_submit_btn img {
  display: inline-block;
  width: 14px;
  margin: 0 5px 0 0;
  vertical-align: -2px;
}
.search_submit_btn.disabled {
  cursor: not-allowed;
  background: #d2d2d2;
  -moz-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(255, 152, 0, 0);
  box-shadow: 0px 3px 6px rgba(255, 152, 0, 0);
}
.search_submit_btn.disabled:hover {
  background-color: #d2d2d2;
  -moz-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0);
  -webkit-box-shadow: 0px 3px 10px rgba(255, 152, 0, 0);
  box-shadow: 0px 3px 10px rgba(255, 152, 0, 0);
}

.detail_open_btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #707070;
  padding: 10px;
}
.detail_open_btn:before {
  content: "";
  display: none;
  width: calc( 100% - 40px );
  height: 1px;
  background: #eee;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.detail_open_btn.active:before {
  display: block;
}
.detail_open_btn.active span:after {
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.detail_open_btn span {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  vertical-align: 1px;
}
.detail_open_btn span:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #707070;
  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%);
}
.detail_open_btn span:after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.common_add_btn {
  font-size: 12px;
  line-height: 1.5;
  color: #6aa2cf;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_add_btn:hover {
  color: #508ab9;
}

/*=================
     
    footer.scss

=======================*/
/*=================
     
    form.scss

=======================*/
.form_input {
  outline: none;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #707070;
  padding: 0 12px;
  background: #fff;
  border: 1px #ddd solid;
  appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_input:hover {
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
}
.form_input:focus {
  border: 1px #ff9800 solid;
}
.form_input:disabled {
  color: #999;
  background: #eee;
}
.form_input:disabled:hover {
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0);
}

.form_select {
  outline: none;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #707070;
  padding: 0 30px 0 12px;
  background: url("../images/common/down_black_arrow.svg") right 12px center no-repeat #fff;
  background-size: 10px;
  border: 1px #ddd solid;
  appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_select:hover {
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
}
.form_select:focus {
  border: 1px #ff9800 solid;
}
.form_select:disabled {
  color: #999;
  background: #eee;
}
.form_select:disabled:hover {
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0);
}

.form_textarea {
  resize: none;
  outline: none;
  display: block;
  width: 100%;
  height: 120px;
  font-size: 14px;
  color: #707070;
  padding: 12px;
  background: #fff;
  border: 1px #ddd solid;
  appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_textarea:hover {
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
}
.form_textarea:focus {
  border: 1px #ff9800 solid;
}
.form_textarea:disabled {
  color: #999;
  background: #eee;
}
.form_textarea:disabled:hover {
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0);
}

.form_pic-upload_label {
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100px;
  min-width: 100px;
  height: 100px;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_pic-upload_label:hover {
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
}
.form_pic-upload_label input {
  display: none;
}
.form_pic-upload_label .form_pic-upload_block {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/form/pic_upload_icon.svg") center center no-repeat #eee;
  background-size: 30px;
}
.form_pic-upload_label .form_pic-upload_img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.form_pic-upload_label .form_pic-upload_img:before {
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url("../images/form/pic_change_icon.svg") center center no-repeat rgba(112, 112, 112, 0.5);
  background-size: 30px;
  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%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_pic-upload_label .form_pic-upload_img:hover:before {
  opacity: 1;
}
.form_pic-upload_label .form_pic-upload_logo {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
.form_pic-upload_label .form_pic-upload_logo:before {
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url("../images/form/pic_change_icon.svg") center center no-repeat rgba(112, 112, 112, 0.5);
  background-size: 30px;
  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%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form_pic-upload_label .form_pic-upload_logo:hover:before {
  opacity: 1;
}

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

.form_radio_label_type01 input {
  display: none;
}
.form_radio_label_type01 .form_radio_text {
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px 8px 35px;
  color: #707070;
  line-height: 1.5;
  position: relative;
  background: #eee;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.form_radio_label_type01 .form_radio_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  -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%);
}
.form_radio_label_type01 input:checked + .form_radio_text {
  background: #048ABF;
}
.form_radio_label_type01 input:checked + .form_radio_text::before {
  border-color: #0339A6;
}
.form_radio_label_type01 input:checked + .form_radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 10px;
  height: 10px;
  background: #0339A6;
  -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%);
}

.form_switch {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 130px;
  min-width: 130px;
}
.form_switch .form_switch_text {
  white-space: nowrap;
  color: #ccc;
  font-size: 14px;
}
.form_switch .form_switch_text.active {
  color: #707070;
}
.form_switch .switch__label {
  width: 40px;
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
.form_switch .switch__content {
  display: block;
  cursor: pointer;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 10px;
  background-color: #ddd;
  -webkit-transition: all .1s .4s;
  -moz-transition: all .1s .4s;
  -ms-transition: all .1s .4s;
  -o-transition: all .1s .4s;
  transition: all .1s .4s;
  overflow: hidden;
}
.form_switch .switch__content:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 7px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.form_switch .switch__input {
  display: none;
}
.form_switch .switch__circle {
  display: block;
  top: -5px;
  left: 0;
  border: 1px #fff solid;
  position: absolute;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #0339A6;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.form_switch .switch__input:checked ~ .switch__circle {
  left: 20px;
  background-color: #0339A6;
}
.form_switch .switch__input:checked ~ .switch__content {
  background: #0339A6;
  border-color: transparent;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.form_switch .switch__input:checked ~ .switch__content:after {
  width: 100%;
}

.form_sns_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .form_sns_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.form_sns_list .form_sns_item {
  width: calc( ( 100% - 40px ) /5 );
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 640px) {
  .form_sns_list .form_sns_item {
    width: calc( 50% - 5px );
  }
}
.form_sns_list .form_sns_item:last-of-type {
  margin: 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .form_sns_list .form_sns_item:last-of-type {
    margin: 0 10px 10px 0;
  }
}
@media only screen and (max-width: 640px) {
  .form_sns_list .form_sns_item:nth-of-type(even) {
    margin: 0 0 10px;
  }
}

.form_sns_label {
  height: 100%;
}
.form_sns_label input {
  display: none;
}
.form_sns_label .form_sns_text {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  padding: 40px 8px 10px 8px;
  color: #707070;
  line-height: 1.5;
  position: relative;
  background: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.form_sns_label .form_sns_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.form_sns_label input:checked + .form_sns_text {
  background: #048ABF;
}
.form_sns_label input:checked + .form_sns_text::before {
  border-color: #0339A6;
  background: url("../images/form/check_icon.svg") center center no-repeat #fff;
  background-size: 12px;
}

.form_btnarea {
  margin: 30px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.form_btnarea .form_btn {
  width: 200px;
  margin: 0 5px;
}

.form_info_text {
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 0;
  color: #999;
}

.form_error {
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 0 0;
  color: #f44336;
}

/* login */
.login_wrap {
  height: 100svh;
  min-height: 600px;
  padding: 20px;
}
.login_wrap .login_block {
  width: calc( 100% - 30px );
  max-width: 500px;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  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%);
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
}
.login_wrap .login_main {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .login_wrap .login_main {
    padding: 20px 15px;
  }
}
.login_wrap .login_title {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: #0339A6;
  padding: 15px 10px;
}
@media only screen and (max-width: 768px) {
  .login_wrap .login_title {
    font-size: 16px;
  }
}
.login_wrap .common_highlight_btn {
  height: 50px;
  line-height: 50px;
}

.login_list {
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .login_list {
    margin: 0 0 30px;
  }
}
.login_list .login_item {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .login_list .login_item {
    margin: 0 0 15px;
  }
}
.login_list .login_item:last-of-type {
  margin: 0;
}

.login_input_block {
  position: relative;
}
.login_input_block img {
  display: block;
  width: 24px;
  position: absolute;
  left: 12px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login_input_block .login_input {
  outline: none;
  display: block;
  width: 100%;
  font-size: 16px;
  height: 60px;
  padding: 0 12px 0 48px;
  border: 1px #ddd solid;
  color: #707070;
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.login_input_block .login_input:focus {
  border: 1px #ff9800 solid;
}

.login_others_block {
  margin: 50px 0 0;
}
.login_others_block .login_others_title {
  position: relative;
  display: block;
  width: 180px;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  margin: 0 auto 20px;
}
.login_others_block .login_others_title:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: -30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login_others_block .login_others_title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #707070;
  position: absolute;
  right: -30px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login_others_block .common_link_btn {
  height: 50px;
  line-height: 50px;
}
.login_others_block .login_others_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .login_others_block .login_others_list {
    display: block;
    max-width: 100%;
  }
}
.login_others_block .login_others_list .login_others_item {
  width: calc( 50% - 5px );
}
@media only screen and (max-width: 640px) {
  .login_others_block .login_others_list .login_others_item {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .login_others_block .login_others_list .login_others_item:last-of-type {
    margin: 0;
  }
}
.login_others_block .login_others_list .login_others_link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  font-size: 13px;
  padding: 12px;
  border: 1px #232323 solid;
  background: #fff;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  color: #232323;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login_others_block .login_others_list .login_others_link:hover {
  background: #eee;
}
.login_others_block .login_others_list .login_others_link img {
  display: inline-block;
  width: 20px;
  margin: 0 5px 0 0;
}

.c-login_wrap {
  position: relative;
  min-height: 100svh;
  padding: 50px 20px;
}
.c-login_wrap .c-login_block {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 20px 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
}
.c-login_wrap .c-login_title {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #707070;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .c-login_wrap .c-login_title {
    font-size: 20px;
  }
}

/* detail */
.form_point_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.form_point_block .form_input {
  width: 200px;
  margin: 0 5px 0 0;
}
.form_point_block .form_point_text {
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}
.form_point_block .form_point_text span {
  display: block;
  font-size: 12px;
}

.form_name_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form_name_block .form_name_box {
  width: calc( 50% - 5px );
}

.form_zip_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 10px;
}
@media only screen and (max-width: 350px) {
  .form_zip_block {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form_zip_block .form_zip_text {
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  margin: 0 5px 0 0;
}
.form_zip_block .form_input:first-of-type {
  width: 65px;
}
.form_zip_block .form_input:last-of-type {
  width: 95px;
}
.form_zip_block .common_text_s {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .form_zip_block .common_text_s {
    margin: 0 5px;
  }
}
.form_zip_block .table_detail_btn {
  width: 100px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 350px) {
  .form_zip_block .table_detail_btn {
    width: 100%;
    margin: 10px 0 0;
  }
}

.form_date-range_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.form_date-range_block .common_text_s {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .form_date-range_block .common_text_s {
    margin: 0 5px;
  }
}

.form_tel_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.form_tel_block .common_text_s {
  margin: 0 10px;
}
@media only screen and (max-width: 640px) {
  .form_tel_block .common_text_s {
    margin: 0 5px;
  }
}

/*=================
     
    header.scss

=======================*/
.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: #273D59;
  height: 60px;
  padding: 0 20px;
}
.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_wrap .header_main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 210px;
}
@media only screen and (max-width: 960px) {
  .header_wrap .header_main {
    width: auto;
  }
}
.header_wrap .header_main .header_logo {
  display: block;
  width: calc( 100% - 30px );
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .header_wrap .header_main .header_logo {
    display: none;
  }
}
.header_wrap .header_main .header_logo span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.header_wrap .header_main .header_logo img {
  display: block;
  width: 100%;
}
.header_wrap .header_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.header_wrap .header_list .header_item {
  margin: 0 20px 0 0;
}
.header_wrap .header_list .header_item:last-of-type {
  margin: 0;
}
.header_wrap .header_list .header_link {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.header_menu_btn {
  position: relative;
  display: block;
  outline: none;
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
}
.header_menu_btn .top {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto 6px;
}
.header_menu_btn .middle {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto 6px;
}
.header_menu_btn .bottom {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .header_menu_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);
  }
}
@media only screen and (max-width: 960px) {
  .header_menu_btn.active .middle {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .header_menu_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);
  }
}

/*=================
     
    pager.scss

=======================*/
.pager_block {
  position: relative;
  margin: 30px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .pager_block {
    display: block;
  }
}
.pager_block .pager_num {
  font-size: 13px;
  line-height: 1.5;
  color: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .pager_block .pager_num {
    position: relative;
    top: inherit;
    left: inherit;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .pager_block .pager_num {
    padding: 0 20px;
  }
}
.pager_block .pager_num span {
  display: none;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .pager_block .pager_num span {
    display: inline-block;
  }
}
.pager_block .pager_main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .pager_block .pager_main {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.pager_block .pager_prev_btn {
  display: block;
  width: 30px;
}
.pager_block .pager_prev_btn img {
  display: block;
  height: 17px;
  margin: 0 auto;
}
.pager_block .pager_next_btn {
  display: block;
  width: 30px;
}
.pager_block .pager_next_btn img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  height: 17px;
  margin: 0 auto;
}
.pager_block .pager_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 5px;
}
.pager_block .pager_list .pager_item {
  font-size: 13px;
  color: #707070;
  margin: 0 5px 0 0;
}
.pager_block .pager_list .pager_item:last-of-type {
  margin: 0;
}
.pager_block .pager_list .pager_link {
  display: block;
  text-align: center;
  color: #707070;
  min-width: 30px;
  line-height: 30px;
  padding: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.pager_block .pager_list .pager_link.active {
  color: #fff;
  background: #0339A6;
}

/*=================
     
    pankuzu.scss

=======================*/
/*=================
     
    popup.scss

=======================*/
.popup_filter {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.popup_wrap {
  display: block;
  width: calc( 100% - 40px );
  max-width: 640px;
  position: fixed;
  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%);
  z-index: 101;
  padding: 40px 30px;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 640px) {
  .popup_wrap {
    padding: 30px 20px;
  }
}
.popup_wrap .popup_close_btn {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.popup_wrap .popup_close_btn img {
  display: block;
  width: 20px;
  margin: 0 auto;
}
.popup_wrap .popup_title {
  font-size: 26px;
  color: #707070;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 24px;
}
@media only screen and (max-width: 640px) {
  .popup_wrap .popup_title {
    font-size: 20px;
  }
}
.popup_wrap .popup_text {
  color: #707070;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .popup_wrap .popup_text {
    font-size: 14px;
  }
}
.popup_wrap .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: 360px;
  width: 100%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 640px) {
  .popup_wrap .popup_btnarea {
    margin: 20px auto 0;
  }
}
.popup_wrap .popup_btnarea .popup_btn {
  width: calc( 50% - 5px );
}

.popup_search_wrap {
  display: block;
  width: 100%;
  height: 100svh;
  position: fixed;
  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%);
  z-index: 101;
  padding: 40px 0 0;
  background: #fff;
}
.popup_search_wrap .popup_close_btn {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.popup_search_wrap .popup_close_btn img {
  display: block;
  width: 20px;
  margin: 0 auto;
}
.popup_search_wrap .popup_saerch_main {
  height: calc( 100% - 60px );
  padding: 20px;
}
.popup_search_wrap .popup_search_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  background: #F8F8F8;
  padding: 10px;
}

.popup_preview_wrap {
  display: block;
  width: calc( 100% - 40px );
  max-width: 800px;
  position: fixed;
  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%);
  z-index: 101;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.popup_preview_wrap .popup_close_btn {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.popup_preview_wrap .popup_close_btn img {
  display: block;
  width: 20px;
  margin: 0 auto;
}
.popup_preview_wrap .popup_preview_head {
  border-bottom: 1px #eee solid;
  padding: 8px 40px 8px 12px;
}
.popup_preview_wrap .popup_preview_head .popup_preview_title {
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.popup_preview_wrap .popup_preview_body {
  display: block;
  width: 100%;
  padding: 20px;
}
.popup_preview_wrap .popup_preview_body .popup_preview_body_inner {
  max-height: calc( 100svh - 120px );
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.popup_preview_wrap .popup_preview_body .popup_preview_body_inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.popup_preview_wrap .popup_preview_body .popup_preview_pic {
  width: 100%;
  height: 100%;
}
.popup_preview_wrap .popup_preview_body img {
  display: block;
  width: 100%;
}

.popup_product_wrap {
  display: block;
  width: calc( 100% - 40px );
  max-width: 500px;
  position: fixed;
  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%);
  z-index: 101;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.popup_product_wrap .popup_close_btn {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
}
.popup_product_wrap .popup_close_btn img {
  display: block;
  width: 20px;
  margin: 0 auto;
}
.popup_product_wrap .popup_product_head {
  border-bottom: 1px #eee solid;
  padding: 8px 40px 8px 12px;
}
.popup_product_wrap .popup_product_head .popup_product_title {
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.popup_product_wrap .popup_product_body {
  display: block;
  width: 100%;
  padding: 20px;
}
.popup_product_wrap .popup_product_body .popup_product_body_inner {
  max-height: calc( 100svh - 120px );
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.popup_product_wrap .popup_product_body .popup_product_body_inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.popup_product_wrap .popup_product_foot {
  padding: 8px 12px;
  border-top: 1px #eee solid;
}
.popup_product_wrap .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: 360px;
  width: 100%;
  margin: 0 auto;
}
.popup_product_wrap .popup_btnarea .popup_btn {
  width: calc( 50% - 5px );
}

/*=================
     
    title.scss

=======================*/
.common_page_title {
  font-size: 20px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .common_page_title {
    text-align: center;
    margin: 0 0 15px;
  }
}

.common_page_title_block {
  margin: 0 0 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .common_page_title_block {
    display: block;
  }
}
.common_page_title_block .common_page_title {
  margin: 0 20px 0 0;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .common_page_title_block .common_page_title {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .common_page_title_block .common_page_title {
    margin: 0 0 10px;
    white-space: normal;
  }
}
.common_page_title_block .common_link_btn {
  line-height: 40px;
  height: 40px;
  width: 120px;
}

.common_page_subtitle {
  font-size: 18px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 24px;
}
@media only screen and (max-width: 960px) {
  .common_page_subtitle {
    text-align: center;
    margin: 0 0 15px;
  }
}

/*=================
     
    text.scss

=======================*/
.common_text_xs {
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
}

.common_text_s {
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}

.common_text_m {
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}

.common_text_l {
  font-size: 20px;
  line-height: 1.5;
  color: #707070;
}

.common_g-text_xs {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}

.common_g-text_s {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}
.common_g-text_s span {
  font-size: 12px;
}

.common_g-text_m {
  font-size: 16px;
  line-height: 1.5;
  color: #999;
}

.common_link_xs {
  font-size: 12px;
  line-height: 1.5;
  color: #6aa2cf;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_link_xs:hover {
  color: #5087b5;
}

.common_link_s {
  font-size: 14px;
  line-height: 1.5;
  color: #6aa2cf;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common_link_s:hover {
  color: #5087b5;
}

/*=================
     
    aside.scss

=======================*/
.aside_list .aside_link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 11.5px 20px;
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside_list .aside_link:hover {
  background: #e6eeff;
}
@media only screen and (max-width: 960px) {
  .aside_list .aside_link:hover {
    background: #fff;
  }
}
.aside_list .aside_link img {
  display: block;
  width: 20px;
  margin: 0 10px 0 0;
}
.aside_list .aside_link.active {
  background: #e6eeff;
}
.aside_list .aside_list_btn {
  cursor: pointer;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 11.5px 20px;
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside_list .aside_list_btn:hover {
  background: #e6eeff;
}
@media only screen and (max-width: 960px) {
  .aside_list .aside_list_btn:hover {
    background: #fff;
  }
}
.aside_list .aside_list_btn:before {
  content: "";
  display: block;
  width: 12px;
  height: 1.5px;
  background: #707070;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  right: 14px;
  top: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aside_list .aside_list_btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 1.5px;
  background: #707070;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  right: 14px;
  top: 50%;
  -moz-transform: translateX(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside_list .aside_list_btn.active:after {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aside_list .aside_list_btn img {
  display: block;
  width: 20px;
  margin: 0 10px 0 0;
}
.aside_list .aside_sublist {
  display: none;
}
.aside_list .aside_sublist .aside_sublink {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 11.5px 20px 11.5px 50px;
  color: #707070;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside_list .aside_sublist .aside_sublink:hover {
  background: #e6eeff;
}
@media only screen and (max-width: 960px) {
  .aside_list .aside_sublist .aside_sublink:hover {
    background: #fff;
  }
}
.aside_list .aside_sublist .aside_sublink.active {
  background: #e6eeff;
}

.aside_menu_list {
  margin: 40px 0 0;
  padding: 0 20px;
}
.aside_menu_list .aside_menu_item {
  margin: 0 0 20px;
}
.aside_menu_list .aside_menu_item:last-of-type {
  margin: 0;
}
.aside_menu_list .aside_menu_link {
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}

/*=================
     
    editor.scss

=======================*/
.editor_wrap {
  color: #707070;
  line-height: 1.5;
  font-size: 13px;
  /*
  	h2{
  		margin: 0 0 24px;
  		background: $bg-bland-contents;
  		padding: 10px 15px;
  		font-weight: bold;
  		border-left: 5px $main-bland solid;
  		@include border-radius(0 10px 10px 0);
  		@extend .fsr-xxl;
  	}
  	h3{
  		position: relative;
  		padding: 0 0 0 15px;
  		font-weight: bold;
  		margin: 0 0 24px;
  		font-size: 18px;
  		@media only screen and (max-width:640px){
  			font-size: 16px;
  		}
  		&:before{
  			content: "";
  			display: block;
  			width: 5px;
  			height: 100%;
  			background: $main-bland;
  			position: absolute;
  			top:0;
  			left: 0;
  			@include border-radius(10px);
  		}
  	}
  	h4{
  		font-weight: bold;
  		margin: 0 0 24px;
  		@extend .fsr-xl;
  	}
  */
}
.editor_wrap p {
  margin: 0 0 20px;
}
.editor_wrap p a {
  display: inline;
  margin: 0;
}
.editor_wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 20px;
}
.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 ins {
  text-decoration: underline;
}
.editor_wrap sup {
  vertical-align: super;
  font-size: smaller;
}
.editor_wrap a {
  display: block;
  color: #6aa2cf;
  margin: 0 0 20px;
}
.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 {
  color: #707070;
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, #34bf7e 80%);
}
.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%);
}

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

    pages.scss

=======================*/
/* dashboard */
.dashboard_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -30px;
}
@media only screen and (max-width: 1200px) {
  .dashboard_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 640px) {
  .dashboard_list {
    display: block;
    margin: 0;
  }
}
.dashboard_list .dashboard_item {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 30px 0;
}
@media only screen and (max-width: 1200px) {
  .dashboard_list .dashboard_item {
    width: calc(50% - 15px);
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  .dashboard_list .dashboard_item {
    width: 100%;
  }
}
.dashboard_list .dashboard_item:nth-of-type(3n) {
  margin: 0 0 30px;
}
@media only screen and (max-width: 640px) {
  .dashboard_list .dashboard_item:last-of-type {
    margin: 0;
  }
}
.dashboard_list .dashboard_box {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
}
.dashboard_list .dashboard_link {
  position: relative;
  padding: 0 0 39px;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
}
.dashboard_list .dashboard_link .dashboard_title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: url("../images/common/left_black_arrow.svg") right 10px center no-repeat #eee;
  background-size: 8px;
}
.dashboard_list .dashboard_title {
  display: block;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px #eee solid;
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  background-color: #eee;
}
.dashboard_list .dashboard_main {
  padding: 20px;
  text-align: center;
}
.dashboard_list .dashboard_main .dashboard_num {
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.dashboard_list .dashboard_main .dashboard_num span {
  font-size: 24px;
  color: #ff9800;
}
.dashboard_list .dashboard_sub {
  display: -webkit-flex;
  display: flex;
  text-align: center;
}
.dashboard_list .dashboard_sub .dashboard_num {
  padding: 20px 10px;
  width: 50%;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.dashboard_list .dashboard_sub .dashboard_num span {
  display: block;
}
.dashboard_list .dashboard_sub .dashboard_num big {
  font-size: 24px;
  color: #ff9800;
}
.dashboard_list .dashboard_sub .dashboard_num:first-of-type {
  border-right: 1px #eee solid;
}
.dashboard_list .dashboard_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: 1px #eee solid;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
  text-align: center;
}

.dashboard_block {
  margin: 0 0 60px;
}
.dashboard_block:last-of-type {
  margin: 0;
}
.dashboard_block .common_page_subtitle {
  margin: 0 0 10px;
}

.dashboard_again_block {
  margin: 60px 0 0;
}
.dashboard_again_block .common_page_subtitle {
  margin: 0 0 10px;
}

.dashboard_again_result_text {
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
  padding: 0 0 5px;
  margin: 0 0 24px;
  border-bottom: 1px #d2d2d2 solid;
}
.dashboard_again_result_text span {
  font-size: 16px;
  color: #ff9800;
  margin: 0 5px;
}

/* search */
.search_product_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 960px) {
  .search_product_block {
    display: block;
  }
}
.search_product_block .search_product_title {
  font-size: 12px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 5px;
}
.search_product_block .search_product_sub {
  width: 240px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .search_product_block .search_product_sub {
    width: 100%;
    margin: 0 0 20px;
  }
}
.search_product_block .search_product_main {
  width: calc(100% - 340px);
}
@media only screen and (max-width: 960px) {
  .search_product_block .search_product_main {
    width: 100%;
  }
}
.search_product_block .search_product_btnarea {
  width: 80px;
  margin: 0 0 0 10px;
}
.search_product_block .search_apply_sub {
  width: 240px;
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 960px) {
  .search_product_block .search_apply_sub {
    width: 100%;
    margin: 0 0 20px;
  }
}
.search_product_block .search_apply_main {
  width: calc(100% - 590px);
}
@media only screen and (max-width: 960px) {
  .search_product_block .search_apply_main {
    width: 100%;
  }
}
.search_product_block .search_product_one-item {
  width: calc(100% - 90px);
}
@media only screen and (max-width: 960px) {
  .search_product_block .search_product_one-item {
    width: 100%;
  }
}

.common_sp_search_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAzMzlhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3M2Q1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(315deg, #0339a6, #273d59);
  background: -webkit-linear-gradient(315deg, #0339a6, #273d59);
  background: linear-gradient(135deg, #0339a6, #273d59);
  width: 50px;
  min-width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
}

/* table */
.table_result_number {
  font-size: 12px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 10px;
}

@media only screen and (max-width: 960px) {
  .table_wrap {
    margin: 0 -20px 0 0;
  }
}
@media only screen and (max-width: 960px) {
  .table_wrap.table_category {
    margin: 0;
  }
}
@media only screen and (max-width: 960px) {
  .table_wrap.table_category .table_block {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.table_wrap.table_category .table_main {
  min-width: inherit;
}
.table_wrap.table_employee .table_main {
  min-width: 960px;
}
.table_wrap tr.wrong {
  background: rgba(244, 67, 54, 0.15);
}
.table_wrap tr.correct {
  background: rgba(52, 191, 126, 0.15);
}

.table_block {
  width: 100%;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.table_block::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
@media only screen and (max-width: 960px) {
  .table_block {
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 10px;
  }
}

.table_main {
  width: 100%;
  min-width: 800px;
}
.table_main tr {
  border-bottom: 1px #eee solid;
}
.table_main tr:last-of-type {
  border-bottom: none;
}
.table_main .table_title {
  white-space: nowrap;
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  padding: 8px 12px;
  border-bottom: 1px #ddd solid;
}
.table_main .table_title.w100 {
  width: 100px;
}
.table_main .table_title.w120 {
  width: 120px;
}
.table_main .table_title.w150 {
  width: 150px;
}
.table_main .table_title.w200 {
  width: 200px;
}
.table_main .table_info {
  padding: 12px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}
.table_main .table_info.question_cell {
  cursor: pointer;
}
.table_main .table_info.question_cell:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.table_main .table_info.question_cell .question_toggle {
  font-size: 11px;
  color: #999;
  margin-left: 4px;
}
.table_main .table_info.w_project {
  min-width: 200px;
}
.table_main .table_info .form_select {
  font-size: 13px;
  height: 40px;
  max-width: 240px;
}
.table_main .table_info .form_switch {
  width: 150px;
  min-width: 150px;
}
.table_main .table_info .form_switch .form_switch_text {
  font-size: 12px;
}
.table_main .table_info .detail_project_achievements {
  border-top: none;
  max-width: 360px;
  width: 100%;
  margin: 5px 0 0;
}
.table_main .table_info .detail_project_achievements .detail_project_achievements_main {
  display: block;
  padding: 0;
}
.table_main .table_info .detail_project_achievements_slider {
  margin: 0;
}
.table_main .table_label {
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  padding: 3px 8px;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.table_main .table_label.finish {
  background: #8bc34a;
}
.table_main .table_label.active {
  background: #ff9800;
}
.table_main .table_label.none {
  background: #959595;
}
.table_main .table_point_label {
  display: inline-block;
  font-size: 10px;
  line-height: 1.5;
  padding: 3px 8px;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.table_main .table_point_label.rank01 {
  background: #FFD700;
}
.table_main .table_point_label.rank02 {
  background: #c0c0c0;
}
.table_main .table_point_label.rank03 {
  background: #C9AE5D;
}
.table_main .table_pic {
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.table_main .table_logo {
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100px;
  min-width: 100px;
  height: 100px;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
.table_main .table_text {
  color: #999;
}
.table_main .table_text span {
  color: #707070;
  display: block;
  font-size: 12px;
}
.table_main .table_point_text {
  white-space: nowrap;
  font-size: 12px;
}
.table_main .table_point_text span {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.table_main .table_point_link {
  white-space: nowrap;
  font-size: 12px;
  color: #6aa2cf;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_main .table_point_link:hover {
  color: #5087b5;
}
.table_main .table_point_link span {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.table_main .table_price_text {
  white-space: nowrap;
  font-size: 12px;
}
.table_main .table_price_text span {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.table_main .table_stutas_text {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.table_main .table_stutas_text span {
  white-space: nowrap;
  margin: 0 5px 0 0;
  font-size: 12px;
}
.table_main .table_stutas_text.special {
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px #ddd dashed;
}
.table_main .table_stutas_text a {
  white-space: nowrap;
  font-size: 12px;
  color: #6aa2cf;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_main .table_stutas_text a:hover {
  color: #5087b5;
}
.table_main .table_stutas_text a small {
  font-size: 14px;
  margin: 0 5px 0 0;
}
.table_main .table_sns_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.table_main .table_sns_list .table_sns_item {
  display: block;
  width: 30px;
  min-width: 30px;
  margin: 0 5px 0 0;
}
.table_main .table_sns_list .table_sns_item:last-of-type {
  margin: 0;
}
.table_main .table_sns_list .table_sns_link {
  display: block;
  width: 100%;
}
.table_main .table_sns_list .table_sns_link img {
  display: block;
  width: 100%;
}

.table_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.table_btnarea .table_edit_btn {
  width: calc(50% - 5px);
}
.table_btnarea .table_delete_btn {
  width: calc(50% - 5px);
}
.table_btnarea .table_history_btn {
  width: calc(50% - 5px);
}

/* detail layout */
.detail_head {
  padding: 8px 12px;
  border-bottom: 1px #eee solid;
}
.detail_head .detail_head_title {
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}

.detail_head_subtitle {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  color: #707070;
}
.detail_head_subtitle span {
  padding: 0 10px 0 0;
  background: #F8F8F8;
  position: relative;
  z-index: 5;
}
.detail_head_subtitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ddd;
  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%);
}

.detail_body {
  padding: 20px;
}

.detail_form_title_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 5px;
}
.detail_form_title_block .detail_form_quest {
  position: relative;
  margin: 0 0 0 5px;
}
.detail_form_title_block .detail_form_quest .detail_form_quest_btn {
  display: block;
  width: 14px;
}
.detail_form_title_block .detail_form_quest .detail_form_quest_btn img {
  display: block;
  width: 100%;
}
.detail_form_title_block .detail_form_quest:hover .detail_form_quest_pop {
  display: block;
}
@media only screen and (max-width: 960px) {
  .detail_form_title_block .detail_form_quest:hover .detail_form_quest_pop {
    display: none;
  }
}
.detail_form_title_block .detail_form_quest_pop {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: calc(100% + 8px);
  left: -8px;
  width: 300px;
  background: rgba(112, 112, 112, 0.85);
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.detail_form_title_block .detail_form_quest_pop:after {
  content: "";
  display: block;
  border-right: 3px solid transparent;
  border-top: 5px solid rgba(112, 112, 112, 0.85);
  border-left: 3px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 11px;
}
.detail_form_title_block .detail_form_quest_pop .detail_form_quest_text {
  font-size: 11px;
  color: #fff;
  line-height: 1.5;
}

.deatil_form_title {
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
}
.deatil_form_title span {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  width: 30px;
  background: #273D59;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: 1px;
  margin: 0 5px 0 0;
}

.detail_form_list .detail_form_item {
  margin: 0 0 20px;
}
.detail_form_list .detail_form_item:last-of-type {
  margin: 0;
}

.detail_layout-1-column_type01 .detail_bg_wrap {
  display: block;
  background: #fff;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.detail_layout-1-column_type01 .detail_body {
  display: -webkit-flex;
  display: flex;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .detail_layout-1-column_type01 .detail_body {
    display: block;
  }
}
.detail_layout-1-column_type01 .detail_body .detail_body_main {
  width: 30%;
  padding: 20px;
  border-right: 1px #eee solid;
}
@media only screen and (max-width: 960px) {
  .detail_layout-1-column_type01 .detail_body .detail_body_main {
    width: 100%;
    border-right: none;
    border-bottom: 1px #eee solid;
  }
}
.detail_layout-1-column_type01 .detail_body .detail_body_sub {
  width: 70%;
}
@media only screen and (max-width: 960px) {
  .detail_layout-1-column_type01 .detail_body .detail_body_sub {
    width: 100%;
  }
}
.detail_layout-1-column_type01 .detail_body .detail_body_sub_box {
  padding: 20px;
  border-bottom: 1px #eee solid;
}
.detail_layout-1-column_type01 .detail_body .detail_body_sub_box:last-of-type {
  border-bottom: none;
}
.detail_layout-1-column_type01 .detail_body .detail_body_sub_box .detail_form_title_block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 5px;
}
.detail_layout-1-column_type01 .detail_body .detail_body_sub_box .deatil_form_title {
  font-size: 12px;
}
.detail_layout-1-column_type01 .detail_body .detail_body_sub_box .detail_form_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 -20px;
}
@media only screen and (max-width: 640px) {
  .detail_layout-1-column_type01 .detail_body .detail_body_sub_box .detail_form_list {
    display: block;
    margin: 0;
  }
}
.detail_layout-1-column_type01 .detail_body .detail_body_sub_box .detail_form_list .detail_form_item {
  width: calc(50% - 5px);
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .detail_layout-1-column_type01 .detail_body .detail_body_sub_box .detail_form_list .detail_form_item {
    width: 100%;
  }
}
.detail_layout-1-column_type01 .detail_body .detail_body_sub_title {
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 10px;
}
.detail_layout-1-column_type01 .detail_body .detail_body_sub_title span {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  width: 30px;
  background: #273D59;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: 1px;
  margin: 0 5px 0 0;
}

.detail_layout-1-column_type02 .detail_bg_wrap {
  display: block;
  background: #fff;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.detail_layout-2-column_type01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type01 {
    display: block;
  }
}
.detail_layout-2-column_type01 .detail_bg_wrap {
  display: block;
  background: #fff;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.detail_layout-2-column_type01 .detail_bg_wrap:first-of-type {
  width: calc((100% - 20px) / 3);
}
@media only screen and (max-width: 1200px) {
  .detail_layout-2-column_type01 .detail_bg_wrap:first-of-type {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type01 .detail_bg_wrap:first-of-type {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.detail_layout-2-column_type01 .detail_bg_wrap:last-of-type {
  width: calc((100% - 20px) / 3 * 2);
}
@media only screen and (max-width: 1200px) {
  .detail_layout-2-column_type01 .detail_bg_wrap:last-of-type {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type01 .detail_bg_wrap:last-of-type {
    width: 100%;
    margin: 0 auto;
  }
}

.detail_layout-2-column_type02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type02 {
    display: block;
  }
}
.detail_layout-2-column_type02 .detail_bg_wrap {
  display: block;
  background: #fff;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.detail_layout-2-column_type02 .detail_bg_wrap:first-of-type {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type02 .detail_bg_wrap:first-of-type {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.detail_layout-2-column_type02 .detail_bg_wrap:last-of-type {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type02 .detail_bg_wrap:last-of-type {
    width: 100%;
    margin: 0 auto;
  }
}

.detail_layout-2-column_type03 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type03 {
    display: block;
  }
}
.detail_layout-2-column_type03 .detail_bg_wrap:last-of-type {
  display: block;
  background: #fff;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: calc((100% - 20px) / 3);
}
@media only screen and (max-width: 1200px) {
  .detail_layout-2-column_type03 .detail_bg_wrap:last-of-type {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type03 .detail_bg_wrap:last-of-type {
    width: 100%;
    margin: 0 auto;
  }
}
.detail_layout-2-column_type03 .detail_bg_wrap:first-of-type {
  width: calc((100% - 20px) / 3 * 2);
}
@media only screen and (max-width: 1200px) {
  .detail_layout-2-column_type03 .detail_bg_wrap:first-of-type {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type03 .detail_bg_wrap:first-of-type {
    width: 100%;
    margin: 0 auto;
  }
}

.detail_layout-2-column_type04 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type04 {
    display: block;
  }
}
.detail_layout-2-column_type04 .detail_bg_wrap:last-of-type {
  width: calc((100% - 20px) / 3);
}
@media only screen and (max-width: 1200px) {
  .detail_layout-2-column_type04 .detail_bg_wrap:last-of-type {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type04 .detail_bg_wrap:last-of-type {
    width: 100%;
    margin: 0 auto;
  }
}
.detail_layout-2-column_type04 .detail_bg_wrap:first-of-type {
  width: calc((100% - 20px) / 3 * 2);
}
@media only screen and (max-width: 1200px) {
  .detail_layout-2-column_type04 .detail_bg_wrap:first-of-type {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 768px) {
  .detail_layout-2-column_type04 .detail_bg_wrap:first-of-type {
    width: 100%;
    margin: 0 auto;
  }
}

.detail_icon_pic {
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100px;
  min-width: 100px;
  height: 100px;
}

.detail_icon_logo {
  display: block;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  width: 100px;
  min-width: 100px;
  height: 100px;
}

.detail_name {
  font-size: 20px;
  color: #707070;
  line-height: 1.5;
}

.detail_number_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  .detail_number_list {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .detail_number_list {
    display: block;
    margin: 0 0 20px;
  }
}
.detail_number_list .detail_number_item {
  width: calc((100% - 20px) / 3);
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 768px) {
  .detail_number_list .detail_number_item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.detail_number_list .detail_number_item:nth-of-type(3n) {
  margin: 0 0 10px;
}
.detail_number_list .detail_number_box {
  background: #fff;
  border: 1px #eee solid;
  padding: 10px 15px;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}
.detail_number_list .detail_number_box span {
  color: #ff9800;
  font-size: 20px;
  margin: 0 5px 0 0;
}

.detail_graph_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 10px;
}
@media only screen and (max-width: 768px) {
  .detail_graph_list {
    display: block;
    margin: 0 0 20px;
  }
}
.detail_graph_list .detail_graph_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: calc( 50% - 5px );
  margin: 0 0 10px;
  background: #fff;
  border: 1px #eee solid;
  padding: 10px 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .detail_graph_list .detail_graph_item {
    display: block;
    width: 100%;
  }
}
.detail_graph_list .detail_graph_box {
  width: 30%;
  font-size: 14px;
  line-height: 1.5;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .detail_graph_list .detail_graph_box {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}
.detail_graph_list .detail_graph_box span {
  color: #ff9800;
  font-size: 20px;
  margin: 0 5px 0 0;
}
.detail_graph_list .detail_graph_main {
  width: calc( 70% - 10px );
}
@media only screen and (max-width: 768px) {
  .detail_graph_list .detail_graph_main {
    width: 100%;
  }
}

.detail_graph_block {
  background: #fff;
  border: 1px #eee solid;
  padding: 10px 15px;
  margin: 0 0 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .detail_graph_block {
    margin: 0 0 20px;
  }
}

.detail_qa_block {
  margin: 0 0 40px;
}
.detail_qa_block:last-of-type {
  margin: 0;
}
.detail_qa_block .common_add_btn {
  margin: 20px 0 0;
}

.detail_qa_list .detail_qa_item {
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 20px;
}
.detail_qa_list .detail_qa_item:last-of-type {
  margin: 0;
}

.detail_qa_head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 1px #eee solid;
}

.deatil_qa_head_btnarea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.deatil_qa_head_btnarea .detail_qa_copy_btn {
  display: block;
  width: 40px;
  height: 40px;
}
.deatil_qa_head_btnarea .detail_qa_copy_btn img {
  display: block;
  width: 20px;
  margin: 0 auto;
}
.deatil_qa_head_btnarea .detail_qa_delete_btn {
  display: block;
  width: 40px;
  height: 40px;
}
.deatil_qa_head_btnarea .detail_qa_delete_btn img {
  display: block;
  width: 20px;
  margin: 0 auto;
}
.deatil_qa_head_btnarea .detail_qa_drag_btn {
  display: block;
  width: 40px;
  height: 40px;
}
.deatil_qa_head_btnarea .detail_qa_drag_btn img {
  display: block;
  width: 20px;
  margin: 0 auto;
}

.detail_qa_body {
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .detail_qa_body {
    display: block;
  }
}
.detail_qa_body .detail_qa_main {
  width: 30%;
  padding: 20px;
  border-right: 1px #eee solid;
}
@media only screen and (max-width: 1100px) {
  .detail_qa_body .detail_qa_main {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .detail_qa_body .detail_qa_main {
    width: 100%;
    border-right: none;
  }
}
.detail_qa_body .detail_qa_sub {
  width: 70%;
  padding: 20px;
}
@media only screen and (max-width: 1100px) {
  .detail_qa_body .detail_qa_sub {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .detail_qa_body .detail_qa_sub {
    width: 100%;
    padding: 0 20px 20px;
  }
}

.detail_qa_foot {
  border-top: 1px #eee solid;
  padding: 20px;
}

.detail_qa_tag_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.detail_qa_tag_list .detail_qa_tag_item {
  margin: 0 10px 10px 0;
}

.detail_qa_subtitle {
  font-size: 14px;
  color: #707070;
  line-height: 1.5;
  margin: 0 0 10px;
}
.detail_qa_subtitle span {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 20px;
  width: 30px;
  background: #273D59;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: 1px;
  margin: 0 5px 0 0;
}

.detail_qa_answer_list .detail_qa_answer_item {
  margin: 0 0 20px;
}
.detail_qa_answer_list .detail_qa_answer_item:last-of-type {
  margin: 0;
}
.detail_qa_answer_list .detail_qa_answer_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  .detail_qa_answer_list .detail_qa_answer_inner {
    display: block;
  }
}
.detail_qa_answer_list .detail_qa_answer_inner .detail_qa_answer_main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 310px);
}
@media only screen and (max-width: 1100px) {
  .detail_qa_answer_list .detail_qa_answer_inner .detail_qa_answer_main {
    width: 100%;
    margin: 0 0 5px;
  }
}
.detail_qa_answer_list .detail_qa_answer_inner .detail_qa_answer_main .detail_qa_answer_title {
  font-size: 12px;
  color: #707070;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0 5px 0 0;
}
.detail_qa_answer_list .detail_qa_answer_inner .detail_qa_answer_sub {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 310px;
}
@media only screen and (max-width: 1100px) {
  .detail_qa_answer_list .detail_qa_answer_inner .detail_qa_answer_sub {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .detail_qa_answer_list .detail_qa_answer_inner .detail_qa_answer_sub {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.detail_qa_answer_list .detail_qa_answer_inner .detail_qa_answer_sub .table_delete_btn {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .detail_qa_answer_list .detail_qa_answer_inner .detail_qa_answer_sub .table_delete_btn {
    margin: 5px 0 5px 10px;
  }
}
@media only screen and (max-width: 640px) {
  .detail_qa_answer_list .detail_qa_answer_inner .form_switch {
    margin: 5px 0 5px 10px;
  }
}
.detail_qa_answer_list .detail_qa_answer_inner .detail_qa_check_label {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .detail_qa_answer_list .detail_qa_answer_inner .detail_qa_check_label {
    margin: 5px 0;
  }
}

.detail_qa_check_label {
  display: inline-block;
  cursor: pointer;
}
.detail_qa_check_label input {
  display: none;
}
.detail_qa_check_label .detail_qa_check_text {
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px 8px 35px;
  color: #707070;
  line-height: 1.5;
  position: relative;
  background: #eee;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 640px) {
  .detail_qa_check_label .detail_qa_check_text {
    font-size: 13px;
    padding: 5.25px 10px 5.25px 31px;
  }
}
@media only screen and (max-width: 350px) {
  .detail_qa_check_label .detail_qa_check_text {
    min-width: 46px;
  }
}
.detail_qa_check_label .detail_qa_check_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detail_qa_check_label input:checked + .detail_qa_check_text {
  background: #e6eeff;
}
.detail_qa_check_label input:checked + .detail_qa_check_text::before {
  border-color: #0339A6;
  background: url("../images/form/check_icon.svg") center center no-repeat #fff;
  background-size: 10px;
}

.detail_qa_radio_label {
  display: inline-block;
  cursor: pointer;
}
.detail_qa_radio_label input {
  display: none;
}
.detail_qa_radio_label .detail_qa_radio_text {
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px 8px 35px;
  color: #707070;
  line-height: 1.5;
  position: relative;
  background: #eee;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 640px) {
  .detail_qa_radio_label .detail_qa_radio_text {
    font-size: 13px;
    padding: 5.25px 10px 5.25px 31px;
  }
}
@media only screen and (max-width: 350px) {
  .detail_qa_radio_label .detail_qa_radio_text {
    min-width: 46px;
  }
}
.detail_qa_radio_label .detail_qa_radio_text::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  -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%);
}
.detail_qa_radio_label input:checked + .detail_qa_radio_text {
  background: #e6eeff;
}
.detail_qa_radio_label input:checked + .detail_qa_radio_text::before {
  border-color: #0339A6;
}
.detail_qa_radio_label input:checked + .detail_qa_radio_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 14px;
  width: 10px;
  height: 10px;
  background: #0339A6;
  -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%);
}

.detail_level_head {
  padding: 5px 10px;
  border-bottom: 1px #eee solid;
}

.detail_level_body {
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.detail_level_body .detail_qa_level_box:first-of-type {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .detail_level_body .detail_qa_level_box:first-of-type {
    width: calc(50% - 5px);
  }
}
.detail_level_body .detail_qa_level_box:last-of-type {
  width: calc(60% - 10px);
}
@media only screen and (max-width: 640px) {
  .detail_level_body .detail_qa_level_box:last-of-type {
    width: calc(50% - 5px);
  }
}
.detail_level_body .detail_qa_level_title {
  font-size: 12px;
  color: #707070;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0 0 5px;
}

.detail_tag_main {
  margin: 0 0 10px;
}

.detail_tag_sub .detail_tag_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .detail_tag_sub .detail_tag_inner {
    display: block;
  }
}
.detail_tag_sub .detail_tag_inner_main {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: calc( 100% - 392px );
}
@media only screen and (max-width: 768px) {
  .detail_tag_sub .detail_tag_inner_main {
    width: 100%;
  }
}
.detail_tag_sub .detail_tag_inner_main .detail_qa_answer_title {
  font-size: 12px;
  color: #707070;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0 5px 0 0;
}
.detail_tag_sub .detail_tag_inner_sub {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 382px;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .detail_tag_sub .detail_tag_inner_sub {
    width: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .detail_tag_sub .detail_tag_inner_sub {
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .detail_tag_sub .detail_tag_inner_sub {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.detail_tag_sub .detail_tag_inner_sub .detail_qa_check_label {
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .detail_tag_sub .detail_tag_inner_sub .detail_qa_check_label {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 640px) {
  .detail_tag_sub .detail_tag_inner_sub .form_switch {
    margin: 5px 0 5px 10px;
  }
}
.detail_tag_sub .detail_tag_inner_sub .table_delete_btn {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .detail_tag_sub .detail_tag_inner_sub .table_delete_btn {
    margin: 5px 0 5px 10px;
  }
}

/* user answer */
.training_category {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  margin: 0 0 10px;
  color: #0339A6;
  background: #fff;
  border: 1px #0339A6 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.training_wrap {
  display: block;
  padding: 40px 20px;
  background: #fff;
  -moz-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -webkit-box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  box-shadow: 0px 3px 6px rgba(112, 112, 112, 0.16);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.training_list .training_item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 40px;
}
@media only screen and (max-width: 640px) {
  .training_list .training_item {
    display: block;
  }
}
.training_list .training_item:last-of-type {
  margin: 0;
}
.training_list .training_sub {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .training_list .training_sub {
    margin: 0 0 10px;
  }
}
.training_list .training_num {
  display: block;
  width: 40px;
  min-width: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  background: #0339A6;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 640px) {
  .training_list .training_num {
    margin: 0 auto;
  }
}
.training_list .training_main {
  padding: 9px 0 0;
}
@media only screen and (max-width: 640px) {
  .training_list .training_main {
    padding: 0;
  }
}
.training_list .training_head {
  margin: 0 0 10px;
}
.training_list .training_title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #707070;
}
.training_list .training_subtitle {
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 0;
  color: #999;
}
.training_list .training_body_inner {
  display: block;
}
@media only screen and (max-width: 768px) {
  .training_list .training_body_inner {
    display: block;
  }
}
.training_list .training_pic_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.training_list img.training_pic {
  display: block;
  width: 280px;
  height: 210px;
  object-fit: contain;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.training_list img.training_pic:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1200px) {
  .training_list img.training_pic {
    width: 220px;
    height: 165px;
  }
}
@media only screen and (max-width: 768px) {
  .training_list .training_pic_list {
    flex-direction: column;
  }
  .training_list img.training_pic {
    width: 100%;
    height: auto;
    max-height: 300px;
  }
}
.training_pic_hint {
  font-size: 12px;
  color: #999;
  margin: 4px 0 12px;
}
/* 画像拡大モーダル */
.image_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.image_modal_content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  border-radius: 8px;
  cursor: default;
}
.image_modal_close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}
.image_modal_close:hover {
  color: #ccc;
}

.training_tag_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px 0 0;
}
.training_tag_list .training_tag_item {
  margin: 0 10px 10px 0;
  font-size: 11px;
  line-height: 1.5;
  color: rgba(3, 57, 166, 0.3);
}
.training_tag_list .training_tag_item:before {
  content: "#";
}

.training_answer_list .training_answer_item {
  margin: 0 0 10px;
}
.training_answer_list .training_answer_item:last-of-type {
  margin: 0;
}

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

html, body {
  margin: 0;
  height: 100%;
  background: #F8F8F8;
}

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

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

.fg {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック" ,"游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
}

.fg-w3, .form_switch .form_switch_text, .form_info_text, .form_error, .pager_block .pager_num, .pager_block .pager_list .pager_item, .aside_list .aside_sublist .aside_sublink, .editor_wrap, .dashboard_list .dashboard_text, .dashboard_again_result_text, .table_main .table_label, .table_main .table_point_label {
  font-family: Hiragino Sans w3, "ヒラギノ角ゴシック w3","游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 300;
}

.fg-w4, .form_input, .form_select, .form_textarea, .login_input_block .login_input, .form_point_block .form_point_text, .form_zip_block .form_zip_text, .popup_wrap .popup_text, .common_text_xs, .common_text_s, .common_text_m, .common_text_l, .common_g-text_xs, .common_g-text_s, .common_g-text_m, .common_link_xs, .common_link_s, .table_result_number, .table_main .table_info, .detail_form_title_block .detail_form_quest_pop .detail_form_quest_text, .training_tag_list .training_tag_item {
  font-family: Hiragino Sans w4, "ヒラギノ角ゴシック w3","游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 400;
}

.fg-w5, .detail_open_btn, .common_add_btn, .form_radio_label_type01 .form_radio_text, .form_switch .form_switch_text.active, .form_sns_label .form_sns_text, .login_others_block .login_others_title, .login_others_block .login_others_list .login_others_link, .editor_wrap .marker, .table_main .table_point_text span, .table_main .table_point_link span, .table_main .table_price_text span, .table_main .table_stutas_text a small, .detail_qa_check_label .detail_qa_check_text, .detail_qa_radio_label .detail_qa_radio_text, .training_list .training_subtitle, .training_list .training_title {
  font-family: Hiragino Sans w5, "ヒラギノ角ゴシック w5","游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 500;
}

.fg-w6, .common_highlight_btn, .common_sub-bland_btn, .common_link_btn, .common_cancel_btn, .common_edit_btn, .table_edit_btn, .table_detail_btn, .table_delete_btn, .table_profile_btn, .table_action_btn, .table_again_btn, .table_no-action_btn, .table_history_btn, .search_submit_btn, .header_wrap .header_main .header_logo, .header_wrap .header_list .header_link, .popup_wrap .popup_title, .popup_preview_wrap .popup_preview_head .popup_preview_title, .popup_product_wrap .popup_product_head .popup_product_title, .aside_list .aside_link, .aside_list .aside_list_btn, .aside_menu_list .aside_menu_link, .editor_wrap strong, .editor_wrap b, .dashboard_list .dashboard_main .dashboard_num, .dashboard_list .dashboard_sub .dashboard_num, .dashboard_again_result_text span, .search_product_block .search_product_title, .table_result_number span, .table_main .table_text span, .table_main .table_stutas_text span, .detail_head .detail_head_title, .detail_head_subtitle, .deatil_form_title, .detail_layout-1-column_type01 .detail_body .detail_body_sub_title, .detail_name, .detail_number_list .detail_number_box, .detail_graph_list .detail_graph_box, .detail_qa_subtitle, .detail_qa_answer_list .detail_qa_answer_inner .detail_qa_answer_main .detail_qa_answer_title, .detail_level_body .detail_qa_level_title, .detail_tag_sub .detail_tag_inner_main .detail_qa_answer_title, .training_category {
  font-family: Hiragino Sans w6, "ヒラギノ角ゴシック w6","游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 600;
}

.fg-w7, .login_wrap .login_title, .c-login_wrap .c-login_title, .common_page_title, .common_page_subtitle, .dashboard_list .dashboard_title, .table_main .table_title, .training_list .training_num {
  font-family: Hiragino Sans w7, "ヒラギノ角ゴシック w7","游ゴシック", YuGothic, 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,   Verdana, sans-serif;
  font-weight: 700;
}

.fgr {
  font-family: dnp-shuei-mgothic-std, sans-serif;
}

/* font size */
.fs-xxs {
  font-size: 11px;
}

.fs-xs {
  font-size: 12px;
}

.fs-s {
  font-size: 13px;
}

.fs-m {
  font-size: 14px;
}

.fs-l {
  font-size: 15px;
}

.fs-xl {
  font-size: 16px;
}

.fs-xxl {
  font-size: 20px;
}

/* font size responsive */
.fsr-xxs {
  font-size: 11px;
}
@media only screen and (max-width: 640px) {
  .fsr-xxs {
    font-size: 10px;
  }
}

.fsr-xs {
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .fsr-xs {
    font-size: 11px;
  }
}

.fsr-s {
  font-size: 13px;
}
@media only screen and (max-width: 640px) {
  .fsr-s {
    font-size: 11px;
  }
}

.fsr-m {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .fsr-m {
    font-size: 13px;
  }
}

.fsr-l {
  font-size: 15px;
}
@media only screen and (max-width: 640px) {
  .fsr-l {
    font-size: 13px;
  }
}

.fsr-xl {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .fsr-xl {
    font-size: 14px;
  }
}

.fsr-xxl {
  font-size: 20px;
}
@media only screen and (max-width: 640px) {
  .fsr-xxl {
    font-size: 17px;
  }
}

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

button {
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
}

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

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

.detail_open_btn, .header_wrap .header_main .header_logo, .header_wrap .header_list .header_link, .pager_block .pager_list .pager_link, .popup_wrap .popup_close_btn, .popup_search_wrap .popup_close_btn, .popup_preview_wrap .popup_close_btn, .popup_product_wrap .popup_close_btn, .editor_wrap a, .table_main .table_sns_list .table_sns_link, .detail_form_title_block .detail_form_quest .detail_form_quest_btn, .deatil_qa_head_btnarea .detail_qa_copy_btn, .deatil_qa_head_btnarea .detail_qa_delete_btn, .deatil_qa_head_btnarea .detail_qa_drag_btn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail_open_btn:hover, .header_wrap .header_main .header_logo:hover, .header_wrap .header_list .header_link:hover, .pager_block .pager_list .pager_link:hover, .popup_wrap .popup_close_btn:hover, .popup_search_wrap .popup_close_btn:hover, .popup_preview_wrap .popup_close_btn:hover, .popup_product_wrap .popup_close_btn:hover, .editor_wrap a:hover, .table_main .table_sns_list .table_sns_link:hover, .detail_form_title_block .detail_form_quest .detail_form_quest_btn:hover, .deatil_qa_head_btnarea .detail_qa_copy_btn:hover, .deatil_qa_head_btnarea .detail_qa_delete_btn:hover, .deatil_qa_head_btnarea .detail_qa_drag_btn:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 960px) {
  .detail_open_btn:hover, .header_wrap .header_main .header_logo:hover, .header_wrap .header_list .header_link:hover, .pager_block .pager_list .pager_link:hover, .popup_wrap .popup_close_btn:hover, .popup_search_wrap .popup_close_btn:hover, .popup_preview_wrap .popup_close_btn:hover, .popup_product_wrap .popup_close_btn:hover, .editor_wrap a:hover, .table_main .table_sns_list .table_sns_link:hover, .detail_form_title_block .detail_form_quest .detail_form_quest_btn:hover, .deatil_qa_head_btnarea .detail_qa_copy_btn:hover, .deatil_qa_head_btnarea .detail_qa_delete_btn:hover, .deatil_qa_head_btnarea .detail_qa_drag_btn:hover {
    opacity: 1;
  }
}

.login_input_block .login_input, .dashboard_list .dashboard_link {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login_input_block .login_input:hover, .dashboard_list .dashboard_link:hover {
  -moz-box-shadow: 0px 6px 20px rgba(112, 112, 112, 0.3);
  -webkit-box-shadow: 0px 6px 20px rgba(112, 112, 112, 0.3);
  box-shadow: 0px 6px 20px rgba(112, 112, 112, 0.3);
}

.form_pic-upload_label .form_pic-upload_img, .table_main .table_pic, .detail_icon_pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d2d2d2;
}

.common_pc {
  display: block;
}
.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: 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;
  }
}

/* 複数画像添付エリア */
.question_files_area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.question_files_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.question_file_item {
  position: relative;
  width: 120px;
  height: 120px;
}
.question_file_preview {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}
.question_file_delete_btn {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.question_file_delete_btn:hover {
  background: #f5f5f5;
}
.question_file_add_label {
  display: block;
  cursor: pointer;
}
.question_file_add_label input[type="file"] {
  display: none;
}
.question_file_add_btn {
  width: 120px;
  height: 120px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #999;
  transition: border-color 0.2s, color 0.2s;
}
.question_file_add_btn:hover {
  border-color: #999;
  color: #666;
}
.question_file_count {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.question_file_hidden_input {
  display: none;
}
.question_files_hint {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
}

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