@charset "UTF-8";
/* _setting CSS */
html {
  font-size: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  font-weight: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

/*
input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
}
*/
header, footer, nav, main, article, section, figure, aside {
  display: block;
}

body {
  line-height: 1.7;
  background: #F3F3F3;
  color: #333;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

::-webkit-input-placeholder {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-moz-placeholder {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-moz-placeholder {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-ms-input-placeholder {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::placeholder {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'メイリオ',Meiryo,'游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
}
*/
h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li, i {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}

em, strong {
  font-size: inherit;
}

strong, b {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  line-height: 1.7;
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none;
}

th {
  vertical-align: top;
}
th br {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

td {
  vertical-align: top;
  word-break: break-all;
}

a {
  border: none;
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea,
select {
  padding: 5px 10px;
  height: 33px;
  border: 1px solid #E5E5E5;
  background: #F3F3F3;
  box-shadow: none;
  color: inherit;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

textarea {
  height: 100px;
  line-height: 1.7;
  resize: vertical;
}

select {
  font-size: 1.4rem;
}

label,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit],
button {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

button {
  display: block;
  border: none;
  background: none;
  outline: none;
  color: inherit;
  font-size: 1.4rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?nzco1u") format("truetype"), url("fonts/icomoon.woff?nzco1u") format("woff"), url("fonts/icomoon.svg?nzco1u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im_trash:before {
  content: "\e912";
}

.im_turn:before {
  content: "\e911";
  color: #fff;
}

.im_check:before {
  content: "\e900";
  color: #fff;
}

.im_pen:before {
  content: "\e901";
  color: #fff;
}

.im_tel:before {
  content: "\e90e";
  color: #e60012;
}

.im_up:before {
  content: "\e903";
  color: #fff;
}

.im_user2:before {
  content: "\e905";
}

.im_user1 .path1:before {
  content: "\e906";
  color: #636363;
}

.im_user1 .path2:before {
  content: "\e907";
  margin-left: -1.28125em;
  color: white;
}

.im_user1 .path3:before {
  content: "\e908";
  margin-left: -1.28125em;
  color: white;
}

.im_search:before {
  content: "\e90b";
  color: #fff;
}

.im_beginner:before {
  content: "\e90c";
}

.im_dl:before {
  content: "\e90d";
  color: #fff;
}

.im_gear:before {
  content: "\e902";
}

.im_login:before {
  content: "\e904";
}

.im_mail:before {
  content: "\e909";
}

.im_menu:before {
  content: "\e90a";
}

.im_school:before {
  content: "\e910";
}

.im_star:before {
  content: "\e90f";
}

#header .nav1 {
  padding: 20px 50px;
}
#header .nav1 h1 {
  font-size: 2rem;
  font-weight: 600;
}
#header .nav1 ul li {
  display: flex;
  align-items: center;
  margin: 0 0 0 25px;
}
#header .nav1 ul li a,
#header .nav1 ul li span {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
#header .nav1 ul li a > i,
#header .nav1 ul li span > i {
  margin: 0 10px 0 0;
  font-size: 2rem;
}
#header .nav2 {
  background: #fff;
}
#header .nav2 li {
  width: 100%;
}
#header .nav2 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px 12px;
}
#header .nav2 li a > i {
  position: relative;
  top: -0.06em;
  margin: 0 10px 0 0;
  font-size: 2rem;
}
#header .nav2 .on a {
  background: #E60012;
  color: #fff;
}
#header.login {
  background: #E60012;
  color: #fff;
}
#header.login nav {
  padding: 3px 0;
}
#header.admin .nav2 .on a {
  background: #333;
  color: #fff;
}
#header.admin.login {
  background: #333;
}

#to_top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
#to_top a {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative;
  width: 30px;
  padding: 30px 0 0;
  background: #333;
}
#to_top a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -4.5px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
#to_top.on {
  opacity: 1;
  pointer-events: auto;
}

#f_copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background: #333;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}

#bc {
  display: flex;
  padding: 20px 0 40px;
}
#bc li {
  margin: 0 10px 0 0;
  font-size: 1.1rem;
}
#bc li::after {
  content: ">";
  margin: 0 0 0 10px;
}
#bc li:last-child::after {
  display: none;
}
#bc li a {
  text-decoration: underline;
}

