@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "common.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,th,td,pre,address,li,dt,dd {
	font-size: 140%;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
img {
	vertical-align: bottom;
}

a { color:#4b3b25; }
a:hover, a:active { text-decoration: none; opacity: 0.8; }
a:visited {
}

a img:hover{opacity:0.8;}
a img.no-hover:hover{opacity:1;}

table {
	width:100%
}

p { margin: 0 0 1.5em; }

.section { padding:  0 0 30px; }
.section .section { padding: 0 0 10px; }
.section .section_con { padding: 0 0 40px; margin-bottom: 40px;}

p, dd, td, th, li {
	line-height: 1.8em;
}


.image_l { float: left; margin: 0 16px 8px 0;}
.image_r { float: right; margin: 0 0 8px 16px;}


#totop {
    position: fixed;
    bottom: 60px;
	right: 50px;
    z-index: 1000;
	margin-bottom:0;
}
.bold {font-weight:bold;}
.fl {float:left;}
.fr {float:right;}

#index span{font-size:15px;}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/



/* common
------------------------------------------------------------------------*/
.inner {
  max-width: 1140px;
  margin: 0 auto;
  z-index: 20000;
}

nav .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
	align-items: center;
}

nav .inner:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #000000;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

nav .inner:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #a1a1a1;
  left: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

nav {
  background: url(../img/nav_bg.jpg);
}

nav > ul > li {
  width: 20%;
  text-align: center;
  position: relative;
}
nav > ul > li:last-child {
	background: #ff7a29;
}

nav > ul > li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #a1a1a1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

nav > ul > li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: #000000;
  right: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav > ul > li:nth-child(5):before,
nav > ul > li:nth-child(6):before,
nav > ul > li:nth-child(5):after,
nav > ul > li:nth-child(6):after
{
	display: none;
}
nav > ul > li > span,
nav > ul > li a {
  color: #ffffff;
  padding: 24px 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
	line-height: 1.8em;
}

nav > ul > li a:hover,
nav > ul > li > span:hover {
  opacity: 0.5;
}

.nav_inner {
  display: none;
  position: absolute;
  top: 73px;
  background: rgba(0,0,0,0.8);
  width: 100%;
}

