@charset "utf-8";

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Browser Style Reset
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
}
.bar div,
.news_block .ph img {
  transition: all 0.3s ease;
}
*:focus {
  outline: none;
}
area {
  outline: none;
  border: none;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  border: none;
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
}
img,
abbr,
acronym,
fieldset,
a {
  border: 0;
  vertical-align: bottom;
  outline: none;
}
img.midl {
  vertical-align: middle;
  display: inline-block;
  margin-top: -10px;
  margin-left: 10px;
}
li {
  list-style-type: none;
}
input {
  border: 1px none #ccc;
  font-family: YakuHanJP, "Lucida Grande", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Font Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
body {
  font-family: YakuHanJP, "Lucida Grande", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* link Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/

a {
  text-decoration: none;
  color: #004ea2;
}

a:visited {
  text-decoration: none;
  color: #004ea2;
}

a:hover {
  text-decoration: underline;
  color: #004ea2;
}
a.arrow01 {
  display: inline-block;
  background: url("../img/arrow_02.png") no-repeat left center;
  padding: 0px 0 0px 15px;
}
.g_nav a,
.g_nav a:visited {
  color: #000;
}
.serach_area a,
.serach_area a:visited,
footer a,
footer a:visited {
  color: #000;
}
#top .link_area a {
  color: #000;
}
/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* new clearfix
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  /*zoom: 1;*/
} /* IE6 */
*:first-child + html .clearfix {
  /*zoom: 1;*/
} /* IE7 */
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}

.both {
  clear: both;
}
.impct {
  color: #cc0000;
}
.kome {
  font-weight: 300;
  font-size: 13px !important;
  color: #555;
}
.kome2 {
  font-weight: 300;
  font-size: 15px !important;
  color: #555;
}
.nobg {
  background-image: none !important;
  border: none !important;
}
.t13 {
  font-size: 13px !important;
}
.t15 {
  font-size: 15px !important;
}
.t25 {
  font-size: 25px !important;
}
.t20 {
  font-size: 20px !important;
}
.nomal {
  font-weight: 300;
}
.bottom_m {
  margin-bottom: 50px;
}
.n_mar {
  padding-top: 0 !important;
}
.nomar {
  margin: 0 !important;
}
.nopad {
  padding: 10px !important;
}
h4.line_title1 {
  padding: 0 15px;
  border-left: 4px solid #004ea2;
  font-size: 17px;
}
.w700 {
  width: 800px;
  margin: 0 auto;
}
/* ======================================================================
Image Rollover
======================================================================== */
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

input:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* ======================================================================
layout
======================================================================== */

/*とりあえず*/
.subnav_outer {
  position: relative;
  z-index: 999;
}
.service_nav,
.shiru_nav,
.news_nav,
.company_nav,
.ir_nav,
.contact_nav {
  position: absolute;
  top: 0;
  width: 100%;
  background: #b3b3b1;
  overflow: hidden;
  display: none;
  padding-bottom: 30px;
}
/*
.service_nav{height:440px;}
.shiru_nav{height:340px;}
.news_nav{height:340px;}
.company_nav{height:440px;}
.ir_nav{height:480px;}
*/
.nav_inner {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0 0px 0;
  display: flex;
  position: relative;
}
.nav_inner h2 {
  color: #fff;
  font-size: 18px;
  width: 210px;
  text-align: center;
  font-weight: 700;
  float: left;
}
.nav_inner h2 img {
  margin-left: 10px;
}
.nav_inner .list_area {
  width: 840px;
  padding: 0 0 0px 25px;
  overflow: hidden;
}

.nav_inner .list_area p {
  color: #e5edf6;
  height: 35px;
  padding: 5px 0;
}
.nav_inner .list_area li a {
  display: block;
}
.nav_inner .list_area ul {
  width: 250px;
  float: left;
  margin-left: 25px;
  color: #fff;
}
.contact_nav .nav_inner .list_area ul {
  width: 320px;
}
.nav_inner .list_area ul:first-of-type {
  margin-left: 0;
}
.nav_inner .list_area ul.wide {
  clear: both;
  margin: 15px 0 0 0;
  border-top: 1px solid #fff;
  width: 100%;
  padding: 15px 0 0 0;
}
.nav_inner .list_area ul.wide li {
  float: left;
  margin-right: 20px;
}
.nav_inner .list_area .main a {
  background: url("../img/top/arrow_05.png") no-repeat left 10px top 20px;
  border-bottom: 1px solid #fff;
  color: #333;
  font-weight: 700;
  padding: 6px 0 6px 20px;
  margin: 0px 0 5px 0;
  font-size: 17px;
}
.nav_inner .list_area a:hover{
text-decoration: none!important;
}
.nav_inner .list_area .main a img {
  vertical-align: baseline;
  margin-left: 4px;
}
.nav_inner .list_area .midl a {
  background: url("../img/top/arrow_05.png") no-repeat left 5px top 12px;
  padding: 2px 0 2px 15px;
  color: #333;
  font-weight: 500;
  margin-left: 5px;
}
.nav_inner .list_area .sub a {
  background: url("../img/top/arrow_05.png") no-repeat left 5px top 12px;
  padding: 2px 0 2px 15px;
  color: #333;

  margin-left: 25px;
}
.nav_inner .close {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
}
header {
  padding-top: 2px;
}
header .inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
  height: 65px;
}
header .serach_area {
  position: absolute;
  right: 0;
  width: 600px;
  font-size: 13px;
  top: 15px;
  transition: none;
  display: flex;
  justify-content: right;
  align-items: center;
}
header .serach_area .s_area {
  width: 250px;
  padding-top: 3px;
}
.serach_area ul {
  text-align: left;
}
.buy_login {
  display: inline-block;
  background: #004ea2;
  color: #fff !important;
  font-weight: 700;
  border-radius: 5px;
  padding: 7px 10px;
  line-height: 1;
}
a.buy_login:hover {
  text-decoration: none;
}
.serach_area li {
  display: inline-block;
}
.serach_area li a {
  background: url(../img/arrow_01.png) no-repeat left center;
  padding: 2px 0px 2px 10px;
  display: block;
  margin: 0px 10px;
  color: #000;
  font-size: 13px;
}
/*
.serach_area .search_box{
border:1px solid #e9e9e9;
height:25px;
margin-top:5px;
}*/
header h1 {
  padding-top: 13px;
  text-align: left;
}
header .g_nav {
  clear: both;
  border-top: 1px solid #004ea2;
  overflow: hidden;
  border-bottom: 1px solid #c8c8c8;
}

header .g_nav ul {
  display: -webkit-flex; /*--- safari（PC）用 ---*/
  display: flex;
  width: 980px;
  margin: 0 auto;
  -webkit-justify-content: space-around; /* Safari */
  justify-content: space-around;
  z-index: 300;
  position: relative;
}
header .g_nav ul li {
  float: left;
}
header .g_nav ul li a {
  padding: 10px 10px;
  display: block;
  font-weight: 700;
  position: relative;
}
header .g_nav ul li:first-child a {
  padding-left: 0;
}
header .g_nav ul li:last-child a {
  padding-right: 0;
}
header .g_nav ul li a:hover {
  text-decoration: none;
}
header .g_nav ul li a img {
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 16px;
}
header .g_nav .bar {
  width: 980px;
  margin: 0 auto;
  position: relative;
  height: 0;

}
.bar div {
  display: inline-block;
  height: 4px;
  position: absolute;
  top: -4px;
  width: auto;
  background: #004ea2;
  overflow: hidden;
}

.to_top {
  display: none;
  width: 64px;
  text-align: center;
  padding: 15px 0 20px 0;
  background: #231815;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 900;
}
.to_top.view {
  display: block;
}
footer {
  margin-top: 40px;
  position: relative;
  z-index: 910;
  background: #231815;
}
footer .inner {
  padding-bottom: 20px !important;
  position: relative;
  overflow: visible !important;
}
footer h3 {
  color: #fff;
  font-weight: 700;
  border-bottom: 1px solid #004ea2;
  padding: 15px;
}
footer a,
footer a:visited,
footer a:hover {
  color: #fff !important;
}

footer li.midl a,
footer li.sub a {
  background: url("../img/top/arrow_05.png") no-repeat left center;
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}
footer ul {
  padding: 10px 0px 10px 15px;
}
footer .main a {
  color: #004ea2;
  background: none;
  font-size: 15px;
  padding-left: 0;
  font-weight: 700;
}
footer .sub {
  padding-left: 15px;
}

footer .service_area,
footer .shiru_area,
footer .company_area {
  width: 313px;
  float: left;
}
footer .shiru_area {
  margin: 0 20px;
}
footer .list_area {
  display: flex;
  clear: both;
  overflow: hidden;
  justify-content: space-between;
}
footer .full {
  overflow: hidden;
  padding: 10px 0;
}
footer .full h2 {
  float: left;
  margin-top: 8px;
}
footer .full ul {
  float: left;
  width: 700px;
}
footer .full ul li {
  float: left;
  font-size: 13px;
  margin-left: 20px;
}
footer .full ul li a {
  padding-left: 10px;
  background: url("../img/arrow_blue.png") no-repeat left center;
}
footer ul li img {
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.rwd {
  text-align: center;
  padding: 10px 0;
}
.rwd .rwd_sp {
  display: inline-block;
  padding: 0 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  border: 1px solid #ddd;
  border-right: 0px;
}
.rwd .rwd_pc {
  display: inline-block;
  padding: 0 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #004ea2;
  border: 1px solid #ddd;
  color: #fff;
}
.rwd img {
  width: 24px;
  margin: 5px 0;
}
/*##############  TOP  ##############*/
.hero {
  border-top: 1px solid #e0e0e0;
}

.hero li {
  width: 100%;
  height: 100%;
  background: no-repeat;
  background-size: cover;
  background-position: center center !important;
}
.hero li .inner {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  color: #004ea2;
} /*
.hero li .inner h2{
padding:128px 0 30px 123px;
font-size:60px;
letter-spacing: 5px;
}
.hero li .inner p{
text-align: center;
font-size:36px;
padding-right: 280px;
letter-spacing: 3px;
}*/
.content_body .news_area {
  background: url("../img/grade_bg.png") repeat-x left bottom;
}

.sec .content_body,
.content_body .news_area .inner,
.content_body .about_area .inner,
.content_body .service_area .inner,
.content_body .shiru_area .inner,
.sub_area .inner,
footer .inner,
.title_area .inner,
#shiru_body .content_body,
#news_body .content_body {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px;
  position: relative;
  clear: both;
}
.sec .content_body .contents p,
.sec .content_body .contents li,
.sec .content_body .contents dt,
.sec .content_body .contents dd,
.sec .content_body .contents p {
  line-height: 1.8;
}
.content_body {
  padding: 50px 0;
}
#top .content_body {
  padding: 0 !important;
}
.content_body h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  padding: 30px 0;
}

.content_body h2 img {
  margin-bottom: 10px;
}
.content_body .news_block_outer {
  margin-left: -15px;
  position: relative;
}
.content_body .news_block {
  width: 316px;
  height: 380px;
  background: #fff;
  float: left;
  margin: 0 0 20px 15px;
  position: relative;
  overflow: hidden;
}
.content_body .news_block .ph {
  width: 317px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.content_body .news_block .ph img {
  width: 320px;
  height: auto;
}
.content_body .news_block .tag {
  position: absolute;
  top: 170px;
  left: 0;
  padding: 3px 10px 3px 10px;
  color: #fff;
}
.content_body .news_block .tag span {
  display: blcok;
  position: absolute;
  right: -53px;
  background: #be0700;
  top: 0;
  bottom: 0;
  padding: 2px 10px 0 10px;
}
.content_body .news_block .text_area {
  padding: 13px 15px;
}
.content_body .news_block h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  padding-bottom: 5px;
}
.content_body .news_block h3 .new {
  background: #d50303;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 0px 5px;
  display: inline-block;
  border-radius: 4px;
}
.content_body .news_block p.ymd {
  font-size: 12px;
  color: #666666;
}
#top .content_body .news_block p.ymd + p {
  padding-bottom: 17px;
}
.content_body .news_block a {
  border: 1px solid #c7c7c7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.content_body .news_block a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.content_body .news_block #scroll a {
  border: 0px;
  position: static;
  display: inline;
}
.content_body .news_block.text_link {
  border: 1px solid #c7c7c7;
}
.content_body .news_block.text_link p {
  font-size: 13px;
}
.content_body .news_block.text_link a {
  position: static;
  border: 0px;
}
.content_body .news_block.text_link a:hover {
  border: 0px;
}
.content_body .link_area {
  float: left;
  width: 316px;
  border: 1px solid #c7c7c7;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.content_body .link_area_outer {
  margin-left: -15px;
  overflow: hidden;
  padding-bottom: 0px;
}
.content_body .link_area span {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.7);
  display: block;
}

