@charset "utf-8";
/* CSS Document */

body{margin: 0;padding: 0;line-height: 1.6;font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;}

#anatadake_wrap {
	background: #fff;
	line-height: 1.6;
	color:#000;
	max-width: 900px;
	margin: 0 auto 3em;
    padding:30px;
}
 
#c_header img{
    width:100%;
}
#c_header p{
}

#anatadake_wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
    
}

#anatadake_wrap li{

}
#anatadake_wrap .arrow{
    background-image: url("../img/arrow.png");
    background-repeat: no-repeat;
    background-size: 46px auto;
    height: 60px;
    background-position: center center;
}

#anatadake_wrap li p{
    padding: 5% 0 0 144px;
}
#anatadake_wrap .anatadake-title{
    font-weight: bold;
    font-size: 1.1em;
    color:#c70079;
}

.anatadakeimg01{background-image: url("../img/mock01.png");min-height: 185px; }
.anatadakeimg03{background-image: url("../img/mock02.png");min-height: 210px; }
.anatadakeimg02{
    background-image: url("../img/card.png");
    background-repeat: no-repeat;
    background-size: 140px auto;
    min-height: 140px; 
}

.anatadakeimg01,.anatadakeimg03{ 
    background-repeat: no-repeat;
    background-size: 120px auto;
    background-position: 3%;
}

.tc {text-align: center;}
.tr {text-align: right;}
.tl {text-align: left;}
.fs08{font-size:0.8em;}
.pt5{padding-top:7%;}
#nohistory_wrap {
    padding:10px 10px 10px;
    width:92%;
    margin:0 auto;
    line-height: 1.5em;
}

#nohistory_wrap .nohistorytitle{
    font-size:1.8em;
    color:#8B8B8B;
    text-align: center;
    padding: 40px 0 40px 0;
}
#nohistory_wrap .nohistorytext{
    padding:20px 0;
}
#nohistory_wrap .nohistorynote{
    font-weight: bold;
    padding-top:10px;
}

@media screen and (min-width: 668px){
.only-sm{display: none;}
	}
@media screen and (max-width: 667px){
.only-lg{display: none;}
    #anatadake_wrap {
	background: #fff;
	width: 88%;
	margin: 0 auto 3em;
    border-radius: 20px;
    padding:5%;
}

	}
