@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: 14px;
  line-height: 1.6;
}

.modules_last_margin {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.small_text {
  font-size: 11px !important;
}

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

/*.nowrap{
	white-space:nowrap;
}*/
.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mg0 {
  margin: 0 !important;
}

#sns_box {
  width: 300px;
  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 60px 0;
  border-bottom: 1px solid #dddddd;
}

.common_title02 {
  height: 126px;
  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: 20px;
  border-bottom: 1px solid #fff;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.common_btn01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #fff;
  margin: 150px auto 150px;
  position: relative;
  text-decoration: none;
  max-width: 1060px;
}
.middle_class .common_btn01 {
  margin: 150px 20px 150px;
}
.common_btn01 a {
  width: 100%;
  display: table;
  height: 70px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.common_btn01 p {
  font-size: 21px;
  display: table-cell;
}
.common_btn01 .type1 {
  vertical-align: middle;
  padding: 0 30px 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 310px;
}
.common_btn01 .type2 {
  font-size: 14px;
  vertical-align: middle;
  position: relative;
}
.common_btn01 .type2:after {
  content: ' ';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -435px;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  right: 20px;
}

.common_btn02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #0066bf;
  margin: 20px auto 50px;
  position: relative;
  text-decoration: none;
  max-width: 1060px;
}
.common_btn02 a {
  width: 100%;
  display: table;
  height: 70px;
  text-decoration: none;
  color: #0066bf;
  font-weight: bold;
}
.common_btn02 p {
  font-size: 21px;
  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: -294px -475px;
  width: 26px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  right: 23px;
}
.common_btn02 p:after {
  content: ' ';
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -255px;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: absolute;
  right: 20px;
}

.list1 {
  display: table;
  width: 100%;
  margin: 0 0 100px 0;
}
.list1 h1 {
  color: #0066bb;
  width: 194px;
  background: #eef6ff;
  display: table-cell;
  vertical-align: top;
  padding: 20px 24px 20px 24px;
  font-size: 20px;
}
.list1 .list_main {
  display: table-cell;
  vertical-align: top;
}
.list1 .list_main li {
  padding: 15px 0 15px 0;
  margin: 0 0 0 30px;
  border-top: 1px solid #dddddd;
}
.list1 .list_main li a {
  display: block;
  color: #408ccc;
}
.list1 .list_main li:last-child {
  border-bottom: 1px solid #dddddd;
}
.list1 .list_main li dl {
  overflow: hidden;
}
.list1 .list_main li dt {
  float: left;
  width: 170px;
  text-align: right;
  color: #666666;
  font-weight: bold;
}
.list1 .list_main li dd {
  margin:0 0 0 190px;
}
.list1 .list_main.list_type2 dt {
  width: 60px;
  display: inline-block;
}
.list1 .list_main.list_type2 dt: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;
}
.list1 .list_main.list_type2 dd {
  margin: 0;
  padding: 5px 0 0;
  display: inline-block;
}
.list1 .list_main.list_type2 dd a {
  display: inline-block;
  width: 100%;
}

.list2 {
  padding: 0 0 200px 0;
}
.list2 dl {
  margin: 0 0 50px 0;
}
.list2 dt {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 15px;
}
.list2 dd {
  font-size: 14px;
  line-height: 1.7;
}
.list2 dd p {
  margin-bottom: 2em;
  line-height: 1.7;
}
.list2 dd .text_right {
  text-align: right;
}
.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: 14px;
}
.list2 .address_box {
  text-align: right;
  font-size: 14px;
}

.intro_text {
  font-size: 16px;
  padding: 0 0 50px 0;
}

#sitemap_box {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 230px 0;
}
#sitemap_box a {
  text-decoration: none;
  display: inline-block;
  color: #0066bb;
  font-size: 15px;
}
#sitemap_box a:before {
  content: " ";
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -482px -408px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 6px 0 0;
}
#sitemap_box section {
  display: table;
  width: 100%;
}
#sitemap_box section .left_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border-top: 1px solid #dddddd;
  display: table-cell;
  vertical-align: top;
  width: 30%;
}
#sitemap_box section .left_box.add_border {
  border-left: 1px solid #dddddd;
}
#sitemap_box section .right_box {
  border-left: 1px solid #dddddd;
  vertical-align: top;
  display: table-cell;
  width: 70%;
}
#sitemap_box section .right_box .content_box {
  display: table;
  width: 100%;
  border-top: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sitemap_box section .right_box .content_box.type2 {
  display: block;
  padding: 20px 20px 10px 20px;
}
#sitemap_box section .right_box h3 {
  padding: 15px;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
#sitemap_box section .right_box .content_box.type2 h3 {
  padding: 0 0 15px 0;
  display: block;
  border: none;
}
#sitemap_box section .right_box .links_box {
  width: 50%;
  padding: 15px 15px 10px 20px;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#sitemap_box section .right_box .links_box li {
  display: block;
  margin: 0 30px 5px 0;
}
#sitemap_box section .right_box .links_box li a {
  font-size: 14px;
}

.btn_default a {
  display: block;
  height: 80px;
  padding: 40px;
  text-align: center;
  background: url(../images/common/bg08.gif) 0 0 repeat-x;
  color: #0066bb;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: rgba(210, 213, 217, 0.36863) 0px 2px 2px 1px;
  box-shadow: rgba(210, 213, 217, 0.36863) 0px 2px 2px 1px;
}

.btn_default a:hover {
  background: url(../images/common/bg08.gif) 0 -80px repeat-x;
}

.btn_default a:before {
  content: " ";
  position: absolute;
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -108px -475px;
  width: 30px;
  height: 23px;
  left: 36%;
  top: 28px;
}

.btn_default a:after {
  content: " ";
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -255px;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 26px;
  right: 19px;
}