.content_body .service_area {
  background: #e5edf6;
  text-align: center;
}
.content_body .colum_3_outer {
  margin-left: -15px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content_body .service_area .colum_3 {
  float: left;
  width: 316px;
  border: 1px solid #c7c7c7;
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  background: #fff;
}
.content_body .service_area .colum_3 h3 {
  background: #004ea2;
  color: #fff;
  padding: 15px;
  font-weight: 700;
}
.content_body .service_area a:hover .colum_3 h3 {
  background: #0069da;
}
.content_body .service_area .colum_3 p {
  text-align: left;
  padding: 15px;
  height: 100px;
  overflow: hidden;
  color: #000;
}
.content_body .shiru_area h2 {
  color: #fff;
}
.content_body .shiru_area {
  background: #004ea2;
}
.sub_area .inner {
  padding: 20px 0;
}
.content_body.fix_margin {
  margin-top: 47px !important;
}

.inline_news {
  width: 316px;
  height: 380px;
  margin: 0 0 20px 0;
  border: 1px solid #c7c7c7;
  padding: 15px 5px 15px 10px;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.inline_news_area {
  float: right;
  width: 316px;
  height: 380px;
  margin: 0 0 20px 0;
}
.inline_news dl {
  padding-right: 15px;
}
.inline_news dt {
  color: #666666;
  font-size: 12px;
}
.inline_news dt span {
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  margin-left: 10px;
}
.inline_news dt span.new_icon {
  background: #be0700;
}
.inline_news dd {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #c7c7c7;
}
/*##############  下層  ##############*/

.read_txt {
  font-size: 17px;
}
.title_area {
  background: #004ea2;
  color: #fff;
  padding-bottom: 10px;
}
.title_area h2 {
  font-size: 38px;
  font-weight: 700;
}
.title_area .pankz {
  font-size: 13px;
  margin: 10px 0 23px 0;
  padding: 0px 20px 0px 25px;
  background: url("../img/icon_home.png") no-repeat left center;
}
.title_area .pankz a {
  color: #fff;
}
.title_area .pankz a:hover {
  color: #fff;
  text-decoration: underline;
}
.page_nav {
  background: #e5edf6;
}
.page_nav ul {
  width: 980px;
  margin: 0 auto;
  font-weight: 500;
}
.page_nav li {
  display: inline-block;
}
.page_nav a {
  display: block;
  padding: 10px 15px;
  color: #004ea2;
  border-bottom: 3px solid #e5edf6;
}
.page_nav a:hover,
.page_nav a.current {
  text-decoration: none;
  border-bottom: 3px solid #004ea2;
}
.page_nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}
.cont_float .contents,
#news_body .contents,
#shiru_body .contents {
  float: left;
  width: 730px;
}
body.sec .content_body .contents.max {
  float: none !important;
  width: 100% !important;
  position: relative;
}
.content_body aside {
  float: right;
  width: 220px;
}
.content_body aside h3 {
  padding-bottom: 0;
}
.content_body aside h3 a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 5px 0px 5px 26px;
  margin-bottom: 3px;
  background: #004ea2 url("../img/arrow_03.png") no-repeat left 8px center;
}
.content_body aside h3 a {
  color: #fff;
}
.content_body aside h3 a:hover {
  background-color: #005cc0;
  text-decoration: none;
}
.content_body aside li {
  margin-bottom: 3px;
}
.content_body aside li a {
  display: block;
  padding: 5px 5px 5px 23px;
  font-size: 13px;
  background: #e5edf6 url("../img/arrow_02.png") no-repeat left 8px top 10px;
}

.content_body aside li a:hover {
  background-color: #cfdeee;
  text-decoration: none;
}
.content_body aside li a.current {
  background-color: #b1cae5;
  text-decoration: none;
}
.content_body h2.cms_title {
  font-size: 25px;
  padding: 15px 0;
  clear: both;
}
.content_body.semi_style {
  padding-top: 40px !important;
}
.content_body.semi_style h2.cms_title {
  padding: 0;
}
.content_body.semi_style h2.cms_title + p {
  font-size: 14px;
  padding: 20px 0;
}
.content_body .library h2.cms_title {
  text-align: left;
  padding: 10px 0 10px 40px;
  background: url("../img/icon_book.png") no-repeat left top 20px;
}
.content_body .essay h2.cms_title {
  text-align: left;
  padding: 10px 0 10px 40px;
  background: url("../img/icon_pin.png") no-repeat left center;
}
h2.cms_title span {
  font-size: 15px;
  font-weight: 300;
}
.content_body .contents .ymd {
  text-align: right;
  padding: 0 10px 10px 0;

  margin-left: 5px;
}
.content_body .contents .num_outer {
  float: left;
}
.content_body .contents .number {
  display: inline-block;
  padding: 0 0px 1px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  margin: 0 13px 0 5px;
  position: relative;
  z-index: 2;
  top: -1px;
  width: 150px;
  text-align: center;
}
.contents .cms_body .ymd,
.contents .cms_body .number {
  float: none;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.contents .cms_body .new_icon {
  text-align: right;

  padding: 0px 15px;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  background: #cc0000;
  margin-top: 2px;
  margin-left: 10px;
  display: inline-block;
}

.cms_body .list dt:first-child {
  border: medium none;
  padding-top: 0;
}
.cms_body .list dt {
  border-top: 1px dotted #666;
  padding-top: 15px;
}

.cms_body.form_planet dl.list {
  padding-left: 10px;
  border-top: 1px dotted #666;
}
.cms_body.form_planet .list dt {
  padding-top: 15px;
}
.cms_body.form_planet .list span.pdf {
  font-size: 13px;
  display: inline-block;
  padding-left: 15px;
  font-weight: 300;
  color: #000;
}
.cms_body.form_planet .list dt .pdf.br {
  margin-left: 220px;
}
.cms_body .list dd {
  clear: both;
  padding: 0 0 15px 5px;
}

.cms_body a:first-child dl.list {
  border: none;
  padding-top: 0;
}
.cms_body a {
  color: #004ea2;
}
.content_body h3 {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 10px;
}
.cms_body a dl.list dt {
  color: #000;
  text-decoration: none;
}
.cms_body.form_planet a {
  display: block;
}
.cms_body.form_planet a:hover {
  text-decoration: none !important;
}
.cms_body {
  clear: both;
  padding-top: 25px;
  border-top: 2px solid #004ea2;
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
}
.cms_body.form_planet {
  padding-top: 0;
}
.cms_body p {
  font-size: 17px;
  padding-bottom: 25px;
}
.cms_body .right_img {
  float: right;
  padding: 0 40px 10px 20px;
  font-size: 12px;
}
.cms_body .left_img {
  float: left;
  padding: 0 20px 10px 40px;
  font-size: 12px;
}
.cms_body .ph_area {
  text-align: center;
}
.cms_body .ph_area img {
  margin: 15px;
}
.cms_body .ph_area p {
  text-align: right;
  font-size: 13px;
}
.cms_body .gaiyo {
  border: 2px solid #004ea2;
  padding: 28px;
  margin: 0px 10px;
}
.cms_body .gaiyo dl {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
}
.cms_body .gaiyo dt {
  width: 90px;
  padding-bottom: 8px;
}
.cms_body .gaiyo dd {
  width: 550px;
  padding-bottom: 8px;
}
.cms_body .contact_area {
  margin: 30px 10px 40px 10px;
  background: #e9e9e9;
  padding: 20px 0 10px 0;
  text-align: center;
  line-height: 2;
}
.contents .back {
  float: right;
  background: url("../img/arrow_02.png") no-repeat left center;
  font-size: 17px;
  padding: 0px 10px 0px 20px;
  color: #004ea2;
}
.cms_body .list.form_pl dt .ymd {
  display: block;
  float: none;
  text-align: left;
  font-size: 15px;
}
.cms_body .list.form_pl dt {
  font-size: 17px;
}
.cms_body.form_planet a {
  position: relative;
  display: block;
}
.cms_body .list.form_pl dt .number {
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
  width: 155px;
  text-align: center;
}
.cms_body .list.form_pl dd {
  padding-top: 10px;
  position: relative;
}
.cms_body .list.form_pl dd span {
  font-weight: 200;
}
.cms_body.form_planet a img.arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
.content_body .from_pla h2.cms_title {
  clear: both;
  font-size: 25px;
  padding: 30px 15px;
  color: #fff;
  border-radius: 10px;
  margin: 15px 0;
}
.content_body .from_pla h2.cms_title span {
  font-size: 17px;
  font-weight: 300;
}
.content_body .from_pla .ymd {
  float: right;
  margin-top: -15px;
}
.content_body .from_pla .number {
  border-radius: 20px;
  color: #fff;
  float: left;
  font-size: 13px;
  margin: 2px 10px 0 0;
  padding: 2px 15px;
  text-align: left;
  width: 155px;
  text-align: center;
}
.content_body .from_pla .sub_title {
  font-size: 17px;
}
.content_body .from_pla .headline {
  width: 830px;
  font-size: 13px;
  float: left;
  padding: 0 0 15px 5px;
}
.content_body .from_pla .pdf_icon {
  float: right;
  font-size: 13px;
}
.content_body .from_pla .cms_body {
  border-top: 1px dotted #666;
}
.from_pla .cms_body h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px;
  border-left: 4px solid #ff0000;
  padding: 0px 0 0px 15px;
}
.from_pla .cms_body .contact_area {
  width: 690px;
  margin: 10px auto 40px auto;
  padding: 20px 0;
}
.from_pla .cms_body .contact_area h3 {
  margin: 0;
  border: none;
  padding: 0 0 0px 0;
}
.from_pla .cms_body p {
  padding: 0 40px;
}
.cms_body hr {
  border-top: 1px dotted #666666;
  margin: 30px 0;
}

.cms_body .line_box {
  border: 2px solid #004ea2;
  margin: 30px;
}
.cms_body .line_box h4 {
  background: #004ea2;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
}
.cms_body .line_box li {
  background: url("../img/arrow_02.png") no-repeat left top 9px;
  padding: 0 0 0 15px;
  color: #004ea2;
  font-size: 17px;
  margin: 15px;
}
.cms_body .line_box ul {
  margin: 20px 0 20px 200px;
}
.cms_body .line_box li span {
  display: inline-block;
  margin-right: 30px;
}
.cms_body .line_box li a {
  font-size: 13px;
  display: inline-block;
  margin: -2px 0 0 10px;
}
.cms_body .line_box dl {
  padding: 30px;
}
.cms_body .line_box dt {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  padding-bottom: 20px;
}
.cms_body .line_box dd {
  font-size: 13px;
  padding-bottom: 15px;
}
.from_pla .cms_body img {
  display: block;
  margin: 0 auto;
}
.cms_body .planet_if {
  font-size: 13px;
}
.cms_body .planet_if dd {
  padding-bottom: 15px;
}

.voice.contents p.cate {
  background: #04bba3;
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
}
.voice.contents .cms_title {
  color: #04bba3;
  text-align: left;
}
.voice.contents .cms_body h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px;
  padding: 0 0 0 15px;
}
.voice.contents .comp_date dt {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}
.voice.contents .comp_date dd {
  font-size: 13px;
  position: relative;
  width: 650px;
}
.voice.contents .comp_date dd .inner {
  display: block;
}
.voice.contents .comp_date dd .inner .link a {
  border: 1px solid #c7c7c7;
  padding: 0px 30px;
  font-size: 15px;
  margin: 20px 10px 5px 0;
  background: url("../img/arrow_02.png") no-repeat left 10px center;
  display: inline-block;
}
.voice.contents .comp_date dd .inner .link a:hover,
.voice.contents .comp_date dd .inner .link a.currnet {
  background: #004ea2;
  color: #fff;
  text-decoration: none;
}
.voice.contents .comp_date a {
  color: #004ea2;
}
.voice.contents dl.comp_date {
  padding-bottom: 20px;
}
.contents .comp_date .ph_area {
  position: absolute;
  bottom: 0;
  right: -320px;
  padding-left: 30px;
}
.contents .comp_date .ph_area div {
  float: left;
  padding-left: 10px;
  /*margin-top:-120px;*/
  font-size: 15px;
}

