

/* ################################################ 共通スマホスタイル ############################################# */

@media screen and (max-width: 767px){

/* ############################ 共通 ######################### */

html, body, div, nav, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,footer,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

* {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html {
font-size: 62.5%;
}
body{
	color:#444;
	letter-spacing:0.1em;
	background-color:#fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:'Ropa Sans', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    -moz-animation: fadeIn 2s ease 0s 1 normal;
    -o-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-o-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

ol, ul {
	list-style: none;
	letter-spacing:0.1em;
	text-align: justify;
}

p {
	line-height:1.8;
	letter-spacing:0.1em;
	text-align: justify;
}
dl {
	line-height:1.8;
	letter-spacing:0.1em;
	text-align: justify;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align:top;
}

img {
max-width: 100%;
height: auto;
width /***/:auto;
border:0;
vertical-align:bottom;
}

a,a:link a:visited {
	color:#222;
	transition: all .3s;
	text-decoration:none;
}

a:hover {
	color:#e1991c;
	text-decoration:none;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a.imghover:link img {
transition: all .3s;
}
a.imghover:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}
.imghover {
transition: all .3s;
}
.imghover:hover {
filter:alpha(opacity=70);
opacity:0.7;
}

/* ############################ 共通ここまで ######################### */


#container {
	width:100%;
}

/* ############################ ヘッダーのスタイル ######################### */


#sp_header_sp {
	position:fixed;
	width:100%;
	height:62px;
	z-index:1000;
}
#sp_header_sp02 {
	position:relative;
	width:90%;
	margin:0 auto;
	padding-top:14px;
}
#sp_header_sp h1 {
    width:84px;
    line-height:1.0;
}
#sp_header_sp h1 img {
    width:84px;
    line-height:1.0;
}
#sp_header_sp h1 a {
    line-height:1.0;
}

#sb-site {
	-webkit-box-shadow: 4px 0px 4px -1px  #ccc;
	-moz-box-shadow: 4px 0px 4px -1px  #ccc;
	box-shadow: 4px 0px 4px -1px  #ccc;
}

.sb-slidebar{
    padding:0px;
    background-color:#fff;
}
.sb-slidebar.sb-right {
	background-color:#f1f1f1;
  -webkit-overflow-scrolling: touch;
}
.sb-right-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.sb-toggle-right {
    position:absolute;
    top:0;
    right:0;
}
.navi a{
	position:absolute;
    top:0;
    right:0;
    display:block;
    width:62px;
    height:62px;
    line-height:62px;
    text-align:center;
    text-decoration:none;
}
.navi a:after{
	content:"";
	background:url(../img/sp/header_img/sp_humb_icon.png) 0 0 no-repeat transparent;
    background-size: 62px 62px;
	width:62px;
    height:62px;
	display: block;
}
.sb-active .navi a:after{
	content:"";
	background:url(../img/sp/header_img/sp_humb_close_icon.png) 0 0 no-repeat transparent;
    background-size: 62px 62px;
	width:62px;
    height:62px;
	display: block;
}

dl#acMenu {
	border-bottom:1px dotted #ddd;
}
#acMenu dt{
	font-size:1.5rem;
	font-weight:500;
	color:#111;
	}
#acMenu dt a,a:link a:visited {
	display:block;
	width:100%;
	padding:13px 15px 13px 22px;
	text-decoration:none;
	background:url(../img/under_listmk004.png) no-repeat right center;
	background-size:47px 70px;
	background-color:#f1f1f1;
	border-top:1px dotted #ddd;
}

#acMenu dd{
	position:relative;
	background-color :#fff;
}

.sb-menu {
	border-top:1px dotted #ddd;
}
.sb-menu ul {
	-webkit-box-shadow: 4px 0px 4px -1px  #ddd inset;
    -moz-box-shadow: 4px 0px 4px -1px  #ddd inset;
    box-shadow: 4px 0px 4px -1px  #ddd inset;
}
.sb-menu li {
    border-bottom:1px dotted #ddd;
    letter-spacing:0.1em;
    line-height:1.0;
}
.sb-menu li a,a:link a:visited {
	font-size:1.4rem;
	font-weight:500;
	display:block;
	width:100%;
	padding:14px 15px 14px 38px;
	text-decoration:none;
	background:url(../img/listmk002.png) no-repeat 25px center;
	background-size:7px 6px;
}

.sb-menu li a:hover {
	background-color:#fff;
}
.sb-slidebar h3 {
    text-align:center;
    padding:20px 0;
    line-height:1.0;
    background-color:#fff;
}
.sb-slidebar h3 img {
	width:30%;
    margin:auto 0;
}
ul.slidebar_list01 {
	font-weight:500;
}

#grand_header_sp {
	display:none;
}
#header_sp {
	display:none;
}

.logo_back_sp {
	display:none;
}

#grand_header_sp,
#grand_header_sp #header_sp #logo_sp,
#grand_header_sp.fixed #header_sp #logo_sp,
#grand_header_sp.fixed #header_sp #global_nav li {
    display:none;
}

#sp_header_sp,
#sp_header_sp #sp_header_sp02 {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#sp_header_sp.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
height:62px;
z-index:1000;
background-color:rgba(0,0,0,0.4);
}
#sp_header_sp.fixed #sp_header_sp02 {
	position:relative;
	width:90%;
	margin:0 auto;
	padding-top:14px;
}
#sp_header_sp.fixed #sp_header_sp02 h1 {
    width:84px;
    line-height:1.0;
}
#sp_header_sp.fixed #sp_header_sp02 h1 img {
    width:84px;
    line-height:1.0;
}


/* ######## 左端の大都説明領域 ######## */

.daito_desc_sp {
    display:none;
}
.daito_desc_sp img {
    display:none;
}

/* ######## 左端の大都説明領域ここまで ######## */

/* ############################ ヘッダーのスタイルここまで ######################### */


/* ############################ ページ先頭へ戻るボタン ######################### */

#daito_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index:1000;
}
#daito_top img {
    width:53px;
}

/* ############################ ページ先頭へ戻るボタン ######################### */


.bread_sp {
	width:88%;
	margin:0 auto 100px;
    font-size:1.1rem;
}
.bread_sp ul {
	line-height:1.6;
}
.bread_sp ul li {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
li.bread_listmk001 {
	background:url(../img/home_listmk.png) no-repeat 0 center;
	background-size:14px 14px;
	padding-left:17px;
}
li.bread_listmk002 {
	background:url(../img/listmk002.png) no-repeat 3px 6px;
	background-size:7px 6px;
	padding-left:14px;
}

/* ############################ コンテンツ領域のスタイル ######################### */

#contents_sp {
	width:100%;
}


/* ######## タイトル領域のスタイル ######## */