.attention {
  color: #E60012;
}

.bg_white {
  background: #fff;
}

.bg_red {
  background: #E60012 !important;
}

.bg_red_op {
  background: #FCE4E6 !important;
}

.textc {
  text-align: center;
}

.textrv {
  text-align: right;
}

.textu {
  text-decoration: underline;
}

a.textu:hover {
  text-decoration: none;
}

.flex {
  display: flex;
}

.fww {
  flex-wrap: wrap;
}

.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.jcsa {
  justify-content: space-around;
}

.jcfe {
  justify-content: flex-end;
}

.jcsb {
  justify-content: space-between;
}

.mb1em {
  margin-bottom: 1em;
}

.mb50 {
  margin-bottom: 50px;
}

#wrapper {
  position: relative;
  min-height: 100vh;
  padding: 0 0 80px;
}

.c_wrap1 {
  min-width: 1150px;
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
}

.c_wrap2 {
  min-width: 1200px;
  max-width: 1450px;
  margin: 0 auto;
}

.c_hov_wrap1 a,
.c_hov_wrap1 button {
  transition: 0.3s;
}
.c_hov_wrap1 a:hover,
.c_hov_wrap1 button:hover {
  opacity: 0.6;
}

.hov1 {
  transition: 0.3s;
}
.hov1:hover {
  opacity: 0.6;
}

.f_err {
  background: #FCE4E6 !important;
}

.mainte {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 220px);
  padding: 0 0 60px;
  text-align: center;
}
.mainte h2 {
  margin: 0 0 15px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.mainte .inner {
  display: inline-block;
}
.mainte p {
  margin: 0 0 1.5em;
  font-size: 1.6rem;
  text-align: left;
}
.mainte p a {
  text-decoration: underline;
}

.c_btn1 {
  display: inline-block;
  min-width: 200px;
  padding: 10px 25px;
  background: #333;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.c_btn1.bg_white {
  padding: 9px;
  border: 1px solid #333;
  background: #fff;
  color: #333;
}
.c_btn1.dis {
  opacity: 0.15;
  pointer-events: none;
}

.c_btn2 {
  display: inline-block;
  min-width: 200px;
  padding: 10px;
  border: 1px solid #636363;
  background: #fff;
  color: #636363;
  font-size: 1.5rem;
  text-align: center;
}
.c_btn2.delete {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.6;
  min-width: 100px;
  padding: 9px;
  color: #333;
  font-size: 1.4rem;
}
.c_btn2.delete i {
  position: relative;
  top: 1px;
  margin: 0 6px 0 0;
  color: #333;
}

.c_hd1 {
  position: relative;
  padding: 15px 30px;
  border-bottom: 2px solid #E60012;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
.c_hd1 .hd_link {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: normal;
}

.privacy_wrap {
  padding: 30px 0 0;
}
.privacy_wrap .text1 {
  padding: 0 0 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.privacy_wrap .text2 {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 1.3rem;
}
.privacy_wrap .text2 a {
  text-decoration: underline;
}

.c_scoll_y {
  padding: 10px;
}
.c_scoll_y .sc_inner {
  max-height: 265px;
  overflow-y: scroll;
}

.c_list1 li {
  position: relative;
}
.c_list1 li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background: #E5E5E5;
}
.c_list1 li:last-child::after {
  display: none;
}
.c_list1 .inner {
  display: block;
  position: relative;
  padding: 15px 130px 15px 30px;
  font-size: 1.4rem;
}
.c_list1 .inner .text {
  margin: 0 0 0 1.3em;
}
.c_list1 .inner .btn {
  position: absolute;
  top: 50%;
  right: 30px;
  padding: 0 15px 0 30px;
  border: 1px solid #E5E5E5;
  background: #fff;
  transform: translateY(-50%);
  font-weight: 600;
}
.c_list1 .inner .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #E60012;
  transform: translateY(-50%);
}
.c_list1 .inner .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  margin: -2px 0 0 0;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.c_list1 .inner .btn.status {
  min-width: 130px;
  border: none;
  background: none;
}
.c_list1 .inner .btn.status::after {
  display: none;
}
.c_list1 .inner .btn.status1::before {
  background: #129F06;
}
.c_list1 .inner .btn.status2::before {
  background: #333;
}
.c_list1 .inner .link {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  font-weight: 600;
}
.c_list1 a:hover {
  background: #FCE4E6;
}

#contents {
  position: relative;
}