.contents .comp_date .ph_area div span {
  font-size: 13px;
  line-height: 1.4 !important;
  display: inline-block;
}
.voice.contents .cms_body p {
  padding: 0 40px;
}
.voice.contents p.headline {
  font-size: 13px;
  margin-top: -10px;
  padding: 0 10px 10px 10px !important;
  border-bottom: 1px dotted #666666;
  margin-bottom: 20px;
}

.voice_contact_area {
  clear: both;
  overflow: hidden;
  padding: 0 0 30px 0;
}
.voice_contact_area h3 {
  text-align: center;
  border: none;
  border-bottom: 2px solid #004ea2;
  padding: 30px 0 15px 0;
  margin: 0 0 15px 0;
  font-size: 24px;
}
.voice_contact_area span {
  font-size: 17px;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.voice_contact_area .form {
  border: 1px solid #c7c7c7;
  padding: 30px;
  width: 470px;
  float: right;
  height: 190px;
}
.voice_contact_area .tel {
  border: 1px solid #c7c7c7;
  padding: 30px;
  width: 470px;
  float: left;
  height: 190px;
}
.voice_contact_area .tel p {
  padding: 0 !important;
  margin-left: 20px;
  font-size: 15px;
}
.voice_contact_area .tel b {
  font-weight: 300;
  display: inline-block;
  padding-right: 5px;
}
.voice.contents .cms_body .user_voice h3 {
  background: #04bba3;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: block;
  padding: 0 15px;
  border-radius: 5px;
  margin: 0 0 20px 20px;
  width: 150px;
  text-align: center;
  border: none !important;
}
.voice.contents .cms_body .user_voice .user_block {
  float: left;
  width: 425px;
  margin: 0 30px 40px 25px;
}
.voice.contents .cms_body .user_voice h4 {
  border-left: 3px solid #04bba3;
  padding: 0px 0 3px 15px;
  font-size: 17px;
}
.voice.contents .cms_body .user_block div {
  border-bottom: 1px dotted #666666;
  padding: 10px 15px 10px 15px;
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
}
.voice.contents .cms_body .user_voice {
  font-size: 13px;
}
.voice.contents .cms_body .user_voice p {
  padding: 0 0 0 15px;
}
.voice_contact_area .tel p.tel_num {
  background: url("../img/icon_tel.png") no-repeat left top 17px;
  font-size: 37px;
  font-weight: 900;
  color: #004ea2;
  padding: 0 0 0 25px !important;
}
.voice_contact_area h4 {
  background: url("../img/arrow_06.png") no-repeat left top 14px;
  padding: 5px 0 5px 23px;
  font-size: 24px;
  color: #004ea2;
  font-weight: 700;
}
.voice_contact_area .form .contact_btn {
  background: #004ea2 url("../img/icon_mail.png") no-repeat left 20px center;
  color: #fff;
  font-size: 24px;
  display: block;
  width: 360px;
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 10px 0;
}
a.contact_btn_single {
  background: #004ea2;
  background-color: rgb(0, 78, 162);
  color: #fff;
  font-size: 24px;
  display: block;
  width: 360px;
  margin: 35px auto 20px auto;
  text-align: center;
  padding: 10px 0;
}
a.contact_btn_single:hover,
.voice_contact_area .form a.contact_btn:hover {
  text-decoration: none;
  background-color: #0068d7;
}
.voice h2.voice_title {
  border-bottom: 2px solid #004ea2;
  padding: 0px 0 10px 0;
  margin-bottom: 15px;
}
.voice .comp_list {
  margin-left: -15px;
}
.voice .comp_list li {
  float: left;
  margin: 0 0 15px 15px;
  border: 1px solid #c7c7c7;
  width: 316px;
  height: 196px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.voice .comp_list li .tag {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 12px;
  margin: 10px 0 0 0;
}
.voice .comp_list li .voice_title {
  font-size: 17px;
  padding: 10px 20px;
  line-height: 1.5;
}
.voice .comp_list li .comp_name {
  font-size: 17px;
  border-top: 1px solid #c7c7c7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.voice .comp_list li .comp_name a {
  display: block;
  padding: 10px 20px;
  background: url("../img/arrow_06.png") no-repeat right 10px center;
}
.voice .comp_list li .comp_name a:hover {
  text-decoration: none;
  background: #004ea2;
  color: #fff;
}
.voice .more_view a {
  display: block;
  clear: both;
  border: 1px solid #c7c7c7;
  background: #fff;
  font-size: 17px;
  text-align: center;
  width: 600px;
  margin: 0 auto 20px;
  padding: 10px;
}
.voice .more_view a:hover {
  background: #004ea2;
  color: #fff;
  text-decoration: none;
}
.company_gaiyo {
  width: 700px;
  margin: 20px auto;
  border: 2px solid #eee;
}
.company_gaiyo h4 {
  border: 0 !important;
  background: #eee;
  padding: 10px 20px;
  color: #fff;
}
.company_gaiyo dl {
  padding: 30px;
}
.company_gaiyo dt {
  float: left;
  font-weight: 500;
  clear: both;
  padding-top: 10px;
}
.company_gaiyo dd {
  padding: 10px 0 15px 100px;
  border-bottom: 1px dotted #333;
}
.company_gaiyo dd:last-child {
  border: 0;
}
.content_body.max {
  width: auto;
}

.content_body.max .grade {
  background: url("../img/grade_01.png") repeat-x left bottom;
  overflow: hidden;
  clear: both;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.content_body.max .grade.none {
  background: none;
}
.content_body.max .contents.max.voice {
  width: 980px !important;
  margin: 0 auto;
}
.word_list {
  overflow: hidden;
  padding-bottom: 40px;
}
.word_list dt {
  padding: 0 0 10px 10px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #004ea2;
}
.word_list dd {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dotted #333;
}
.word_list dd strong {
  float: left;
  font-size: 17px;
  width: 230px;
  padding-left: 15px;
  border-left: 3px solid #004ea2;
}
.word_list dd strong a {
  color: #004ea2;
}
.word_list dd span {
  display: block;
  padding: 0 15px 0 230px;
}
.word_pos {
  position: relative;
  top: -60px;
  clear: both;
}

.word_pos_dustry {
  position: relative;
  top: -120px;
  clear: both;
}

.event_list {
  overflow: hidden;
  padding-bottom: 40px;
}
.event_list dt {
  padding: 0 0 10px 10px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 2px solid #004ea2;
}
.event_list dd {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px dotted #333;
}
.event_list dd.no_line {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 0;
}
.event_list dd strong {
  display: block;
  font-size: 17px;
  padding-left: 15px;
  border-left: 3px solid #004ea2;
  color: #004ea2;
  font-weight: 700;
}
.event_list dd.no_line strong {
  border-left: 0;
}
.event_list dd strong span.ymd {
  display: block;
  text-align: left !important;
  padding: 0 !important;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  margin: 0 !important;
}
.event_list dd strong span.pdf {
  font-size: 13px;
  color: #000;
  display: inline-block;
  margin-left: 20px;
  font-weight: 300;
}
.event_list dd a {
  color: #004ea2;
}
.event_list dd p {
  display: block;
  padding: 15px 15px 0 20px;
}
.content_body .contents.event .cms_title {
  text-align: left;
  padding: 0 0 10px 0;
  font-size: 30px;
}
.content_body .contents.event .cms_body {
  padding-top: 15px;
}
.content_body .contents.event .cms_body h3 {
  display: block;
  font-size: 17px;
  padding: 3px 15px;
  border-left: 3px solid #004ea2;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.content_body .contents.event .cms_body h3 .kome {
  float: right;
  margin-top: 5px;
}
.content_body .contents.event .cms_body .inner {
  padding: 0 50px 15px 50px;
}
.content_body .contents.event .cms_body .inner p {
  font-size: 15px;
}
.content_body .contents.event .cms_body hr {
  margin: 0 0 15px 0;
}
.event_item {
  border-top: 1px dotted #333;
  padding: 0;
}
.event_item dt {
  float: left;
  width: 110px;
  padding: 10px 0 10px 25px;
  font-weight: 700;
  clear: both;
}
.event_item dd {
  border-bottom: 1px dotted #333;
  padding: 10px 20px 15px 110px;
}
.event_item dd:last-child {
  border: none;
}
.event_item dd img {
  float: right;
}
.event_item dd:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.content_body .contents.event .right_img {
  float: right;
  padding: 0 0 10px 20px;
}
.content_body .contents.event .center_img {
  display: block;
  margin: 0px auto 40px auto;
  text-align: center;
}
.yoyoron_list {
  border-top: 2px solid #004ea2;
}
.yoyoron_list dt {
  border-left: 4px solid #004ea2;
  width: 170px;
  float: left;
  margin-top: 10px;
  padding: 0px 10px;
}
.yoyoron_list dd {
  padding: 10px 10px 10px 170px;
  border-bottom: 1px dotted #333;
}
.szk_list {
  float: left;
  margin-left: -15px;
}
.szk_list li {
  position: relative;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}
.szk_list li span {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 1px 15px 2px 15px;
  background: #c00;
  border-radius: 20px;
}
.szk_head {
  float: left;
  width: 620px;
  padding-bottom: 30px;
}
.szk_head .read_txt {
  font-size: 15px !important;
}
.szk_map_area {
  float: right;
  width: 311px;
}
.szk_map_area .pdf {
  margin-left: 10px;
}
.szk_nav {
  border-top: 2px solid #004ea2;
  font-size: 17px;
}
.szk_nav .right {
  padding: 3px 15px 3px 0;
  background: url("../img/arrow_02.png") no-repeat right center;
}
.szk_nav .left {
  padding: 3px 0 3px 15px;
  background: url("../img/arrow_02_2.png") no-repeat left center;
}
.contents .van_head h2 {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #004ea2;
}
.contents .van_head p {
  text-align: center;
  padding: 10px;
}
.contents .van_head h2 span {
  border-radius: 20px;
  color: #fff !important;
  font-size: 17px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 300;
}
.contents .cms_body.vanvan {
  border-top: none;
  overflow: hidden;
}
.contents .cms_body.vanvan .pdf_area {
  float: left;
  font-size: 13px;
  padding-bottom: 20px;
}
.contents .cms_body.vanvan .pdf_area li {
  padding-top: 10px;
}
.contents .cms_body.vanvan .text_area {
  float: right;
  width: 630px;
}
.contents .cms_body.vanvan .text_area h3 {
  color: #999999;
  font-size: 25px;
  font-weight: 300;
  border-bottom: 1px dotted #333;
  margin-bottom: 15px;
}
.contents .cms_body.vanvan .text_area dt {
  border-left: 4px solid;
  padding: 2px 0 2px 15px;
  font-size: 17px;
  font-weight: 700;
}
.contents .cms_body.vanvan .text_area dd {
  padding: 10px 20px 15px 20px;
  border-bottom: 1px dotted #333;
  margin-bottom: 15px;
}
.contents .cms_body.vanvan .text_area dd:last-child {
  border: none;
}
.contents .vanvan.bk h3 span {
  border-radius: 20px;
  color: #fff !important;
  font-size: 17px;
  display: inline-block;
  padding: 0 15px;
  font-weight: 300;
}

.contents .vanvan.bk .inner h3 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contents .vanvan.bk .inner .pdf_area {
}
.contents .cms_body.vanvan .inner {
  clear: both;
  padding-bottom: 40px;
  overflow: hidden;
}
.contents .cms_body.vanvan .inner .text_area {
  float: right;
  width: 790px;
  font-size: 15px;
}
.contents .cms_body.vanvan .inner .text_area dt {
  border-left: 4px solid;
  padding: 0px 0 0px 15px;
  font-size: 17px;
  font-weight: 700;
}
.contents .vanvan.bk .inner h3 span {
  border-radius: 20px;
  color: #fff !important;
  font-size: 15px;
  display: inline-block;
  padding: 0 15px 2px 15px;
  font-weight: 300;
}
.contents .cms_body.vanvan .inner .text_area dd {
  padding: 0px 20px 10px 20px;
  border-bottom: 1px dotted #333;
  margin-bottom: 10px;
}
.contents .cms_body.vanvan.no_line {
  border-bottom: none;
}
.smp_indent_01 {
  padding-left: 20px;
}
#serv_body .point_inner h3.line_title.smp_no_line p {
  display: none;
}
#shiru_body .pdf_list li {
  display: inline-block;
}
#shiru_body .pdf_list li:after {
  content: "|　";
}
.resarch_list li div {
  font-size: 15px;
  font-weight: 300;
  padding-left: 80px;
}
.resarch_list li div b {
  display: inline-block;
  padding-left: 15px;
}
.contents .comp_date dd.colum4 {
  width: 100%;
  overflow: hidden;
}
.contents .comp_date dd.colum4 .ph_area {
  position: static;
  padding: 15px 0 0 0px;
  width: 100% !important;
  overflow: hidden;
}
.pc_width_full {
  width: 100% !important;
}
h3 .ymd_min {
  font-weight: 300;
  font-size: 13px !important;
  color: #555;
  padding: 0 !important;
}
/*グーグル検索*/
#gsc table,
#gcs table td,
#gcs table th {
  border: none !important;
  line-height: 1 !important;
}
#gsc .gsc-search-box .gsc-input-box,
#gsc .gsc-search-box .gsc-input-box-hover,
#gsc.gsc-search-box .gsc-input-box-focus {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.search_box .gsc-input * {
  box-sizing: content-box !important;
}
#gsc table.gsc-search-box {
  background: #e9e9e9;
  padding-left: 1px;
  height: 28px;
  overflow: hidden;
}
#gsc .gsib_a {
  position: relative;
  top: 0px;
  padding: 0 5px !important;
}
#gsc #gsc-i-id1 {
  font-size: 12px !important;
  margin: 0 !important;
  height: 25px !important;
}
#gsc #gsc-i-id2 {
  font-size: 12px !important;
  margin: 0px 0 0 0;
}

