@charset "UTF-8";
/*
Theme Name: MS&C
Description: MS&C WordPress Theme
Author: MS&C
Version: 1.0
*/



/****************************
      base
*****************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 100%;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
	color: #fff;
	background: #000;
}

::selection {
	color: #fff;
	background: #000;
}

a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: text-bottom;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.bold {
	font-weight: bold;
}








/****************************
	title_area
*****************************/

@media screen and (min-width: 681px){
	.title_area {
		width: 960px;
		margin: 60px auto 0;
	}
}

@media screen and (max-width: 680px){
	.title_area {
		margin: 40px 4% 0;
	}
}

.page_title {
	color: #222;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
}

.page_summary {
	margin-top: 25px;
	color: #222;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}










/****************************
	post_area
*****************************/

@media screen and (min-width: 681px){
	.post_area,
	#content .page_content {
		width: 960px;
		margin: 65px auto 80px;
	}
	.post_area.company_post_area {
		width: 800px;
		margin: 65px auto 80px;
	}
}

@media screen and (max-width: 680px){
	.post_area,
	#content .page_content {
		margin: 65px 4% 80px;
	}
}

/* post_content */
.post_content {
	color: #222;
	font-size: 16px;
	line-height: 1.8;
	margin: 50px 0 0;
}

.post_content a {
	color: #3969b1;
}

.post_content a:hover {
	opacity: 0.7;
}

.post_content p,
.post_content ul,
.post_content ol {
	margin-bottom: 20px;
}

.post_content .wp-caption-text {
	color: #444;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 5px;
	margin-bottom: 0;
}

.post_content ul,
.post_content ol {
	padding-left: 20px;
}

.post_content ul {
	list-style: disc !important;
}

.post_content ol {
	list-style: decimal !important;
}

.post_content h1 {
	margin-top: 40px;
	margin-bottom: 25px;
	color: #3969b1;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
}

.post_content h2 {/*1912：デザイン変更*/
	margin-top: 40px;
	margin-bottom: 40px;
	color: #222;
	padding: 0.5em;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: double 7px #97a9cf;
	font-size: 22px;
	line-height: 1.5;
	font-weight: bold;
}

.post_content h3 {
	margin-top: 40px;
	margin-bottom: 25px;
	color: #222;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: #97a9cf 2px solid;
}

.post_content h4 {
	color: #222;
	font-size: 16px;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 20px;
}

.post_content h5 {
	color: #222;
	font-size: 14px;
	line-height: 1.7;
	font-weight: bold;
	margin-bottom: 20px;
}

.post_content h6 {
	color: #222;
	font-size: 12px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 20px;
}

hr {
	background: url(./images/border_01.png) repeat-x left top;
	background-size: 3px 1px;
	margin: 50px 0;
	border:none;
	display: block;
	height: 1px;
}

@media screen and (min-width: 681px){
	.post_content .aligncenter {
		display: block;
		margin: 0 auto;
	}

	.post_content .alignleft {
		float: left;
		margin-right: 1.5em;
		margin-bottom: 1.5em;
	}

	.post_content .alignright {
		float: right;
		margin-left: 1.5em;
		margin-bottom: 1.5em;
	}

	.post_content .customCont{
		margin-top: 25px;
	}

	.post_content .customCont.imgC{
		justify-content:  center;
	}

	.post_content h2.customConth2{
		margin-bottom: 0;
	}
	.post_content .customCont.flex{
		display: flex;
		width: 100%;
	}

	.post_content .customCont .customContTxt{
		/* width: 100%; */
	}
	.post_content .customCont .customContImgWrap{
		flex-basis: auto;
		display: table;
	}
	.post_content .customCont .customContImgWrap .wp-caption-text{
		display: table-caption;
		caption-side: bottom;
	}
	.post_content .customCont.imgC{
		text-align: center;
	}
	.post_content .customCont.imgC img{
		max-width: 100%;
		height: auto;
	}
	.post_content .customCont.imgR .customContImgWrap{
	    flex: none;
		margin-left: 1.5em;
		max-width: 400px;
	}
	.post_content .customCont.imgL .customContImgWrap{
	    flex: none;
		margin-right: 1.5em;
		max-width: 400px;
	}
	.post_content .customCont .customContImgWrap img{
		max-width: 100%;
		height: auto;
	}

}

@media screen and (max-width: 680px){
	.post_content img {
		width: 100%;
		height: auto;
	}

	.wp-caption {
		width: 100% !important;
	}

	.post_content .customCont{
		margin-top: 25px;
	}
	.post_content .aligncenter {
		display: block;
		margin: 0 auto;
	}

	.post_content .alignleft {
		margin-bottom: 1.5em;
	}

	.post_content .alignright {
		margin-bottom: 1.5em;
	}
}

