/*----------------------------------
reset
----------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/*---------------------------------------------------------
共通
---------------------------------------------------------*/

body {
	font-size: 17px;
	-webkit-text-size-adjust: none;
	font-family: Arial, Roboto, “Droid Sans”, “メイリオ”, Meiryo,“ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, sans-serif;
	word-break: break-all;
	margin: 0;
	padding: 0;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.pc {
	display: none;
}

.mobi {
	display: block;
}

.wrapper {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.wrapper2 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

strong {
	font-weight: bold;
}

#content {
	width: 100%;
}

a:hover img {
	opacity: 1;
}

img.office {
	display: block;
	width: 100%;
	height: auto;
}

/*---------------------------------------------------------
header
---------------------------------------------------------*/

#contact {
	position: absolute;
	top: 5px;
	right: 10px;
}

#contact img {
	height: 42px;
}

header {
	width: 90%;
	margin: 0 auto;
	padding-top: 72px;
	padding-bottom: 20px;
}

header h1,#head {
	width: 100%;
	float: none;
}

header img {
	width: 100%;
	height: auto;
}

a.sp-tel {
	display: inline-block;
    width: 115px;
    background: #008000;
    color: #fff;
    padding: 8px;
    box-sizing: border-box;
    margin-top: -55px;
    font-size: 15px;
    border-radius: 5px;
	text-decoration: none;
	text-align: center;
}

/*---------------------------------------------------------
一覧
---------------------------------------------------------*/

#list ul li {
	margin-bottom: 20px;
	width: 100%;

}

#list ul li img {
	width: 100%;
	height: auto;
}

#list ul li a {
	display: block;
	box-sizing: border-box;
	height: auto;
    padding: 10px 15px;
    font-size: 22px;
}

/*---------------------------------------------------------
個別ページ
---------------------------------------------------------*/

#title,#main-title h1 {
	padding: 10px;
	font-size: 20px;
}

.title {
	float: none;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.title h2 {
	background: #9BC426;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	font-size: 20px;
}

#merit {
	background-image: url(images-sp/rec01-sp.png),url(images-sp/rec02-sp.png),url(images-sp/rec03-sp.png); 
	background-size: 100%;
	background-position: top,bottom,center;
	background-repeat: no-repeat,no-repeat,repeat-y;
	padding: 25% 20px 5%;
	box-sizing: border-box;
	margin: 5% 0;
}

#merit h2 img {
	width: 100%;
	height: auto;
	margin: 30px 0 10px;
}

.yokatta {
	margin: 5% 0;
}

.yokatta img {
	width: 100%;
	height: auto;
}

.yokatta2 {
	background: #FFFFCC;
	padding: 2.5%;
}

.yokatta2 img {
	width: 100%;
	margin: 30px 0 10px;
}

.yokatta2 img.first {
	margin-top: 0;
}

.doc-con img,.doc-con2 img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

ul#staff li {
	width: 48.75%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 30px;
	text-align: center;
	font-size: 13px;
}

ul#staff li:nth-child(2n) {
	margin-right: 0;
}

ul#staff li:nth-child(n+3) {
	margin-bottom: 0;
}

img#banner {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

img.prof {
	margin-bottom: 0;
}

/*---------------------------------------------------------
応募
---------------------------------------------------------*/

#oubo-info {
	margin: 5% 0;
}

#youkou-title h2 {
    background: #999;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 5%;
}

#oubo-info dl {
	border: 2px solid #ccc;
	border-bottom: 0;
	box-sizing: border-box;
}

#oubo-info dt {
	width: 100%;
	float: none;
	background: #D6F6AE;
	border-bottom: 2px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	border-top: 0;
}

#oubo-info dd {
	width: 100%;
	border-bottom: 2px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 0;
	border-top: 0;
	border-left: 0;
}

#oubo-info dd img {
	width: 100%;
}

/*---------------------------------------------------------
応募フォーム
---------------------------------------------------------*/

#oubo-form h2 {
	background: #6A9634;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin-top: 5%;
}

dl#oubo {
	border: 2px solid #ccc;
	border-bottom: 0;
	box-sizing: border-box;
	margin-bottom: 5%;
}

dl#oubo dt {
	width: 100%;
	float: none;
	background: #efefef;
	border-bottom: 2px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	border-top: 0;
}

dl#oubo dd {
	width: 100%;
	border-bottom: 2px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 0;
	border-top: 0;
	border-left: 0;
}

dl#oubo dd:nth-child(16) {
	height: auto;
}

dl#oubo dd input[type="text"] {
	width: 100%;
	font-size: 17px;
	padding: 5px;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 1px solid #ccc;
}

dl#oubo dd input#year {
	width: 100px;
}

dl#oubo dd input.md {
	width: 50px;
	margin-left: 10px;
}

dl#oubo dd textarea {
	width: 100%;
	height: 200px;
	font-size: 17px;
	padding: 5px;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 1px solid #ccc;
}

dl#oubo dt select {
	font-size: 17px;
}

dl#oubo dd span {
	color: #ff0000;
}

input[type="submit"] {
	background: #ff8800;
	color: #fff;
	border-radius: 10px;
	width: 70%;
	text-align: center;
	padding: 10px;
	border: 0;
	cursor: pointer;
	font-size: 17px;
	-webkit-appearance: none;
}

input[type="reset"] {
	background: #6A9634;
	color: #fff;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	padding: 10px;
	border: 0;
	cursor: pointer;
	font-size: 17px;
	-webkit-appearance: none;
}

.dl2,.dl3 {
	height: auto;
}

/*---------------------------------------------------------
footer
---------------------------------------------------------*/

footer {
	width: 100%;
	clear: both;
	background: #5E0B0A;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 80px;
}

/*---------------------------------------------------------
パンくず
---------------------------------------------------------*/

.breadcrumbs {
	width: 95%;
	margin: 0 auto 20px;
	float: none;
}

/*---------------------------------------------------------
sidebar
---------------------------------------------------------*/

sidebar {
	display: none;
}