#gsc .gsc-input-box {
  height: 26px;
  margin-left: 1px;
}
#gsc .cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  border-radius: 0px !important;
  height: 27px !important;
  margin: 4px 0 0 0px !important;
  border: 1px solid #e0e0e0 !important;
  background: #e9e9e9 url("../img/icon_search.png") no-repeat center center !important;
}
.cms_body .gsc-input-box {
  height: auto !important;
}
td.gsc-input {
  padding-right: 0 !important;
}

.cms_body .cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  height: 27px !important;
  margin-top: 2px;
  min-width: 13px;
  padding: 6px 27px;
  width: 13px;
}
#gsc .gsc-search-button-v2 {
  position: relative;
  border: 0px !important;
  margin-top: 0 !important;
}
#gs_big * {
  box-sizing: content-box !important;
}
#gs_big table.gsc-search-box {
  width: 70%;
  display: block;
  margin: 0 auto;
  background: #e9e9e9;
  padding-left: 5px;
  border: 1px solid #d9d9d9;
}

#gs_big .cse .gsc-search-button input.gsc-search-button-v2,
#gs_big input.gsc-search-button-v2 {
  height: auto;
  margin-top: 0;
  min-width: 0;
  padding: 2px 27px 2px;
  width: 0;
  position: relative;
  top: 1px;
  border: 2px !important;
}

#gs_big #gsc-i-id2 {
  height: 25px !important;
}
#gsc .cse input.gsc-search-button:focus,
#gsc input.gsc-search-button:focus,
#gs_big .cse input.gsc-search-button:focus,
#gs_big input.gsc-search-button:focus {
  box-shadow: none;
}

/*------------------------------*/
インバウンド
/*------------------------------*/

.inbound.contents p.cate {
  background: #04bba3;
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
}
.inbound.contents .cms_title {
  color: #04bba3;
  text-align: left;
}
.inbound.contents .cms_body h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px;
  padding: 0 0 0 15px;
}
.inbound.contents .comp_date dt {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}
.inbound.contents .comp_date dd {
  font-size: 13px;
  position: relative;
  width: 650px;
}
.inbound.contents .comp_date dd .inner {
  display: block;
}
.inbound.contents .comp_date dd .inner .link a {
  border: 1px solid #c7c7c7;
  padding: 0px 30px;
  font-size: 15px;
  margin: 20px 10px 5px 0;
  background: url("../img/arrow_02.png") no-repeat left 10px center;
  display: inline-block;
}
.inbound.contents .comp_date dd .inner .link a:hover,
.inbound.contents .comp_date dd .inner .link a.currnet {
  background: #004ea2;
  color: #fff;
  text-decoration: none;
}
.inbound.contents .comp_date a {
  color: #004ea2;
}
.inbound.contents dl.comp_date {
  padding-bottom: 20px;
}
.inbound.contents .cms_body p {
  padding: 0 40px;
}
.inbound.contents p.headline {
  font-size: 13px;
  margin-top: -10px;
  padding: 0 10px 10px 10px !important;
  border-bottom: 1px dotted #666666;
  margin-bottom: 20px;
}