.login_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  margin: 0 auto;
  padding: 30px;
  border-top: 2px solid #E60012;
  background: #fff;
  transform: translate(-50%, -55%);
}
.login_wrap h2 {
  font-size: 1.6rem;
  font-weight: 600;
}
.login_wrap table {
  width: 380px;
  margin: 0 auto;
}
.login_wrap table th,
.login_wrap table td {
  padding: 10px 0;
  font-size: 1.4rem;
  vertical-align: middle;
}
.login_wrap table th {
  width: 100px;
}
.login_wrap table td input {
  width: 100%;
}
.login_wrap .submit {
  padding: 20px 0 0;
}
.login_wrap .submit a {
  padding: 12px;
}

input[type=text].size1_1,
input[type=number].size1_1,
input[type=password].size1_1,
input[type=tel].size1_1,
textarea.size1_1,
select.size1_1 {
  width: 104px;
}
input[type=text].size1_2,
input[type=number].size1_2,
input[type=password].size1_2,
input[type=tel].size1_2,
textarea.size1_2,
select.size1_2 {
  width: 143px;
}
input[type=text].size1_3,
input[type=number].size1_3,
input[type=password].size1_3,
input[type=tel].size1_3,
textarea.size1_3,
select.size1_3 {
  width: 155px;
}
input[type=text].size2_1,
input[type=number].size2_1,
input[type=password].size2_1,
input[type=tel].size2_1,
textarea.size2_1,
select.size2_1 {
  width: 195px;
}
input[type=text].size2_2,
input[type=number].size2_2,
input[type=password].size2_2,
input[type=tel].size2_2,
textarea.size2_2,
select.size2_2 {
  width: 250px;
}
input[type=text].size2_3,
input[type=number].size2_3,
input[type=password].size2_3,
input[type=tel].size2_3,
textarea.size2_3,
select.size2_3 {
  width: 290px;
}
input[type=text].size2_4,
input[type=number].size2_4,
input[type=password].size2_4,
input[type=tel].size2_4,
textarea.size2_4,
select.size2_4 {
  width: 325px;
}
input[type=text].size3_1,
input[type=number].size3_1,
input[type=password].size3_1,
input[type=tel].size3_1,
textarea.size3_1,
select.size3_1 {
  width: 420px;
}
input[type=text].size3_2,
input[type=number].size3_2,
input[type=password].size3_2,
input[type=tel].size3_2,
textarea.size3_2,
select.size3_2 {
  width: 457px;
}
input[type=text].size3_3,
input[type=number].size3_3,
input[type=password].size3_3,
input[type=tel].size3_3,
textarea.size3_3,
select.size3_3 {
  width: 547px;
}
input[type=text].size3_4,
input[type=number].size3_4,
input[type=password].size3_4,
input[type=tel].size3_4,
textarea.size3_4,
select.size3_4 {
  width: 644px;
}

.c_label_list1 li {
  margin: 0 16px 0 0;
}
.c_label_list1 li label {
  display: flex;
  align-items: center;
}
.c_label_list1 li input {
  pointer-events: none;
  margin: 0 6px 0 0;
}

.c_label_list2 li {
  min-width: 100px;
  margin: 0 15px 0 0;
}
.c_label_list2 li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5px 20px 5px 15px;
  border: 1px solid #129F06;
  border-radius: 1000px;
  background: #EEFCE4;
  color: #129F06;
}
.c_label_list2 li span i {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 10px 0 0;
  border: 1px solid;
  border-color: inherit;
  border-radius: 100%;
}
.c_label_list2 li span i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 4px;
  border: 1px solid;
  border-color: #EEFCE4;
  border-right-color: transparent;
  border-top-color: transparent;
  transform: translate(-45%, -90%) rotate(-40deg);
}
.c_label_list2 li input {
  display: none;
}
.c_label_list2 li input:checked + span {
  font-weight: bold;
}
.c_label_list2 li input:checked + span i {
  background: #129F06;
}
.c_label_list2 li:last-child span {
  border: 1px solid #E60012;
  background: #FCE4E6;
  color: #E60012;
}
.c_label_list2 li:last-child input:checked + span i {
  background: #E60012;
}

