@charset 'utf-8';

/*----------------------------------------------------
 base
----------------------------------------------------*/
html, body {
    width: 100%;
}

/*----------------------------------------------------
 reset
----------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;padding:0;border:0;outline:0;
    font-size:inherit;font-weight:inherit;
    vertical-align:baseline;background:transparent;
}
article,aside,details,figcaption,figure,footer,header,
hgroup,menu,nav,section,main,summary{
    display:block;
}

/*----------------------------------------------------
 base
----------------------------------------------------*/
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    
}
body {
    font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",
    Meiryo,YuGothic,"游ゴシック","Hiragino Kaku Gothic Pro",Osaka,
    "ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.6;
    font-size: 14px;
    color: #000000; 
    word-wrap: break-word;
    width: 100%;
    margin:0;
    padding:0;
}
.clear {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content:"";
    display:block;
    height:0;
    clear:both;
    overflow: hidden;
}
a {
    margin: 0;
    color:#505050;
    text-decoration: none;
    outline: 0;
}
a:hover {
    color:#666;
    text-decoration: underline;
    outline: 0;
}
img {
    outline: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}
a:hover img.trans,
a.trans:hover {
    cursor: pointer;
    opacity:0.7;
    filter:alpha(opacity=70);
}
a :hover {
    opacity:0.7;
    filter:alpha(opacity=70);
}
ul, ol {
    list-style-type: none; 
    margin: 0;
    padding: 0;
    color: #505050;
}
/*----------------------------------------------------
common
----------------------------------------------------*/
.container{
    width: 980px;
    margin:0 auto;
    padding:0;
}

.fbolder{ font-weight: 600; }
.inblock{ display: inline-block; }
.tacenter{ text-align: center; }
.taleft{ text-align: left; }
.taright{ text-align: right; }

.pt80{ padding-top: 80px; }
.pb80{ padding-bottom: 80px; }
.pt60{ padding-top: 60px; }
.pb60{ padding-bottom: 60px; }
.pt50{ padding-top: 50px; }
.pb50{ padding-bottom: 50px; }
.pt40{ padding-top: 40px; }
.pb40{ padding-bottom: 40px; }
.pt30{ padding-top: 30px; }
.pb30{ padding-bottom: 30px; } 
.pt20{ padding-top: 20px; }
.pb20{ padding-bottom: 20px; }    
.pt10{ padding-top: 10px; }
.pb10{ padding-bottom: 10px; } 
.mb10{ margin-bottom: 10px !important; }

.fsize14{ font-size: 14px; }
.fsize15{ font-size: 15px; }
.fsize16{ font-size: 16px; }
.fsize17{ font-size: 17px; }
.fsize18{ font-size: 18px; }
.fsize19{ font-size: 19px; }
.fsize20{ font-size: 20px; }
.fsize21{ font-size: 21px; }
.fsize23{ font-size: 23px; }
.fsize24{ font-size: 24px; }

.lineht10{ line-height: 1.0; }
.lineht12{ line-height: 1.2; }
.lineht14{ line-height: 1.4; }
.lineht16{ line-height: 1.6; }
.lineht18{ line-height: 1.8; }
.lineht20{ line-height: 2.0; }

