@charset "UTF-8";
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

.modules {
  font-size: 13px;
}
.modules img {
  width: 100%;
  max-width: 600px;
  display: inline-block;
}

.small_text {
  font-size: 10px;
}

.list_disc {
  margin: 0 0 0 15px;
}
.list_disc span.disc {
  margin: 0 0 0 -13px;
}

#sns_box {
  width: 250px;
  margin: 0 auto 40px;
  text-align: center;
}
#sns_box li {
  margin: 0 10px 0 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.common_title01 {
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  color: #0066bb;
  padding: 0 0 16px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
}

.category_faq .common_title01,
.category_case .common_title01 {
  margin: 0 20px 20px;
}

.common_title02 {
  padding: 25px 0 25px 0;
  background: url(../images/common/bg_blue.png) 0 0 repeat;
  color: #fff;
  text-align: center;
}

.common_title02 span {
  display: inline-block;
  padding: 0 0 7px 0;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}

.common_btn01 a {
  text-decoration: none;
  display: block;
  border-top: 1px solid #ddd;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 30px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #0066bf;
  margin: 0 0 50px 0;
}
.common_btn01 a:after {
  content: ' ';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: 0px -132px;
  width: 30px;
  height: 30px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.common_btn01 .type1 {
  color: #0066bb;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}
.common_btn01 .type2 {
  font-size: 12px;
  color: #333333;
}

.common_btn02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #0066bf;
  margin: 10px 0 40px;
  position: relative;
  text-decoration: none;
}
.common_btn02 a {
  width: 100%;
  display: table;
  height: 40px;
  text-decoration: none;
  color: #0066bf;
  font-weight: bold;
}
.common_btn02 p {
  font-size: 14px;
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.common_btn02 p:before {
  content: ' ';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -97px -167px;
  width: 26px;
  height: 20px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 23px;
}
.common_btn02 p:after {
  content: ' ';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -24px -192.5px;
  width: 19px;
  height: 19px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
}

.list1 {
  margin: 0 0 40px 0;
}
.list1 h1 {
  color: #0066bb;
  font-weight: bold;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 15px;
}
.list1 .list_main li {
  border-bottom: 1px solid #dddddd;
}
.list1 .list_main li a {
  display: block;
  color: #408ccc;
}
.list1 .list_main dl {
  padding: 16px 0;
}
.list1 .list_main dt {
  padding: 0 0 4px;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
}
.list1 .list_main dd {
  font-size: 14px;
}
.list1 .list_main.list_type2 dt {
  float: left;
  width: 35px;
}
.list1 .list_main.list_type2 dt:before {
  display: inline-block;
  content: '';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: 0px -167px;
  width: 17px;
  height: 20.5px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  vertical-align: middle;
  margin: 0 14px 0 7px;
}
.list1 .list_main.list_type2 dd {
  margin: 0 0 0 40px;
}

.list2 {
  padding: 0 0 50px 0;
}
.list2 dl {
  margin: 0 0 20px 0;
  font-size: 12px;
}
.list2 dt {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.list2 dd {
  line-height: 1.5;
}
.list2 dd p {
  line-height: 1.5;
  margin-bottom: 1em;
}
.list2 dd span {
  font-weight: bold;
}
.list2 dd ol {
  text-indent: -1em;
}
.list2 dd ol li {
  margin: 0 0 0 1em;
}
.list2 ul {
  list-style-type: disc;
  padding-left: 1.5em;
  font-size: 12px;
}
.list2 .address_box {
  text-align: right;
  font-size: 12px;
}

.intro_text {
  font-size: 14px;
  padding: 30px 0 30px 0;
  line-height: 1.6;
}

#sitemap_box {
  margin: 30px 0 0 0;
  border-top: 1px solid #dddddd;
}
#sitemap_box a {
  position: relative;
  text-decoration: none;
  display: block;
  color: #0066bb;
  font-size: 12px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #dddddd;
}
#sitemap_box h2 a {
  font-size: 15px;
  font-weight: bold;
}
#sitemap_box h3 a {
  font-size: 14px;
  font-weight: bold;
}
#sitemap_box .content_box {
  margin: 0 0 0 1em;
}
#sitemap_box .content_box .links_box {
  margin: 0 0 0 1em;
}
#sitemap_box a:after {
  content: " ";
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -253px -109.5px;
  width: 13px;
  height: 13px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  display: inline-block;
  margin: -8px 0 0 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.btn_style01 {
  padding: 0 0 50px 0;
}