.nav_inner li a {
  padding: 10px 10px;
  display: block;
  color: #fff;
  border-top: 1px solid #525252;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* header
------------------------------------------------------------------------*/
.logo {
  float: left;
  margin: 15px 0 0;
}

.logo a{
  display: inline-block;
	position: relative;
	text-decoration: inherit;
}
.logo a span.txt {
	position: absolute;
	left: 45px;
	text-decoration: inherit;
	font-weight: bold;
	top: -1px;
	font-size: 12px;
	color: #494949;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.tel a:hover,
.logo a:hover {
  opacity: 1;
}

.tel a img:hover,
.logo a img:hover {
  opacity: 1;
}

.h_info {
  float: right;
}

.tel {
  float: left;
  padding: 17px 30px 17px 0;
  margin-bottom: 0;
  pointer-events: none;
	position: relative;
}
header .tel:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/hot.png") no-repeat center center;
	width: 200px;
	height: 70px;
	z-index: 999;
	transform: translateX(-100%);
}

.info {
  float: left;
  margin-bottom: 0;
}

.info a {
  background: #c00000 url(../img/icon_email.png) 30px center no-repeat;
  background-size: 35px;
  display: block;
  padding: 21px 50px 21px 90px;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.h_img ul li img {
  max-width: 100%;
  height: auto;
}

.sp_menu {
  display: none;
}

.loopslider {
  margin: 0 auto;
  width: 100%;
  height: 100px;
  text-align: left;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.loopslider ul {
  height: 100px;
  display: inline;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.loopslider ul li {
  height: 100px;
  width: 211px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.loopslider ul {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}


/* index */

.index_ttl {
  text-align: center;
  font-size: 66px;
  font-weight: 700;
  color: #282828;
  line-height: 1.7;
  margin-bottom: 20px;
}

.index_ttl_inner {
  margin: 0px 10px;
  width: 125px;
  height: 125px;
  background: url(../img/index_img_on.png);
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 0;
}

.index_ttl_inner span {
  position: absolute;
  width: 125px;
  left: 0;
  right: 0;
  margin: auto;
}



.index_content {
  position: relative;
  z-index: 100;
  background: url(../img/index_inner_bg.jpg);
  background-size: cover;
}

.index_inner {
  background: url(../img/top_bg_01.png) center no-repeat;
  background-size: 100% auto;
  max-width: 1603px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.index_txt {
  max-width: 590px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.4;
}

.index_link {
  text-align: center;
  margin: 0 auto;
  max-width: 278px;
}

.index_link a {
  background: url(../img/index_link_img.png) no-repeat;
  background-size: 100% auto;
  padding: 136px 55px 115px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  display: block;
}

.h_img {
  max-width: 100%;
  overflow: hidden;
}

.index_content + .h_img {
  position: relative;
  z-index: 10;
}

/* index-main */

.news_content .inner {
  max-width: 940px;
  padding: 70px 0;
}

.con_left {
  float: left;
}

.con_right {
  float: right;
}

.news_content .con_left {
  padding-right: 65px;
  border-right: 1px dotted #000000;
  margin-right: 65px;
}

.news_content .ttl_txt {
  font-weight: 700;
  font-size: 40px;
  color: #c00000;
  margin-bottom: 15px;
}

.btn {
  margin-bottom: 0;
}

.news_content .btn a {
  text-decoration: none;
  font-size: 14px;
  background: #212121;
  color: #ffffff;
  padding: 10px 50px;
  position: relative;
  display: inline-block;
}

.news_content .btn a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #f40000;
}

.news_content .list li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #c00000;
  position: relative;
  left: -15px;
  top: -3px;
}

.news_day {
  color: #aaaaaa;
  margin-right: 30px;
}

.news_content .list a {
  text-decoration: none;
  color: #414141;
}

.news_content .list a span {
  font-size: 10px;
  background: #6c6c6c;
  color: #ffffff;
  padding: 2px 25px;
  margin-left: 22px;
}

.news_content .list li {
  margin-bottom: 29px;
  line-height: 1;
}

.news_content .list li:last-child {
  margin-bottom: 0;
}

.news_title {
	font-size: 160%;
	margin-bottom: 20px;
}

.about_content {
  background: url(../img/index_about_bg.jpg);
  background-size: cover;
}

.about_content .ttl_txt {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.about_content .ttl_txt:before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  background: #c00000;
}

.about_content .read_txt {
  text-align: center;
  font-size: 12px;
  color: #212121;
  margin-bottom: 30px;
}

.about_content p {
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

.about_content .inner {
  padding: 70px 0;
}

.service_content {
  background: url(../img/index_service_bg.jpg) no-repeat;
  background-size: cover;
}

.service_content .con_left {
  padding: 106px 0 0px;
}

.service_content .con_left,
.service_content .con_right {
  width: 50%;
}

.service_content .ttl_txt,
.company_content .ttl_txt {
  font-size: 36px;
  font-weight: 700;
  color: #c00000;
  position: relative;
  margin-bottom: 15px;
}

.service_content .ttl_txt:before,
.company_content .ttl_txt:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000000;
  bottom: -5px;
  left: 0;
}

.service_content .read_txt,
.company_content .read_txt {
  font-size: 12px;
  color: #c00000;
  margin-bottom: 30px;
}

.service_content .list li:last-child {
  padding-bottom: 0;
}

.service_content .list li {
  padding-bottom: 1px;
}

.service_content .list li a {
  display: block;
  background: rgba(0,0,0,0.9) url(../img/icon_arrow_01.png) no-repeat 85% center;
  color: #ffffff;
  text-decoration: none;
  padding: 60px 0 60px 70px;
}

.service_content .list li a span {
  font-size: 10px;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
  color: #bbbaba;
}

.service_content .list li a span:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #bbbaba;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}

.recruit_content{
  background: url(../img/index_recruit_bg.jpg) no-repeat center;
  background-size: cover;
}

.recruit_content .inner {
  padding: 70px 0;
}

.recruit_content .ttl_txt {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}

.recruit_content .ttl_txt:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #ffffff;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.recruit_content .read_txt {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 30px;
}

.recruit_content p {
  text-align: center;
  color: #ffffff;
  margin-bottom: 43px;
}

.recruit_content .list li {
  float: left;
  max-width: 347px;
  width: 100%;
  margin-right: 49px;
}

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

.recruit_content .list a {
  background: #ffffff url(../img/icon_arrow_02.png) no-repeat 98% 96%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  padding: 53px 0;
}

.recruit_content .list a span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-top: 5px;
}

.company_content{
  background: url(../img/index_company_bg.jpg) no-repeat;
  background-size: cover;
}

.company_content .con_left,
.company_content .con_right {
  width: 50%;
}

.company_content .con_right {
  padding: 140px 70px 0;
}

.company_content .list li {
  float: left;
  width: 50%;
}

.company_content .list li a {
  display: block;
  width: 100%;
  max-width: 285px;
  text-decoration: none;
  color: #ffffff;
  height: 500px;
  font-size: 25px;
  padding: 70px 0 0 80px;
  font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
}

.company_content .list li h3 {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.company_content .list li:nth-child(1) a {
  background: #c00000 url(../img/icon_arrow_03.png) no-repeat right 80%;
}

.company_content .list li:nth-child(2) a {
  background: #1c1c1c url(../img/icon_arrow_04.png) no-repeat right 80%;
}

.info_ban a {
  max-width: 1140px;
  margin: 0 auto;
  padding: 93px 0 32px;
  display: block;
  font-size: 40px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  background: url(../img/info_ban_bg.jpg) no-repeat;
  background-size: cover;
}

.info_ban a .info_ban_inner span {
  font-size: 14px;
  display: block;
}

.info_ban a .info_ban_inner {
  background: url(../img/icon_email.png) center top no-repeat;
  padding-top: 50px;
}

.info_ban {
  background: #f4f4f4;
  padding: 70px 0;
}

.ban_list ul li {
  float: left;
}

.ban_list ul li:nth-child(2) {
  float: right;
}

.ban_list .inner {
  padding: 70px 0;
}

.ban_list .inner a{
	margin-bottom: 45px;
	text-align: center;
}

/* index-footer */

.footer {
  background: url(../img/footer_bg.jpg);
}

.footer .inner {
  padding: 40px 0 0;
}

.footer .inner .clearfix > .con_left {
  max-width: 600px;
  width: 100%;
}

.footer .inner .clearfix > .con_left .con_left {
  max-width: 260px;
  margin-right: 45px;
}

.con_left.info_con {
  height: 330px;
  position: relative;
}

.footer .con_left_list {
  float: left;
  max-width: 270px;
}

.footer .logo {
  float: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
}
.footer .logo span.txt {
	color: #b7b7b7
}
.footer .tel {
  float: none;
  padding: 0;
  border-top: 1px solid #6f6b6b;
  padding-top: 30px;
}

.footer .con_left_list .list li {
  width: 48.5%;
  float: left;
  margin-bottom: 5px;
}

.footer .con_left_list .list {
  padding-top: 30px;
}

.footer .con_left_list .list li:nth-child(2n) {
  float: right;
}

.footer .con_left_list .list li a {
  color: #a8a2a2;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  padding-left: 10px;
}

.footer .con_left_list .list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 3px solid #f40000;
}

.info_link {
  background: #c00000 url(../img/icon_email.png) no-repeat 30px center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.info_link a {
  display: block;
  background: url(../img/icon_arrow_05.png) no-repeat 90% center;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  padding: 30px 0 30px 110px;
  line-height: 1;
}

.info_link a .info_link_inner span {
  display: block;
  font-size: 10px;
  font-weight: 400;
}

.gmap {
  margin-bottom: 0;
}

.gmap_txt {
  font-size: 11px;
  text-align: right;
  color: #a8a2a2;
  padding: 10px 0;
  margin-bottom: 0;
}

.footer .copyright {
  background: rgba(0,0,0,0.7);
}

.footer .copyright .inner {
  padding: 13px 0;
}

.copyright p {
  margin-bottom: 0;
  color: #a8a2a2;
  font-size: 11px;
}


/* page */
.page_list {
  padding: 13px 0;
}

.page_list ul {
  float: right;
}

.page_list li {
  float: left;
  padding: 0 10px;
  position: relative;
}

.page_list li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page_list li:last-child:before {
  display: none;
}

.page_list li a {
  text-decoration: none;
}

.site_page_ttl {
  font-size: 10px;
  text-align: right;
  padding: 7px 0;
  line-height: 1.4;
}

.page_ttl {
  background: url(../img/page_ttl_bg.jpg) no-repeat;
}

.page_ttl .ttl {
  font-size: 44px;
  font-weight: 700;
  padding: 103px 0;
}
.page_right {
  float: right;
  max-width: 838px;
  width: 100%;
}
.page_right .center{
  max-width: 838px;
  width: 50%;
	margin-left: auto;
	margin-right: auto;
}
/*.page_right .button{
	background-color: #c02626;
	border: 5px solid #c00000;
	color: #ffffff;
	font-size: 1.625em;
	display: inline-block;
	width: 40%;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	margin: 10px 10px 35px;
}*/
.page_right .button02{
	background-color: #c02626;
	border: 5px solid #c00000;
	color: #ffffff;
	font-size: 1.625em;
	display: inline-block;
	width: 40%;
	height: 55px;
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	margin: 10px 10px 35px;
}
.page_left {
  float: left;
  max-width: 262px;
  width: 100%;
}
.page_con_h3 {
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #c6c6c6;
  border-top: 1px solid #414141;
  background: url(../img/icon_ttl_001.png) left center no-repeat;
  padding: 20px 0 14px 40px;
  margin-bottom: 30px;
	position: relative;
}

.page_con_h4 {
  font-size: 22px;
  font-weight: 700;
  border-left: 2px solid #000000;
  background: #eeeeee;
  padding: 15px 30px;
  color: #c00000;
  margin-bottom: 30px;
}

.page_con_h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 17px;
  height: 3px;
  background: #c00000;
}

.page_con_h5 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px dotted #000000;
  padding: 0 0 15px 35px;
  position: relative;
  margin-bottom: 30px;
}