.inbound_contact_area {
  clear: both;
  overflow: hidden;
  padding: 0 0 30px 0;
}
.inbound_contact_area h3 {
  text-align: center;
  border: none;
  border-bottom: 2px solid #004ea2;
  padding: 30px 0 15px 0;
  margin: 0 0 15px 0;
  font-size: 24px;
}
.inbound_contact_area span {
  font-size: 17px;
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.inbound_contact_area .form {
  border: 1px solid #c7c7c7;
  padding: 30px;
  width: 470px;
  float: right;
  height: 190px;
}
.inbound_contact_area .tel {
  border: 1px solid #c7c7c7;
  padding: 30px;
  width: 470px;
  float: left;
  height: 190px;
}
.inbound_contact_area .tel p {
  padding: 0 !important;
  margin-left: 20px;
  font-size: 15px;
}
.inbound_contact_area .tel b {
  font-weight: 300;
  display: inline-block;
  padding-right: 5px;
}
.inbound.contents .cms_body .user_inbound h3 {
  background: #04bba3;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: block;
  padding: 0 15px;
  border-radius: 5px;
  margin: 0 0 20px 20px;
  width: 150px;
  text-align: center;
  border: none !important;
}
.inbound.contents .cms_body .user_inbound .user_block {
  float: left;
  width: 425px;
  margin: 0 30px 40px 25px;
}
.inbound.contents .cms_body .user_inbound h4 {
  border-left: 3px solid #04bba3;
  padding: 0px 0 3px 15px;
  font-size: 17px;
}
.inbound.contents .cms_body .user_block div {
  border-bottom: 1px dotted #666666;
  padding: 10px 15px 10px 15px;
  margin-bottom: 10px;
  display: block;
  font-size: 13px;
}
.inbound.contents .cms_body .user_inbound {
  font-size: 13px;
}
.inbound.contents .cms_body .user_inbound p {
  padding: 0 0 0 15px;
}
.inbound_contact_area .tel p.tel_num {
  background: url("../img/icon_tel.png") no-repeat left top 17px;
  font-size: 37px;
  font-weight: 900;
  color: #004ea2;
  padding: 0 0 0 25px !important;
}
.inbound_contact_area h4 {
  background: url("../img/arrow_06.png") no-repeat left top 14px;
  padding: 5px 0 5px 23px;
  font-size: 24px;
  color: #004ea2;
  font-weight: 700;
}
.inbound_contact_area .form .contact_btn {
  background: #004ea2 url("../img/icon_mail.png") no-repeat left 20px center;
  color: #fff;
  font-size: 24px;
  display: block;
  width: 360px;
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 10px 0;
}
.inbound_contact_area .form a.contact_btn:hover {
  text-decoration: none;
  background-color: #0068d7;
}
.inbound .comp_list {
  margin-left: -15px;
}

.inbound .comp_list li .tag {
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 12px;
  margin: 10px 0 0 0;
}
.inbound .comp_list li .inbound_title {
  font-size: 17px;
  padding: 10px 20px;
  line-height: 1.5;
}

.inbound .more_view a {
  display: block;
  clear: both;
  border: 1px solid #c7c7c7;
  background: #fff;
  font-size: 17px;
  text-align: center;
  width: 600px;
  margin: 0 auto 20px;
  padding: 10px;
}
.inbound .more_view a:hover {
  background: #004ea2;
  color: #fff;
  text-decoration: none;
}

/*--------*********--------*/
.content_body.max .backset {
  overflow: hidden;
  clear: both;
  padding-bottom: 30px;
  margin-bottom: 15px;
}
.content_body.max .backset.none {
  background: none;
}

.inbound .comp_list li .comp_name {
  font-size: 15px;
}

.inbound h2.inbound_title {
  border-bottom: 2px solid #004ea2;
  padding: 0px 0 10px 0;
  margin-bottom: 15px;
}

.inbound h3.inbound_title {
  display: block;
  color: #004ea2;
  border-left: 4px solid #004ea2;
  padding: 0px 0px 0 48px;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  text-indent: -34px;
}

.inbound .comp_list li .comp_name a {
  background: rgba(0, 0, 0, 0) url("../img/arrow_02.png") no-repeat left 0px top 8px;
  display: inline-block;
  padding: 2px 0 2px 15px;
  margin: 0 10px 0 15px;
}

.inbound .comp_list li {
  float: left;
  margin: 0 0 15px 15px;
  border: 1px solid #c7c7c7;
  width: 316px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.content_body.max .contents.max.inbound {
  width: 980px !important;
  margin: 0 auto;
}

.inbound .content_item {
  float: right;
  padding: 20px 15px 10px 15px;
  height: 180px;
  font-size: 15px;
}

.inbound .theme_item {
  float: right;
  padding: 20px 15px 10px 15px;
  height: 120px;
  font-size: 15px;
}

.inbound .link_block {
  float: left;
  padding: 5px 5px 5px 5px;
  font-size: 15px;
  height: 140px;
}

.inbound .right_img {
  float: right;
  padding: 0px 0px 10px 10px;
  font-size: 12px;
}

.inbound hr {
  border-top: 1px solid #c7c7c7;
}

.inbound_list {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 25px;
  border: none;
}

.inbound_list dt {
  font-weight: 700;
  font-size: 17px;
  border-left: 4px solid #004ea2;
  padding: 3px 0 3px 10px;
}
.inbound_list dd {
  margin: 10px 0 10px 0;
  padding: 10px 13px 10px 15px; /*
border-bottom:1px dotted #333;*/
  overflow: hidden;
}

.inbound_list dd p {
  margin: 10px 0 10px 0;
  padding: 10px 13px 10px 0px;
  overflow: hidden;
}

.event_list .page_heder {
  font-weight: 700;
  font-size: 24px;
  padding-right: 30px;
}
.event_list .page_anchor {
  font-size: 17px;
  padding: 20px 0px 0px 20px;
}

.event_list .ph_area {
  position: absolute;
  bottom: 0;
  right: -320px;
  padding-left: 30px;
}

.inbound_linklist {
  overflow: hidden;
  padding-bottom: 40px;
}
.inbound_linklist dt {
  padding: 0 20px 0 20px;
  float: left;
  clear: left;
  width: 380px;
  position: absolute;
}

.inbound_linklist dd {
  overflow: hidden;
  padding: 0 0 5px 380px;
  margin: 0 0 5px 0px;

  border-bottom: 1px dotted #666666;
}

.inbound_linklist dd strong a {
  color: #004ea2;
}
.inbound_linklist dd span {
  display: block;
  padding: 0 15px 0 230px;
}
/*------------------------------------------

vanvan

--------------------------------------------*/
.pvan .title_area {
  background: #fff;
  color: #fff;
  padding-bottom: 10px;
  border-top: 4px solid #004ea2;
}
.pvan .title_area .inner {
  padding-bottom: 0px;
}
.pvan .title_area .pankz {
  font-size: 13px;
  margin: 10px 0 23px 0;
  padding: 0px 20px 0px 25px;
  background: url("../img/vanvan/new/icon_home.png") no-repeat left center;
  color: #004ea2;
}
.pvan .title_area .pankz a {
  color: #004ea2;
}
.pvan .title_area h2 {
  text-align: center;
  padding: 30px 0 10px 0;
}
.pvan .vanvan_nav {
  text-align: center;
  background: #fff;
  height: 54px;
  overflow: hidden;
}
.pvan .vanvan_nav .nav_outer {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.pvan .vanvan_nav .nav_outer .min_logo {
  position: absolute;
  left: 0;
  top: 12px;
  background: url(/shiru/vanvan/vol134/img/min_logo.png) no-repeat left center!important;
  background-size: cover!important;
  text-indent: -9999px;
  width: 120px;
  height: 27px;
}
.pvan .vanvan_nav .min_logo img {
  width: 120px;
}
.pvan .vanvan_nav li {
  display: inline-block;
  font-size: 15px;
  margin: 5px;
}
.pvan .vanvan_nav li a {
  color: #281f1c;
  padding: 10px;
  text-decoration: none;
  display: block;
}
.pvan .vanvan_nav li a:hover,
.pvan .vanvan_nav li.active a {
  border-bottom: 4px solid #e684b3;
}
/*------------------------------------------
vanvan index
--------------------------------------------*/
.pvan .content_body.index {
  padding-top: 0px;
}
.pvan .content_body.index .cms_body {
  border-top: none;
}
.pvan .content_body.index .slide {
  margin-top: 8px;
}
.pvan .content_body.index .book_area p {
  font-size: 12px;
  padding: 10px;
  color: #004ea2;
}
.pvan .content_body.index .book_area img {
  margin-right: 5px;
}
.pvan_index_block {
  display: flex;
  justify-content: space-between;
}
.pvan .index_list {
  width: 625px;
}
.pvan .index_list h3 {
  color: #999999;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 0px;
  position: relative;
  top: -10px;
}
.pvan .index_list ul {
  border-top: 1px dotted #666666;
}
.pvan .index_list li a {
  border-bottom: 1px dotted #666666;
  display: block;
  padding: 10px 0;
  background: url(../img/vanvan/new/link_arrow.png) no-repeat right 15px center;
}
.pvan .index_list li a:hover {
  text-decoration: none;
  background-color: #f2fbfe;
}
.pvan .index_list li h4 {
  font-size: 20px;
  font-weight: normal;
  padding-left: 14px;
  line-height: 1.4;
}
.pvan .index_list li span {
  display: block;
  border-left: 4px solid #33adc5;
  padding-left: 10px;
  font-size: 17px;
  font-weight: bold;
}
/*
  #bk:not(.mgn){
    margin-top:-55px;
    padding-top:55px;
  }*/
/*------------------------------------------
topics
--------------------------------------------*/
.pvan .content_body.fix_margin {
  margin-top: 0px !important;
}
.pvan .van_head {
  padding-left: 0px;
}
.pvan .van_head h3 + p {
  background: #014099;
  color: #fff;
  font-size: 21px;
  padding: 3px 10px;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
}
.pvan .van_head h4 {
  color: #b864a4;
  font-size: 45px;
  padding: 10px 0 10px 0;
}
.pvan .van_head p {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  padding: 0;
}
.pvan .content_body {
  padding-top: 20px;
}
.pvan .cms_body.topics {
  margin-top: 25px;
  border-top: 1px dotted #666666;
}
.pvan .topics .title_block {
  border-left: 4px solid #b864a4;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
  margin-left: 10px;
}
.pvan .topics .title_block h3 {
  color: #1b4288;
  font-size: 20px;
  padding-bottom: 0;
}
.pvan .topics .title_block span {
  font-size: 17px;
  color: #333333;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
}
.pvan .cms_body.topics p {
  padding-left: 30px;
  font-size: 17px;
}
.pvan .cms_body.topics .ph_area {
  border-top: 1px dotted #666666;
  padding: 30px 0;
}
.pvan .cms_body.topics .ph_area h4 {
  font-size: 17px;
}
.pvan .cms_body.topics .ph_area img {
  margin: 0;
}
.pvan .cms_body.topics .ph_area.mar_title img {
  margin-top: 30px;
}
.pvan .cms_body.topics .memo_outer {
  border-bottom: 1px dotted #666666;
  padding: 0 85px 30px 85px;
  margin-bottom: 30px;
}
.pvan .cms_body.topics .memo {
  display: table;
}
.pvan .cms_body.topics dt {
  width: 140px;
  text-align: center;
  background: #b864a4;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.pvan .cms_body.topics dd {
  background: #f0e2ef;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 15px;
  color: #333333;
}
/*------------------------------------------
fes
--------------------------------------------*/
.fes_head {
  width: 994px;
  margin: 8px auto;
  text-align: center;
}
.fes_head img {
  margin-bottom: 20px;
}
.fes_head p {
  text-align: left;
  margin-top: -10px;
}
.fes_img {
  width: 865px;
  margin: 0 auto;
}
.fes .cms_body {
  border-bottom: 1px dotted #666;
  border-top: 1px dotted #666;
}
.fes .main_text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  font-size: 17px;
  padding: 0 60px 30px 60px;
}
.fes .main_text span {
  color: #cf000d;
  font-size: 30px;
}
.fes_map {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.fes_map dt {
  width: 250px;
}
.fes_map dd {
  width: calc(100% - 250px);
  line-height: 1.5 !important;
  padding-bottom: 15px;
}
/*------------------------------------------
voice
--------------------------------------------*/
.voice_head {
  margin: 8px auto 20px auto;
  width: 980px;
}
.voice_head p {
  padding: 30px 10px 0 10px;
  font-size: 17px;
  font-weight: bold;
}
.voice_head h4 {
  float: right;
  padding-top: 30px;
  padding-left: 30px;
}
.voice .cms_body {
  border-bottom: 1px dotted #666;
  border-top: 0px dotted #666;
  padding-top: 0;
}
.voice .cms_body .text_block {
  border-top: 1px dotted #666;
  font-size: 17px;
  padding: 20px 15px;
}
.voice .cms_body .text_block h3 {
  color: #f08200;
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #231815;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}
.voice .cms_body .text_block dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 20px;
}

.voice .cms_body .text_block dt {
  color: #f08200;
  font-weight: bold;
  width: 55px;
}
.voice .cms_body .text_block dd {
  width: calc(100% - 55px);
  padding-bottom: 15px;
}
.voice .cms_body .com_prof {
  padding: 15px;
  font-size: 13px;
  border-top: 1px dotted #666;
}
.voice .cms_body .com_prof strong {
  color: #004ea2;
}
.voice .cms_body .prof_area {
  float: right;
  width: 280px;
  box-sizing: border-box;
  margin-left: 50px;
  margin-top: 50px;
}
.voice .cms_body .prof_area h4 {
  font-size: 20px;
  padding: 20px 0 10px 0;
}
.voice .cms_body .prof_area p {
  font-size: 14px;
}
.voice .cms_body .prof_area h5 {
  color: #f08200;
  font-size: 20px;
}
.voice .cms_body .prof_area h5 span {
  font-size: 13px;
  display: inline-block;
  padding-bottom: 5px;
}
.voice .cms_body .prof_area2 {
  float: left;
  width: 280px;
  box-sizing: border-box;
  margin-right: 30px;
  margin-top: 0px;
}
.voice .cms_body .prof_area2 h4 {
  font-size: 20px;
  padding: 20px 0 10px 0;
}
.voice .cms_body .prof_area2 h5 {
  font-size: 20px;
  color: #f08200;
}

.voice .cms_body .on_r_colm {
  margin-top: -30px;
  border-top: 0;
}
.voice .cms_body .on_l_colm {
  border-top: 0;
  padding-top: 0px;
}
.voice .cms_body .on_r_colm:before {
  content: "";
  display: block;
  border-top: 1px dotted #666;
  width: 650px;
  margin-bottom: 20px;
}
.voice .cms_body .on_l_colm h3 {
  margin-left: 310px;
}
.voice .cms_body .on_l_colm:before {
  content: "";
  display: block;
  border-top: 1px dotted #666;
  width: 650px;
  margin-bottom: 20px;
  margin-left: 310px;
}
.voice .cms_body .ph_block {
  text-align: center;
  font-size: 12px;
  vertical-align: top;
  display: flex;
}
.voice .cms_body .ph_block div {
  width: 340px;
  display: inline-block;
  margin: 40px 40px 10px 40px;
  vertical-align: top;
}
.voice .cms_body .ph_block div p {
  font-size: 12px;
  text-align: left;
  padding-top: 15px;
}
/*------------------------------------------
featuer
--------------------------------------------*/
.fu_head {
  margin: 8px auto 20px auto;
  width: 980px;
}
.fu_head h4 {
  font-weight: normal;
  float: right;
  padding-top: 30px;
  padding-left: 30px;
  font-size: 12px;
  width: 240px;
}
.fu_head p {
  padding: 30px 10px 0 10px;
  font-size: 17px;
  font-weight: bold;
}
.feat .cms_body {
  border-bottom: 1px dotted #666;
  border-top: 0px dotted #666;
  padding-top: 0;
}

.feat .cms_body .text_block h3 {
  color: #1b4288;
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #d0111b;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}
.feat .cms_body .text_block {
  border-top: 1px dotted #666;
  font-size: 17px;
  padding: 20px 15px;
  overflow: hidden;
}
.feat .cms_body p {
  padding: 0 15px;
}
.feat .cms_body .img_line {
  border-top: 1px dotted #666;
  margin: 20px 0 0 0;
}
.feat .cms_body .ph_left {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.feat .cms_body .ph_right {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}
.vanvan_nav .min_logo {
  display: none;
}
.vanvan_nav.fixed .min_logo {
  display: block;
}
.vanvan_nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  height: 54px;
}
.no_pad {
  padding-bottom: 0 !important;
}
.otoi {
  display: flex;
}
.otoi dt {
  width: 125px;
}
.vanvan_nav .hide a {
  color: #ccc !important;
  cursor: default;
}
.vanvan_nav .hide a:hover {
  border-bottom: 0 !important;
}
.vanvan_nav.fixed ul {
  float: right;
}
.pvan .vanvan_nav.fixed li a {
  padding: 10px 6px 6px 6px;
}
.resarch_list li div.otoi div {
  padding-left: 0 !important;
}
/*------------------------------------------
catalog
--------------------------------------------*/
article.content_body.max {
  width: 100%;
}

.catalog h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 40px 0 15px 0;
  text-align: center;
  border-bottom: 2px solid #004ea2;
  clear: both;
  width: 980px;
  margin: 0 auto;
}
.catalog .cms_body {
  padding-top: 15px;
  border-bottom: none;
  width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.catalog .sub_title {
  font-size: 20px;
  font-weight: bold;
  color: #004ea2;
  padding-bottom: 20px;
  text-align: center;
}
.catalog .txt_block {
  background: #fcecf3;
  border: 1px solid #e5e5e5;
  padding: 15px;
  position: relative;
  top: -58px;
}
.catalog .txt_block p {
  font-size: 9px;
  line-height: 1.2 !important;
  padding-bottom: 0px;
  text-align: left;
}
.catalog .txt_block p b {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.catalog .ph_block_01 {
  overflow: hidden;
  text-align: center;
  justify-content: space-between;
}
.catalog .ph_block_01 div {
  display: inline-block;
  padding: 15px;
}
.catalog .ph_block_01 div p {
  padding-bottom: 0px;
  font-size: 12px;
}
.catalog .block_whi {
  margin: 0 auto;
}
.catalog .block_ble {
  margin: 0 auto;
  background: #e5edf6;
}

.catalog .block_gra {
  margin: 0 auto;
  background: url("../img/catalog/bg_gra.png") repeat-x left bottom;
}
.no1_txt {
  width: 820px;
  margin: 0 auto;
}
.catalog .colum_3_outer {
  display: flex;
  justify-content: space-between;
  margin-left: 0px;
}
.catalog .colum_3_outer .colum_3 {
  width: 316px;
  border: 1px solid #c7c7c7;
  display: flex;
  flex-direction: column;
}
.catalog .colum_3_outer .colum_3 p {
  font-size: 15px;
  border-top: none;
  padding: 18px 15px;
  line-height: 1.4;
}
.catalog .colum_3_outer .colum_3 div {
  margin-top: auto;
  text-align: center;
  padding: 0 15px 15px 15px;
}
.catalog .colum_3_outer h3 {
  background: #004ea2 url("../img/catalog/arrow_sita.png") no-repeat left 15px center;
  color: #fff;
  padding: 15px 15px 15px 15px;
  font-weight: 700;
  text-align: center;
}
.catalog .colum_3_outer h3 img {
  vertical-align: middle;
}
.catalog .colum_3_outer h3 .new {
  font-size: 12px;
  font-weight: bold;
  background: #cc0000;
  border-radius: 10px;
  display: inline-block;
  padding: 1px 8px 2px 8px;
  margin-right: 10px;
}
.voice_contact_area.catalog .tel,
.voice_contact_area.catalog .form {
  padding: 20px 30px;
}
.voice_contact_area.catalog .tel p {
  line-height: 1.6;
}
.catalog h3 .new {
  font-size: 14px;
  font-weight: bold;
  background: #cc0000;
  border-radius: 20px;
  display: inline-block;
  padding: 1px 12px 2px 12px;
  margin-right: 10px;
  color: #fff;
  position: relative;
  top: -2px;
}
.catalog .sub_title2 {
  font-size: 24px;
  text-align: center;
  color: #333;
}
.catalog .sub_title + .point_txt {
  text-align: center;
}
.catalog .point_txt:before {
  content: "●";
  color: #004ea2;
  display: inline-block;
  margin-right: 5px;
}
.catalog .white_box {
  background: #fff;
  border: 1px solid #c7c7c7;
  padding: 10px 13px 0 13px;
  width: 470px;
  margin-bottom: 20px;
}
.catalog .white_box h4 {
  color: #fff;
  padding: 3px 15px;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}
.catalog .white_box img {
  float: left;
  margin-right: 25px;
}
.catalog .white_box h5 {
  font-size: 18px;
  padding-bottom: 15px;
}
.catalog .white_box p {
  font-size: 14px;
  line-height: 1.6 !important;
}
.catalog .white_box p.no_m {
  padding-bottom: 0;
}
.catalog .white_outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog .ble_title {
  text-align: center;
  font-size: 20px;
  padding: 15px;
  color: #004ea2;
  font-weight: bold;
}
.catalog .arrow_ble {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.catalog .sub_title_20 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.catalog .sub_title_20 span {
  font-size: 15px;
  display: block;
  font-weight: normal;
}
.catalog .point_block p {
  padding-bottom: 5px;
}
.catalog .point_block {
  width: 820px;
  margin: 0 auto;
}
.catalog .zoom_block .ph {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.catalog .ph_zoom_area {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
}
.catalog .zoom_block {
  text-align: center;
}
.catalog .zoom_block .ph .zoom {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 2px 5px;
  cursor: pointer;
}
.catalog .zoom_block .ph .zoom img {
  vertical-align: middle;
}
.catalog .sub_area {
  display: flex;
  justify-content: space-between;
}
.catalog .sub_area h4 {
  border-left: 4px solid #004ea2;
  font-size: 20px;
  padding-left: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.catalog .sub_area p {
  padding-left: 20px;
}
.catalog .sub_block {
  width: 470px;
  display: flex;
  flex-direction: column;
}
.catalog .sub_area .ph_zoom_area {
  padding: 0px;
}
.catalog .sub_area .ph_zoom_area {
  margin-top: auto;
}
.catalog .read_text {
  width: 820px;
  margin: 0 auto;
}
.catalog .white_box div:first-child {
  overflow: hidden;
  height: 190px;
}
.catalog .white_box .text_block {
  padding-top: 30px;
}
.catalog .white_box .blu_line_area {
  border: 2px solid #004ea2;
  clear: both;
  border-radius: 10px;
  padding: 13px 15px;
  margin: 0px 5px 10px 5px;
  position: relative;
  background: #fff;
}
.catalog .white_box .blu_line_area:before {
  content: "▲";
  color: #004ea2;
  position: absolute;
  font-size: 25px;
  left: 15px;
  top: -27px;
  transform: scaleY(0.6);
}
.catalog .white_box .blu_line_area h6 {
  font-size: 18px;
  color: #004ea2;
  padding-bottom: 10px;
}
.catalog .white_box .blu_line_area p {
  padding-bottom: 0;
}
.catalog .white_box .bg_area {
  color: #fff;
  border-radius: 10px;
  padding: 13px 15px;
  margin: 0 5px 15px 5px;
}
.catalog .white_box .bg_area h6 {
  font-size: 18px;
  color: #fff;
  padding-bottom: 10px;
}
.catalog .katuyo .white_box h5 {
  font-size: 21px;
}
.catalog .white_box .bg_area p {
  padding-bottom: 0;
}
.catalog .white_box .bg_area.blue {
  background: #004ea2;
}
.catalog .white_box .bg_area.pink {
  background: #ec89b5;
}
.catalog .white_box .bg_area.green {
  background: #8bc229;
}
.catalog .white_box .bg_area.ppl {
  background: #8a66a6;
}
.catalog .service_comp_list li {
  width: 49%;
}
.catalog .voice_contact_area .tel p {
  line-height: 1.5 !important;
}
.catalog .schedule h3 {
  border-left: 4px solid #004ea2;
  font-size: 20px;
  padding-left: 15px;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 0px;
  margin-top: 20px;
}
.catalog .schedule ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.catalog .schedule ul li {
  background: #004ea2;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  width: 170px;
  height: 100px;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.4 !important;
  position: relative;
}
.catalog .schedule ul li span {
  font-size: 11px;
  display: block;
}
.kometxt:after {
  content: "※希望メーカのみ";
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
}
.catalog .schedule ul li:before {
  content: "▲";
  color: #004ea2;
  position: absolute;
  font-size: 25px;
  right: -30px;
  top: 30px;
  transform: scaleX(0.6) rotate(90deg);
}
.catalog .schedule ul li:last-child:before {
  content: "";
}
.catalog .haru h4 b {
  color: #68b33d;
  font-size: 15px;
}
.catalog .haru h4 span {
  font-size: 13px;
  font-weight: normal;
}
.catalog .haru ol {
  margin-top: 5px;
  border-top: 1px dotted #68b33d;
  display: flex;
  justify-content: space-between;
}
.catalog .haru ol li {
  display: inline-block;
  padding: 10px 0px;
  color: #68b33d;
  width: 160px;
  text-align: center;
}
.catalog .aki h4 b {
  color: #e98318;
  font-size: 15px;
}
.catalog .aki h4 span {
  font-size: 13px;
  font-weight: normal;
}
.catalog .aki ol {
  margin-top: 5px;
  border-top: 1px dotted #e98318;
  display: flex;
  justify-content: space-between;
}
.catalog .aki ol li {
  display: inline-block;
  padding: 10px 0px;
  color: #e98318;
  width: 160px;
  text-align: center;
}
.catalog .schedule p {
  font-size: 15px;
  padding-bottom: 0;
}
.catalog .graf_outer {
  width: 470px;
  text-align: center;
  position: relative;
}
.catalog .graf_outer p {
  font-size: 13px;
  position: absolute;
  top: 180px;
  left: 160px;
  right: 160px;
  text-align: center;
}
.catalog .graf_flex {
  display: flex;
  justify-content: space-between;
}
.catalog .graf_outer {
  width: 470px;
}
.catalog .graf_outer:last-child {
}
.catalog .graf_outer p b {
  font-size: 15px;
}

.graf_outer ul {
  width: 485px;
  text-align: left;
  margin: 0 auto 10px auto;
}
.graf_outer ul.area {
  width: 450px;
  margin-left: 50px;
}
.graf_outer li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}
.graf_outer li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #4a78c7;
  border-radius: 3px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.graf_outer li .no1 {
  background: #4a78c7;
}
.graf_outer li .no2 {
  background: #ee8336;
}
.graf_outer li .no3 {
  background: #aaaaaa;
}
.graf_outer li .no4 {
  background: #ffc400;
}
.graf_outer li .no5 {
  background: #4a78c7;
}
.graf_outer li .no6 {
  background: #ee8336;
}
.graf_outer li .no7 {
  background: #aaaaaa;
}
.graf_outer li .no8 {
  background: #ffc400;
}
.graf_outer li .no9 {
  background: #61a0d7;
}
.graf_outer li .no10 {
  background: #76b14d;
}
.graf_outer li .no11 {
  background: #2b4a7e;
}
.catalog .schedule ol li span {
  display: none;
}
.catalog .min_kome {
  font-size: 10px;
  display: block;
  clear: both;
  padding-top: 5px;
}
.catalog canvas {
  position: relative;
  z-index: 10;
  min-height: 300px;
}
.catalog .graf_txt {
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

/*ポップアップ*/
.modal-overlay {
  z-index: 997;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.24);
}

.modal {
  position: fixed;
  display: none;
  z-index: 999;
  margin: 0;
  background: #fff;
  border-radius: 4px;
  color: #4a4a4a;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}

.modals {
opacity: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  transition: opacity 0.3s;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#top.renew .content_body {
  background: #f1f1f1;
  padding-bottom: 30px !important;
}

/*リニューアル*/

#top.renew .about_area .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
#top.renew .about_area .inner .titles img {
  vertical-align: middle;
  margin-right: 10px;
}
#top.renew .about_area .inner .titles {
  width: 200px;
  text-align: center;
}
#top.renew .about_area .inner div {
  border-left: 1px solid #c7c7c7;
  width: calc(100% - 200px);
  padding-left: 20px;
}
.content_body .service_area,
.content_body .news_area {
  background: none;
}
footer {
  margin-top: 0px;
}

#top.renew .content_body .news_block .ph {
  height: 190px;
  overflow: hidden;
}
#top.renew .content_body .news_block .tag {
  top: 15px;
}
#top.renew .content_body .news_block p.ymd {
  text-align: left;
}
#top.renew .content_body .news_block h3 {
  font-size: 15px;
}
#top.renew .content_body .news_block {
  height: 305px;
}
#top.renew .content_body .ir_block {
  background: url("../img/top/thumb_06.jpg") no-repeat top center;
  background-size: cover;
}
#top.renew .content_body .ir_block h3 {
  border-bottom: 1px solid #004ea2;
  position: relative;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 17px !important;
}
#top.renew .content_body .ir_block .text_area {
  font-weight: bold;
}
#top.renew .content_body .ir_block .text_area .ymd {
  text-align: left;
  color: #fff;
}
#top.renew .content_body .ir_block .text_area a {
  color: #fff;
  font-size: 15px;
}
#top.renew .content_body .ir_block h3 img {
  position: absolute;
  right: 10px;
  top: 10px;
}
#top.renew .content_body .ir_block .text_area {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  height: 275px;
}
#top.renew .news_block.pink .tag {
  background: #fff;
  color: #e193b5;
}
#top.renew .news_block.ore .tag {
  background: #fff;
  color: #e7a778;
}
#top.renew .news_block.sky .tag {
  background: #fff;
  color: #7ab9e3;
}
#top.renew .news_block.blue .tag {
  background: #fff;
  color: #004ea2;
}
#top.renew .news_block.lime .tag {
  background: #fff;
  color: #b0cc91;
}

