@charset "utf-8";

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 85%;
	margin: 2em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

#entry_body .gray_box ul:last-child,
#contents #entry_body .gray_box p:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	background: #fff url(images/bq24.png) left top no-repeat;
	margin: 24px auto 36px auto;
	padding: 30px 15px 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
}

#contents blockquote p:last-child {
	margin-bottom: 0;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}

#article_body .wp-caption {
	margin-bottom: 24px;
}

#article_body .wp-caption img {
	margin-bottom: 4px;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: #1122cc;
}

a:hover {
	color: #ff7ddf;
}

/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.6;
	background: #fff;
	color: #333;
}

body {
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h4,h5,h6 {
	/*margin-bottom: 24px;*/
	margin-bottom: 15px;
	margin-top: 10px;
}

h1 {
	font-size: 48px; 
	line-height : 1.5;
}

h2 {
	font-size: 36px;
	line-height: 1.5;
}

h3 {
	font-size: 24px;
	line-height: 1.5;
}


h6 {
    border-left: 5px solid #9B213A;
	padding: 3px 15px 5px;
	border-bottom: 1px solid #9B213A;
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header {
	text-align: center;
	padding: 0 0 0px;
}

#header .top_title {
	margin-bottom: 12px;
	font-size: 36px;
}

#header .top_title a {
	color: #efefef;
	text-shadow: 1px -1px 0 rgba(0,0,0,1);
	font-weight: bold;
}

#header .top_title a:hover {
	color: #444;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
}

#header .caption {
	color: #fff;
	font-size: 16px;
	padding: 0.8em 0.5em;
	border: 1px solid #444;
	box-shadow:inset -1px -1px 0 rgba(255,255,255,0.4);
	margin: 0 12px;
}
#flow_flyer {
	display:none;
}
.tel { display:none;}
.screensize { display:none;}

/*ページ内見出し*/
.page_title{
	font-size: 14px;
}

/*--------------------------------------
  ナビゲーション
--------------------------------------*/
nav#menu {
	margin-bottom: 20px;
}
.togmenu {
	display: none;
	color: #fff;
	clear: both;
}
.menubtn {
	text-align: right;
    padding: 8px;
	color: #fff;
	background: #9B213A;
	text-align: right;
	clear: both;
    background: url(http://www.reform-nimura.com/wp-content/uploads/menu_bg_a.jpg) 0 0 repeat-x;
	height: 30px;
}
nav#menu ul li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
    background-color: #9B213A;
}
nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 8px 0;
	font-weight:bold;
}
nav#menu ul li a:hover {
    color: #9B213A:
}

nav#menu ul.sub-menu {
	display: none;
}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.6;
}
#contents p {
	margin-bottom: 1.1em;
	text-align: left;
}
#contents #main {
	background-color: #fff;
}
#contents #main .home_area {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}
#contents #main .date-time {
	font-size: 90%;
	text-align: left;
	line-height: 1em;
	margin: 0 0 0.8em 0;
}
#contents #main .eb_excerpt {
	font-size: 14px;
	min-height: 44px;
	margin: 10px 0px 0px 10px;
}
#contents #main .eb_price {
	float:right;
}
#contents #main .eb_price span{
	margin-top: -15px;
	display: inline-block;
}
#contents #main .eb_price div{
	font-weight: bold;
	display:inherit;
}

#contents #main .eb_price div.p1{
	font-size: 14px;
	color: #666;
}
#contents #main .eb_price div.p2{
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
}
#contents #main .eb_price div.p3{
	float: right;
	font-size: 28px;
	color: crimson;
	margin-top:-14px;
}
#contents #main .eb_cat {
	font-size: 90%;
	color: green;
	float: left;
	margin: 0px 0px 0px 10px;
}
#contents #main .eb_cat a {
	text-decoration: none;
	color: green;
}
#contents #main .eb_cat a:hover {
	color: #ff7ddf;
}
#contents #main .home_area .thumb_box {
	max-width: 300px;
	max-height: 300px;
	margin: 0 8px 0 0;
}
#contents #main .home_area .entry_box {
	overflow: auto;
	zoom: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 10px;
}
#contents #main #entry_body .home_area img {
	margin: 10px 0 0 10px;
}
#menu_ct {
	margin-bottom: 30px;
	padding: 50px 30px 30px;
	background: url(http://www.reform-nimura.com/images/roof_01ph.png) top no-repeat #fff;
}
#menu_ct .roofHead {
	text-align: center;
}
#menu_ct .fright {
  margin-bottom: 10px;
}
#menu_ct .fright .photo {
	margin: -30px -30px 0 20px;
	float: right;
}
#menu_ct .fleft {
	margin-bottom: 30px;
}
#menu_ct .fleft .photo {
	margin: -5px 20px 0 -30px;
	float: left;
}

