
/* =============================
フッター
============================= */
.footerBox {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* レスポンスデバイス */
.responseBox .otoiawase,
.responseBox .btn_regist,
.responseBox .bnr_recruit {
	width: 100%;
	margin: 0;
}
.responseBox .otoiawase {
	margin: 10px 0 0;
	padding: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.responseBox .otoiawase img {
	width: 100%;
	max-width: 898px;
	height: auto;
}
.responseBox .btn_regist img {
	width: 100%;
	width: 330px !important;
	height: auto;
}
.responseBox .btn_regist { padding: 10px 2%;}
.responseBox .bnr_recruit { padding: 0 2% 10px;}

.responseBox {
	width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn_regist a {
    display: inline-block;
    width: 90%;
    padding: 15px 0;
    /*background-color: #9ed320;*/
	background-image: linear-gradient(0deg, #96d716, #cae853);
    color: white;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn_regist a:hover {
    background-color: darken(#9ed320, 10%);
}

.btn_regist_text {
	color: #666666;
	text-align: center;
}

/* スポンサー */
.official_bnr {
	width: 100%;
	border-top: 1px solid #ddd;
}
.official_bnr p {
	padding: 7px 2%;
	border-bottom: 1px solid #ddd;
}
.official_bnr img {
	width: 100%;
	max-width: 720px;
	height: auto;
}

/* プライバシーマーク */
.privacy_box a {
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	color: #333 !important;
}
.privacy_box ul {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.privacy_box ul li {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}
.privacy_box ul li:first-of-type {
	width: 70px;
	padding: 10px 5px 0 15px;
}
.privacy_box ul li:first-of-type img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
.privacy_box ul li:last-of-type {
	padding: 10px 10px 0;
}

/* 会社関連 */
ul.company_info {
	display: table;
	width: 100%;
	margin: 5px 0 0;
	padding: 10px 0;
	background: #FEF0CB none repeat scroll 0% 0%;
}
ul.company_info li {
	display: table-cell;
	border-right: 1px solid #ddd;
	font-size: 93%;
	text-align: center;
}
ul.company_info li:last-of-type {
	border-right: none;
}
ul.company_info li a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 5px;
	color: #333;
	font-size: 13px;
}
ul.company_info li:nth-of-type(2) a {
	padding: 5px 0;
}

/* コピーライト */
#copyright {
	width: 100%;
	background-color: #52280F;
}

#copyright span {
	display: block;
	width: 100%;
	margin: 0;
	padding: 7px 0px;
	font-size: 68%;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

/* フッターナビ */
ul.footer_navi {
	width: 100%;
	border-top: 1px solid #ccc;
}
ul.footer_navi li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background: #f4f4f4;
}
ul.footer_navi li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 30px 10px 15px;
	font-size: 108%;
	font-weight: bold;
	color: #666;
	text-align: left;
	text-decoration: none;
	position: relative;
}
ul.footer_navi li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #666;
	border-right: solid 2px #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* アプリバナー */
.app_bnr {
	width: 100%;
	max-width: 720px;
	height: 0;
	margin: 0 auto 10px;
	padding-bottom: calc( 240 / 960 * 100% );
	text-align: center;
}
.app_bnr img {
	width: 96%;
	max-width: 960px;
	height: auto;
}
/* 記事メニュー */
.recommend_info {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
}
.recommend_info p {
	width: 100%;
	margin: 0;
	padding: 7px;
	border-bottom: 1px dotted #ccc;
	background-color: #f4f4f4;
	font-size: 1.16em;
	font-weight: 700;
	color: #52280F;
	position: relative;
}
.recommend_info p:before {
	display: inline-block;
	content: "";
	width: 22px;
	height: 22px;
	margin-right: 5px;
	background: url(https://www.will-gocon.net/sp/common/images/icon/icon_exclamation.png);
	background-size: 100% auto;
	vertical-align: -30%;
}
.recommend_info ul {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.recommend_info ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	text-align: left;
}
/*
.recommend_info ul li:last-of-type {
	border-bottom: none;
}
*/
.recommend_info ul li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 7px 0;
}
.recommend_info ul li dl {
	display: table;
	width: 98%;
	margin: 0 auto;
}
.recommend_info ul li dl dt,
.recommend_info ul li dl dd {
	display: table-cell;
	vertical-align: middle;
}
.recommend_info ul li dl dt {
	width: 20%;
}
.recommend_info ul li dl dd {
	padding: 0 10px;
	font-size: 1.231em;
	color: #666;
}
.recommend_info ul li a dl dt img {
	width: 100%;
	height: auto;
	max-width: 70px;
}

.machicoi-button {
    display: block;
    width: fit-content;
    margin: 20px auto;
    background-color: white;
    color: #666;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #999;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.machicoi-button:hover {
    background-color: #ffffff;
    color: #999999;
}


/* パンくず */
.page_path {
	width: 100%;
	margin: 12px 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.page_path ul {
	width: 100%;
	margin: 0;
	padding: 0 5px;
	background: #FDF9EF;
}
.page_path ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 98%;
}
.page_path ul li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 7px 15px;
	text-decoration: none;
}
.page_path ul li:after {
	display: block;
	content: "";
	position: absolute;
	top: 4px;
	right: 0px;
/*	right: -4px;*/
	width: 21px;
	height: 21px;
	margin: 0 0 0 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: tranceparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page_path ul li:last-of-type:after {
	display: none;
}
.page_path ul li:last-of-type {
	padding: 7px 15px;
}
.page_path ul.path_member li:last-of-type {
	padding: 0;
}

/* お役立ちメニュー */
ul.useful_menu {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FDF9EF;
	text-align: left;
}
ul.useful_menu li {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	font-size: 1.08em;
}
ul.useful_menu li:first-of-type {
	padding: 10px 10px;
	color: #52280f;
	font-weight: bold;
}
ul.useful_menu li a {
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 0 8px 10px;
	position: relative;

}
ul.useful_menu li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* アプリストアバナー */

.app_icon {
	width: 100%;
	margin: 0 0 20px;
	text-align: center;
	box-sizing: border-box;
}
.app_icon span {
	font-weight: bold;
}
.app_icon ul {
	display: block;
	margin: 0 auto 10px;
}
.app_icon ul li {
	display: block;
	vertical-align: middle;
}
.app_icon ul li a {
	display: block;
	width: 100%;
	height: auto;
}

.contact_link {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FCFAEE;
    padding: 20px 0;
}

.contact_button {
    background-color: white;
    color: #666;
    border: 1px solid #999;
    padding: 3% 10%;
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.contact_text {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    text-align: center;
}
