@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

/*iPad 以下 w767px*/
@media only screen and (max-width: 767px) {
}

/***************************************************************************
catalog_list
****************************************************************************/

.catalog_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 0px 8px 0px;
    margin-bottom: 30px;
    background-color: #009933;
    border-radius: 5px;
}
.catalog_ttl_sub {
	border: 1px solid #009933;
    border-radius: 5px;
    padding: 8px 0px 8px 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section_ttl_hyojyun {
	font-size: 20px;
	color: #00789F;
	font-weight: bold;
	line-height: 1;
	position: relative;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	display: flex;
	align-items: center;
}
.section_ttl_hyojyun > span {
	position: relative;
	padding-left: 20px;

}
.section_ttl_hyojyun > span:before {
	content: " ";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	background-color: #00789F;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.section_ttl_hyojyun:after {
	content: " ";
	display: block;
	height: 1px;
	width: 100%;
	background-color: #433F3E;
	flex: 1;
}

.section_ttl_hyojyun:after {
	margin-left: 15px;
}

.catalog_list {
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.catalog_list .box {
    width: 25%;
    margin-bottom: 30px;
}
.catalog_list .box .inner {
    text-align: center;
}
.catalog_list .box .inner img {
    border: 1px solid #CCCCCC;
    width: 200px;
    height: auto;
    margin-bottom: 10px;
}
.catalog_list .box .inner .check_outline li {
	margin-right: 0px;
}

@media only screen and (max-width: 767px) {
.catalog_ttl {
    font-size: 16px;
    margin-bottom: 20px;
}
.section_ttl_hyojyun {
	font-size: 16px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
.section_ttl_hyojyun > span {
	padding-left: 15px;
}
.section_ttl_hyojyun > span:before {
	width: 12px;
	height: 12px;
}
.res .catalog_list .box {
    width: 50%;
    margin-bottom: 20px;
}
.res .catalog_list .box .inner {
    padding: 0px 5px 0px 5px;
}
.res .catalog_list .box .check_outline {
    font-size: 14px;
    text-align: left;
}
}

/***************************************************************************
in_house
****************************************************************************/

.in_house #cate_ttl .red {
	color: #E60013 !important;
}
.in_house #page_exp {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.in_house #page_exp span {
	display: inline-block;
	background-color: #E60013;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-right: 5px;
	line-height: 1;
}
.in_house .catalog_ttl.bg_blue {
	background-color: #00789F;
}
.in_house .check_outline input[type="checkbox"] {
	opacity: 1 !important;
	cursor: auto;
	width: auto;
	height: auto;
	-webkit-appearance: auto !important;
	display: none;
} 
.in_house .check_outline input[type="checkbox"] + label {
	background-image: none;
	cursor: auto;
	padding-left: 0;
}
.in_house .copies {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 5px;
}
.in_house .copies input {
	width: 68px !important;
	margin-right: 5px;
	margin-left: 20px;
}

.in_house .add_icon {
	padding-top: 5px;
}
.in_house .add_icon li {
	background-color: gray;
	color: #FFFFFF;
	display: table;
	margin: 5px auto 0px;
	padding: 5px 15px;
	line-height: 1.2;
	font-size: 13px; 
	border-radius: 3px;
}

@media only screen and (max-width: 767px) {
.in_house #cate_ttl h1 {
	line-height: 1.3em;
}
.in_house .catalog_list .box .check_outline {
    text-align: center;
}
}

/***************************************************************************
thanks_txt override
****************************************************************************/

#thanks_txt {
	width: 560px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
#thanks_txt {
	width: 100%;
}
}