#menu_ct section h4 {
	margin-bottom: 20px;
	border-left: 3px solid #FFF;
}

/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
	padding: 12px 0 24px 0;
	color: #000;
	text-align: center;
	/*background-color : #9B213A;*/
	overflow: hidden;
}

#footer-in {
	margin-bottom: 24px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

#footer-in img {
	margin-bottom: 16px;
}

#footer-in h2 {
	border-left: 3px solid #c2082b;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in h3 {
	border-left: 3px solid #ffd700;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in a {
	color: #fcfcfc;
	text-decoration: underline;
}

#footer-in ul {
	margin-bottom: 24px;
}

#footer-in ul li ul {
	margin-bottom: 0;
}

.footer_l, .footer_c, .footer_r {
	margin-bottom: 24px;
}

.rmt_link a {
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
	color: #333;
	font-weight: bold;
}

/*---------------------*/
#LF {
 	clear: both;
 	width: 100%;
 	/* border-top: 5px solid #333333; */
	margin-bottom: 40px;
}

#LF1 {
 	clear: both;
 	width: 100%;
 	text-align: center;
  	padding: 10px 0px 0px;
	background-color:#646464;
}

#LF1W1 {
  	width: 70%;
  	margin: 0 auto;
  	text-align: center;
}

#RFtNav1 {
  	text-align: center;
  	width: 100%;
}

#RFtNav1 .RFirst {
  	border-left: 0px;
  	padding: 0;
}

#RFtNav1 li {
  	display: inline-block;
  	zoom: 1;
  	border-left: 1px solid #FFF;
  	padding: 0 0 0 12px;
  	margin: 0 10px 2px 0;
}

#RFtNav1 a {
  	color: #FFF;
}

#LF2 {
  	clear: both;
  	width: 100%;
  	text-align: center;
  	padding: 5px 0px 10px;
  	background: #646464;
}

#LF2W1 {
  	margin: 0 auto;
  	text-align: center;
  	color: #fff;
}

/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 120px;
	right: 40px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #9B213A;
	padding: 5px 10px;
	display: block;
	font-size: 18px;
	background: url(../../images/pagetop.png) no-repeat;
	background-size: 85%;
	width: 90px;
	height: 90px;
	right:20px;
	position: fixed;
	z-index: 100;
}

/*--------------------------------------
  TOPへ戻る スマホ固定型
--------------------------------------*/
.top-home {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.top-home li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#footer .top-home a {
	color: #ffd700;
	font-size: 100%;
}

.top-home .fa {
	margin: 0;
}

/*--------------------------------------
  採用活動
--------------------------------------*/
.recruit div.table {
  font-size: 60%;
}
.recruit div.table .tr, div.table .tr2 {
 width: 100%;
 clear: both;
}
.recruit div.table .th {
  background: #dc143c;
  border-radius: 5px;
  width: 20px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
}
.recruit div.table .th, div.table .td {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.recruit div.table .td2 {
  margin-left: 25px;
}
.recruit .mark:before {
  content: url("http://www.reform-nimura.com/wp-content/uploads/mark.png");
  width: 16px;
}
.metaslider-477 {
z-index : -10;
}

/*--------------------------------------
  ここからPC表示設定
--------------------------------------*/

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


/*--------------------------------------
  1024px 全体
--------------------------------------*/
html {
	font-family: Meiryo, "メイリオ", verdana, sans-serif;
}

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/
header {
	text-align: left;	
}

#header .hgroup {
	width: 1040px;
	margin: 0 auto;
	max-width: 1260px;
        text-align: center;
}

#header .caption {
	margin: 0;
}