.c_back1 {
  position: absolute;
  top: 15px;
  right: 15px;
}
.c_back1 a {
  position: relative;
  min-width: 170px;
  padding-left: 30px;
  background: #fff;
  color: #333;
}
.c_back1 a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin: -3px 0 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}

.c_ankerlink1 {
  margin: -10px 0 20px;
}
.c_ankerlink1 li {
  margin: 0 25px 0 0;
}
.c_ankerlink1 li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 1px 0 3px;
  border-bottom: 1px solid #333;
}
.c_ankerlink1 li a::before {
  position: relative;
  top: -1px;
  margin: 0 10px 0 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.c_notice1 {
  line-height: 1.3;
  padding: 0 0 0 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

.search_wrap {
  position: relative;
  margin-bottom: 30px;
}
.search_wrap .btn_warp {
  position: absolute;
  bottom: 100%;
  right: 0;
}
.search_wrap .btn_warp li {
  margin: 0 0 0 15px;
}
.search_wrap .btn_warp .search_btn a {
  position: relative;
}
.search_wrap .btn_warp .search_btn a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -7px 0 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.search_wrap .btn_warp .regist_btn a {
  position: relative;
}
.search_wrap .btn_warp .regist_btn a::before, .search_wrap .btn_warp .regist_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 12px;
  height: 2px;
  margin: -1px 0 0;
  background: #fff;
}
.search_wrap .btn_warp .regist_btn a::after {
  transform: rotate(90deg);
}
.search_wrap .form_wrap {
  max-height: 0;
  transition: 0.3s;
  overflow: hidden;
}
.search_wrap .form_wrap .inner {
  padding: 20px 25px;
  border-top: 2px solid #E60012;
}
.search_wrap .form_wrap .inner .input_box {
  margin: 0 20px 0 0;
}
.search_wrap .form_wrap .inner .input_box h2 {
  margin: 0 0 5px;
  font-size: 1.4rem;
}
.search_wrap .form_wrap .inner .label_box {
  margin-left: 10px;
}
.search_wrap .form_wrap .inner .submit {
  margin: 0 0 0 auto;
  text-align: center;
}
.search_wrap .form_wrap .inner .submit button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
}
.search_wrap .form_wrap .inner .submit button i {
  margin: 0 8px 0 -5px;
  font-weight: bold;
}
.search_wrap .form_wrap .inner .submit a {
  position: relative;
  padding: 0 0 0 17px;
  font-size: 1.2rem;
  text-decoration: underline;
}
.search_wrap .form_wrap .inner .submit a::before, .search_wrap .form_wrap .inner .submit a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: #333;
  transform: rotate(45deg);
}
.search_wrap .form_wrap .inner .submit a::after {
  transform: rotate(-45deg);
}
.search_wrap.on .btn_warp .search_btn a::before {
  margin: -3px 0 0;
  transform: rotate(225deg);
}
.search_wrap.on .form_wrap {
  transition: 1s;
  max-height: 600px;
}

.result_list_info {
  position: relative;
  margin-bottom: 15px;
}
.result_list_info .count {
  font-size: 1.1rem;
}
.result_list_info .count .btn {
  display: block;
  margin: 5px 0 0;
  padding: 5px 15px;
  background: #fff;
  font-size: 1.3rem;
  text-align: center;
}
.result_list_info .link {
  padding: 20px 0 0;
}
.result_list_info .link a {
  font-size: 1.2rem;
  text-decoration: underline;
}
.result_list_info .list_num {
  padding: 4px 10px;
  background: #fff;
  font-size: 1.3rem;
}
.result_list_info .list_num select {
  width: 60px;
  height: auto;
  padding: 0;
  margin: 0 0 0 15px;
  border: none;
  background: none;
  text-align: right;
}
.result_list_info .page_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.result_list_info .page_list li {
  margin: 0 5px;
}
.result_list_info .page_list li a,
.result_list_info .page_list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  height: 25px;
  padding: 0 5px;
  background: #fff;
  font-size: 1.3rem;
}
.result_list_info .page_list li span {
  background: #E60012;
  color: #fff;
}
.result_list_info .page_list .arrow {
  margin: 0 2px;
}
.result_list_info .page_list .arrow a {
  background: none;
}
.result_list_info .page_list .arrow.off a {
  pointer-events: none;
  opacity: 0.5;
}

