.gothic {
font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}
.mincho {
font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
}


.header, .footer, .section {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	max-width: 1048px;
}
.section {
}

.header, .footer {
	text-align: center;
}

.footer {
	margin-top: 1em;
}

h2 {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

p {
	margin-top: 1px;
}

p:first-child {
}

form {
	overflow: hidden;
}

input, label, select {
	vertical-align: middle;
}

input[type="radio"] + label {
	margin-right: 10px;
}

input[type="number"] {
	width: 5em;
	padding: 2px 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	font-size: 15px;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

table:first-child {
	float: left;
}

th, td {
	border-bottom: 2px solid #CCC;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	background-color: #FFFFFF;
}
.tenpo_list th {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D9D9D9;
	font-weight: 700;
}
.text_glay {
	color: #888888;
}
.tenpo_list td {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D9D9D9;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 1.5em;
}
.agency_list ul li, .agency_list2 ul li {
	background-image: url(../agency_test/images/list_icon.png);
	background-repeat: no-repeat;
	text-indent: 10pt;
	background-size: 3% auto;
	background-position: 0% center;
}

.actions {
	padding: 0;
	overflow: hidden;
	vertical-align: middle;
}

.actions li {
	display: inline;
	list-style: none;
}

a {
	text-decoration: none;
	color: #212F50;
}
a:hover {
	opacity: 0.65;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 65);
	filter: alpha(opacity = 65);
}

#footer .bloc li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#wrapper .section h2 {
	margin-bottom: 20px;
}
.h2_typeA {
	background-image: url(../images/common/h2_bg.jpg);
	height: 33px;
	padding-top: 12px;
	width: 100%;
	float: left;
	text-indent: 10px;
}
.h2_typeA:before {
	content: "\f10c︎";
	font-family: FontAwesome;
	margin-right: 3px;
	color: #C6C6C6;
}
.h2_typeB {
	height: 29px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #353376;
	color: #FFFFFF;
	border-radius: 2px;
	font-size: 1em;
	float: left;
}
.h2_typeC {
	height: 33px;
	padding-top: 12px;
	width: 100%;
	float: left;
	text-indent: 10px;
	background-color: #B7B39F;
	border-radius: 5px;
	color: #FEFEFE;
}

#wrapper .section .section_img100 {
	width: 100%;
}
.section .sect_contents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	height: auto;
	min-height: 200px;
	clear: left;
	padding-top: 20px;
}
.section .img_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 300px;
}
.img_center {
	margin-right: auto;
	margin-bottom: 10px;
	width: 100%;
	margin-left: auto;
	text-align: center;
}
.img_right {
	margin-right: 0%;
	margin-left: 20px;
	text-align: right;
	float: right;
}
.img_30 {
	width: 30%;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/*スライドダウンメニュー*/
.slidedown{
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	text-align: center;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	height: 83px;
	z-index: 10;
	display: none;
}

.slidedown button{
	width : 13%;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	display: inline-block;
	position: relative;
}

.slidedown button:last-child{margin-right: 0;}
#wrapper .slidedown .menu_cont {
	margin-left: auto;
	margin-right: auto;
}
.slidedow-app {
	display: inherit;
}
.yoyaku_box form {
	margin-top: 50px;
	margin-left: 15px;
	line-height: 2.2em;
	margin-right: 15px;
	font-size: 0.8em;
	font-weight: bold;
}
.info_box {
	width: 45%;
	margin-right: 3%;
	background-color: #FFFFFF;
	height: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
}
.info_box dl {
	margin-top: 3px;
	margin-left: 25px;
	border-bottom: 1px dotted #575757;
	padding-bottom: 7px;
}
.info_box dl dt {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}
.contents_inner {
	margin-bottom: 20px;
}
.text_note {
	font-size: 1.0em;
	line-height: 1.1em;
	margin-top: 10px;
	color: #E10104;
}
.text_90 {
	font-size: 0.9em;
	line-height: 1.3em;
}
.text_110 {
	font-size: 1.1em;
	line-height: 1.1em;
}
.text_120 {
	font-size: 1.2em;
	line-height: 2em;
	width: 100%;
}
.text_150 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}

