@charset "utf-8";
/* CSS Document */

.sp_none { display: none; }
/*---------------------------------------------------------------------
	container
---------------------------------------------------------------------*/
#container {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  max-width: 768px;
  overflow: hidden;
}
/*---------------------------------------------------------------------
	edit_btn
---------------------------------------------------------------------*/
#edit_btn {
  background: #444;
}
#edit_btn #edit_btn_inner {
  padding: 5px 10px;
  margin: 0 auto;
}
#edit_btn a {
  color: #333;
  font-size: 13px;
  border-radius: 4px;
  display: block;
  float: right;
  font-weight: bold;
  margin: 5px 0 5px 5px;
  padding: 3px 15px 4px;
  text-decoration: none;
  background-image: -moz-linear-gradient(50% 0% -90deg, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(238,238,238)));
  background-image: -webkit-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
  background-image: -o-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
  background-image: linear-gradient(180deg, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#ffeeeeee,GradientType=0)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeeeeee, GradientType=0);
}
#edit_btn a:hover {
  background-image: -moz-linear-gradient(50% 0% -90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(238,238,238)), color-stop(1, rgb(255,255,255)));
  background-image: -webkit-linear-gradient(-90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(-90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  background-image: linear-gradient(180deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff,GradientType=0)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee, endColorstr=#ffffffff, GradientType=0);
}

/*---------------------------------------------------------------------
	goToSpSiteButton
---------------------------------------------------------------------*/
#goToSpSiteButton {
  display: none;
  text-align: center;
  background-color: #fff;
}
#goToSpSiteButton a {
  background: #55ba45 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.6;
  margin: 15px auto;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 80%;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  #goToSpSiteButton {
    display: block;
    text-align: center;
  }
}

/*---------------------------------------------------------------------
	site_header
---------------------------------------------------------------------*/
#site_header {
  background-color: #fff;
  position: fixed;
  display: table;
  border-bottom: 3px solid #aaa;
  width: 100%;
  max-width: 768px;
  padding: 8px 10px;
  z-index: 9999;
}
#site_header .site_logo {
  float: left;
  width: 230px;
}
/*#site_header .inner {
  float: right;
  width: 152px;
}*/

/* phone_sp */
.phone_sp {
  position: absolute;
  top: 0;
  right: 58px;
  background-color: #F1F1F1;
  background-color: #F1F1F1;
}
.phone_sp a {
  display: block;
  padding: 15px;
  width: 58px;
  height: 58px;
}

/* site_navi_sp */
#site_navi_sp {
  background-color: #036;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
#site_navi_sp a {
  width: 58px;
  height: 58px;
}
#panel-btn {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1;
  position: relative;
  text-decoration: none;
  padding: 32px 0 0;
  width: 40px;
}
#panel-btn:hover {}
#panel-btn-icon {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 3px;
    left: 18px;
    position: absolute;
    top: 27px;
    transition: all 0.2s ease 0s;
    width: 24px;
}
#panel-btn-icon::before, #panel-btn-icon::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 100%;
}
#panel-btn-icon::before {
    margin-top: -11px;
}
#panel-btn-icon::after { margin-top: 7px; }
#panel-btn.close {}
.close #panel-btn-icon { background: transparent none repeat scroll 0 0; }
.close #panel-btn-icon::before, .close #panel-btn-icon::after {
    background: #fff none repeat scroll 0 0;
    margin-top: -2px;
}
.close #panel-btn-icon::before { transform: rotate(-45deg); }
.close #panel-btn-icon::after { transform: rotate(-135deg); }

#site_navi {
    backface-visibility: hidden;
    background-color: #eee;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
#site_navi > .inner {
    padding: 85px 15px 20px;
}
#site_navi .info_inner {
    padding: 10px 0;
}
#site_navi .info_inner .ttl {
    background: rgba(0, 0, 0, 0) url("../../image/icn_tel.png") no-repeat scroll left center;
    font-size: 14px;
    padding: 0 0 0 25px;
}
#site_navi .info_inner .telno {
    color: #0a3cab;
    font-size: 125%;
    font-weight: bold;
}
#site_navi .info_inner .telno a {
    color: #0a3cab;
    text-decoration: none;
}
.header_navi {
}
#site_navi ul {
}
#site_navi li {
}
#site_navi.activ li {
}
.header_navi > ul > li {
    margin-bottom: 10px;
}
.header_navi > ul > li > a {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 12px 12px 27px;
    position: relative;
    text-decoration: none;
}
.header_navi > ul > li > a::after {
    background-color: #036;
    content: "";
    height: 26px;
    left: 10px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    width: 5px;
}
#site_navi .second li {
    margin: 0 0 10px 15px;
}
#site_navi .second li a {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #333;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}
	
	

/* search_form */
#site_header #search_form {
  text-align: right;
}
#search_form #icon_search {
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#search_form form {
  display: inline-block;
  vertical-align: middle;
}
#search_form form #search_window {
  color: #000;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 3px 5px;
}
#search_form form #serch_button {
  color: #333;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 3px 5px;
}
/*SNS*/
.sns_section {
    padding: 60px 5px 2px;
    background: #eee;
}
#guide_menu {
    display: table;
    width: 100%;
    text-align: center;
    margin: 5px 0;
    background: #fff;
}
#guide_menu li {
    display: table-cell;
    table-layout: fixed;
	width: 33.33%;
}
#guide_menu li a {
    display: block;
    max-height: 45px;
    border-left: 5px solid #eee;
    padding: 5px 0;
}
#guide_menu li:first-child a {
	border: none;
}
/* fade-in */
  
#fade-in {
  *zoom: 1;
  list-style-type: none;
  padding: 0;
}
#fade-in:before, .dropmenu:after {
  content: "";
  display: table;
}
#fade-in:after {
  clear: both;
}
#fade-in li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
#fade-in li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  text-decoration: none;
}
#fade-in li:hover ul li a {
  visibility: visible;
  opacity: 1;
}
#fade-in li:hover ul {
  visibility: visible;
  opacity: 1;
}
#fade-in li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  width: 200px;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li ul li {
  width: 100%;
  border: none !important;
  margin-top: 2px;
}
#fade-in li ul li a {
  display: block !important;
  padding: 14px 12px !important;
  background: rgba(255,255,255,0.6);
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

