#mv {
  background: url(../img/top/bg_main.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 5px 0 0;
}

#main_content {
  background: url(../img/top/bg1.png) no-repeat top 160px center;
}

.cta_bnr {
  padding: 0 0 50px;
  text-align: center;
  clear: both;
}

.cta_bnr_wrap .cta_bnr{
	margin: 0 !important;
	padding: 0 !important;
}

.cta_bnr_type2 {
	position: relative;
	max-width: 736px;
	margin: 0 auto 50px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% 100%;
}

.cta_bnr_type2:after{
	content: "";
	display: block;
	padding-bottom: 43.47826%;
}

.cta_bnr_type2 a{
	display: block;
	position: absolute;
	max-width: 47%;
}
.cta_bnr_type2_link{
	bottom: 5%;
	left: 2%;
}

.cta_bnr_type2_tel{
	bottom: 5%;
	right: 2%;
}
.corona{
  border:2px solid #f00;
  padding:25px;
  background:#fff;
}
.corona p strong{
  font-weight: bold;
}
.corona p + p{
  margin-top:20px;
}

.cta_txt {
  text-align: center;
  clear: both;
}

.mb_cta {
  margin-bottom: 50px;
}

.topwrap1 {
  padding-top: 60px;
  padding-bottom: 40px;
}
.topwrap1.nobottom {
  padding-top: 60px;
  padding-bottom: 0;
}


.top_section {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.top_section h2 {
  text-align: center;
  margin-bottom: 45px;
}

.recom_box {
  background: #fff;
  margin-bottom: 60px;
}

.recom_box p {
  font-size: 26px;
  font-weight: bold;
  padding: 45px 75px;
  line-height: 1.538;
  text-align: center;
}

.bg1 {
  background: url(../img/top/bg1.jpg) no-repeat center top;
  background-size: cover;
  padding: 30px 0;
}

.bg2 {
  padding-top: 70px;
  padding-bottom: 20px;
  background: url(../img/top/bg2.png) no-repeat bottom 235px center;
}

.bg3 {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../img/top/bg3.jpg) no-repeat bottom center;
  background-size: cover;
}

.bg4 {
  padding-top: 70px;
  padding-bottom: 0;
  background: url(../img/top/bg4.png) no-repeat bottom center;
}

.bg5 {
  padding-top: 60px;
  padding-bottom: 90px;
  background: url(../img/top/bg5.png) no-repeat top center;
}

.trouble_box {
  background: #fff;
  margin-bottom: 35px;
}

.trouble_box .box {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.trouble_box .box ol {
  font-size: 22px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 25px;
}

.trouble_box .box ol li {
  position: relative;
  padding: 15px 0 3px 40px;
  width: 100%;
  display: block;
  line-height: 1.4;
  margin-bottom: 22px;
}

.trouble_box .box ol li span {
  position: relative;
  z-index: 3;
}

.trouble_box .box ol li::before {
  position: absolute;
  bottom: 0px;
  left: -25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  padding-top: 2px;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.trouble_box .box ol li::after {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  content: "";
}

.trouble_box .box ol li.rank1::before {
  content: "1";
  background: #e4d63b;
}

.trouble_box .box ol li.rank2::before {
  content: "2";
  background: #a5d2e9;
}

.trouble_box .box ol li.rank3::before {
  content: "3";
  background: #ce9168;
}

.trouble_box .box ol li.rank4::before {
  content: "4";
  background: #b9b9b9;
}

.trouble_box .box ol li.rank5::before {
  content: "5";
  background: #b9b9b9;
}

.trouble_box .rank1 {
  font-size: 125%;
}

.trouble_box .rank2 {
  font-size: 110%;
}

.trouble_box .rank3 {
  font-size: 100%;
}

.trouble_box .rank4,
.trouble_box .rank5 {
  font-size: 80%;
}

.trouble_box .box .link {
  clear: both;
  text-align: center;
}

.trouble_box .box .link a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  width: 400px;
  height: 60px;
  position: relative;
}

.trouble_box .box .link a span {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  padding: 14px 0 0;
  text-shadow: 1px 1px 2px #999;
}

.trouble_box .box .link a::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: -5px;
  left: 0px;
  z-index: 4;
  position: absolute;
  border-radius: 5px;
}

.trouble_box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center left 30px;
  background-size: 60px;
  padding: 0 0 0 100px;
  /*	line-height: 90px;*/
  height: 90px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  border-radius: 5px 5px 0 0;
}

.trouble_box h3 > span {
  display: block;
  padding-top: 5px;
}

.trouble_box h3 .txt_ranking {
  display: inline-block;
  margin-right: 20px;
  /*	font-size: 38px;*/
  font-size: 32px;
}

.trouble_box.type1 h3 {
  background-image: url(../img/top/ico_ranking1_2X.png);
  background-color: #00b7fd;
}

.trouble_box.type1 ol li::after {
  background: #e8f9ff;
}

.trouble_box.type1 .link a span {
  background: #00b7fd;
}

.trouble_box.type1 .link a::after {
  background: #006c95;
}