.whitecolor{ color: #fff;}
.yellowcolor{ color: #f6e105;}
.redcolor{ color: #d60000;}
.pinkcolor{ color: #ff338e;}

.redobi{ background: #e5002d;}
.greenobi{ background: #83ea00;}

@media screen and (max-width:639px) { }

/* 共通 */
#header{
    width:100%;
    background:#e5002d;
}
#header h1{
    position: relative;
    width:100%;
    height: 84px;
    margin:0;
    padding:0;
    text-align: left;
}
#header h1 .titlelogo{
    width:155px;
    height: auto;
    padding:20px 0 16px;
}
#header h1 span{
    position: absolute;
    right:0;
    top:32px;
    color:#fff;
}
#item0{
    width:100%;
    height: 656px;
    background: url(../img/top_bg.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    padding:0;
}
@media screen and (max-width:1400px) {
    #item0{
        width:100%;
        height: 656px;
        background: url("../img/top_bg.jpg") no-repeat;
        background-position: 50% 50%;
        background-size: auto 656px;
        padding:0;
    }
}
#item0 .container{
    position: relative;
    width:980px;
    height: 656px;
}
#item0 .item0_1{
    position: absolute;
    top:31px;
    left:0;
    width:704px;
    height: 170px;
}
#item0 .item0_2{
    position: absolute;
    top:90px;
    right:-95px;
    width:1069px;
    height: auto;
}
#item0 .topp{
    position: absolute;
    top:540px;
    left:90px;
}
#item1{
    width:100%;
    background: url(../img/bg1.png) repeat;
    text-align: center;
}
#item1 .item1_1{
    width:720px;
    height: auto;
    margin:0 auto;
    padding:55px 0 30px;
}
#item1 .item1_1{
    width:720px;
    height: auto;
    margin:55px auto 20px;
    padding:0;
}
#item1 .item1area{
    text-align: center;
    padding-bottom: 15px;
}
#item1 .item1_2{
    width:299px;
    height: auto;
    margin:0;
    padding:0;
}
#item2{
    width:100%;
    background: url(../img/bg2.png) repeat;
    text-align: center;
}
#item2 .item2area{
    margin-top: 322px;    
    background: #fff0a2;
}
#item2 .item2_1{    
    width:980px;
    height: auto;
    margin-top:-285px;
    padding:0;
}
#item2 .item2_2{    
    width:980px;
    height: auto;
    margin-top:0 auto;
    padding:25px 0 36px;
}
#item2 .item2_3{    
    width:934px;
    height: auto;
    margin-top:0 auto;
    padding:0;
}
#item3{
    width:100%;
    background: url(../img/bg3.png) repeat;
    text-align: center;
}
#item3 .item3_1{    
    width:980px;
    height: auto;
    margin: 0 auto;
    padding:0;
}
#item3 .item3_2{    
    width:268px;
    height: auto;
    margin: 0 auto;
    padding:0;
}
#item3 .item3area{
    width: 100%;
    height: 120px;   
    background: #f6e105;
    text-align: center;
}
#item3 .item3_3{    
    width:980px;
    height: auto;
    margin: -20px auto 0;
    padding:0;
}
#item3 .item3_4{    
    width:155px;
    height: auto;
    margin: 0;
    padding:10px 0 0;
    vertical-align: baseline;
}
#item3 .item3_5{    
    width:299px;
    height: auto;
    margin: 0;
    padding:20px 0 0;
    vertical-align: baseline;
}
#item3 .txt1{    
    margin: -10px 0 0;
    padding:0 10px;
    vertical-align: middle;
}
#item3 .item3_6{    
    width:830px;
    height: auto;
    margin: 0;
    padding:20px 0 0;
    vertical-align: baseline;
}
#item4{
    width:100%;
    background: #f6e105;
    text-align: center;
}
#item4 .item4_1{    
    width:744px;
    height: auto;
    margin: 0 auto;
    padding:0;
}
#item4 .item4_2{ 
    margin: -10px auto;
    padding:20px 0 0;
    vertical-align: baseline;
}
#item4 .item4_3{ 
    margin: -5px 0;
    padding:20px 0 0;
    vertical-align: baseline;
}
#item4 .item4_4{ 
    margin: -15px auto;
    padding:25px 0 0;
    vertical-align: baseline;
}
#item4 .txt1{    
    margin: 0;
    padding:0 0px;
    vertical-align: baseline;
}
#item4 .txt2{    
    margin: 0;
    padding:10px 0px 30px;
    vertical-align: baseline;
}
#item5{
    width:100%;
    background: url(../img/bg5.png) no-repeat;
    background-size: 100% 100%;
}
#item5 .item5_1{    
    width:883px;
    height: auto;
    margin: 0 auto;
    padding:95px 0 90px;
}
#item6{
    width:100%;
    background: url(../img/bg6.png) repeat;
    text-align: center;
    padding:262px 0 0;
}
#item6 .item6area{
    border:8px solid #000;
}
#item6 .item6_1{    
    width:513px;
    height: auto;
    margin-top:-245px;
    padding:0;
}
#item6 .item6area .subarea{
    width:886px;
    margin:-30px auto 0;
    padding:0;
}
#item6 .item6_2{    
    width:100%;
    height: auto;
    margin:0;
    padding:10px 0 15px;
}
#item6 .item6_3{    
    width:67px;
    height: auto;
    margin:0 auto;
    padding:0;
}
#item6 .item6_4{    
    width:100%;
    height: auto;
    margin:0;
    padding:0;
}
#item6 .item6_5{    
    width:675px;
    height: 27px;
    margin:0;
    padding:0 0 10px;
}
#item7{
    width:100%;
    background: url(../img/bg7.png) repeat;
    text-align: center;
    padding:0;
}
#item7 .item7_1{    
    width:918px;
    height: auto;
    margin:0 auto;
    padding: 95px 0 40px;
}
#item7 .item7_2{    
    width:440px;
    height: auto;
    margin:0 auto;
    padding: 120px 0 40px;
}
#item8{
    width:100%;
    background: #fff;
    text-align: center;
    padding:0 0 90px;
}
#item8 .item8_1{    
    width:910px;
    height: auto;
    margin:0 auto;
    padding: 65px 0 40px;
}
#item8 .item8_2{
    width: 182px;    
    height: 205px;
    margin:0 ;
    padding: 0;
}
#item8 section{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#item8 ol{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.list-process > li {
  position: relative;
  display: inline-block;
  position: relative;
  margin-left: .25%;
  width: 23%; }
  /*@media only screen and (max-width: 979px) {
    .list-process > li {
      display: block;
      width: 100%;
      margin: 0 0 20px; } }*/
  .list-process > li h3 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px; }
  .list-process > li .content {
    height: 273px;
    width: 100%;
    padding: 30px 0 10px 20px;
    box-sizing: border-box; }
    /*@media only screen and (max-width: 979px) {
      .list-process > li .content {
        padding: 20px;
        height: auto; } }*/
  .list-process > li img {
    display: block;
    margin: 0 auto; }
  .list-process > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 54px;
    height: 274px;
    bottom: -1px;
    left: 99%;
    z-index: 2; }
    /*@media only screen and (max-width: 979px) {
      .list-process > li:after {
        content: none; } }*/
  .list-process > li:first-child {
    margin-left: 0; }
    .list-process > li:first-child h3, .list-process > li:first-child .content {
      background-color: #162e59; }
    .list-process > li:first-child:after {
      background: url("../img/bg-arrow-01.png") 0 0 no-repeat; }
  .list-process > li:nth-child(2) h3, .list-process > li:nth-child(2) .content {
    background-color: #024d87; }
  .list-process > li:nth-child(2):after {
    background: url("../img/bg-arrow-02.png") 0 0 no-repeat; }
  .list-process > li:nth-child(3) h3, .list-process > li:nth-child(3) .content {
    background-color: #055c31; }
  .list-process > li:nth-child(3):after {
    background: url("../img/bg-arrow-03.png") 0 0 no-repeat; }
  .list-process > li:nth-child(4) h3, .list-process > li:nth-child(4) .content {
    background-color: #cace22; }
  .list-process > li:nth-child(4):after {
    background: url("../img/bg-arrow-04.png") 0 0 no-repeat; }

#item8 table{
    width:100%;
    border-spacing: 10px;
    border:0;
    margin:50px 0 0;
}
#item8 th{
    width: 146px;
    text-align: center;
    vertical-align: middle;
    padding:5px 0;
    font-size:14px;
    font-weight: 600;
    line-height: 1.6;
    color:#fff;
}
#item8 .th_bg1{ background: #152d56; }
#item8 .th_bg2{ background: #004a80; }
#item8 .th_bg3{ background: #035a30; }
#item8 td{
    text-align: left;
    vertical-align: middle;
    padding:5px 0;
    font-size:20px;
    font-weight: 600;
    line-height: 1.8;
}
#item8 .item8_6{
    width: 142px;    
    height: auto;
    margin:0 auto;
    padding: 0;
}
#item8 .item8_7{
    width: 975px;    
    height: auto;
    margin:0 auto;
    padding: 0;
}
#item9{
    width:100%;
    text-align: center;
    padding:0;
    background:#fff;        
}
#item9 .topobi{
    background: #00d900; /* Old browsers */
    background: -moz-linear-gradient(left, #00d900 0%, #00a800 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00d900 0%,#00a800 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00d900 0%,#00a800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d900', endColorstr='#00a800',GradientType=1 ); /* IE6-9 */
    margin:0;
    padding:0;
    width:100%;
    height: 12px;
}
#item9 .item9_1{
    width:900px;
    height: auto;
    margin:0 auto;
    padding: 85px 0 60px;
}
#item9 .item9_2{
    width:304px;
    height: auto;
    margin:0 auto;
    padding: 0px 0 10px;
}
#item9 .item9step1{
    width:910px;
    height: 188px;
    margin:0 auto;
    padding:0;
    background: url(../img/item9_9.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#item9 .item9_3{
    position: absolute;
    top:50px;
    left:130px;
    width:266px;
    height: auto;
    margin:0;
    padding: 0;
}
#item9 .item9_4{
    position: absolute;
    top:57px;
    left:422px;
    width:311px;
    height: auto;
    margin:0;
    padding: 0;
}
#item9 .item9_5{
    width:862px;
    height: auto;
    margin:0 auto;
    padding: 0 0 55px;
}
#item9 .item9_6{
    width:147px;
    height: auto;
    margin:0 auto;
    padding: 40px 0 0;
}
#item9 .item9_7{
    width:304px;
    height: auto;
    margin:-10px auto 0;
    padding: 0 0 10px;
}
#item9 .item9_8{
    width:726px;
    height: auto;
    margin:0 auto;
    padding: 0;
}
#item9 .item9_10{
    width:812px;
    height: auto;
    margin:0 auto;
    padding: 90px 0 50px;
}
#contact{
    background-color: #162e59;
    padding: 50px 0 30px;
}
#contact .ctttl{
    text-align: center;
    color: #fff;
    background-color: #162e59;
    font-size: 30px;
    font-weight: 600;
    padding: 16px 2% 10px;
    margin-bottom: 42px;
    letter-spacing: .1em;
}
#contact .cttbl{
    margin: 0 auto 50px;
    max-width: 98%;
    border-collapse: collapse;
    border-spacing: 0;
}
#contact .cttbl th {
    background-color: #aeaeaf;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    border-bottom: #727171 1px solid;
    padding: 10px 20px;
    max-width: 100%;
    box-sizing: border-box;    
    vertical-align: middle;
}
#contact .cttbl td {
    border-bottom: #727171 1px solid;
    padding: 10px;
    width: 790px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #fff;
    color: #505050;
    text-align: left;
}
#contact .cttbl input {
    line-height: normal;
    margin:0;
}
#contact .cttbl input[type="text"] {
    border: 1px solid #333;
    font-size: 18px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 550px;
    max-width: 98%;
}
#contact .cttbl label {
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
    font-weight: bold;
}
#contact .cttbl label input[type="radio"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
#contact .cttbl input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#contact .cttbl textarea {
    border: 1px solid #333;
    box-sizing: border-box;
    width: 550px;
    max-width: 98%;
    font-size: 16px;
    overflow: auto;
    padding:10px;
}
#contact .cttbl td .sub {
    background-color: #aeaeaf;
    color: #fff;
    font-size: 19px;
    line-height: 1.4;
    display: inline-block;
    padding: 0 10px;
    position: relative;
    left: -70px;
}
#contact .cttbl td .must {
    background-color: #c81126;
}
#contact .txt-checkbox {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin:30px 0 20px;
}
#contact .txt-checkbox label {
    font-size: 18px;
    color: #fff;
}
#contact .link-btn {
    text-align: center;
    max-width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