.header_inner {
    width: 50%;
    float: left;
    margin-top: 45px;
    margin-bottom: -61px;
}

.header_inner ul li{
	width: 210px;
	}
.header_right {
	margin-top:45px!important;
}
.header_right li.contact img{
    position: relative;
    top: -68px;
    right: -43px;
}
.tel {       display:block;}
.screensize {       display:block;}

/*--------------------------------------
  1024px コンテンツ
--------------------------------------*/
/*
全体で1060px
	メイン728px
	サイド300px
	余白28px
	ボーダー2px
	2pxぶん余裕あり
*/

#contents {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
#contents #main .home_area .thumb_box {
	max-width: 100px;
	max-height: 100px;
	margin-bottom:20px;
}
/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  1024px フッター
--------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	/*background: #9B213A url(images/grey_wash_wall.png) left top repeat;*/
	/* thnx! http://subtlepatterns.com/ */
}

#footer-in {
	width: 1060px;
	margin: 0 auto 24px auto;
}

#footer-in p {
	margin-bottom: 5%;
}

#footer-in h2 {
	border-top: 5px solid orange;
	/*border-left: 5px solid #c2082b;*/
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

#footer-in h3 {
	border-left: 5px solid #ffd700;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

.footer_l {
	float: left;
	width: 336px;
	font-size: 90%;
}

.footer_c, .footer_r {
	width: 320px;
}

.footer_l, .footer_c {
	margin: 0 32px 0 0;
}


}
/* PC表示ここまで */

/*追加スタイル*/

/* 一押し商品 */
#pickup_wrapper{
	text-align:center;
	margin-bottom:20px;
}
#pickup_wrapper div.all{
	display:inline-block;
}
#pickup_wrapper div.item{
	display:inherit;
	width:220px;
	padding:0px 3px;
	vertical-align: top;
	  margin-bottom: 15px;

}
#pickup_wrapper div.item a{
	display:block;
	color:#333;
	font-weight:bold;
}
#pickup_wrapper div.item_head{
	font-weight: bold;
	color: white;
	padding-top: 4px;
	line-height: 1.2em;
	/*-webkit-border-top-left-radius: 10px;*/
	/*-webkit-border-top-right-radius: 10px;*/
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#pickup_wrapper div.item_img{
	position: relative;
}
#pickup_wrapper span.item_imgtexttop{
	position:absolute;
	top:10px;
	left:10px;
	/*width: 180px;*/
	/*width: 14%;*/
	text-align: left;
	font-weight: bold;
	color: darkseagreen;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
#pickup_wrapper span.item_imgtextbottom{
	position:absolute;
	bottom:10px;
	right:10px;
	width: 200px;
	text-align: left;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	font-size: 12px;
	line-height: 1.2em;
	font-weight:bold;
}

#pickup_wrapper span.item_imgtextbottom2{
	position: absolute;
 	bottom: 10px;
	right: 10px;
	width: 100%;
	height: 70px;
	margin-right: 65px;
	font-size: 24px;
	line-height: 2.5em;
	list-style-position: 10em;
	font-weight: bold;
	background: url(http://www.reform-nimura.com/wp-content/uploads/bg_discount.png) no-repeat center;
	color: #FFF;
	background-position: 83px;
}

#pickup_wrapper div.item_text{
	margin-top: 5px;
}
#pickup_wrapper div.item_text img{
	padding-bottom: 6px;
}
#pickup_wrapper div.item_text_l1{
	/*text-align:left;
	font-size:12px;
	font-weight:bold*/
}
#pickup_wrapper div.item_text_r1{
	/*text-align:right;*/
	font-size:14px;
	font-weight:bold;
	color:rgb(192, 37, 32);
	/*margin-top:-10px;*/
}
#pickup_wrapper div.item_text_p{
	font-size:18px;
	font-weight:bold;
	width:25px;
	height:25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #666;
	color:#FFF;
	margin:0 auto;
	line-height: initial;
}
#pickup_wrapper div.item_text_m{
	/*text-align:right;
	margin:-25px 0px;*/
}
#pickup_wrapper span.item_text_m1{
	color:rgb(192, 37, 32);
	font-size:15px;
	font-weight:bold;
	font-style:oblique;
}
#pickup_wrapper span.item_text_m2{
	color:rgb(192, 37, 32);
	font-size:26px;
	font-weight:bold;
	font-style:oblique;
}
#pickup_wrapper span.item_text_mr{
	color:red;
	line-height: 2.4em;
	float:right;
	margin-top:25px;
	text-align:center;
}
#pickup_wrapper div.item_text_m4{
	font-size:28px;
	font-weight:bold;
	font-style:oblique;
}
#pickup_wrapper div.item_text_m5{
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
}
/* 一押し商品 */