.btn_default a {
  display: block;
  height: 60px;
  padding: 30px 0 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9e9f5), color-stop(1%, #ffffff), color-stop(3%, #ebf6ff), color-stop(4%, #eaf5fe), color-stop(22%, #e7f2fd), color-stop(77%, #d1e3f0), color-stop(87%, #d1e0ef), color-stop(89%, #cde1ef), to(#cddeed));
  background: linear-gradient(to bottom, #d9e9f5 0%, #ffffff 1%, #ebf6ff 3%, #eaf5fe 4%, #e7f2fd 22%, #d1e3f0 77%, #d1e0ef 87%, #cde1ef 89%, #cddeed 100%);
  color: #0066bb;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: rgba(113, 135, 164, 0.0902) 0px 0px 4px 1px;
  box-shadow: rgba(113, 135, 164, 0.0902) 0px 0px 4px 1px;
}

.btn_default a:before {
  content: " ";
  position: absolute;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -102px -132px;
  width: 30px;
  height: 22px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  left: 18%;
  top: 18px;
}

.btn_default a:after {
  content: " ";
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -24px -192.5px;
  width: 19px;
  height: 19px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  position: absolute;
  bottom: 20px;
  right: 19px;
}

.btn_001 a {
  font-size: 13px;
}
.btn_001 a:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -35px -132px;
  width: 29px;
  height: 28.5px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  left: 5%;
}

.btn_002 a {
  font-size: 13px;
}
.btn_002 a:before {
  left: 5%;
}

.section1 {
  overflow: hidden;
  padding: 0 0 40px 0;
}
.section1 .section_text {
  line-height: 2.0;
  font-size: 14px;
  padding: 0 0 30px 0;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.section1 .section_img {
  text-align: center;
}

.section2 {
  overflow: hidden;
  padding: 0 0 40px 0;
}
.section2 .section_table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.section2 .section_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 16px;
  padding: 0 0 40px 0;
}
.section2 .section_text2 {
  line-height: 1.6;
  border: 4px solid #0066bb;
  color: #0066bb;
  position: relative;
  padding: 30px 20px;
  margin: 0 0 30px 0;
}
.section2 .section_text2 span {
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  display: inline-block;
  position: absolute;
  background: #0066bb;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  left: -4px;
  top: -24px;
}
.section2 .section_text3 {
  background: #eef6ff;
  padding: 20px;
  color: #0066bb;
}
.section2 .section_text3 p {
  font-size: 12px;
  margin: 0 0 20px;
  line-height: 1.7;
}
.section2 .section_text3 p.head {
  font-size: 14px;
  line-height: 1.9;
  margin: 0;
  font-weight: bold;
}
.section2 .section_text3 a {
  color: #0066bb;
  text-decoration: underline;
}
.section2 .section_text3 a:hover {
  color: #0066bb;
  text-decoration: none;
}
.section2 .section_img {
  text-align: center;
  padding: 20px 0 20px 0;
}
.section2 .section_img .pc_img {
  display: none;
}