#contact .btn-submit {
    width: 822px;
    height: 100px;
    max-width: 98%;
    background: #78a433;
    background: -moz-linear-gradient(top, #78a433 0%, #679126 100%);
    background: -webkit-linear-gradient(top, #78a433 0%, #679126 100%);
    background: linear-gradient(to bottom, #78a433 0%, #679126 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a433', endColorstr='#679126',GradientType=0 );
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    border-radius: 12px;
    line-height: 1.0;
}
#contact .txt-form-btn {
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: relative;
    margin:0 auto;
    padding: 20px 0 0;
}
#contact .text-danger{
    color:#fff;
    font-size:15px;
}
#namealert{ font-size: 14px;color:#d60000; display: none; }
#emailalert{ font-size: 14px;color:#d60000; display: none; }
#phonealert{ font-size: 14px;color:#d60000; display: none; }

.whiteback{
    width: 100%;    
    background:#fff;
    padding:80px 0 50px;
}
footer{
  width: 980px;
  max-width: 100%;
  margin: 0 auto;  
}
footer:before,footer:after{ content: " "; display: table; }
footer:after{ clear: both; }
footer {
    position: relative; }
    @media only screen and (max-width: 979px) {
    footer {
        padding: 0 2%;
        box-sizing: border-box;
        width: 100%; } }
    @media only screen and (max-width: 679px) {
    footer {
        margin-bottom: 20px; } }