/* .post_content iframe {
	width: 100%;
	height: auto;
} */
.post_content .iframeWrap{
	/* text-align: center; */
	display: inline-block;

}
.post_content .iframeWrap iframe {
	/* width: auto; */
	/* height: auto; */
}
@media screen and (max-width: 680px){
	.post_content .iframeWrap{
		display: block;
		padding-top: 56.1%;
		/* text-align: center; */
		position: relative;
		height: 0;
		width: 100%;
	}
	.post_content .iframeWrap iframe{
		/* text-align: center; */
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
}

.post_content table {
	background: #fff;
	border-collapse: collapse;
	margin-bottom: 20px;
	color: #222;
	font-size: 12px;
	line-height: 1.6;
}

@media screen and (min-width: 681px){
	.post_content table {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 680px){
	.table_wrap {
		overflow-y: scroll;
	}
	.post_content table {
		/*width: 800px;*/
	}
}

.post_content th,
.post_content td {
	padding: 12px 10px;
	border: 1px #ccc solid;
	vertical-align: top;
}

.post_content table tr:nth-child(odd) {
	background: #e6edf5;
}

/* sns_button_area */
.sns_button_area {
	margin-top: 15px;
	height: 20px;
	overflow: hidden;
}

.sns_button_twitter {
	width: 75px;
	float: left;
	margin-right: 25px;
}

.sns_button_facebook {
	width: 150px;
	float: left;
}

/* case_propaty_area */
.case_propaty_area{
	margin-top: 20px;
	text-align: left;
}
.case_propaty_area_item{
	display: inline-block;
	font-size: 12px;
	border: 1px solid #3969b1;
	padding: 5px 10px 6px;
	margin-left: 10px;
	font-weight: bold;
}
.case_propaty_area_item:first-child{
	margin-left: 0;
}

@media screen and (max-width: 480px){
	
	.case_propaty_area{
		text-align: left;
	}
	.case_propaty_area_item{
		display: block;
		margin-top: 5px;
		margin-left: 0;
	}
	.case_propaty_area_item:first-child{
		margin-top: 0;
	}
}
/* page_link */
.page_link_area {
	position: relative;
	overflow: hidden;
}

.page_link_area ul {
	left: 50%;
	float: left;
	margin-top: 80px;
	list-style: none;
	position: relative;
}
.post_content .page_link_area ul {
	list-style: none!important;
}

.page_link_area ul li {
	position: relative;
	left: -50%;
	float: left;
	color: #222;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	border: 1px #ccc solid;
	margin-right: 10px;
}

.page_link_area ul li:last-child {
	margin-right: 0;
}

.page_link_area ul li.current {
	color: #222;
	font-weight: normal;
	background: #e6edf5;
	padding: 12px 14px;
}

.page_link_area ul li a {
	color: #3a69b1;
	display: block;
	padding: 12px 14px;
	text-decoration: none;
}

.page_link_area ul li a:hover {
	background: #ddd;
}





/****************************
	共通フォーマット
*****************************/
.mt05 { margin-top: 0.5em; }
.mt10 { margin-top: 1em; }
.mt15 { margin-top: 1.5em; }
.mt20 { margin-top: 2em; }
.mt25 { margin-top: 2.5em; }
.mt30 { margin-top: 3em; }
.mt35 { margin-top: 3.5em; }
.mt40 { margin-top: 4em; }
.mt45 { margin-top: 4.5em; }
.mt50 { margin-top: 5em; }
.mt55 { margin-top: 5.5em; }
.mt60 { margin-top: 6em; }
.mt65 { margin-top: 6.5em; }

.text01 {
	color: #222;
	font-size: 14px;
	line-height: 1.7;
}

.text01 a {
	color: #3969b1;
}

.text01 a:hover {
	opacity: 0.7;
}

.text02 {
	color: #222;
	font-size: 12px;
	line-height: 1.6;
}

.text02 a {
	color: #3969b1;
}

.text02 a:hover {
	opacity: 0.7;
}










/****************************
	導入事例
*****************************/

/* case_main_image */
.case_main_image {
	width: 100%;
}

.case_main_image img {
	max-width: 100%;
	height: auto;
}

/* case_title_area */
.case_title_area {
	margin-top: 70px;
	margin-bottom: 40px;
}

.case_title_area h1 {
	color: #222;
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

.case_title_area h1 span {
	display: block;
	margin-top: 30px;
	color: #3969b1;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
.case_title_area .date{
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	text-align: right;
	/* border-bottom: 1px solid #999; */
	/* padding-bottom: 5px; */
}

/* case_company_info */
.case_company_info {
	border-top: 2px #c4c4c4 dotted;
	border-bottom: 2px #c4c4c4 dotted;
	background-size: 3px 1px, 3px 1px;
	padding: 23px 0 20px;
}

.case_company_info_group {
	margin-bottom: 25px;
}

.case_company_info_group:last-child {
	margin-bottom: 0;
}

.case_company_info_group h4 {
	color: #222;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

.case_company_info_text {
	margin-top: 10px;
	color: #222;
	font-size: 12px;
	line-height: 1.6;
}

/* case_caution_area */
.case_caution_area {
	margin-top: 20px;
	color: #222;
	font-size: 12px;
	line-height: 1.6;
}

.case_company_info_text a,
.case_caution_area a {
	color: #3969b1;
}

.case_company_info_text a:hover,
.case_caution_area a:hover {
	opacity: 0.7;
}

/* case_introduction_area */
.case_introduction_area {
	margin-top: 20px;
	padding: 20px;
	background: #e1ebf5;
	color: #222;
	font-size: 15px;
	line-height: 1.8;
}

/* case_pdf_link */
.case_pdf_link {
	margin-top: 80px;
	color: #3a69b1;
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	border: 1px #ccc solid;
}

.case_pdf_link.mt20 {
	margin-top: 20px;
}

.case_pdf_link a {
	padding: 15px 0;
	color: #3a69b1;
	display: block;
}

.case_pdf_link a:hover {
	background: #ddd;
}

.case_pdf_link img {
	vertical-align: -10px;
	margin-right: 15px;
}

/* case_related_service */
.case_related_service {
	margin-top: 80px;
}

.case_related_service h5 {
	color: #3a69b1;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}

.case_related_service ul {
	margin-top: 15px;
	list-style: none;
	background: #e6edf5;
	padding: 20px;
}

.case_related_service ul li {
	color: #3a69b1;
	font-size: 12px;
	line-height: 1.6;
	background: url(./images/arrow_blue.png) no-repeat left 2px;
	background-size: 10px 15px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.case_related_service ul li:last-child {
	margin-bottom: 0;
}

.case_related_service ul li a {
	color: #3a69b1;
}

.case_related_service ul li a:hover {
	opacity: 0.7;
}










/****************************
	セミナー
*****************************/

/* post_content.seminar_post */
.post_content.seminar_post {
	border-top: 2px #c4c4c4 dotted;
	border-bottom: 2px #c4c4c4 dotted;
	padding: 50px 0 50px;
	margin-top: 50px;
}

/* seminar_title_area */
.seminar_title_area h2 {
	color: #222;
	font-size: 30px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
}

.seminar_title_area h3 {
	margin-top: 30px;
	color: #222;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}

/* seminar_main_image */
.seminar_main_image {
	margin-top: 30px;
	width: 100%;
}

.seminar_main_image img {
	max-width: 100%;
	height: auto;
}

/* seminar_introduction_area */
.seminar_introduction_area {
	margin-top: 50px;
	color: #222;
	font-size: 14px;
	line-height: 1.7;
}

/* seminar_introduction_area */
.seminar_contact_button {
	color: #fff;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.seminar_contact_button a {
	padding: 20px 0;
	margin: 60px auto 0;
	box-sizing: border-box;
	display: block;
	color: #fff;
	background: #ed6a7a;
	text-decoration: none;
}

.seminar_contact_button a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 681px){
	.seminar_contact_button {
		font-size: 20px;
	}
	.seminar_contact_button a {
		width: 400px;
	}
}

@media screen and (max-width: 680px){
	.seminar_contact_button {
		font-size: 16px;
	}
	.seminar_contact_button a {
		width: 100%;
	}
}










/****************************
	お問合わせ
*****************************/

/* contact_content */
.contect_index_group {
	margin-top: 120px;
}

.contect_index_group:last-child {
	padding-bottom: 100px;
}

.contact_content h3 {
	color: #222;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.contact_content h3 span {
	font-size: 14px;
	font-weight: normal;
}

.contact_content h3.blue { border-bottom: #024FA5 5px solid; }
.contact_content h3.purple { border-bottom: #775D8F 5px solid; }
.contact_content h3.red { border-bottom: #ED6979 5px solid; }

.contact_content p a {
	color: #3969b1;
}

.contact_content p a:hover {
	opacity: 0.7;
}

.contact_content .contect_index_button {
	margin: 30px auto 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background-image: url(./images/arrow_white.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
	background-size: 10px auto;
}

.contact_content .contect_index_button a {
	display: block;
	padding: 20px 0;
	box-sizing: border-box;
	color: #fff;
}

.contact_content .contect_index_button.blue { background-color: #024FA5; }
.contact_content .contect_index_button.purple { background-color: #775D8F; }
.contact_content .contect_index_button.red { background-color: #ED6979; }
.contact_content .contect_index_button:hover {
	opacity: 0.7;
}

@media screen and (min-width: 681px){
	.contact_content .contect_index_button {
		width: 400px;
	}
}

/* contact_form_area */
.contact_form_area {
	margin: 60px auto 0;
}

@media screen and (min-width: 681px){
	.contact_form_area {
		width: 800px;
	}
}

.required {
	color: #fff;
	font-size: 11px;
	line-height: 1;
	font-weight: bold;
	padding: 3px 6px;
	background: #C62916;
	border-radius: 1px;
}

.required.va1 {
	vertical-align: 1px;
}

.required.va-1 {
	vertical-align: -1px;
}

.contact_form_area table {
	width: 100%;
	margin: 30px auto 0;
}

@media screen and (min-width: 681px){

	.contact_form_area table,
	.contact_form_area table tr,
	.contact_form_area table td {
		border: #ccc 1px solid;
		border-left: 0;
		border-right: 0;
	}

}

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

	.contact_form_area table tr {
		border: #ccc 1px solid;
		border-bottom: none;
		border-left: 0;
		border-right: 0;
	}

	.contact_form_area table tr:last-child {
		border-bottom: #ccc 1px solid;
	}

	.contact_form_area table td {
	}

	.contact_form_area table tr,
	.contact_form_area table td {
		display: block;
	}

}

@media screen and (min-width: 681px){

	.contact_form_area table .contact_item_area {
		padding: 20px 15px;
		background: #e6edf5;
	}
	.contact_form_area table .contact_input_area {
		padding: 20px 30px;
	}
}

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

	.contact_form_area table .contact_item_area {
		padding: 15px 10px 15px;
		background: #e6edf5;
	}
	.contact_form_area table .contact_input_area {
		padding: 15px 10px 20px;
	}
	.contact_form_area table .contact_item_area br {
		display: none;
	}

}

.contact_item_area p {
	font-size: 12px;
	line-height: 1.4;
}

.contact_item_area {
	vertical-align: top;
}

.contact_input_area p {
	margin-bottom: 4px;
}

.contact_input_area p:last-child {
	margin-bottom: 0;
}

.contact_input_area input[type="text"],
.contact_input_area input[type="email"],
.contact_input_area input[type="password"],
.contact_input_area textarea {
	-webkit-appearance: none;
	border: none;
	background: transparent;
	width: 100%;
	padding: 8px 10px;
	box-sizing: border-box;
	border: #999 1px solid;
	background: #fff;
	color: #222;
	font-size: 12px;
	line-height: 1.4;
}

.contact_input_area input[type="checkbox"],
.contact_input_area input[type="radio"] {
	font-size: 12px;
	margin-right: 5px;
}

.contact_input_area label {
	color: #222;
	font-size: 12px;
	line-height: 1;
}

.mw_wp_form .error {
	margin-top: 10px;
	color: #C62916;
	font-size: 14px !important;
	line-height: 1.4;
	font-weight: bold;
}

.contact_input_area {
	color: #222;
	font-size: 12px;
	line-height: 1.4;
}

input::selection,
textarea::selection {
	color: #111;
	background: #ccc;
	text-shadow: none;
}

.mw_wp_form_confirm .confirm_none  {
	display: none;
}

input[name="submitBack"] {
	background: #999 url(./images/arrow_white.png) no-repeat 20px 50% !important;
	background-size: 10px auto !important;
}


@media screen and (min-width: 681px){

	.contact_item_area .item_01 {
		width: 120px;
		float: left;
	}

	.contact_item_area .item_02 {
		width: 34px;
		float: right;
	}

	.contact_input_area .item_01 {
		width: 170px;
		float: left;
	}

	.contact_input_area .item_02 {
		width: 170px;
		float: left;
	}
	.contact_input_area .item_01 input,
	.contact_input_area .item_02 input {
		width: 125px;
	}

	.mw_wp_form_confirm td.contact_item_area {
		width: 232px;
	}

}

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

	.contact_item_area .item_01 {
		float: left;
		margin-right: 10px;
	}
	.contact_item_area .item_02 {
		float: left;
	}

	.contact_input_area .item_01 input,
	.contact_input_area .item_02 input {
		margin-top: 10px;
		width: 100%;
	}

	.contact_input_area .item_02 {
		margin-top: 10px;
	}

}

.item_text_01 {
	font-size: 12px;
	line-height: 1.4;
	margin-right: 10px;
}

.item_text_02 {
	font-size: 12px;
	line-height: 1.4;
}

.w100 input {
	width: 100px !important;
}

.w180 input {
	width: 180px !important;
}

.center {
	text-align: center;
}

/****************************
	2017_01 追加
*****************************/
.ta_right {
	text-align:right;
}

.ti_1em {
	text-indent: -1.1em;
	margin-left: 1em;
}



.checkbox input[type="checkbox"] {
	font-size: 12px;
	margin-right: 5px;
}

.submit input[type="submit"] {
	-webkit-appearance: none;
	border: none;
	background: transparent;
	border-radius: none;
	margin: 30px auto 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	background: #ED6979 url(./images/arrow_white.png) no-repeat 20px 50%;
	background-size: 10px auto;
	display: block;
	padding: 20px 0;
	box-sizing: border-box;
	color: #fff;
}

.submit input[type="submit"]:hover {
	cursor: pointer;
	opacity: 0.7;
}

@media screen and (min-width: 681px){
	.submit input[type="submit"] {
		width: 400px;
	}
}

@media screen and (max-width: 680px){
	.submit input[type="submit"] {
		width: 100%;
	}
}





/****************************
	ページコンテンツ
*****************************/

.post_content table.page_table tr:nth-child(odd) {
	background: #fff;
}

.post_content table.page_table tr th {
	background: #e6edf5;
	text-align: left;
}

@media screen and (min-width: 681px){

	.post_content table.page_table {
		width: 100%;
	}

}

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

	.post_content img.width_auto {
		width: auto;
	}

	.post_content table.width_auto {
		width: 100%;
	}

	.post_content table.width_auto tr th {
		width: 100px;
	}

}





/****************************
	ソリューション リスト
*****************************/

.solution_page_list_area h6 {
	margin-bottom: 20px;
	padding: 15px 5px;
	border-bottom: #6f9ecd 2px solid;
	color: #424242;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

.solution_page_list_area ul {
	list-style: none;
}

.solution_page_list_area ul li {
	background: url(./images/arrow_gray_02.png) no-repeat 4px 50%;
	background-size: 10px auto;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #424242;
	font-size: 12px;
	line-height: 1.5;
}

.solution_page_list_area ul li a {
	color: #0069b5;
	text-decoration: underline;
}

.solution_page_list li a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 681px){

	.solution_page_list_area {
		width: 960px;
		margin: 0 auto;
	}

}

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

	.solution_page_list_area {
		margin: 0 4%;
	}

}





/****************************
	導入事例
*****************************/

@media screen and (min-width: 681px){

	.case_thumb_area {
		width: 960px;
		margin: 0 auto;
	}

	.case_thumb {
		width: 290px;
		float: left;
		margin-right: 45px;
		margin-bottom: 45px;
	}

	.case_thumb img {
		width: 100%;
	}

	.case_thumb:nth-child(3n) {
		margin-right: 0;
	}

}

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

	.case_thumb_area {
		width: auto;
	}

	.case_thumb {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.case_thumb img {
		width: 100%;
	}

	.case_thumb:nth-child(2n) {
		margin-right: 0;
	}

	.case_thumb_area .case_thumb:nth-child(n+7) {
		display: none;
	}

}

#footer #footer_in .lnk_footer .box_lnk-footer a:hover {
	opacity: 0.7;
}


#content p.page_button {
	margin: 0 auto;
	-webkit-appearance: none;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}

#content p.page_button.mt50 {
	margin-top: 50px;
}

#content p.page_button.bg_red {
	background: #ED6979 url(./images/arrow_white.png) no-repeat 16px 50%;
	background-size: 10px auto;
}

#content p.page_button a {
	padding: 14px 30px 14px 30px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#content p.page_button:hover {
	opacity: 0.7;
}


@media screen and (min-width: 681px){
	#content p.page_button {
		width: 320px;
	}
	#content p.page_button.w480 {
		width: 480px;
	}
	#content .wrapper .box_seminer-arc .inbox li>.btn .btn_link:hover {
		opacity: 0.7;
	}
}


#content .page_content .box_img img:last-child {
	margin-bottom: 0;
}





/****************************
	news_month_list
*****************************/

.news_month_list {
	padding: 40px 0 0;
	border: #999 2px dotted;
	border-left: none;
	border-right: none;
}

@media screen and (min-width: 681px){
	.news_month_list {
		width: 960px;
		margin: 60px auto 0;
	}
}

@media screen and (max-width: 680px){
	.news_month_list {
		margin: 60px 4% 0;
	}
}

.news_month_list ul {
	list-style: none;
	opacity: 0;
}

.news_month_list ul li {
	float: left;
	color: #0069B5;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	background: url(./images/arrow_gray.png) no-repeat left 5px;
	background-size: 8px auto;
	padding-left: 16px;
	margin-bottom: 40px;
}

.news_month_list ul li.disabled {
	color: #999;
}

@media screen and (min-width: 681px){
	.news_month_list ul li {
		width: 16%;
	}
}

@media screen and (max-width: 680px){
	.news_month_list ul li {
		width: 25%;
	}
}

.news_month_list ul li a {
	color: #0069B5;
	text-decoration: underline;
}

.news_month_list ul li a:hover {
	opacity: 0.7;
}

.news_list_group.border_top {
	border-top: #999 2px dotted;
	padding-top: 20px;
}

.news_list_group h3 {
	margin-top: 60px;
	margin-bottom: 40px;
}

.news_list {
	border-bottom: #999 2px dotted;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.news_list:last-child {
	margin-bottom: 0;
}

.news_list .title .pdf_icon {
	width: 14px;
	margin-left: 6px;
}


@media screen and (min-width: 681px){

.news_list {
	padding-left: 1%;
	padding-right: 1%;
}

.news_list_sp {
	float: left;
	width: 245px;
}

.news_list p {
	margin-bottom: 0;
}

.news_list .category {
	float: left;
	width: 125px;
}

.news_list .date {
	margin-top: 3px;
	float: left;
	width: 120px;
	font-size: 14px;
	line-height: 1.4;
}

.news_list .title {
	margin-top: 3px;
	float: left;
	width: 690px;
	font-size: 14px;
	line-height: 1.4;
}

}



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

.news_list {
	padding-left: 1%;
	padding-right: 1%;
}

.news_list p {
	margin-bottom: 0;
}

.news_list_sp {
	float: left;
	width: 110px;
}

.news_list .category {
}

.news_list .date {
	font-size: 14px;
	line-height: 1.4;
}

.news_list .title {
	margin-left: 125px;
}

}





/****************************
	case_tax_list
*****************************/

.case_tax_area {
	border-top: #999 2px dotted;
}