.btn_001 a {
  text-align: left;
  width: 430px;
  padding: 40px 40px 40px 76px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_001 a:before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -460px -331px;
  width: 30px;
  height: 29px;
  left: 40px;
}

.btn_002 a {
  text-align: left;
  padding: 40px 40px 40px 76px;
  width: 430px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn_002 a:before {
  left: 40px;
}

.btn_style01 {
  padding: 80px 0 120px;
}
.btn_style01 a:before {
  left: 38.5%;
}

.section1 {
  overflow: hidden;
  padding: 0 0 80px 0;
}
.section1 .section_text {
  width: 545px;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  line-height: 2.1;
  font-size: 18px;
}
.section1 .section_img {
  width: 420px;
  float: right;
}

.section2 {
  overflow: hidden;
  padding: 24px 0 80px;
}
.section2 .section_table {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}
.section2 .section_table:after {
  content: "";
  display: block;
  clear: both;
}
.section2 .section_text {
  width: 45%;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2.2;
  font-size: 18px;
  padding: 0 40px 0 0;
  vertical-align: top;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.section2 .section_text2 {
  max-width: 550px;
  width: 55%;
  display: block;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
  font-size: 14px;
  border: 4px solid #0066bb;
  color: #0066bb;
  position: relative;
  padding: 40px 36px;
}
.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 20px 9px;
  font-size: 18px;
  left: -24px;
  top: -30px;
}
.section2 .section_text3 {
  background: #eef6ff;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 760px;
  margin: -26px auto 0;
  color: #0066bb;
}
.section2 .section_text3 p {
  font-size: 14px;
  margin: 0 0 20px;
  line-height: 1.7;
}
.section2 .section_text3 p.head {
  font-size: 16px;
  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 {
  margin: -26px auto 0;
  text-align: center;
  padding: 70px 0 40px 0;
}
.section2 .section_img .sp_img {
  display: none;
}
.section2 .section_img2 {
  margin: -20px auto 0;
  text-align: center;
  padding: 0;
  background: #eef6ff;
  width: 940px;
}
.section2 .section_img2 .sp_img {
  display: none;
}

.section3 {
  overflow: hidden;
  padding: 0 0 50px;
  background: url(../images/service/common01.png) 42px 27px no-repeat;
  min-height: 220px;
}
.section3 .section_title {
  width: 210px;
  float: left;
  padding: 65px 0 0 0;
  border-top: 2px solid #ddd;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.section3 .section_list {
  margin: 0 0 0 270px;
  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;
  display: table;
  width: 100%;
}
.section3 .section_list li .left_box {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px dotted #ccc;
  width: 25%;
  padding: 0 26px;
  vertical-align: middle;
}
.section3 .section_list li .left_box span {
  float: left;
  display: block;
  width: 60px;
}
.section3 .section_list li .left_box p {
  line-height: 1.6;
  font-weight: bold;
}
.section3 .section_list li .right_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  width: 75%;
  padding: 26px;
}
.section3 .section_list li.line {
  display: block;
}
.section3 .section_list li.line .line_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 30px;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.section3 .section_text {
  margin: 0 0 0 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section3 .section_text p {
  margin: 0 0 20px;
}
.section3 .section_text dl.type1 {
  margin: 0 0 20px 0;
  overflow: hidden;
}
.section3 .section_text dl.type1 dt {
  float: left;
  clear: both;
  width: 80px;
  font-weight: bold;
}
.section3 .section_text dl.type1 dt.mid_dt {
  width: 90px;
}
.section3 .section_text dl.type1 dt.wide_dt {
  width: 120px;
}
.section3 .section_text dl.type1 dt.wideL_dt {
  width: 140px;
}
.section3 .section_text dl.type1 dd {
  margin: 0 0 5px 85px;
}
.section3 .section_text dl.type1 dd .type1 dd {
  margin: 0 0 0 85px;
}
.section3 .section_text dl.type1 dd.mid_dd {
  margin: 0 0 5px 95px;
}
.section3 .section_text dl.type1 dd.wide_dd {
  margin: 0 0 5px 125px;
}
.section3 .section_text dl.type1 dd.wideL_dd {
  margin: 0 0 5px 145px;
}
.section3 .section_text dl.type1 dd.full {
  width: 100%;
  margin: 0 !important;
}
.section3 .section_text dl.type2 {
  margin: 0 0 30px 0;
}
.section3 .section_text dl.type2 dt {
  font-weight: bold;
}
.section3 .section_text dl.type2 dd .type1 dd {
  margin: 0 0 0 85px;
}
.section3 .ext .left_box {
  width: 35% !important;
}
.section3 .ext .right_box {
  width: 65% !important;
}

.section4 {
  overflow: hidden;
  padding: 50px 0 50px 0;
  border-bottom: 10px solid #fff;
  background: #eef6ff;
  margin: 0 0 80px;
}
.section4 .section_title {
  text-align: center;
}
.section4 .section_title span {
  display: inline-block;
  border-bottom: 1px solid #999999;
  padding: 5px 3px;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
}
.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;
  background: #000;
  /*cursor:pointer;*/
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.section4 .section_img .tip {
  background: #FFF;
  border: 5px solid #0066be;
  padding: 10px;
  font-size: 12px;
  position: absolute;
  z-index: 10;
  text-align: left;
  display: none;
  color: #0066be;
}
/*.section4 .section_img #riskArea {
  width: 110px;
  height: 250px;
  top: 128px;
  left: 47px;
}
.section4 .section_img #riskArea_tip {
  top: 78px;
  left: 47px;
}
.section4 .section_img #riskCategory {
  width: 110px;
  height: 250px;
  top: 382px;
  left: 47px;
}
.section4 .section_img #riskCategory_tip {
  top: 332px;
  left: 47px;
}
.section4 .section_img #riskFlashInfo {
  width: 272px;
  height: 610px;
  top: 88px;
  left: 161px;
}
.section4 .section_img #riskFlashInfo_tip {
  top: 38px;
  left: 161px;
}
.section4 .section_img #riskTopics {
  width: 152px;
  height: 70px;
  top: 126px;
  left: 437px;
}
.section4 .section_img #riskTopics_tip {
  top: 18px;
  left: 437px;
}
.section4 .section_img #riskFlashMail {
  width: 152px;
  height: 92px;
  top: 200px;
  left: 437px;
}
.section4 .section_img #riskFlashMail_tip {
  top: 91px;
  left: 437px;
}
.section4 .section_img #riskPhotoNews {
  width: 152px;
  height: 204px;
  top: 394px;
  left: 437px;
}
.section4 .section_img #riskPhotoNews_tip {
  top: 323px;
  left: 437px;
}
.section4 .section_img #riskFiexdFile {
  width: 152px;
  height: 97px;
  top: 601px;
  left: 437px;
}
.section4 .section_img #riskFiexdFile_tip {
  top: 491px;
  left: 437px;
}*/
.section4 .section_img #riskArea {
  width: 110px;
  height: 240px;
  top: 162px;
  left: 47px;
}
.section4 .section_img #riskArea_tip {
  top: 111px;
  left: 47px;
}
.section4 .section_img #riskCategory {
  width: 110px;
  height: 242px;
  top: 406px;
  left: 47px;
}
.section4 .section_img #riskCategory_tip {
  top: 354px;
  left: 47px;
}
.section4 .section_img #riskFlashInfo {
  width: 272px;
  height: 610px;
  top: 88px;
  left: 161px;
}
.section4 .section_img #riskFlashInfo_tip {
  top: 18px;
  left: 161px;
}
.section4 .section_img #riskTopics {
  width: 152px;
  height: 106px;
  top: 88px;
  left: 437px;
}
.section4 .section_img #riskTopics_tip {
  top: 9px;
  left: 437px;
}
.section4 .section_img #riskRiskNote {
  width: 152px;
  height: 40px;
  top: 197px;
  left: 437px;
}
.section4 .section_img #riskRiskNote_tip {
  top: 70px;
  left: 437px;
}
.section4 .section_img #riskFlashMail {
  width: 152px;
  height: 55px;
  top: 239px;
  left: 437px;
}
.section4 .section_img #riskFlashMail_tip {
  top: 131px;
  left: 437px;
}
.section4 .section_img #riskPhotoNews {
  width: 152px;
  height: 204px;
  top: 359px;
  left: 437px;
}
.section4 .section_img #riskPhotoNews_tip {
  top: 270px;
  left: 437px;
}
.section4 .section_img #riskFiexdFile {
  width: 152px;
  height: 97px;
  top: 601px;
  left: 437px;
}
.section4 .section_img #riskFiexdFile_tip {
  top: 493px;
  left: 437px;
}
.section4 .section_img .sp_img {
  display: none;
}
.section4 .twoLine {
  overflow: hidden;
  padding: 0 40px;
  margin: 15px 0 0;
}
.section4 .twoLine .textArea {
  margin: 0 660px 0 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: right;
  width: 640px;
}

