@charset "utf-8";

/* common.css */

/*----------------------------------------------*/
/*a*/
/*----------------------------------------------*/
/* base */
a {
  color: #475055;
  text-decoration: none;
}
a:link {
  color: #ffc71f;
  text-decoration: none;
}
a:visited {
  color: #ffc71f;
  text-decoration: none;
}
a:hover {
  color: #ffc71f;
  text-decoration: underline;
}
a:active {
  color: #ffc71f;
  text-decoration: underline;
}
a:focus {
  color: #ffc71f;
  text-decoration: underline;
}

a.opacity:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

a.cl_blue {
  color: #0083b3;
}
a.cl_blue:hover {
  color: #ffbf00;
  text-decoration: underline;
}

/* z-index */
header {
  position: relative;
  z-index: 10009;
}
header #header_wrap {
  position: relative;
  z-index: 10010;
}
header #header_wrap h1 {
  z-index: 10011;
}
header .global_navi {
  z-index: 10008;
}
header .global_navi_sub:after {
  z-index: 100;
}
#main .content #service {
  z-index: 10005;
}
#main .content #recruit {
  z-index: 10006;
}

/*----------------------------------------------*/
/*body*/
/*----------------------------------------------*/
body {
  background: #f6f6f6;
}

/*----------------------------------------------*/
/*header*/
/*----------------------------------------------*/
header {
  padding: 0;
}

a.rollover img {
  /*filter: alpha(opacity=100); opacity: 1;*/
}

header {
  transition: background 0.5s ease;
  position: fixed;
  width: 100%;
  height: 100px;
  background: #fff;
  box-shadow: 0px 1px 6px #666;
  line-height: 0;
}
.top header {
  margin-top: 0;
}
header #header_wrap {
  background: #fff;
  min-width: 1073px;
  width: auto !important;
  width: 1073px;
  height: 100px;
} /*905+168*/
header #header_wrap h1 {
  background: #fff;
  position: relative;
  height: 100px;
  width: 168px;
}
header #header_wrap h1 > a {
  display: block;
  width: 110px;
  height: 49px;
  background-image: url(../images/common/header/h1_logo.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 110px 49px;
  text-indent: -9999px;
  position: absolute;
  left: 58px;
  top: 30px;
  background-size: cover;
}
header #header_wrap h1 > a:hover {
  /*filter: alpha(opacity=70); opacity: 0.7;*/
}

header .nav01 > a {
  background-image: url(../images/common/menu/menu_home.png);
}
header .nav02 > a {
  background-image: url(../images/common/menu/menu_service.png);
}
header .nav03 > a {
  background-image: url(../images/common/menu/menu_corporate.png);
}
header .nav04 > a {
  background-image: url(../images/common/menu/menu_recruit.png);
}
header .nav05 > a {
  background-image: url(../images/common/menu/menu_contact.png);
}
header .nav01 > a:hover {
  background-image: url(../images/common/menu/menu_home_on.png);
  background-color: #ffbf00;
}
header .nav02 > a:hover {
  background-image: url(../images/common/menu/menu_service_on.png);
  background-color: #ffbf00;
}
header .nav03 > a:hover {
  background-image: url(../images/common/menu/menu_corporate_on.png);
  background-color: #ffbf00;
}
header .nav04 > a:hover {
  background-image: url(../images/common/menu/menu_recruit_on.png);
  background-color: #ffbf00;
}
header .nav05 > a:hover {
  background-image: url(../images/common/menu/menu_contact_on.png);
  background-color: #ffbf00;
}