@media screen and (min-width: 681px){
	.case_tax_area {
		width: 960px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 680px){
	.case_tax_area {
	}
}

.case_tax_list {
	padding: 20px 0;
	border-bottom: #999 2px dotted;
}

.case_tax_list .text_area h3 {
	color: #444;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
}

.case_tax_list .text_area p {
	color: #444;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
}

.case_tax_list .text_area p:first-of-type {
	margin-bottom: 10px;
}

.service_name {
	margin-top: 10px;
}

.case_tax_list .text_area .service_name p {
	margin-bottom: 10px;
}

.case_tax_list .text_area .service_name p:last-of-type {
	margin-bottom: 0;
}

.case_tax_list .link_button {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
}

.case_tax_list .link_button a {
	color: #fff;
	display: block;
	padding: 10px 0;
	background: #ED6A7A;
}

.case_tax_list .link_button a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 681px){
	.case_tax_list figure {
		width: 176px;
		float: left;
		text-align: left;
	}
	.case_tax_list .text_area {
		width: 550px;
		float: left;
		margin-left: 20px;
	}
	.case_tax_list .text_area h3 {
		text-align: left;
	}
	.case_tax_list .link_button {
		width: 190px;
		float: right;
	}

}

@media screen and (max-width: 680px){
	.case_tax_list .text_area {
		margin-top: 20px;
	}
	.case_tax_list .text_area h3 {
		text-align: center;
	}
	.case_tax_list .link_button {
	}

}





/****************************
	info_list
*****************************/
.post_content ul.newsinfo_tabarea{
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	align-items: center;
	list-style: none;
}
.post_content ul.newsinfo_tabarea li{
	width: 23%;
	margin-right: 2.66%;
	margin-bottom: 0;
	padding: 10px 15px;
	border: 1px solid #024FA5;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #024FA5;
	line-height: 1;
	text-align: center;
	background:url(images/ico_arrow_b.png) no-repeat 15px 50% / 10px auto;
	cursor: pointer;
}
.post_content ul.newsinfo_tabarea li.current,
.post_content ul.newsinfo_tabarea li:hover{
	background-color: #024FA5;
	color: #fff;
	background-image:url(images/ico_arrow_w.png);
}
.post_content ul.newsinfo_tabarea li:last-child{
	margin-right: 0;
}

.info_top_box.js-tabbox{
	display: none;
}

.info_top_box.js-tabbox.js-open{
	display: block;
}

.info_top_box .no-infopost{
	text-align: center;
	padding: 50px 0;
}

.info_list_group {
	border-bottom: #999 2px dotted;
	margin-bottom: 20px;
}

.info_list {
	margin: 0 1%;
}

.info_list p {
	color: #222;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}

.info_list .date {
	width: 110px;
	float: left;
}

.info_list .date img {
	margin-top: 4px;
}

.info_list .title {
	margin-right: 1%;
	margin-left: 130px;
}

.info_top_box_area {
	margin-top: 40px;
}

.info_top_box.box_01 {
	/* float: left; */
}

.info_top_box.box_02 {
	/* float: right; */
}

h3.info_title {
	margin-top: 60px;
}

h3.info_title .link_archive {
	text-align: right;
	float: right;
}

@media screen and (min-width: 681px){

	.info_list.type_01 .date {
		width: 14%;
	}

	.info_list.type_01 .title {
		width: 80%;
	}

	.info_list.type_02 .date {
		width: 24%;
	}

	.info_list.type_02 .title {
		width: 70%;
	}

	.info_top_box {
		/* width: 450px; */
	}

}

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

	.info_list .date {
		/*width: 24%;*/
	}

	.info_list .title {
		/*width: 70%;*/
	}
	.post_content ul.newsinfo_tabarea{
		display: block;
		font-size: 0;
	}
	.post_content ul.newsinfo_tabarea li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		display: inline-block;
		font-size: 13px;
		font-weight: bold;
		color: #024FA5;
		background:url(images/ico_arrow_b.png) no-repeat 5px 50% / 10px auto;
	}
	.post_content ul.newsinfo_tabarea li:nth-child(even){
		margin-right: 0;
	}

}





/****************************
	case_cateogry_list_area
*****************************/

.case_cateogry_group h5 {
	color: #222;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(0,83,166,.5);
}

.case_cateogry_group ul {
	list-style: none;
}

.case_cateogry_group ul li {
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
	background: url(./images/arrow_gray_02.png) no-repeat 4px 3px;
	background-size: 10px auto;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #424242;

}

.case_cateogry_group ul li:last-child {
	margin-bottom: 0;
}

.case_cateogry_group ul li a {
	text-decoration: underline;
	color: #0069b5;
}

.case_cateogry_group ul li a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 681px){
	.case_cateogry_list_area {
		width: 960px;
		margin: 60px auto 0;
	}

	.case_cateogry_group {
		width: 300px;
		float: left;
		margin-right: 30px;
	}

	.case_cateogry_group:last-child {
		margin-right: 0;
	}

	.case_cateogry_group ul {
		display: block !important;
	}

}

@media screen and (max-width: 680px){
	.case_cateogry_list_area {
		margin-top: 60px;
	}
	.case_cateogry_group {
		margin-bottom: 30px;
	}

	.case_cateogry_group h5 {
		background: url(./images/common/TOP/ico_nav_sol_07.png) no-repeat right 10px top 5px;
	}

	.case_cateogry_group h5 a {
		display: block;
	}

	.case_cateogry_group ul {
		display: none;
	}

}

@media screen and (min-width: 681px){
	.sp {
		display: none;
	}
}

@media screen and (max-width: 680px){
	.pc {
		display: none!important;
	}
}

.breadcramb {
	line-height: 1;
}

/* year_list_area */
.post_content .year_list_area {
	margin-top: 20px;
	position: relative;
}

.post_content .year_list_area h5 {
	width: 190px;
	background-color: #E0798D;
	background-image: url(./images/select_arrow.png);
	background-repeat: no-repeat;
	background-position: 170px 50%;
	background-size: 8px auto;
}

.post_content .year_list_area h5:hover {
	opacity: 0.7;
}

.post_content .year_list_area h5 a {
	padding: 10px 18px;
	display: block;
	color: #fff;
}

.post_content .year_list_area h5 a:hover {
	opacity: 1;
}

.post_content ul.year_list {
	z-index: 1;
	width: 188px;
	background: #fff;
	box-shadow: 0 1px 1px 1px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 43px;
	left: 1px;
	list-style: none !important;
	padding-left: 0;
}

.post_content ul.year_list li {
	border-bottom: #ccc 1px solid;
	line-height: 1;
	background-image: url(./images/arrow_gray_02.png);
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 6px auto;
}

.post_content ul.year_list li:last-child {
	border-bottom: 0;
}

.post_content ul.year_list li a {
	color: #444;
	display: block;
	padding: 12px 18px 12px 28px;
}

.post_content ul.year_list li a:hover {
	opacity: 1;
	background-color: #eee;
	background-image: url(./images/arrow_gray_02.png);
	background-repeat: no-repeat;
	background-position: 12px 50%;
	background-size: 6px auto;
}



/****************************
	global_navi
*****************************/

.global_navi {
	width: 100%;
	border-bottom: 1px solid #2F54A2;
}

.global_navi_inner {
	width: 960px;
	margin: 0 auto;
	border-left: 1px solid #CBDDED;
	box-sizing: border-box;
	position: relative;
}

.navi {
	height: 42px;
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #CBDDED;
	text-align: center;
	color: #2F54A2;
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	letter-spacing: 0.025em;
}

.navi a {
	color: #2F54A2;
	text-decoration: none;
	display: block;
}

.navi a:hover {
	background: rgba(93,122,176,.16);
}

.navi_02,
.navi_04 {
	background-image: url(./images/common/TOP/ico_nav_sol_07.png);
	background-repeat: no-repeat;
	background-position: right 30px top 16px;
}

.content_navi_02 {
	width: 241px;
	position: absolute;
	top: 42px;
	left: 238px;
}

.content_navi_04 {
	width: 241px;
	position: absolute;
	top: 42px;
	left: 718px;
}

.content_navi {
	display: none;
	z-index: 99;
	padding-top: 1px;
}

.content_navi li {
	color: #fff;
	font-size: 13px;
	line-height: 1;
	font-weight: bold;
	border-bottom: #fff 1px solid;
	background-color: #2F54A2;
	background-image: url(./images/arrow_white.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 8px auto;
}

.content_navi li:last-child {
	border-bottom: none;
}

.content_navi li:hover {
	background-color: #6d87be;
}

.content_navi li a {
	display: block;
	color: #fff;
	padding: 14px 10px 14px 24px;
	box-sizing: border-box;
}





/****************************
	その他のサービス
*****************************/

#content .bg_service {
	padding-top: 0;
}

#content .bg_service.mt {
	margin-top: 100px;
}


#content .bg_service.home {
	padding-top: 60px;
	padding-bottom: 65px;
}

#content .bg_service.home .ttl_service {
	margin-bottom: 30px;
}

#content .bg_service .ttl_service h2 {
	margin-bottom: 0;
}

#content .bg_service .cat_service .no_click_area {
	opacity: 0.5;
}

#content .bg_service .cat_service .click_area:hover {
	opacity: 0.7;
}

.service_list_button {
	margin-right: 13px;
	float: right;
}

@media screen and (min-width: 681px){
	.service_list_area {
		width: 960px;
	margin: 0 auto 15px;
	}
}

@media screen and (max-width: 680px){
	.service_list_area {
		margin: 0 4% 15px;
	}
}






/****************************
	ソリューション リスト
*****************************/

.company_page_list_area h6 {
	margin-bottom: 20px;
	padding: 15px 5px;
	border-bottom: #6f9ecd 2px solid;
	color: #424242;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

.company_page_list_area ul {
	list-style: none;
}

.company_page_list_area ul li {
	background: url(./images/arrow_gray_02.png) no-repeat 4px 50%;
	background-size: 10px auto;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #424242;
	font-size: 12px;
	line-height: 1.5;
}

.company_page_list_area ul li a {
	color: #0069b5;
	text-decoration: underline;
}

.company_page_list_area ul li a:hover {
	opacity: 0.7;
}

.company_page_list_01 {
	width: 49%;
	float: left;
}

.company_page_list_02 {
	width: 49%;
	float: right;
}

@media screen and (min-width: 681px){

	.company_page_list_area {
		width: 960px;
		margin: 0 auto;
	}

}

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

	.company_page_list_area {
		margin: 0 4%;
	}

}

.post_content ul.client_list {
	list-style: none !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}

.client_list li {
	float: left;
	margin-right: 20px;
}

.client_list li:last-child {
	margin-right: 0;
}





/****************************
	recruit_group
*****************************/

.recruit_group:first-of-type {
	margin-bottom: 100px;
}
.recruit_button {
	color: #fff;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}

.recruit_button a {
	padding: 20px 0;
	margin: 60px auto 0;
	box-sizing: border-box;
	display: block;
	color: #fff !important;
	background: #024FA5;
	text-decoration: none;
}

.recruit_button a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 681px){
	.recruit_button {
		font-size: 20px;
	}
	.recruit_button a {
		width: 400px;
	}
}

@media screen and (max-width: 680px){
	.recruit_button {
		font-size: 16px;
	}
	.recruit_button a {
		width: 100%;
	}
}





/****************************
	seminar_list_area
*****************************/

.seminar_list_area {
	border-top: #999 2px dotted;
}

.seminar_list {
	border-bottom: #999 2px dotted;
	padding: 20px 1%;
}

.seminar_list h3,
.seminar_list .target,
.seminar_list .date {
	color: #222;
	font-size: 14px;
	line-height: 1.4;
}

.seminar_list h3 {
	font-weight: bold;
}

.seminar_list .link_button {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
}

.seminar_list .link_button a {
	color: #fff;
	display: block;
	padding: 10px 0;
	background: #ED6A7A;
}

.seminar_list .link_button a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 681px){

	.seminar_list_area {
		width: 960px;
		margin: 0 auto;
	}

	.seminar_list h3,
	.seminar_list .target,
	.seminar_list .date {
		float: left;
		width: 24%;
		margin-right: 2%;
		text-align: left;
	}

	.seminar_list .link_button {
		width: 22%;
		float: right;
	}

}

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

	.seminar_list h3,
	.seminar_list .target,
	.seminar_list .date,
	.seminar_list .link_button {
		margin-top: 10px;
	}

}





/****************************
	footer_contact_box
*****************************/

.footer_contact_box {
	border-radius: 4px;
}

.footer_contact_box_01 {
	background: #2F54A2;
	padding: 20px 0 24px;
}