.section5 {
  overflow: hidden;
  padding: 0 0 0 0;
  margin: -70px 0 0;
}

.section6 {
  margin: 100px 0 0 0;
  display: table;
  background: #0066bb;
  border-bottom: 100px solid #fff;
  padding: 20px 50px;
  width: 100%;
}
.section6 .left_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.section6 .left_box span {
  font-size: 28px;
}
.section6 .right_box {
  display: table-cell;
  width: 420px;
  vertical-align: middle;
}
.section6 .right_box ul {
  position: relative;
}
.section6 .right_box ul li {
  height: 80px;
}
.section6 .right_box ul li:after {
  content: " ";
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: 0px 0px;
  width: 450px;
  height: 100px;
  position: absolute;
  top: 100px;
  left: 0;
}
.section6 .right_box ul .first_list {
  margin: 0 0 0 0;
}
.section6 .right_box ul .last_list {
  margin: 20px 0 0 0;
}
.section6 .right_box ul .first_list:after {
  top: 0;
}

.section7 {
  overflow: hidden;
  padding: 0 0 60px 0;
}
.section7 .left_box {
  float: left;
  width: 170px;
}
.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;
}
.section7 .left_box .section_title .font_s {
  font-size: 14px;
}
.section7 .right_box {
  margin: 0 0 0 215px;
  border-left: 1px solid #dddddd;
  padding: 0 0 0 40px;
}
.section7 .right_box .section_text {
  margin: 0 0 30px 0;
}
.section7 .right_box .section_text p {
  margin: 0 0 20px 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: 80px;
  font-weight: bold;
}
.section7 .right_box .section_text dl.type1 dt.mid_dt {
  width: 90px;
}
.section7 .right_box .section_text dl.type1 dt.wide_dt {
  width: 120px;
}
.section7 .right_box .section_text dl.type1 dt.wideL_dt {
  width: 140px;
}
.section7 .right_box .section_text dl.type1 dd {
  margin: 0 0 5px 85px;
}
.section7 .right_box .section_text dl.type1 dd .type1 dd {
  margin: 0 0 0 85px;
}
.section7 .right_box .section_text dl.type1 dd.mid_dd {
  margin: 0 0 5px 95px;
}
.section7 .right_box .section_text dl.type1 dd.wide_dd {
  margin: 0 0 5px 125px;
}
.section7 .right_box .section_text dl.type1 dd.wideL_dd {
  margin: 0 0 5px 145px;
}
.section7 .right_box .section_text dl.type1 dd.full {
  width: 100%;
  margin: 0 !important;
}
.section7 .right_box .section_text dl.type2 {
  margin: 0 0 30px 0;
}
.section7 .right_box .section_text dl.type2 dt {
  font-weight: bold;
}
.section7 .right_box .section_text dl.type2 dd .type1 dd {
  margin: 0 0 0 85px;
}
.section7 .right_box .section_text .img_tbl {
  overflow: hidden;
}
.section7 .right_box .section_text .img_tbl li {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0 6px 0 0;
  float: left;
}
.section7 .right_box .section_text .img_tbl li img {
  max-width: 178px;
}
.section7 .right_box .section_text .img_tbl li.last {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0;
}
.section7 .right_box .section_text .img_tbl p.cap {
  margin: 5px 0 0;
}
.section7 .right_box .section_text .fl {
  float: left;
}
.section7 .right_box .section_photo ul {
  overflow: hidden;
}
.section7 .right_box .section_photo ul li {
  float: right;
  vertical-align: top;
  width: 30%;
  margin: 0 0 0 3%;
}
.section7 .right_box .section_photo ul li p {
  font-size: 13px;
  margin: 5px 0 0 0;
}
.section7 .right_box .section_photo ul li.portrait {
  max-width: 160px;
}
.section7 .right_box .section_photo ul li.landscape {
  max-width: 280px;
}
.section7 .right_box .section_photo ul li img {
  width: 100%;
}
.section7 .right_box.type3 .section_photo {
  width: 420px;
  float: right;
  margin: 0 0 0 30px;
}
.section7 .right_box.type3 .section_photo ul {
  overflow: hidden;
}
.section7 .right_box.type3 .section_photo ul li {
  float: none;
  text-align: right;
  vertical-align: top;
  width: auto;
  margin: 0;
}
.section7 .right_box.type3 .section_photo ul .landscape {
  float: right;
  width: 250px;
}
.section7 .right_box.type2 .right_box_inner {
  display: table;
  width: 100%;
}
.section7 .right_box.type2 .section_text {
  display: table-cell;
  vertical-align: top;
}
.section7 .right_box.type2 .section_photo {
  display: table-cell;
  vertical-align: top;
  width: 280px;
  padding: 0 0 0 30px;
}
.section7 .right_box.type2 .section_photo ul li {
  float: none;
  vertical-align: top;
  width: inherit;
  margin: 0 0 20px 0;
}
.section7 .right_box.type2 .section_photo ul li ul li img {
  width: inherit;
}
.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 30px;
}
.section7 .table1 th, .section7 .table1 td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
}
.section7 .table1 th {
  text-align: center;
}
.section7 .table1 .wid180 {
  width: 180px;
}
.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 .signage_profile .section_photo {
  flex-shrink: 1;
  max-width: 250px;
  padding-left: 0;
}
.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 p.small_text {
  margin-top: 5px;
  margin-bottom: 0;
}
.section7.section_signage .signage_profile {
  display: flex;
  margin-bottom: 20px;
}
.section7.section_signage .signage_profile dl.type1,
.section7.section_signage .signage_profile dl.type2 {
  flex-shrink: 0;
  flex-grow: 1;
}
.section7.section_signage .section_photo .landscape {
  border: 1px solid #333;
}
.section7.section_signage .section_photo img {
  width: 100%;
}

