#top_fv {
	background-image: url("/temoto-service/column/manner/images/pc_fv_bg.png");
}

.table-of-contents_manner {
	background-image: url("/temoto-service/column/manner/images/mokuji_back.png");
	background-size: cover;
}

.temotokuyo_flow dl {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 50px
}

.temotokuyo_flow dl:last-of-type {
	margin-bottom: 0;
}

.temotokuyo_flow dl:before {
	content: "";
	position: absolute;
	top: calc(100% + 15px);
	left: 50%;
	margin-left: -30px;
	border: 30px solid transparent;
	border-top: 15px solid #ccc;
}

.temotokuyo_flow dl:last-of-type:before {
	content: none;
}

.temotokuyo_flow dl dt {
	margin: 0;
	padding: 0;
	width: 20%;
	position: relative;
}

.temotokuyo_flow dl dt img {
	box-shadow: 0px 0px 3px 1px #e0e0e0;
}

.temotokuyo_flow dl dd {
	margin: 0;
	width: 80%;
}

.temotokuyo_flow dl dd p.flow_t {
	font-weight: bold;
	color: #cc0000;
}

.ribbon18-content {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 89px;
	height: 91px;
	overflow: hidden;
}

.ribbon18 {
	display: inline-block;
	position: absolute;
	padding: 7px 0;
	left: -45px;
	top: 17px;
	width: 160px;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	background: linear-gradient(to right, #4298fa 0%,#8fcdff 100%);
	color: #fff;
	text-shadow: 0 2px 2px #56a1f3;
	letter-spacing: 0.05em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon18:before, .ribbon18:after {
	position: absolute;
	content: "";
	border-top: 4px solid #3672b6;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: -4px;
}

.ribbon18:before {
	left: 14px;
}

.ribbon18:after {
	right: 18px;
}

.merit_wrap {
	display: flex;
	flex-wrap: wrap;
}

.merit_wrap .merit_contents {
	width: 49.5%;
	margin-right: 1%;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.merit_wrap .merit_contents:last-of-type {
	margin-right: 0;
}

.merit_wrap .merit_contents h3 {
    background-image: none;
	background-color: #3672b6;
	color: #fff;
	text-align: center;
	border-bottom: none;
	font-size: 120%;
	border-radius: 5px 5px 0 0;
	margin: 0;
	padding: 10px 0;
}

.merit_wrap .merit_contents .detail {
	padding: 8px;
	text-align: left;
}

.merit_wrap .merit_contents .detail ul {
	margin-left: 0 !important;
	padding-left: 20px;
}

.merit_wrap .merit_contents .detail ul li {
	margin-bottom: 10px;
}

.merit_wrap .merit_contents .detail ul li:last-of-type {
	margin-bottom: 0;
}

.merit_wrap .merit_contents .detail ul li span {
	background: linear-gradient(transparent 75%, #ffdc00 75%);
}

.bold_t {
	font-weight: bold;
}

.wine_red_t {
	color: #cc0000;
	font-weight: bold;
}

.link_t {
	color: #0000ee !important;
}

.link_t:hover {
	color: #000 !important;
}

.item_list_box {
	display: flex;
	flex-wrap: wrap;
}

.item_list_box .item_list_2 {
	width: 49.5%;
	margin-right: 1%;
	border-right: 1px dotted #ccc;
}

.item_list_box .item_list_2:last-of-type {
	margin-right: 0;
	border-right: 0;
}

.read_more_btn {
	text-align: center;
}

.read_more_btn a {
	display: inline-block;
	color: #76ae02 !important;
	border: 3px solid #76ae02;
	border-radius: 5px;
	padding: 5px 10px;
}

.read_more_btn a:hover {
	background-color: #76ae02;
	color: #fff !important;
}

.zenkokutaio {
	background-color: #cc0000;
	color: #ffff00;
}

ul.s_list li {
	list-style-type: none;
}

ul.s_list li:before {
    content: '■';
}

ul.s_list li ul.sub_s_list li:before {
    content: '├';
    margin-left: 1em;
}

.company_info {
    background-image: url("/images/bg_company_info.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.company_info h3 {
    background: none;
    border: 0px;
    color: #148c5e;
    font-size: 2.3em !important;
    padding: .3em 0 0 0;
    margin: .5em 0 0 .5em !important;
    border-bottom: none !important;
}

.company_info p {
    font-size: 16px;
    padding: 0 0 .5em 0;
    margin: 0 0 0 1em;
}

.company_left {
    float: left;
    width: 35%;
}

.company_info ul.contact_sele {
    margin: 0 0 0 1em;
}

.company_info ul.contact_sele li {
    width: 31%;
    float: left;
    list-style-type: none;
}

.company_right {
    background-color: #1e9b44;
    border-radius: 6px;
    float: right;
    margin-right: 10%;
    width: 55%;
    text-align: center;
}

ul.sns li {
    float: left;
    width: 31%;
    margin: 1%;
    list-style-type: none;
}

.flex_box {
	flex-wrap: wrap;
}

@media only screen and (max-width: 768px){
.table-of-contents_manner {
	background: none;
}

.temotokuyo_flow dl dt {
	width: 27%;
}

.temotokuyo_flow dl dd {
	width: 73%;
	padding-left: 8px;
}

.ribbon18-content {
	width: 59px;
	height: 61px;
}

.ribbon18 {
	padding: 2px 0;
	left: -17px;
	top: 7px;
	width: 71px;
	font-size: 10px;
	line-height: 16px;
}

.ribbon18:before {
	left: -2px;
}

.ribbon18:after {
	right: 1px;
}

.merit_wrap .merit_contents {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.merit_wrap .merit_contents:last-of-type {
	margin-bottom: 0;
}

.item_list_box .item_list_2 {
	width: 100%;
	margin-right: 0;
	border-right: 0;
}

#writing {
	width: 100%;
}

.company_left {
    width: 40%;
}

.company_right {
    margin-right: 0%;
    width: 60%;
}

.search_con1, .search_con1 p {
    width: 100%;
    float: none;
    text-align: center;
}

.search_box {
    display: block;
}

.search_con2 {
    width: 100%;
    float: none;
    text-align: center;
    clear: both;
}

.search_con3 {
    float: none;
    display: none;
    width: 0;
}

.container {
	width: 98%;
	margin: 0 auto !important;
	padding: 0 2% !important;
}

}

@media only screen and (max-width: 480px){

}

#rule_navi {
    margin-top: 89px;
}