.footer_contact_box_02 {
	background: #805F8D;
	padding: 20px 0 24px;
}

.footer_contact_box_03 {
	background: #D16A79;
	padding: 34px 0 38px;
}

.footer_contact_box h5 {
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}

.footer_contact_box h5 span {
	font-size: 14px;
}

.footer_contact_box p {
	margin-top: 16px;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	padding-right: 10px;
	background: url(./images/arrow_white.png) no-repeat right 40px top 50%;
	background-size: 10px auto;

}

.footer_contact_box p a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.footer_contact_title h3 {
	text-align: center;
	color: #222;
	font-size: 30px;
	line-height: 1.2;
	font-weight: bold;
}

@media screen and (min-width: 681px){

	.footer_contact {
		margin: 65px 0;
	}

	.footer_contact_box_area {
		width: 960px;
		margin: 65px auto;
	}

	.footer_contact_box {
		float: left;
		width: 296px;
	}

	.footer_contact_box:hover {
		opacity: 0.8;
	}

	.footer_contact_box_01 {
		margin-right: 36px;
	}

	.footer_contact_box_02 {
		margin-right: 36px;
	}

}

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

	.footer_contact {
		margin: 65px 4%;
	}

	.footer_contact_box_area {
		margin: 65px auto;
	}

	.footer_contact_box_01 {
		margin-bottom: 20px;
	}

	.footer_contact_box_02 {
		margin-bottom: 20px;
	}

}

@media screen and (min-width: 681px){

	.box_header .cont_header .tel_header {
		margin-top: 3px;
	}

	.box_header .cont_header .tel_header {
		color: #222;
	}

	.box_header .cont_header .tel_header .time {
		font-size: 13px;
	}

	.box_header .cont_header .btn_formlink {
		border-radius: 4px;
	}

}





/****************************
	mid_title_area
*****************************/

.mid_title_area {
	margin: 80px auto 20px;
}

.mid_title_area h2 {
	color: #222;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: center;
}

.mid_title_area p {
	color: #222;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}





/****************************
	header
*****************************/

@media screen and (min-width: 681px){

	.header_inner {
		width: 960px;
		margin: 0 auto 25px;
	}

	.header_inner .splogo {
		width: 350px;
		float: left;
	}

	.header_inner .splogo a:hover {
		opacity: 0.7;
	}

	.header_info {
		width: 380px;
		float: right;
	}

	.header_info_text {
		width: 180px;
		float: left;
		margin-top: 5px;
	}

	.header_info_text h3 {
		color: #222;
		font-size: 24px;
		line-height: 1;
		font-weight: bold;
		text-align: center;
	}

	.header_info_text p {
		margin-top: 5px;
		color: #222;
		font-size: 13px;
		line-height: 1;
		text-align: center;
	}

	.header_info_button {
		width: 190px;
		height: 50px;
		float: right;
		background: #E0798D;
		color: #fff;
		font-size: 14px;
		line-height: 50px;
		font-weight: bold;
		text-align: center;
		border-radius: 2px;
	}

	.header_info_button:hover {
		opacity: 0.7;
	}

	.header_info_button a {
		display: block;
		color: #fff;
	}

}

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

	.header_inner {
		margin: 0 4%;
		padding: 12px 0;
	}

	.header_inner .splogo {
		/* width: 250px; */
		width: 165px;
		float: left;
		font-size: 0;
		line-height: 0;
	}

	.header_inner .splogo img {
		/* width: 250px; */
		width: 165px;
		height: auto;
	}

	.menu_btn {
		margin-top: 10px;
		width: 35px;
		float: right;
	}

}






/****************************
	sp sidebar
*****************************/

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

	.sidebar h3 {
		color: #fff;
		font-size: 16px;
		line-height: 1.6;
		font-weight: bold;
		padding: 14px 14px;
		border-bottom: #b2c2d3 1px solid;
		display: block;
		background: url(./images/accordion_white_01.png) no-repeat right 14px top 50%;
		background-size: 12px auto;
		letter-spacing: 0.02em;
	}

	.sidebar h3:hover {
		cursor: pointer;
	}

	.sidebar .sidebar_list {
		display: none;
	}

	.sidebar .sidebar_list {
		list-style: none;
	}

	.sidebar .sidebar_list li {
		color: #fff;
		font-size: 14px;
		line-height: 1.6;
		padding: 0;
		background-color: #00438b;
		background-image: url(./images/arrow_white.png);
		background-repeat: no-repeat;
		background-position: 26px 50%;
		background-size: 6px auto;
		border-bottom: #b2c2d3 1px solid;
	}

	.sidebar .sidebar_list li a {
		color: #fff;
		display: block;
		padding: 14px 14px 14px 38px;
	}

}










/****************************
	sp sidebar
*****************************/

@media screen and (min-width: 681px){

	.footer_box {
		float: left;
		width: 176px;
		margin-right: 20px;
	}

	.footer_box:nth-child(5) {
		margin-right: 0;
	}

	.footer_box .lnk_title.pc {
		color: #fff;
		font-size: 16px;
		line-height: 1.6;
		font-weight: bold;
		border-bottom: #fff 2px solid;
		padding-bottom: 6px;
		letter-spacing: 0.02em;
	}

	.footer_box .lnk_title.pc a {
		color: #fff;
		text-decoration: none;
	}

	.footer_box .lnk_title.pc a:hover {
		opacity: 0.7;
	}

	.footer_box ul {
		list-style: none;
		margin-top: 14px;
	}

	.footer_box ul li {
		color: #fff;
		font-size: 13px;
		line-height: 1.4;
		margin-bottom: 8px;
	}

	.footer_box ul li:last-child {
		margin-bottom: 0;
	}

	.footer_box ul li a {
		color: #fff;
		text-decoration: none;
	}

	.footer_box ul li a:hover {
		opacity: 0.7;
	}

}

.link_image img:hover {
	opacity: 0.7;
}

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

	#footer #footer_in .lnk_footer .lnk_title.sp {
		display: block;
		line-height: 1em;
		padding: 22px 0;
		border-bottom: #b2c2d3 1px solid;
		color: #fff;
		font-size: 18px;
		line-height: 1.4;
		font-weight: bold;
		letter-spacing: 0.02em;
		background: url(./images/accordion_white_01.png) no-repeat right 14px top 50%;
		background-size: 12px auto;
	}

	#footer #footer_in .lnk_footer .lnk_title.sp:hover {
		cursor: pointer;
	}

	#footer #footer_in .lnk_footer ul {
		/*display: none;*/
	}

	#footer #footer_in .lnk_footer ul li {
		border-bottom: #b2c2d3 1px solid;
		font-size: 16px;
		line-height: 1.4;
		background-color: #00438b;
		background-image: url(./images/arrow_white.png);
		background-repeat: no-repeat;
		background-position: 26px 50%;
		background-size: 6px auto;
	}
	#footer #footer_in .lnk_footer ul li a {
		padding: 20px 16px;
		display: block;
		color: #fff;
	}
	.footer_contact_button a {
		color: #fff;
		padding: 22px 0;
		display: block;
	}
	#footer #footer_in .lnk_footer .footer_contact_button .lnk_title.sp {
		background: none;
		padding: 0;
	}
}





/****************************
	home_solution_list
*****************************/

.home_solution_list .click_area {
	padding: 25px 25px 30px;
}

.home_slution_box_02.click_area {
    padding-top: 47px;
}

.home_solution_list .click_area:hover {
	opacity: 0.7;
}

.home_slution_box_01,
.home_solution_list .home_slution_box_01 .button figure {
	background: #E5EAF3;
}

.home_slution_box_02,
.home_solution_list .home_slution_box_02 .button figure {
	background: #F1F3F8;
}

.home_slution_box_03,
.home_solution_list .home_slution_box_03 .button figure {
	background: #F9FAFD;
}

.home_solution_list .click_area figure {
	text-align: center;
}

.home_solution_list .click_area h3 {
	color: #222;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-top: 24px;
}

.home_solution_list .click_area .text {
	color: #222;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-top: 18px;
}

.home_solution_list .click_area .button {
	margin-top: 15px;
	background: url(./images/border_gray_01.png) repeat-x left 50%;
}

.home_solution_list .click_area .button figure {
	width: 68px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (min-width: 681px){
	.home_solution_list {
		width: 960px;
		margin: 0 auto;
	}
	.home_solution_list .click_area {
		width: 320px;
		float: left;
	}
}

@media screen and (max-width: 680px){
	.home_solution_list {
	}
}






















/****************************
	追加CSS
*****************************/

/* メニュー */
.box_mainnav a img {
	vertical-align: -1px;
}

.box_header .cont_header .tel_header {
	text-align: left;
}

#content .bg_lnk-bnr-alea a:hover {
	opacity: 0.7;
}

/* スマホスライドメニュー */
@media screen and (max-width: 680px){

	.sb-slidebar li {
		height: auto;
		padding: 0;
		padding: 18px 14px 18px 14px;
		font-size: 16px;
		line-height: 1.6;
		border-bottom: 1px #fff solid;
	}

	.sb-slidebar .nav_sub01 li {
		height: auto;
		padding: 0;
		background: #fff url(./images/arrow_blue.png) no-repeat 8px 50%;
		background-size: 6px auto;
		padding: 18px 14px 18px 22px;
		font-size: 15px;
		line-height: 1.5;
	}

	.sb-slidebar .nav_sub01 li a {
		height: auto;
		display: block;
		color: #2F54A2;
	}

	#content .bg_case .bck_bnralea,
	#content .bck_bnralea {
		height: auto;
	}

	#content .bg_case .bck_bnralea {
		padding-bottom: 40px;
	}

	#content .bg_seminar-event .box_tbl-excerpt-sem-eve table tr th,
	#content .aside_area .half_box table tr th {
		width: 25%;
		font-size: 16px;
		line-height: 1.6;
	}

}

/* パンくず */
.breadcramb {
	color: #222;
}

.breadcramb a:hover {
	opacity: 0.7;
}

/* ソリューション */
#content .wrap_solution,
.datail,
#content .wrap_ms-reserch {
	margin: 65px auto 0;
}

#content .wrap_solution .cat_solution .box_cat-solution .box_in.single {
	margin: 0 auto;
}

#content .wrap_solution .cat_solution .box_cat-solution .box_in.single {
	float: none;
}

#content .wrap_solution .cat_solution .box_cat-solution .box_in.single > img {
	width: 100%;
}

/* ミステリーショッピングリサーチ */
@media screen and (min-width: 681px){
	#content .bg_report-Pay .box_report-Pay .listbox img {
		vertical-align: -10px;
		margin-right: 10px;
	}
}

@media screen and (min-width: 681px){
	.icon_text {
		width: 280px !important;
		float: left !important;
		margin-left: 20px;
	}

	.icon_check {
		width: 32px !important;
		float: left !important;
	}

	#content .box_aggregate-point .box_point .even {
		width: 332px;
		float: right;
		margin-top: 0;
	}
}

#content .wrapper .box_detail-intro div ul li {
	list-style: none;
	background: url(./images/common/ico_vec.png) no-repeat 0 4px;
	background-size: 6px auto;
	padding-left: 12px;
}

@media screen and (max-width: 680px){
	#content .bg_case .ttl_case h2 {
		line-height: 1.2;
	}
}

/* 導入事例 */
#content .wrapper .box_detail-intro div ul li {
	margin-bottom: 15px;
}

/* フッター */
@media screen and (min-width: 681px){
	#footer #footer_in .lnk_footer .box_lnk-footer ul li {
		color: #fff;
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 7px;
	}
	#footer #footer_in .lnk_footer .box_lnk-footer ul li:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 680px){
	#content .wrapper {
		width: auto;
		margin: 40px 4% 0;
	}
	#content .bck_bnralea .bg_lnk-bnr-alea {
		width: 1000px;
	}
	#content .wrapper .box_seminer-arc .inbox li>.head {
		width: auto;
	}
	#content .bg_forms .ttl_forms {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#content .bg_forms .ttl_forms h3 {
		margin-bottom: 40px;
	}
}

#content .wrapper .box_detail-intro div ul li {
	line-height: 1.6;
	margin-bottom: 10px;
}

#content .wrapper .box_detail-intro div ul li a {
	height: auto;
	width: auto;
}

#content .wrapper .box_detail-intro div ul li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 680px){
	#content .wrapper .box_detail-intro >.center,
	#content .wrapper .box_detail-intro > div {
		margin-top: 30px;
	}
}

#header .top_header ul li,
#content .wrapper .box_seminer-arc .inbox li {
	list-style: none;
}

