@charset"utf-8";
/* おまかせ資料請求
-------------------------------------*/
#title {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
#title h2.txt {
  background-color: #F27B89;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  padding: 15px;
  text-align: center;
  letter-spacing: 0.1em;
}
.entrustBox h3.txt {
  background-color: #F5A0AB;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 10px 20px;
  letter-spacing: 0.1em;
}
.titleBox {
  padding: 20px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #F27B89;
  border-bottom-color: #F27B89;
  border-left-color: #F27B89;
  background-image: url(/search_school/entrust/images/title_entrust_back.gif);
  background-repeat: repeat-x;
  background-position: 0px top;
}
.titleBox p {
  font-size: 14px;
}
.titleBox img.step {
  margin-top: 15px;
  margin-bottom: 15px;
}
.titleBox img.btn {
  width: 372px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.btnBox {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  text-align: center;
}
.btnBox p {
  color: #e54a5b;
  line-height: normal;
}
.entrustBox {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.entrustBox table {
  width: 960px;
  border: #f295a0 solid 1px;
  border-top: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.study th {
  background-color: #feecee;
  font-size: 18px;
  color: #484848;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.0em;
  text-indent: 1.0em;
  padding: 10px 0;
}
table.study td {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.study td ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
table.study li {
  -webkit-flex-basis: calc((100% - 20px)/2);
  -moz-flex-basis: calc((100% - 20px)/2);
  flex-basis: calc((100% - 20px)/2);
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
table.study li input {
  display: none;
}
table.study li input:checked + label {
  background-color: #f2fcff;
}
table.study li label {
  flex-basis: calc(100% - (20px + 10.0em));
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px 20px;
  margin-right: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.study li label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 10px;
}
table.study li input:checked + label::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #91d5e0;
  margin-right: 10px;
}
table.study li label:hover {
  background-color: #f2fcff;
  cursor: pointer;
}
table.study li a {
  width: 10.0em;
  border-radius: 20px;
  background-color: #eeeeee;
  color: #484848;
  text-align: center;
  padding: 5px 0;
  display: block;
}
table.study li a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #91d5e0;
  margin-left: 10px;
  box-sizing: border-box;
}
table.study li a:hover {
  opacity: 0.5;
}
table.area th {
  width: 160px;
  background-color: #feecee;
  font-size: 14px;
  color: #484848;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
table.area td {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.area td ul {
  display: flex;
  flex-wrap: wrap;
}
table.area li {
  flex-basis: calc((100% - 40px)/5);
  margin-bottom: 10px;
  margin-right: 10px;
}
table.area li:nth-of-type(5n) {
  margin-right: 0;
}
table.area li input {
  display: none;
}
table.area li label {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table.area li label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 10px;
}
table.area li input:checked + label {
  background-color: #f2fcff;
}
table.area li input:checked + label::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #91d5e0;
  margin-right: 10px;
}
table.area li label:hover {
  background-color: #f2fcff;
  cursor: pointer;
}/*
* html table.study li {
  margin-bottom: 0px;
}
* html table.area li {
  margin-bottom: 0px;
}
.entrustBox input {
  margin-right: 5px;
}*/
/* 使い方
-------------------------------------*/
.titleBox img.howtoBtn {
  width: 277px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.entrustHowtoBox {
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-color: #f295a0;
  border-bottom-color: #f295a0;
  border-left-color: #f295a0;
  padding: 20px;
  background-image: url(/search_school/entrust/images/step1_back.gif);
  background-repeat: repeat-x;
  position: relative;
}
.entrustHowtoBox img.center, .titleBox img.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.entrustHowtoBox p.stepEntry {
  font-size: 14px;
  color: #e54a5b;
  font-weight: bold;
  line-height: normal;
  text-align: left;
}
.stepL {
  float: left;
  width: 425px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.stepR {
  float: right;
  width: 425px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.stepL2 {
  float: left;
  width: 425px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.stepR2 {
  float: right;
  width: 425px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.stepC {
  width: 500px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}
.stepC p {
  font-size: 14px;
}
.stepC2 {
  margin-bottom: 15px;
  margin-left: 67px;
  width: 380px;
  height: 107px;
}
.stepC2 img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}/*
.entrustHowtoBox img.step1Img {
  position: absolute;
  right: 20px;
  top: 75px;
}
.entrustHowtoBox img.step2Img {
  position: absolute;
  left: 383px;
  top: 160px;
}*/
.entrustHowtoBox img.step3Img {
  position: absolute;
  top: 101px;
  right: 20px;
}
.entrustHowtoBox p.member {
  background-color: #e54a5b;
  line-height: 24px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
}
.entrustHowtoBox img.step4Img {
  display: block;
  position: absolute;
  right: 67px;
  top: 15px;
}