@charset "utf-8";
#contentsWrap {
	margin: auto;
	width: 800px;
	background-color:#fff;
}
#img_01{
	width:100%;
	height:auto;
	max-width:800px;
}
#category{
	margin:20px 20px 5px 20px;

}
#category p{
	padding:3px 5px 3px 5px;
	color: #fff;
	display: inline-block; 
	font-size:16px;
}
#title{
	margin:0px 20px; 10px 20px;
	font-weight:bold;
	font-size:28px;
	font-weight:bold;
	padding-bottom:5px;
}
#tag{
	margin:10px 20px 20px 20px;
	font-size:16px;
}
#detailTxt1,
#detailTxt2,
#detailTxt3,
#detailTxt4{
	margin:0px 20px 60px 20px;
	font-size:18px;
}
.text{
	width: 95%;
	margin: 0 auto;
}
.sammary{
	padding-bottom:20px;
	padding-top:10px;
	font-size:25px;
}
.text_point{
	width: 95%;
	margin: 0 auto;
	background-color: #f8f8f8;
	padding:20px 10px;
}
.point{
	padding-bottom:5px;
}
.point_theme1,
.point_theme2{
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
}
h1{
	padding: 10px;
	border-left: 10px solid;
	font-size:25px;
	margin:15px 0px;
}
.center_img{
	text-align:center;
}
#img_02{
	width:70vw;
	height:auto;
	max-width:600px;
	padding-bottom:30px;
}
#btn1{
	margin:0px 20px 60px 20px;
}
.btn_01{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 10px;
    background-color: #2589d0;
    color:#ffffff;
    font-weight: 600;
    font-size: 20px;
    text-decoration:none;
}
.btn_01:hover {
    background-color: #1579c0;
    color:#ffffff;
    text-decoration:none;
}
#footer {
	padding: 10px 0;
	margin-top: 40px;
}
.copyRight {
	color: #fff;
	font-size: 13px;
	text-align:center;
}
@media screen and (min-width: 0px) and (max-device-width: 30em) {
.btn_01 {
	width:150px;
	text-align:center;
}
#contentsWrap {
	width: 96%;
}
.mktoOffset {
    display: none;
}
}