#top.renew .content_body .service_area .inner {
  background: #fff;
  padding: 30px 70px;
}
#top.renew .content_body .service_area .inner img {
}
#top.renew .content_body .service_area .inner .colum3_area {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}
#top.renew .content_body .service_area .inner .colum_inner img {
  width: auto;
  vertical-align: middle;
  margin-left: 15px;
}
#top.renew .content_body .service_area .inner .colum_inner {
  text-align: left;
  width: calc(100% / 3);
  font-size: 13px;
  margin: 0 10px;
}
#top.renew .content_body .service_area .inner .colum_inner h3 {
  padding-bottom: 0;
}
#top.renew .content_body .service_area .inner .colum_inner p {
  padding-left: 20px;
}
#top.renew .content_body .service_area .inner .colum_inner a {
  text-decoration: none;
  color: #333;
}

#top.renew .top_flex_outer {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
  padding: 20px 0 15px 0;
}
#top.renew .top_flex_outer .slide_area {
  width: 494px;
  height: 450px;
  position: relative;
}
#top.renew .content_body .newe_outer .news_block {
  width: 470px;
  height: 176px;
  margin: 0;
  float: none;
  margin-top: 15px;
}
#top.renew .newe_outer {
  width: 470px;
}
#top.renew .newe_outer .inline_news {
  width: 100%;
  height: 100%;
  background: #231815;
  color: #fff;
  padding: 10px 10px 10px 20px;
}
#top.renew .inline_news dt,
#top.renew .content_body .news_block #scroll a {
  color: #fff;
}
#top.renew .content_body .news_block .scrollInner h3 {
  color: #fff;
  border-bottom: 1px solid #004ea2;
  padding: 0 5px 5px 0px;
  margin-bottom: 15px;
}
#top.renew .inline_news dd {
  border-bottom: none;
}
.nav_inner h2 {
  width: 140px;
  height: 140px;
  border: 1px solid #fff;
  background: #004ea2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.cl_btn {
  position: absolute;
  padding: 8px;
  border: 1px solid #fff;
  right: -20px;
  top: 15px;

  font-size: 1px;
  cursor: pointer;
  background: #bbbbb9;
}
.cl_btn img {
  vertical-align: bottom;
}
.about_area.smp {
  display: none;
}
.nav_hide {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#top.renew .news_area .inner {
  padding-bottom: 0px;
}
.buy_login {
  display: none !important;
}
#top .buy_login {
  display: block !important;
}
.voice.contents .comp_date.inbund dd {
  width: 100%;
}
.voice.contents .comp_date.inbund dd .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.contents .comp_date.inbund .ph_area {
  position: static;
  padding-left: 0px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.cms_body .comment {
  display: flex;
  flex-wrap: wrap;
}
.cms_body .comment dt.no1 {
  width: 100px;
  padding-left: 40px;
}
.cms_body .comment dt.no2 {
  width: 100px;
  padding-left: 40px;
}
.cms_body .comment dd {
  width: calc(100% - 100px);
  padding-bottom: 20px;
}
.pdf_link {
  display: flex;
  padding: 20px !important;
  align-items: center;
  font-size: 13px !important;
}
.pdf_link .pdf_img {
  margin-right: 20px;
}

.voice.contents dl.comp_date.inbund {
  display: flex;
}
.inbund_img {
  width: 80px;
  margin-right: 450px;
  padding-top: 7px;
  float: right;
}
/*
    article.max{
      width: 100%;
      background: #e5edf6;
    }

    article.max h2 {
      font-size: 24px;
      font-weight: 700;
      padding: 40px 0 15px 0;
      text-align: center;
      border-bottom: 2px solid #004ea2;
      clear: both;
  }
  */

.content_body .internet h2 {
  padding: 0 0 20px 0;
}
.content_body .internet p {
  font-size: 17px;
}
.content_body .internet .inner {
  padding: 0 40px;
}
.internet h3 {
  text-align: center;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 2px solid #004ea2;
  padding: 30px 0 15px 0;
  margin: 0 0 15px 0;
  font-size: 24px;
}
.internet h3 span {
  background: #004ea2;
  color: #fff;
  padding: 10px 40px;
  display: inline-block;
  position: relative;
  top: 17px;
}
.internet .voice_contact_area .form {
  float: none;
  margin: 0 auto;
}
.internet .voice_contact_area .form .contact_btn {
  width: auto;
  margin: 10px;
}
.internet .red_box p {
  color: #d4000d;
  font-size: 15px !important;
}
.internet .red_box .inpct_area {
  border: 3px solid #d4000d;
  background: #fff;
  font-size: 25px !important;
  width: 80%;
  text-align: center;
  padding: 5px;
  margin: 20px auto;
  font-weight: bold;
}
.internet .tejyun li {
  background: #e5edf6;
  border: solid 1px #004ea2;
  font-size: 18px;
  padding: 3px 15px;
  border-radius: 30px;
  display: inline-block;
  margin: 20px 10px 20px 0;
}
.internet p b {
  color: #d4000d;
}
.internet .step_list {
  padding: 20px 0;
}
.internet .step_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.internet .step_list .count_box {
  border-top: 1px dotted #000;
  width: 100px;
  padding-top: 30px;
  text-align: center;
  font-weight: bold;
  color: #004ea2;
  position: relative;
  top: 45px;
}
.internet .step_list .count_box.red {
  color: #d4000d;
}
.internet .step_list .count_box.red span {
  font-size: 12px;
}
.internet .step_list .border_area {
  font-size: 17px;
  display: flex;
  border: 2px solid #004ea2;
  border-radius: 10px;
  padding: 10px 20px;
  align-items: center;
  width: 850px;
  height: 90px;
  position: relative;
}
.internet .step_list .border_area:after {
  position: absolute;
  left: 400px;
  bottom: -31px;
  content: url("/img/service/internet/bottom_arrow.png");
}
.internet .step_list li:last-child .border_area:after {
  content: "";
}
.internet .step_list .border_area h4 {
  width: 280px;
}
.internet .step_list .border_area p {
  font-size: 15px;
}
.internet .step_list .border_area h4 span {
  color: #004ea2;
  display: inline-block;
  margin-right: 15px;
}
.internet .step_list .img_box {
  margin-left: auto;
}
.content_body .internet .faq dl {
  border-top: none;
  padding: 15px 0px;
}
.tb_padd {
  padding: 20px 0;
}
.tb_padd dt {
  float: left;
}
.tb_padd dd {
  padding-left: 150px;
  padding-bottom: 10px;
}
.spimg {
  display: none;
}

/*product_times*/
.product_times .right_link {
  float: right;
  margin-top: 7px;
}
.product_times .right_link a {
  display: inline-block;
  background: #5c8ec4;
  color: #fff;
  border-radius: 30px;
  padding: 3px 20px;
}
.product_times .right_link a:hover {
  border: none;
  background: #004ea2;
}
.product_times article h2 img {
  margin-top: 30px;
}
.product_times article h2 {
  border: none !important;
}
.product_times .head_block {
  width: 980px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}
.product_times .head_block .text_box {
  text-align: center;
}
.product_times.yellow .head_block .text_box {
  text-align: center;
  margin-right: 50px;
}
.product_times.yellow .head_block .text_box img {
  margin-bottom: 20px;
}
.product_times .head_block .text_box p {
  padding: 20px 0;
}
.product_times .head_block a {
  font-size: 13px;
}
.product_times .head_block a.red_btn {
  color: #d4000d;
  border: 3px solid #d4000d;
  border-radius: 30px;
  padding: 10px 60px;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
.product_times .head_block .red_btn:hover {
  text-decoration: none;
  background: #d4000d;
  color: #fff;
}
.product_times .blue_outer {
  background: #6cc5eb;
  margin: 40px 0 340px 0;
  height: 440px;
}
.product_times .blue_outer.yellow {
  background: #fcf82a;
  margin: 40px 0 340px 0;
  height: 440px;
}
.product_times .blue_outer .inner {
  width: 980px;
  padding: 10px;
  display: flex;
  justify-content: center;

  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
}
.product_times .blue_outer p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.product_times .blue_outer.yellow p {
  color: #333;
}
.product_times .blue_outer img {
  position: relative;
  left: 40px;
}
.product_times .blue_outer .movie_box {
  background: #6cc5eb;
  padding: 3px;
  text-align: center;
}
.product_times .blue_outer.yellow .movie_box {
  background: #fcf82a;
  padding: 3px;
  text-align: center;
}
.product_times .title_outer {
  text-align: left;
  background: url("/img/p_times/line_bg.png");
  padding: 0 !important;
  text-align: left !important;
}
.product_times.yellow .title_outer {
  background: url("/img/p_times/r_line_bg.png");
}
.product_times h2.obi_title {
  padding: 0 !important;
  width: 970px;
  margin: 0 auto;
  text-align: left !important;
}
.product_times h2.obi_title span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
}
.product_times .ptime_block {
  width: 970px;
  margin: 0 auto;
  padding: 60px 20px;
  font-size: 17px;
  position: relative;
}
.product_times .hito_ph {
  position: absolute;
  right: 30px;
  bottom: -8px;
}
.product_times .ptime_block h3 {
  font-size: 20px;
  position: relative;
  margin-top: 50px;
}

.product_times .ptime_block h3:before {
  content: "";
  height: 28px;
  position: relative;
  top: -2px;
  margin-right: 10px;
  display: inline-block;
  border-left: 3px solid #6cc5eb;
  vertical-align: middle;
}
.product_times.yellow .ptime_block h3:before {
  border-left: 3px solid #efd407;
}

.product_times h3 b {
  font-size: 30px;
  font-weight: 600;
}
.product_times.yellow h3 strong {
  color: #d0111b;
}
.product_times .mach_point {
  display: flex;
  justify-content: center;

  margin: 0 auto;
  padding-bottom: 30px;
}
.product_times .mach_point li {
  width: 270px;
  border: 3px solid #6cc5eb;
  border-radius: 10px;
  margin: 7px 15px;
  text-align: center;
  padding: 20px;
}
.product_times.yellow .mach_point li {
  border: 3px solid #efd407;
  width: 420px;
}
.product_times .mach_point li h4 {
  font-size: 25px;
}
.product_times .mach_point li p {
  text-align: left;
  font-size: 13px;
}
.product_times.yellow .mach_point li p {
  text-align: left;
  font-size: 15px;
}
.product_times .mach_point li div {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_times .sub_read {
  width: 880px;
  margin: 0 auto;
  padding: 10px 25px 30px 25px;
}
.product_times .sub_read span {
  font-size: 13px;
}
.product_times .grap_ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.product_times .grap_ul li {
  text-align: center;
  width: 50%;
}
.product_times .grap_ul .grap_02 img {
  margin-top: 50px;
  position: relative;
  left: -30px;
}
.product_times .sub_read02 {
  font-size: 20px;
  color: #113f64;
  text-align: center;
  padding: 20px 0;
}
.product_times .min {
  font-size: 13px;
  text-align: center;
}
.product_times .catalog_inner {
  margin: 0 auto;
  padding: 10px 25px 30px 25px;
}
.product_times .catalog_inner ul {
  display: flex;
  align-items: center;
}
.product_times .catalog_inner ul li {
  width: 290px;
  text-align: center;
  color: #6cc5eb;
  font-size: 14px;
}
.product_times .catalog_inner ul li img {
  margin: 20px 0;
}
.product_times .catalog_inner p {
  padding-top: 30px;
}
.product_times .catalog_inner strong b {
  color: #d4000d;
}
.product_times .service_panel .text_block {
  background: #fff;
  width: 410px;
  padding: 80px 45px 45px 45px;
  position: relative;
  border: 1px solid #d5f2ff;
  box-shadow: 2px 3px 16px -6px rgba(0, 0, 0, 0.6);
}
.product_times.yellow .service_panel .text_block {
  border: 1px solid #efd407;
  width: 500px;
}
.product_times.yellow .service_panel.n02 .text_block {
  width: 590px;
}
.product_times.yellow .service_panel.n03 .text_block {
  width: 400px;
}
.product_times .service_panel .text_block .num {
  font-size: 50px;
  color: #6cc5eb;
  position: absolute;
  left: 20px;
  top: 0px;
  font-weight: bold;
}
.product_times.yellow .service_panel .text_block .num {
  color: #333;
}
.product_times .service_panel .text_block h4 {
  color: #113f64;
  font-size: 20px;
  padding-bottom: 20px;
}
.product_times .service_panel .text_block p {
  font-size: 15px;
}
.product_times .service_panel.n01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 200px;
}

.product_times .service_panel.n01 .ph_block {
  position: relative;
  right: -100px;
  top: 100px;
}
.product_times.yellow .service_panel.n01 .ph_block {
  position: relative;
  right: 120px;
  top: 0px;
}
.product_times .service_panel.n01 .hito {
  position: absolute;
  top: 200px;
  left: 380px;
}
.product_times.yellow .service_panel.n01 .hito {
  top: 280px;
  left: 420px;
}
.product_times .service_panel.n02 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  margin-bottom: 300px;
}
.product_times.yellow .service_panel.n02 {
  margin-bottom: 50px;
}
.product_times .service_panel.n02 .hito {
  position: absolute;
  top: 280px;
  left: 380px;
}
.product_times .service_panel.n02 .ph_block {
  position: relative;
  left: -30px;
  top: 100px;
}
.product_times.yellow .service_panel.n02 .ph_block {
  left: -0px;
  top: -50px;
}
.product_times .service_panel.n03 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 70px;
}
.product_times .service_panel.n03 .ph_block {
  position: relative;
  right: 80px;
  top: -50px;
}
.product_times.yellow .service_panel.n03 .ph_block {
  right: 130px;
  top: 50px;
}
.product_times .service_panel.n03 .hito {
  position: absolute;
  top: 300px;
  left: 380px;
}
.product_times .service_panel .caption {
  color: #6cc5eb;
  padding: 30px 50px;
  font-size: 15px;
}
.product_times .flow .sub_title {
  color: #113f64;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.product_times.yellow .flow .sub_title {
  color: #333;
}
.product_times.yellow .flow .sub_title b {
  color: #d4000d;
}
.product_times.yellow .flow .red_line_ling {
  font-size: 20px;
  color: #d4000d !important;
  border-radius: 40px;
  padding: 10px 0px;
  text-align: center;
  border: 3px solid #d4000d;
  margin: 20px auto 20px auto !important;
  display: block;
  width: 300px;
  font-weight: bold;
}
.product_times.yellow .flow .red_line_ling:hover {
  background: #d4000d;
  color: #fff !important;
  text-decoration: none;
}
.product_times.yellow .flow .red_line_ling + p {
  font-size: 20px;
  color: #113f64;
  font-weight: bold;
  padding-bottom: 30px;
}
.product_times .flow p {
  text-align: center;
}
.product_times .flow .text_block {
  background: #fff;
  width: 820px;
  padding: 30px;
  text-align: center;
  position: relative;
  border: 1px solid #d5f2ff;
  box-shadow: 2px 3px 16px -6px rgba(0, 0, 0, 0.6);
  margin: 40px auto 70px auto;
  font-weight: bold;
}
.product_times .flow .text_block:after {
  content: "▼";
  font-size: 20px;
  color: #6cc5eb;
  position: absolute;
  left: 48%;
  bottom: -50px;
}
.product_times .flow .text_block:nth-of-type(3) {
  margin-bottom: 30px;
}
.product_times .flow .text_block:nth-of-type(3):after {
  content: "";
}
.product_times .faq dt {
  padding: 0px 0 2px 0 !important;
  text-align: center;
  width: 80px;
  float: left;
  clear: both;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4 !important;
}
.product_times .faq dd.ques {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 15px;
}
.product_times .faq dt.ques {
  background: #04bba3;
}
.product_times .faq dd.ques {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 15px;
}
.product_times .faq dt.ans {
  background: #004ea2;
}
.product_times .faq dd.ans {
  border-bottom: 1px dotted #333;
  margin-bottom: 20px;
}
.product_times a.mousikomi_btn {
  font-size: 20px;
  color: #d4000d !important;
  border-radius: 40px;
  padding: 10px 60px;
  border: 3px solid #d4000d;
  margin: 20px auto 0 60px !important;
  display: inline-block;
}
.product_times a.mousikomi_btn:hover {
  background: #d4000d;
  color: #fff !important;
  text-decoration: none;
}
.product_times.yellow .flow p.tyuui {
  font-size: 15px;
}
.page_nav .muryo a {
  display: inline-block;
  background: #fff;
  color: #d4000d;
  border-radius: 30px;
  padding: 1px 20px;
  border: 2px solid #d4000d;
  margin-top: 0px;
  position: relative;
  top: 4px;
  margin-left: 15px;
}
.page_nav .muryo a:hover {
  background: #d4000d;
  color: #fff;
}
/*------------------------------------------
new_top
--------------------------------------------*/