.section3 {
  padding: 0 0 40px 0;
}
.section3 .section_title {
  padding: 18px 0 18px 0;
  border-top: 2px solid #666;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.section3 .section_list {
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section3 .section_list li {
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.section3 .section_list li .left_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 18px;
  border-bottom: 2px dotted #ccc;
  vertical-align: middle;
  overflow: hidden;
}
.section3 .section_list li .left_box span {
  float: left;
  display: block;
}
.section3 .section_list li .left_box p {
  line-height: 1.6;
  font-weight: bold;
}
.section3 .section_list li .right_box {
  padding: 10px 18px;
}
.section3 .section_list .section_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section3 .section_list .section_text p {
  margin: 0 0 20px;
}
.section3 .section_list .section_text dl.type1 {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.section3 .section_list .section_text dl.type1 dt {
  float: left;
  clear: both;
  width: 70px;
  font-weight: bold;
}
.section3 .section_list .section_text dl.type1 dt.wide_dt {
  width: 120px;
}
.section3 .section_list .section_text dl.type1 dd {
  margin: 0 0 5px 0;
}
.section3 .section_list .section_text dl.type1 dd.indent {
  margin: 0 0 5px 75px;
}
.section3 .section_list .section_text dl.type1 dd.wide_dd {
  margin: 0 0 5px 125px;
}
.section3 .section_list .section_text dl.type1 dd.full {
  margin: 0px !important;
}
.section3 .section_list .section_text dl.type2 {
  margin: 0 0 20px 0;
}
.section3 .section_list .section_text dl.type2 dt {
  font-weight: bold;
}

.section4 {
  overflow: hidden;
  padding: 20px 15px;
  background: #eef6ff;
}
.section4 .section_title {
  text-align: center;
}
.section4 .section_title span {
  display: inline-block;
  border: 2px solid #999999;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}
.section4 .section_text {
  text-align: center;
  margin: 0 0 30px 0;
}
.section4 .section_img {
  text-align: center;
  position: relative;
}
.section4 .section_img .area {
  padding: 10px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
}
.section4 .section_img .tip {
  background: #FFF;
  border: 2px solid #0066be;
  padding: 10px;
  font-size: 12px;
  position: absolute;
  z-index: 10;
  text-align: left;
  display: none;
}
/*.section4 .section_img #riskArea {
  height: 95px;
  left: 50%;
  margin: 0 0 0 -103px;
  top: 48px;
  width: 41px;
}
.section4 .section_img #riskArea_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskCategory {
  height: 95px;
  left: 50%;
  margin: 0 0 0 -103px;
  top: 144px;
  width: 41px;
}
.section4 .section_img #riskCategory_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskFlashInfo {
  height: 230px;
  left: 50%;
  margin: 0 0 0 -60px;
  top: 34px;
  width: 103px;
}
.section4 .section_img #riskFlashInfo_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskTopics {
  height: 27px;
  left: 50%;
  margin: 0 0 0 44px;
  top: 47px;
  width: 58px;
}
.section4 .section_img #riskTopics_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskFlashMail {
  height: 34px;
  left: 50%;
  margin: 0 0 0 44px;
  top: 76px;
  width: 58px;
}
.section4 .section_img #riskFlashMail_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskPhotoNews {
  height: 77px;
  left: 50%;
  margin: 0 0 0 44px;
  top: 149px;
  width: 58px;
}
.section4 .section_img #riskPhotoNews_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskFiexdFile {
  height: 37px;
  left: 50%;
  margin: 0 0 0 44px;
  top: 227px;
  width: 58px;
}
.section4 .section_img #riskFiexdFile_tip {
  top: -30px;
  left: 0;
  width: 100%;
}*/
.section4 .section_img #riskArea {
  height: 90px;
  left: 50%;
  margin: 0 0 0 -103px;
  top: 61px;
  width: 41px;
}
.section4 .section_img #riskArea_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskCategory {
  height: 91px;
  left: 50%;
  margin: 0 0 0 -103px;
  top: 154px;
  width: 41px;
}
.section4 .section_img #riskCategory_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskFlashInfo {
  height: 230px;
  left: 50%;
  margin: 0 0 0 -60px;
  top: 34px;
  width: 103px;
}
.section4 .section_img #riskFlashInfo_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskTopics {
  height: 40px;
  left: 50%;
  margin: 0 0 0 44px;
  top: 33px;
  width: 58px;
}
.section4 .section_img #riskTopics_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskRiskNote {
  left: 50%;
  margin: 0 0 0 44px;
  top: 72px;
  width: 58px;
  height: 18px;
}
.section4 .section_img #riskRiskNote_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskFlashMail {
  height: 34px;
  left: 50%;
  margin: 0 0 0 44px;
  top: 92px;
  width: 58px;
}
.section4 .section_img #riskFlashMail_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskPhotoNews {
  height: 77px;
  left: 50%;
  margin: 0 0 0 44px;
  top: 136px;
  width: 58px;
}
.section4 .section_img #riskPhotoNews_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img #riskFiexdFile {
  height: 37px;
  left: 50%;
  margin: 0 0 0 44px;
  top: 227px;
  width: 58px;
}
.section4 .section_img #riskFiexdFile_tip {
  top: -30px;
  left: 0;
  width: 100%;
}
.section4 .section_img .pc_img {
  display: none;
}
.section4 .twoLine {
  padding: 0;
  margin: 0;
}
.section4 .twoLine .textArea {
  margin: 0;
  text-align: left;
}
.section4 .twoLine .textArea .section_text {
  text-align: left;
  margin: 0 0 10px;
}
.section4 .twoLine .textArea .link a {
  color: #0066be;
  text-decoration: underline;
}
.section4 .twoLine .textArea .link a:hover {
  text-decoration: none;
}
.section4 .twoLine .figure {
  float: none;
  width: auto;
  margin: 0 0 5px;
}
.section4 .nozoom {
  width: 240px;
}

.section5 {
  overflow: hidden;
  padding: 20px 0;
}

.section6 {
  overflow: hidden;
  padding: 0 0 30px 0;
}
.category_faq .section6, .category_case .section6 {
  padding: 0 20px 30px;
}
.section6 .left_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 16px;
  background: #0066bb;
  -webkit-background-size: cover cover;
  background-size: cover;
  color: #fff;
  font-size: 10px;
}
.section6 .left_box span {
  font-size: 14px;
  font-weight: bold;
}
.section6 .right_box ul {
  border-top: 4px solid #0066bb;
}