.result_wrap {
  margin: 0 0 25px;
  background: #fff;
}
.result_wrap table {
  width: 100%;
}
.result_wrap table thead th {
  border-right: 1px solid #E5E5E5;
  border-bottom: 2px solid #fff;
}
.result_wrap table thead th:last-child {
  border-right: none;
}
.result_wrap table thead th > span,
.result_wrap table thead th > a {
  display: block;
  position: relative;
  padding: 10px 12px 10px 4px;
  background: #333;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
.result_wrap table thead th > span span,
.result_wrap table thead th > a span {
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -13px;
  font-size: 7px;
  transform: scale(0.7);
}
.result_wrap table thead th > span span:last-child,
.result_wrap table thead th > a span:last-child {
  margin-top: -4px;
}
.result_wrap table thead th > span span.on,
.result_wrap table thead th > a span.on {
  color: #E60012;
}
.result_wrap table thead th > span {
  padding: 10px;
}
.result_wrap table tbody tr td {
  padding: 8px 4px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.3rem;
}
.result_wrap table tbody tr td:last-child {
  border-right: none;
}
.result_wrap table tbody tr .btn {
  width: 80px;
  padding: 4px 12px;
  vertical-align: middle;
}
.result_wrap table tbody tr .btn a {
  display: block;
  width: 100%;
  border: 1px solid #636363;
  background: #fff;
  text-align: center;
}

.detail_wrap {
  margin-bottom: 50px;
}
.detail_wrap .c_hd1 {
  padding: 8px 30px;
}
.detail_wrap .inner {
  padding: 20px 35px;
  background: #fff;
}
.detail_wrap table {
  width: 100%;
}
.detail_wrap table tr th,
.detail_wrap table tr td {
  padding: 18px 10px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1.4rem;
}
.detail_wrap table tr th {
  min-width: 155px;
  width: 155px;
}
.detail_wrap table tr td {
  padding: 12px;
  vertical-align: middle;
}
.detail_wrap table tr td .flex > * {
  margin: 0 20px 0 0;
}
.detail_wrap table tr td .c_label_list1 li {
  margin: 0 30px 0 0;
}
.detail_wrap table tr td .c_label_list1.fww li {
  padding: 3px 0;
}
.detail_wrap table tr td .file_label {
  display: inline-flex;
  align-items: center;
  padding: 3px 0 0;
}
.detail_wrap table tr td .file_label input {
  display: none;
}
.detail_wrap table tr td .file_label::before {
  content: "ファイルを選択";
  margin: 0 20px 0 0;
  padding: 1px 5px 0;
  border: 1px solid #333;
  border-radius: 4px;
  background: #eee;
}
.detail_wrap table tr td p {
  margin: 0 0 10px;
}
.detail_wrap table tr td p:last-child {
  margin: 0;
}
.detail_wrap .btn_wrap {
  position: relative;
  margin: 20px 0 0;
}
.detail_wrap .btn_wrap > * {
  margin: 0 10px;
}

.c_box1 {
  padding: 30px 40px;
}

.c_tel1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c_tel1 b {
  position: relative;
  top: -3px;
  margin: 0 15px 0 0;
  font-size: 2.9rem;
}
.c_tel1 b i {
  margin: 0 10px 0 0;
  font-size: 2.7rem;
}

#search_result_list {
  width: 1010px;
  margin: 0 auto;
}
#search_result_list > li {
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 3px solid #E5E5E5;
}
#search_result_list > li:last-child {
  border: none;
}
#search_result_list > li .hd_wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 20px;
  border-top: 3px solid #E60012;
  background: #fff;
}
#search_result_list > li .hd_wrap .text {
  width: 536px;
}
#search_result_list > li .hd_wrap .text h2 {
  position: relative;
  line-height: 1.4;
  margin: 0 0 15px;
  padding: 0 32px 10px;
  border-bottom: 2px solid #333;
  font-size: 2.4rem;
  font-weight: bold;
}
#search_result_list > li .hd_wrap .text h2 span {
  display: block;
  font-size: 1.4rem;
}
#search_result_list > li .hd_wrap .text p {
  position: relative;
  padding: 0 0 0 32px;
  font-size: 1.5rem;
}
#search_result_list > li .hd_wrap .text .link a {
  display: inline-flex;
  align-items: center;
  margin: 10px 0 0;
  font-weight: normal;
  text-decoration: underline;
}
#search_result_list > li .hd_wrap .text .link a::before {
  margin: 0 10px 0 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