.section8 {
  padding: 0 0 80px 0;
}
.section8 .section_inner li {
  position: relative;
}
.section8 .section_inner li.type01 {
  padding: 0 140px 50px 0;
}
.section8 .section_inner li.type01 .people_img {
  right: 20px;
  bottom: 25px;
  width: 135px;
  height: 248px;
  display: block;
  position: absolute;
  background: url(../images/service/case_ph01.png) 0 0 no-repeat;
}
.section8 .section_inner li.type02 {
  padding: 0 0 50px 140px;
}
.section8 .section_inner li.type02 .people_img {
  left: 20px;
  bottom: 25px;
  width: 135px;
  height: 248px;
  display: block;
  position: absolute;
  background: url(../images/service/case_ph02.png) 0 0 no-repeat;
}
.section8 .section_inner li.type03 {
  padding: 0 140px 50px 0;
}
.section8 .section_inner li.type03 .people_img {
  right: 20px;
  bottom: 25px;
  width: 153px;
  height: 253px;
  display: block;
  position: absolute;
  background: url(../images/service/case_ph03.png) 0 0 no-repeat;
}
.section8 .section_inner li.type04 {
  padding: 0 0 50px 0;
}
.section8 .section_inner li .section_text {
  border: 20px solid #eef6ff;
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
.section8 .section_inner li .left_box {
  float: left;
  color: #0066bb;
  width: 240px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: bold;
}
.section8 .section_inner li .right_box {
  margin: 0 0 0 285px;
}
.section8 .section_inner dl.type1 {
  margin: 0 0 20px;
}
.section8 .section_inner dl.type1 dt {
  font-weight: bold;
}
.section8 .section_inner dl.type1 p.txt {
  margin: 0 0 20px;
}
.section8 .wrap {
  overflow: hidden;
  margin: 0 0 20px;
}

.section9 {
  padding: 0 0 80px 0;
}
.section9 .section_inner {
  background-color: #eef6ff;
  padding: 20px 0 0 20px;
}
.section9 .section_inner li {
  border-right: 20px solid #eef6ff;
  border-bottom: 20px solid #eef6ff;
}
.section9 .section_inner li .section_list {
  display: table;
  width: 100%;
}
.section9 .section_inner li .section_title {
  display: table-cell;
  background: #0066bb;
  color: #fff;
  width: 50px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}
.section9 .section_inner li dl {
  display: table-cell;
  vertical-align: middle;
  background: #ffffff;
  padding: 30px 40px;
}
.section9 .section_inner li dt {
  color: #0066bb;
  font-weight: bold;
  font-size: 16px;
  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: -80px 0 0;
  background: #004488;
}
.servise_other_title .inner {
  margin: 0 auto;
  max-width: 1060px;
  padding: 34px 0 30px;
}
.servise_other_title h2 {
  font-size: 14px;
  color: #FFF;
  margin: 0 0 10px;
  line-height: 1;
}
.servise_other_title h1 {
  font-size: 26px;
  color: #FFF;
  line-height: 1;
}

.servise_other .catch {
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  font-size: 18px;
  padding: 0 0 60px;
  line-height: 2.1;
}
.servise_other .copy {
  border: 1px solid #0066bb;
  padding: 30px;
  margin: 0 0 60px;
}
.servise_other .section10 {
  border-bottom: 1px solid #dddddd;
}
.servise_other .section10 li {
  border-top: 1px solid #dddddd;
  padding: 60px 0;
  overflow: hidden;
  margin: 0;
  display: table;
  width: 100%;
}
.servise_other .section10 li a {
  color: #0066bb;
  text-decoration: underline;
}
.servise_other .section10 li a:hover {
  color: #0066bb;
  text-decoration: none;
}
.servise_other .section10 .section_title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 290px;
  display: table-cell;
  vertical-align: top;
}
.servise_other .section10 .section_title .head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 290px;
  background: #0066bb;
  color: #FFF;
  font-size: 18px;
  line-height: 1.6;
  padding: 25px;
}
.servise_other .section10 .section_title .head span {
  font-size: 14px;
}
.servise_other .section10 .section_title .sub {
  color: #0066bb;
  margin: 27px 0 0;
  line-height: 1.6;
}
.servise_other .section10 .section_picture {
  display: table-cell;
  vertical-align: top;
  width: 340px;
  padding: 0 30px;
}
.servise_other .section10 .section_picture.type2 {
  display: table-cell;
  width: 0;
  padding: 0 30px 0 0;
}
.servise_other .section10 .section_text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
  padding: 0 30px 0 0;
  font-size: 14px;
}
.servise_other .section10 .section_text p {
  margin: 0 0 20px;
}
.servise_other .section10 .section_text dt {
  font-size: 16px;
}
.servise_other .section10 .section_text dd {
  font-size: 14px;
}
.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: 80px;
  font-weight: bold;
}
.servise_other .section10 .section_text dl.type1 dt.mid_dt {
  width: 90px;
}
.servise_other .section10 .section_text dl.type1 dt.wide_dt {
  width: 120px;
}
.servise_other .section10 .section_text dl.type1 dt.wideL_dt {
  width: 140px;
}
.servise_other .section10 .section_text dl.type1 dd {
  margin: 0 0 5px 85px;
}
.servise_other .section10 .section_text dl.type1 dd .type1 dd {
  margin: 0 0 0 85px;
}
.servise_other .section10 .section_text dl.type1 dd.mid_dd {
  margin: 0 0 5px 95px;
}
.servise_other .section10 .section_text dl.type1 dd.wide_dd {
  margin: 0 0 5px 125px;
}
.servise_other .section10 .section_text dl.type1 dd.wideL_dd {
  margin: 0 0 5px 145px;
}
.servise_other .section10 .section_text dl.type1 dd.full {
  width: 100%;
  margin: 0 !important;
}
.servise_other .section10 .section_text dl.type2 {
  margin: 0 0 30px 0;
}
.servise_other .section10 .section_text dl.type2 dt {
  font-weight: bold;
}
.servise_other .section10 .section_text dl.type2 dd .type1 dd {
  margin: 0 0 0 85px;
}

