@charset "utf-8";
/*----------------------------------------
    common
----------------------------------------*/
#contents .content_main {
  padding: 50px 0 55px 0;
  background: #fef4f8;
}
.main_banner {
  color: #ffffff;
  text-align: center;
  padding: 259px 0 206px 0;
}
.main_banner .large_title {
  font-size: 400%;
  font-weight: normal;
  line-height: 1.4;
}
.main_banner .subtitle {
  font-size: 184%;
  font-weight: normal;
}
.main_banner p {
  font-size: 134%;
  padding-top: 20px;
}
.btn_list li {
  float: left;
  width: 540px;
  border-radius: 5px;
  box-shadow: 0 0 9px 0 #e7dee1;
  margin-bottom: 20px;
}
.btn_list li:nth-child(even) {
  float: right;
}
.btn_list a {
  display: block;
  text-align: center;
  padding: 46px 0;
  margin-left: 290px;
}
.btn_list li a:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn_list a span {
  display: block;
}
.btn_list a .text {
  font-size: 192%;
  font-weight: bold;
  line-height: 1.35;
  padding: 43px 0 45px 0;
}
.btn_list .special a .text {
  padding: 28px 0 30px 0;
}
.btn_list a .more {
  width: 110px;
  font-size: 134%;
  padding: 5px 0;
  border-radius: 5px;
  margin: 0 auto;
}
.btn_list li a:hover .more {
  background: #ffffff;
  border: 2px solid #ffffff;
}
/*----------------------------------------
    guide_about
----------------------------------------*/
.guide_about .main_banner {
  background: url(../../img/guide/bg-guide_about.jpg) no-repeat center center;
  background-size: cover;
}
.guide_about .btn_list li {
  background: url(../../img/guide/bg-btn_about_1.jpg) no-repeat left top;
  background-size: cover;
  border-radius: 5px;
}
.guide_about .btn_list li:nth-child(2) {
  background: url(../../img/guide/bg-btn_about_2.jpg) no-repeat left top;
  background-size: cover;
}
.guide_about .btn_list li:nth-child(3) {
  background: url(../../img/guide/bg-btn_about_3.jpg) no-repeat left top;
  background-size: cover;
}
.guide_about .btn_list li:last-child {
  background: url(../../img/guide/bg-btn_about_4.jpg) no-repeat left top;
  background-size: cover;
}
.guide_about .btn_list a {
  color: #feb201;
}
.guide_about .btn_list a .more {
  border: 2px solid #feb304;
}
.guide_about .btn_list a:hover .more {
  color: #feb201;
}
.guide_about .btn_list a:hover {
  background: rgba(254,178,1,0.75);
}
/*----------------------------------------
    guide_csr
----------------------------------------*/
.guide_csr .main_banner {
  background: url(../../img/guide/bg-guide_csr.jpg) no-repeat center center;
  background-size: cover;
}
.guide_csr .btn_list li {
  background: url(../../img/guide/bg-btn_csr_1.jpg) no-repeat left top;
  background-size: cover;
}
.guide_csr .btn_list li:nth-child(2) {
  background: url(../../img/guide/bg-btn_csr_2.jpg) no-repeat left top;
  background-size: cover;
}
.guide_csr .btn_list li:nth-child(3) {
  background: url(../../img/guide/bg-btn_csr_3.jpg) no-repeat left top;
  background-size: cover;
}
.guide_csr .btn_list li:last-child {
  background: url(../../img/guide/bg-btn_csr_4.jpg) no-repeat left top;
  background-size: cover;
}
.guide_csr .btn_list a {
  color: #9ac739;
}
.guide_csr .btn_list a .more {
  border: 2px solid #9ac739;
}
.guide_csr .btn_list a:hover .more {
  color: #9ac739;
}
.guide_csr .btn_list a:hover {
  background-color: rgba(154,199,57,0.75);
}
/*----------------------------------------
    guide_join
----------------------------------------*/
.guide_join .main_banner {
  background: url(../../img/guide/bg-guide_join.jpg) no-repeat center center;
  background-size: cover;
}
.guide_join .btn_list li {
  background: url(../../img/guide/bg-btn_join_1.jpg) no-repeat left top;
  background-size: cover;
}
.guide_join .btn_list li:nth-child(2) {
  background: url(../../img/guide/bg-btn_join_2.jpg) no-repeat left top;
  background-size: cover;
}
.guide_join .btn_list li:nth-child(3) {
  display: none !important;
  background: url(../../img/guide/bg-btn_join_3.jpg) no-repeat left top;
  background-size: cover;
}
.guide_join .btn_list li:last-child {
  display: none !important;
  background: url(../../img/guide/bg-btn_join_4.jpg) no-repeat left top;
  background-size: cover;
}
.guide_join .btn_list a {
  color: #d26ad1;
}
.guide_join .btn_list a .more {
  border: 2px solid #d26ad1;
}
.guide_join .btn_list a:hover .more {
  color: #d26ad1;
}
.guide_join .btn_list a:hover {
  background: rgba(210,106,209,0.75);
}

@media screen and (max-width : 1200px) {
/*----------------------------------------
    common
----------------------------------------*/
.main_banner {
  padding: 20.5% 0 16.3% 0;
}
.main_banner .large_title {
  font-size: 400%;
  font-weight: normal;
  line-height: 1.4;
}
.main_banner .subtitle {
  font-size: 184%;
  font-weight: normal;
}
.main_banner p {
  font-size: 134%;
  padding-top: 20px;
}
.btn_list li {
  width: 49.09%;
}
.btn_list a {
  padding: 8.52% 0;
  margin-left: 53.7%;
}
.btn_list a .text {
  font-size: 184%;
  padding: 17.2% 0 18% 0;
}
.btn_list .special a .text {
  padding: 11.2% 0 12% 0;
}
.btn_list a .more {
  padding: 2% 0;
}
}
@media screen and (max-width : 767px) {
/*----------------------------------------
    common
----------------------------------------*/
#contents .content_main {
  padding: 25px 0 28px 0;
}
.main_banner .large_title {
  font-size: 32px;
}
.main_banner .subtitle {
  font-size: 20px;
}
.main_banner p {
  font-size: 14px;
  padding-top: 10px;
}
.btn_list li {
  float: none;
  width: auto;
  max-width: 540px;
  margin: 0 auto 15px auto;
}
.btn_list li:nth-child(even) {
  float: none;
}
.btn_list a {
  padding: 6.52% 0;
}
.btn_list a .text {
  font-size: 20px;
  padding: 8.6% 0 9% 0;
}
.btn_list .special a .text {
  padding: 5.6% 0 6% 0;
}
.btn_list a .more {
  width: 80px;
  font-size: 14px;
}
@media all and (orientation : landscape) { 
.btn_list li {
  float: left;
  width: 48%;
}
.btn_list li:nth-child(even) {
  float: right;
}
.btn_list a {
  padding: 4.26% 0;
  margin-left: 52%;
}
.btn_list a .text {
  padding: 7% 0 10.6% 0;
}

} 
}