.section7 {
  overflow: hidden;
  padding: 0 0 40px 0;
}
.section7 .left_box .section_title {
  color: #333333;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  line-height: 1.5;
  font-size: 16px;
  padding: 0 0 10px 0;
  font-weight: bold;
}
.section7 .left_box .section_title .font_s {
  font-size: 14px;
}
.section7 .right_box {
  margin: 0 0 20px 0;
}
.section7 .right_box .section_text {
  margin: 0 0 20px 0;
}
.section7 .right_box .section_text p {
  margin: 0 0 15px 0;
}
.section7 .right_box .section_text dl.type1 {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.section7 .right_box .section_text dl.type1 dt {
  float: left;
  clear: both;
  width: 70px;
  font-weight: bold;
}
.section7 .right_box .section_text dl.type1 dt.wide_dt {
  width: 120px;
}
.section7 .right_box .section_text dl.type1 dd {
  margin: 0 0 5px 0;
}
.section7 .right_box .section_text dl.type1 dd.indent {
  margin: 0 0 5px 75px;
}
.section7 .right_box .section_text dl.type1 dd.wide_dd {
  margin: 0 0 5px 125px;
}
.section7 .right_box .section_text dl.type1 dd.full {
  margin: 0px !important;
}
.section7 .right_box .section_text dl.type2 {
  margin: 0 0 20px 0;
}
.section7 .right_box .section_text dl.type2 dt {
  font-weight: bold;
}
.section7 .right_box .section_text .img_tbl li {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  float: none;
  margin: 0 0 20px;
}
.section7 .right_box .section_text .img_tbl li img {
  width: auto;
}
.section7 .right_box .section_text .img_tbl li.last {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
}
.section7 .right_box .section_text .img_tbl p.cap {
  margin: 5px 0 0;
  text-align: center;
}
.section7 .right_box .section_photo ul li {
  margin: 0 0 20px 0;
  text-align: center;
}
.section7 .right_box .section_photo ul li p {
  margin: 5px 0 0 0;
}
.section7 .right_box .section_photo ul li.portrait {
  width: 60%;
  margin: 0 auto;
}
.section7 .right_box .section_photo ul li.pconly {
  display: none;
}
.section7 .table1 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0 0 15px;
}
.section7 .table1 th, .section7 .table1 td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.section7 .table1 th {
  text-align: center;
}
.section7 .table1 .wid180 {
  width: 25%;
}
.section7 .table2 {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  font-size: 12px;
  margin: 0 0 20px;
}
.section7 .table2 th, .section7 .table2 td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.section7 .table2 th p, .section7 .table2 td p {
  margin: 0 !important;
}
.section7 .table2 th {
  text-align: center;
  background: #ddd;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.section7 .table2 th.last {
  border-right: 1px solid #ddd;
}
.section7 .listtype1 {
  margin: 0 0 20px;
}
.section7 .listtype1 li {
  padding: 0 0 0 10px;
}
.section7 .listtype1 li span {
  display: inline-block;
  margin: 0 0 0 -12px;
}