.section11 {
  padding: 0 0 145px;
}
.no-opacity .section11 dl.definition dd {
  min-width: 1060px !important;
  overflow: hidden;
}
.no-opacity .section11 ul {
  margin-right: -40px !important;
}
.no-opacity .section11 ul li {
  width: 510px !important;
  margin: 0 40px 40px 0 !important;
}
.section11 dl.definition dt {
  font-size: 20px;
  color: #0066bb;
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dddddd;
  line-height: 1.2;
}
.section11 dl.definition dt.inner2 {
  margin: 0 20px 20px;
}
.section11 dl.definition dd {
  line-height: 1.7;
  margin: 0 20px 0 20px;
}
.section11 dl.definition dd p {
  margin: 0 0 20px;
}
.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 24px;
  margin: 50px 0 0 !important;
  font-size: 16px;
}
.section11 dl.table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.section11 dl.table dt {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: right;
  width: 150px;
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  color: #333;
  padding: 0 40px 0 0;
  line-height: 1.7;
}
.section11 dl.table dd {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  padding: 30px 40px;
  border-bottom: 1px solid #dddddd;
  line-height: 1.7;
  margin: 0 0 0 -150px;
}
.section11 dl.table dd:last-child p {
  margin-bottom: 0 !important;
}
.section11 dl.table p.spflg {
  margin: 0 !important;
}
.section11 .blueArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 20px solid #eef6ff;
  padding: 40px;
}
.section11 .blueArea .head {
  display: table;
  width: 100%;
  margin: 0 0 30px;
}
.section11 .blueArea .head .ttl {
  display: table-cell;
  padding: 10px 20px;
  color: #FFF;
  vertical-align: middle;
  background: #0066bb;
  width: 105px;
}
.section11 .blueArea .head .shl {
  display: table-cell;
  padding: 0 0 0 35px;
  vertical-align: middle;
}
.section11 .blueArea .freeArea p {
  margin: 0 0 20px;
}
.section11 .blueArea .freeArea p.main {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 30px;
}
.section11 .sponly {
  display: none;
}
.section11 .groupList {
  margin-top: 70px;
  margin-right: -4.1%;
  overflow: hidden;
}
.section11 .groupList li {
  float: left;
  width: 46.0%;
  margin: 0 4% 40px 0;
  border: 1px solid #dddddd;
  background: #fff;
}
.section11 .groupList li .logoName {
  display: table;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
.section11 .groupList li .logoName .logo {
  display: table-cell;
  height: 120px;
  text-align: center;
  vertical-align: middle;
  width: 40%;
}
.section11 .groupList li .logoName .logo img {
  width: 150px;
}
.section11 .groupList li .logoName .name {
  width: 60%;
  display: table-cell;
  height: 120px;
  vertical-align: middle;
  border-left: 1px solid #dddddd;
  padding: 0 0 0 30px;
  font-size: 16px;
}
.section11 .groupList li .logoName .other {
  text-align: center;
}
.section11 .groupList li .text {
  padding: 24px 30px;
  line-height: 1.7;
}
.section11 .groupList li a.blank {
  background-image: url(../images/profile/icon_blank.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  color: #0066bb;
  padding: 0 22px 0 0;
}
.section11 .groupList .other {
  margin: 15px 0;
  padding-left: 30px;
  padding-right: 30px;
}

.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);
}