/* 商品詳細 */
#item_wrapper{
	text-align:center;
}
#item_wrapper h3{
	margin:6px 0px;
	font-weight:bold;
}
/* パターン01 */
#item_wrapper div.pattern01 div.text{
	text-align:left;
	margin-bottom:20px;
}
#item_wrapper div.pattern01 div.i_clear{
	clear:both;
}
#item_wrapper div.pattern01 div.price_l{
	font-size: 18px;
	/*font-weight: bold;*/
	float:left;
}
#item_wrapper div.pattern01 div.price_r{
	float:right;
	color:#FA5364;
	text-align:left;
}
#item_wrapper div.pattern01 div.price_r div.s1{
	font-size: 17px;
	font-weight: bold;
}
#item_wrapper div.pattern01 div.price_r div.s2{
	font-size: 36px;
	margin-top: 0px;
	font-weight: bold;
}
/* パターン01 */
/* パターン02 */
#item_wrapper div.pattern02 div.img{
	float:left;
	max-width:350px;
	margin-right:10px;
}
#item_wrapper div.pattern02 span.rightpart{
	display:table;
}
#item_wrapper div.pattern02 div.text{
	text-align:left;
	margin-bottom:20px;
}
#item_wrapper div.pattern02 div.price_l{
	font-size: 24px;
	font-weight: bold;
	text-align:left;
}
#item_wrapper div.pattern02 div.price_r{
	color:red;
	text-align:left;
}
#item_wrapper div.pattern02 div.price_r div.s1{
	font-size: 24px;
	font-weight: bold;
}
#item_wrapper div.pattern02 div.price_r div.s2{
	font-size: 48px;
	margin-top: -15px;
	font-weight: bold;
}
/* パターン02 */
#item_wrapper a.call {
	display:block;
	color:white;
}
#item_wrapper div.call{
	text-align:center;
	background-color:#FA5364;
	padding: 10px 0px;
	border-radius: 5px;
	/*border:1px solid #999;*/
	margin:20px 0px;
	font-weight: bold;
}
/* 商品詳細 */

/* サイドバースタイル */
#menu-side li.menu-item a{
	display:block;
	font-weight:bold;
	font-size: 20px;
	color: #fff;
/*	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;*/
	padding-left: 35px;
}
#menu-side li.menu-item a:hover{
	color: #fff;
	text-shadow: none;
}
#menu-side li.menu-item:nth-of-type(1){
	background:#F4C900 url(http://www.reform-nimura.com/wp-content/uploads/icon01.png);
	background-repeat:no-repeat;
	background-position: 2% 45%;
}
#menu-side li.menu-item:nth-of-type(2){
	background:#ABD018 url(http://www.reform-nimura.com/wp-content/uploads/icon02.png);
	background-repeat:no-repeat;
	background-position: 2% 45%;
}
#menu-side li.menu-item:nth-of-type(3){
	background:#6FD1EA url(http://www.reform-nimura.com/wp-content/uploads/icon03.png);
	background-repeat:no-repeat;
	background-position: 2% 45%;
}
#menu-side li.menu-item:nth-of-type(4){
	background:#FC9BA0 url(http://www.reform-nimura.com/wp-content/uploads/icon04.png);
	background-repeat:no-repeat;
	background-position: 2% 45%;
}
#menu-side li.menu-item:nth-of-type(5){
	background:#aaa url(http://www.reform-nimura.com/wp-content/uploads/icon05.png);
	background-repeat:no-repeat;
	background-position: 2% 45%;
}
/* サイドバースタイル */


#flow_flyer {
    display:none;
}
#contents {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
#contents #main {
    float: right;
    margin: 0 0px 0 0;
    border-radius: 0;
    max-width: 100%;
}
#contents p {
	position: relative;
	left: 40px;
  	top: 30px;
  	margin-bottom: 0;
}
#entry_body {
    width: 100%;
    margin: 0;
    padding: 0px 0px;
}

