@font-face {
  font-family: 'icon';
  src: url('fonts/icon.eot?baf0ut');
  src: url('fonts/icon.eot?baf0ut#iefix') format('embedded-opentype'), url('fonts/icon.ttf?baf0ut') format('truetype'), url('fonts/icon.woff?baf0ut') format('woff'), url('fonts/icon.svg?baf0ut#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  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;
}
.icon--3:before {
  content: "\e907";
  color: #4b4b4b;
}
.icon--31:before {
  content: "\e908";
  color: #4b4b4b;
}
.icon--32:before {
  content: "\e909";
  color: #4b4b4b;
}
.icon--33:before {
  content: "\e90a";
  color: #4b4b4b;
}
.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_left:before {
  content: "\e314";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}
.icon-keyboard_arrow_up:before {
  content: "\e316";
}
.icon-8-1:before {
  content: "\e901";
  color: #4b4b4b;
}
.icon-file:before {
  content: "\e90c";
}
.icon-phone:before {
  content: "\e903";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
/* compo parts
-------------------*/

.mdSpan {
  position: relative;
}
.mdSpan i {
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  margin-top: -100px;
  padding-top: 100px;
}
/*btn*/
.contact_btn {
  background: url(/r_rshinko/lib/cmn_img/header_contact_bg.jpg) center center no-repeat;
  background-size: contain;
  padding: 1.6em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.contact_btn:hover {
/*  letter-spacing: 0.3rem;
  opacity: 1;*/
}
.btn1, .btn1_bgW {
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
}
.btn1 a, .btn1_bgW a {
  color: #f4947e;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  width: 400px;
  border: 3px solid;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn1 a:hover {
  box-shadow: 6px 6px 14px rgba(244, 148, 126, 0.2);
}
.btn1_bgW a:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
}
.btn1 i:before, .btn1_bgW i:before {
  margin-left: 5px;
  vertical-align: text-bottom;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn1:hover i:before, .btn1_bgW:hover i:before {
  margin-left: 10px;
  font-size: 115%;
}
.btn1S {
  font-size: 16px;
}
.btn1S a {
  padding: 15px 0;
  width: 260px;
}
.btn_contact a {
  color: #fff;
  background: #cfaf90;
  border-radius: 5px;
  padding: 1em 2em !important;
  display: block;
}
/*ttl*/
.mainTtl, .mainTtl_w, .mainTtl_2 {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  position: relative;
  margin-bottom: 50px;
  text-align: left;
}
.mainTtl_w {
  color: #fff;
}
.mainTtl_2 {
  text-align: center;
}
.mainTtl_3 {
  border-bottom: solid 3px #b2e8ea;
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.mainTtl_3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #6acfd2;
  bottom: -3px;
  width: 20%;
}
.kourei .mainTtl_3 {
  border-bottom: solid 3px #b9ebc4;
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.kourei .mainTtl_3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #84e29a;
  bottom: -3px;
  width: 20%;
}
.hoiku .mainTtl_3 {
  border-bottom: solid 3px #ffc7ba;
  position: relative;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.hoiku .mainTtl_3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff9c85;
  bottom: -3px;
  width: 20%;
}
.mainTtl_w.deco {
  position: relative;
  padding-left: 1em;
  display: inline-block;
}
.mainTtl_w.deco:before {
  content: "";
  position: absolute;
  background: url(/r_rshinko/lib/cmn_img/ttl_deco_L.png)no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mainTtl_w.deco:after {
  content: "";
  position: absolute;
  background: url(/r_rshinko/lib/cmn_img/ttl_deco_R.png)no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  right: -44px;
  bottom: -30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.kourei .mainTtl_w.deco:after {
  display: none;
}
/*---tenkai_color---*/
.shogai .color {
  color: #6acfd2;
}
.shogai .bg_color {
  background-color: #6acfd2;
}
.shogai .interview:before {
  background-color: #6acfd2;
}
/*.shogai02 .interview:before {
  top: 5% !important;
}*/
.kourei .color {
  color: #84e29a;
}
.kourei .bg_color {
  background-color: #84e29a;
}
.kourei .interview:before {
  background-color: #84e29a;
  top: 5%;
}
.hoiku .color {
  color: #ff9c85;
}
.hoiku .bg_color {
  background-color: #ff9c85;
}
.hoiku .interview:before {
  background-color: #ff9c85;
}
/*---ttl---*/
.ttl1 {
  font-weight: 400;
  font-size: 24px;
  color: #f4947e;
  letter-spacing: 0.2rem;
}
/*txt*/
#contents .txt1 {
  line-height: 0.5rem;
  line-height: 2;
  font-size: 16px;
  max-width: 800px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.txt2 {
  margin-top: 15px;
  color: #f4947e;
  text-align: left;
}
.leadTxt {
  font-size: 24px;
  font-weight: 500 !important;
  display: inline-block;
  letter-spacing: 0.15rem;
}
#contents .leadTxt {
  line-height: 1.8;
}
/*bg*/


.bg_grid {
  background: url(../cmn_img/grid_bg.jpg);
}
/* compo
-------------------*/

.small {
  font-size: 70%;
  letter-spacing: 0;
}
.block {
  display: block;
}
.inline {
  display: inline-block;
}
/* section
-----------*/
section {
  padding-top: 100px;
}
section.sameSpace {
  padding: 120px 0;
}
section.last {
  padding-bottom: 120px;
}
.parts1, .parts2 {
  width: 100%;
}
.parts1 .imgArea {
  display: table-cell;
  width: 40%;
  vertical-align: bottom;
  line-height: 0 !important;
}
.parts1 .txtArea {
  display: table-cell;
  width: 55%;
  vertical-align: top;
  padding-left: 5%;
}
.parts1 .txtArea p {
  line-height: 2 !important;
}
.parts2 .imgArea {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
  line-height: 0 !important;
}
.parts2 .txtArea {
  display: table-cell;
  width: 40%;
  vertical-align: top;
  padding-left: 5%;
}
/*----------------------------------------------------
☆anchor
----------------------------------------------------*/
.anchor ul {
  font-size: 0px;
  letter-spacing: 0;
  z-index: 2;
  position: relative;
}
.anchor ul li {
  display: inline-block;
  font-size: 16px;
  width: 32%;
  margin-right: 2%;
  letter-spacing: 0.15rem;
  vertical-align: middle;
}
.anchor ul li:last-child , .anchor ul li:nth-child(3n) {
  margin-right: 0;
}
.anchor ul li:nth-child(n+4) {
  margin-top: 40px;
}


.anchor ul li span {
  font-size: 80%;
  display: block;
  font-weight: normal;
}
.anchor li a {
  display: block;
  padding: 1rem;
  position: relative;
}
.anchor li a:before {
  position: absolute;
  content: '';
  top: 110%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #ff9c85;
  width: 0;
  height: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.anchor li a:hover:before {
  top: 115%;
}
/*------tenkai------*/
.hoiku .anchor li {
  border: 3px solid #ff9c85;
}
.shogai .anchor li {
  border: 3px solid #6acfd2;
}
.shogai .anchor li a:before {
  border-top: 15px solid #6acfd2;
}
.kourei .anchor li {
  border: 3px solid #84e29a;
}
.kourei .anchor li a:before {
  border-top: 15px solid #84e29a;
}
/*----------------------------------------------------
☆mv
----------------------------------------------------*/


.mv_sub {
  position: relative;
  margin-left: 80px;
  border-radius: 60px 0 0 0;
}
.mv_sub {
  height: 60vh;
}
.mv_sub .mv_name {
  letter-spacing: 0.8rem;
  line-height: 1;
  font-size: 44px;
  position: absolute;
  padding: 1.6em 1.4em 1.6em 1.8em;
  left: -40px;
  bottom: 10%;
  color: #fff;
  text-align: center;
}
.shogai .mv_sub .mv_name {
  background: url(/r_rshinko/lib/cmn_img/shogai/mv_deco.png) center center no-repeat;
  background-size: cover;
}
.kourei .mv_sub .mv_name {
  background: url(/r_rshinko/lib/cmn_img/kourei/mv_deco.png) center center no-repeat;
  background-size: cover;
}
.hoiku .mv_sub .mv_name {
  padding: 1.8em 1.4em 1.6em 1.8em;
}
.hoiku .mv_sub .mv_name .box {
  display: block;
  background-color: #ff9c85;
  padding: 40px;
  position: relative;
}
.hoiku .mv_sub .mv_name span {
  font-size: 16px;
}
.hoiku .mv_sub .mv_name p {
  font-size: 24px;
  padding-bottom: 0px;
  text-align: center !important;
}
.hoiku .mv_sub .mv_name .box ::after {
  background: url(/r_rshinko/lib/cmn_img/hoiku/mv_deco_L.png) no-repeat center center;
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.hoiku .mv_sub .mv_name .box ::before {
  background: url(/recruitr_rshinko/lib/cmn_img/hoiku/mv_deco_R.png) no-repeat center center;
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -40px;
  top: -40px;
}
.mv_sub .mv_name span {
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}
/*----------------------------------------------------
☆concept
----------------------------------------------------*/

/*---concept---*/

.concept {
  position: relative;
}
.concept .bg {
  z-index: -1;
  position: absolute;
  max-width: 490px;
  right: 0;
  bottom: 0;
  padding-top: 100%;
  width: 65%;
}
.shogai .concept .bg {
  background: url(/recruitr_rshinko/lib/cmn_img/shogai/concept_bg.jpg) right bottom no-repeat;
  background-size: contain;
}
.kourei .concept .bg {
  background: url(/recruitr_rshinko/lib/cmn_img/kourei/concept_bg.jpg) right bottom no-repeat;
  background-size: contain;
}
.hoiku .concept .bg {
  background: url(/recruitr_rshinko/lib/cmn_img/hoiku/concept_bg.jpg) right bottom no-repeat;
  background-size: contain;
}
.concept .leadTxt span.big {
  font-size: 120%;
}
.point .point_area ul {
  border-collapse: separate;
  border-spacing: 20px 0;
  display: table;
  text-align: center;
  table-layout: fixed;
  margin: 0 auto;
  width: 90%;
}
.point .point_area ul li {
  border: solid 2px #ddd;
  border-radius: 5px;
  display: table-cell;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.4em;
  vertical-align: middle;
}
.point .point_area ul li.topcell {
  vertical-align: top;
  text-align: center;
}
.point .point_area ul li.topcell small {
  color: #555;
  font-weight: normal;
  display: block;
  padding-top: 10px;
  text-align: left;
}
.kourei .point .point_area ul li {
  border: solid 2px #84e29a;
  color: #49ca67;
}
.shogai .point .point_area ul li {
  border: solid 2px #6acfd2;
  color: #52b7ba;
}
.benefit ul {
  clear: both;
  color: #ff9c85;
  overflow: hidden;
  text-align: center;
}
.benefit ul li {
  display: inline-block;
  border: solid 2px #ff9c85;
  border-radius: 5px;
  font-weight: bold;
  padding: 1.2em;
  vertical-align: middle;
  margin: 1%;
  width: 300px;
}
/*----------------------------------------------------
☆point3
----------------------------------------------------*/
.point2 .color, .point3 .color {
  font-size: 120%;
  font-style: italic;
}
.point2 ul, .point3 ul {
  font-size: 0px;
  letter-spacing: 0;
}
.point2 li {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  padding: 2em 1em;
  vertical-align: middle;
}
.point3 li {
  width: 32%;
  margin-right: 2%;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  padding: 2em 1em;
  vertical-align: middle;
}
.point2 li:last-child {
  margin-right: 0;
}
.point3 li:last-child {
  margin-right: 0;
}
.point2 li .longtxt {
  display: block;
  text-align: left;
  padding-top: 10px;
}
.point2 .number, .point3 .number {
  position: relative;
  display: inline-block;
  padding: 0 35px;
}
.point2 .number:before, .point2 .number:after, .point3 .number:before, .point3 .number:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #fff;
}
.point2 .number:before, .point3 .number:before {
  left: 0;
}
.point2 .number:after, .point3 .number:after {
  right: 0;
}
.pointRemodal .contents {
  text-align: left;
}
.hoiku .remodal-close:before {
  display: none;
}
.hoiku .remodal-cancel , .hoiku .remodal-cancel {
 
  color: #fff;
  padding: 1rem 5rem;
  font-size: 14px;
  margin-top: 40px;
}


.kourei .remodal-cancel{
   background: #84e29a;
}
.kourei .remodal-cancel:hover{
   background: #72dc8b;
}
.hoiku .remodal-cancel{
   background: #ff9c85;
}
.moreBtn {
  background: #fff;
  border-radius: 40px;
  font-size: 16px;
  padding: 1rem;
  display: inline-block;
  width: 60%;
  margin-top: 2rem;
  text-align: center;
  background: #3b3736;
  color: #fff;
}
.moreBtn:hover {
  color: #fff;
}
.moreBtn span i {
  padding-left: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.moreBtn:hover span i {
  padding-left: 15px;
}
/*----tenkai----*/
.hoiku .point3 li {
  background: #ff9c85;
}
.hoiku .point3 li:nth-child(2n) {
  background: #f77f62;
}
.kourei .point3 li {
  background: #84e29a;
}
.kourei .point3 li:nth-child(2n) {
  background: #72dc8b;
}
/*.kourei .moreBtn {
  color: #84e29a;
}*/
.shogai .point2 li {
  background: #6acfd2;
}
.shogai .point3 li {
  background: #6acfd2;
}
.shogai .moreBtn {
  color: #6acfd2;
}
.shogai .moreBtn {
  color: #6acfd2;
}
/*----------------------------------------------------
☆interview
----------------------------------------------------*/
.interview {
  position: relative;
  padding: 0;
  margin-top: 100px;
}

.interview .mainTtl_2 {
  margin-bottom: 30px;
}
.interview .parts1 .imgArea {
  vertical-align: bottom;
}
.interview:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  top: 100px;
  bottom: 0;
}
.interview .txtArea {
  color: #fff;
  font-size: 14px;
  padding: 100px 0 60px 5%;
}
.interview .dataArea {
  display: inline-block;
  padding: 20px;
  margin-top: 40px;
}
.interview .dataArea .position {
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.4em;
  font-size: 18px;
}
.interview .dataArea .profile {
  display: inline-block;
  margin-left: 15px;
}
.interview .dataArea .year {
  font-size: 15px;
  padding-right: 20px;
}
.interview .dataArea .name {
  font-size: 20px;
}
.interview .dataArea dl {
  line-height: 2;
  text-align: left;
}
.interview .dataArea dt {
  font-weight: bold;
}
.interview .dataArea dt, .interview .dataArea dd {
  display: inline-block;
}
.interviewBox:nth-child(2n+1) .txtArea {
  padding-bottom: 40px;
}
/*----------------------------------------------------
☆guideline
----------------------------------------------------*/

.guideline table {
  font-size: 14px;
  width: 100%;
}
.guideline th {
  color: #fff;
  padding: 0 45px;
  font-weight: normal;
  width: 20%;
  border-top: 1px solid #e3e3e3;
}
.guideline td {
  font-weight: bold;
  padding: 30px;
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  width: 80%;
}
.guideline td.last {
  border-bottom: 1px solid #e3e3e3;
}
.guideline tr:last-child td {
  border-bottom: 1px solid #e3e3e3;
}
.shogai .guideline td a {
  color: #6acfd2;
}
.kourei .guideline td a {
  color: #84e29a;
}
.hoiku .guideline td a {
  color: #ff9c85;
}

/* for Tablet
-------------------------------------------------------------------------------------*/



@media only screen and (max-width:768px) {
/* compo parts
-------------------*/


.mdSpan i {
  margin-top: -65px;
  padding-top: 65px;
}
/*btn*/
.btn1, .btn1_bgW {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  text-align: center !important;
}
.btn1 a, .btn1_bgW a {
  width: 260px;
  border: 2px solid;
}
.btn1S {
  font-size: 16px;
}
.btn1S a {
  padding: 15px 0;
  width: 260px;
}
.btn_contact a {
  color: #fff;
  background: #cfaf90;
  border-radius: 5px;
  padding: 1em 2em !important;
  display: block;
}
/*ttl*/
.mainTtl, .mainTtl_w, .mainTtl_2 {
  font-size: 24px;
  margin-bottom: 0px;
}
.mainTtl_2 {
  margin-bottom: 20px;
}
mainTtl_3, .hoiku .mainTtl_3, .kourei .mainTtl_3, .shogai .mainTtl_3 {
  margin-bottom: 16px;
  font-size: 18px;
}
.mainTtl_w.deco {
  margin-bottom: 20px;
  padding-left: 0;
}
.mainTtl_w.deco:before {
  display: none;
}
.mainTtl_w.deco:after {
  height: 20px;
  width: 20px;
  right: -20px;
  bottom: -12px;
}
.ttl1 {
  font-size: 20px;
}
/*txt*/
#contents .txt1 {
  font-size: 16px;
  width: 100%;
}
.txt2 {
  margin-top: 15px;
  color: #f4947e;
  text-align: left;
}
.leadTxt {
  margin-bottom: 5px;
  font-size: 16px;
}
/* SPcompo
-------------------*/
    /* SPMV
-----------*/
.mv_sub {
  margin-left: 6%;
}
.mv_copy2 {
  color: #fff;
  font-size: 36px;
  width: 100%;
}
.hoiku .mv_sub .mv_name {
  bottom: -8%;
}
.hoiku .mv_sub .mv_name p {
  font-size: 20px;
}
.hoiku .mv_sub .mv_name .box {
  padding: 15px;
  letter-spacing: 0.1em;
}
.hoiku .mv_sub .mv_name .box ::after {
  height: 40px;
  width: 40px;
}
.hoiku .mv_sub .mv_name .box ::before {
  width: 60px;
  height: 60px;
  top: -50px;
}
.mv_sub {
  height: 40vh;
}
.mv_sub .mv_name {
  font-size: 30px;
  left: -20px;
  bottom: 10%;
  padding: 1.8em 1em 1.4em 1.4em;
}
.mv_sub .mv_name span {
  font-size: 14px;
  margin-bottom: 10px;
}
.parts1 .imgArea {
  display: table;
  width: 100%;
}
.parts1 .txtArea {
  display: table;
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
}
.parts1 .txtArea p {
  line-height: 1.8 !important;
}
.parts2 .imgArea {
  display: table;
  width: 100%;
}
.parts2 .txtArea {
  display: table;
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
}
/* SPsection
-----------*/
.section1 {
  margin-top: -150px;
  padding: 200px 0 50px;
}
section {
  padding-top: 60px;
}
section.last {
  padding-bottom: 80px;
}
/*----------------------------------------------------
☆SPmv
----------------------------------------------------*/
.mv2 .arc {
  padding-top: 80%;
}
/*----------------------------------------------------
☆concept
----------------------------------------------------*/


#concept .parts2 .imgArea {
  padding-top: 90%;
}
/*----------------------------------------------------
☆interview
----------------------------------------------------*/

.interview {
  margin-top: 60px;
  padding-bottom: 50px;
}
  
.kourei .interview {
 padding-bottom: 50px;
}

.interview .mainTtl_2 {
  margin-bottom: 20px;
}
.interview:before {
  z-index: -1;
  top: 10%;
  bottom: 0;
}
.interview .txtArea {
  font-size: 14px;
  padding: 20px 0 0 0;
  text-align: center;
}
.kourei .interview .txtArea {
  padding: 0;
}
.interview .txtArea .leadTxt {
  font-size: 20px;
  position: relative;
}
.interview .txtArea .leadTxt:before {
  content: "";
  position: absolute;
  background: url(/recruitr_rshinko/lib/cmn_img/ttl_deco_L.png)no-repeat;
  background-size: contain;
  height: 34px;
  width: 34px;
  left: -10px;
  top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block !important;
}
.interview .dataArea {
  padding: 15px 20px;
  margin-top: 20px;
  width: 60%;
}
.interview .dataArea p.name {
  text-align: center !important;
}
.interview .dataArea .position {
  font-size: 16px;
}
.interview .dataArea .profile {
  margin-left: 10px;
}
.interview .dataArea .year {
  font-size: 12px;
  padding-right: 10px;
}
.interview .dataArea .name {
  font-size: 18px;
}
.interviewBox:nth-child(2n+1) {
  margin-bottom: 60px;
}
.interviewBox:nth-child(2n+1) .txtArea {
  padding-bottom: 0;
}
.interviewBox:nth-child(3n) {
  margin-top: 60px;
}
  .kourei .interviewBox:nth-child(2n+1) {
  margin-bottom: 0;
}
/*----------------------------------------------------
☆guideline
----------------------------------------------------*/

.guideline {
}
.guideline table {
  font-size: 14px;
  width: 100%;
}
.guideline th {
  padding: 0 1em;
  width: 30%;
}
.guideline td {
  padding: 1em;
  width: 70%;
}
/*----------------------------------------------------
☆point
----------------------------------------------------*/
.hoiku .remodal-cancel , .kourei .remodal-cancel {
  margin-top: 20px;
}
.hoiku .remodal , .kourei .remodal {
  padding: 3%;
}
.point3 li {
  width: 100%;
  margin-right: 0;
  display: block;
  padding: 1.5rem;
  margin-bottom: 15px;
}
.point2 li, .point3 li {
  font-size: 18px;
}
.point2 li span.italic, .point3 li span.italic {
  font-size: 14px;
}
.moreBtn {
  font-size: 13px;
  width: 50%;
  margin-top: 1.5rem;
}
.moreBtn span i {
  padding-left: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.moreBtn:hover span i {
  padding-left: 15px;
}
/*----------------------------------------------------
☆anchor
----------------------------------------------------*/
.anchor {
  padding-top: 60px;
}
.anchor ul li {
  display: block;
  font-size: 14px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.anchor ul li:last-child {
  margin-bottom: 0;
}
  .anchor ul li:nth-child(n+4) {
  margin-top:0;
}

.anchor li a {
  padding: 0.5rem;
}
.anchor li a:before {
  display: none;
}
/*------tenkai------*/
.hoiku .anchor li {
  border: 2px solid #ff9c85;
}
.shogai .anchor li {
  border: 2px solid #6acfd2;
}
.benefit ul li {
  display: block;
  margin: 1%;
  width: 98%;
}
}