.main_img_area {
  padding-bottom: 45px;
  text-align: center;
}
.main_img_area .ph_01{
  background: url("../img/top/main_bg.png") repeat-x center bottom;

  text-align: center;
  width: 100vw!important;
}
.main_img_area .ph_02 {
  background: url("../img/top/slide_04.jpg") repeat-x center bottom;

  text-align: center;
  background-size: cover;
  width: 100vw!important;
}
.main_img_area .ph_01 img{
  display: block;
  margin: 0 auto;

}
.main_img_area .ph_02 img {
  display: block;
  margin: 0 auto;
}
.about_area {
  margin-top: -90px;
  z-index: 100;
  position: relative;
}
#top.renew .about_area .inner {
  border-radius: 4px;
}

.inline_news {
  width: 316px;
  height: 305px;
  margin: 0 0 20px 0;
  border: none;
  padding: 10px 10px 10px 0;
  overflow: hidden;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
#top.renew .content_body .news_block .scrollInner h3 {
  color: #000;
  padding: 0 10px 10px 15px;
  margin-right: 20px;
}
.inline_news dl {
  padding: 0 20px 20px 15px;
}
#top.renew .inline_news dt {
  color: #555;
}
#top.renew .content_body .news_block #scroll a {
  color: #000;
}
#top .content_body .news_block {
  border: none;
  border-radius: 6px;
}
#top .content_body .news_block a {
  border: none;
}
#top .content_body h2 span {
  display: inline-block;
  border-bottom: 2px solid #004ea2;
  padding-bottom: 10px;
}
#top .content_body .service_area {
  background: #fff;
}
#top .service_area .cate_title {
  position: relative;
  height: 180px;
  padding-top: 20px;
}
#top .service_area .cate_title:after {
  content: "";
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #004ea2;
  border-right: 1px solid #004ea2;
  display: block;
  transform: rotate(45deg) translate(-50%);
  position: absolute;
  left: 50%;
  bottom: 30px;
}
#top .service_block {
  padding: 40px 0;
}
#top .service_block .service_inner {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  align-items: center;
}