/*--- global_navi---*/
header .global_navi {
  position: absolute;
  right: 0;
  top: 0;
  height: 100px;
  min-width: 905px;
  width: auto !important;
  width: 905px; /*overflow-x:hidden;*/
}
header .global_navi > li {
  position: relative;
  float: left;
  line-height: 1;
}
header .global_navi > li.selected a span {
  background: url(../images/common/menu/bg_selected.png) left bottom repeat-x;
  display: block;
  width: 181px;
  height: 100px;
}
/*header .global_navi > li.selected a:hover span { background:url(../images/common/menu/bg_selected_on.png) left bottom repeat-x; display:block; width:181px; height:100px; }*/
header .global_navi > li > a {
  color: #fff;
  display: block;
  height: 100px;
  width: 181px;
  text-indent: -9999px;
}
header .global_navi > li > a:hover {
  /*filter: alpha(opacity=70); opacity: 0.7;*/
}

header .global_navi_sub {
  display: none;
  background: url(../images/common/menu/pullBg.png);
  box-shadow: 0px 3px 3px #666;
}
header .global_navi_sub:after {
  content: "";
  background: url(../images/common/menu/pulldown_tri.png) 0 0 no-repeat;
  width: 16px;
  height: 10px;
  position: absolute;
  left: 80px;
  top: 100px;
}
header .global_navi_sub li {
  border-bottom: 1px solid #cc9900;
}
header .global_navi_sub li:first-child {
  /*border-top: 1px solid #fff;*/
}
header .global_navi_sub li:last-child {
  border-bottom: none;
}
header .global_navi_sub li:hover {
  border-color: #fff;
  background: url(../images/common/menu/menu_pulldown_on.png) no-repeat 98% 95%;
  background-size: 10px 10px;
}
header .global_navi_sub li a {
  display: block;
  padding: 22px 0 0 14px;
  height: 32px;
  font-size: 107%;
  color: #333;
  text-decoration: none;
  text-align: left;
}
header .global_navi_sub li a:hover {
}
header .global_navi_sub li a.double {
  padding: 10px 14px 8px 14px;
  height: auto;
  line-height: 1.3;
}

/*--- scrool ---*/
header #header_wrap.colorHeader {
  background: #ffbf00;
}
header #header_wrap.colorHeader h1 {
  background-color: #ffbf00;
}
header #header_wrap.colorHeader h1 a {
  background-image: url(../images/common/header/h1_logo_on.png);
}
header #header_wrap.colorHeader .nav01 > a {
  background-image: url(../images/common/menu/menu_home_on.png);
  background-color: #ffbf00;
}
header #header_wrap.colorHeader .nav02 > a {
  background-image: url(../images/common/menu/menu_service_on.png);
  background-color: #ffbf00;
}
header #header_wrap.colorHeader .nav03 > a {
  background-image: url(../images/common/menu/menu_corporate_on.png);
  background-color: #ffbf00;
}
header #header_wrap.colorHeader .nav04 > a {
  background-image: url(../images/common/menu/menu_recruit_on.png);
  background-color: #ffbf00;
}
header #header_wrap.colorHeader .nav05 > a {
  background-image: url(../images/common/menu/menu_contact_on.png);
  background-color: #ffbf00;
}
header #header_wrap.colorHeader .nav01 > a:hover {
  background-image: url(../images/common/menu/menu_home.png);
  background-color: #fff;
}
header #header_wrap.colorHeader .nav02 > a:hover {
  background-image: url(../images/common/menu/menu_service.png);
  background-color: #fff;
}
header #header_wrap.colorHeader .nav03 > a:hover {
  background-image: url(../images/common/menu/menu_corporate.png);
  background-color: #fff;
}
header #header_wrap.colorHeader .nav04 > a:hover {
  background-image: url(../images/common/menu/menu_recruit.png);
  background-color: #fff;
}
header #header_wrap.colorHeader .nav05 > a:hover {
  background-image: url(../images/common/menu/menu_contact.png);
  background-color: #fff;
}

header #header_wrap.colorHeader .global_navi > li.nav01.selected a {
}
/*header #header_wrap.colorHeader .global_navi > li.selected a span { background:url(../images/common/menu/bg_selected_on.png) left bottom repeat-x; display:block; height:100px; width:185px; }*/
header #header_wrap.colorHeader .global_navi > li.selected a:hover span {
  background: url(../images/common/menu/bg_selected_on.png) left bottom repeat-x;
  display: block;
  width: 185px;
  height: 100px;
}