#formWrap {
	margin-bottom: 40px;
}
.color_yamasu {
	color: #FF0000;
}
.color_yamasu {
	color: #212F50;
}
form .btn_150 {
	font-size: 3em;
}
li p  {
}
.section .sect_contents .photo_area {
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5%;
	float: left;
}
.sect_contents .photo_area img {
	width: 100%;
}
.slide_area li p img {
	width: 100%;
}
.fig_date, .fig_tag {
	font-size: 0.9em;
	color: #797979;
	margin-left: 2px;
}
ul .fig_tag {
	margin-left: 0px;
	padding-left: 0px;
}
.fig_date:before {
	content: "\f274︎";
	font-family: FontAwesome;
	margin-right: 3px;
	color: #C6C6C6;
}
.fig_tag li:before {
	content: "\f041︎";
	font-family: FontAwesome;
	margin-right: 3px;
	color: #C6C6C6;
}
.section #pankuzu ol {
	padding: 0;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.top_10 {
	margin-top: 10px;
}
.top_20 {
	margin-top: 20px;
}
.top_30 {
	margin-top: 30px;
}
.top_40 {
	margin-top: 40px;
}
.top_50 {
	margin-top: 50px;
}
.top_60 {
	margin-top: 60px;
}
.top_70 {
	margin-top: 70px;
}
.top_100 {
	margin-top: 100px;
}
.top_120 {
	margin-top: 120px;
}
.wide710 {
	float: left;
	max-width: 710px;
	width: 100%;
}
.about_h2 {
	margin-top: 100px;
	font-size: 2.3em;
	color: #023459;
	letter-spacing: 0.2em;
	text-align: center;
}
about_h2 {
}
.bottom_10 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.bottom_20 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.bottom_50 {
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.bottom_70 {
	margin-bottom: 70px;
	padding-bottom: 70px;
}
.bottom_100 {
	margin-bottom: 100px;
	padding-bottom: 100px;
}


figure {
	padding-top: 4px;
	border: 1px solid #ddd;
	margin-right: 2%;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	float: left;
	margin-left: 0%;
	margin-top: 0%;
	margin-bottom: 2%;
}

figcaption {
	margin-top: 0.2em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: center;
}

.company_outline {
	margin-top: 10px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 1px dotted #C0C0C0;
}
.company_outline dt {
	width: 30%;
	margin: 0;
	float: left;
}
.company_outline dt:before {
	content: "\f0da︎";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #182279;
	font-size: 0.5em;
	vertical-align: top;
}
.company_outline dd {
	float: left;
	margin: 0;
	width: 70%;
}

.company_outline2 {
	margin-top: 10px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 2px dotted #182279;
}
.company_outline2 dt {
	width: 30%;
	margin: 0;
	float: left;
}
.company_outline2 dt:before {
	content: "\f0da︎";
	font-family: FontAwesome;
	margin-right: 5px;
	color: #182279;
	font-size: 0.5em;
	vertical-align: top;
}
.company_outline2 dd {
	float: left;
	margin: 0;
	width: 70%;
}


.panel a img {
	width: 100%;
}
.access_area {
	width: 100%;
	border-bottom: 1px dotted #A3A3A3;
	padding-bottom: 7px;
	margin-bottom: 30px;
	float: left;
}
.access_area .address {
	width: 100%;
	float: left;
	border-left: 6px solid #C20000;
	padding-left: 10px;
	margin-bottom: 10px;
}
.access_area .map {
	width: 100%;
	float: left;
}
.access_area2 {
	width: 50%;
	border-bottom: 1px dotted #A3A3A3;
	padding-bottom: 7px;
	margin-bottom: 15px;
	float: left;
}
.access_area2 .address {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.access_area2 .map {
	width: 90%;
	float: left;
}
.flow_block {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.flow_block .ill {
	float: left;
	margin-right: 2%;
	width: 20%;
}
.flow_block .pict {
	width: 35%;
	float: right;
	margin-left: 2%;
}
.flow_block p {
	width: 41%;
	float: left;
}
.group_a li {
	background-image: url(../company/images/icon_A.png);
	background-repeat: no-repeat;
	background-position: 0 0.8em;
	padding-left: 30px;
	font-size: 1.2em;
	line-height: 2em;
}
.group_a {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CFCFCF;
}
.group_b li {
	background-image: url(../company/images/icon_B.png);
	background-repeat: no-repeat;
	background-position: 0 0.8em;
	padding-left: 30px;
	font-size: 1em;
	line-height: 2em;
}
.group_b {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CFCFCF;
}
#wrapper #topics p {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.top_banner_area li img {
	width: 100%;
}
.top_banner_area03 li img {
	width: 100%;
}

/* 採用ページの急募マーク */
.dispatch{
	display:inline-block;
	font-size:12px;
	line-height:18px;
	background:#f05d5d;
	color:#fff;
	padding:0 6px;
	border-radius: 5px;
}

/* 取扱店舗募集 */
.enter_box{
	overflow:hidden;
	padding-top:60px;
}
.enter_box .enter_left{
	width:47%;
	float:left;
}
.enter_box .enter_right{
	width:53%;
	float:right;
	padding-top:30px;
}
.enter_box img{
	width:100%;
}

.enter_box .enter_left dl{
	margin:30px 0 0 0;
	padding:0;
}
.enter_box .enter_left dl dt{
	padding:0 0 0.3em;
}
.enter_box .enter_left dl dd{
	padding:0 0 1.2em;
	margin:0;
}

.enter_box .enter_left ul{
	overflow:hidden;
}
.enter_box .enter_left li{
	width:48%;
	padding:1%;
	margin:0;
	float:left;
}

.enter_contact{
	margin-top:40px;
}
.enter_contact img{width:100%;}