/*---------------------------------------------------------------------
	topic_path_top
---------------------------------------------------------------------*/
#topic_path_top {
  margin-bottom: 7px;
}
#topic_path_top > p {
  font-size: 13px;
  font-size: 1.3rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 6px 15px;
}
.topic_path_top > ol {
  font-size: 13px;
  font-size: 1.3rem;
  max-width: 1200px;
  padding: 8px 15px;
  margin: 0 auto;
}
.topic_path_top > ol > li {
  display: inline-block;
}
.topic_path_top > ol > li + li::before {
  content: ">";
  margin: 0 5px;
}
.topic_path_top > ol > li a {
  text-decoration: underline;
}

/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
/*#pagebody { padding-top: 61px; }*/
#pagebody_inner {}

.top_info_area {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 35px;
}

/*--------------------------------------------------
	alpha
--------------------------------------------------*/
#alpha {}

/*--------- text -----------*/

/* h1 */
.page_ttl {
  background: url(../../image/page_ttl_bg.png);
  color: #000;
  font-size: 160%;
  font-weight: normal;
  background-color: #444;
}
.page_ttl span {
  display: block;
  padding: 15px 10px;
  line-height: 1.4;
  margin: 0 auto;
}
.content1 { line-height: 1.8; }
.dir_topics .content1 { padding: 0 10px; }
.content1 .content_inner {
  padding: 10px;
  margin-bottom: 20px;
}
.content1 p {
  margin: 0.5em 0;
}
.content1 h2 + p,
.content1 h3 + p,
.content1 h4 + p,
.content1 h5 + p,
.content1 h6 + p {
  margin-top: 0;
}
.content1 div > p {
  margin-top: 0;
}

/* headline */
.content1 * + h2 {
  margin-top: 40px;
}
.content1 * + h3 {
  margin-top: 30px;
}
.content1 * + h4 {
  margin-top: 20px;
}
.content1 * + h5 {
  margin-top: 15px;
}
.content1 h2 + h3,
.content1 h3 + h4 {
  margin-top: 0;
}

/* utility */
.content1 * + dl,
.content1 * + ol,
.content1 * + ul,
.content1 * + table {
  margin-top: 20px;
}

.lead_01,
.content1 h2 {
  position: relative;
  font-size: 146.66%;
  font-weight: 500;
  border-bottom: solid 4px #ccc;
  margin-bottom: 35px;
  padding-bottom: 10px;
}
.lead_02,
.content1 h3 {
  font-size: 140%;
  font-weight: 500;
  color: 333;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
.lead_03,
.content1 h4 {
  font-size: 120%;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #aaa;
}
.lead_04,
.content1 h5 {
  font-size: 106.66%;
  font-weight: normal;
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}
.lead_01:after,
.content1 h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #036;
  bottom: -4px;
  width: 22.5%;
}
.lead_04::before,
.content1 h5::before {
  background-color: #BDBDAE;
  border-radius: 50%;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 12px;
  left: 0;
}
.lead_04::after,
.content1 h5::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  top: 16px;
  left: 4px;
}
.lead_05 {
  font-size: 126.66%;
  margin-bottom: 15px;
}
.lead_06 {
  font-size: 126.66%;
  color: #008C8C;
  margin-bottom: 15px;
}
.lead_07 {
  font-size: 126.66%;
  color: #468C00;
  margin-bottom: 15px;
}
.lead_08 {
  font-size: 126.66%;
  color: #46008C;
  margin-bottom: 15px;
}
.lead_09 {
  font-size: 126.66%;
  color: #036;
  margin-bottom: 15px;
}

.fc_01 {
  color: #D80000;
}
.fc_02 {
  color: #036;
}

.modified_date {
  color: #333;
  font-size: 86.66%;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: right;
}
h3.interview_ttl {
  background: url(../../image/icon/icon_mike.png) left center no-repeat;
  font-size: 120%;
  color: #B20000;
  border: none;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
}

