/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,iframe,object,video{height:auto;max-width:100%}audio{max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}
a:link, a:visited { text-decoration: none; }    a:hover, a:active  { text-decoration: none;}

body {
    text-align: center;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #FFFFFF;
    color: #333333;
    letter-spacing: 1px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    min-width: 960px;
    width:expression(document.body.clientWidth < 922? "920px" : "auto"); 
}

header {
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    box-shadow:0px 0px 15px -5px #000000;
    overflow: hidden;
    font-size: 15px;
    position: fixed;
    z-index: 999;
    margin: 0px;
    top: 0;
    min-width: 960px;
    width:expression(document.body.clientWidth < 922? "920px" : "auto"); 
}

li{
    list-style: none;
}

.clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

header h1{
    float: left;
    margin: 27px 0px 27px 27px;
}

header ul.menu{
    margin: 0px;
    height: 90px;
    float: right;
}

header ul.menu li{
    float: left;
    list-style: none;
    padding: 0px 40px;
}

header ul.menu li.current{
    padding-top: 37px;
    border-bottom:solid 6px #449ee8;
}

header ul.menu li a:hover{
    color: #449ee8;
}

header ul.menu li img{
    padding-bottom:19px;
    width: 18px;
    color: #449ee8;
}


.underline{
    position: relative;
    display: inline-block;
}

.underline:before,.underline:after{
  position: absolute;
  top: 84px;
  content: "";
  display: inline-block;
  width: 0;
  height: 6px; 
  background: #449ee8;
  transition: 0.3s;
}

.underline:before{
  left: 50%;
}

.underline.underline:after{
  right: 50%;
}

.underline:hover:before,
.underline:hover:after{
  width: 50%;
}

a{text-decoration: none;}

header ul.menu li a{
   color:#333; 
   display: block;
   height: 90px;
   padding-top: 30px;
}