.img_fr {
  float: right;
  margin-left: 15px;
}

.img_fl {
  float: left;
  margin-right: 15px;
}

.list_icon li {
  margin-bottom: 13px;
  background: url(../img/icon_list_001.png) no-repeat left 8px;
  padding: 0 0 0 15px;
}

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

.list_check li {
  margin-bottom: 13px;
  background: url(../img/icon_list_002.png) no-repeat left 4px;
  padding: 0 0 0 27px;
}

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

.no:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #c00000;
}

.step_list .no {
  font-size: 20px;
  color: #ffffff;
  position: relative;
  background: #c00000;
  padding: 10px 30px;
  display: inline-block;
  margin-right: 40px;
  float: left
}

.step_list .ttl {
  padding: 10px 0;
  background: #000000;
  display: block;
  color: #ffffff;
  font-size: 20px;
}

.step_list dd {
  padding: 30px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 80px;
  position: relative;
}

.step_list dd:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background: url(../img/step_bk.png);
  left: 0;
  bottom: -45px;
}

.step_list dd:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 26px;
  background: #ffffff url(../img/icon_arrow_06.png) no-repeat center;
  left: 0;
  right: 0;
  bottom: -55px;
  margin: auto;
}

.step_list dd:last-child:after,
.step_list dd:last-child:before {
  display: none;
}