#service_select {
  display: none;
}

.service_list_text {
  padding: 0 0 20px 0;
  text-align: center;
  font-weight: bold;
}

#service_list {
  min-height: 115px;
}
#service_list #service_nav {
  overflow: hidden;
  width: 1060px;
}
#service_list ul li a {
  padding: 10px 5px;
  font-size: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #0066bb;
  border-top: 2px solid #0066bb;
  border-bottom: 2px solid #0066bb;
  color: #0066bb;
  z-index: 2;
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 800ms, height 500ms;
  transition: color 800ms, height 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  min-height: 110px;
}
#service_list ul li a span {
  -webkit-transition: display 800ms;
  transition: display 800ms;
}
#service_list #service_nav.fit_nav {
  overflow: hidden;
  width: 100%;
  max-width: 1060px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
#service_list #service_nav.fit_nav a {
  min-height: inherit !important;
  height: 60px !important;
}
#service_list #service_nav.fit_nav a span {
  display: none;
}
#service_list ul li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 151px;
  background: #fff;
}
#service_list ul li div {
  overflow: hidden;
  position: relative;
}
#service_list ul li div .after {
  display: block;
  -webkit-transition: width 1.2s;
  transition: width 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  position: absolute;
  height: 600px;
  top: -300%;
  right: 0;
  bottom: -10%;
  left: -92%;
  background: #0075dd !important;
  width: 0;
  -webkit-transform: rotate(30deg) translate3d(0, 0, 0);
  transform: rotate(30deg) translate3d(0, 0, 0);
}
#service_list ul li div:hover .after,
#service_list .current div .after {
  width: 300%;
}
#service_list .current a,
#service_list ul li:hover a {
  color: #33ddff !important;
  border-right: 2px solid #0075dd;
  border-top: 2px solid #0075dd;
  border-bottom: 2px solid #0075dd;
}
#service_list ul li a .before {
  content: " ";
  display: block;
  margin: 3px auto 10px;
}
#service_list .nav_all {
  width: 154px;
}
#service_list .nav_news {
  width: 151px;
}
#service_list .nav_all a {
  border-left: 2px solid #0066bb;
}
#service_list .nav_all.current a,
#service_list ul li.nav_all div:hover a {
  color: #33ddff !important;
  border-left: 2px solid #0075dd;
  border-right: 2px solid #0075dd;
  border-top: 2px solid #0075dd;
  border-bottom: 2px solid #0075dd;
}
#service_list .nav_politics {
  padding: 0 0 0 0;
}
#service_list .nav_all a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -291px;
  width: 30px;
  height: 26px;
}
#service_list .nav_news a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -324px -433px;
  width: 32px;
  height: 28px;
}
#service_list .nav_risk a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px 0px;
  width: 30px;
  height: 27px;
}
#service_list .nav_trend a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -460px -212px;
  width: 30px;
  height: 30px;
}
#service_list .nav_overseas a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -460px -130px;
  width: 30px;
  height: 32px;
}
#service_list .nav_politics a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -408px -433px;
  width: 32px;
  height: 28px;
}
#service_list .nav_pr a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -498px -493px;
  width: 38px;
  height: 28px;
}
#service_list .nav_all div a:hover .before,
#service_list .nav_all.current a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -183px;
  width: 30px;
  height: 26px;
}
#service_list .nav_news div a:hover .before,
#service_list .nav_news.current a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -366px -433px;
  width: 32px;
  height: 28px;
}
#service_list .nav_risk div a:hover .before,
#service_list .nav_risk.current a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -506px -74px;
  width: 30px;
  height: 27px;
}
#service_list .nav_trend div a:hover .before,
#service_list .nav_trend.current a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -460px -252px;
  width: 30px;
  height: 30px;
}
#service_list .nav_overseas div a:hover .before,
#service_list .nav_overseas.current a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -460px -88px;
  width: 30px;
  height: 32px;
}
#service_list .nav_politics div a:hover .before,
#service_list .nav_politics.current a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -460px -370px;
  width: 32px;
  height: 28px;
}
#service_list .nav_pr div a:hover .before,
#service_list .nav_pr.current a .before {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -453px -493px;
  width: 38px;
  height: 28px;
}
.no-opacity #service_list ul li div .after {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background: #ffffff !important;
  width: 100% !important;
  height: 100%;
}
.no-opacity #service_list ul li a {
  min-height: 90px !important;
}
.no-opacity #service_list ul li div:hover .after,
.no-opacity #service_list .current div .after {
  background: #0075dd !important;
  width: 100% !important;
}