#search_result_list > li .hd_wrap .text .catch {
  font-weight: bold;
}
#search_result_list > li .hd_wrap .img {
  width: 420px;
  padding: 0 20px 0 0;
}
#search_result_list > li .hd_wrap.none_image .text {
  width: 100%;
}
#search_result_list > li .hd_wrap.none_image .text p {
  padding: 0 32px;
}
#search_result_list > li .hd_wrap.none_image .text .link {
  text-align: right;
}
#search_result_list > li .hd_wrap.non_p {
  display: block;
  padding: 0;
}
#search_result_list > li .hd_wrap.non_p .text {
  position: relative;
}
#search_result_list > li .hd_wrap.non_p .text h2 {
  margin: 0;
  padding: 10px 52px 10px 32px;
}
#search_result_list > li .hd_wrap.non_p .link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-100%);
}
#search_result_list > li .hd_wrap.non_p .link a {
  margin: 0;
}
#search_result_list .faculty_list {
  background: #fff;
}
#search_result_list .faculty_list > li {
  border-top: 2px solid #CFCFCF;
  background: #fff;
}
#search_result_list .faculty_list > li .open_btn {
  display: block;
  position: relative;
  padding: 8px 10px 8px 55px;
  border-bottom: 2px solid #333;
  background: #fff;
  font-size: 2rem;
  font-weight: 500;
}
#search_result_list .faculty_list > li .open_btn i {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  border: 1px solid #333333;
}
#search_result_list .faculty_list > li .open_btn i::before, #search_result_list .faculty_list > li .open_btn i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #333333;
}
#search_result_list .faculty_list > li .open_btn i::after {
  transform: rotate(90deg);
}
#search_result_list .faculty_list > li .open_btn.on i::after {
  display: none;
}
#search_result_list .faculty_list > li .department_list,
#search_result_list .faculty_list > li .department_detail {
  display: none;
}
#search_result_list .faculty_list > li .department_list.on,
#search_result_list .faculty_list > li .department_detail.on {
  display: block;
}
#search_result_list .faculty_list > li .department_list {
  padding: 20px 15px;
}
#search_result_list .faculty_list > li .department_list > li {
  border: 1px solid #CFCFCF;
}
#search_result_list .faculty_list > li .department_list .open_btn {
  border: none;
  padding: 5px 10px 4px 60px;
  border-bottom: 2px solid #333;
  font-size: 2rem;
}
#search_result_list .faculty_list > li .department_detail {
  background: #fff;
}
#search_result_list .faculty_list > li .department_detail > li {
  padding: 20px;
  border-bottom: 1px dotted #707070;
}
#search_result_list .faculty_list > li .department_detail > li:last-child {
  border: none;
}
#search_result_list .faculty_list > li .department_detail > li .top_text {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
#search_result_list .faculty_list > li .department_detail > li .top_text p {
  font-size: 1.6rem;
  font-weight: 500;
}
#search_result_list .faculty_list > li .department_detail > li .top_text p span {
  font-size: 1.3rem;
  font-weight: normal;
}
#search_result_list .faculty_list > li .department_detail > li .top_text ul {
  display: flex;
}
#search_result_list .faculty_list > li .department_detail > li .top_text ul li {
  margin: 0 0 0 20px;
}
#search_result_list .faculty_list > li .department_detail > li .top_text ul li a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
#search_result_list .faculty_list > li .department_detail > li .top_text ul li a i {
  margin: 0 5px 0 0;
}
#search_result_list .faculty_list > li .department_detail > li .top_text ul li a .im_star {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  border: 1px solid #333;
  border-radius: 100%;
  font-size: 1rem;
}
#search_result_list .faculty_list > li .department_detail > li .top_text ul li a.on .im_star {
  background: #333;
  color: #fff;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap {
  display: flex;
  justify-content: space-between;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 {
  width: 348px;
  height: 100%;
  border: 1px solid #CFCFCF;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 h3 {
  padding: 5px;
  background: #DD6E1E;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 h3.other {
  background: #0081CC;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 h3.other {
  background: #0081CC;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 h3 i {
  position: relative;
  top: 1px;
  margin: 0 8px 0 0;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 table {
  width: 100%;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 table tr th,
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 table tr td {
  padding: 6px;
  border-bottom: 1px solid #CFCFCF;
  font-size: 1.5rem;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 table tr th {
  width: 75px;
  border-right: 1px solid #CFCFCF;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 table tr:last-child th,
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail1 table tr:last-child td {
  border-bottom: none;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 {
  width: 580px;
  height: 100%;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 table {
  width: 100%;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 table th,
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 table td {
  line-height: 1.5;
  padding: 7px 6px;
  border: 1px solid #CFCFCF;
  font-size: 1.5rem;
  text-align: center;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 table th {
  background: #F1F1F1;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 table td {
  padding: 10px 6px;
  line-height: 1.4;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 table .c1 {
  min-width: 75px;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 table .c2 {
  min-width: 98px;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 table .circle1 {
  display: inline-block;
  color: #E60012;
  font-size: 3rem;
  font-weight: 900;
  text-shadow: 0 0 1px #E60012, 0 0 1px #E60012, 0 0 1px #E60012, 0 0 1px #E60012, 0 0 1.4px #E60012;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 table .series {
  display: inline-block;
  line-height: 1.2;
  padding: 5px 0 0;
  color: #E60012;
  font-weight: 600;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 table .series span {
  font-size: 2.8rem;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 .notice {
  padding: 5px 0 0;
  text-align: right;
}
#search_result_list .faculty_list > li .department_detail > li .etail_wrap .detail2 .notice ul {
  display: inline-block;
  margin: 0 0 0 auto;
  font-size: 1.4rem;
}

#search_result_list_bulk {
  width: 1010px;
  margin: 0 auto;
  padding: 90px 0;
}
#search_result_list_bulk > li {
  margin: 0 0 50px;
  padding: 0 0 40px;
  border-bottom: 3px solid #E5E5E5;
}
#search_result_list_bulk > li:last-child {
  border: none;
}
#search_result_list_bulk > li .hd_wrap h2 {
  margin: 0 0 15px;
  font-size: 2.4rem;
  font-weight: bold;
}
#search_result_list_bulk .faculty_list > li {
  margin: 0 0 10px;
  background: #F1F1F1;
  border: 1px solid #CFCFCF;
}
#search_result_list_bulk .faculty_list > li .open_btn {
  display: block;
  position: relative;
  padding: 8px 10px 8px 25px;
  border-left: 2px solid #D71618;
  background: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
#search_result_list_bulk .faculty_list > li .department_list > li {
  border: 1px solid #CFCFCF;
}
#search_result_list_bulk .faculty_list > li .department_list .open_btn {
  border: none;
  padding: 5px 10px 4px 35px;
  border-bottom: 2px solid #333;
  font-size: 2rem;
}
#search_result_list_bulk .faculty_list > li .department_detail {
  background: #fff;
}
#search_result_list_bulk .faculty_list > li .department_detail.on {
  margin-bottom: 30px;
}
#search_result_list_bulk .faculty_list > li .department_detail > li {
  border-bottom: 1px dotted #707070;
}
#search_result_list_bulk .faculty_list > li .department_detail > li:last-child {
  border: none;
}
#search_result_list_bulk .faculty_list > li .department_detail > li input {
  display: none;
}
#search_result_list_bulk .faculty_list > li .department_detail > li input:checked + .check_wrap {
  border: 3px solid #E60012;
  background: #FEF4F4;
}
#search_result_list_bulk .faculty_list > li .department_detail > li input:checked + .check_wrap i {
  display: block;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .check_wrap {
  position: relative;
  padding: 14px 32px;
  border: 3px solid transparent;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .check_wrap i {
  display: none;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: #E60012;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .check_wrap i::before, #search_result_list_bulk .faculty_list > li .department_detail > li .check_wrap i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 2px;
  border-radius: 1000px;
  background: #fff;
  transform: translate(-100%, 15%) rotate(45deg);
}
#search_result_list_bulk .faculty_list > li .department_detail > li .check_wrap i::after {
  width: 10px;
  transform: translate(-30%, -30%) rotate(-45deg);
}
#search_result_list_bulk .faculty_list > li .department_detail > li .check_wrap:hover {
  background: #FEF4F4;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .top_text {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5px;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .top_text p {
  font-size: 1.6rem;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .top_text p span {
  font-size: 1.3rem;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .top_text ul {
  display: flex;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .top_text ul li {
  margin: 0 0 0 20px;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .top_text ul li a {
  font-size: 1.6rem;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap {
  display: flex;
  justify-content: space-between;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail1 {
  width: 348px;
  height: 100%;
  border: 1px solid #CFCFCF;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail1 h3 {
  padding: 5px;
  background: #DD6E1E;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail1 h3.other {
  background: #0081CC;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail1 h3 i {
  position: relative;
  top: 1px;
  margin: 0 8px 0 0;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail1 table {
  width: 100%;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail1 table tr th,
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail1 table tr td {
  padding: 6px;
  border-bottom: 1px solid #CFCFCF;
  font-size: 1.5rem;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail1 table tr th {
  width: 75px;
  border-right: 1px solid #CFCFCF;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail1 table tr:last-child th,
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail1 table tr:last-child td {
  border-bottom: none;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 {
  width: 580px;
  height: 100%;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 table {
  width: 100%;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 table th,
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 table td {
  padding: 6px;
  border: 1px solid #CFCFCF;
  font-size: 1.5rem;
  text-align: center;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 table th {
  background: #F1F1F1;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 table td {
  line-height: 1.4;
  padding: 5px;
  vertical-align: middle;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 table .c1 {
  min-width: 75px;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 table .c2 {
  min-width: 98px;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 table .circle1 {
  display: inline-block;
  color: #D71618;
  font-size: 3rem;
  font-weight: 900;
  text-shadow: 0 0 1px #D71618, 0 0 1px #D71618, 0 0 1px #D71618, 0 0 1px #D71618, 0 0 1.4px #D71618;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 table .series {
  display: inline-block;
  line-height: 1.2;
  padding: 5px 0 0;
  color: #E60012;
  font-weight: 600;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 table .series span {
  padding: 0 4px;
  font-size: 2.8rem;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 .notice {
  padding: 5px 0 0;
  text-align: right;
}
#search_result_list_bulk .faculty_list > li .department_detail > li .etail_wrap .detail2 .notice ul {
  display: inline-block;
  margin: 0 0 0 auto;
  font-size: 1.4rem;
}

.bulk_submit_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 30px;
}
.bulk_submit_wrap p {
  background: #fff;
  margin: 0 10px;
}

#modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
#modal.on {
  opacity: 1;
  pointer-events: auto;
}
#modal .c_wrap1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1070px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  transform: translate(-50%, -50%);
}
#modal .c_wrap1 .close {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 100;
  width: 35px;
  padding: 35px 0 0;
  border-radius: 100%;
  background: #fff;
  transition: 0.3s;
  transition-delay: 0.1s;
}
#modal .c_wrap1 .close::before, #modal .c_wrap1 .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  background: #333;
  transform: translateX(-50%) rotate(45deg);
}
#modal .c_wrap1 .close::after {
  transform: translateX(-50%) rotate(-45deg);
}
#modal .c_wrap1 .close:hover {
  opacity: 0.8;
}

.app_notice.dis {
  display: none !important;
}

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