.step_list dd:last-child {
  margin-bottom: 0;
}

.pickup {
  background: url(../img/pickup_bk.gif);
  padding: 10px;
}

.pickup_inner {
  border: 1px solid #ffffff;
}

.pickup .ttl {
  background: #c00000;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 0;
}

.pickup_box,
.pickup_inner ul {
  background: #ffffff;
  padding: 30px;
}

.pickup_inner ul li {
  margin-bottom: 25px;
  font-size: 16px;
}

.pickup_inner ul li span {
  color: #c00000;
  margin-right: 15px;
}

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

.list_box .list_icon:nth-child(2n) {
  float: right;
}

.list_box .list_icon {
  float: left;
  width: 48.5%;
}

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

.img_list {
  margin-bottom: 10px;
}

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

.img_list li {
  float: left;
  margin-right: 79px;
}

.company_gmap {
  width: 100%;
  height: 300px;
}

/* sideber */
.page_left dt {
  font-size: 24px;
  text-align: center;
  background: #c00000;
  color: #ffffff;
  padding: 15px 0;
  margin-bottom: 10px;
}

.page_left dd a {
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px dotted #8e8e8e;
  display: block;
  padding: 15px 0 15px 20px;
  background: url(../img/icon_side_001.png) no-repeat left center;
}