/* signage page */
.section7.section_signage {
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.section7.section_signage .signage_profile dl.type1,
.section7.section_signage .signage_profile dl.type2,
.section7.section_signage .signage_profile dl.type2 .type1 {
  margin-bottom: 0;
}
.section7.section_signage .signage_profile .section_photo {
  flex-shrink: 1;
  max-width: 100%;
  margin-top: 10px;
  padding-left: 0;
}
.section7.section_signage .signage_profile .section_photo ul li {
  margin-left: auto;
  margin-right: auto;
}
.section7.section_signage .section_photo ul>li.landscape:last-child {
  margin-bottom: 0;
}
.section7.section_signage .signage_profile .section_photo p.small_text {
  margin-top: 5px;
  margin-bottom: 0;
}
.section7.section_signage .signage_profile {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
.section7.section_signage .signage_profile .section_photo .landscape {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  border: 1px solid #333;
}


.section8 {
  padding: 0 0 80px 0;
}
.section8 .section_inner {
  background-color: #eef6ff;
  padding: 20px 0 0 20px;
}
.section8 .section_inner li {
  border-right: 20px solid #eef6ff;
  border-bottom: 20px solid #eef6ff;
}
.section8 .section_inner li .section_text {
  background: #fff;
  padding: 10px;
}
.section8 .section_inner li .left_box {
  color: #0066bb;
  font-size: 14px;
  line-height: 1.7;
  font-weight: bold;
  padding: 0 0 20px 0;
}
.section8 .section_inner dl.type1 {
  margin: 0 0 20px;
}
.section8 .section_inner dl.type1 dt {
  font-weight: bold;
}
.section8 .section_inner p.txt {
  margin: 0 0 20px;
}
.section8 .wrap {
  overflow: hidden;
  margin: 0 0 30px;
}

.section9 {
  padding: 0 0 80px 0;
}
.section9 .section_inner {
  background-color: #eef6ff;
  padding: 20px 0 10px 20px;
}
.section9 .section_inner li {
  border-right: 20px solid #eef6ff;
  border-bottom: 20px solid #eef6ff;
}
.section9 .section_inner li .section_title {
  height: 40px;
  background: #0066bb;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}
.section9 .section_inner li dl {
  background: #ffffff;
  padding: 25px 20px;
}
.section9 .section_inner li dt {
  color: #0066bb;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 10px 0;
}
.section9 .section_inner li .eng {
  margin: 20px 0 0;
}
.section9 .section_inner .faq_pdf {
  display: inline-block;
  float: right;
  margin: 10px 0 0;
  font-size: 14px;
  text-align: right;
  line-height: 32px;
}
.section9 .section_inner .faq_pdf:hover,
.section9 .section_inner .faq_pdf:active,
.section9 .section_inner .faq_pdf:focus {
  text-decoration: none;
}
.section9 .section_inner .faq_pdf:before {
  display: inline-block;
  content: '';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -460px -46px;
  width: 26px;
  height: 32px;
  vertical-align: middle;
  margin: 0 14px 0 7px;
}

.servise_other_title {
  margin: 0;
  background: #004488;
}
.servise_other_title .inner {
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.servise_other_title h2 {
  font-size: 12px;
  color: #FFF;
  margin: 0 0 10px;
  line-height: 1;
}
.servise_other_title h1 {
  font-size: 18px;
  color: #FFF;
  line-height: 1;
}

.servise_other .catch {
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  font-size: 16px;
  padding: 10px 0 20px;
  line-height: 1.6;
}
.servise_other .copy {
  border: 1px solid #0066bb;
  padding: 15px;
  margin: 0 0 30px;
}
.servise_other .section10 {
  border-top: 1px solid #dddddd;
  padding: 30px 0;
}
.servise_other .section10 li {
  overflow: hidden;
  margin: 0 0 30px;
}
.servise_other .section10 li a {
  color: #0066bb;
  text-decoration: underline;
}
.servise_other .section10 .section_title .head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #0066bb;
  color: #FFF;
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 15px;
  float: none;
  margin: 0 0 15px;
}
.servise_other .section10 .section_title .head span {
  font-size: 14px;
}
.servise_other .section10 .section_title .sub {
  color: #0066bb;
  margin: 15px 0 20px;
  line-height: 1.6;
  font-size: 14px;
}
.servise_other .section10 .section_picture {
  padding: 20px 0 30px;
}
.servise_other .section10 .section_picture.type2 {
  padding: 0;
}
.servise_other .section10 .section_picture img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.servise_other .section10 .section_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.servise_other .section10 .section_text p {
  margin: 1 0 20px;
  font-size: 12px;
}
.servise_other .section10 .section_text dt {
  font-size: 14px;
}
.servise_other .section10 .section_text dd {
  font-size: 12px;
}
.servise_other .section10 .section_text dl.type1 {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.servise_other .section10 .section_text dl.type1 dt {
  float: left;
  clear: both;
  width: 70px;
  font-weight: bold;
}
.servise_other .section10 .section_text dl.type1 dt.wide_dt {
  width: 120px;
}
.servise_other .section10 .section_text dl.type1 dd {
  margin: 0 0 5px 0;
}
.servise_other .section10 .section_text dl.type1 dd.indent {
  margin: 0 0 5px 75px;
}
.servise_other .section10 .section_text dl.type1 dd.wide_dd {
  margin: 0 0 5px 125px;
}
.servise_other .section10 .section_text dl.type1 dd.full {
  margin: 0px !important;
}
.servise_other .section10 .section_text dl.type2 {
  margin: 0 0 20px 0;
}
.servise_other .section10 .section_text dl.type2 dt {
  font-weight: bold;
}
.servise_other .section10 .section_movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.servise_other .section10 .section_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section11 {
  margin: 0 0 30px;
}
.section11 dl.definition dt {
  font-size: 15px;
  color: #0066bb;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.2;
  font-weight: bold;
}
.section11 dl.definition dd {
  line-height: 1.7;
}
.section11 dl.definition dd p {
  margin: 0 0 15px;
}
.section11 dl.definition dd a {
  color: #0066bb;
  text-decoration: underline;
}
.section11 dl.definition dd a:hover {
  text-decoration: none;
}
.section11 p.head1 {
  background: #eeeeee;
  padding: 15px;
  margin: 20px 0 !important;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}
.section11 dl.table {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 20px;
}
.section11 dl.table dt {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: auto;
  font-size: 13px;
  font-weight: bold;
  border-right: none;
  border-bottom: none;
  color: #333;
  padding: 0;
  line-height: 1.7;
  margin: 0;
}
.section11 dl.table dd {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  width: auto;
  padding: 0;
  border-bottom: none;
  font-size: 13px;
  line-height: 1.7;
}
.section11 dl.table dd p.spflg {
  margin: 0 0 20px !important;
}
.section11 .blueArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 20px solid #eef6ff;
  padding: 20px;
  margin: 0;
}
.section11 .blueArea .head {
  display: block;
  width: 100%;
  margin: 0 0 30px;
}
.section11 .blueArea .head .ttl {
  display: block;
  padding: 10px 20px;
  color: #FFF;
  vertical-align: middle;
  background: #0066bb;
  width: 97px;
  margin: 0 0 20px;
}
.section11 .blueArea .head .shl {
  display: block;
  padding: 0;
  vertical-align: middle;
}
.section11 .blueArea .freeArea p {
  margin: 0 0 20px;
}
.section11 .blueArea .freeArea p.main {
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 30px;
}
.section11 .groupList {
  overflow: hidden;
  display: block;
  /*li.even{
  	margin:0 0 6%;
  }*/
}
.section11 .groupList li {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 20px;
  border: 1px solid #dddddd;
}
.section11 .groupList li .logoName {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.section11 .groupList li .logoName .logo {
  display: block;
  height: auto;
  text-align: center;
}
.section11 .groupList li .logoName .logo img {
  width: 161px;
}
.section11 .groupList li .logoName .name {
  display: block;
  padding: 18px 0;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  text-align: center;
}
.section11 .groupList li .text {
  padding: 15px;
  line-height: 1.7;
}
.section11 .groupList a.blank {
  background-image: url(../images/profile/icon_blank.gif);
  background-repeat: no-repeat;
  -webkit-background-size: 8px 8px;
  background-size: 8px 8px;
  background-position: right center;
  text-decoration: none;
  color: #0066bb;
  padding: 0 15px 0 0;
}
.section11 .groupList .other {
  text-align: center;
  margin: 15px 0;
  text-align: left;
  padding: 0 35px 0 25px;
}
.section11 .groupList .other a.blank {
  display: block;
  background-position: 95% center;
}

.groupList li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.groupList li.end {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.section11.pconly {
  display: none;
}

.service_list_text {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

#service_select {
  margin: 30px 0 -35px;
}

#service_select select {
  background: #fff;
  display: block;
  height: 50px;
  width: 100%;
  border: 2px solid #0066bb;
  color: #0066bb;
  font-size: 13px;
  font-weight: bold;
}

#service_select option {
  background: #fff;
  color: #000000;
  padding: 1em;
  line-height: 1em;
}

#service_list {
  display: none;
}

.section12 ul {
  overflow: hidden;
  margin: 70px 0 0 0;
  padding: 0 0 70px 0;
}
.section12 ul li {
  margin: 0 0 20px 0;
  position: static !important;
}
.section12 ul li a {
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  background: #fff;
  position: relative;
}
.section12 ul li a .pic_box {
  height: 180px;
  overflow: hidden;
}
.section12 ul li a .pic_box span {
  content: " ";
  width: 100%;
  height: 180px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover cover;
  background-size: cover;
}
.section12 ul li a dl {
  margin: 0;
  background-color: #fff;
  padding: 20px;
}
.section12 ul li a dl dt {
  padding: 0 0 10px 0;
}
.section12 ul li a dl dd {
  color: #595959;
}
.section12 ul li a h1 {
  font-size: 15px;
  color: #0066bb;
  font-weight: bold;
}
.section12 ul li a h2 {
  font-size: 11px;
  color: #0066bb;
}

#infomation_box #infomation_box_inner {
  padding: 0 0 30px;
  margin: 30px 0 0 0;
  border-top: 1px solid #dddddd;
}
#infomation_box #infomation_box_inner li {
  border-bottom: 1px solid #dddddd;
}
#infomation_box #infomation_box_inner li a {
  padding: 10px 0;
  text-decoration: none;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
