@charset "utf-8";
/* CSS Document */
body{
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #f9f8f2;
}
.pc { display: block !important; }
.sp { display: none !important; }

.clear_box {
  clear: both;
}
.banner_area {
    display: none;
}

.wrap{
    width: 100%;
    margin: 50px auto 0;
    overflow: hidden;
    display: block;
	padding-left: 10px;
    padding-right: 10px;
    background: #f9f8f2;
}
.contents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width: 1400px;
    margin: 0 auto;
}

.contents-box {
    margin-bottom: 0.4rem;
    padding: 0.2rem 0.2rem 1rem;
    width: 33%;
    border: solid 1px #C6C6C6;
}

.contents-box h2 {
    margin: 1rem 0 0.5rem;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    font-weight: bold;
}

.contents-box img {
    display: block;
    width: 100%;
    height: auto;
}
.contents-box p {
    font-size: 1.5rem;
    text-align: center;
    line-height: 22px;
    display: block;
}

#cou_wrapper{
	padding-top: 20px;
	background: #f9f8f2;
    background-size: contain;
    text-align: center;
}

#cou_wrapper img{
  width: 100%;
}
@media only screen and (max-width: 1079px){
.pc { display: none !important; }
.sp { display: block !important; width: 100%; }
.pc img { max-width: 100%; }
.sp img { max-width: 100%; }   
    
}
@media only screen and (max-width: 799px){

.wrap{
	padding-top: 20px;
	padding-bottom: 0;
}
    

#cou_wrapper{
	margin-top: 20px;
}
.banner_area {
    width: 100%;
    position: fixed;
    bottom: -2px;
    left: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
}
}