.mincho { font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
.font_la_036 {
  color: #036;
  font-size: 30px;
}
.font_mid_036 {
  color: #036;
  font-size: 18px;
}
.sp_size {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.sp_size iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------- btn -----------*/
a.btn_01 {
  display: inline-block;
  vertical-align: top;
  color: #333;
  text-decoration: none;
  font-size: 106.66%;
  border: 1px solid #ccc;
  min-width: 31.66%;
  padding: 17px 30px 17px 20px;
  position: relative;
  transition: .3s;
}
a.btn_01::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(-45deg);
}
a.btn_01.arrow_l::before {
  right: auto;
  left: 23px;
  transform: rotate(135deg);
}
a.btn_01:hover {
  color: #915E33;
  background: #FCF8ED;
  border-color: #D2A47E;
}

/*--------- template -----------*/
.fll_img {
  margin-bottom: 2.5%;
  text-align: center;
}
.flr_img {
  margin-bottom: 2.5%;
  text-align: center;
}
.img580 {}

.fll_img img,
.flr_img img {
  max-width: 100%;
  height: auto;
}
.fl_over {
  overflow: hidden;
}
.caption,
.list_1column .caption,
.list_2column .caption,
.list_3column .caption,
.list_4column .caption,
.list_5column .caption {
  font-size: 86.66%;
  line-height: 1.4;
  padding-top: 7px;
  text-align: center;
  margin: 0;
}
.list_1column img,
.list_2column img,
.list_3column img,
.list_4column img,
.list_5column img {
  width: 100%;
  height: auto;
}

/* list_2column */
.list_2column {
  font-size: 0;
}
.list_2column .item {
  font-size: 15px;
  vertical-align: top;
  margin: 0 0 2.5% 0;
}

/* list_3column */
.list_3column {
  font-size: 0;
}
.list_3column .item {
  font-size: 15px;
  vertical-align: top;
  margin: 0 0 2.5% 0;
}

/* list_4column */
.list_4column {
  font-size: 0;
}
.list_4column .item {
  font-size: 15px;
  vertical-align: top;
  margin: 0 0 2.5% 0;
}

/* list_5column */
.list_5column {
  font-size: 0;
}
.list_5column .item {
  width: 18%;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 0 2.5% 2.5% 0;
}
.list_5column .item:nth-child(5n) {
  margin-right: 0;
}
.color_box_01 {
  background-color: #FDF7F7;
  border: 2px solid #F5CCCC;
  padding: 15px 20px;
  margin-top: 20px;
}
.color_box_02 { position: relative; }
.color_box_02 dt {
	color: #000;
    font-size: 106.66%;
    text-align: center;
    width: 280px;
    border: 1px solid #BBBBBB;
    padding: 7px 0 5px;
    position: absolute;
    top: -19px;
    left: 20px;
    background: #FFFFF5;
}
.color_box_02 dd {
	color: #000;
    background: #fffff5;
    border: 1px solid #bbb;
    padding: 30px 20px 20px;
}
.inner_box_01 {
  max-width: 1000px;
  margin: 0 auto;
}
/*福利厚生*/
.bg_welfare {
    background: url(/userfiles/images/page/recruit/welfare/bg_main_sp.jpg) no-repeat center center;
    background-size: 100% auto;
	padding: 11% 0;
	margin: 0 0 30px;
	text-align: right;
}
.bg_welfare img {
    width: 200px;
    height: auto;
    margin-right: 20px;
}
.welfare_inner h2 {
    font-size: 180%;
    color: #036;
    font-weight: bold;
}
.line_up01 .fll,
.line_up02 .flr {
    border: 5px solid #E5F0F3;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 15px;
}
.line_up01 .fll {
    float: left;
    width: 67.16%;
}
.line_up01 .flr {
    float: right;
    width: 30%;
}
.line_up02 .fll {
	float: left;
	width: 30%;
}
.line_up02 .flr {
	float: right;
	width: 67.16%;
}
@media screen and (min-width: 768px) {
	.line_up02 .flr,
	.line_up01 .fll {
		min-height: 147px;
		padding: 20px;
	}
}
/*インターンシップ*/
.main_sub {
    background: url(/userfiles/images/page/recruit/internship/bg_sub.jpg) no-repeat left top;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 40px;
}
.main_sub .lead {
    font-size: 1.6rem;
    font-weight: bold;
    color: #053077;
	margin: 0 10px 10px;
}
.main_sub .detail { font-size: 1.4rem; margin: 0 10px; }
.detail_inner .tac { margin: 0 15px; }
.day_menu01, .day_menu02 {
    border-bottom: 1px solid #BBB;
    padding: 20px 0 40px;
}
.day_menu01 .item,
.day_menu02 .item {
    display: block;
	margin: 0 0 25px;
}
.day_menu01 .ttl,
.day_menu02 .ttl {
    text-align: center;
	margin: 0 0 10px;
}

.day_menu01 h3 {
    border: none;
    background: #0085B2;
    color: #fff;
    padding: 5px 15px 7px;
}
.day_menu02 h3 {
    border: none;
    background: #053077;
    color: #fff;
    padding: 5px 15px 7px;
}

.entry {
    background: url(/userfiles/images/page/recruit/internship/bg_contact_area.jpg) no-repeat left top;
    background-size: cover;
    text-align: center;
    padding: 60px 0 80px;
	position: relative;
	margin-bottom: 15px;
}
.entry .image {
    max-width: 400px;
    margin: 0 auto;
}
.entry .link {
    position: absolute;
    bottom: 65px;
    left: 50%;
    margin-left: -50px;
    width: 230px;
}
.entry .link a {
    display: block;
    background: #fff;
    padding: 10px 0 30px;
    text-decoration: none;
    border-radius: 5px;
    color: #07377F;
    position: relative;
}
.entry .link a::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 3px solid #07367C;
    border-right: 3px solid #07367C;
    transform: rotate(135deg);
    top: 60%;
    left: 50%;
}
.contact_area {
    background: #EDF0F5;
    margin: 60px 0;
}
.contact_area dl {
    max-width: 530px;
    margin: 0 auto;
    padding: 10px;
}
.contact_area dt {
	font-size: 1.6rem;
	font-weight: bold;   
    line-height: 1;
    border-bottom: 2px solid #06599B;
    text-align: center;
    padding: 10px;   
	text-align: center;
}
.contact_area dt span {
    color: #187BB3;
    font-size: 1.3rem;
}
.contact_area dd {
    padding: 20px;
    text-align: center;
}
.fsr40 {
    font-size: 160%;
    font-weight: bold;
}
@media (min-width: 580px) {
}
@media (min-width: 768px) {
}
/*数字*/
.list_num_3column {
    font-size: 0;
    width: 100%;
}
.list_num_3column .item {
    display: inline-block;
    width: 50%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.list_num_3column li:hover a {
    opacity: 0.8;
}
/*---------------------------------------------------------------------
	js-inview
---------------------------------------------------------------------*/
/* 管理画面で見えなくなるので…#pagebody */

#pagebody .js_slide_up {
    opacity: 0;
    position: relative;
    top: 50px;
}
#pagebody .js_slide_down {
    opacity: 0;
    position: relative;
    top: -50px;
}
#pagebody .js_slide_left {
    opacity: 0;
    position: relative;
    left: -80px;
}
#pagebody .js_slide_right {
    opacity: 0;
    position: relative;
    right: -80px;
}

#pagebody .fade_in,
#list_index .fade_in {
	opacity: 0;
	position: relative;
	top: 1%;
}

/*--------- list_index -----------*/
* + #list_index {
  margin-top: 60px;
}
#list_index {
  padding: 0 10px;
  margin-bottom: 60px;
  /*text-align: center;*/
  font-size: 0;
}
#list_index .item {
  font-size: 18px;
  vertical-align: top;
  max-width: 580px;
  margin: 0 auto 20px;
}
#list_index .item:nth-child(3n) {}
#list_index .item a {
  color: #212121;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}