/*----------------------------------------------*/
/*main_visual*/
/*----------------------------------------------*/
#main_visual {
  padding-top: 100px;
  text-align: center;
  width: 100%;
}
#main_visual img {
  /*width:100%;*/
  min-width: 1280px;
}
#main_visual .flexslider {
  background: #f6f6f6;
  height: 453px; /*width: 100%;*/
  position: relative;
  overflow: hidden;
}
#main_visual .flexslider ul:after {
  content: "";
  clear: both;
  display: block;
}
#main_visual .flexslider ul li a {
  display: block;
}
#main_visual .flexslider ul li a img {
  min-height: 453px;
  height: auto !important;
  height: 453px; /*width:100%;*/
  min-width: 1280px;
}

/*----------------------------------------------*/
/*key_visual*/
/*----------------------------------------------*/
#key_visual {
  padding-top: 100px;
}
#key_visual > div {
  height: 150px;
  width: 100%;
  position: relative;
}
#key_visual > div > img {
  min-height: 150px;
  height: auto !important;
  height: 150px;
  width: 100%; /*min-width:1280px;*/
}
#key_visual p {
  width: 320px;
  height: 70px;
  position: absolute;
  left: 50px;
  top: 40px;
}
#key_visual p img {
  height: 70px;
  width: 320px;
}
#key_visual p img.w380 {
  height: 70px;
  width: 380px;
}
#key_visual p img.w440 {
  height: 70px;
  width: 440px;
}

/*----------------------------------------------*/
/*title*/
/*----------------------------------------------*/
#title {
  padding: 35px 45px 25px 50px;
}
#title p {
  color: #333;
  line-height: 2.1;
  font-size: 116%;
  padding-top: 20px;
}
#title p a {
  text-decoration: underline;
  color: #333;
}
#title p a:hover {
  text-decoration: underline;
  color: #ffc71f;
}

/*----------------------------------------------*/
/*main*/
/*----------------------------------------------*/
#main {
}
#main:after {
  content: "";
  clear: both;
  display: block;
}
#main .content {
  background: #f6f6f6;
  position: relative;
}
#main .content:after {
  content: "";
  clear: both;
  display: block;
}

/* top */
#top #main .content {
  background: url(../images/top/bg_main.png) right top repeat-y;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  min-height: 900px;
  min-width: 480px;
  overflow: hidden;
}

/* recruit */
#main .content #recruit {
  /*background:url(../images/top/img_recruit.png) left 180px no-repeat;*/
  border-left: 1px solid #ccc;
  width: 374px;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 450px;
}
#main .content #recruit p {
  /*background:#f3f4f9;*/
  padding: 30px 35px 0;
}
#main .content #recruit dl {
  padding: 25px 35px 0 35px;
}
#main .content #recruit dl dt {
  background: #fec310;
  font-size: 108%;
  text-align: center;
  line-height: 1.6;
  padding: 30px 0;
}
#main .content #recruit dl dd {
  background: url(../images/top/bg_ar_recruit.png) center top no-repeat #fff;
  padding: 10px 10px 0;
}
#main .content #recruit dl dd ul {
}
#main .content #recruit dl dd ul li {
  background: url(../images/common/bg_dot_border.png) left bottom repeat-x;
}
#main .content #recruit dl dd ul li.last-child {
  background: none;
}
#main .content #recruit dl dd ul li a {
  color: #333;
  display: block;
  padding: 25px 0 25px 15px;
}
#main .content #recruit dl dd ul li.first-child a {
  padding-top: 15px;
}
#main .content #recruit dl dd ul li a span {
  background: url(../images/common/i_ar_right.png) left top no-repeat;
  color: #333;
  display: block;
  font-size: 108%;
  padding-left: 20px;
}