#header .top_header ul li {
	margin: 0;
	padding: 0;
	margin-right: 20px;
	font-size: 12px;
	line-height: 30px;
	background: url(./images/arrow_white.png) no-repeat 0 50%;
	background-size: 6px auto;
	padding-left: 12px;
}

#header .top_header ul li:last-child {
	margin-right: 0;
}

.vertical_radio span {
	margin-right: 30px;
}

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

#content .bg_solution .ttl_solution,
#content .bg_case .ttl_case {
	width: 92%;
}

#content .bg_service .ttl_service {
	width: auto;
	margin-left: 4%;
	margin-right: 4%;
}

}

#content .bg_solution .ttl_solution h2,
#content .bg_case .ttl_case h2,
#content .bg_seminar-event .ttl_sem-eve h2 {
	color: #222;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: bold;
}

#content .bg_solution .ttl_solution p,
#content .bg_case .ttl_case p,
#content .bg_seminar-event .ttl_sem-eve p {
	margin-top: 25px;
	color: #222;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}


#content .bg_service .ttl_service h2,
#content .aside_area .half_box .box_in .ttl h3 {
	color: #222;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
}

#content .aside_area .half_box .box_in .ttl h3.white {
	color: #fff;
}

#content .bg_service .cat_service .box_cat-service .ttl_in,
#content .bg_service .cat_service .box_cat-service .txt_in {
	color: #222;
}

#content .bg_seminar-event .box_tbl-excerpt-sem-eve table tr th,
#content .bg_seminar-event .box_tbl-excerpt-sem-eve table tr td,
#content .aside_area .half_box table tr th,
#content .aside_area .half_box table tr td {
	color: #222;
	font-size: 16px;
	line-height: 1.6;
}

#content .bg_seminar-event .box_tbl-excerpt-sem-eve table tr td a:hover,
#content .aside_area .half_box table tr td a:hover {
	opacity: 0.7;
}

#content .wrap_solution .cat_solution .box_cat-solution h3 {
	color: #222;
	font-size: 20px;
	line-height: 1.3;
}

#content .wrap_solution .cat_solution .box_cat-solution h3+p,
#content .wrap_solution .cat_solution .box_cat-solution .box_in .ttl +p,
#content .txt_caption {
	color: #222;
	font-size: 14px;
	line-height: 1.7;
}

#content .wrap_solution .cat_solution .box_cat-solution h3+p,
#content .txt_caption {
	font-size: 16px;
}

#content .wrap_solution .cat_solution .box_cat-solution .box_in .ttl {
	color: #222;
	font-size: 16px;
	line-height: 1.5;
}

#content .wrap_solution .cat_solution .box_cat-solution .box_in .ttl +p {
	margin-bottom: 20px;
}

.arrow_button.button_bg_01 figure {
	background: #E5EAF3;
}

.arrow_button.button_bg_02 figure {
	background: #F1F3F8;
}

.arrow_button.button_bg_03 figure {
	background: #F9FAFD;
}

.arrow_button.button_bg_04 figure {
	background: #fff;
}

.arrow_button {
	background: url(./images/border_gray_01.png) repeat-x left 50%;
}

.arrow_button figure {
	text-align: center;
	width: 68px;
	margin: 0 auto;
	text-align: center;
}

.arrow_button figure img {
	margin: 0 !important;
}

.arrow_button figure a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 680px){
	#content .wrap_solution .cat_solution .box_cat-solution .box_in .ttl {
		height: auto;
		margin-bottom: 20px;
	}
	#content .wrap_solution .cat_solution .box_cat-solution .box_in .ttl +p {
		margin-bottom: 10px;
	}
	#content .wrap_solution .cat_solution .box_cat-solution .box_in,
	#content .wrap_solution .cat_solution .box_cat-solution .box_in.center {
		margin-bottom: 60px;
	}
}



@media screen and (max-width: 680px){
	.company_message_image img {
		width: 140px !important;
		margin-bottom: 20px !important;
	}
}



@media screen and (min-width: 681px){
	.footer_box ul {
		display: block !important;
	}
}


#content .bg_service .cat_service .box_cat-service .ttl_in {
	line-height: 1.2;
	margin-bottom: 16px;
}

#content .page_content p {
	color: #222;
	font-size: 15px;
	line-height: 1.8;
}

#content .page_content p a:hover {
	opacity: 0.7;
}

#content .page_content ul li {
	color: #222;
	font-size: 15px;
	line-height: 1.6;
}

#content .box_aggregate-point .box_point div > p {
	color: #222;
	font-size: 16px;
	line-height: 1.8;
}

#content .bg_report-Pay .box_report-Pay .listbox ul li p {
	color: #222;
	line-height: 1.2;
}



/****************************
	ヘッダー固定
*****************************/
#main {
		margin-top: 150px;
	}

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

	#header_wrap {
		position: fixed;
		top: 0;
		z-index: 4;
		width: 100%;
	}

	#header {
		background: #fff;
		box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
		min-width: auto;
	}

	#header_in {
		min-width: 100% !important;
	}

	#main {
		margin-top: 100px;
	}

	#header_in .btn_formlink-sp {
		height: auto;
		border-bottom: 2px #2f54a2 solid;
	}

	#header_in .btn_formlink-sp a {
		font-size: 16px;
		line-height: 1;
		padding: 18px 0;
	}

	html, body, #sb-site, .sb-site-container, .sb-slidebar {
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	html, body {
		width: 100%;
		overflow-x: hidden; /* Stops horizontal scrolling. */
	}

}



/****************************
	case_index_list
*****************************/

.case_index_group:hover {
	opacity: 0.7;
}
.post-type-archive-tencho .post_area{
	margin-bottom: 0;
}
.post-type-archive-tencho .datail.wrapper{
	margin-top: 45px;
}
.post-type-archive-tencho .tencho_service{
	text-align: left;
	line-height: 1.4;
	width: 960px;
	margin: 35px auto 0;
}
.post-type-archive-column_msc .case_index_group figure,
.post-type-archive-tencho .case_index_group figure {
	/* width: 176px; */
	width: 100%;
	min-height: 168px;
	height: 164px;
	/* max-height: 120px; */
	overflow: hidden;
}
.post-type-archive-column_msc .case_index_group figure img,
.post-type-archive-tencho .case_index_group figure img{
	/* width: 176px; */
	width: 100%;
	height: auto;
}
.post-type-archive-interview .case_index_group figure {
	/* width: 176px; */
	/* width: 100%; */
	max-height: 120px;
	min-height: auto;
	/* overflow: hidden; */
}
.post-type-archive-interview .case_index_group figure img{
	width: 176px;
	/* width: 100%; */
	height: auto;
}
.post-type-archive-column_msc .case_index_group .case_top_logo_img,
.post-type-archive-tencho .case_index_group .case_top_logo_img{
	/* min-height: 168px; */
	position: relative;
}
.post-type-archive-column_msc .case_index_group .case_top_logo_img img,
.post-type-archive-tencho .case_index_group .case_top_logo_img img{
	width: 176px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.case_index_group .date {
	margin-top: 10px;
	font-size: 13px;
	color: #999;
	line-height: 1;
	text-align: left;
}

.case_index_group h3 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	text-align: left;
	color: #004fa3;
}
.post-type-archive-interview .case_index_group h3{
	text-align: center;
}

.case_index_group .excerpt {
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
	color: #222;
}
.case_index_group .excerpt h2,
.case_index_group .excerpt h3,
.case_index_group .excerpt h4{
	font-size: 14px;
	color: #222;
	font-weight: bold;
	margin-top: 0;
}

/*
2018_11
店長コラム　ボタン追加
 */

.post-type-archive-column_msc .column_childcat_link{
	text-align: left;
	width: 960px;
	margin: 80px auto 0;
}

.post-type-archive-column_msc .column_childcat_link h5 {
	color: #3a69b1;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.post-type-archive-column_msc .column_childcat_link a{
	margin-top: 15px;
	text-decoration: none;
	background: #e6edf5;
	padding: 20px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.post-type-archive-column_msc .column_childcat_link a:hover{
	opacity: 0.7;
}
.post-type-archive-column_msc .column_childcat_link a span{
	color: #3a69b1;
	background: url(./images/arrow_blue.png) no-repeat left 2px;
	font-size: 12px;
	line-height: 1.6;
	background-size: 10px 15px;
	padding-left: 20px;
}
@media screen and (min-width: 681px){

	.post-type-archive-interview .case_index_list {
		width: 896px;
		margin: 0 auto;
	}

	.post-type-archive-column_msc .case_index_list,
	.post-type-archive-tencho .case_index_list {
		width:960px;
		margin: 0 auto;
	}

	.post-type-archive-interview .case_index_group {
		width: 176px;
		float: left;
		margin-right: 64px;
		margin-bottom: 48px;
	}
	.post-type-archive-interview .case_index_group:nth-child(4n) {
		margin-right: 0;
	}

	.post-type-archive-column_msc .case_index_group,
	.post-type-archive-tencho .case_index_group {
		width: 275px;
		height: 330px;
		float: left;
		margin-bottom: 50px;
		margin-right: 67px;
		/* margin-right: 64px;
		margin-bottom: 48px; */
	}

	.post-type-archive-column_msc .case_index_group:nth-child(3n),
	.post-type-archive-tencho .case_index_group:nth-child(3n) {
		margin-right: 0;
	}


}

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

	.case_index_list {
	}

	.case_index_group {
		margin-bottom: 40px;
	}

	.case_index_group figure {
		text-align: center;
	}
	.post-type-archive-column_msc .column_childcat_link{
		width: auto;
	}
	.post-type-archive-tencho .column_childcat_link{
		margin: 40px 4% 0;
	}

	.post-type-archive-tencho .tencho_service{
		width: 100%;
		margin: 35px auto 0;
		font-size: 13px;
	}
}



@media screen and (min-width: 681px){

	.post_content .info_icon {
		width: 110px;
	}

	.sb-slidebar {
		display: none !important;
	}

	.sb-slide,
	.slide_content {
		transform: translate(0) !important;
	}

}



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

	.post_content .info_icon {
		width: 110px;
	}

}


#content .box_description-img .box_in .txt {
	color: #222;
	font-size: 14px;
	line-height: 1.7;
}


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

	#content .kv_under {
		height: auto;
		padding: 0 4%;
	}

	#content .kv_under p {
		padding: 40px 0;
		width: 100%;
		font-size: 18px;
		line-height: 1.9;
	}

	#content .bg_report-Pay .box_report-Pay {
		width: auto;
		margin: 0 4%;
	}

	#content .box_aggregate-point .box_point ul li {
		height: auto;
	}

	#content .bg_report-Pay .box_report-Pay .listbox ul li p,
	#content .box_aggregate-point .box_point ul li p {
		line-height: 1.6;
	}

}


#content .page_content h4 {
	color: #222;
	padding-left: 15px;
}

#content .page_content h3,
#content .page_content h5,
.solution_page_list_area h6,
#content .page_content ol li {
	color: #222;
}

#content .page_content h5.point {
	margin-bottom: 15px;
}

#content .page_content ol li:before {
	top: 15px;
}
#content .page_content ul.txt_in li:before {
	top: 10px;
}

.post_content ul li,
.post_content ol li {
	margin-bottom: 8px;
}

.post_content ul.year_list li {
	margin-bottom: 0;
}

.post_content ul li:last-child,
.post_content ol li:last-child {
	margin-bottom: 0;
}

#content .kv_under a {
	color: yellow;
	border-bottom: 1px yellow solid;
	padding-bottom: 2px;
}

#content .kv_under a:hover {
	opacity: 0.7;
}

body {
	overflow: visible;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#main {
		overflow: hidden;
	}
}









/****************************
	その他のサービス
*****************************/

.other_service_box {
	padding: 8px 0 48px;
	float: left;
	position: relative;
}

.other_service_box:hover {
	opacity: 0.8;
}

.other_service_area .other_service_box:nth-child(1),
.other_service_area .other_service_box:nth-child(5),
.other_service_area .other_service_box:nth-child(9),
.other_service_area .other_service_box:nth-child(13) {
	background: #F7E3E6;
}

.other_service_area .other_service_box:nth-child(2),
.other_service_area .other_service_box:nth-child(6),
.other_service_area .other_service_box:nth-child(10),
.other_service_area .other_service_box:nth-child(14) {
	background: #F9EAED;
}

.other_service_area .other_service_box:nth-child(3),
.other_service_area .other_service_box:nth-child(7),
.other_service_area .other_service_box:nth-child(11),
.other_service_area .other_service_box:nth-child(15) {
	background: #FBF0F2;
}