.list-footer-nav {
  width: 45%; }
  @media only screen and (max-width: 679px) {
    .list-footer-nav {
      width: 98%;
      margin: 0 auto 30px; } }
  .list-footer-nav > li {
    border-left: 1px solid #595757;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 0 4px 10px;
    width: 46%;
    text-align: left;
    display: inline-block;
    box-sizing: border-box; }
    @media only screen and (max-width: 679px) {
      .list-footer-nav > li {
        width: 100%;
        padding: 20px 0 20px 4%; } }
    .list-footer-nav > li:first-child, .list-footer-nav > li:nth-child(2) {
      padding-bottom: 14px; }
      @media only screen and (max-width: 679px) {
        .list-footer-nav > li:first-child, .list-footer-nav > li:nth-child(2) {
          padding-bottom: 20px; } }
.img-footer-logo {
    position: absolute;
    right: 0;
    bottom: -4px;
}

@media screen and (max-width: 480px) {
    body {
        overflow: hidden;
    }

    #header {
        height: 180px;
    }

    .container {
        width: 100%;
        height: 100%;
    }

    #header h1 {
        height: 100%;
    }

    #header h1 .titlelogo {
        left: 5%;
        display: block;
        margin: 0 auto;
    }

    #header h1 span {
        width: 90%;
        position: relative;
        top: auto;
        display: block;
        margin: 0 auto;
    }

    #item0 {
        width: 100%;
        height: 260px;
    }

    #item0 .container {
        width: 100%;
        height: 100%;
    }

    #item0 .item0_1 {
        position: relative;
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    #item0 .item0_2 {
        position: relative;
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
        right: 0;
        top: 25px;
    }

    #item0 .topp {
        position: relative;
        width: 90vw;
        top: 30px;
        left: 10vw;
    }

    #item2 .item2_2 {
        position: relative;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    #item2 .item2_3 {
        position: relative;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    #item3 .item3_1 {
        position: relative;
        width: 90%;
        display: block;
    }

    #item3 .item3area {
        height: 60px;
    }

    #item3 .item3_3 {
        position: relative;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    #item3 .item3_6 {
        position: relative;
        width: 90%;
        display: block;
        margin: 0 auto;
        padding: 0;
    }

    #item4 .item4_1 {
        position: relative;
        width: 90%;
        display: block;
    }

    #item4 .item4_2 {
        position: relative;
        height: 30px;
        width: auto;
        display: block;
        margin: 0 auto;
    }

    #item4 .item4_3 {
        position: relative;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    #item4 .item4_4 {
        position: relative;
        height: 30px;
        width: auto;
    }

    #item5 .item5_1 {
        position: relative;
        width: 90%;
        display: block;
        padding: 65px 0 60px;
    }

    #item6 {
        padding: 30px 0 0;
    }

    #item6 img {
        width: 100%;
    }

    #item6 .item6_1 {
        position: relative;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    #item6 .item6area .subarea {
        width: 100%;
    }

    #item6 .item6_2 {
        position: relative;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    #item6 .item6_4 {
        position: relative;
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    #item6 .item6_5 {
        position: relative;
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    #item7 .item7_1 {
        position: relative;
        width: 90%;
        display: block;
        padding: 30px 0 20px;
    }

    #item7 .item7_2 {
        position: relative;
        width: 90%;
        display: block;
        padding: 30px 0 20px;
    }

    #item8 {
        padding: 0 0 30px;
    }

    #item8 .item8_1 {
        position: relative;
        width: 90%;
        display: block;
        padding: 30px 0 20px;
    }

    .list-process > li {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .list-process > li:after {
        display: none;
    }

    .list-process > li h3 {
        display: block;
        margin: 0 auto;
    }

    .list-process > li .content {
        padding: 30px 0 10px 0px;
    }

    #item8 .item8_7 {
        position: relative;
        width: 90%;
        display: block;
    }

    #item9 {
        width: 100%;
    }

    #item9 .item9_1 {
        width: 90%;
        display: block;
        padding: 30px 0 20px;
    }

    #item9 .item9_2 {
        width: 50%;
        display: block;
    }

    #item9 .item9step1 {
        width: 90%;
        display: block;
    }

    #item9 .item9_3 {
        width: 50%;
        display: block;
        left: 5%;
        top: 35%;
    }

    #item9 .item9_4 {
        width: 40%;
        display: block;
        left: 57.5%;
        top: 40%;
    }

    #item9 .item9_5 {
        width: 90%;
        display: block;
    }

    #item9 .item9_7 {
        width: 50%;
        display: block;
    }

    #item9 .item9_8 {
        width: 90%;
        display: block;
    }

    #item9 .item9_10 {
        width: 90%;
        display: block;
    }

    #contact {
        width: 100%;
    }

    #contact .cttbl input[type="text"] {
        width: 70vw;
    }

    #contact .cttbl textarea {
        width: 90%;
    }

    #contact .btn-submit {
        width: 90%;
    }

    .whiteback {
        padding: 30px 0 20px;
    }

    footer {
        width: 100%;
        height: 300px;
    }

    .list-footer-nav {
        margin: 0 auto 20px;
    }

    .list-footer-nav > li {
        text-align: center;
        border-right: 1px solid #595757;
    }

    .img-footer-logo {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    #contact .cttbl td .sub {
        position: absolute;
        left: 70%;
        margin-top: 3px;
    }
}