/* service */
#main .content #service {
  /*min-width:530px;*/
  padding-right: 375px;
  overflow: hidden;
  width: auto;
}
#main .content #service #service_wrap {
  padding: 35px 0 35px 0;
}
#main .content #service .caption {
  padding: 0 45px;
}
#main .content #service .caption h2 {
  padding: ;
  float: left;
}
#main .content #service .caption .link {
  float: right;
  line-height: 1.6;
  padding-top: 22px;
}
#main .content #service .caption .link a {
  background: url(../images/common/i_ar_list_link.png) right 2px no-repeat;
  color: #333;
  padding-right: 14px;
  text-decoration: underline;
}
#main .content #service div.center {
  margin: 10px auto;
  padding: 0; /*width:902px;*/
}
#main .content #service div.center ul:after {
  content: "";
  clear: both;
  display: block;
}
#main .content #service ul li.grid {
  background-color: #f6f6f6;
  float: left;
  width: 250px;
  margin: 35px 25px 0;
  min-height: 480px;
  padding: 0;
  position: relative;
}
#main .content #service ul li.grid:after {
  content: "";
  clear: both;
  display: block;
}
#main .content #service ul li.grid h3 {
  margin-bottom: 20px;
}
#main .content #service ul li.grid .ex {
  background-color: #ccc;
  display: table;
  font-size: 117%;
  padding: 0;
  text-align: center;
  color: #fff;
  width: 100%;
}

#main .content #service ul li.grid .label {
  position: absolute;
  right: -16px;
  top: 16px;
  width: 103px;
  height: 103px;
}
#main .content #service ul li.grid .ex.conobell span a {
  background-color: #00cbbb;
}
#main .content #service ul li.grid .ex.buscatch span a {
  background-color: #c13a28;
}
#main .content #service ul li.grid .ex.drivingschool span a {
  background-color: #015289;
}
#main .content #service ul li.grid .ex.kindergarten span a {
  background-color: #f49e00;
}
#main .content #service ul li.grid .ex.education span a {
  background-color: #ea5354;
}
#main .content #service ul li.grid .ex.gakudo span a {
  background-color: #44aea1;
}
#main .content #service ul li.grid .ex.swimming span a {
  background-color: #3395dd;
}
#main .content #service ul li.grid .ex.fitness span a {
  background-color: #ff693f;
}
#main .content #service ul li.grid .ex.school span a {
  background-color: #17a6a4;
}
#main .content #service ul li.grid .ex.tennis_school span a {
  background-color: #64b230;
}

#main .content #service ul li.grid .ex.accell_gps span a {
  background-color: #1bb05d;
}
#main .content #service ul li.grid .ex.nextalk span a {
  background-color: #2c8cbe;
}

#main .content #service ul li.grid .ex span {
  display: table;
  line-height: 1.6;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
#main .content #service ul li.grid .ex span a {
  display: table-cell;
  color: #fff;
  padding: 20px 0;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  background-image: url(../images/common/i_ar_service_link.png);
  background-position: 230px 90px;
  background-repeat: no-repeat;
}
#main .content #service ul li.grid p {
  line-height: 1.8;
  margin-top: 5px;
  text-align: left;
}

/* information */
#information #information_wrap {
  padding: 30px 45px;
}
#information #information_wrap h2 {
  margin-bottom: 25px;
}
#information #information_wrap table {
  background: #fff;
  width: 100%;
}
#information #information_wrap table th {
  background: url(../images/common/bg_dot_border.png) left bottom repeat-x;
  font-size: 116%;
  padding: 20px 10px;
  width: 160px;
}

#information #information_wrap table th div {
  background: #787878;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
}
#information #information_wrap table td {
  background: url(../images/common/bg_dot_border.png) left bottom repeat-x;
  font-size: 124%;
  padding: 20px 20px 20px 0;
}
#information #information_wrap table td a {
  color: #333;
}
#information #information_wrap table td a:hover {
  color: #ffbf00;
}