.other_service_area .other_service_box:nth-child(4),
.other_service_area .other_service_box:nth-child(8),
.other_service_area .other_service_box:nth-child(12),
.other_service_area .other_service_box:nth-child(16) {
	background: #FDF9FA;
}

.other_service_box h3 {
	margin-top: 20px;
	color: #222;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	padding: 0 12px;
}

.other_service_box p {
	margin-top: 14px;
	color: #222;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	padding: 0 12px;
}

.other_service_box_link_area {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 16px;
	background: url(./images/border_gray_01.png) repeat-x left 18px;
}

.other_service_box_link {
	width: 60px;
	text-align: center;
	margin: 0 auto;
}

.other_service_box_link img {
	width: 40px;
}

.other_service_area .other_service_box:nth-child(1) .other_service_box_link,
.other_service_area .other_service_box:nth-child(5) .other_service_box_link,
.other_service_area .other_service_box:nth-child(9) .other_service_box_link,
.other_service_area .other_service_box:nth-child(13) .other_service_box_link {
	background: #F7E3E6;
}

.other_service_area .other_service_box:nth-child(2) .other_service_box_link,
.other_service_area .other_service_box:nth-child(6) .other_service_box_link,
.other_service_area .other_service_box:nth-child(10) .other_service_box_link,
.other_service_area .other_service_box:nth-child(14) .other_service_box_link {
	background: #F9EAED;
}

.other_service_area .other_service_box:nth-child(3) .other_service_box_link,
.other_service_area .other_service_box:nth-child(7) .other_service_box_link,
.other_service_area .other_service_box:nth-child(11) .other_service_box_link,
.other_service_area .other_service_box:nth-child(15) .other_service_box_link {
	background: #FBF0F2;
}

.other_service_area .other_service_box:nth-child(4) .other_service_box_link,
.other_service_area .other_service_box:nth-child(8) .other_service_box_link,
.other_service_area .other_service_box:nth-child(12) .other_service_box_link,
.other_service_area .other_service_box:nth-child(16) .other_service_box_link {
	background: #FDF9FA;
}



@media screen and (min-width: 681px){
	.other_service_area {
		width: 960px;
		margin: 0 auto;
	}
	.other_service_box {
		width: 25%;
		min-height: 384px;
		margin-bottom: 65px;
	}
}



@media screen and (max-width: 680px){
	.other_service_area.page {
		width: 92%;
		margin: 0 auto;
	}
	.other_service_box {
		width: 50%;
		min-height: 384px;
	}
	.other_service_thumb {
		margin: 0 8px;
	}
	.other_service_thumb img {
		width: 100%;
	}
}





/****************************
	like_box
*****************************/

@media screen and (min-width: 681px){
	.like_box {
		width: 500px;
		height: 320px;
		margin: 0 auto 65px;
	}
}
@media screen and (max-width: 680px){
	.like_box {
		margin: 0 4% 65px;
	}
	.fb_iframe_widget,
	.fb_iframe_widget span,
	.fb_iframe_widget span iframe[style] {
		width: 100% !important;
	}
}










/****************************
	201602 修正分
*****************************/

@media screen and (max-width: 680px){
	#content .bg_solution .ttl_solution h2,
	#content .bg_case .ttl_case h2,
	#content .bg_seminar-event .ttl_sem-eve h2,
	.footer_contact_title h3 {
		font-size: 24px;
		line-height: 1.2;
	}
	#content .wrap_solution .cat_solution .box_cat-solution img.width_100 {
		width: 100px;
	}
	.home_solution_list .click_area figure img.width_100 {
		width: 100px;
	}
	#content .kv_ms-reserch img {
		width: 100px;
		height: auto;
	}
}










/****************************
	2016.05.20 修正 採用情報のページ下部に採用活動に関する個人情報保護方針ページを新設
*****************************/

@media screen and (min-width: 681px){
	.recruit_policy .title_area h2 {
		color: #222;
		font-size: 18px;
		line-height: 1.2;
		font-weight: bold;
		text-align: center;
	}
	.recruit_policy_content .post_area {
		border: #ddd 1px solid;
		background: #eee;
		margin-top: 15px;
		border-radius: 2px;
	}
	.recruit_policy_content .post_area ul{
		list-style: none!important;
	}
	.recruit_policy_content .post_area .post_content {
		height: 260px;
		overflow-y: scroll;
		margin-top: 0;
		padding: 30px;
		box-sizing: border-box;
	}
	.recruit_policy_content .post_area .post_content h2 {
		font-size: 18px;
		margin-top: 25px;
		margin-bottom: 10px;
	}
}



@media screen and (max-width: 680px){
	.recruit_policy .title_area h2 {
		color: #222;
		font-size: 16px;
		line-height: 1.2;
		font-weight: bold;
		text-align: center;
	}
	.recruit_policy_content .post_area {
		border: #ddd 1px solid;
		background: #eee;
		margin-top: 10px;
		border-radius: 2px;
	}
	.recruit_policy_content .post_area .post_content {
		height: 200px;
		overflow-y: scroll;
		margin-top: 0;
		padding: 15px;
		box-sizing: border-box;
	}
	.recruit_policy_content .post_area .post_content h2 {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
}










/****************************
	2016.07.20 修正 セミナー終了日
*****************************/
/* home */
.home_seminar_end th {
	opacity: 0.5;
}

.home_seminar_end .home_end_text {
	color: #808080;
}

.home_seminar_end .home_end_text span {
	margin-left: 20px;
	color: #ED6A7A !important;
	font-size: 16px !important;
	line-height: 1em !important;
	font-weight: bold !important;
}

.home_end_link {
	margin-top: 7px;
	font-size: 16px !important;
	line-height: 1em !important;
}

.home_end_link a {
	margin-right: 20px;
	padding-left: 25px;
	position: relative;
	font-weight: bold;
	text-decoration: none !important;
}

.home_end_link a:last-child {
	margin-right: 20px;
}

.home_end_link a.end_docs:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(./images/icon_download.png) no-repeat 0 0;
	background-size: 20px 20px;
}

.home_end_link a.end_movie:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(./images/icon_youtube.png) no-repeat 0 0;
	background-size: 20px 20px;
}

/* page */
.seminar_end h3,
.seminar_end .target,
.seminar_end .date {
	opacity: 0.5;
}

.seminar_list .end_area .end_text {
	color: #ED6A7A;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
}

.seminar_list .end_docs,
.seminar_list .end_movie {
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
}

.seminar_list .award,
.seminar_list .end_docs {
	margin-top: 15px;
}

.seminar_list .end_movie,
.seminar_list .end_movie_thumb {
	margin-top: 12px;
}

.seminar_list .end_docs a,
.seminar_list .end_movie a {
	color: #fff;
	display: block;
	padding: 10px 0;
}

.seminar_list .award a{
	background: #805F88;
}

.seminar_list .end_docs a {
	background: #024fa5;
}

.seminar_list .end_movie a {
	background: #775d8f;
}

.seminar_list .end_movie_thumb img {
	width: 100%;
	max-width: 260px;
	height: auto;
}

.seminar_list .end_docs a:hover,
.seminar_list .end_movie a:hover,
.seminar_list .end_movie_thumb a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 681px){
	.seminar_list .end_area {
		width: 22%;
		float: right;
	}
	.home_end_text br,
	.home_end_link br {
		display: none;
	}
}

@media screen and (max-width: 680px){
	.seminar_list .end_area {
		margin-top: 10px;
	}
	.home_end_text span {
		margin-left: 0 !important;
	}
	.home_end_link {
		font-size: 15px !important;
		line-height: 1.8 !important;
	}
}

.seminar_end_movie_text {
	margin-top: 6px;
	color: #775d8f;
	font-size: 14px;
}

.seminar_end_movie_text span {
	position: relative;
	padding-left: 20px;
	font-weight: bold;
}

.seminar_end_movie_text span:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(./images/icon_youtube.png) no-repeat 0 0;
	background-size: 16px 16px;
}



/****************************
	2016.09.06 修正
*****************************/

#content p.page_button.bg_blue {
	background: #2F54A2 url(./images/arrow_white.png) no-repeat 16px 50%;
	background-size: 10px auto;
}



/****************************
	2016.09.14 修正
*****************************/

@media screen and (max-width: 680px){
	.other_service_box h3 br {
		display: none;
	}
}



/****************************
	2016.09.28 修正
*****************************/

.anchor_link {
	padding-left: 22px;
	background: url(./images/accordion_blue_01.png) no-repeat 1px 8px;
	background-size: 13px auto;
}

@media screen and (min-width: 681px){
	.anchor_target {
		margin-top: -15px;
		padding-top: 15px;
	}
}

@media screen and (max-width: 680px){
	.anchor_target {
		margin-top: -140px;
		padding-top: 140px;
	}
}





/****************************
	2016.10.18 修正
*****************************/
@media screen and (min-width: 681px){
	.header_info {
		width: 500px;
	}
	.header_info_button {
		margin-top: -6px;
		width: 310px;
		height: auto;
		background: linear-gradient(#2aa8ec, #199ce2);
		font-size: 17px;
		line-height: 1.4;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	}
	.header_info_button span {
		font-size: 13px;
		font-weight: bold;
	}
	.header_info_button a {
		display: block;
		padding: 4px 0 9px;
		box-sizing: border-box;
	}
	/* seminar */
	#content .bg_seminar-event .box_tbl-excerpt-sem-eve table tr td span {
		font-size: 16px;
		color: #3357a4;
		font-weight: bold;
	}
}

@media screen and (max-width: 680px){
	#header_in .btn_formlink-sp {
		height: auto;
		/* background: linear-gradient(#2aa8ec, #199ce2); */
		width: 100%;
		position: relative;
		text-align: center;
		display: block;
		border-bottom: none;
	}
	#header_in .btn_formlink-sp .left{
		float: left;
		width: 50%;
	 	/* background: #e60012;
		border: #c30d23 4px solid; */
		background: #ff8c00;
		border: #ff7b00 4px solid;
		box-sizing: border-box;
	}
	#header_in .btn_formlink-sp .right{
		float: right;
		width: 50%;
	}
	#header_in .btn_formlink-sp a{
		padding: 6px 0;
		width: 100%;
	}
	#header_in .btn_formlink-sp .right a{
		padding: 9px 0;
		border-bottom: 1px solid #595757;
	}
	#header_in .btn_formlink-sp .left p {
		color: #fff;
		font-weight: bold;
		font-size: 13px;
	}
	#header_in .btn_formlink-sp .right p{
	 	background: none;
	 	color: #595757;
		font-weight: bold;
		font-size: 13px;
	}
	#header_in .btn_formlink-sp .img_wrap{
		text-align: center;
		margin-bottom: 8px;
	}
	#header_in .btn_formlink-sp .left .img_wrap img{
		width: 33px;
		height: auto;
	}
	#header_in .btn_formlink-sp .right .img_wrap img{
		width: 35px;
		height: auto;
	}
	/* #header_in .btn_formlink-sp a {
		padding: 13px 0;
	}
	#header_in .btn_formlink-sp_01,
	#header_in .btn_formlink-sp_02 {
		font-weight: bold;
		letter-spacing: 0.05em;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	}
	#header_in .btn_formlink-sp_01 {
		font-size: 12px;
	}
	#header_in .btn_formlink-sp_02 {
		margin-top: 4px;
		font-size: 16px;
	} */

	/* seminar */
	#content .bg_seminar-event .box_tbl-excerpt-sem-eve table tr td span {
		font-size: 16px;
		color: #3357a4;
		font-weight: bold;
	}
}





/****************************
	2016.11.01 スマホ電話番号ボタン追加
*****************************/