.trouble_box.type2 h3 {
  background-image: url(../img/top/ico_ranking2_2X.png);
  background-color: #e06310;
}

.trouble_box.type2 ol li::after {
  background: #fff3eb;
}

.trouble_box.type2 .link a span {
  background: #e06310;
}

.trouble_box.type2 .link a::after {
  background: #a24100;
}

.trouble_box.type3 h3 {
  background-image: url(../img/top/ico_ranking3_2X.png);
  background-color: #14c007;
}

.trouble_box.type3 ol li::after {
  background: #e7ffe5;
}

.trouble_box.type3 .link a span {
  background: #14c007;
}

.trouble_box.type3 .link a::after {
  background: #0c9a01;
}

.trouble_box.type4 h3 {
  background-image: url(../img/top/ico_ranking4_2X.png);
  background-color: #9a05f9;
}

.trouble_box.type4 ol li::after {
  background: #f8ecff;
}

.trouble_box.type4 .link a span {
  background: #9a05f9;
}

.trouble_box.type4 .link a::after {
  background: #6902ab;
}

.trouble_box.type5 h3 {
  background-image: url(../img/top/ico_ranking5_2X.png);
  background-color: #f5b300;
}

.trouble_box.type5 ol li::after {
  background: #fff9e8;
}

.trouble_box.type5 .link a span {
  background: #f5b300;
}

.trouble_box.type5 .link a::after {
  background: #ae7f01;
}

.case_wrap {
  overflow: hidden;
}

.case_wrap .case_post {
  float: left;
  background: #fff;
  text-decoration: none;
  margin-bottom: 35px;
  padding: 0 0 15px;
}

.case_wrap .case_post img {
  width: 100%;
  height: auto;
}

.case_wrap .case_post .title {
  font-weight: bold;
  border-bottom: 1px solid #00b7fd;
  font-size: 18px;
  margin: 0 15px 10px;
  padding: 11px 0 8px;
}

.case_wrap .case_post .exp {
  margin: 0 15px;
  font-size: 16px;
}

.bg_white {
  background: #fff;
  padding: 40px;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 55px;
}

.column_wrap {
  border-top: 1px solid #c7c7c7;
  margin-bottom: 70px;
}

.column_wrap .column_post {
  display: block;
  text-decoration: none;
  padding: 20px 15px 20px 0;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
}

.column_wrap .column_post::before {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
  width: 1px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #00b7fd;
  margin-top: -12px;
}

.column_wrap .column_post::after {
  position: absolute;
  top: 50%;
  right: 0px;
  content: "";
  width: 1px;
  height: 14px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #00b7fd;
}

.column_wrap + .mod_link {
  margin-bottom: 50px;
}

.column_wrap .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.grid_top_txt {
  padding: 30px;
  background: #fff;
  max-width: 1000px;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: bold;
}

.grid_top_txt p + p {
  margin-top: 15px;
}

.grid_top_info {
  max-width: 1000px;
  margin: 40px auto 0;
  padding-bottom:40px;
}

.grid_top_info h2 {
  text-align: center;
  margin: 0 auto 30px;
  display: block;
  max-width: 600px;
  width: 80%;
}