#infomation_box .date_box {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 0 10px;
  float: left;
}
#infomation_box .date_box span {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  color: #222;
}
#infomation_box .category_box {
  text-align: right;
  vertical-align: top;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px 0 0;
  width: 50%;
}
#infomation_box .category_box span {
  padding: 6px 9px;
  display: inline-block;
  background: #f00;
  color: #fff;
  font-size: 12px;
}
#infomation_box .text_box {
  clear: both;
  padding: 15px 0 10px;
  color: #222;
  font-size: 12px;
}
#infomation_box .info .category_box span {
  background: #888888;
}
#infomation_box .corporative .category_box span {
  background: #0066bb;
}
#infomation_box .individuals .category_box span {
  background: #0099ff;
}
#infomation_box .pagenation_box ul {
  text-align: center;
}
#infomation_box .pagenation_box ul li {
  display: inline-block;
  margin: 0 4px;
}
#infomation_box .pagenation_box ul li a, #infomation_box .pagenation_box ul li span {
  vertical-align: top;
  display: inline-block;
  color: #3a66b7;
  border: 2px solid #3a66b7;
  text-decoration: none;
  padding: 15px 6px;
  font-weight: bold;
  font-size: 10px;
  line-height: 0;
}
#infomation_box .pagenation_box ul li .current {
  color: #ffffff;
  background: #0066bb;
  border: 2px solid #0066bb;
}
#infomation_box .pagenation_box .prev_box {
  margin-right: 5px;
}
#infomation_box .pagenation_box .prev_box a, #infomation_box .pagenation_box .prev_box span {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -78px -55px;
  width: 34px;
  height: 34px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  border: none;
  padding: 0;
  margin-top: 5px;
  vertical-align: middle;
}
#infomation_box .pagenation_box .prev_box .none_link {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -39px -55px;
  width: 34px;
  height: 34px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  vertical-align: middle;
}
#infomation_box .pagenation_box .next_box {
  margin-left: 5px;
}
#infomation_box .pagenation_box .next_box a, #infomation_box .pagenation_box .next_box span {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: 0px -55px;
  width: 34px;
  height: 34px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  border: none;
  padding: 0;
  margin-top: 5px;
  vertical-align: middle;
}
#infomation_box .pagenation_box .next_box .none_link {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -117px -55px;
  width: 34px;
  height: 34px;
  -webkit-background-size: 268px 261px;
  background-size: 268px 261px;
  vertical-align: middle;
}
#infomation_box .pagenation_box .back_box a {
  line-height: 1.3;
  padding: 10px 14px;
}
#infomation_box .pagenation_box .back_box a:before {
  content: " ";
  margin-right: 5px;
  display: inline-block;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -482px -408px;
  width: 12px;
  height: 12px;
}
#infomation_box #infomation_article .prev_box a,
#infomation_box #infomation_article .prev_box span,
#infomation_box #infomation_article .next_box a,
#infomation_box #infomation_article .next_box span {
  margin: 8px 0 0 0;
}
#infomation_box #infomation_article #infomation_head {
  width: 100%;
  background: #eeeeee;
  padding: 10px;
  margin: 20px 0 0 0;
}
#infomation_box #infomation_article .category_article {
  vertical-align: middle;
  width: 120px;
}
#infomation_box #infomation_article .category_article span {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  background: #888888;
  padding: 4px;
  color: #fff;
}
#infomation_box #infomation_article .category_article .info {
  background: #888888;
}
#infomation_box #infomation_article .category_article .corporative {
  background: #0066bb;
}
#infomation_box #infomation_article .category_article .individuals {
  background: #0099ff;
}
#infomation_box #infomation_article .category_title {
  vertical-align: middle;
  padding: 10px 0;
  font-weight: bold;
  font-size: 12px;
}
#infomation_box #infomation_article .category_date {
  padding: 0 10px 10px 10;
  font-size: 12px;
}
#infomation_box #infomation_article .category_date span {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
}
#infomation_box #infomation_article #infomation_body {
  padding: 20px 0;
}
#infomation_box #infomation_article #infomation_body p {
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 12px;
}
#infomation_box #infomation_article #infomation_body th, #infomation_box #infomation_article #infomation_body td, #infomation_box #infomation_article #infomation_body span {
  line-height: 1.6;
  font-size: 12px;
}
#infomation_box #infomation_article #infomation_body img {
  width: 100% !important;
  height: auto !important;
}