@media screen and (max-width: 680px){
	.contact_phone_button {
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		background: linear-gradient(#2aa8ec, #199ce2);
		border-radius: 4px;
	}
	.contact_phone_button a {
		padding: 15px 15px;
		box-sizing: border-box;
		display: block;
		text-decoration: none;
	}
	.contact_phone_button p {
		color: #fff;
		line-height: 1.2;
		font-weight: bold;
		text-align: center;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
		letter-spacing: 0.05em;
	}

	.contact_phone_button_page {
		margin-bottom: 80px;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		background: linear-gradient(#2aa8ec, #199ce2);
		border-radius: 4px;
	}
	.contact_phone_button_page a {
		color: #fff !important;
		display: block;
		text-decoration: none;
	}
	.contact_phone_button_page a:hover {
		opacity: 1 !important;
	}
	.contact_phone_button_page p {
		color: #fff;
		line-height: 1.2;
		font-weight: bold;
		text-align: center;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
		letter-spacing: 0.05em;
	}

	.cpb_01,
	.cpb_02 {
		font-size: 22px;
	}
	.cpb_03 {
		margin-top: 5px;
		font-size: 12px;
		font-weight: normal;
	}

	.cpb_01 a {
		padding-top: 15px;
	}
	.cpb_03 a {
		padding-bottom: 15px;
	}
}





/****************************
	2016.12.05 修正 動画追加
*****************************/
 @media screen and (min-width: 681px) {
	.bg_movie {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 15px;
		padding-bottom: 65px;
	}
	.ttl_movie {
		padding-bottom: 40px;
	}
	.ttl_movie h2 {
		color: #222;
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 0;
		font-weight: bold;
		text-align: center;
	}
	.ttl_movie p {
		margin-top: 25px;
		color: #222;
		font-size: 16px;
		line-height: 1.7;
		text-align: center;
	}
	.home_movie {
		width: 853px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 680px){
	.bg_movie {
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 0;
		padding-bottom: 60px;
		box-sizing: border-box;
	}
	.ttl_movie {
		padding-bottom: 30px;
	}
	.ttl_movie h2 {
		color: #222;
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 0;
		font-weight: bold;
		text-align: center;
	}
	.ttl_movie p {
		margin-top: 25px;
		color: #222;
		font-size: 16px;
		line-height: 1.7;
		text-align: center;
	}
	.ttl_movie p br {
		display: none;
	}
	.home_movie {
		margin-left: auto;
		margin-right: auto;
	}
}

/****************************
	2017_01 修正 動画下 バナー追加
*****************************/
.requestlink_bnr_wrap{
	text-align: center;
	margin-top: 35px;
}
.top_requestlink_bnr{
	width: 853px;
	display: inline-block;
}
.top_requestlink_bnr:hover{
	opacity: 0.7;
}
.top_requestlink_bnr img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 680px){
	.top_requestlink_bnr{
		width: 100%;
		max-width: 450px;
	}
/* SP */}



/****************************
	2017_02 修正 コンタクト バナー追加
*****************************/
.pages_requestlink_bnr {
	width: 853px;
	display: inline-block;
}
.pages_requestlink_bnr:hover{
	opacity: 0.7;
}
.pages_requestlink_bnr img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 680px){
	.pages_requestlink_bnr{
		width: 100%;
	}
	.pages_requestlink_bnr img{
		width: 100%;
	}
}


/****************************
	2017_01 インラインフレームの追加（個人情報の取扱いに関する告知文）
*****************************/
.inline_frame_area {
	width: 100%;
}
.inline_frame_area .title_area {
	width: 100%;
}
.inline_frame_area .title_area h2 {
	color: #222;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
.inline_frame_area .post_area {
	width: 100%;
	margin-top: 18px;
}
.inline_frame_area .post_area .post_content {
	height: 260px;
	background: #eee;
	overflow-y: scroll;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	box-sizing: border-box;
}
/*.inline_frame_area .post_area .post_content h2 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 10px;
}*/
.inline_frame_area .post_content p, .post_content ul, .post_content ol {
	margin-bottom: 20px;
	list-style-type: none;
}
.inline_frame_area .post_content ul li,
.inline_frame_area .post_content ol li {
	list-style-type: none;
}

@media screen and (max-width: 680px) {
	.inline_frame_area {
		width: 100%;
	}
	.inline_frame_area .title_area {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.inline_frame_area .title_area h2 {
		color: #222;
		width: 100%;
		font-size: 16px;
		line-height: 1.2;
		font-weight: bold;
		text-align: center;
	}
	.inline_frame_area .post_area .post_content {
		/* width: 100%; */
		height: 200px;
		background: #eee;
		overflow-y: scroll;
		margin-top: 0;
		/* margin-left: auto; */
		/* margin-right: auto; */
		padding: 15px;
		box-sizing: border-box;
	}
	.inline_frame_area .post_area {
		width: 100%;
		border: #ddd 1px solid;
		background: #eee;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 2px;
	}
	/*.inline_frame_area .post_area .post_content h2 {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 5px;
	}*/
	.inline_frame_area .post_content ul li,
	.inline_frame_area .post_content ol li {
		list-style-type: none;
	}
/* SP */}

/****************************
	2017_01 個人情報保護方針 更新
*****************************/
.post_area.company_post_area table {
	width: 100%;
}
.post_area.company_post_area th {
	width: 23%;
	background: #e6edf5;
}
.post_area.company_post_area td {
	width: 77%;
	background: #fff;
}
.post_area.company_post_area ol,
.post_area.company_post_area ul {
	padding-left: 0;
}
.post_area.company_post_area ol li,
.post_area.company_post_area ul li {
	list-style-type:none;
}

@media screen and (max-width: 680px){
	.post_area.company_post_area table.sp_layout_w100 th,
	.post_area.company_post_area table.sp_layout_w100 td {
		display: block;
		width: 100%;
		border-top: 0px;
		border-bottom: 0px;
	}

	.post_area.company_post_area table.sp_layout_w100 > tbody > tr:nth-of-type(1) > th {
		border-top: 1px solid #CCC;
	}
	.post_area.company_post_area table.sp_layout_w100 td:nth-last-of-type(1) {
		border-bottom: 1px solid #CCC;
	}
/* SP */}


/* -----------------------------------------------
 201703 sliderのローディング時の画像縦並びを非表示
----------------------------------------------- */
.slider {
	display: none;
}

@media screen and (min-width: 0px) and (max-width: 680px) {
	.slider-sp {
		display: none;
	}
}



/* -----------------------------------------------
 2017_03 特殊インタビュー（導入事例）投稿に 任意で「動画」を入力する。
----------------------------------------------- */
/* 特集インタビュー | single.php */
.case_movie_area_wrapper {
	width: 480px;
	display: block;
	margin: 45px auto 30px;
}
/* 動画下テキスト */
.case_movie_area_wrapper p {
	color: #222;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 30px;
}
/* 縦横比 維持フレーム */
.case_movie_area {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	/* 縦横比 16:9 = 56.25% */
	padding: 56.25% 0 0 0;
}
.case_movie_area iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 680px) {
	.case_movie_area_wrapper {
		width: 100%;
		height: 100%;
		display: block;
		margin: 50px auto;
	}
/* SP */}
/* -----------------------------------------------
働きたい店舗アワード 共通
----------------------------------------------- */
.award__resultNav {
	width: 100%;
	margin-top: 80px;
}
.award__resultNav.fixed{
	/* display:none; */
	position: fixed;
	top: 0;
	margin-top: 67px;
	z-index: 10;
	background: #2f54a2;
	overflow: initial !important;
}
@media all and (-ms-high-contrast:none){
.award__resultNav__header { overflow: initial !important\0; }
}
.award__resultNav__header.fixed .resultNav__subNav{
	overflow: initial !important;
}
.award__resultNav__header{
	display: none;
}
.logged-in.admin-bar .award__resultNav.fixed{
	margin-top: 99px;
}

.award__resultNav.fixed .resultNav__navItem p,
.award__resultNav.fixed .resultNav__navItem p span{
	line-height: 1.7;
}
.resultNav__navWrap,
.post_content .resultNav__navWrap{
	width: 960px;
	margin: 0 auto;
	padding:  0;
	display: flex;
	background: #2f54a2;
}

.resultNav__navWrap .resultNav__navItem,
.post_content .resultNav__navWrap .resultNav__navItem{
	margin-bottom: 0;
	width: 33.3334%;
	text-align: center;
	list-style: none;
	position: relative;
}
.resultNav__navWrap .resultNav__navItem:hover,
.post_content .resultNav__navWrap .resultNav__navItem:hover{
	cursor: pointer;
}
.resultNav__navWrap .resultNav__navItem:hover p::before,
.post_content .resultNav__navWrap .resultNav__navItem:hover p::before{
	/* content: "＞"; */
	left: 25px;
}
.resultNav__navWrap .resultNav__navItem02::before,
.post_content .resultNav__navWrap .resultNav__navItem02::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	width: 1px;
	background: #fff;
}
.resultNav__navWrap .resultNav__navItem02::after,
.post_content .resultNav__navWrap .resultNav__navItem02::after{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	width: 1px;
	background: #fff;
}
.resultNav__navWrap .resultNav__navItem p,
.post_content .resultNav__navWrap .resultNav__navItem p{
	color: #fff;
	letter-spacing: .05em;
	margin-bottom: 0;
	font-size: 20px;
	padding: 15px 0;
	position: relative;
}
.resultNav__navWrap .resultNav__navItem p::before,
.post_content .resultNav__navWrap .resultNav__navItem p::before{
	position: absolute;
	content: "＞";
	left: 20px;
	
}
.resultNav__navWrap .resultNav__navItem p span,
.post_content .resultNav__navWrap .resultNav__navItem p span{
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.resultNav__navWrap .resultNav__navItem p span br.sp-in,
.post_content .resultNav__navWrap .resultNav__navItem p span br.sp-in{
	display: none;
}
.resultNav__subNav{
	display: none;
	position: absolute;
	top: 64px;
	width: 100%;
	background: #2f54a2;
	list-style: none;
	z-index: 8;
}
.post_content .resultNav__navWrap .resultNav__subNav{
	padding: 0 0;
	margin-bottom: 0;
}
.resultNav__navWrap .resultNav__subNav li,
.post_content .resultNav__navWrap .resultNav__subNav li{
	list-style: none;
	font-size: 17px;
	margin-bottom: 0;
	padding: 5px 0;
	border-top:1px solid rgba(255,255,255,.7);
}
.resultNav__navWrap .resultNav__subNav li a{
	display: block;
	line-height: 1.7;
}

.resultNav__subNav li a{
	color: #fff;
	font-weight: bold;
	letter-spacing: .05em;
}
/* 1 */
.award__section .table__ranking{
	width: 960px;
	margin: 0 auto;
}
.award__section .table__ranking tr td:first-child{
	position: relative;
	vertical-align: middle;
}
.award__section .table__ranking tr td p{
	font-weight: bold;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1;
	padding-left: 30px;
}
.award__section .table__ranking tr td .no{
	position: absolute;
	left: -10px;
	bottom: 0;
	top: 0;
	margin: auto;
    z-index: 10;
	width: 25px;
	height: 25px;
	background: #2F54A2;
	font-size: 16px;
	/* padding: 5px 0; */
	text-align: center;
}
.award__section .table__ranking tr td .rank-label{
	color: #fff;
	padding-left: 0;
	display: inline-block;
}
.award__section .table__ranking tr td .rank-label::after{
    border-left: 5px solid #2F54A2;
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    width: 25px;
    border-top: 13px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid #2F54A2;
    display: block;
}
.award__section .table__ranking tr td .no-gold{
	background: #bbae8b;
}
.award__section .table__ranking tr td .no-gold .rank-label::after{
    border-left: 10px solid #bbae8b;
}
.award__section .table_caption{
	margin-top: 15px;
}
/* -----------------------------------------------
 201706 働きたい店舗アワード 2017
----------------------------------------------- */

.award__result .post__header .header__caption{
	margin: 40px 0px 80px;
	padding: 0 50px;
	font-size: 18px;
	font-weight: bold;
}

.award__result .award__section{
	margin-bottom: 80px;
}

.award__result .award__section h3{
	margin-bottom: 35px;
}

.award__result ul.content__footer--caption,
.award__result .award__section ul{
	padding-left: 0;
}
.award__result .content__footer--caption li,
.award__result .award__section li{
	margin-bottom: 15px;
	list-style: none;
}

.award__result .content__footer--caption small,
.award__result .award__section small{
	font-size: 12px;
}


.award__result .table__description{
	display: none;
}

.award__result .table__caption{
	width: 800px;
	margin: 0 auto;
}

.award__result tr th:first-child,
.award__result tr td:first-child{
	width: 8%;
	text-align: center;
}
.award__result tr th:nth-child(2),
.award__result tr td:nth-child(2){
	width: 18%;
	font-weight: bold;
}
.award__result tr th:nth-child(3),
.award__result tr td:nth-child(3){
	width: 15%;
}
.award__result tr th:nth-child(4),
.award__result tr td:nth-child(4){
	width: 11%;
	text-align: center;
	/* font-weight: bold; */
}
.award__result tr th:nth-child(5),
.award__result tr td:nth-child(5){
	width: 20%;
	font-weight: bold;
}
.award__result tr th:nth-child(6),
.award__result tr td:nth-child(6){
	width: 10%;
	/* font-weight: bold; */
}
.award__result tr th:nth-child(7),
.award__result tr td:nth-child(7){
	width: 10%;
}
.award__result .sec01--02 tr th:first-child{
	width: 20%;
	font-weight: bold;
	text-align: center;
}
.award__result .sec01--02 tr td:first-child{
	width: 20%;
	font-weight: bold;
	text-align: left;
}
.award__result .sec01--02 tr th:nth-child(2){
	font-weight: bold;
	width: 12%;
}
.award__result .sec01--02 tr td:nth-child(2){
	width: 12%;
	font-weight: normal;
}
.award__result .sec01--02 tr th:nth-child(3){
	font-weight: bold;
	width: 12%;
}
.award__result .sec01--02 tr td:nth-child(3){
	width: 12%;
	font-weight: normal;
	text-align: center;
}
.award__result .sec01--02 tr th:nth-child(5){
	width: 8%;
	font-weight: bold;
}
.award__result .sec01--02 tr td:nth-child(5){
	width: 8%;
	font-weight: normal;
}
.award__result .sec01--02 tr th:nth-child(4){
	width: 18%;
	font-weight: bold;
	text-align: center;
}

.award__result .sec01--02 tr td:nth-child(4){
	width: 18%;
	font-weight: bold;
	text-align: left;
}
.award__result .sec01--02 tr th:nth-child(6),
.award__result .sec01--02 tr td:nth-child(6){
	width: 8%;
}
.award__result .award__table__header th{
	text-align: center;
	font-weight: bold;
	background: #2F54A2;
	color: #fff;
}
.award__result .award__section tr td:last-child{
	text-align: center;
}
.award__result .content__footer--inner .right{
	float: right;
	width: 50%;
	margin: 0 0 40px 40px;
}
.award__result .content__footer--inner .right figure img{
	width: 100%;
	height: auto;
}


@media screen and (min-width: 0px) and (max-width: 680px) {

	.award__result .award__section{
		margin-bottom: 30px;
	}
	.award__result .table__description{
		display: block;
	}
	.award__result .table__description span{
		font-size: 12px;
		color: red;
	}
	.award__result .award__section .table_wrap{
		width: 100%;
		overflow: scroll;
	}
	.award__result .award__section table{
		width: 600px;
	}
	.award__result .content__footer--inner .right{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}

/*mediaquery*/}




/* -----------------------------------------------
 201803 働きたい店舗アワード 2018
----------------------------------------------- */
.hc_center {
	text-align: center;
}

.award__result .campany_category .award__section tr td:last-child {
	text-align: left;
}

.award__result .campany_category h3 {
	border-bottom: none;
	color: #5f7dbb;
}

.shop_category h3 {
	border-bottom: none;
	color: #5f7dbb;
}

.header_sub_caption {
	font-size: 16px;
	margin-bottom: 80px;
}

.campany_area_title {
	margin-top: 40px;
    margin-bottom: 25px;
    color: #222;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: #97a9cf 2px solid;
}

.campany_area_cap {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.5;
	color: #000;
	float: left;
	width: 610px;
}

.campany_area {
	margin-bottom: 50px;
}

.campany_area figure {
	float: right;
	width: 300px;
}

.campany_area figure img {
	width: 300px;
}

.campany_area figure small {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.5;
	color: #000;
	padding-top: 15px;
}

.award_list_wrap p.page_title {
	margin-bottom: 60px;
	margin-top: 30px;
}

.award_list_wrap .table__caption {
	width: auto;
}

.es_about_img {
	width: 300px;
	float: right;
}

.es_about_img img {
	width: 300px;
}

.es_about_img .es_img_cap {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.8;
	color: #000;
	padding-top: 10px;
}

.es_about_text {
	width: 610px;
	float: left;
}

/* -----------------------------------------------
 201903 働きたい店舗アワード 2019
----------------------------------------------- */
.award__result.award__result03 .post__header .header__caption {
	margin-bottom: 0;
}
.award__result.award__result03 .post__header .header__caption span{
	font-size: 15px;
}
.award__result03 .post__header .header__caption + .header__caption{
	margin-top: 30px;
	margin-bottom: 80px;
    padding: 0 0;
}
.award__result03 .page_title{
	text-align: left;
	font-size: 24px;
}
.award__result03.award__result .award__section table.table__ranking td{
	text-align: left;
	vertical-align: middle;
}

.award__result03.award__result .award__section table.table__ranking th{
    background: #2F54A2;
    color: #fff;
	vertical-align: middle;
}
.award__result.award__result03 .award__section table.table02 tr th:first-child,
.award__result.award__result03 .award__section table.table02 tr td:first-child{
	/* width: 20%; */
	width: 273px;
}
.award__result.award__result03 .award__section table.table02 tr th:nth-child(2),
.award__result.award__result03 .award__section table.table02 tr td:nth-child(3),
.award__result.award__result03 .award__section table.table02 tr th:nth-child(2),
.award__result.award__result03 .award__section table.table02 tr td:nth-child(3){
	/* width: 12%; */
	width: 164px;
}
.award__result.award__result03 .award__section table.table02 tr td:nth-child(4),
.award__result.award__result03 .award__section table.table02 tr th:nth-child(4){
	/* width: 18%; */
	width: 247px;
}
.award__result.award__result03 .award__section table.table02 tr td:nth-child(5),
.award__result.award__result03 .award__section table.table02 tr th:nth-child(5){
	/* width: 8%; */
	width: 110px;
}

.award__result .sec01--02 tr th:first-child {
    width: 20%;
    font-weight: bold;
    text-align: center;
}
.award_list__header{
	display: flex;
	align-items: center;
}
.award__result03 .award_list__header .imgwrap{
	padding-right: 25px;
}

.award__result03 .award_list__header + .award__section{
	margin-top: 30px;
}
.award__result03 .award_list_wrap .award__resultNav + p{
	margin-top: 25px;
}
.award__result.award__result03 .award__section table.table01{
	width: 555px;
	margin: 0 auto;
}
.award__result.award__result03 .award__section .table01-cap{
	width: 555px;
	margin: 15px auto 0;
}
.award__result.award__result03 .award__section table.table01 tr th:first-child,
.award__result.award__result03 .award__section table.table01 tr td:first-child{
	font-weight: bold;
	width: 60%;
}
.award__result.award__result03 .award__section table.table02 tr td:nth-child(2),
.award__result.award__result03 .award__section table.table02 tr td:first-child,
.award__result.award__result03 .award__section table.table01 tr td:first-child{
	font-size: 13px;
}
.award__result.award__result03 .award__section table.table01 tr th:nth-child(2),
.award__result.award__result03 .award__section table.table01 tr td:nth-child(2){
	font-weight: normal;
	width: 40%;
}
.award__result.award__result03 .award__section table.table01 tr td:nth-child(2){
	text-align: center;
}

.award__result.award__result03 .award__section table.table02 tr td:nth-child(3),
.award__result.award__result03 .sec01--02.award__section table tr td:nth-child(3),
.award__result.award__result03 .award__section table.table02 tr td:last-child,
.award__result.award__result03 .sec01--02.award__section table tr td:last-child{
	text-align: center;
}

.award__result.award__result03 .award__section table.table02 tr th,
.award__result.award__result03 .award__section table.table02 tr td{
	font-weight: normal;
}
.award__result.award__result03 .award__section table.table02 tr th:nth-child(2),
.award__result.award__result03 .award__section table.table02 tr td:nth-child(2),
.award__result.award__result03 .award__section table.table02 tr th:first-child,
.award__result.award__result03 .award__section table.table02 tr td:first-child{
	font-weight: bold;
}
.tablebtnWrap{
	margin-top: 35px;
	text-align: center;
}
.tablebtnWrap span{
	display: inline-block;
	color: #ff7b00;
	border: 1px solid #ff7b00;
	font-weight: bold;
	padding: 16px;
	text-align: center;
	width: 300px;
	cursor: pointer;
	position: relative;
	line-height: 1
}
.tablebtnWrap span::before{
	font-size: 22px;
	width: 22px;
	height: 22px;
	margin: auto;
	line-height: 1;
	font-weight: bold;
	color: #ff7b00;
	position: absolute;
	left: 80px;
	top: 9px;
}

.tablebtnWrap span.jsdisnon{
	display: none;
}
.tablebtnWrap .openbtn::before{
	content: "+";
}
.tablebtnWrap .closebtn::before{
	content: "×";
}
.tablebtnWrap span:hover{
	background: #ff7b00;
	color: #fff;
}
.tablebtnWrap span:hover::before{
	color: #fff;
}
.award__result.award__result03 .award__section table.closetable tr{
	display: none;
}

.award__result.award__result03 .award__section table.closetable tr:nth-child(-n+6){
	display: table-row;
}
.award__result03 #zaiseki4-1star,
.award__result03 #zaiseki4-2star,
.award__result03 #zaiseki5-1star,
.award__result03 #zaiseki5-2star,
.award__result03 #zaiseki5-3star,
.award__result03 #kigyou1-9,
.award__result03 #kigyou10-50,
.award__result03 #kigyou51{
  margin-top:-170px;
  padding-top:170px;
}
@media screen and (max-width: 680px){
	.logged-in.admin-bar .award__resultNav.fixed{
		margin-top: 130px;
		z-index: 3;
	}
	.award__resultNav.fixed{
		margin-top: 130px;
		z-index: 3;
	}
	.resultNav__subNav{
		top: 73px;
	}
	.resultNav__navWrap .resultNav__subNav li,
	.post_content .resultNav__navWrap .resultNav__subNav li{
		font-size: 14px;
		padding: 8px;
	}
	.award__result03 .hc_center {
		text-align: left;
	}
	.award__result03 .post__header .header__caption{
		font-size: 14px;
		padding: 0 0;
	}
	.award__result03 .award_list__header{
		display: block;
	}
	.award__result03 .award_list__header .imgwrap{
		padding-right: 0;
		text-align: center;
	}
	.award__result03 .award_list__header .imgwrap img{
		width: 130px;
	}
	.award__result03 .page_title{
		margin-top: 15px;
		font-size: 18px;
	}
	.award__section .table__ranking tr td .no{
		left: 0;
	}
	.award__section .table__ranking tr td p{
		font-size: 14px;
		line-height: 1.4;
	}
	.resultNav__navWrap, .post_content .resultNav__navWrap{
		width: 100%;
	}
	.resultNav__navWrap .resultNav__navItem p span br.sp-in,
	.post_content .resultNav__navWrap .resultNav__navItem p span br.sp-in{
		display: inline;
	}
	.resultNav__navWrap .resultNav__navItem p,
	.post_content .resultNav__navWrap .resultNav__navItem p{
		font-size: 13px;
		line-height: 1.4;
		text-align: center;
		padding: 8px 0 20px;
	}
	.resultNav__navWrap .resultNav__navItem:first-child p,
	.post_content .resultNav__navWrap .resultNav__navItem:first-child p{
		padding: 20px 0 26px;
	}
	.resultNav__navWrap .resultNav__navItem p::before, .post_content .resultNav__navWrap .resultNav__navItem p::before{
		content: "∨";
		font-size: 16px;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.resultNav__navWrap .resultNav__navItem:hover p::before,
	.post_content .resultNav__navWrap .resultNav__navItem:hover p::before{
		/* content: "＞"; */
		bottom: 0;
		left: 0;
	}
	.award__result03 .es_about_text{
		width: 100%;
	}
	.award__result03 #zaiseki4-1star,
	.award__result03 #zaiseki4-2star,
	.award__result03 #zaiseki5-1star,
	.award__result03 #zaiseki5-2star,
	.award__result03 #zaiseki5-3star,
	.award__result03 #kigyou1-9,
	.award__result03 #kigyou10-50,
	.award__result03 #kigyou51{
	  margin-top:-200px;
	  padding-top:200px;
	}

	.award__result.award__result03 .award__section .table01-cap{
		width: 100%;
	}
}
/****************************
	2018.06.07 セミナー受付終了
*****************************/
.seminar_Acceptance_area .Acceptance_end_text {
	color: #ED6A7A;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    z-index: 9999;
}






.page_under_pdflink {
	font-size: 16px;
}
.page_under_pdflink a {
	padding-right: 15px;
	color: #2f54a2;
	background: url(images/icon_link_tb.png) no-repeat right center;
	-webkit-background-size: 11px;
	background-size: 11px;
}