.page_title_sp {
	width:100%;
	height:300px;
	position:relative;
}
.page_title_text_sp {
	position:absolute;
	width:90%;
	height:55px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.page_title_text_sp h2 {
	width:100%;
	color:#fff;
	font-size:2.4rem;
	line-height: 1.3;
	font-weight:600;
	letter-spacing:0.1em;
	padding-top: 5px;
}
.page_title_text_sp p {
	font-size:1.2rem;
	color:#fff;
	letter-spacing:0.1em;
}

/* ######## ジャックブログ用 ######## */

.jackblog_title_text_sp {
	position:absolute;
	width:90%;
	height:55px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.jackblog_title_text_sp h2 {
	width:100%;
	color:#fff;
	font-size:2.4rem;
	line-height: 1.3;
	font-weight:600;
	letter-spacing:0.1em;
	padding-top: 5px;
}
.jackblog_title_text_sp h3 {
	display:none;
}
.jackblog_title_text_sp p {
	font-size:1.2rem;
	color:#fff;
	letter-spacing:0.1em;
}


/* ### 記事ヘッダー ### */

.jack_page_title_sp {
	width:100%;
	background-color:#111;
	padding-top:62px;
}
.jack_page_title_sp a {
	display:block;
	width:100%;
	height:120px;
}
.jack_page_title_text_sp {
	position:absolute;
	width:90%;
	height:28px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.jack_page_title_text_sp h2 {
	width:100%;
	color:#fff;
	font-size:2.8rem;
	line-height: 1.0;
	letter-spacing:0.1em;
}

/* ######## ジャックブログ用ここまで ######## */

.staff_title {
	background: url(../../img/staff_img/sp/sp_staff_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.blog_title {
	background: url(../../img/blog_img/sp/sp_blog_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.about_title {
	background: url(../../img/about_img/sp/sp_about_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.business_title {
	background: url(../../img/business_img/sp/sp_business_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.job_title {
	background: url(../../img/job_img/sp/sp_job_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.access_title {
	background: url(../../img/access_img/sp/sp_access_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.culture_title {
	background: url(../../img/culture_img/sp/sp_culture_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.news_title {
	background: url(../../img/news_img/sp/sp_news_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.contact_title {
	background: url(../../img/contact_img/sp/sp_contact_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.jack_title {
	background: url(../../img/jack_img/sp/sp_jack_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.jack_title02 {
	height:120px !important;
	background: url(../../img/jack_img/sp/sp_jack_pagetitle_backimg02.png) no-repeat 50% 50%;
    background-size: cover;
}
.media_title {
	background: url(../../img/media_img/sp/sp_media_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.release_title {
	background: url(../../img/release_img/sp/sp_release_pagetitle_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}

.team_name_sp {
	position:absolute;
	bottom:-178px;
}
.team_name_sp p {
	color:#111;
	letter-spacing:3px !important;
	font-size:3.4rem;
	line-height:1.1;
}
.team_name_sp02 {
	position:absolute;
	bottom:-141px;
}
.team_name_sp02 p {
	color:#111;
	letter-spacing:3px !important;
	font-size:3.4rem;
	line-height:1.1;
}

.page_name_sp {
	position:absolute;
}
.page_name_sp p {
	color:#111;
	letter-spacing:3px !important;
	font-size:3.8rem;
	line-height:1.1;
}

.jackblog_text_sp {
	position:absolute;
	bottom:-178px;
}
.jackblog_text_sp p {
	color:#111;
	letter-spacing:3px !important;
	font-size:3.4rem;
	line-height:1.1;
}


.block_title_sp {
	width:100%;
	margin-bottom:40px;
}
.block_title_sp h2 {
	width:100%;
	color:#111;
	font-size:2.4rem;
	line-height: 1.3;
	font-weight:600;
	letter-spacing:0.1em;
}
.block_title_sp p {
	color: #e1991c;
	font-size:1.2rem;
	letter-spacing:0.1em;
}

/* ######## タイトル領域のスタイルここまで ######## */


/* ########### アーカイブページコンテンツ領域のスタイル ########### */

.archive_contents_sp {
	width:100%;
	background-color:#fff;
}
.archive_contents_sp .post_nav {
	margin-top:100px;
}
.archive_contents_sp .post_nav02 {
	margin-top:100px;
}
.archive_contents_sp .bread_sp {
	background:none;
	padding:0;
}

.jack_archive_contents_sp {
	width:100%;
	margin-top:100px;
}
.jack_archive_contents_sp h3.jack_archive_desc {
	width:88%;
	font-weight:500;
	margin:0 auto;
}


/* ### ブログ ### */

.archive_blog_contents_sp {
	width:100%;
	background-color:#fff;
}
.archive_blog_contents_sp .post_nav {
	margin-top:100px;
}
.archive_blog_contents_sp .post_nav02 {
	margin-top:100px;
}
.archive_blog_contents_sp .bread_sp {
	background:none;
	padding:0;
}

.blog_list_contents_sp {
	width:100%;
}
.blog_list_contents_sp02 {
	width:100%;
	margin:60px auto 0;
}
.blog_list_sp {
	position: relative;
	width: 100%;
	margin-bottom:40px;
}
.blog_list_sp02 {
	width: 100%;
}
.blog_list_thumb {
	position:relative;
	width:95%;
}
.blog_list_thumb02 {
	width: 100%;
}
.blog_list_thumb02 img {
	width: 100%;
	object-fit: cover;
}
.blog_list_sp03 {
	width:100%;
	position:relative;
	padding-top:30px;
}

.blog_list_sp03 h3 {
	width:88%;
	text-align: justify;
	margin:0 auto;
	font-size:1.8rem;
	font-weight:500;
}

.blog_desc {
	width:88%;
	font-size:1.4rem;
	line-height:1.6;
	margin:20px auto 0;
}
.blog_list_option_sp {
	border-top:1px dotted #ddd;
	width:89%;
	margin:30px auto 0;
	padding:15px 3px 0;
}
.blog_list_option_sp_left {
	width:30%;
	float:left;
}
.blog_list_option_sp_left .write_staff img {
    border-radius: 30px;
    height: 60px;
    width: 60px;
    display: block;
}
.blog_list_option_sp_right {
	width:70%;
	float:right;
	padding-top:12px;
}
.blog_list_option_sp_right .staff_name {
	font-size:1.5rem;
	line-height:1.0;
	text-align:right;

}
.blog_list_option_sp_right .list_date {
	font-size:1.2rem;
	line-height:1.0;
	text-align:right;
	padding-top:6px;
}

.blog_list_option_sp02 {
	border-top:1px dotted #ddd;
	width:100%;
	margin:15px auto 0;
	padding:20px 2px 0;
}
.blog_list_option_sp02 .write_staff {
	width:30%;
	float:left;
}
.blog_list_option_sp02 .write_staff img {
    border-radius: 25px;
    height: 50px;
    width: 50px;
    display: block;
}
.blog_list_option_sp02_right {
	width:70%;
	float:right;
	padding-top:12px;
}
.blog_list_option_sp02_right .staff_name {
	font-size:1.4rem;
	line-height:1.0;
	text-align:right;

}
.blog_list_option_sp02_right .list_date {
	font-size:1.2rem;
	line-height:1.0;
	text-align:right;
	padding-top:8px;
}


/* ########### アーカイブページコンテンツ領域のスタイルここまで ########### */


/* ########### 固定ページコンテンツ領域のスタイル ########### */

.page_contents_sp {
	width:100%;
	background-color:#fff;
}
.page_contents_sp .page_contents_nav_sp {
	width:100%;
	background-color:#f1f1f1;
	border-bottom:1px dotted #ddd;
	margin-bottom:60px;
}

/* ######## ページナビゲーション幅25％用 ######## */

.page_contents_sp .page_contents_nav_sp02 {
	position:relative;
	width:100%;
	margin: 0 auto;
	}
.page_contents_sp .page_contents_nav_sp02 ul {
	text-align:center;
	font-size:1.4rem;
	line-height:1.0;
}
.page_contents_sp .page_contents_nav_sp02 ul li {
	width:25%;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align:top;
	border-right:1px dotted #ccc;
}
.page_contents_sp .page_contents_nav_sp02 ul li:last-child {
	border-right:none;
	}
.page_contents_sp .page_contents_nav_sp02 ul li a,a:link a:visited {
	display:block;
	font-weight:500;
	padding:30px 0 35px;
	background: url(../img/under_listmk001.png) no-repeat center 100%;
	background-size: 6px 17px;
}
.page_contents_sp .page_contents_nav_sp02 a:hover {
	background-color:#fff;
}


/* ######## ページナビゲーション幅50％用 ######## */

.page_contents_sp .page_contents_nav_sp03 {
	position:relative;
	width:100%;
	margin: 0 auto;
	}
.page_contents_sp .page_contents_nav_sp03 ul {
	text-align:center;
	font-size:1.4rem;
	line-height:1.0;
}
.page_contents_sp .page_contents_nav_sp03 ul li {
	width:49%;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align:top;
	border-right:1px dotted #ccc;
}
.page_contents_sp .page_contents_nav_sp03 ul li:last-child {
	border-right:none;
	}
.page_contents_sp .page_contents_nav_sp03 ul li a,a:link a:visited {
	width:100%;
	display:block;
	font-weight:500;
	padding:30px 0 35px;
	background: url(../img/under_listmk001.png) no-repeat center 100%;
	background-size: 6px 17px;
}
.page_contents_sp .page_contents_nav_sp03 a:hover {
	background-color:#fff;
}


.page_contents_sp .page_contents_bottom_nav_sp {
	width:100%;
	background-color:#f1f1f1;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	margin-bottom:20px;
}


/* ######## ページナビゲーション下部用 ######## */

.page_contents_sp .page_contents_bottom_nav_sp02 {
	position:relative;
	width:100%;
	margin: 0 auto;
	}
.page_contents_sp .page_contents_bottom_nav_sp02 ul {
	text-align:center;
	font-size:1.4rem;
	line-height:1.0;
}
.page_contents_sp .page_contents_bottom_nav_sp02 ul li {
	width:25%;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align:top;
	border-right:1px dotted #ccc;
}
.page_contents_sp .page_contents_bottom_nav_sp02 ul li:last-child {
	border-right:none;
	}
.page_contents_sp .page_contents_bottom_nav_sp02 ul li a,a:link a:visited {
	display:block;
	font-weight:500;
	padding:30px 0;
}
.page_contents_sp .page_contents_nav_sp02 a:hover {
	background-color:#fff;
}


.page_contents_sp02 {
	width:100%;
	margin:0 auto;
}


/* ######## 会社情報のスタイル ######## */

.about_page_contents_sp {
	width:100%;
	margin-top:80px;
}
.about_page_contents_sp .block_title_sp {
	margin:0 auto 40px;
	width:92%;
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
}

.page_contents_sp03{
	width:100%;
	margin:0 auto 80px;
}
.page_contents_sp03 dl {
	font-size:1.5rem;
	width:88%;
	margin:0 auto;
	padding:18px 5px 0;
	border-top:1px dotted #ddd;
}

.page_contents_sp03 dl dt {
	font-weight:500;
}
.page_contents_sp03 dl dd {
	padding-bottom:18px;
	margin: 7px 0 18px;
	border-bottom:1px dotted #ddd;
}

.page_contents_sp .bread_sp {
	background:none;
	padding:0 8px;
}

#daito_outline , #daito_history , #business_ec , #business_media {
	padding-top: 70px;
    margin-top: -70px;
}


/* ######## 採用情報のスタイル ######## */

.recruit_page_contents_sp {
	width:100%;
	background-color:#fff;
}
.recruit_main_sp {
	position:relative;
	width:100%;
	height: 100%;
	background-color:#efece2;
}
.recruit_main_sp02 {
	position: absolute;
	top: 50%;
	width:100%;
	height: 90%;
	background: url(../../img/recruit_img/sp/sp_recruit_main_img.png) no-repeat 50% 50%;
    background-size:cover;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.recruit_main_title_sp {
	position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    width: 75%;
    height: 164px;
}
.recruit_main_title_sp h2 {
	color:#fff;
	font-size:5.0rem;
	letter-spacing:0.1em;
	text-shadow:0px 0px 20px rgba(0,0,0,0.2);
}


.recruit_block_title_sp {
	width:100%;
}
.recruit_block_title_sp h3 {
	color:#222;
	letter-spacing:3px !important;
	font-size:3.0rem;
}
.recruit_block_title_sp h5 {
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
}


/* ######## 新卒用メイン ######## */

.recruit_fresh_main_sp {
	position: absolute;
	top: 50%;
	width:100%;
	height: 90vh;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	z-index:20;
}
.sp_fresh_main_img001 {
    background: url(../../img/recruit_img/sp/slide_img/sp_recruit_fresh_slideimg001.png) no-repeat 50% 50%;
    background-size:cover;
}
.sp_fresh_main_img002 {
    background: url(../../img/recruit_img/sp/slide_img/sp_recruit_fresh_slideimg002.png) no-repeat 50% 50%;
    background-size:cover;
}
.sp_fresh_main_img003 {
    background: url(../../img/recruit_img/sp/slide_img/sp_recruit_fresh_slideimg003.png) no-repeat 50% 50%;
    background-size:cover;
}
.sp_fresh_main_img004 {
    background: url(../../img/recruit_img/sp/slide_img/sp_recruit_fresh_slideimg004.png) no-repeat 50% 50%;
    background-size:cover;
}

.recruit_fresh_main_title_sp {
	position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    width: 80%;
    height: 235px;
    z-index:30;
}
.recruit_fresh_main_title_sp02 {
}
.recruit_fresh_main_title_sp02 h3 {
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	letter-spacing:0.1em;
	text-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.recruit_fresh_main_title_sp02 h2 {
	text-align:center;
	color:#fff;
	font-size:7.0rem;
	line-height:1.1;
	letter-spacing:0.1em;
	text-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.recruit_fresh_main_title_sp02 p.main_desc001 {
	text-align:center;
	color:#fff;
	font-size:2.0rem;
	font-weight:500;
	letter-spacing:3px;
	text-shadow:0px 0px 20px rgba(0,0,0,0.3);
	margin:15px 0 0 3px;
}
.recruit_fresh_main_title_sp02 p.main_desc002 {
	text-align:center;
	color:#fff;
	font-size:1.5rem;
	font-weight:500;
	text-shadow:0px 0px 20px rgba(0,0,0,0.3);
	margin:5px 0 0 3px;
}


/* 新卒用求める人物像 */

.recruit_fresh_talent_sp {
	position:relative;
	width:100%;
	padding:80px 0 100px;
	background-color:#efece2;
	z-index:50;
}

.recruit_fresh_talent_sp02 {
	position:relative;
	width:100%;
}
.recruit_fresh_talent_sp02_left {
	width:100%;
	margin:40px auto 0;
}
.recruit_fresh_talent_sp02_left h3 {
	width:84%;
	color:#111;
	letter-spacing:0.1em !important;
	font-size:3.0rem;
	line-height:1.3;
	margin:0 auto;
}
.recruit_fresh_talent_sp02_left h5 {
	width:84%;
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
	padding-left:2px;
	margin:0 auto;
}
.recruit_fresh_talent_sp02_left p {
	width:84%;
	text-align:justify;
	font-size:1.5rem;
	line-height:1.8;
	margin:30px auto 0;
}
.recruit_fresh_talent_sp02_left ul {
	width:92%;
	font-size:1.5rem;
	font-weight:500;
	margin:30px auto 0;
	border:1px dotted #bbb;
	padding:30px 20px 12px;
	background-color:#fff;
}
.recruit_fresh_talent_sp02_left ul li {
	background:url(../img/listmk002.png) no-repeat 3px 9px;
	background-size:7px 6px;
	margin-bottom:18px;
	padding-left:16px;
	}

.recruit_fresh_talent_sp02_right {
	position:relative;
	width:92%;
	margin-left:8%;
}
.recruit_fresh_talent_sp02_right p.j_img {
	width:100%;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}
.recruit_fresh_talent_sp02_right p.j_img img {
	width:100%;
}

.recruit_fresh_talent_sp02_right p.j_badge {
	position:absolute;
	width:100px;
	top:-30px;
	left:-20px;
	z-index:100;
}
.recruit_fresh_talent_sp02_right p.j_badge img {
	width:100px;
}


/* 中途用求める人物像 */

.recruit_career_talent_sp {
	position:relative;
	width:100%;
	padding-top:80px;
	background-color:#efece2;
	z-index:50;
}

.recruit_career_talent_sp02 {
	position:relative;
	width:100%;
}
.recruit_career_talent_sp02_left {
	width:100%;
	margin:40px auto 0;
}
.recruit_career_talent_sp02_left h3 {
	width:84%;
	color:#111;
	letter-spacing:0.1em !important;
	font-size:3.0rem;
	line-height:1.3;
	margin:0 auto;
}
.recruit_career_talent_sp02_left h5 {
	width:84%;
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
	padding-left:2px;
	margin:0 auto;
}
.recruit_career_talent_sp02_left p {
	width:84%;
	text-align:justify;
	font-size:1.5rem;
	line-height:1.8;
	margin:30px auto 0;
}
.recruit_career_talent_sp02_left ul {
	width:92%;
	font-size:1.5rem;
	font-weight:500;
	margin:30px auto 0;
	border:1px dotted #bbb;
	padding:30px 20px 12px;
	background-color:#fff;
}
.recruit_career_talent_sp02_left ul li {
	background:url(../img/listmk002.png) no-repeat 3px 9px;
	background-size:7px 6px;
	margin-bottom:18px;
	padding-left:16px;
	}

.recruit_career_talent_sp02_right {
	position:relative;
	width:92%;
	margin-left:8%;
}
.recruit_career_talent_sp02_right p.j_img {
	width:100%;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}
.recruit_career_talent_sp02_right p.j_img img {
	width:100%;
}

.recruit_career_talent_sp02_right p.j_badge {
	position:absolute;
	width:100px;
	top:-30px;
	left:-20px;
	z-index:100;
}
.recruit_career_talent_sp02_right p.j_badge img {
	width:100px;
}

/* EC事業内容 */

.recruit_job_desc01_sp {
	position:relative;
	width:100%;
	padding:0 0 100px;
    z-index:60;
    background-color:#efece2;
}

.career_detail .recruit_job_desc01_sp {
	padding-top:80px;
}

.recruit_job_desc01_sp02 {
	position:relative;
	width:94%;
	margin:0 6% 0 0;
}
.recruit_job_desc01_sp02_left {
	position:relative;
	width:100%;
}
.recruit_job_desc01_sp02_left p {
	box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}
.recruit_job_desc01_sp02_right {
	width:100%;
	margin-top:40px;
}
.recruit_job_desc01_sp02_right h3 {
	color:#111;
	letter-spacing:0.1em !important;
	font-size:3.0rem;
	line-height:1.3;
	margin-left:40px;
}
.recruit_job_desc01_sp02_right h5 {
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
	padding-left:43px;
}
.recruit_job_desc01_sp02_right dl {
	font-size:1.5rem;
	margin-top:30px;
	margin-left:40px;
	border-left:1px dotted #ccc;
	padding-left:25px;
}
.recruit_job_desc01_sp02_right dl dt {
	color:#333;
	font-size:1.6rem;
	font-weight:500;
	padding-bottom:5px;
}
.recruit_job_desc01_sp02_right dl dd {
	margin-bottom:18px;
}
.recruit_job_desc01_sp02_right dl dd:last-child {
	margin-bottom:0;
}


/* メディア事業内容 */

.recruit_job_desc02_sp {
	position:relative;
	width:100%;
	padding:0 0 100px;
	z-index:50;
	background-color:#efece2;
}

.recruit_job_desc02_sp02 {
	position:relative;
	width:100%;
}
.recruit_job_desc02_sp02_left {
	width:92%;
	margin-top:40px;
	margin-left:8%;
}
.recruit_job_desc02_sp02_left h3 {
	text-align:right;
	color:#111;
	letter-spacing:0.1em !important;
	font-size:3.0rem;
	line-height:1.3;
	margin-right:40px;
}
.recruit_job_desc02_sp02_left h5 {
	text-align:right;
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
	padding-right:43px;
}
.recruit_job_desc02_sp02_left dl {
	font-size:1.5rem;
	margin-top:30px;
	margin-right:40px;
	border-right:1px dotted #ccc;
	padding-right:25px;
}
.recruit_job_desc02_sp02_left dl dt {
	color:#333;
	font-size:1.6rem;
	font-weight:500;
	padding-bottom:5px;
}
.recruit_job_desc02_sp02_left dl dd {
	margin-bottom:18px;
}
.recruit_job_desc02_sp02_left dl dd:last-child {
	margin-bottom:0;
}

.recruit_job_desc02_sp02_right {
	width:90%;
	margin:0 auto;
}
.recruit_job_desc02_sp02_right p {
	box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}
.recruit_job_desc02_sp02_right p img {
	width:100%;
}

/* ######## 新卒用メインここまで ######## */


/* ######## 中途用メイン ######## */

.recruit_career_main_sp {
	position: absolute;
	top: 50%;
	width:100%;
	height: 90vh;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	z-index:20;
}
.sp_career_main_img001 {
    background: url(../../img/recruit_img/sp/slide_img/sp_recruit_career_slideimg001.png) no-repeat 50% 50%;
    background-size:cover;
}
.sp_career_main_img002 {
    background: url(../../img/recruit_img/sp/slide_img/sp_recruit_career_slideimg002.png) no-repeat 50% 50%;
    background-size:cover;
}
.sp_career_main_img003 {
    background: url(../../img/recruit_img/sp/slide_img/sp_recruit_career_slideimg003.png) no-repeat 50% 50%;
    background-size:cover;
}

.recruit_career_main_title_sp {
	position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    margin: auto;
    width: 80%;
    height: 145px;
    z-index:30;
}
.recruit_career_main_title_sp02 {
}
.recruit_career_main_title_sp02 h3 {
	text-align:center;
	color:#fff;
	font-size:1.6rem;
	letter-spacing:0.1em;
	text-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.recruit_career_main_title_sp02 h2 {
	text-align:center;
	color:#fff;
	font-size:7.0rem;
	line-height:1.1;
	letter-spacing:0.1em;
	text-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.recruit_career_main_title_sp02 p.main_desc001 {
	text-align:center;
	color:#fff;
	font-size:2.0rem;
	font-weight:500;
	letter-spacing:0.075em;
	text-shadow:0px 0px 20px rgba(0,0,0,0.3);
	margin:15px 0 0 3px;
}

/* ######## 中途用メインここまで ######## */


.recruit_scroll_btn {
    position: absolute;
    width: 60px;
    bottom: 5px;
    right: 0;
    left: 0;
    z-index: 200;
    margin: auto;
}
.recruitscroll_btn img {
    height: 60px;
}

.fuwafuwa {
-webkit-animation:fuwafuwa 1s infinite linear alternate;
animation:fuwafuwa 1s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(-2deg);}
50% {-webkit-transform:translate(0, -2px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(2deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(-2deg);}
50% {transform:translate(0, -2px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(2deg);}
}

.recruit_about_sp {
	position:relative;
	width:100%;
	padding:100px 0;
	background: url(../../img/recruit_img/recruit_about_backimg.png) no-repeat 50% 50%;
    background-size:cover;
}
.recruit_about_sp h3 {
	color:#fff;
	letter-spacing:3px !important;
	font-size:3.0rem;
	line-height:1.3;
	margin:0 6%;
}
.recruit_about_sp02 {
	position:relative;
	width:74%;
	margin:0 auto;
}
.recruit_about_sp02 p {
	color:#fff;
	text-align:justify;
	font-size:1.5rem;
	line-height:1.8;
	margin-top:30px ;
}

.recruit_vision_sp {
	position:relative;
	width:100%;
	padding:0 0 120px;
	background: url(../../img/recruit_img/recruit_vision_backimg.png) no-repeat center center;
	background-size:140%;
	background-color:#f1f1f1;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}
.recruit_vision_sp02 {
	width:100%;
}
.recruit_vision_sp02_left {
	width:100%;
	position:relative;
	margin:10px auto 0;
}
.recruit_vision_sp02_left h3 {
	text-align:center;
	color:#222;
	letter-spacing:3px !important;
	font-size:3.0rem;
	line-height:1.2;
	margin:0 6%;
}
.recruit_vision_sp02_left h5 {
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
	margin:0 6%;
}
.recruit_vision_sp02_left h4 {
	width:90%;
	line-height:1.0;
	margin:30px auto 0;
}
.recruit_vision_sp02_left p {
	text-align:justify;
	width:80%;
	font-size:1.5rem;
	line-height:1.8;
	margin:30px auto 0;
}
.recruit_vision_sp02_left h6 {
	text-align:center;
	font-size:3.0rem;
	font-weight:500;
	color:#222;
	margin-top:40px ;
}
.recruit_vision_sp02_right {
	position:relative;
	top:-40px;
	width:92%;
	margin:0 0 0 8%;
}
.recruit_vision_sp02_right p {
	width:100%;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}
.recruit_vision_sp02_right p img {
	width:100%;
}

.recruit_message_sp {
	width:100%;
	padding-bottom:100px;
}

.recruit_message_sp02 {
	position:relative;
	width:100%;
}
.recruit_message_sp02_left {
	position:relative;
	top:-40px;
	width:92%;
	margin:0 auto;
}
.recruit_message_sp02_left p {
	width:100%;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}

.recruit_message_sp02_right {
	width:80%;
	margin:10px auto 0;
}
.recruit_message_sp02_right h3 {
	text-align:center;
	color:#222;
	letter-spacing:3px !important;
	font-size:3.0rem;
	margin:0 6%;
}
.recruit_message_sp02_right h5 {
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
	margin-bottom:30px;
}
.recruit_message_sp02_right p {
	text-align:justify;
	font-size:1.5rem;
	line-height:1.8;
	margin-top:30px ;
}

.recruit_induction_sp {
	position:relative;
	width:100%;
	padding:100px 0 85px;
	background-color:#efece2;
}
.recruit_induction_sp h3 {
	color:#222;
	letter-spacing:3px !important;
	font-size:3.0rem;
}
.recruit_induction_sp h5 {
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
	margin-bottom:30px;
}
.recruit_induction_sp02 p {
	width:80%;
	text-align:justify;
	font-size:1.5rem;
	line-height:1.8;
	margin:30px auto 40px;
}
.recruit_induction_sp03 {
	position: relative;
	width:100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin:0 auto;
}
.recruit_induction_sp04 {
}
.recruit_list_sp {
	position: relative;
	width: 100%;
	padding:60px 0;
	margin-bottom:15px;
}

.recruit_list_sp h4 {
	color:#fff;
	text-align:center;
	letter-spacing:0.1em !important;
	font-size:3.0rem;
}
p.recruit_list_title {
	color:#fff;
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	margin-bottom:20px;
}
p.recruit_list_desc {
	color:#fff;
	width:80%;
	font-size:1.5rem;
	font-weight:500;
	margin:0 auto;
}
.recruit_list001 {
	width:92%;
	background: url(../../img/recruit_img/recruit_list_fresh_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.recruit_list002 {
	width:92%;
	background: url(../../img/recruit_img/recruit_list_career_backimg.png) no-repeat 50% 50%;
    background-size: cover;
    margin-left:8%;
}


.recruit_job_sp {
	position:relative;
	width:100%;
	padding:100px 0;
}
.recruit_career_job_sp {
	position:relative;
	width:100%;
	padding-top:100px;
}
.career_detail .recruit_job_sp {
	padding-bottom: 0;
}

.recruit_staff_sp {
	position:relative;
	width:100%;
	padding-bottom:100px;
}

.recruit_culture_sp {
	position:relative;
	width:100%;
}


/* ######## 採用フローのスタイル ######## */

.recruit_flow_sp {
	position:relative;
	width:100%;
	padding:100px 0 90px;
	background-color:#f1f1f1;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}
.recruit_flow_sp h3 {
	color:#222;
	letter-spacing:0.1em !important;
	font-size:3.0rem;
	line-height:1.3;
}
.recruit_flow_sp h4 {
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
	margin-bottom:30px;
}
p.flow_desc {
	font-size:1.5rem;
	margin-bottom:30px;
}
.recruit_flow_sp02 {
	position:relative;
	width:90%;
	margin:0 auto;
}
.recruit_flow_sp02 h5 {
	color:#fff;
	font-size:2.8rem;
	font-weight:600;
}
.recruit_flow_sp02 p {
	font-size:1.8rem;
	font-weight:500;
}

/* ### 5ステップ ### */
.flow_list_5s {
	position:relative;
	width: 100%;
	background-color:#fff;
	margin-bottom:10px;
}
.flow_list_5s p {
	line-height:158px;
}
.flow_list_5s h5 {
	line-height:158px;
}
.flow_list_5s img {
	width:50%;
	float:left;
}
/* ### 4ステップ ### */
.flow_list_4s {
	position:relative;
	width: 100%;
	background-color:#fff;
	padding-bottom:10px;
}
.flow_list_4s p {
	line-height:158px;
}
.flow_list_4s h5 {
	line-height:158px;
}
.flow_list_4s img {
	width:50%;
	float:left;
}
/* ### 3ステップ ### */
.flow_list_3s {
	position:relative;
	width: 100%;
	background-color:#fff;
	margin-bottom:10px;
}
.flow_list_3s p {
	line-height:158px;
}
.flow_list_3s h5 {
	line-height:158px;
}
.flow_list_3s img {
	width:50%;
	float:left;
}

.flow_decision {
	background-color:#e1991c;
}


/* ######## 募集要項のスタイル ######## */

.recruit_requirements_sp {
	position:relative;
	width:88%;
	padding:100px 0 0;
	margin: 0 auto;
}
.recruit_requirements_sp h3 {
	color:#222;
	letter-spacing:0.1em !important;
	font-size:3.0rem;
	line-height:1.3;
}
.recruit_requirements_sp h4 {
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
	margin-bottom:30px;
}
.recruit_requirements_sp dl {
	font-size:1.5rem;
}
.recruit_requirements_sp dl dt {
	font-weight:500;
}
.recruit_requirements_sp dl dd {
	padding-bottom:18px;
	margin: 7px 0 18px;
	border-bottom:1px dotted #ddd;
}
.recruit_requirements_sp dl dd:last-child {
	border-bottom:none;
}


/* ######## トピックスのスタイル ######## */

.recruit_topics_sp {
	width:100%;
	margin:40px auto 0;
	background-color:#f1f1f1;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	padding:40px 0;
}
.recruit_topics_sp h5 {
	width:88%;
	font-size:1.8rem;
	line-height:1.6;
	font-weight:500;
	color:#111;
	margin:0 auto;
}
.recruit_topics_sp p {
	width:88%;
	font-size:1.5rem;
	margin:30px auto 0;
}

.recruit_topic_link_sp {
	font-size:1.5rem !important;
	line-height:1.6;
	background-color:#fff;
	border:1px dotted #ddd;
	padding:30px;
	font-weight:bold;
}

.recruit_page_contents_sp .bread_sp {
	background:none;
	padding:0 8px;
}

/* ######## 募集要項のスタイルここまで ######## */


/* ######## 採用情報のスタイルここまで ######## */


/* ######## ニュースのスタイル ######## */

.news_page_contents_sp {
	width:100%;;
	margin:80px auto 8px;
}
.news_list_sp {
	position: relative;
	width: 92%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin:0 auto 15px;
	transition: all .3s;
}
.news_list_sp a,a:link a:visited {
	color:#fff !important;
	display:block;
	width: 100%;
	padding:60px 0;
	text-align:center;
	z-index:30;
}
.news_list_sp:hover {
    filter:alpha(opacity=70);
    opacity:0.7;
}
.news_list_sp h3 {
	text-align:center;
	letter-spacing:0.1em !important;
	font-size:3.0rem;
}
p.news_list_title {
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	margin-bottom:20px;
}
p.news_list_desc {
	width:74%;
	font-size:1.5rem;
	font-weight:500;
	margin:0 auto;
}

.news_list001 {
	background: url(../../img/news_img/news_release_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.news_list002 {
	background: url(../../img/news_img/news_blog_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.news_list003 {
	background: url(../../img/news_img/news_jack_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.news_list004 {
	background: url(../../img/news_img/news_joblist_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.news_list005 {
	background: url(../../img/news_img/news_staff_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.news_list006 {
	background: url(../../img/news_img/news_culture_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}

/* ######## ニュースのスタイルここまで ######## */


/* ######## お問い合わせフォームのスタイル ######## */

.contact_page_contents_sp {
	width:100%;
	margin-top:120px;
}
.contact_page_contents_sp p {
	width:88%;
	font-size:1.5rem;
	margin:0 auto;
}
.contact_page_contents_sp dl {
	width:88%;
	line-height:1.1;
	margin:60px auto 0;
	border-top:1px dotted #ddd;
	padding-top:30px;
}
.contact_page_contents_sp dl dt {
	font-size:1.6rem;
	padding-bottom:13px;
}
.contact_page_contents_sp dl dd {
	line-height:1.8;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #ddd;
}

.contact_page_contents_sp input[type="text"],
.contact_page_contents_sp input[type="tel"] {
color:#333;
font-size:1.4rem;
font-family:'Roboto Slab', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border:1px solid #ddd;
padding:10px;
width:100%;
}
.contact_page_contents_sp input[type="email"] {
color:#333;
font-size:1.4rem;
font-family:'Roboto Slab', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border:1px solid #ddd;
padding:10px;
width:100%;
}
.contact_page_contents_sp span .wpcf7-list-item {
    display: block;
    padding:3px 0;
}
.contact_page_contents_sp .wpcf7-select {
color:#333;
font-size:1.4rem;
font-family:'Roboto Slab', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
border:1px solid #ddd;
padding:10px;
width:100%;
}
.contact_page_contents_sp textarea {
    color: #333;
    font-size:1.4rem;
    font-family:'Roboto Slab', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    height: 200px;
}
.contact_page_contents_sp #privacy {
	text-align:left !important;
    font-size:1.2rem;
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    padding: 10px;
    overflow: auto;
}
.contact_page_contents_sp #privacy p {
	font-size:1.2rem;
	text-align:left !important;
}
.contact_page_contents_sp .screen-reader-response {
	display:none;
}
.contact_page_contents_sp .screen-reader-response ul li {
	margin-top:5px;
}
.contact_page_contents_sp .wpcf7-not-valid-tip {
	color:#f00;
	font-weight:500;
}
.contact_page_contents_sp .wpcf7-mail-sent-ok {
	text-align:center;
	font-size:1.4rem;
	font-weight:500;
	padding:40px;
	background-color:#f1f1f1;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	margin:40px 0 20px ;
}
.contact_page_contents_sp .wpcf7-validation-errors {
	color:#f00;
	font-weight:500;
	text-align:center;
	font-size:1.4rem;
	padding:40px;
	background-color:#f1f1f1;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	margin:40px 0 20px ;
}

.form_btn_style01 {
    text-align: center;
    font-family:'Roboto Slab', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 96%;
    margin: 20px auto 40px;
	display: block;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: none!important;
    color: #fff;
    font-size: 1.8rem !important;
    font-weight:500;
    padding: 18px 10px;
    background:url(../img/btn_listmk001.png) no-repeat right center;
    background-size:18px 8px;
    background-color:#e1991c;
	transition: all .3s;
	letter-spacing:0.1em;
	border-style:none;
}

.form_sample01 {
	padding-top:10px;
}
.form_required {
	display:inline-block;
	font-size:0.9rem !important;
	font-weight:500;
	color:#fff;
	background-color:#f00;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	padding:6px 8px;
	line-height:1.0;

}

/* ######## お問い合わせフォームのスタイルここまで ######## */


/* ######## アクセスページのスタイル ######## */

.access_page_contents_sp {
	width:100%;
	margin-top:120px;
}
.access_page_contents_sp02 {
	width:88%;
	margin:0 auto;
}
.access_page_contents_sp02 h3 {
	color:#222;
	font-weight:500;
	font-size:2.0rem;
	line-height:1.8;
	letter-spacing:0.1em;
}
.access_page_contents_sp02 dl {
	font-size:1.5rem;
	margin-top:30px;
	padding:18px 5px 0;
	border-top:1px dotted #ddd;
}
.access_page_contents_sp02 dl dt {
	font-weight:500;
	margin-bottom:7px;
}
.access_page_contents_sp02 dl dd {
	padding-bottom:18px;
	margin-bottom:18px;
	border-bottom:1px dotted #ddd;
}

#access_map_sp {
	width:100%;
	height:450px;
	background-color:#ccc;
	margin:60px 0 20px;
}

/* ######## アクセスページのスタイルここまで ######## */


/* ######## 404ページのスタイル ######## */

.notfound_page_contents_sp {
	width:100%;
	margin-top:120px;
}
.notfound_page_contents_sp02 {
	width:90%;
	background-color:#f1f1f1;
	border:1px dotted #ddd;
	padding:40px 10px 10px;
	margin:0 auto 20px;
}
.notfound_page_contents_sp02 p {
	width:88%;
	font-size:1.5rem;
	margin:0 auto 30px;
}


/* ######## 404ページのスタイルここまで ######## */


/* ######## 役員一覧のスタイル ######## */

.officer_page_contents_sp {
	width:100%;
	margin-top:80px;
}
.officer_page_contents_sp .block_title_sp {
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
	}

.officer_list {
	width:100%;
	margin-bottom:80px;
	background-color:#f1f1f1;
	padding:60px 0;
}
.officer_list01 {
	width:100%;
}
.officer_list02 {
	width:90%;
	margin:0 auto;
	background-color:#fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
}

.officer_list02_left {
	position:relative;
	width:100%;
	margin-bottom:40px;
}
p.officer_en {
	position:absolute;
	font-size:3.0rem;
	line-height:1.0;
	letter-spacing:0.05em;
	color:#111;
	bottom:-13px;
	right:-5%;
}
p.img_righttop {
	width:80px;
	position:absolute;
	top:0;
	right:0;
}
h6.img_righttop003 {
	width:60px;
	position:absolute;
	top:0;
	right:0;
}

.officer_list02_right {
	width:100%;
}
.officer_list02_right h3 {
	text-align:center;
	font-size:2.2rem;
	font-weight:600;
	color:#111;
	line-height:1.0;
}
.officer_list02_right h4 {
	text-align:center;
	font-size:1.1rem;
	line-height:1.0;
	margin-top:7px;
	margin-bottom:25px;
	padding-left:3px;
}
.officer_list02_right02 {
	width:82%;
	position:relative;
	margin:0 auto;
	padding-bottom:45px;
}
.officer_list02_right02 p {
	font-size:1.5rem;
}

.officer_list03 {
	width:90%;
	margin:0 auto 30px;
	background-color:#fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
}
.officer_list03_left {
	position:relative;
	width:100%;
	margin-bottom:40px;
}
.officer_list03_right {
	width:100%;
}
.officer_list03_right h3 {
	text-align:center;
	font-size:2.4rem;
	font-weight:600;
	color:#111;
	line-height:1.0;
}
.officer_list03_right h4 {
	text-align:center;
	font-size:1.1rem;
	line-height:1.0;
	margin-top:7px;
	margin-bottom:25px;
	padding-left:3px;
}
.officer_list03_right02 {
	width:82%;
	position:relative;
	margin:0 auto;
	padding-bottom:45px;
}
.officer_list03_right02 p {
	font-size:1.5rem;
}

.officer_list .sns_sp {
	width:100%;
	margin-top:25px;
}
.officer_list .sns_sp ul li {
	float:left;
	margin-right:12px;
}
.officer_list .sns_sp ul li img {
	width:40px;
}
.officer_list .btn_style01 {
	width:95%;
	margin-top:35px;
}

/* ######## 役員一覧のスタイルここまで ######## */


/* ######## 事業概要のスタイル ######## */

.business_page_contents_sp {
	width:100%;
	padding-top:100px;
	background-color:#f1f1f1;
	margin-bottom:20px;
	padding-bottom:80px;
}
.business_page_contents_sp02 {
	width:80%;
	margin:0 auto;
	padding-bottom:20px;
}
.business_page_contents_sp h2 {
	width:80%;
	margin:0 auto 40px;
}
.business_page_contents_sp p {
	font-size:1.5rem;
}

.business_list {
	width:100%;
	margin-top:60px;
}
.business_list_left {
	position:relative;
	width:100%;
	z-index:20;
}
.business_list_right {
	position:relative;
	top: -30px;
	width:92%;
	z-index:30;
	margin:0 auto;
}
.business_list_right_desc {
	width:100%;
	background-color:#fff;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.1);
}
.business_list_right_desc02 {
    position:relative;
    padding:40px 30px 45px;
}
.business_list_right_desc h3 {
	text-align:center;
	color:#111;
	font-size:3.0rem;
	font-weight:500;
	letter-spacing:0.1em;
}
.business_list_right_desc h4 {
    letter-spacing: 0.1em;
    margin-top:25px;
    font-size: 1.7rem;
    font-weight: 600;
    line-height:1.8;
}
.business_list_right_desc h5 {
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
}
.business_list_right_desc p {
	font-size:1.4rem;
    margin-top:25px;
}

.business_list02 {
	width:100%;
	margin-top:60px;
}
.business_list02_left {
	position:relative;
	top: -30px;
	width:92%;
	z-index:30;
	margin:0 auto;
}
.business_list02_left_desc {
	width:100%;
	background-color:#fff;
	box-shadow: 0px 0px 18px rgba(0,0,0,0.1);
}
.business_list02_left_desc02 {
    position:relative;
    padding:40px 30px 45px;
}
.business_list02_left_desc h3 {
	text-align:center;
	color:#111;
	font-size:3.0rem;
	font-weight:500;
	letter-spacing:0.1em;
}
.business_list02_left_desc h4 {
    letter-spacing: 0.1em;
    margin-top:25px;
    font-size: 1.7rem;
    font-weight: 500;
    line-height:1.8;
}
.business_list02_left_desc h5 {
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	color:#e1991c;
}
.business_list02_left_desc p {
    font-size:1.4rem;
    margin-top:25px;
}

.business_list02_right {
	position:relative;
	width:100%;
	z-index:20;
}

/* ######## 事業概要のスタイルここまで ######## */


/* ######## 大都MVCのスタイル ######## */

.mvc_page_contents_sp {
	width:100%;
	margin-top:80px;
}

.mvc_list_mission {
	width:100%;
	margin-bottom:100px;
}
.mvc_list_mission02 {
	width:100%;
	position:relative;
}
.mvc_mission_title_sp {
	width:88%;
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
	margin:0 auto;
}
.mvc_mission_title_sp h2 {
	text-align:center;
	color:#111;
	line-height:1.3;
	letter-spacing:0.1em !important;
	font-size:2.8rem;
}
.mvc_mission_title_sp p {
	color: #e1991c;
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	line-height:1.0;
	letter-spacing:0.1em !important;
	margin-top:5px;
}
.mvc_mission_img_sp {
	position:relative;
	width:92%;
	z-index:50;
	margin:40px auto 0;
}
.mvc_mission_img_sp img {
	width:100%;
}
.mvc_mission_img_sp .mvc_mission_desc_sp {
	width:88%;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.mvc_mission_img_sp .mvc_mission_desc_sp h3 {
	text-align:center;
	color:#fff;
	font-size:2.4rem;
	font-weight:600;
	letter-spacing:0.05em;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}
.mvc_mission_img_sp .mvc_mission_desc_sp p {
	display:none;
}
.mvc_list_mission p.mission_desc {
	font-size:1.4rem;
	width:88%;
	margin:30px auto 0;
}


.mvc_list_vision {
	width:100%;
	background: url(../../img/about_img/mvc_img/mvc_vision_backimg002.png) no-repeat 50% 50%;
    background-size: cover;
	background-color:#f1f1f1;
	margin-bottom:100px;
	padding-top:80px;
}
.mvc_list_vision02 {
	width:100%;
	position:relative;
	background:url(../../img/about_img/mvc_img/mvc_vision_backimg.png) repeat-x 0 100%;
	background-size:10px 50px;
}
.mvc_vision_title_sp {
	width:88%;
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
	margin:0 auto;
}
.mvc_vision_title_sp h2 {
	text-align:center;
	color:#111;
	line-height:1.3;
	letter-spacing:0.1em !important;
	font-size:2.8rem;
}
.mvc_vision_title_sp p {
	color: #e1991c;
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	line-height:1.0;
	letter-spacing:0.1em !important;
	margin-top:5px;
}
.mvc_vision_img_sp {
	position:relative;
	width:95%;
	z-index:50;
	margin-top:40px;
}
.mvc_vision_img_sp img {
	width:100%;
}
.mvc_vision_img_sp .mvc_vision_desc_sp {
	width:78%;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.mvc_vision_img_sp .mvc_vision_desc_sp h3 {
	text-align:center;
	color:#fff;
	font-size:3.4rem;
	letter-spacing:0.1em;
	line-height:1.0;
}
.mvc_vision_img_sp .mvc_vision_desc_sp p {
	display:none;
}
.mvc_list_vision p.vision_desc {
	font-size:1.4rem;
	width:88%;
	margin:30px auto 0;
	padding-right:10px;
}


.mvc_list_corevalues {
	width:100%;
	margin-bottom:100px;
}
.mvc_list_corevalues02 {
	width:100%;
	position:relative;
}
.mvc_corevalues_title_sp {
	width:88%;
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
	margin:0 auto;
}
.mvc_corevalues_title_sp h2 {
	text-align:center;
	color:#111;
	line-height:1.3;
	letter-spacing:0.1em !important;
	font-size:2.8rem;
}
.mvc_corevalues_title_sp p {
	color: #e1991c;
	text-align:center;
	font-size:1.2rem;
	font-weight:500;
	line-height:1.0;
	letter-spacing:0.1em !important;
	margin-top:5px;
}
.mvc_corevalues_img_sp {
	position:relative;
	width:100%;
	z-index:50;
	margin-top:40px;
}
.mvc_corevalues_img_sp img {
	width:100%;
}
.mvc_corevalues_img_sp .mvc_corevalues_desc_sp {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.mvc_corevalues_img_sp .mvc_corevalues_desc_sp dl {
	display:none;
}
.mvc_corevalues_img_sp .mvc_corevalues_desc_sp dl dt {
	display:none;
}
.mvc_corevalues_img_sp .mvc_corevalues_desc_sp dl dd {
	display:none;
}
.mvc_list_corevalues03 {
	text-align:center;
	width:100%;
	position:relative;
	margin-top:30px;
}
.mvc_list_corevalues dl.corevalues_desc {
	text-align:left;
	font-size:1.4rem;
	margin:0 auto;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align:top;
}
.mvc_list_corevalues dl.corevalues_desc dt {
	font-size:1.8rem;
	color:#111;
	line-height:1.0;
	margin-bottom:10px;
	letter-spacing:0.1em;
}
.mvc_list_corevalues dl.corevalues_desc dd {
	margin-bottom:20px;
	line-height:1.0;
	padding-left:1px;
}

/* ######## 大都MVCのスタイルここまで ######## */


/* ######## ページクロージング領域 ######## */

.page_contents_closing_sp {
	width:100%;
	height:300px;
	margin:100px 0 20px;
	position:relative;
}
.page_contents_closing_sp02 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 140px;
}
.page_contents_closing_sp02 h2 {
	width:88%;
    font-size: 2.0rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}
.career_detail .page_contents_closing_sp {
	margin-top:20px !important;
}

/* ######## ページクロージング領域ここまで ######## */


/* ########### 固定ページコンテンツ領域のスタイルここまで ########### */


/* ########### 1カラムの投稿コンテンツ領域のスタイル ########### */

.post_contents_1c {
	width:100%;
	background-color:#fff;
}
.post_contents_1c02 {
	width:100%;
	z-index:10;
}
.post_contents_1c02_02 {
	position:relative;
	width:100%;
}


/* ######## サムネイル領域 ######## */

.post_contents_thumb_sp {
	width:100%;
	z-index:40;
}
.post_contents_thumb_sp p {
	width:100%;
}
.post_contents_thumb_sp p img {
	width:100%;
	object-fit: cover;
}

/* ######## サムネイル領域ここまで ######## */


/* ######## タイトル領域 ######## */

.post_contents_title_sp_inner {
	width:100%;
	margin:0 auto;
	background:url(../img/sp/sp_post_contents_title_backimg.png) no-repeat 4% center;
    background-size: 30px 63px;
    background-color:#fff;
    border-bottom:1px dotted #ddd;
}
.post_contents_title_sp01 {
	width:15%;
	float:left;
}
.post_contents_title_sp01 p {
	display:none;
}
.post_contents_title_sp02 {
	position:relative;
	width:85%;
	background-color:#f1f1f1;
	float:right;
	padding:30px 25px 25px;
}
.post_contents_title_sp02  p.team_cat {
	font-size:1.2rem;
	font-weight:500;
	margin-bottom:8px;
}
.post_contents_title_sp02  h6.blog_cat {
	font-size:1.2rem;
	font-weight:500;
	margin-bottom:8px;
}
.post_contents_title_sp02 h2 {
	color:#222;
	font-weight:500;
	font-size:2.0rem;
	line-height:1.6;
	letter-spacing:0.1em;
	padding-bottom:8px;
}

/* ######## タイトル領域ここまで ######## */


.post_contents_1c03 {
	width:100%;
	margin:100px auto 20px;
}

/* ######## リード文領域 ######## */

.lead_text_sp{
	background: url(../img/post_contents_backimg.png) no-repeat center 0, url(../img/post_contents_backimg.png) no-repeat center 100%;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	font-size:1.5rem;
	line-height:2.0;
	margin:30px 5% 0;
	padding: 1px 15px 30px 15px;
}

/* ######## リード文領域ここまで ######## */

.post_contents_1c03 h3 {
	width:100%;
	font-size:2.0rem;
	line-height:1.6;
	font-weight:500;
	color:#e1991c;
	margin:80px auto 0;
	border-left:3px solid #e1991c;
	padding: 0 6% 0 5%;
}
.post_contents_1c03 h4 {
	width:88%;
	font-size:2.0rem;
	line-height:1.6;
	font-weight:500;
	margin:60px auto 0;
}
.post_contents_1c03 p {
	width:88%;
	font-size:1.5rem;
	line-height:2.0;
	margin:40px auto 0;
}
.post_contents_1c03 dl {
	width:88%;
	font-size:1.5rem;
	margin:40px auto 0;
	border-top:1px dotted #ddd;
	padding-top:20px;
}
.post_contents_1c03 dl dt {
	font-weight:500;
}
.post_contents_1c03 dl dd {
	padding-bottom:20px;
	margin: 7px 0 20px;
	border-bottom:1px dotted #ddd;
}

.post_contents_1c03 dl dd p {
	margin:20px 0 0 0 !important;
}
.post_contents_1c03 .instagram-media {
	width:90% !important;
	margin:40px auto 0 !important;
}

.post_contents_1c03 .video_sp {
	width:90%;
	margin:40px auto 0;
}

.post_contents_1c03 .video_sp .video {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.post_contents_1c03 .video_sp .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
}



/* ######## ページリンク領域 ######## */

.page_link {
	font-size:1.5rem;
	line-height:1.6;
	font-weight:500;
	background-color:#f1f1f1;
	padding:25px 25px 13px 25px;
	margin:30px 5% 0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.page_link ul li {
	background:url(../img/listmk002.png) no-repeat 0 7px;
	background-size:7px 6px;
	padding-left:12px;
	margin-bottom:10px;
}

/* ######## ページリンク領域ここまで ######## */


/* ######## ページクロージング領域 ######## */

.post_contents_1c_closing_sp {
	width:100%;
	height:300px;
	margin-top:60px;
	position:relative;
}
.post_contents_1c_closing_sp02 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 140px;
}
.post_contents_1c_closing_sp02 h2 {
	width:88%;
    font-size: 2.0rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}

.staff_close{
	background: url(../../img/closing_img/sp/sp_blog_closing_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.blog_close{
	background: url(../../img/closing_img/sp/sp_recruit_closing_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.job_close{
	background: url(../../img/closing_img/sp/sp_apply_closing_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}
.jack_close{
	background: url(../../img/closing_img/sp/sp_job_closing_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}

.closing_icon {
	font-size:1.4rem;
	line-height:1.5;
	color:#111;
	text-align:center;
	font-weight:600;
	position:absolute;
	right:0;
	left:0;
	top:-60px;
	margin:0 auto;
	width:55%;
	padding: 30px 0;
	background: url(../img/under_listmk001.png) no-repeat center 100%;
	background-color:#fff;
	background-size: 6px 17px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* ######## ページクロージング領域ここまで ######## */


/* ########### 1カラムの投稿コンテンツ領域のスタイルここまで ########### */



/* ########### 2カラムの投稿コンテンツ領域のスタイル ########### */

.post_contents_2c {
	width:100%;
	background-color:#fff;
}
.post_contents_1c02 {
	width:100%;
	z-index:10;
}


/* ########### 2カラムの左カラムのスタイル ########### */

.post_contents_2c02_left03 {
	width:100%;
	margin:60px auto 20px;
}

.post_contents_2c02_left03 h3 {
	width:100%;
	font-size:2.0rem;
	line-height:1.6;
	font-weight:500;
	color:#e1991c;
	margin:80px auto 0;
	border-left:3px solid #e1991c;
	padding: 0 6% 0 5%;
}
.post_contents_2c02_left03 h4 {
	width:88%;
	font-size:2.0rem;
	line-height:1.6;
	font-weight:500;
	margin:60px auto 0;
}
.post_contents_2c02_left03 p {
	width:88%;
	font-size:1.5rem;
	line-height:2.0;
	margin:40px auto 0;
}

.post_contents_2c02_left03 .video_sp {
	width:88%;
	margin:40px auto 0;
}

.post_contents_2c02_left03 .video_sp .video {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.post_contents_2c02_left03 .video_sp .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
}

.post_contents_2c02_left03 .bread_sp {
	width:88%;
	margin:20px auto 0;
}

/* 画像付きテキスト領域 */

.post_contents_2c02_left03 .post_photo_sp {
	width:88%;
	line-height:1.0;
	margin:40px auto 0;
}
.post_contents_2c02_left03 .post_photo_sp h6 {
	display:inline-block;
	color:#666;
	line-height:1.0;
	font-size:1.2rem;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
}


/* ########### 2カラム用のこのブログを書いた人スタイル ########### */

.post_contents_2c_single_writer {
	width:100%;
	margin: 60px 0 0;
	padding-bottom:60px;
}
.post_contents_2c_single_writer h4 {
	text-align:center;
	width:88%;
	font-size:2.0rem;
	line-height:1.0;
	font-weight:500;
	margin:0 auto 30px;
}
.post_contents_2c_single_writer02 {
	width:88%;
	margin: 0 auto;
}
.post_contents_2c_single_writer_left {
	display: block;
    vertical-align: top;
    width: 80px;
    float: left;
}
.post_contents_2c_single_writer_left img {
    border-radius: 40px;
    height: 80px;
    width: 80px;
    display: block;
}
.post_contents_2c_single_writer_right {
    width: 100%;
    float: right;
    margin-left:-100px;
}
.post_contents_2c_single_writer_right02 {
    position: relative;
    margin-left:100px;
}

/* ########### 2カラム用のこのブログを書いた人スタイルここまで ########### */


/* ########### 2カラム用のこんなブログも書いてますスタイル ########### */

.single_rec {
	padding: 60px 0 0;
	border-top:1px dotted #ddd;
}
.single_rec h4 {
	text-align:center;
	width:88%;
	font-size:2.0rem;
	line-height:1.6;
	font-weight:500;
	margin:0 auto 30px;
}

.single_rec ul.single_rec_block {
	width:100%;
}
.single_rec ul.single_rec_block li {
	position:relative;
	width:96%;
	background-color:#f1f1f1;
	padding:20px;
	margin:0 auto 5px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;

}
.single_rec ul.single_rec_block li.blog_list_sp div.blog_list_thumb {
	width:40%;
	float:left;
}
.single_rec ul.single_rec_block li.blog_list_sp div.blog_list_sp03 {
	width:55%;
	float:right;
	padding-top:0 !important;
}
.single_rec ul.single_rec_block li.blog_list_sp div.blog_list_sp03 .list_cat {
	display:none !important;
}
.single_rec ul.single_rec_block li.blog_list_sp div.blog_list_sp03 .single_rec_list_cat {
	font-size:1.2rem;
	line-height:1.0;
	margin-bottom:7px;
}
.single_rec ul.single_rec_block li.blog_list_sp div.blog_list_sp03 h3 {
	width: 100% !important;
	font-size:1.5rem;
	margin: 0 !important;
}

/* ########### 2カラム用のこんなブログも書いてますスタイルここまで ########### */


/* ########### 2カラムの左カラムのスタイルここまで ########### */


/* ########### 2カラムの右カラムのスタイル ########### */

.post_contents_2c02_right {
	width:100%;
	padding-top:80px;
}

.side_cat {
	width:100%;
	margin-bottom:60px;
}
.side_cat .side_title_sp {
	width:100%;
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
	margin-bottom:40px;
}
.side_cat .side_title_sp h4 {
	text-align:center;
	width:100%;
	color:#111;
	font-size:2.4rem;
	line-height: 1.3;
	font-weight:600;
	letter-spacing:0.05em;
}
.side_cat .side_title_sp p {
	text-align:center;
	color: #e1991c;
	font-size:1.2rem;
	letter-spacing:0.1em;
}
.side_cat ul {
	font-size:1.5rem;
	font-weight:500;
	border-top:1px dotted #ddd;
}
.side_cat ul li {
	display:block;
	border-bottom:1px dotted #ddd;
}
.side_cat ul li a,a:link a:visited {
	display:block;
	width:100%;
	padding:18px 20px 18px 33px;
	background:url(../img/listmk002.png) no-repeat 20px 27px;
	background-size:7px 6px;
}
.side_cat ul li a:hover {
	background-color:#f1f1f1;
}

.side_cat .side_staff {
	width:100%;
	border-top:1px dotted #ddd;
}
.side_cat .author_list {
    width: 100%;
    border-bottom: 1px dotted #ddd;
}
.side_cat .author_list a,a:link a:visited {
	display:block;
	width:100%;
	padding:18px 22px;
}
.side_cat .author_list a:hover {
	background-color:#f1f1f1;
}
.side_cat .author_side_avatar {
	width: 80px;
    float:left;
}
.side_cat .author_side_avatar img {
    border-radius: 40px;
    height: 80px;
    width: 80px;
}
.side_cat .author_side_inner {
    float:left;
    margin-left:20px;
    padding-top:20px;
}
.side_cat .author_side_staff {
    font-size: 1.8rem;
    line-height: 1.0;
    letter-spacing:0.1em;
}
.side_cat .author_side_team {
	font-weight:500;
	color:#e1991c;
    font-size: 1.2rem;
    line-height: 1.0;
    padding-top:8px;
}

.side_cat .entry_list {
    display:none;
}
.side_cat .entry_thumb {
    display:none;
}
.side_cat .entry_title {
    display:none;
}

/* ########### 2カラムの右カラムのスタイルここまで ########### */


/* ########### 2カラムのスタッフリストのスタイル ########### */

.post_contents_stafflist_sp {
	width:100%;
}
.post_contents_stafflist_sp02 {
	width:100%;
	margin:80px auto 0;
}

.main_staff {
	width:100%;
}

.author_main_list {
    width: 100%;
    border-bottom:1px dotted #ddd;
    padding-bottom:40px;
    margin-bottom:40px;
}
.author_main_list02 {
    width: 88%;
    margin:0 auto;
}

.author_main_avatar {
    display: block;
    vertical-align: top;
    width: 80px;
    float: left;
}

.author_main_avatar img {
    border-radius: 40px;
    height: 80px;
    width: 80px;
    display: block;
}

.author_main_inner {
    width: 100%;
    float: right;
    margin-left:-100px;
}
.author_main_inner02 {
    position: relative;
    margin-left:100px;
}

.author_main_staff {
	font-size: 2.0rem;
    letter-spacing:0.1em;
    line-height:1.0;
}
.author_main_team {
	color:#e1991c;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing:0.1em;
    line-height:1.0;
    margin-top:7px;
}
.author_main_desc {
    font-size: 1.4rem;
    line-height:1.8;
    letter-spacing:0.1em;
    margin-top:20px;
}

/* ########### 2カラムのスタッフリストのスタイルここまで ########### */


/* ######## 2カラム用ページクロージング領域 ######## */

.post_contents_2c_closing_sp {
	width:100%;
	height:300px;
	margin-top:60px;
	position:relative;
}
.post_contents_2c_closing_sp02 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 140px;
}
.post_contents_2c_closing_sp02 h2 {
	width:88%;
    font-size: 2.0rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
    text-shadow: 1px 1px 10px rgba(0,0,0,0.4);
}

.blog_close{
	background: url(../../img/closing_img/sp/sp_recruit_closing_backimg.png) no-repeat 50% 50%;
    background-size: cover;
}

.post_contents_2c_media_info {
	width:100%;
	margin-bottom:100px;
}

/* ######## 2カラム用ページクロージング領域ここまで ######## */


/* ########### 2カラムの投稿コンテンツ領域のスタイルここまで ########### */



/* ########### 投稿詳細ページ下部領域のスタイル ########### */

.post_contents_bottom_sp {
	width:100%;
	padding-top:100px;
	padding-bottom:120px;
}
.post_contents_bottom_sp .block_title_sp {
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
}

.post_nav {
	width:100%;
	margin: 0 auto 30px;
}
.post_nav ul {
	font-size:1.2rem;
	width:92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto;
}
.post_nav ul li {
	width: 100%;
	width: -moz-calc((100% / 3) - 4px);
	width: -webkit-calc((100% / 3) - 4px);
	width: calc((100% / 3) - 4px);
	margin:0 2px 4px;
	vertical-align:top;
	letter-spacing:0.02em;
}
.post_nav ul li a,a:link a:visited {
	text-align:center;
	display:block;
	font-weight:500;
	padding:12px 0;
	background-color:#f1f1f1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.post_nav ul li a:hover {
	color:#fff;
	background-color:#e1991c;
}

.post_nav02 {
	width:100%;
	margin: 0 auto 30px;
}
.post_nav02 ul {
	font-size:1.2rem;
	width:92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin:0 auto;
}
.post_nav02 ul li {
	width: 100%;
	width: -moz-calc((100% / 3) - 4px);
	width: -webkit-calc((100% / 3) - 4px);
	width: calc((100% / 3) - 4px);
	margin:0 2px 4px;
	vertical-align:top;
	letter-spacing:0.02em;
}
.post_nav02 ul li a,a:link a:visited {
	text-align:center;
	display:block;
	font-weight:500;
	padding:12px 0;
	background-color:#f1f1f1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.post_nav02 ul li a:hover {
	color:#fff;
	background-color:#e1991c;
}

.nav_active {
	color:#fff !important;
	background-color:#e1991c !important;
}

/* ########### 投稿詳細ページ下部領域のスタイルここまで ########### */


/* ########### 一覧表示領域のスタイル ########### */

.list_contents_sp {
	width:100%;
}
.list_contents_sp02 {
	width:100%;
	margin:60px auto 0;
}


/* ########### 著者別領域のスタイル ########### */

.author_profile_sp {
	width:100%;
	margin:100px auto 0;
}
.author_profile_sp .block_title_sp {
	padding-bottom: 25px;
	background:url(../img/block_title_backimg001.png) no-repeat center 100%;
	background-size:40px 14px;
}
.author_profile_sp .block_title_sp h2 {
	line-height:1.5;
}
.single_writer {
	width:100%;
	margin:0 auto 60px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	padding:40px 0;
	background-color:#f1f1f1;
}
.single_writer02 {
	width:88%;
	margin:0 auto;
}
.single_writer_left {
	display: block;
    width: 80px;
    float: left;
}
.single_writer_left img {
    border-radius: 40px;
    height: 80px;
    width: 80px;
    display: block;
}
.single_writer_right {
    width: 100%;
    float: right;
    margin-left: -100px;
}
.single_writer_right02 {
    position:relative;
    margin-left: 100px;
}

.author_contents_sp {
	width:100%;
}

.new_icon {
	color:#fff;
	text-align:center;
	font-size:1.0rem;
	position:absolute;
	top:-20px;
	right:5px;
	border-radius: 30px;
	width:60px;
	height:60px;
	line-height:60px;
	background-color:#dd0000;
	z-index:200;
	letter-spacing:0.1em;
	padding-left:1px;
}

/* ########### 著者別領域のスタイル ########### */


p.list_contents_desc {
	font-size:1.5rem;
	width:80%;
	margin:60px auto 0;
}
p.list_contents_desc02 {
	font-size:1.5rem;
	width:80%;
	margin:30px auto 0;
}

.list_sp {
	position: relative;
	width: 100%;
	margin-bottom:40px;
}
.list_sp02 {
	width: 100%;
}
.list_thumb {
	position:relative;
	width:95%;
}
.list_sp03 {
	width:100%;
	position:relative;
	padding-top:30px;
}
p.list_cat {
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 48px;
    z-index: 100;
    display:block;
    font-size:1.2rem;
    line-height:48px;
    color:#fff;
    background:url(../img/list_cat_backimg.png) no-repeat -20px 0;
    background-size:164px 48px;
}
p.list_cat span {
	display:block;
	width:88%;
	margin:0 auto;
}
.list_sp03 h3 {
	width:88%;
	text-align: justify;
	margin:0 auto;
	font-size:1.8rem;
	font-weight:500;
}


/* ########### 一覧表示領域のオプションスタイル ########### */

.list_contents_sp .list_option_sp {
	font-size:1.2rem;
	width:100%;
	margin-top:20px;
}
.list_contents_sp .list_option_sp p {
	width:89%;
	margin:0 auto;
	padding:0 5px;
}

/* ########### 一覧表示領域のオプションスタイルここまで ########### */


.thumb_zoom {
	display:block;
    width: 100%;
}
.thumb_zoom img {
}

.thumb_zoom img:hover {
}

.list_sp_none {
	width:88%;
	background-color:#f1f1f1;
	border:1px dotted #ddd;
	padding:40px;
	margin:0 auto 20px;
}
.list_sp_none p {
	font-size:1.5rem;
}

.list_contents_sp03 {
	width:100%;
	margin-top:60px;
}
.list_contents_sp03 dl {
	width:88%;
	font-size:1.5rem;
	color:#fff;
	margin:0 auto;
}
.list_contents_sp03 dl dt {
	text-align:center;
	width:110px;
    height: 40px;
    display:block;
    line-height:40px;
	font-size:1.2rem;
	letter-spacing:0.1em;
	background-color:#222;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom:10px;
}
.list_contents_sp03 dl dd {
	width:100%;
	margin:0 auto 20px;
	border-bottom:1px dotted #ddd;
	padding-bottom:20px;
}


.release_list_contents_sp {
	margin-top:100px;
}
.culture_list_contents_sp {
	margin-top:100px;
}

/* ########### 一覧表示領域のスタイルここまで ########### */


/* ########### ページナビゲーションのスタイル ########### */

.wp-pagenavi {
	position:relative;
	width:100%;
	text-align:center;
	margin: 0 auto 20px;
	height:60px;
	line-height:60px;
	background-color:#f1f1f1;
}
.wp-pagenavi .pages {
	font-size:1.4rem;
	height:50px;
	line-height:50px;
}
.wp-pagenavi .current {
	display:none;
}
.wp-pagenavi .extend {
	display:none;
}
.wp-pagenavi a.larger {
	display:none;
}
.wp-pagenavi a.smaller {
	display:none;
}
.wp-pagenavi a.last {
	display:none;
}
.wp-pagenavi a.nextpostslink {
	position:absolute;
	top:0;
	right:4%;
	display:block;
	height:60px;
	line-height:60px;
	font-size:1.2rem;
	font-weight:500;
	background:url(../img/btn_listmk002.png) no-repeat right center;
    background-size:14px 6px;
    padding:0 22px 0 15px;
}
.wp-pagenavi a.nextpostslink:hover {
	color:#e1991c;
}
.wp-pagenavi a.previouspostslink {
	position:absolute;
	top:0;
	left:4%;
	display:block;
	height:60px;
	line-height:60px;
	font-size:1.2rem;
	font-weight:500;
	background:url(../img/btn_listmk003.png) no-repeat 0 center;
    background-size:14px 6px;
    padding:0 15px 0 22px;
}
.wp-pagenavi a.previouspostslink:hover {
	color:#e1991c;
}

/* ########### ページナビゲーションのスタイルここまで ########### */


/* ############################ コンテンツ領域のスタイルここまで ######################### */


/* ########## ソーシャルボタン領域 ########## */

.wp_social_bookmarking_light {
	width:100%;
	text-align:center;
	padding:40px 0 35px;
	background:url(../img/under_listmk003.png) no-repeat center 0;
    background-size:14px 16px;
	background-color:#f1f1f1;
	margin-top:80px;
	border-bottom:1px dotted #ddd;
}
.wp_social_bookmarking_light .wsbl_hatena_button, .wp_social_bookmarking_light .wsbl_facebook_like, .wp_social_bookmarking_light .wsbl_facebook_share, .wp_social_bookmarking_light .wsbl_twitter {
  display: inline-block;
  vertical-align: top;
}
.wp_social_bookmarking_light .wsbl_hatena_button {
	margin-right:6px;
}
.wp_social_bookmarking_light .wsbl_facebook_like {
	margin-right:3px;
}
.wp_social_bookmarking_light .wsbl_facebook_share {
	margin-right:6px;
}
.wp_social_bookmarking_light .wsbl_twitter {
	margin-top:1px;
	width:75px !important;
}

.wp_social_bookmarking_light_clear {
	display:none !important;
}

/* ########## ソーシャルボタン領域ここまで ########## */


/* ############################ フッター ######################### */

#footer {
width:100%;
padding-top:20px;
}

/* ########## フッターバナー領域 ########## */

#footer_bn_sp {
	width:100%;
	padding:0 0 80px;
	background:url(../img/footer_img/footer_backimg001.png) repeat-x center 100%;
	background-size:188px 36px;
	background-color:#efece2;
}
#footer_bn_sp02 {
	width:100%;
	background:url(../img/footer_img/footer_backimg002.png) repeat-x 0 0;
	background-size:10px 40px;
}
#footer_bn_sp03 {
	width:92%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin:0 auto;
}
.footer_bn_list {
	vertical-align: top;
	width: 100%;
	width: -moz-calc((100% / 2) - 16px);
	width: -webkit-calc((100% / 2) - 16px);
	width: calc((100% / 2) - 16px);
	margin:0 8px 25px;
}
.footer_list_logo {
	width:70%;
	margin:0 auto 15px;
}
.footer_list_logo02 {
	width:55%;
	margin:0 auto 15px;
}
.footer_list_logo03 {
	width:63%;
	margin:0 auto 15px;
}
.footer_bn_list h4 {
	margin-bottom:10px;
}
p.footer_desc {
	font-size:1.2rem;
	margin-top:10px;
}

.footer_bn_zoom {
	display:block;
    width: 100%;
}
.footer_bn_zoom img {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.3s;
}

.footer_bn_zoom img:hover {
    -webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	filter:alpha(opacity=70);
	opacity:0.7;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.3);
}

/* ########## フッターバナー領域ここまで ########## */


/* ########## フッターリスト ########## */

#footer02 {
	width:100%;
	padding:60px 0 20px;
	background-color:#111;
}

#footer_sp {
	display:none;
}

.footer_list {
	display:none;
}

/* ########## フッターリストここまで ########## */

#footer_sp02 {
	width:90%;
	margin:0 auto ;
}

#footer_sp02 h5 {
	display: none;
}

#footer_sp03 {
	width:100%;
}
#add_sp {
	width:100%;
}
#add_sp h6 {
	font-weight: bold;
    color: #f1f1f1;
    font-size: 1.6rem;
    margin-bottom:10px;
    letter-spacing:0.1em;
}
#add_sp p {
	font-size:1.2rem;
	color: #f1f1f1;
}

#fb_sp {
	width:100%;
	margin-top:25px;
}
#fb_sp ul {
	text-align:center;

}
#fb_sp ul li {
	width:50%;
	float:left;
}
#fb_sp ul li:first-child {
	padding-right:5px;
}
#fb_sp ul li:last-child {
	padding-left:5px;
}
#fb_sp ul li a,a:link a:visited {
	display:block;
	transition: all .3s;
}
#fb_sp ul li a:hover {
	background-color:#000;
	transition: all .3s;
}

p.copy {
	width:100%;
	font-size:1.0rem;
	color: #444;
	margin:60px auto 0;
}


/* ############################ フッターここまで ######################### */


.mb_20px {
margin-bottom:20px;
}
.mb_30px {
margin-bottom:30px;
}
.mb_40px {
margin-bottom:40px;
}

.b_none {
	border:none !important;
}

.link_window {
	width:11px;
	margin-left:5px;
	vertical-align:middle !important;
}
.link_window02 {
	width:11px;
	margin-left:5px;
	padding-bottom:3px;
	vertical-align:middle!important;
}

.list_font {
	color:#444;
	font-size:10px !important;
	padding-left:1px;
	letter-spacing:1.5px;
}
.list_font01 {
	font-size:1.0rem !important;
	padding-left:1px;
	letter-spacing:0.1em;
}

.f_bold {
	font-weight:bold;
}

.right {
text-align:right !important;
}
.center {
text-align:center;
}

.red001 {
color:#f00;
}
.red002 {
color:#f00;
font-weight:bold;
}

.black001 {
color:#000;
}
.black002 {
color:#000;
font-weight:bold;
}

.btn_style01 {
    text-align: center;
    width: 88%;
    margin: 20px auto 0px;
}

.btn_style01 a, a:link a:visited {
	display: block;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: none!important;
    color: #fff;
    font-size: 1.8rem !important;
    font-weight:500 !important;
    padding: 15px 10px;
    background:url(../img/btn_listmk001.png) no-repeat right center;
    background-size:18px 8px;
    background-color:#e1991c;
	transition: all .3s;
	letter-spacing:0.05em;
}
.btn_style01 a:hover{
	color:#fff;
	background-color:#000;
}

.btn_style02 {
    text-align: center;
    width: 90%;
    margin: 0 auto ;
}

.btn_style02 a, a:link a:visited {
	display: block;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: none!important;
    color: #fff;
    font-size: 100% !important;
    padding: 18px 10px;
    margin: 0 -15px;
    background:url(../img/listmk002.png) no-repeat right center;
    background-color:#e1991c;
	transition: all .3s;
	letter-spacing:0.05em;
}
.btn_style02 a:hover{
	color:#fff;
	background-color:#000;
}

.btn_style03 {
    text-align: center;
    width: 80%;
    margin: 30px auto 0px;
}

.btn_style03 a, a:link a:visited {
	display: block;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: none!important;
    color: #fff;
    font-size: 1.8rem !important;
    font-weight:500 !important;
    padding: 15px 10px;
    background:url(../img/btn_listmk001.png) no-repeat right center;
    background-size:18px 8px;
    background-color:#e1991c;
	transition: all .3s;
	letter-spacing:0.05em;
}
.btn_style03 a:hover{
	color:#fff;
	background-color:#000;
}

.btn_style04 {
    text-align: center;
    width: 95%;
    margin: 30px auto 0px !important;
}

.btn_style04 a, a:link a:visited {
	display: block;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: none!important;
    color: #fff;
    font-size: 1.8rem !important;
    font-weight:500 !important;
    padding: 15px 10px;
    background:url(../img/btn_listmk001.png) no-repeat right center;
    background-size:18px 8px;
    background-color:#e1991c;
	transition: all .3s;
	letter-spacing:0.05em;
}
.btn_style04 a:hover{
	color:#fff;
	background-color:#000;
}

.side_btn_style01 {
    text-align: center;
    width: 88%;
    margin: 20px auto 0px;
}

.side_btn_style01 a, a:link a:visited {
	display: block;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: none!important;
    color: #fff;
    font-size: 1.8rem !important;
    font-weight:500 !important;
    padding: 15px 10px;
    background:url(../img/btn_listmk001.png) no-repeat right center;
    background-size:18px 8px;
    background-color:#e1991c;
	transition: all .3s;
	letter-spacing:0.05em;
}
.side_btn_style01 a:hover{
	color:#fff;
	background-color:#000;
}


/* ######## ブログ用テキストスタイル ######## */

.text_style001 {
	font-weight:600;
}
.text_style002 {
	color:#111;
}
.text_style003 {
	color:#111;
	font-weight:600;
}
.text_style004 {
	font-size:1.6rem;
	color:#111;
	font-weight:600;
}
.text_style005 {
	font-size:1.8rem;
	color:#111;
	font-weight:600;
}
.text_style006 {
	font-size:2.0rem;
	color:#111;
	font-weight:600;
}
.text_style007 {
	color:#f00;
}
.text_style008 {
	color:#f00;
	font-weight:600;
}
.text_style009 {
	font-size:1.6rem;
	color:#f00;
	font-weight:600;
}
.text_style010 {
	font-size:1.8rem;
	color:#f00;
	font-weight:600;
}
.text_style011 {
	font-size:2.0rem;
	color:#f00;
	font-weight:600;
}

/* ######## ブログ用テキストスタイルここまで ######## */


.pc {
	display:none;
}

/* ################################################ 共通スマホスタイルここまで ############################################# */

/* ################################################ 個別ページスマホスタイル ############################################# */

/* ######## mvc ######## */

#daito_mission h2,
#daito_vision h2,
#daito_coreValue h2 {
	font-size: 2.7rem;
}
.page_contents_sp .page_contents_bottom_nav_sp02.about ul li,
.page_contents_sp .page_contents_nav_sp02.about ul li {
	width: 20%;
}
.about_page_contents_sp dl {
	width: 85%;
	padding: 0;
}
.about_page_contents_sp dl.about dt {
	font-size: 3.0rem;
	text-align: center;
	color: #111;
	line-height: 1.4;
	margin: 40px 0 20px;
}
.about_page_contents_sp dl.about dt.jp {
	font-size: 2.3rem;
}
.about_page_contents_sp dl.about dt span {
	display: block;
	font-size: 1.6rem;
	margin: 0;
}
.about_page_contents_sp dl.about dd {
	margin: 0;
	padding: 0;
	border: none;
}
.about_page_contents_sp dl.about dd:last-child {
	padding: 0 0 40px;
	border-bottom: 1px dotted #ddd;
}
.about_page_contents_sp dl.about dd p {
	margin: 20px 0 0;
}

/* ######## mvcここまで ######## */

/* ################################################ 個別ページスマホスタイルここまで ############################################# */

}