#top .service_block .service_inner img {
  width: 100%;
}
#top .service_block .service_inner .ph_01 {
  width: 340px;
  margin-left: 130px;
}
#top .service_block .service_inner .ph_02 {
  width: 220px;
  margin: 0 160px 0 100px;
  order: -1;
}
#top .service_block .service_inner .ph_03 {
  width: 270px;
  margin-left: 190px;
}
#top .service_block .service_inner .ph_04 {
  width: 230px;
  margin: 0 160px 0 100px;
  order: -1;
}
#top .service_block .service_inner .ph_05 {
  width: 290px;
  margin-left: 130px;
}
#top .service_block .service_inner .ph_06 {
  width: 260px;
  margin: 0 160px 0 100px;
  order: -1;
}
#top .service_block .service_inner .ph_07 {
  width: 290px;
  margin-left: 130px;
}
#top .service_block .service_inner .ph_08 {
  width: 370px;
  margin: 0 150px 0 20px;
  order: -1;
}
#top .service_block.gray {
  background: #f1f1f1;
}
#top .service_block .service_inner h3 {
  font-size: 30px;
  color: #004ea2;
}
#top .service_block .service_inner p {
  padding-bottom: 40px;
}
#top .service_block .service_inner .read {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
}
#top .service_block .service_inner .tag {
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px 10px;
  font-size: 13px;
  color: #666666;
  display: inline-block;
  margin-right: 50px;
}
#top .service_block .service_inner a {
  background: #fff;
  border-radius: 50px;
  border: 2px solid #004ea2;
  padding: 7px 50px 7px 20px;
  position: relative;
}
#top .service_block .service_inner a:hover {
  background: #004ea2;
  color: #fff;
  text-decoration: none;
}
#top .service_block .service_inner a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #004ea2;
  border-right: 2px solid #004ea2;
  display: block;
  transform: rotate(-45deg) translate(-50%);
  position: absolute;
  right: 10%;
  top: 28%;
}
#top .service_block .service_inner a:hover:after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  transform: rotate(-45deg) translate(-50%);
  position: absolute;
  right: 10%;
  top: 28%;
}
#top.renew .content_body {
  padding-bottom: 4px !important;
}

#top .slide_pos {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
#top #slide_1 {
  position: relative;
  text-align: left;
  width: 100%;
  height: 120px;
}
#top #slide_1 ul {
  float: left;
  display: flex;
  align-items: center;
}
#top .slide_pos li {
  float: left;
  width: auto;
  padding: 20px;
}
.videos video {
  width: 980px;
}
a.blue_link {
  background: #004ea2 url("/img/arrow_03.png") no-repeat right 20px center;
  display: inline-block;
  margin: 40px;
  width: 300px;
  padding: 15px 30px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
}
a.blue_link:vidited {
  color: #fff;
}
a.blue_link:hover {
  text-decoration: none;
}
.blue_link_outer {
  text-align: center;
}
.movie_box video {
  width: 670px;
}
.btm {
  padding: 0px 0 100px 0;
}
.dammy_t {
  font-size: 20px !important;
  font-weight: bold;
  color: #113f64;
  text-align: center !important;
}
.product_times .text_block .mousikomi_btn {
  margin: 10px auto !important;
}
.semi_style .user_block {
  color: #002e72;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #002e72;
  padding: 20px 0;
}
.semi_style .user_block.top {
  padding-top: 0;
  border-top: 0 !important;
}
.semi_style .user_block:first-child {
  border-top: 1px solid #002e72;
}
.semi_style .user_block h5 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 20px;
}
.semi_style .user_block h5 strong {
  font-size: 22px;
  font-weight: bold;
}
.semi_style .read_area p strong {
  font-size: 20px;
}
.semi_style .voice.contents .cms_body p {
  padding: 0;
}
.semi_style .read_area a {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #002e72;
  margin-top: 40px;
  font-size: 18px;
}
.semi_style .user_block .box {
  width: 310px;
}
.semi_style .voice.contents .cms_body .user_block div {
  border-bottom: none;
}
.semi_style .read_area a:hover {
  text-decoration: none;
  color: #fff;
  background: #002e72;
}
footer h3.contact_menu {
  position: relative;
}
footer h3.contact_menu + ul {
  display: none;
}
footer .service_area h3 div {
  width: 15px;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
footer h3.contact_menu div span {
  width: 15px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 10px;
}
footer h3.contact_menu div.open span + span {
  background: #fff;
  transform: rotate(90deg);
  position: absolute;
  top: 10px;
  right: 0;
  transition: all 0.3s ease;
}
footer h3.contact_menu div.close span + span {
  transform: rotate(0deg);
}
.left_paddi dd p{
  padding-left:330px;
}



.want_haed {

    position: relative;
}
.sub_page_nav {
position: absolute;
    right: 0;
    top: 10px;
}
.sub_page_nav li{
display: inline-block;
    border: 1px solid #aaa;
}
.sub_page_nav li.current{
background: #004ea2;
    color:#FFF;
}
.sub_page_nav li a:link,
.sub_page_nav li a:visited{
display: block;
    padding: 2px 10px;
    color:#333;
    text-decoration: none
}

.sub_page_nav li a:hover{
background: #004ea2;
    color:#FFF;
}
.sub_page_nav li.current a{
        color:#FFF;
}


.sub_page_nav2 {
text-align: center
}
.sub_page_nav2 li{
display: inline-block;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.sub_page_nav2 li.current{
background: #004ea2;
    color:#FFF;
}
.sub_page_nav2 li a:link,
.sub_page_nav2 li a:visited{
display: block;
    padding: 2px 10px;
    color:#333;
    text-decoration: none
}
.sub_page_nav2 li a{
padding: 6px 18px !important;}
.sub_page_nav2 li a:hover{
background: #004ea2;
    color:#FFF;
}
.sub_page_nav2 li.current a{
        color:#FFF;
}
.sub_page_nav2 .next,
.sub_page_nav2 .pv{
border: none;
}
.sub_page_nav2 .next a:hover,
.sub_page_nav2 .pv a:hover{
text-decoration: underline;
    background: #FFF;
    color:#333;
}
.page_count{
    padding: 15px 0;
text-align: center;
}
.page_block{
border: 1px solid #333;
    border-radius: 4px;
    padding: 15px 30px;
    margin: 0 0 20px 0;
}
.service__table thead th {
  background: #e5e5e5;
  padding: 10px;
}
.service__table tbody td{
  padding: 10px 20px;
    background: #fafafa;
    border-bottom: solid 2px #d7d7d7;
}
.classification {
  padding: 10px 20px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  line-height: 1;
  margin-bottom: 5px;
}
.classification:last-of-type {
  margin-bottom: 0;
}
.classification.strictly__necessary {
  background: #ccd547;
}
.hidden__pc{
  display: none;
}
.service__table.hidden__sp img{
width: 20px;
}
.classification{
font-size: 16px;
}
.pos_sata_inner ul{
  display: flex;
  gap: 35px;
}
.pos_sata_inner li{
  text-align: left;
  width: 33%;
}
.pos_sata_inner li h4{
  font-size: 18px;
  color: #004ea2;
  text-align: center;
  padding: 5px;
}
.pos_sata_inner li img{
  border: 1px solid #666;
}
.pos_sata_inner li p{
  margin: 5px;
}
.cms_body .p20px{
  font-size: 20px;
}
.pos_lsit_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.pos_lsit_01 li{
  background: #FFF;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: left;
  width: 48%;
}
.pos_lsit_01 li img{
  display: block;
  margin: 0 auto;
}
.pos_lsit_01 li h4{
  font-size: 20px;
  border-left: 4px solid #004ea2;
  line-height: 1.2;
  padding-left: 15px;
  margin: 0 0 10px 0px;
}
.pos_lsit_01 li p{
  padding: 0;
}
.tokutyo_list li{
padding: 15px 0 0 0;

border-bottom: 1px dotted #4a4a4a;
}
.tokutyo_list h4{
font-size: 20px;
  padding-left: 15px;
  border-left: 4px solid #004ea2;
  line-height: 1.4;
  margin-bottom: 10px;
}
.top_line_block{
  border-top: 2px solid #002e72;
text-align: left;
padding: 20px;
margin-top: 40px;
}
a.matrixbtn{
  background: #004ea2;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 20px;
}
a.matrixbtn:hover{
  text-decoration: none;
  background: #0068d7;
}