/* pr wire */
.prw_catch {
	padding: 10px 0 20px;
	text-align: center;
}
.prw_catch img {
  position: static;
}
.prw_catch .text {
  padding-left: 0;
}
.prw_catch .text p {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
}
.prw_catch .text div {
	text-align: left;
}
.prw_catch .text a {
	color: #06b;
	font-size: 12px
}
.prw_box .date_box span {
	padding-right: 10px;
}
#infomation_box .prw_domestic .category_box span {
  background: #06b;
}
#infomation_box .prw_overseas .category_box span {
  background: #09f;
}
#infomation_box #infomation_article .category_article .prw_domestic {
  background: #06b;
}
#infomation_box #infomation_article .category_article .prw_overseas {
  background: #09f;
}

/* wantedly */
.wantedly_list li {
  width: 100%;
  margin-bottom: 40px;
}
.wantedly_list {
  margin-top: 40px;
}
.wantedly_list li iframe {
  display: block;
  width: 100%!important;
  margin: auto;
  max-width: 500px!important;
}

/* banner */
.resp_banner {
  width:100%;
  border: 4px solid #b31c1a;
  margin: auto;
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
}
.resp_banner_title {
  display: block;
  background: #b31c1a;
  padding: 20px;
  width: 100%; height: auto;
  font: 20px 'ヒラギノ明朝 ProN W3', '游明朝体', 'Yu Mincho', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝';
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.resp_banner_contents {
  position: relative;
  padding-bottom: 28px;
}
.resp_banner_contents p {
  padding: 10px;
  font-weight: 500;
}
.resp_banner_contents ul {
  margin-bottom: 10px;
  text-align: center;
}
.resp_banner_contents li {
  display: inline-block;
  background: #fde6e5;
  margin: 0 5px;
  padding: 10px 20px;
  color: #b31c1a;
  font-weight: 600;
}
.resp_banner_contents li span {
  display: block;
  font-size: 25px;
}
.resp_banner_catch {
  position: absolute;
  right: 0;
  bottom: -4px;
  background: #b31c1a;
  color: #fff;
  padding: 2px 20px;
  font-weight: 600;
}
.resp_banner_catch:after {
  display: inline-block;
  content: '';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -432px -385px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 7px;
}
@media only screen and (min-width: 769px)
    and (max-width: 1024px){
  .resp_banner_title {font-size: 35px}
  .resp_banner_contents p {padding: 25px}
  .resp_banner_contents li {font-size: 23px}
  .resp_banner_contents li span {font-size: 30px}
  .resp_banner_catch {font-size: 20px}
  .resp_banner_catch:after {top: 11px}
}

/* profile map modal */
.modal_map {
  display: none;
  position: fixed;
  left: 0; top: 0;
  width: 100%; height: 100%;
  z-index: 201;
}
.modal_bg {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 200;
}
.modal_block {
  position: relative;
  width: 85%;
  max-width: 400px;
  background: #fff;
  margin: 20px auto;
  padding: 30px 10px;
  z-index: 201;
}
.icon_close {
  position: absolute;
  right: 10px; top: 2px;
  cursor: pointer;
  font: 500 20px 'Roboto', sans-serif;
}
.icon_close i {
  padding-right: 5px;
  font-size: 25px;
}
.img_map {
  border: 1px solid #06b;
}
.sep_line_map {
  border-top: 1px solid #06b;
}
.img_map img {
  width: 100%;
}

/* Seminar CSS for SP */
.seminar_block {
  margin-bottom: 40px;
}
.seminar_block:last-child {margin-bottom: 0;}
.seminar_block h1 {
  background: #06b;
  margin-bottom: 20px;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
}
.seminar_block iframe {margin: auto;}
.speaker_lists li {
  display: table;
  border: 2px solid #ddd;
  margin-bottom: 20px;
  padding: 15px;
}
.speaker_lists li > div {
  display: block;
}
.speaker_lists h2 {
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: 700;
  line-height: 1.2;
}
.speaker_lists h2 span {font-size: 90%;}
.img_prof {
  margin-bottom: 20px;
  text-align: center;
}
.img_prof img {
  width: 100%;
  max-width: 180px;
}
.speaker {text-align: right;}
.speaker span {
  display: block;
  font-size: 85%;
}
.speaker_lists .prof_text {
  padding-bottom: 0!important;
  font-size: 75%!important;
}
.seminar_table {width: 100%;}
.seminar_table th{
  min-width: 6em;
  border-right: 1px solid #ddd;
  font-weight: 700;
}
.seminar_table th,
.seminar_table td {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  font-size: 14px;
}
.seminar_lists {font-size: 12px;}
.seminar_lists > li {
  margin-bottom: 20px;
}
.seminar_lists h2 {
  font-weight: 700;
}

/* +AREA CSS for SP */
.plus_area_box .common_title02 a {
  color: #fff;
}
.plus_area_box .common_title02 a:hover {
  text-decoration: underline;
}
#top #page_outer {
  padding: 0;
}
.plus_area_box {
  overflow: hidden;
  background: #000;
}
.plus_area_list {
  width: 100%;
}
.plus_area_list li {
  float: left;
  width: 50%;
}
.plus_area_list li a {
  position: relative;
  display: block;
}
.pa_img img {
  width: 100%; height: 100%;
}
.pa_hover {
  position: absolute;
  left: 0; top: 0;
  display: none;
  padding: 20px;
  color: #fff;
}
.plus_area_list li a:hover .pa_hover {
  display: block;
}
.plus_area_list li a:hover .pa_img img {
  opacity: .5;
  -webkit-transition: .2s;
     -moz-transition: .2s;
       -o-transition: .2s;
      -ms-transition: .2s;
          transition: .2s;
}
.pa_title {
  font-size: 100%;
}
.pa_date {
  font-size: 70%;
}