.page_left dd:last-child a{
  border-bottom: none;
}

.page_left dd:last-child {
  margin-bottom: 20px;
}

.page_left ul li {
  margin-bottom: 20px;
}
.scroll table{
	margin-bottom: 30px;
}
.scroll table .whiteth{
	background-color: #eeeeee;
	color: #000000;
	font-size: 2em;
}
.scroll .table_margin{
	margin-bottom: 30px;
}
.scroll_txt {
  display: none;
}

.news_btn a {
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  background: #c00000;
}

span#fmail_title_default,
div#twex {
  display: none !important;
}

#fmail .size_1 input, #fmail .size_1 select, #fmail .size_1 textarea {
  width: 110px !important;
}

tr#r_en1403851440 {
  display: none !important;
}

td#d_en1398753491 {
  overflow: hidden;
}

form#fmail table {
  margin-bottom: 20px;
}

.news_content .con_right {
  float: left;
}

.making {
  margin: 20px;
  text-align: center;
  font-size:180%;
} 
.w25 {
  width: 25% !important;
} 
.no_frame {
  border:#fff;
}
.photo	{
	vertical-align: top; 
  	text-align: center;
}
.nr	{
	white-space: nowrap;
}
.tit_name	{
  display: block;
  width: 100%;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	margin: 1px 0 5px 0;
	padding: 1em;

}  
.name	{
	font-size: 160% !important;
	font-weight: bold;
	margin: 1px 0 5px 0;
}
.btn_ac {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.btn_ac li {
	width: 32%;
	margin-bottom: 5px;
}
.btn_ac li a {
	border-top: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
	border-left: 1px solid #8e8e8e;
	border-right: 24px solid #c00000;
	text-align: center;
	padding: 15px 0 15px 0;
	position: relative;
	text-decoration: none;
	font-size: 12px;
	display: block;
	font-weight: bold;
}
.btn_ac li a::after {
	content: "";
	position: absolute;
	right: -16px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 6px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
}
.sp_400 { display: none;}
.small { font-size: 14px;}
.info01 {
  margin-bottom: 0;
	position: absolute;
	bottom: 14px;
	right: 10px;
}

.info01 a {
  background: #c00000 url(../img/icon_email.png) 10px 10px no-repeat;
  background-size: 15%;
  display: block;
  padding: 7px 10px 7px 40px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.tit01 {
	position: relative;
}
.bg01 {
	background: #dcdcdc;
}
.tb01 td {
	background: #dcdcdc;
}
.tbl_cpn .list_icon {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.tbl_cpn .list_icon li {
	margin-right: 10px;
	margin-bottom: 0;
}
@media screen and (max-width: 900px) {
	header .tel::before {
		display: none
	}
}
@media screen and (min-width: 641px) {
	
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
}