/*----------------------------------------------*/
/*breadcrumb*/
/*----------------------------------------------*/
#breadcrumb {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#breadcrumb ol {
  text-align: center;
  margin: 0 auto;
  padding: 30px;
}
#breadcrumb ol:after {
  content: "";
  clear: both;
  display: block;
}
#breadcrumb ol li {
  display: inline-block;
  margin: 0 0 0 20px;
  width: auto !important;
}
#breadcrumb ol li span {
  display: block;
  background: url(../images/common/i_ar_breadcrumb.png) left 1px no-repeat;
  padding-left: 20px;
}
#breadcrumb ol li a {
  color: #ffbf00;
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/*----------------------------------------------*/
/*back_top*/
/*----------------------------------------------*/
.backtop {
  background: #f6f6f6;
  padding: 30px 45px;
  text-align: right;
}
.backtop a {
  background: url(../images/common/i_ar_top_yellow.png) left top no-repeat;
  color: #333;
  padding-left: 20px;
}

/*----------------------------------------------*/
/*footer*/
/*----------------------------------------------*/
footer {
  width: 100%;
}
footer .link_list {
  background-color: #fff;
  padding: 30px 45px;
}
footer .link_list ul:after {
  content: "";
  clear: both;
  display: block;
}
footer .link_list ul li {
  border-right: 1px solid #ccc;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
footer .link_list ul li.last-child {
  border: none;
  margin-right: 0;
}
footer .link_list ul li a {
  color: #333;
}
footer #footer_content {
}
footer #footer_content dl {
}
footer #footer_content dl dt {
  background: #ffbf00;
  margin: 0 auto;
  padding: 48px 0;
  text-align: center;
}
footer #footer_content dl dd {
  background: #fff;
  padding: 25px 45px 20px; /*min-width:980px; width:auto !important; width: 980px;*/
}
footer #footer_content dl dd:after {
  content: "";
  clear: both;
  display: block;
}
footer #footer_content dl dd .left_area {
  overflow: hidden;
}
footer #footer_content dl dd .left_area:after {
  content: "";
  clear: both;
  display: block;
}
footer #footer_content dl dd .left_area p#f_logo {
  float: left;
  margin-right: 100px;
  width: 110px;
}
footer #footer_content dl dd .left_area #address {
  line-height: 1.6;
  text-align: center;
}
footer #footer_content dl dd .left_area #address p {
  font-size: 124%;
}

footer #footer_content dl dd ul.tel_fax {
  padding-top: 15px;
  text-align: center;
}
footer #footer_content dl dd ul.tel_fax li {
  display: inline-block;
  font-weight: 700;
  font-size: 154%;
  margin-right: 20px;
}
footer #footer_content dl dd ul.tel_fax li.last-child {
  margin-right: 0;
}

footer #footer_content dl dd .right_area {
  width: 191px;
  float: right;
}

footer #footer_content dl dd .bottom_area {
  clear: both;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px 20px;
}
footer #footer_content dl dd .bottom_area:after {
  content: "";
  clear: both;
  display: block;
}
footer #footer_content dl dd .bottom_area ul {
  flex: 1;
  text-align: left;
}
footer #footer_content dl dd .bottom_area ul li {
  border-right: 1px solid #ccc;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}
footer #footer_content dl dd .bottom_area ul li.last-child {
  border-right: none;
  font-size: 108%;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
footer #footer_content dl dd .bottom_area ul li a {
  color: #333;
}
footer #footer_content dl dd .bottom_area ul.mark {
  flex: 0 1;
  gap: 10px 13px;
  align-items: center;
  display: flex;
}
footer #footer_content dl dd .bottom_area ul.mark li {
  border: none;
  margin: 0;
  padding: 3px;
  border: solid 1px #ddd;
}

footer p#copyright {
  background: #787878;
  color: #fff;
  font-size: 93%;
  padding: 30px;
  text-align: center;
}