header ul.menu li.menu_contact{
    padding:0px; 
    color: #fff;
    width: 180px;
    height: 90px;
    background: linear-gradient(-90deg, #258be1, #40abe4);
}

header ul.menu li.menu_contact a{
    color: #fff;
}

header ul.menu li.menu_contact a:hover{
    display: block;
    width: 180px;
    background: #64b1ee;
    opacity: 0.8;
}

.mv{
    margin: 0px auto;
    width: 100%;
    height:470px;
    text-align: center;
    background: url(../img/bg_mv.jpg) no-repeat center center;
    background-size:cover;
}

.mv p{
    color: #fff;
    font-size:60px;
    font-family: "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "メイリオ", sans-serif;
    text-shadow:0px 0px 18px #3faae4;
    letter-spacing: 3px;
    line-height: 1.4;
    padding-top: 150px;
}

.news{
    color:#fff;
    margin: 0px auto;
    height: 50px;
    background:#7d7d7d;
    text-align: center;
}

.news .inner{
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
    padding-left:37px;
    max-width: 1200px;
}

.news .inner h3{
    color: #fff;
    font-size: 15px;
    margin: 0px 70px 0px 0px;
    position: relative;
    float: left;
    font-weight: normal;
}
.news .inner h3:after{
    content: "|";
    color: #9b9b9b;
    position: absolute;
    right: -40px;
    top: -2px;
}

.news .inner .data{
    float: left;
    font-size:12px; 
}

.news .inner .title{
    float: left;
    margin-left: 30px; 
}

.news .inner .title a{
    color: #fff;
}


.rel{position: relative;}


.wrap{
    text-align: center;
    width: 960px;
    margin: 50px auto;
    line-height: 1.6;
}

.wrap .copy{
    font-size: 20px;
        font-weight: bold;
}

.wrap .copy_s{
    padding-top: 40px;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}

.wrap .contents{
    margin: 50px 0px;
}

.wrap .contents a{
   color:#fff; 
   display: block;
   height: 280px;
}

.wrap .contents a:hover{
    background: #64b1ee;
    opacity: 0.8;
}


.wrap .contents .list_l{
    float: left;
    background: linear-gradient(-90deg, #258be1, #40abe4);
    width: 465px;
    height: 280px;
    margin-bottom: 29px;
}

.wrap .contents .list_r{
    float: right;
    background: linear-gradient(-90deg, #258be1, #40abe4);
    width: 465px;
    height: 280px;
    margin-bottom: 29px;
}

.wrap .contents .list_text{
    color: #fff;
    font-size: 18px;
    float: left;
    margin:4px 0px 0px 195px;
}

.wrap .contents .arrow{
    float: right;
    padding: 15px 7px 0px 0px;
}

.wrap .contents .service　p{
    background: url(../img/ber.gif);
}

.map{
    text-align: center;
    width: 100%;
    height: 430px;
    overflow: hidden;
    background: #ccc;
    margin: 0px;
}


footer{
    margin: 0px auto;
    text-align: center;
    width: 100%;
    height: 200px;
    background: linear-gradient(-90deg, #258be1, #40abe4);
    min-width:960px;
    width:expression(document.body.clientWidth < 922? "960px" : "auto"); 
}

.ft_pagelist{
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.ft_pagelist ul{
    margin: 0px;
}

.ft_pagelist ul li{
    float: left;
    margin: 50px 50px 50px 0px;
    text-align: left;
}

.ft_pagelist ul li:last-child{
    margin-right:30px; 
}

.ft_pagelist ul li a{
    color: #fff;
}

.ft_pagelist ul li p{
    font-size:12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px; 
}

.line{
    margin:50px 0px 50px 0px; 
    float: left;
    width: 1px;
    border-left: 1px solid #fff; height:100px; 
    opacity: 0.5;
}

.adress{
    color: #fff;
    font-size: 13px;
    float: right;
    text-align: right;
    margin: 50px 37px 30px 0px;
}

.adress a{
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom:3px;
}

.copyright{
    width: 100%;
    height: 20px;
    padding:22px 0px; 
}

.copyright .cr_logo{
    float: right;
    padding-right: 37px;
}
.copyright .cr_logo img{
    width: 200px;
}

.copyright .cr_text{
    float: left;
    font-size: 11px;
    padding-left: 37px;
}

/*下層共通*/
.topicpath{
    text-align: center;
    margin: 0px auto;
    padding:0px; 
    background: #f4f4f4;
    width: 100%;
    height: 40px;
}
.topicpath .topiclist{
    font-size: 13px;
    text-align: left;
    padding: 10px 0px 0px 37px;
}

.topicpath .topiclist a{
    color: #258be1;
}

.tit_service h2{
    padding-top: 64px;
    font-size:30px;
    line-height: 1.2;
}

.tit_service h2 p{
    font-weight: normal;
    font-size: 14px;
}

.wrap .tit_l{
    padding: 10px 0px 0px;
    width: 960px;
    height: 40px;
    background: linear-gradient(-90deg, #258be1, #40abe4);
}

.wrap .tit_l:nth-child(n + 3) {
    margin-top: 40px;
}

#section1{
  margin-top : -90px;
  padding-top : 90px;
}
#section2{
  margin-top : -90px;
  padding-top : 90px;
}
#section3{
  margin-top : -90px;
  padding-top : 90px;
}
#section4{
  margin-top : -90px;
  padding-top : 90px;
}

.wrap .tit_l h3{
    margin:0px 0px 0px 15px;
    padding-left:15px;
    font-size:18px;
    font-weight: normal;
    color:#fff;
    text-align: left;
    border-left:solid 4px #fff;
}

.wrap .contents_h{
    width: 960px;
    margin-top: 30px;
}


/*service*/
.service header ul.menu li.current{
    color: #449ee8;
    padding-top: 30px;
    padding-bottom: 27px;
    border-bottom:solid 6px #449ee8;
}

.service header ul.menu li img{
    padding-top: 7px;
}

.service .tit_service{
    color: #fff;
    margin: 90px auto 0px;
    width: 100%;
    height: 180px;
    text-align: center;
    background: url(../img/bg_service.jpg) no-repeat center center;
    background-size:cover;
}

.service .wrap .contents_h .text{
    text-align: left;
    float: left;
    width: 460px;

}

.service .wrap .contents_h .ph{
    margin-left:25PX; 
    float: right;

}

/*company*/
.company header ul.menu li.current{
    color: #449ee8;
    padding-top: 30px;
    padding-bottom: 27px;
    border-bottom:solid 6px #449ee8;
}

.company header ul.menu li img{
    padding-top: 7px;
}

.company .tit_service{
    color: #fff;
    margin: 90px auto 0px;
    width: 100%;
    height: 180px;
    text-align: center;
    background: url(../img/bg_company.jpg) no-repeat center center;
    background-size:cover;
}

table.brwsr2 {
    margin: 0 auto;
    width: 960px;
    border: none;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-collapse: separate;
    border-spacing: 0px;
    background: #f5f5f5;
    text-align: left;
}
 
table.brwsr2 th {
    vertical-align: middle;
    height: 50px;
    width: 210px;
    margin: 0;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 30px;
}
 
table.brwsr2 td {
    padding: 0 0 0 30px;
    vertical-align: middle;
    width: 750px;
    background-color: #fff;
}
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #ccc;
}
table.brwsr2 td.data{
     padding: 15px 0px 15px 30px; 
}

table.brwsr2 td.data p{
    margin:0px;
    padding-top:5px;  
    font-weight: bold;
}

.company .wrap .contents_h .text{
    text-align: left;
    float: right;
    width: 645px;

}

.company .wrap .contents_h .text .ceo_name{
    float: right;
    font-size:15px;
    font-weight: bold;
    padding-top: 45px;
    text-align: right;
    line-height: 0.3;
}

.company .wrap .contents_h .text .ceo_name p{
    padding:0px; 
    font-size:24px;
}

.company .wrap .contents_h .ph{
    float: left;
    width: 280px;
}

.company .wrap .contents_h .access_map{
    text-align: left;
    margin-bottom: 28px;
}

/*policy*/
.policy .tit_service{
    color: #fff;
    margin: 90px auto 0px;
    width: 100%;
    height: 180px;
    text-align: center;
    background: url(../img/bg_policy.jpg) no-repeat center center;
    background-size:cover;
}

.policy .wrap .copy_s{
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    padding: 0px;
    margin-bottom:40px;
}

.policy .wrap .contents_h .text{
    text-align: left;
    width: 960px;
}

.policy .wrap .contents_h .text a{
    color:#449ee8;
}

.policy .wrap .contents_h .text ul{
    padding-left: 18px;
    margin:30px 0px 0px; 
    text-indent:-1em;
}

.policy header ul.menu li img{
    padding-top: 7px;
}


.policy .wrap .contents_h .text ul li{
    padding-left: 13px;
}

.policy .wrap .contents_h .text ul:nth-child(n + 2) {
    margin-top:10px; 
    padding-left: 18px;
    text-indent:-1em;
  /* css指定 */
}

/*contact*/
.contact header ul.menu li img{
    padding-top: 7px;
}

.contact .tit_service{
    color: #fff;
    margin: 90px auto 0px;
    width: 100%;
    height: 180px;
    text-align: center;
    background: url(../img/bg_contact.jpg) no-repeat center center;
    background-size:cover;
}

.contact .wrap{
    margin-top:50px;
    text-align-last: left;
}

.contact .wrap .text{
    margin-top: 20px;
}

