@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



.top_tl {
	padding: 30px;
	position: relative;
}

.top_tl::before, .top_tl::after {
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
}

.top_tl::before {
	border-left: solid 1px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #c59342;
	top: 0;
	left: 0;
}

.top_tl::after {
	border-right: solid 1px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #c59342;
	top: 0;
	right: 0;
}

.block_half{
	width:50%;
	margin:0 auto;
}

.keidai_mi {
	padding:0 0 5px 0;
	text-align:center;
	border-bottom:3px double #efc786;
}