.section12 .groupList {
  overflow: hidden;
  margin: 70px -3% 0 0;
  padding: 0 0 70px 0;
  position: relative;
}
html.no-opacity .section12 .groupList {
  position: static !important;
  height: auto !important;
}
.section12 .groupList li {
  float: left;
  width: 47.3%;
  margin: 0 2.5% 40px 0;
}
html.no-opacity .section12 .groupList li {
  position: static !important;
}
.section12 .groupList li a {
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  background: #fff;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.section12 .groupList li a:hover {
  opacity: 0.6;
}
.section12 .groupList li .pic_box {
  height: 180px;
  overflow: hidden;
}
.section12 .groupList li .pic_box span {
  width: 100%;
  height: 180px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover cover;
  background-size: cover;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.section12 .groupList li a:hover .pic_box span {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section12 .groupList li dl {
  margin: -60px 12px 0 12px;
  background-color: #fff;
  position: relative;
  padding: 20px;
}
.section12 .groupList li dl dt {
  padding: 0 0 10px 0;
}
.section12 .groupList li dl dd {
  color: #595959;
  font-size: 14px;
}
.section12 .groupList li h1 {
  font-size: 18px;
  color: #0066bb;
  font-weight: bold;
}
.section12 .groupList li h2 {
  font-size: 14px;
  color: #0066bb;
}

#infomation_box #infomation_box_inner {
  border-top: 1px solid #dddddd;
  padding: 0 0 50px 0;
}
#infomation_box #infomation_box_inner li {
  border-bottom: 1px solid #dddddd;
}
#infomation_box #infomation_box_inner li a {
  display: table;
  height: 92px;
  text-decoration: none;
  text-align: left;
  width: 100%;
}
#infomation_box .date_box {
  display: table-cell;
  vertical-align: middle;
  width: 11%;
}
#infomation_box .date_box span {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  padding: 0 0 0 15px;
  color: #222;
}
#infomation_box .category_box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 12%;
}
#infomation_box .category_box span {
  padding: 6px 9px;
  display: inline-block;
  background: #f00;
  color: #fff;
  font-size: 12px;
}
#infomation_box .text_box {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
  color: #222;
}
#infomation_box .text_box span {
  font-size: 14px;
  display: inline-block;
  padding: 0 0 0 20px;
}
#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 {
  padding: 30px 0 165px 0;
}
#infomation_box .pagenation_box ul {
  text-align: center;
}
#infomation_box .pagenation_box ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}
#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 8px;
  font-weight: bold;
  font-size: 14px;
  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: 15px;
}
#infomation_box .pagenation_box .prev_box a, #infomation_box .pagenation_box .prev_box span {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -142px -385px;
  width: 36px;
  height: 36px;
  border: none;
}
#infomation_box .pagenation_box .prev_box .none_link {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -188px -385px;
  width: 36px;
  height: 36px;
  display: inline-block;
}
#infomation_box .pagenation_box .next_box {
  margin-left: 15px;
}
#infomation_box .pagenation_box .next_box a, #infomation_box .pagenation_box .next_box span {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -280px -385px;
  width: 36px;
  height: 36px;
  border: none;
}
#infomation_box .pagenation_box .next_box .none_link {
  background-image: url(/assets/images/sprites/sprite.png);
  background-position: -234px -385px;
  width: 36px;
  height: 36px;
  display: inline-block;
}
#infomation_box .pagenation_box .back_box a {
  line-height: 1;
  padding: 15px 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: 6px 0 0 0;
}
#infomation_box #infomation_article #infomation_head {
  width: 100%;
  min-height: 70px;
  display: table;
  background: #eeeeee;
}
#infomation_box #infomation_article .category_article {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
}
#infomation_box #infomation_article .category_article span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 0 20px;
  background: #888888;
  padding: 5px;
  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;
  display: table-cell;
  padding: 10px 20px 10px 0;
  font-weight: bold;
}
#infomation_box #infomation_article .category_date {
  vertical-align: middle;
  display: table-cell;
  padding: 10px 20px 10px 0;
  font-weight: bold;
  font-size: 12px;
  text-align: right;
}
#infomation_box #infomation_article .category_date span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-left: 1px solid #cccccc;
  padding: 5px 5px 5px 25px;
}
#infomation_box #infomation_article #infomation_body {
  padding: 50px 80px;
}
#infomation_box #infomation_article #infomation_body p {
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 14px;
}

/* pr wire */
.prw_catch {
	position: relative;
  padding: 0 0 60px;
}
.prw_catch img {
	position: absolute;
	left: 0; top: 0;
}
.prw_catch .text {
	padding-left: 350px;
}
.prw_catch p {
	padding: 0 0 30px;
  font-family: "ヒラギノ明朝 ProN W3", "游明朝体", "Yu Mincho", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
  font-size: 18px;
  line-height: 2.1;
}
.prw_catch .text div {
	text-align: left;
}
#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 {
  float: left;
  width: 50%;
  margin-bottom: 40px;
  padding: 0 15px;
}
.wantedly_list {
  margin-top: 40px;
}
.wantedly_list li.one_link {
  float: none;
  margin: auto;
}
.wantedly_list li iframe {
  display: block;
}