/*----------------------------------------------*/
/*input*/
/*----------------------------------------------*/
input[type="text"],
select,
textarea {
  padding: 4px;
  border: 1px solid #cccccc;
}
input[type="text"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #f2e6c9;
  background-color: #fefaf0;
}
input[type="button"],
input[type="submit"],
input[type="button"].disabled:hover,
input[type="submit"].disabled:hover {
  border: 1px solid #cccccc;
  padding: 3px 5px;
  background-color: #ffffff;
  background: #eeeeee;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  border: 1px solid #ead9b9;
  background-color: #faf8f2;
}

/*----------------------------------------------*/
/*privacy*/
/*----------------------------------------------*/
#privacy #pmark {
  background: #fff;
  margin: 40px 0px 60px;
  padding: 20px 30px 20px;
  border: 2px solid #999;
}
#privacy #pmark:after {
  content: "";
  clear: both;
  display: block;
}
#privacy #pmark p {
  line-height: 1.8em;
  margin-top: 5px;
  padding-left: 100px;
}
#privacy #pmark div {
  float: left;
  width: 80px;
}

/*----------------------------------------------*/
/*module*/
/*----------------------------------------------*/
.mod_bg_white {
  background: #fff;
}
.mod_padding_box {
  padding: 35px 45px 25px 50px;
}

.mod_table {
  width: 100%;
}
.mod_table th {
  background: url(../images/common/bg_dot_border.png) left bottom repeat-x #ebeced;
  font-size: 108%;
  font-weight: 700;
  line-height: 1.8;
  padding: 20px;
  vertical-align: middle;
  min-width: 200px;
  width: auto !important;
  width: 200px;
}
.mod_table th span.hissu {
  background: url(../images/contact/i_nessesary.png) right 0 no-repeat;
  display: block;
  padding-right: 16px;
}
.mod_table td {
  background: url(../images/common/bg_dot_border.png) left bottom repeat-x #fff;
  font-size: 108%;
  line-height: 1.8;
  padding: 20px;
}
.mod_table tr.last-child th,
.mod_table tr.last-child td {
  background-image: none;
}