/*-------ここから帯-------------*/
#article_body h2 {
  	font-size:30px;
	text-align: center;
	background-color: #FB5364;
	color: #ffffff;
	height: 70px;
	line-height: 70px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 50px;
    margin-top: 80px;
}
#article_body h2 a {
	padding: 10px 100px 10px 100px;
	border: solid 5px #FFF;
	border-radius: 40px;
	color: #FFFFFF;
	font-weight: bold;
}
/*-------ここまで帯-------------*/

/*-------ここからニムラについて-------------*/
#Box .ph_right figure img {
    /*margin-bottom: 50px;*/
}
#Box .ph_right figure {
    /*margin-right: 30px;*/
    float: right;
}
#Box .ph_right {
    margin: 10px;
}
.text01 {
	font-size:50px;
	font-weight:bold;
}
.text02 {
	font-size:20px;
	font-weight:bold;
}
.text03 {
	font-size:27px;
	font-weight:bold;
	color:#164496;
}
.text04 {
	line-height: 30px;
}
/*-------ここまでニムラについて-------------*/

/*-------ここからメリットについて-------------*/
#gain {
	border: 2px solid #F34565;
    border-radius: 0px;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
}
#gain p{
	position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    color: #505050;
    padding: 30px 30px 60px 30px;
}
.gain01 {
    background-color: #F34565;
}
.title {
    display: block;
    width: 90%;
    height: auto;
    margin: -30px 0 0 -30px;
    padding: 5px 10px 0px 20px;
    border: 0px solid #333;
    border-radius: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.explanation {
    margin-top: 10px;
}

.sub_g {
	font-size: 17px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*-------ここめでメリットについて-------------*/

/*-------ここから職種について-------------*/
.boxtop1 {
	border-left: 1px solid #C66015;
    border-right: 1px solid #C66015;
    border-top: 10px solid #C66015;
    width: 300px;
    height: 200px;
    margin: 0px 10px;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #FDD1B2;*/
}
.boxtop2 {
	border-left: 1px solid #1590C4;
    border-right: 1px solid #1590C4;
    border-top: 10px solid #1590C4;
    width: 300px;
    height: 200px;
    margin: 0px 10px;
    padding: 0px 10px;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #DEEFF7;*/
}
.boxtop3 {
	border-left: 1px solid #7A0009;
    border-right: 1px solid #7A0009;
    border-top: 10px solid #7A0009;
    width: 300px;
    height: 200px;
    margin: 0px 10px;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #FFD3D6;*/
}
#contents .boxbottom {
    margin-bottom: 50px;
    padding: 10px 10px 0px 10px;
    width: 300px;
    height: auto;
    font-size: 10pt;
    text-align: justify;
    background-color: #FFF;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
}
#contents .boxbottom p {
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 0;
}
.box1 {
    background-image: url("../../images/box001.png");
}
.box2 {
    background-image: url("../../images/box002.png");
}
.box3 {
    background-image: url("../../images/box003.png");
}
/*-------ここまで職種について-------------*/

/*-------ここから内定まで流れについて-------------*/
.zirei_en{
 display:inherit;
 width:150px;
 height:150px;
 -webkit-border-radius:50%;
 border-radius:50%;
 border:1px solid #FB5364;
 margin:0px 25px 10px 25px;
}
.zirei_top{
 font-size:16px;
 font-weight:bold;
 margin-top:24px;
}
.zirei_bottom{
	font-size: 28px;
	font-weight: bold;
	color: #FB5364;
	line-height: 70px;
}
/*-------ここまで内定まで流れについて-------------*/

