@charset "utf-8";
/* CSS Document */
img {
  width: 100%;
}

#con_contents{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	box-sizing:border-box;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*section*/
.sp_container {
    margin: 0px auto 60px;
    color: #4b4b4b;
    background: #59c2df;
    margin-top: 10px;
    padding: 3% 0 2%;
    background: #59c2df;
}
/*section*/
.sp_con_wrap {
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    padding: 0 2%;
    width: 90%;
    margin: 0 auot;
    margin: 0 auto;
    padding-bottom: 3rem;
    /* margin-top: 10px; */
}
.sp_con_wrap01{
}

.sp_con_warp_lit01{
}
.sp_con_warp_lit01 img{
}
.sp_con_warp_lit02{
}
.sp_con_warp_lit02 img{
}
.sp_main_cover{
	/*padding:0 3%;*/
}
.sp_head {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    line-height: 1.8em;
    padding: 5% 0 3%;
}
.sp_con_wrap h2 {
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 2rem;
}

.sp_lineup{
    FONT-VARIANT: JIS90;
    font-size: 1.1em;
    font-weight: 500;
    padding: 0 4%;
}
.sp_con_01{
	font-weight: 500;
    font-size: 1.1em;
    text-align: left;
    padding: 0 4%;
    margin-bottom: 2rem;
	line-height: 2rem;
}
.sp_con_02 {
    font-size: 100%;
    text-align: left;
    padding: 0 4%;
    z-index: 1;
    text-indent: -1em;
    padding-left: 1.7em;
}

.sp_con_warp01{
	margin-bottom: 1rem;
}

.sp_con_rogo{
    padding: 0 4%;
	z-index: 1;
}



.sp_con_warp02{
	/*background-image: url(/img/usr/visual/conveni/sp_con_07.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: calc(100%*243/600);
	position: relative;*/
    width: 100%;
}
.sp_con_warp02:after, .sp_con_warp02:before {
    content: "";
    clear: both;
    display: block;
}

.sp_con_box01{
	width: 50%;
    float: left;
}

.sp_con_box01_btn{
    height: auto;
    width: 100%;
    }

@media (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (min-width: 641px) {
  .pc {
    display: block;
  }
  .sp {
     display: none;
  }
}

