.contents_header{
    background-image: url(../img/title_back_pc.jpg);
    padding-bottom: 35px;
}
.contents_title{
    background-color: #e60e64;
    color: #fff;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 1.1em;
}

.card_box_l{
    float: left;
    width: 35%;
    padding: 10px;
    box-sizing: border-box;
}
.card_box_r{
    float: left;
    width: 65%;
    text-align: right;
    padding: 10px 0px;
    box-sizing: border-box;
}
.card_box_l img{
	margin-bottom: 10px;
}
.card_box_r img{
	width: 31%;
	margin-left: 1%;
	padding: 0;
}
.remarks{
	margin-top: 30px;
	padding: 15px;
	background-color: #f2f2f2;
	box-sizing: border-box;
	font-size: 14px;
}
.btn_area{
    margin-top: 30px;
    text-align: center;
}
.btn_area img{
    max-width: 200px;
}
.clear{
    clear: both;
    margin-bottom: 10px;
}


.title_bar2 {
    width : 100%;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 15px;
	background-color: #E60E64;
    position : relative;
    float: left;
}
.title_bar {
    width : 100%;
    border: 1px solid #e60e64;
    color: #e60e64;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 15px;
    position : relative;
    float: left;
}




.text_box {
	width: 100%;
	margin-bottom: 15px;
	position : relative;
	float: left;
}
.text_box ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.text_box li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
    float: left;
}
.text_box li.hn1 {
    width: 25px;
}
.text_box li.hn2 {
    width : -webkit-calc(100% - 25px);
    width : calc(100% - 25px);
}
.text_box li.hn3{
    width: 45px;
    text-align: right;
}
.text_box li.hn4 {
    width : -webkit-calc(100% - 45px);
    width : calc(100% - 45px);
}
.text_asterisk {
	font-size: 0.8em;
}
.text_gray {
	color: #666666;
	font-weight: normal;
}
.text_box li.qa0 {
    width : -webkit-calc(100% - 18px);
    width : calc(100% - 18px);
    margin-left: 18px;
}
.text_box li.qa1 {
    width: 18px;
}
.text_box li.qa2 {
    width : -webkit-calc(100% - 18px);
    width : calc(100% - 18px);
}
.text_box li.qa3{
    width: 18px;
    margin-left: 18px;
}
.text_box li.qa4 {
    width : -webkit-calc(100% - 36px);
    width : calc(100% - 36px);
}
.space {
	width: 1px;
	height: 1px;
}

@media only screen and (max-width: 750px) {
.contents_header{
    background-image: url(../img/title_back_sp.jpg);
    padding-bottom: 35px;
}
.card_box_l,.card_box_r{
	float: none;
	width: 100%;
}
.card_box_l img,
.card_box_r img{
	float: left;
	width: 50%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
.fullimg{
	width: 100% !important;
}
.remarks{
	font-size: 0.9em;
}
.btn_area img{
    max-width: 400px;
}



.text_box li.hn1 {
    width: 45px;
}
.text_box li.hn2 {
    width : -webkit-calc(100% - 45px);
    width : calc(100% - 45px);
}
.text_box li.hn3{
    width: 85px;
    text-align: right;
}
.text_box li.hn4 {
    width : -webkit-calc(100% - 85px);
    width : calc(100% - 85px);
}


.text_box li.qa0 {
    width : -webkit-calc(100% - 28px);
    width : calc(100% - 28px);
    margin-left: 28px;
}
.text_box li.qa1 {
    width: 28px;
}
.text_box li.qa2 {
    width : -webkit-calc(100% - 28px);
    width : calc(100% - 28px);
}
.text_box li.qa3{
    width: 28px;
    margin-left: 28px;
}
.text_box li.qa4 {
    width : -webkit-calc(100% - 56px);
    width : calc(100% - 56px);
}


}