/*-------ここから社員の声について-------------*/
#section01 .boxL, #section02 .boxL {
    float: left;
    width: 50%;
}
#section01 .boxR, #section02 .boxR {
    float: right;
    width: 50%;
}
#section01 .boxL .boxInner, #section02 .boxL .boxInner {
    padding-right: 40px;
}
#section01 .boxR .boxInner, #section02 .boxR .boxInner {
    padding-left: 40px;
}
#section01 .boxInner p, #section02 .boxInner p {
    left: 0;
}
#section01 h3, #section02 h3 {
    font-size: 20px;
	text-align: center;
	border-bottom: 5px solid #1590C4;
	color: #1590C4;
	margin-bottom: 0px;
}
#section01 .line, #section02 .line {
    border-bottom: 1px dotted #0d0d0d;
    padding-bottom: 20px;
    margin-bottom: 40px;
	font-size: 17px;
}
#section01 .person, #section02 .person {
    position: relative;
}
#section01 .person p, #section02 .person p {
    position: absolute;
    bottom: 0;
    left: 20px;
    /*padding-right: 200px;*/
	font-size: 14px;
    font-weight: bold;
}
#section01 .img, #section02 .img {
    position: relative;
    float: right;
}
.sub_t {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-top: 100px;
}
/*-------ここまで社員の声について-------------*/

/*-------ここからお客様の声について-------------*/
#voice {
	padding: 30px 0 0px;
}
.common-section {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
#voice .voice-wrap {
	margin-bottom: 17px;
	display: table;
	width: 100%;
}
#voice .voice-block {
	border-right: 18px solid #fff;
	width: 50%;
	display: table-cell;
	background-color: #ededed;
	position: relative;
}
#voice .voice-block::after {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -12px;
	border-top: 17px solid #fff;
	border-bottom: 17px solid transparent;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	display: block;
	content: '';
}
#voice .voice-block .voice-block-inner {
	padding: 3px 3.614% 20px;
}
#voice .voice-block h3 {
    margin: 36px 0 24px 0;
    padding: 0 0 5px 0;
    font-size: 18px;
    font-weight: bold;
    color: #bd1f32;
    margin-bottom: 10px;
    border-bottom: 0px solid #ccc;
    text-align: center;
}
#voice .voice-block p {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	left: 0px;
	top: 0px;
	margin-bottom: 0;
}
#slicknav_voice {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
/*-------ここまでお客様の声について-------------*/

/*-------ここから社員に対する姿勢について-------------*/
.inner {
	width: 90%;
	padding: 30px 0;
	text-align: center;
}
.inner img {
	float: left;
	width: 50%;
}
#comment {

	text-align: left;

	padding-top: 50px;

	float: right;

	width: 45%;

}
#comment p {
	margin: 10px 0;
	line-height: 30px;
	font-size: 17px;
	position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 0;
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	zoom: 1;
}

/*-------------------ここからスマホ----------------*/
@media screen and (max-width: 767px){
#section01 .boxL, #section02 .boxL {
    width: auto;
    margin-bottom: 40px;
}
#section01 .boxR, #section02 .boxR {
	float: none;
    width: auto;
}
#section01 .boxL .boxInner, #section02 .boxL .boxInner {
    padding-right: 0;
}
#section01 .boxR .boxInner, #section02 .boxR .boxInner {
    padding-left: 0;
}
#section01 h3, #section02 h3 {
    font-size: 19px;
}
#section01 .person p, #section02 .person p {
    padding-right: 180px;
}
.sub_t {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-top: 50px;
}
#voice .voice-block {
	border-right: 0;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}
#comment {
    text-align: left;
    padding-top: 20px;
    float: none;
    width: 100%;
    margin-left: 10px;
}
#content p {
    text-align: left;
}
.inner img {
	width: 100%;
}
}
@media screen and (max-width: 420px){
#article_body h2 {
    font-size: 20px;
    text-align: center;
    background-color: #FB5364;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    padding: 0;
}
  #article_body h2 a {
	padding: 10px 40px 10px 40px;
	border: solid 3px #FFF;
	border-radius: 40px;
	color: #FFFFFF;
	font-weight: bold;
}
  #contents {
    font-size: 80%;
  }
  #contents p {
    left: 0;
  }
  .boxtop1, .boxtop2, .boxtop3 {
    margin: 0;
  }
  .sub_g {
    width: 90%;
    margin: 10px auto;
    text-align: left;
  }
  #contents .boxbottom {
    width: 300px;
    height: auto;
    border: 0;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
  }
  #section01 h3, #section02 h3 {
    font-size: 18px;
  }
  #section01 .person p, #section02 .person p {
    left: 0;
    font-size: 12px;
  }
}