.mark_area {
  display: flex;
  gap: 15px 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mark_area .mark {
  display: flex;
  gap: 10px 13px;
  align-items: flex-start;
}
.mark_area .mark li {
  border: solid 1px #ddd;
  padding: 3px;
}

.input_error {
  background: #fc7f7f;
  margin-bottom: 10px;
  padding: 2px;
}
.input_error p {
  background: url(../images/contact/i_caution.png) 7px 6px no-repeat #ffefef;
  color: #c00;
  line-height: 1.8;
  margin: 0;
  padding: 5px 20px 5px 35px;
}

.mod_circle_list {
}
.mod_circle_list li {
  background: url(../images/common/i_circle.png) 4px 8px no-repeat;
  padding-left: 16px;
}

.mod_sq_list {
}
.mod_sq_list li {
  background: url(../images/common/i_square.png) left 6px no-repeat;
  padding-left: 16px;
}

.mod_number_list {
}
.mod_number_list li {
  list-style-type: decimal;
  margin-left: 32px;
}

.mod_float_list {
}
.mod_float_list .mark {
  width: 137px;
}
.mod_float_list:after {
  content: "";
  clear: both;
  display: block;
}
.mod_float_list li {
  float: left;
  margin-right: 10px;
}
.mod_float_list.right {
  float: right;
}
.mod_float_list.right li {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.mod_float_list.right li.last-child {
  margin: 0;
}

.mod_left {
  float: left;
}
.mod_right {
  float: right;
}

.min_w_600 {
  min-width: 600px;
  width: auto !important;
  width: 600px;
}

.mod_h2_title {
  background: #333;
}
.mod_h2_title:after {
  content: "";
  clear: both;
  display: block;
}
.mod_h2_title h2 {
  float: left;
  padding: 37px 50px;
}
.mod_h2_title span {
  display: block;
  width: 400px;
  height: 97px;
  float: right;
}

.mod_block_title {
  background: #fff;
}
.mod_block_title:after {
  content: "";
  clear: both;
  display: block;
}
.mod_block_title h2 {
  color: #333;
  font-weight: 700;
  padding: 17px 20px;
}

.mod_h3_title {
  margin-bottom: 20px;
}

.mod_btn_link {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.mod_btn_link ol {
  margin: 0 auto;
  text-align: center;
}
.mod_btn_link ol:after {
  content: "";
  clear: both;
  display: block;
}
.mod_btn_link ol li {
  display: inline-block;
  margin: 0 15px;
}

.mod_dl_list {
}
.mod_dl_list dl {
  width: 100%;
}
.mod_dl_list dl dt {
  background: url(../images/common/bg_dot_border.png) left bottom repeat-x;
  font-weight: 700;
  line-height: 1.8;
  padding-bottom: 3px;
}
.mod_dl_list dl dd {
  line-height: 1.8;
}
.mod_dl_list dl dd p {
  line-height: 1.8;
}

/*----------------------------------------------
404
----------------------------------------------*/
#not_found .messageArea {
  background: #f4f4f4;
  border: 1px solid #e1e1e1;
  margin: 10px auto 0;
  padding: 10px 0;
  width: 1190px;
}
#not_found .messageArea dl {
  background: #fff;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 1170px;
}
#not_found .messageArea dl dt {
  background: url(../images/404/bg_title.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #414141;
  font-weight: 700;
  line-height: 1;
  padding: 17px 0;
  margin: 0 auto;
  text-align: center;
}
#not_found .messageArea dl dd {
  background-image: url(../images/404/bg_404.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-right: 80px;
  padding-bottom: 40px;
  padding-left: 80px;
  font-size: 107%;
  line-height: 1.8;
}
#not_found p a {
  color: #333;
  text-decoration: underline;
}
#not_found p a:hover {
  text-decoration: underline;
}
#not_found p.lead {
  text-align: left;
  font-weight: 700;
  font-size: 116%;
}
#not_found ul {
  margin-top: 0;
}
#not_found ul li {
  text-align: left;
}
#not_found ul li a {
  background: url(../images/common/i_ar_list_link.png) left 3px no-repeat;
  color: #333;
  padding-left: 15px;
}
#not_found ul li a:hover {
  color: #ffbf00;
}

/*----------------------------------------------
alert
----------------------------------------------*/
.alert {
  flex: 0 0 100%;
  display: flex;
  justify-content: start;
  padding: 15px 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  min-width: 200px;
  position: relative;
}
.alert i {
  line-height: 1.8;
}
.alert span {
  font-size: 100%;
  line-height: 1.8;
  text-align: left;
  padding: 0;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-link {
  font-weight: 700;
}
.alert-link:hover {
  text-decoration: underline;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger .alert-link {
  color: #953b39;
}

/*----------------------------------------------*/
/* レスポンシブル対応追加 */
/*----------------------------------------------*/

.spAlt {
  display: none;
}

/*----------------------------------------------
PC表示
----------------------------------------------*/

@media screen and (min-width: 1280px) {
  header #header_wrap .inner {
    width: 1280px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  #key_visual > div .inner {
    width: 1280px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  #title .inner {
    width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #main {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  #top #main .content {
    border-top: none;
    border-bottom: none;
    width: 1280px;
    text-align: center;
    margin: 0 auto;
  }
  #main .content #service ul li.grid h3 {
    text-align: left;
  }
  #main .content #service {
    width: 905px;
    margin: 0 auto;
  }
  #information #information_wrap .inner {
    width: 1280px;
    text-align: center;
    margin: 0 auto;
  }
  #information #information_wrap table td {
    text-align: left;
  }
  .backtop .inner {
    width: 1280px;
    margin: 0 auto;
  }
  .backtop .inner a {
    text-align: right;
  }
  footer #footer_content dl dd .inner {
    width: 1280px;
    text-align: center;
    margin: 0 auto;
  }

  #privacy #main .content .inner,
  #security #main .content .inner {
    width: 1280px;
    margin: 0 auto;
  }
}