/* banner */
.resp_banner {
  width:100%;
  border: 4px solid #b31c1a;
  margin: auto;
  display: table;
  margin-bottom: 100px;
  cursor: pointer;
}
.resp_banner_title {
  display: table-cell;
  background: #b31c1a;
  padding: 20px 45px;
  width: 40%; height: 122px;
  font: 30px 'ヒラギノ明朝 ProN W3', '游明朝体', 'Yu Mincho', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝';
  color: #fff;
  text-align: left;
  vertical-align: middle;
}
.resp_banner_title span {
	display: block;
}
.resp_banner_contents {
  display: table-cell;
  position: relative;
  padding-bottom: 35px;
}
.resp_banner_contents p {
  padding: 20px 25px;
  font-weight: 500;
}
.resp_banner_contents ul {
  text-align: center;
}
.resp_banner_contents li {
  display: inline-block;
  background: #fde6e5;
  margin: 0 10px;
  padding: 10px 20px;
  color: #b31c1a;
  font-size: 24px;
  font-weight: 600;
}
.resp_banner_contents li span {
  display: inline-block;
  margin-right: 15px;
}
.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;
}

/* 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: url(../images/common/bg04.png) 0 0 repeat;
  z-index: 200;
}
.modal_block {
  position: relative;
  width: 90%;
  max-width: 1100px;
  background: #fff;
  margin: 50px auto;
  padding: 60px 20px;
  z-index: 201;
}
.icon_close {
  position: absolute;
  right: 20px; top: 20px;
  cursor: pointer;
  font: 500 20px 'Roboto', sans-serif;
}
.icon_close i {
  padding-right: 5px;
  font-size: 25px;
}
.img_map {
  border: 1px solid #06b;
}
.img_map a:last-child img {
  border-left: 1px solid #06b;
}
.img_map img {
  width: 50%;
}

/* Seminar CSS for PC */
.seminar_block {
  margin-bottom: 80px;
}
.seminar_block:last-child {margin-bottom: 0;}
.seminar_block h1 {
  background: #06b;
  margin-bottom: 20px;
  padding: 15px 24px;
  color: #fff;
  font-size: 16px;
}
.seminar_block iframe {margin: auto;}
.speaker_lists li {
  border: 2px solid #ddd;
  margin-bottom: 20px;
  padding: 30px;
  overflow: hidden;
}
.speaker_lists li > div {
  display: block;
  width: 68%;
  float: left;
}
.speaker_lists h2 {
  margin-bottom: 20px;
  font-size: 140%;
  font-weight: 700;
  line-height: 1.2;
}
.speaker_lists h2 span {font-size: 80%;}
.img_prof {
  width: 31%!important;
  min-width: 230px!important;
}
.img_prof img {
  width: 200px; height: 200px;
}
.speaker {text-align: right;}
.speaker span {
  display: block;
  font-size: 85%;
}
.speaker_lists .prof_text {
  padding-bottom: 0!important;
}
.seminar_table {width: 100%;}
.seminar_table th{
  border-right: 1px solid #ddd;
  font-weight: 700;
}
.seminar_table th,
.seminar_table td {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  font-size: 14px;
}
.seminar_lists {
  width: 80%;
  border: 2px solid #ddd;
  margin: auto;
  padding: 30px;
  font-size: 14px;
}
.seminar_lists > li {
  margin-bottom: 20px;
}
.seminar_lists h2 {
  font-weight: 700;
}

/* +AREA CSS for PC */
.plus_area_box .common_title02 a {
  color: #fff;
}
.plus_area_box .common_title02 a:hover {
  text-decoration: underline;
}
#top #page_outer {
  padding: 60px 0;
}
.plus_area_box {
  position: relative;
  overflow: hidden;
  background: #000;
}
.plus_area_list {
  width: 100%;
}
.plus_area_list li {
  float: left;
  width: 25%;
}
.plus_area_list li a {
  position: relative;
  display: block;
}
.pa_img img {
  width: 100%; height: 100%;
}
.plus_area_list li a .pa_img {
  position: relative;
  overflow: hidden;
  display: block;
}
.plus_area_list li a:hover .pa_img img {
  opacity:.5;
  -webkit-transition: all .5s linear;
     -moz-transition: all .5s linear;
       -o-transition: all .5s linear;
      -ms-transition: all .5s linear;
          transition: all .5s linear;
}
.pa_title {
  font-size: 120%;
}
.pa_date {
  font-size: 90%;
}
.pa_img:before {
  position: absolute;
  top: -10px; right: -10px; bottom: -10px; left: -10px;
  border: 1px solid #fff;
  content: '';
  display: block;
}
.plus_area_list li a:hover .pa_img:before {
  top: 10px; right: 10px; bottom: 10px; left: 10px;
}
.view {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.pa_hover {
  width: 100%; height: 100%;
  position: absolute;
  top: 0; left: 0;
  overflow: hidden;
  color: #fff;
}
.view .pa_title {
  //text-transform: uppercase;
}
.view .pa_title,
.view .pa_date {
  position: relative;
  top: 50%;
  padding: 25px;
  margin: -40px 0 0;
  text-align: center;
}
.view-first img {
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
       -o-transition: all .2s linear;
      -ms-transition: all .2s linear;
          transition: all .2s linear;
}
.view-first .pa_hover {
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.view-first h2 {
  -webkit-transform: translateY(-100px);
     -moz-transform: translateY(-100px);
       -o-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.view-first p {
  -webkit-transform: translateY(100px);
     -moz-transform: translateY(100px);
       -o-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
       -o-transition: all .2s linear;
      -ms-transition: all .2s linear;
          transition: all .2s linear;
}
.view-first .pa_hover,
.view-first h2,
.view-first p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-first:hover img {
  -webkit-transform: scale(1.1,1.1);
     -moz-transform: scale(1.1,1.1);
       -o-transform: scale(1.1,1.1);
      -ms-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
}
.view-first:hover h2,
.view-first:hover p {
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.view-first:hover .pa_hover,
.view-first:hover h2,
.view-first:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-first:hover p {
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
       -o-transition-delay: .1s;
      -ms-transition-delay: .1s;
          transition-delay: .1s;
}