#list_index .item a:hover {
  color: #212121;
  transition: .8s;
}
#list_index .item .thumb {
  position: relative;
  /*padding-bottom: 73.68%;*/
  padding-bottom: 249px;
  border: 1px solid #bbb;
  border-bottom: none;
  overflow: hidden;
  display: block;
}
#list_index .item .thumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  max-width: none;
  max-height: 100%;
  transition: .5s;
}
#list_index .item a:hover .thumb img {
  opacity: 1;
  transform: scale(1.08);
}
#list_index .item .detail {
  padding: 18px 15px;
  position: relative;
  border: 1px solid #bbb;
}
#list_index .item .ttl {
  font-size: 18px;
  text-align: left;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
}
#list_index .item .ttl span {
  display: block;
  position: relative;
  padding: 9px 0 10px 37px;
  transition: .3s;
  -webkit-transition: .3s;
  background: url(/image/icon/icon_arrow_01.png) no-repeat left center;
}
#list_index .item .ttl::before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #036;
	transition: .5s;
	-webkit-transition: .5s;
}
#list_index .item a:hover .ttl { color: #fff; }
#list_index .item a:hover .ttl span { background-position: 7px center; }
#list_index .item a:hover .ttl::before { width: 100%; }
#list_index .item .lead {
  background-color: #F2F2F2;
  font-size: 13px;
  text-align: left;
  padding: 10px;
  margin-top: 15px;
}
.list_index_contents > ul {
  margin-top: 10px;
}
.list_index_contents > ul li {
  margin-left: 30px;
  list-style: disc outside;
}

/*--------------------------------------------------
	list_topics
--------------------------------------------------*/
.dir_topics .list_topics dl {
  position: relative;
  border-bottom: 1px dotted #bbb;
  padding: 10px;
}
.dir_topics .list_topics dl:first-child { border-top: 1px dotted #bbb; }
.dir_topics .list_topics dl dt {
  font-size: 87.5%;
  font-weight: bold;
  padding-top: 1px;
  margin-bottom: 5px;
  vertical-align: top;
  width: 110px;
}
.dir_topics .list_topics dl dd {
  text-align: left;
  vertical-align: top;
}
.dir_topics .list_topics dl dd a {
  display: block;
  transition: .3s;
  -webkit-transition: .3s;
}
.dir_topics .list_topics dl dd a::after {
  position: absolute;
  border-bottom: 2px solid #036;
  border-right: 2px solid #036;
	content: "";
  height: 6px;
  right: 10px;
  top: 30px;
  transform: rotate(-45deg);
  width: 6px;
  transition: all 0.3s ease 0s;
}
.dir_topics .list_topics dl dd a:hover::after {
  transform: rotate(315deg);
  border-bottom: 2px solid #c00;
  border-right: 2px solid #c00;
}

/* .pager */
.pager {
  margin: 60px 0;
  padding: 50px 0;
  text-align: center;
  background: #FCF8ED;
}
.pager ul {
}
.pager ul li {
  font-size: 81.25%;
  margin: 3px;
  display: inline-block;
}
.pager a,
.pager span {
  color: #000;
  display: block;
  text-decoration: none;
  border: 1px solid #CCC;
  padding: 9px 16px;
  background-color: #fff;
}
.pager li.total span {
  border-color: #FFF;
}
.pager li.prev span,
.pager li.next span,
.pager li.first span,
.pager li.last span {
  border: 1px solid #ccc;
  color: #EDEDED;
}
.pager li.current span {
  color: #fff;
  background: #915E33;
}
.pager a:hover {
  color: #915E33;
  border: 1px solid #999;
  background: #EEEAD9;
}

/* link_prev_next */
.link_prev_next {
  text-align: center;
  margin: 40px 0;
}
.link_prev_next > li {
  display: inline-block;
}
.link_prev_next > li a {
  color: #036;
  border: 1px solid #bbb;
  display: block;
  padding: 12px 40px;
  text-decoration: none;
  transition: .3s;
  border-radius: 3px;
  font-size: 90%;
  font-weight: bold;
}
.link_prev_next > li a:hover {
  color: #fff;
  background-color: #036;
}

/*---------------------------------------------------
	beta
---------------------------------------------------*/
#beta {}

/*---------------------------------------------------
	sidemenu
---------------------------------------------------*/
#side_menu {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
#side_menu .ttl {
  color: #fff;
  font-size: 100%;
  font-weight: normal;
  padding: 10px;
  background-color: #8A8A8A;
}
#side_menu a {
  display: block;
  padding: 5px;
  text-decoration: none;
}
#side_menu a:hover { text-decoration: underline; }
#side_menu .level0 > a {}
#side_menu .level1 > a {}
#side_menu .level2 > a {}
#side_menu .level3 > a {}
#side_menu li + li, #side_menu li > ul { border-top: 1px dashed #ccc; }