.grid_top_info li {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.grid_top_info li .ac_box {
  display: none;
}

.grid_top_info li .ac_btn {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.grid_top_info li .ac_btn::after {
  display: block;
  width: 26px;
  height: 26px;
  content: "+";
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.grid_top_info li .ac_btn.open::after {
  content: "-";
}

.grid_top_info li img {
  width: 40%;
  display: none;
}

.grid_top_info li p {
  /*
    position: absolute;
    display: block;
    width:80%;
    background:rgba(255,255,255,0.8);
    top:50%;
    left:20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    */
  background: #fff;
  padding: 15px;

}

.grid_top_info li.color01 h3 {
  background: #00B8FD;
}

.grid_top_info li.color02 h3 {
  background: #E16307;
}

.grid_top_info li.color03 h3 {
  background: #0CC101;
}

.grid_top_info li.color04 h3 {
  background: #9B01F9;
}

.grid_top_info li.color05 h3 {
  background: #F5B400;
}

@media only screen and (min-width: 641px) {

  .trouble_box.type1 .box {
    overflow: hidden;
    padding: 30px 30px 50px 30px;
  }

  .trouble_box.type1 .box img {
    float: right;
  }

  .trouble_box.type1 .box ol {
    float: left;
    width: 48%;
  }

  .trouble_wrap .trouble_box {
    width: 48%;
    float: left;
  }

  .trouble_wrap .trouble_box:nth-child(even) {
    float: right;
  }

  .trouble_wrap .trouble_box:nth-child(odd) {
    clear: both;
  }

  .case_wrap .case_post {
    width: 31%;
  }

  .case_wrap .case_post:nth-child(3n) {
    float: right;
  }

  .case_wrap .case_post:nth-child(3n+1) {
    clear: both;
    margin-right: 4.5%;
  }

  #mv .spcall {
    display: none;
  }

}

@media only screen and (max-width: 640px) {

  #mv {
    background-image: url(../img/top/bg_main_sp.jpg);
    margin-top: 50px;
    padding: 15px 15px 0;
  }

  #main_content {
    background: url(../img/top/bg1_sp.png) no-repeat top center;
    background-size: 100% auto;
  }

  .cta_bnr {
    padding: 0 15px 30px;
    max-width: 480px;
    margin: 0 auto;
  }
  .corona{
    padding:20px 15px;
  }
  .cta_txt {
    padding: 0 15px;
    max-width: 480px;
    margin: 0 auto;
  }

  .mb_cta {
    margin-bottom: 25px;
  }

  .modinner_top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .topwrap1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .topwrap1.nobottom {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .top_section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .top_section .cta_bnr,
  .top_section .cta_txt {
    padding-left: 0;
    padding-right: 0;
  }

  .top_section h2 {
    max-width: 480px;
    margin: 0 auto 25px;
  }

  .top_section h2.sp2 {
    width: 70%;
  }

  .recom_box {
    margin-bottom: 20px;
  }

  .recom_box p {
    font-size: 12px;
    padding: 20px 25px;
  }

  .bg1 {
    padding: 30px 0 10px;
    background: url(../img/top/bg1_sp.jpg) no-repeat center top;
    background-size: cover;
  }

  .bg2 {
    padding-top: 30px;
    padding-bottom: 10px;
    background: url(../img/top/bg2_sp.png) no-repeat top center;
    background-size: 100% auto;
  }

  .bg3 {
    padding-top: 30px;
    padding-bottom: 15px;
    background: url(../img/top/bg3_sp.jpg) no-repeat bottom center;
    background-size: cover;
  }

  .bg4 {
    padding-top: 30px;
    padding-bottom: 0;
    background: url(../img/top/bg4_sp.png) no-repeat top center;
    background-size: 100% auto;
  }

  .bg5 {
    padding-top: 45px;
    padding-bottom: 40px;
    background: url(../img/top/bg5_sp.png) no-repeat top center;
    background-size: 100% auto;
  }

  .trouble_box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .trouble_box .box {
    padding: 15px 15px 20px;
  }

  .trouble_box .box img {
    margin-bottom: 10px;
  }

  .trouble_box .box ol li {
    /*	font-size: 13px;*/
    padding: 15px 0 3px 15px;
    margin-bottom: 5px;
  }

  body:not(#root) li.rank_comment {
    padding-left: 15px !important;
  }

  .trouble_box .rank1 {
    font-size: 100%;
  }

  .trouble_box .rank2 {
    font-size: 90%;
  }

  .trouble_box .rank3 {
    font-size: 80%;
  }

  .trouble_box .rank4,
  .trouble_box .rank5 {
    font-size: 70%;
  }

  .trouble_box .box ol li::before {
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .trouble_box .box ol li::after {
    height: 10px;
  }

  .trouble_box .box .link a {
    font-size: 12px;
    height: 40px;
    width: 100%;
    max-width: 300px;
  }

  .trouble_box .box .link a span {
    padding-top: 12px;
  }

  .trouble_box .box .link a::after {
    bottom: -3px;
  }

  .trouble_box h3 {
    font-size: 16px;
    background-size: 30px;
    padding-left: 55px;
    background-position: center left 15px;
    /*	line-height: 45px;*/
    height: 60px;
  }

  .trouble_box h3 .txt_ranking {
    font-size: 20px;
  }


  .case_wrap {
    padding-bottom: 15px;
  }

  .case_wrap .case_post {
    width: 48%;
    margin-bottom: 15px;
  }

  .case_wrap .case_post:nth-child(2n) {
    float: right;
  }

  .case_wrap .case_post:nth-child(2n+1) {
    clear: both;
  }

  .case_wrap .case_post .title {
    font-size: 14px;
  }

  .case_wrap .case_post .exp {
    font-size: 12px;
  }

  .bg_white {
    padding: 15px;
    margin-bottom: 30px;
  }

  .column_wrap {
    margin-bottom: 30px;
  }

  .column_wrap .column_post {
    padding: 15px 15px 15px 0;
  }

  .column_wrap + .mod_link {
    margin-bottom: 20px;
  }

  .column_wrap .title {
    font-size: 13px;
    line-height: 1.4;
  }

  #mv {
    position: relative;
  }

  #mv .spcall {
    display: block;

    width: 100%;
    bottom: 0;
    left: 0;
  }

  .grid_top_txt {
    padding: 15px;
    font-size:14px;
  }

  .grid_top_info {
    padding: 0 15px;
  }

  .grid_top_info li .ac_btn {
    font-size: 18px;
    padding: 10px 30px 10px 10px;
    line-height: 1.4;
  }

  .grid_top_info li .ac_btn::after {
    height: auto;
    line-height: 20px;
    font-size: 20px;
  }

  .grid_top_info li .ac_box {
    font-size: 14px;
  }

}


/*# sourceMappingURL=maps/top.css.map */

.txt_ranking {
  display: none;
}

.area_btn_wrap .no_show {
  display: none;
}