/*--------- beta -----------*/
.list_side_menu {
  margin: 2em 1em;
  border: 1px solid #CCCCCC;
}
.list_side_menu .ttl {
  font-size: 90%;
  font-weight: normal;
  padding: 10px;
  position: relative;
  color: #fff;
  background-color: #036;
}
.list_side_menu a {
  color: #000;
  display: block;
}
.list_side_menu .ttl span {
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 12px;
  right: 10px;
}
.list_side_menu .type_01 { background-color: #fff; }
.list_side_menu .type_01 dt {
  border-top: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.2;
  padding: 15px 20px 0;
}
.list_side_menu .type_01 dt:first-child { border-top: none; }
.list_side_menu .type_01 dd {
  margin: 0 10px;
  padding: 0 0 15px 12px;
  background-size: 6px;
  font-size: 13px;
}
.list_side_menu .type_02 {
  background-color: #fff;
  padding: 10px;
}
.list_side_menu .type_02 > li {
  padding-left: 12px;
  font-size: 13px;
  border-top: 1px solid #ccc;
}
.list_side_menu .type_02 > li:first-child { border-top: none; }
.list_side_menu .type_02 > li > ul { display: none; }
.list_side_menu .type_02 > li > ul > li {
  background-size: 6px;
  padding-left: 12px;
}
.list_side_menu .type_03 {
  padding: 10px;
  background-color: #fff;
}
.list_side_menu .type_03 > li {
  background-size: 6px;
  padding-left: 12px;
  font-size: 13px;
}

/*---------------------------------------------------------------------
	company
---------------------------------------------------------------------*/
.bg_main {
  text-align: center;
  padding: 95px 0;
  margin-bottom: 25px;
}
.bg_company {
  background: url(../../image/page_bg/company.png) top center;
  background-size: cover;
}

.area_2column {
  display: table;
  width: 100%;
}
.area_2column .box { margin-bottom: 20px; }
.box .inner { padding: 20px 0 40px; }
.box .ttl {
  position: relative;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #bbb;
	padding: 0 0 13px;
  margin-bottom: 30px;
}
.box h2::after { border-bottom: none; }
.box .ttl .en_ttl {
  position: relative;
  display: block;
  top: 0;
	font-size: 13px;
	font-size: 1.3rem;
  color: #333;
}
.box ul {
  padding: 0 20px 2px 15px;
  margin-left: 20px;
}
.box ul li {
  border-bottom: 1px dotted #aaa;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.box ul li:last-child { margin-bottom: 0; }
.box .ttl .en_ttl::after {
  position: absolute;
  content: '';
  display: inline-block;
  left: 49%;
  top: 26px;
  width: 18px;
  height: 9px;
}

.company_area {}
.company_area .inner { background-color: #F2F4F7; }
.company_area .ttl .en_ttl::after { background: url(../../image/icon/icon_arrow_down_01.png); }
.company_area ul { border-left: 5px solid #036; }

.motto_area .inner { background-color: #FDF1F1; }
.motto_area .ttl .en_ttl::after { background: url(../../image/icon/icon_arrow_down_02.png); }
.motto_area ul { border-left: 5px solid #D90000; }

/*--------- history -----------*/
.rekidai {
  display: table;
  border: 1px solid #bbb;
  margin: 0 auto;
}
.rekidai dt {
  display: table-cell;
  padding: 9px;
  width: 39%;
}  
.rekidai dd {
  background-color: #FCF9E9;
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  padding: 10px;
}
.rekidai dd span {
  display: block;
  font-size: 15px;
  margin-bottom: -5px;
}

/*---------------------------------------------------------------------
	recruit
---------------------------------------------------------------------*/
.bg_recruit {
  background: url(../../image/page_bg/recruit.png) top center;
  background-size: cover;
}

/*--------- message -----------*/
.message {
  border-bottom: 1px dotted #aaa;
  margin-bottom: 60px;
}
.message_area h2 {
  border: none;
  padding: 0;
  margin: 0 0 18px;
}
.message_area h2 .en_name {
  color: #036;
  font-size: 13px;
  margin-left: 17px;
}
.message_area h2::after { border: none; }
.message_area .entry_day {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 2px;
}
.message_area dl dt { font-weight: bold; }
.message_area dl dd { margin-bottom: 20px; }

.bg_pattern_01 {
  background: url(../../image/page_bg/bg_pattern_01.jpg) top left repeat;
  padding-top: 1px;
}
.employee_list { padding: 10px 0 20px; }
.employee_list li {
  background-color: #fff;
  border: 1px solid #bbb;
  width: 100%;
  margin: 0 0 10px 0;
}
.employee_list li:nth-child(2n) { margin-right: 0; }
.employee_list li a {
  display: block;
  padding: 8px 10px;
  color: #000;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.employee_list li a:hover { background-color: #ffffe5; }
.job_category {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: -4px;
  color: #036;
}

/*---------------------------------------------------------------------
	workflow
---------------------------------------------------------------------*/
.top_main_area img { width: auto; }
.top_main_area dl { margin-bottom: 20px; }
.top_main_area dt { margin: 27px 0 15px; }
.top_main_area dd {
  font-size: 16px;
  padding-left: 15px;
}
.top_main_area .item { margin-bottom: 0; }

.workflow_top { text-align: center; }

.work_flow {}

.flow_under {
  position: relative;
  margin-top: 80px;
}
.flow_under:before {
  content: '';
	display: block;
	position: absolute;
  top: -79px;
	width: 100%;
	height: 77px;
	background: url(../../image/flow_under.png) no-repeat 50% 50%;
  background-size: 45px auto;
}

.flow_number {
  float: left;
  width: 29.545454545454547%;
  min-height: 188px;
  text-align: center;
  background-color: #E5F0F3;
  border-radius: 10px;
  padding: 10px;
}
.flow_number img { padding-top: 26%; width: 40px; }
.flow_list {
  float: right;
  width: 64.77272727272727%;
}
.flow_list dt {
  background: url(../../image/flow_list_bg.png) top left repeat;
  position: relative;
  font-size: 25px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 12px 10px;
  margin-bottom: 10px;
}
.flow_list dt::after {
  background: rgba(0, 0, 0, 0) url(../../image/icon/icon_flow_list.png)no-repeat scroll 0 0;
  content: "";
  position: absolute;
  top: 28px;
  left: 18px;
  width: 16px;
  height: 16px;
}
.flow_list dt::before {
  background: rgba(0, 0, 0, 0) url(../../image/icon/icon_flow_list.png)no-repeat scroll 0 0;
  content: "";
  position: absolute;
  top: 28px;
  right: 18px;
  width: 16px;
  height: 16px;
}
.flow_list dd {
  display: table;
  border: 6px solid #E5F0F3;
  border-radius: 10px;
  width: 100%;
  min-height: 100px;
  padding: 10px;
}
.flow_list dd .flow_text {
  display: table-cell;
  vertical-align: middle;
}

.layout_r { margin-bottom: 15px; }
.layout_l { text-align: center; }

/*---------------------------------------------------------------------
	strengths
---------------------------------------------------------------------*/
.bg_strengths {
  background: url(../../image/page_bg/strengths.png) top center;
  background-size: cover;
  padding: 39px 30px 45px;
}
.strengths_icon_01 {
  background: url(../../image/icon/strengths_icon_01.png) left center no-repeat;
  font-size: 2.8rem;
  font-size: 28px;
  padding-left: 60px;
}
.strengths_point { margin-bottom: 40px; }
.strengths_point dl {
  border-left: 1px solid #bbb;
  min-height: 248px;
  padding-left: 23px;
}
.strengths_point dt {
  font-size: 2.3rem;
  font-size: 23px;
  margin-bottom: 13px;
}
.strengths_point dd {
  font-size: 1.6rem;
  font-size: 16px;
}
.strengths_point .sub_ttl {
  font-size: 1.8rem;
  font-size: 18px;
  color: #036;
  margin-bottom: 10px;
}
.point { padding-left: 65px; }
.point01 { background: url(../../image/point/point01.png) 15px 5px no-repeat; background-size: 35px auto; }
.point02 { background: url(../../image/point/point02.png) 15px 5px no-repeat; background-size: 35px auto; }
.point03 { background: url(../../image/point/point03.png) 15px 5px no-repeat; background-size: 35px auto; }
.point04 { background: url(../../image/point/point04.png) 15px 5px no-repeat; background-size: 35px auto; }
.point05 { background: url(../../image/point/point05.png) 15px 5px no-repeat; background-size: 35px auto; }
.point06 { background: url(../../image/point/point06.png) 15px 5px no-repeat; background-size: 35px auto; }
.point07 { background: url(../../image/point/point07.png) 15px 5px no-repeat; background-size: 35px auto; }

/*---------------------------------------------------------------------
	business
---------------------------------------------------------------------*/
.bg_business {
  background: url(../../image/page_bg/business.png) top center;
  background-size: cover;
  padding: 30px 30px 34px;
}
.bg_detail_main .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.business_icon_01 {
  background: url(../../image/icon/business_icon_01.png) 15px 15px no-repeat;
  background-size: 50px auto;
  padding-left: 80px;
}
.business_icon_02 {
  background: url(../../image/icon/business_icon_02.png) 10px 15px no-repeat;
  background-size: 56px auto;
  padding-left: 80px;
}
.business_icon_03 {
  background: url(../../image/icon/business_icon_03.png) left center no-repeat;
  background-size: 115px auto;
  padding-left: 130px;
}
.business_icon_04 {
  background: url(../../image/icon/business_icon_04.png) 5px 15px no-repeat;
  background-size: 51px auto;
  padding: 0 0 15px 80px;
}
.business_icon_05 {
  background: url(../../image/icon/business_icon_05.png) 5px 0 no-repeat;
  background-size: 50px auto;
  padding: 0 0 15px 85px;
}
.pdl105_pc {}

/*---------------------------------------------------------------------
	manufacturer
---------------------------------------------------------------------*/
.bg_manufacturer {
  background: url(../../image/page_bg/manufacturer.png) top center;
  background-size: cover;
  padding: 100px 30px 109px;
}
.sp_toggle_btn { display: none; }

.tab_area { padding: 0 50px; }

.tab_area li {
	position: relative;
	background-color: #EEE;
  margin-bottom: 30px;
}
.tab_area li:first-child {}

.tab_area li a {
	display: block;
	font-size: 15px;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 1.7;
	border: 2px solid #bbb;
	min-height: 60px;
	padding: 8px 5px;
	transition: all 0.3s ease 0s;
}

.tab_area li a span {
	display: block;
	margin-top: 8px;
}

.tab_area li a:hover,
.tab_area li a.selected {
	background-color: #E3F1FF;
	border: 2px solid #bbb;
	color: #000;
}

.tab_area .selected:after {
	border: 10px solid transparent;
	border-top-color: #000;
	border-bottom-width: 0;
	bottom: -10px;
	content:"";
	display: block;
  right: 47%;
	position: absolute;
	width: 0;
}

.tab_box {
  border-top: 2px solid #bbb;
  padding: 30px 10px 0;
}
.sp_toggle {
  display: none;
  max-width: 1200px;
  margin: 0 auto;
}
.sp_toggle.show {
  display: block;
}

.list_tool {
  max-width: 1200px;
  margin: 0 auto;
}
.list_tool .item {
  border: 2px solid #bbb;
  margin-bottom: 20px;
}
.list_tool .btn_tool {}
.list_tool .btn_tool a {
  color: #000;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
.list_tool .btn_tool a::after {
  background: rgba(0, 0, 0, 0) url(../../image/icon/icon_arrow_02.png)no-repeat scroll 0 0;
  content: "";
  height: 25px;
  position: absolute;
  right: 15px;
  top: 18px;
  transition: all 0.3s ease 0s;
  width: 25px;
}
.list_tool .btn_tool.on a::after { transform: rotate(180deg); }
.list_tool .tool_box {
  display: none;
  padding: 0 18px 18px;
  position: relative;
}

.maker_list li {
  border: 1px solid #D6DCE7;
  font-size: 1.5rem;
  font-size: 15px;
  width: 100%;
  margin: 0 0 12px 0;
}
.maker_list li a,
.maker_list li span {
  display: block;
  background-color: #F3F5F8;
  color: #000;
  text-decoration: none;
  padding: 8px;
  transition: all 0.3s ease 0s;
}
.maker_list li a { background-color: #E3F1FF; }
.maker_list li a:hover { background-color: #fff; }

/*---------------------------------------------------------------------
	faq
---------------------------------------------------------------------*/
.list_faq { padding: 0 10px; }
.list_faq .item {
  border: 2px solid #bbb;
  padding: 0 15px 15px 45px;
  margin-bottom: 20px;
}
.list_faq .btn_q {
}
.list_faq .btn_q a {
  color: #000;
  display: block;
  font-size: 1.7rem;
  font-weight: normal;
  padding: 14px 10px 17px 5px;
  position: relative;
  text-decoration: none;
  cursor: default;
}
.list_faq .btn_q a::after {
  /*background: rgba(0, 0, 0, 0) url(../../image/icon/icon_arrow_02.png)no-repeat scroll 0 0;
  content: "";
  height: 25px;
  position: absolute;
  right: 0;
  top: 18px;
  transition: all 0.3s ease 0s;
  width: 25px;*/
}
.list_faq .btn_q.on a::after { transform: rotate(180deg); }
.list_faq .btn_q a::before {
  color: #000;
  content: "Q.";
  display: inline-block;
  font-size: 30px;
  font-size: 3.0rem;
  position: absolute;
  top: 2px;
  left: -33px;
}
.list_faq .box_a {
  background-color: #F3F5F8;
  /*display: none;*/
  padding: 15px 15px 15px 43px;
  position: relative;
}
.list_faq .box_a::before {
  color: #000;
  content: "A.";
  display: inline-block;
  font-size: 30px;
  font-size: 3.0rem;
  position: absolute;
  top: 5px;
  left: 11px;
}
.faq_contents {
}
.faq_contents .icon_q {
}
.faq_contents .icon_a {
}

/*--------------------------------------------------
	topics
--------------------------------------------------*/
.dir_topics #pagebody_inner {}
.dir_topics #pagebody_inner #alpha {}
.dir_topics #pagebody_inner #beta {}

/*---------------------------------------------------------------------
	sitemap
---------------------------------------------------------------------*/
.list_sitemap > h2 {
    font-size: 130%;
    margin-bottom: 10px;
    margin-left: 0;
}
.list_sitemap > h2 a {
    background-color: #f3f3f3;
    color: #333;
    display: block;
    font-weight: normal;
    padding: 15px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.list_sitemap > h2 a:hover {
    background-color: #00519c;
    color: #fff;
}
.list_sitemap > h2 a::before {
    border-bottom: 3px solid #555;
    border-right: 3px solid #555;
    content: "";
    height: 10px;
    position: absolute;
    right: 14px;
    top: 22px;
    transform: rotate(-45deg);
    width: 10px;
}
.list_sitemap > h2 a:hover::before {
  border-color: #fff;
}
.list_sitemap > ul {
    margin-bottom: 15px;
    margin-left: 10px;
    overflow: hidden;
}
.list_sitemap > ul > li {
    float: left;
    margin: 0 15px 15px 0;
    padding-left: 18px;
    position: relative;
}
.list_sitemap > ul > li::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #666;
    border-image: none;
    border-style: solid;
    border-width: 6px 6px 6px 7px;
    content: "";
    height: 0;
    left: 0;
    margin-top: -7px;
    position: absolute;
    top: 12px;
    width: 0;
}
.list_sitemap > ul > li a {
    color: #000;
    text-decoration: none;
}
.list_sitemap > ul > li > ul {
    color: #e8eff6;
    list-style-type: disc;
    margin: 10px 0 0 -10px;
}

/*---------------------------------------------------------------------
	contact
---------------------------------------------------------------------*/
.center_inner p {
	margin: 15px;
}
.mail_form {
  margin: 0 auto;
  max-width: 860px;
  padding: 22px;
}
.mail_form form {
  margin: 0 auto;
}
.mail_form .bg_box {
  background: #F3F5FA;
  padding: 20px;
}
.mail_form form dl {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}
.mail_form form dt {
  width: 30%;
  text-align: right;
  display: table-cell;
  vertical-align: top;
  font-size: 93.75%;
  padding-right: 10px;
  padding-top: 12px;
}
.mail_form form dd {
  display: table-cell;
  vertical-align: top;
}
.mail_form form .bg_on {
  background-color: #ececec;
  padding: 12px;
}
.mail_form form .bg_on label {
  /*width: 20%;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.mail_form form .border_on {
  border: 1px solid #CCCCCC;
  padding: 12px;
}
.mail_form.confirm_list dd {
  background-color: #F3F5FA;
  padding: 12px;
  word-break: break-all;
}
.mail_form .btn_list {
  text-align: center;
  margin: 20px auto;
}
.mail_form .icon_required::before {
  content: "*";
  color: #D80000;
  font-size: 90%;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.mail_form .error {
  color: #d71618;
  font-size: 13px;
}
.mail_form.type_02 form {
  max-width: none;
}
.mail_form.type_02 form dl {
  max-width: 870px;
}
.mail_form.type_02 form dl dt {
  width: 35%;
}
.mail_form input,
.mail_form button,
.mail_form textarea,
.mail_form select {
  margin: 0;
  font-size: 16px;
  padding: 12px;
}
.mail_form input:-ms-input-placeholder {
 color: #808080;
}
.mail_form select,
.mail_form textarea,
.mail_form input[type="tel"],
.mail_form input[type="text"],
.mail_form input[type="email"],
.mail_form input[type="password"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-color: #fff;
}
.mail_form label {
	color: #fff;
	padding: 5px 10px;
	line-height: 2.3;
	border-radius: 5px;
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
	letter-spacing: 2px;
	background: #55779A;
}
.mail_form form .border_on { background-color: #fff; }
.mail_form form .border_on label {
    display: inline;
    background: none;
	color: #333;
}
.mail_form label:hover {
    background-color: #F0F0E1;
	color: #55779A;
	border: 1px solid #55779a;
}
.mail_form input.small {
  width: 27%;
}
.mail_form input[type="file"] {
  font-size: 16px;
}
.mail_form input[type="radio"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form input[type="checkbox"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form select {
  -webkit-appearance: select;
  -moz-appearance: select;
  appearance: select;
  background-color: #ececec;
}
.mail_form .twin {
  font-size: 0;
}
.mail_form .twin input + input {
  margin-left: 3.44%;
}
.mail_form .twin input {
  width: 48.26%;
  display: inline-block;
}
.mail_form textarea {
  width: 100%;
  height: 150px;
  background-color: #fff;
}

.mail_form form .border_on label {
    display: inline;
    border: none;
}
.mail_form label:hover {
    background-color: #F0F0E1;
}
.mail_form input[type="text"]:focus,
.mail_form input[type="email"]:focus,
.mail_form textarea:focus {
  box-shadow: 0 0 7px #008CD6;
}
.btm_text {
  width: 69%;
  margin-left: auto;
}
.mail_form input[type="submit"] {
  color: #fff;
  padding: 1em 5em;
  background-color: #003366;
  border: none;
  border-radius: 0;
}
.mail_form input[type="submit"]:hover {
  background-color: #055FAD;
}
.mail_form input[type="reset"],
.mail_form input.back {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
  border: none;
  border-radius: 0;
}
.mail_form input[type="reset"]:hover,
.mail_form input.back:hover {
  background-color: #555;
}
.btn_backhome {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #003366;
  text-decoration: none;
  border: none;
  border-radius: 0;
}
.btn_backhome:hover {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
}
.form_message {
  background-color: #ffffbb;
  border: 2px solid #df0000;
  color: #df0000;
  font-size: 120%;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px 15px;
}
.topic_path{
  margin: 70px 0 0 0;
}
.topic_path .circle {
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 10px 0 40px;
}
.topic_path .circle::before {
    position: absolute;
    content: "";
    border-top: 1px solid #80A3CE;
    width: 100%;
    height: 1px;
    top: -17px;
    z-index: 1;
}
.topic_path .circle .item {
    font-size: 14px;
    display: table-cell;
    text-align: center;
    width: 33.33%;
    position: relative;
}
.topic_path .circle .item::after {
    position: absolute;
    content: "";
    border: 1px solid #80A3CE;
    width: 22px;
    height: 22px;
    border-radius: 15px;
    top: -30px;
    left: 40%;
    background-color: #fff;
	z-index: 2;
}
/*スマホ横*/
@media screen and (min-width: 540px){
  .topic_path .circle .item::after{
    left: 44%;
  }
}
/*ipad*/
@media screen and (min-width: 768px){
  .topic_path .circle .item::after{
    left: 45%;
  }
}
/*ipad pro*/
@media screen and (min-width: 768px){
  .topic_path .circle .item::after{
    left: 46.5%;
  }
}
.topic_path .circle .active::after {
    background-color: #80A3CE;
}
.mail_form .lead_02 {
    margin: 40px 0 20px;
    position: relative;
}
.mail_form .lead_02::before {
    position: absolute;
    content: "";
    background: url(/image/icon/arrow.jpg) no-repeat;
    width: 19px;
    height: 20px;
    top: 2px;
    left: 50%;
    margin-left: -167px;
}
@media screen and (max-width: 768px) {
  .mail_form {
		margin: 0 10px;
  }
  .mail_form form dl {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .mail_form form dt {
    display: block;
    width: auto;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .mail_form form dd {
    display: block;
    width: auto;
  }
  .mail_form input,
  .mail_form button,
  .mail_form textarea,
  .mail_form select {
    padding: 10px;
  }
  .mail_form input.small {
    width: 50%;
  }
  .mail_form input[type="submit"] {
    padding: 1em;
  }
  .btm_text {
    width: auto;
  }
}

/*---------------------------------------------------------------------
	icon
---------------------------------------------------------------------*/
.icon_pdf::after, .content1 a[href*=".pdf"]::after,
.icon_word::after, .content1 a[href*=".doc"]::after,
.icon_word::after, .content1 a[href*=".rtf"]::after,
.icon_excel::after, .content1 a[href*=".xls"]::after {
	content: "";
    width: 20px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.icon_pdf::after, .content1 a[href*=".pdf"]::after { background: url(/image/icon/icon_pdf.png) no-repeat 100% 50%; }
.icon_word::after, .content1 a[href*=".doc"]::after { background: url(/image/icon/icon_word.png) no-repeat 100% 50%; }
.icon_word::after, .content1 a[href*=".rtf"]::after { background: url(/image/icon/icon_word.png) no-repeat 100% 50%; }
.icon_excel::after, .content1 a[href*=".xls"]::after { background: url(/image/icon/icon_excel.png) no-repeat 100% 50%; }

.content1 a.no_icon::after {
	display: none;
}

/*---------------------------------------------------------------------
	404
---------------------------------------------------------------------*/
.thumb_404 {
  margin-right: 40px;
  float: left;
  width: 20%;
}
.border_box {
  padding: 20px;
  border: 10px solid #fbf4e8;
}
.border_box > ul {
  color: #FF7F00;
  padding-left: 20px !important;
}

#contents_404 {
  max-width: 1200px;
  margin: 0 auto;
}

/*---------------------------------------------------------------------
	page_scroll
---------------------------------------------------------------------*/
#page_scroll_navi { margin-top: 60px; }
#page_scroll_navi p {
  z-index: 9999;
  bottom: 20px;
  right: 15px;
  font-size: 30px;
}
#page_scroll_navi a {
  position: relative;
	width: 60px;
  height: 60px;
  background: #C00;
  text-decoration: none;
  color: #dc143c;
  padding: 10px;
  margin: 0 auto 30px;
  text-align: center;
  display: block;
  border-radius: 50%;
}
#page_scroll_navi a:hover {}
#page_scroll_navi .fa-angle-up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

/*---------------------------------------------------------------------
	site_footer
---------------------------------------------------------------------*/
#site_footer {
  border-top: 1px solid #bbb;
	text-align: center;
}
#site_footer .inner {
  position: relative;
  background: url(../../image/footer_bg.png);
  padding: 20px 0 10px;
  margin-top: 1px;
}
#site_footer .inner::before {
  position: relative;
  content: url(../../image/character_img.png);
  display: block;
  bottom: 40px;
}
#site_footer .company_info {
  margin-top: -40px;
}
#site_footer .company_info dt {
  font-size: 15px;
  margin-bottom: 20px;
}
#site_footer .company_info .address { margin-bottom: 3px; }
#site_footer .company_info .phone { font-size: 20px; }
.copyright {
  color: #fff;
  font-size: 13px;
  text-align: center;
  background-color: #036;
  padding: 5px 0;
}

/*説明会予約のためのボタン*/
.btn_style_01 a {
    font-size: 120%;
    color: #333;
    text-decoration: none;
    display: block;
    border: 3px solid #0055ad;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 15px 20px 15px 10px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
}
.btn_style_01 a::before {
    position: absolute;
    content: "";
    border-left: 2px solid #0055ad;
    border-top: 2px solid #0055ad;
    width: 12px;
    height: 12px;
    right: 12px;
    top: 23px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.btn_style_01 a:hover {
    background-color: #e3f1ff;
}