@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul ul,
ul ol,
ol ul,
ol ol,
table ul,
table ol {
    margin-bottom:0;
}
table th {
    font-weight:normal;
    text-align:left;
}
img {
    border:0;
    vertical-align:bottom;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
/* base style
----------------------------------------------------------------------------------------------*/
html {
    overflow-y:scroll;
    min-height:100%;
    height:100%;
}
body {
    -webkit-text-size-adjust: 100%;
    min-height:100%;
    position: relative;
    background: #fff;
    color: #272727;
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
a {
    color: #131313;
    text-decoration: none;
    transition: all 0.2s ease;
}
a:hover {
    color: #099ee3;
    text-decoration: underline;
}

.inner{
    width: 980px;
    margin: 0 auto;
}
.inner1000{
    width: 1000px;
    margin: 0 auto;
}
.inner1100{
    width: 1100px;
    margin: 0 auto;
}
.bloginner{
	width: 1170px;
    margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
@media screen and (max-width: 480px) {
    .mediaPC {
        display: none !important;
    }
    .br-sp { display:block; }

}
@media screen and (min-width: 481px) {
    .mediaSP {
        display: none !important;
    }
    .br-sp { display:none; }
}
.tac{text-align: center;}

/* txt
----------------------------------------------------------------------------------------------*/
.txt_red{
    color: red;
}
.txt_bold{
    font-weight: bold;
}

/* btn
----------------------------------------------------------------------------------------------*/
.button{}
.button:hover{
    text-decoration: none;
}
.underbtn{}

.btn_A{
    display: inline-block;
    padding: 10px 16px;
    color: #272727;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    height: 20px;
    font-size: 15px;
    border: 1px solid #272727;
}
.btn_B{
    position: relative;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    border-radius: 9px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}
.btn_B:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn_C{
    position: relative;
    padding: 10px 0;
    text-decoration: none;
    color: #FFF;
    border-radius: 23px;
    width: 250px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    font-size: 15px;
    margin: 0 auto;
}
.btn_C:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn_B:hover,.btn_C:hover{
    opacity: 0.9;
}
.dl_btn{}
.event_btn{
    background: #cb3d4b;/*背景色*/
    border-bottom: solid 3px #8c3646;/*少し濃い目の色に*/
}
.event_btn:active{
    border-bottom: solid 3px #cb3d4b;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.event_btn span:before{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 35px;
    height: 35px;
    content: '';
    background: url(../images/icon/event_wh_icon.png) left top no-repeat;
}
.eventmore_btn{
    background: #cb3d4b;/*背景色*/
    border-bottom: solid 3px #8c3646;/*少し濃い目の色に*/
}
.eventmore_btn:active{
    border-bottom: solid 3px #cb3d4b;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.tana_btn{
    background: #00898b;/*背景色*/
    border-bottom: solid 3px #175e5f;/*少し濃い目の色に*/
}
.tana_btn:active{
    border-bottom: solid 3px #00898b;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.tana_btn span:before{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 35px;
    height: 35px;
    content: '';
    background: url(../images/icon/tana_wh_icon.png) left top no-repeat;
}
.tanamore_btn{
    background: #00898b;/*背景色*/
    border-bottom: solid 3px #175e5f;/*少し濃い目の色に*/
}
.tanamore_btn:active{
    border-bottom: solid 3px #00898b;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn_box-shadow{
    box-shadow: 2px 3px 5px #6a6969;
}


.A_button span:after{
    position: absolute;
    top: 8px;
    right: 0px;
    display: block;
    width: 10px;
    height: 12px;
    content: '';
    background: url(../images/btn/btnend.png) right top no-repeat;
}
.A02_button span:after{
    top: 18px;
}
.arrowR span:after{
    position: absolute;
    top: 30%;
    right: 0px;
    display: block;
    width: 10px;
    height: 12px;
    content: '';
    background: url(../images/icon/f105.png) right top no-repeat;
}
.side_dl_btn span:before{
    position: absolute;
    top: -4px;
    left: 0px;
    display: block;
    width: 26px;
    height: 25px;
    content: '';
    background: url(../images/btn/dl_btn.png) left top no-repeat;
}
.A_button{
    width: 250px;
    border-radius: 4px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 17px;
}
.B_button{
    border: 2px solid #272727;
    border-radius: 3px;
    padding: 15px;
    color: #272727;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 17px;
    cursor: pointer;
}
.C_button{
    border: 2px solid #fabb4c;
    border-radius: 3px;
    padding: 15px;
    color: #fabb4c;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 17px;
    cursor: pointer;
}
.D_button{
    border: 2px solid #272727;
    border-radius: 3px;
    padding: 15px;
    color: #272727;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 17px;
    cursor: pointer;
}

.side_dl_btn{
    width: 210px;
    border-radius: 4px;
    display: inline-block;
    padding: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}
.A_button span{
    position: relative;
    display: inline-block;
    padding-right: 28px;
    width: 205px;
}
.B_button span{
    position: relative;
    display: inline-block;
}
.B_button:hover{
    background: #272727;
}
.B_button:hover span{
    color: #fff;
}
.C_button span{
    position: relative;
    display: inline-block;
    color: #fabb4c;
}
.C_button:hover{
    background: #fabb4c;
}
.C_button:hover span{
    color: #272727;
}
.D_button span{
    position: relative;
    display: inline-block;
}
.D_button:hover{
    background: #272727;
}
.D_button:hover span{
    color: #fff;
}
.G_button{
    display: inline-block;
    padding: 6px 20px;
    border: none;
    border-radius: 3px;
    background: #a1a4a6;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    outline: none;
}
.G_button:hover{
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
}
.side_dl_btn span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-size: 15px;
}
.btn_mintxt{
    font-size: 13px;
    font-weight: normal;
}

.TInquiry_btn{ background-color: #ff9a00;}
.TInquiry_btn:hover{ background-color: #ffc500;}
.Tsarvise_btn{ background-color: #2c8ec4;}
.Tsarvise_btn:hover{ background-color: #35a7e6;}
.Tcust_btn{ background-color: #de666e;}
.Tcust_btn:hover{ background-color: #f28c93;}
/*.Tdl_btn{ background-color: #249e6d;}
.Tdl_btn:hover{ background-color: #35d394;}*/
.Tdl_btn_br{ background-color: #249e6d;}
.Tdl_btn_br:hover{ background-color: #35d394;}
.dlform_btn{
    border: 1px solid #333;
    color: #333;
}
.dlform_btn:hover{ background-color: #333;}
.conf_btn{
    width: 250px;
    border-radius: 4px;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #333333;
}
.conf_btn:hover{
    color: #333 !important;
}
.dllist_btn{
    width: 250px;
    border-radius: 4px;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    background: #333;
    border: 1px solid #333333;
    color: #fff;
}
.btnListA01 .dl_btn{
    margin: 0 auto;
}
.cont_btn span,.Tdl_btn span{
    position: relative;
    display: inline-block;
    width: 290px;
    text-align: left;
    line-height: 80px;
}
.contbtn .Inquiry_btn{
    width: 360px;
    background-color: #ff9a00;
    border-radius: 4px;
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 20px;
}
.contbtn .Inquiry_btn:hover{
    background-color: #ffc500;
}
.contbtn .Inquiry_btn span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-top: 2px;
}
.contbtn .Inquiry_btn span:before{
    position: absolute;
    left: 0px;
    display: block;
    width: 26px;
    height: 26px;
    content: '';
    background: url(../images/btn/Inquiry_btn.png) left top no-repeat;
}
.contbtn .dl_btn{
    width: 360px;
    background-color: #249e6d;
    border-radius: 4px;
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 20px;
}
.contbtn .dl_btn:hover{
    background-color: #35d394;
}
.contbtn .dl_btn span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-top: 2px;
}
.contbtn .dl_btn span:before{
    position: absolute;
    left: 0px;
    display: block;
    width: 26px;
    height: 25px;
    content: '';
    background: url(../images/btn/dl_btn.png) left top no-repeat;
}
/*.arrowR:after{
    position: absolute;
    top: 50%;
    right: 20px;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    transform: translateY(-55%);
}*/
.DLicon{
    position: relative;
    display: inline-block;
    padding: 0 0 0 33px;
}
.DLicon:before{
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 23px;
    height: 20px;
    content: '';
    background: url(../images/icon/ico_dl_01.png) no-repeat left top;
    transform: translateY(-10px);
}
.btnListA01{
    text-align: center;
}
.btnListA01 a{
    margin: 0 auto;
}
.btnListA01 a:hover{
    color: #FFF;
}
.btnListA01 li{
    display: inline-block;
}
.btnListA01 li:nth-child(2){
    margin-left: 20px;
}


/* header
----------------------------------------------------------------------------------------------*/
#globalheader{
    position: fixed;
    z-index: 100;
    background: #fff;
    width: 100%;
    box-shadow: 0px 1px 5px #bcbbbb;
}
.topBar{
    line-height: 1;
    padding: 15px 0;
}
.topBar h1{}
.topBar img{
    float: left;
    width: 110px;
}
.topBar img.long{
  width: 289px;
}
.topBar .logotit{
    font-size: 14px;
    color: #6a6a67;
    line-height: 2.8em;
    padding-left: 15px;
}
.topBar .tell{
    margin-left: 20px;
    display: inline-block;
}
.topBar .tell .tell_01{
    font-size: 13px;
}
.topBar .tell .tell_02{
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}
.topBar .tell .tell_03{
    font-size: 11px;
}
#globalheader02 .topBar .tell{
    margin-left: 13px;
    display: inline-block;
}
#globalheader02 .topBar .tell div{
    display: inline-block;
}
#globalheader02 .topBar .tell .tell_01{
    font-size: 11px;
}
#globalheader02 .topBar .tell .tell_02{
    font-size: 21px;
    font-weight: 700;
}
#globalheader02 .topBar .tell .tell_03{
    font-size: 11px;
    display: inline-block;
}


.topbtn{
    float: right;
    margin: 5px auto;
}
.topbtn li{
    float: left;
    margin: 0 10px;
}
.topbtn .Inquiry_btn{
    display: inline-block;
    padding: 10px 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    height: 20px;
    font-size: 15px;
}
.topbtn .Inquiry_btn span{
    position: relative;
    display: inline-block;
    padding-left: 33px;
    margin-top: 2px;
}
.topbtn .Inquiry_btn span:before{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 26px;
    height: 26px;
    content: '';
    background: url(../images/icon/Inquiry_h_icon.png) left top no-repeat;
}

.topbtn .dl_btn span{
    position: relative;
    display: inline-block;
    padding-left: 33px;
    margin-top: 2px;
}
.topbtn .dl_btn span:before{
    position: absolute;
    top: -1px;
    left: 0px;
    display: block;
    width: 26px;
    height: 25px;
    content: '';
    background: url(../images/icon/dl_h_icon.png) left top no-repeat;
}

.globalNav{
    font-size: 14px;
    line-height: 1;
    background-color: #ededed;
    border-top: 2px solid #d2d2d2;
}
.globalNav .navMenu{
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.globalNav .navMenu li{
    float: left;
    /*margin: 0 10px;*/
    flex-grow: 1;
}
.globalNav .navMenu li a{
    font-weight: 500;
    display: block;
    text-align: center;
    box-sizing: border-box;
    height: 53px;
    padding: 0 3px;
    line-height: 53px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
.globalNav .navMenu li a:hover{
    border-bottom: 3px solid #00898b;
    color: #272727;
}

#globalheader02{
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #ededed;
    height: 82px;
    box-shadow: 0px 1px 5px #bcbbbb;
}
#globalheader02 .topBar{
    padding: 15px 0 0;
}
#globalheader02 .globalNav{
    border-top:none;
    display: inline-block;
    width: 87%;
}
#globalheader02 .globalNav .navMenu{
    width: 100%;
    margin-left: 5px;
}
#globalheader02 .globalNav .navMenu li{
    float: left;
    font-size: 13px;
    /*margin: 0px 6px 0;*/
}
#globalheader02 .globalNav .navMenu li a{
    font-weight: 500;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 0 3px;
    height: auto;
    line-height: 2.5em;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
#globalheader02 .topbtn{
    float: right;
    margin: 0px auto;
}
#globalheader02 .btn_A{
    display: inline-block;
    padding: 3px 16px;
    color: #272727;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    height: 20px;
    font-size: 13px;
    border: 1px solid #272727;
}

/* footer
----------------------------------------------------------------------------------------------*/
#globalfooter{
    background: #333;
    color: #fff;
}
#globalfooter .footer_Box{
    padding: 15px 0;
}
#globalfooter .footer_Box p{
    line-height: 1.8em;
}
#globalfooter .footer_Box ul{
    line-height: 1.8em;
    text-indent: 1em;
}
#globalfooter .footer_Box li{
    float: left;
    margin-right: 7px;
}
#globalfooter .footer_Box a{
    color: #fff;
}
#globalfooter .footer_Box a:hover{}
.Copyright {
    text-align: center;
    font-size: 13px;
    line-height: 2em;
}

/* main
----------------------------------------------------------------------------------------------*/
.main{
    background: url(../images/main_bg.png) no-repeat center top;
    background-size: cover;
    height: 375px;
    position: relative;
    padding-top: 137px;
}
.main .inner{
    padding: 35px;
}
.main .tit_group{
    padding: 25px 30px;
    background: rgba(255,255,255,0.7);
    display: block;
    width: 400px;
    text-align: center;
}
.main .subtit{
    font-size: 20px;
}
.main .subtit span{
    font-weight: bold;
}
.main h1{}
.main p img{
    width: 400px;
}
.main .mainbtn{
    margin-top: 20px;
}
.main .mainbtn li{
    width: 280px;
    font-size: 20px;
    padding: 10px;
    margin: 0 auto 10px;
}
.main .mainbtn li span{
    position: relative;
    display: inline-block;
    padding-left: 55px;
    width: 235px;
    text-align: left;
}

/* submain
----------------------------------------------------------------------------------------------*/
.submain{
    height: 280px;
}
.submain .inner{
    position: relative;
}
.submain h1{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    /*text-shadow: 0px 0px 40px #6a6969;*/
    line-height: 1.3em;
    text-align: center;
}
.submain p{
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    /*text-shadow: 0px 0px 10px #6a6969;*/
}
.submain .submaintxt_img{}


.topicPath{
    padding: 5px 0px;
    padding-top: 87px;
}
.topicPath li{
    float: left;
    font-size: 13px;
    color: #6e6d6d;
}
.topicPath a{
    color: #6e6d6d;
}
.topicPath li span{
    margin: 0 10px;
}

/* top
----------------------------------------------------------------------------------------------*/
#content{
    width: 100%;
    margin: 0 auto 0;
}
#content .A_button{
    margin: 0 auto;
    width: 350px;
    display: block;
}
#content .A_button span{
    width: 300px;
}
#content .B_button{
    margin: 0 auto;
    width: 300px;
    display: block;
}
#content .B_button span{
    width: 250px;
}
#content .C_button{
    margin: 0 auto;
    width: 300px;
    display: block;
}
#content .C_button span{
    width: 250px;
}
#content .D_button{
    margin: 0 auto;
    width: 430px;
    display: block;
}
#content .D_button span{
    width: 390px;
}

.agenda01{
    padding: 80px 0;
    font-size: 17px;
}
.agenda02{
    padding: 40px 0;
    font-size: 17px;
}
.agenda03{
    padding: 40px 0 0;
    font-size: 17px;
}
.agenda_subtxt{
    margin-bottom: 20px;
    font-weight: 200;
    text-align: center;
}
.content_title{
    text-align: center;
    margin-bottom: 40px;
}
.content_title h1{
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.content_title h2{
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.content_title p{
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.icon01,.icon02,.icon03{
    position: relative;
}
.content_title .icon01 span:before{
    position: absolute;
    top: 0px;
    left: 270px;
    display: block;
    width: 35px;
    height: 35px;
    content: '';
    background: url(../images/icon/works_icon.png) left top no-repeat;
}
.content_title .icon02 span:before{
    position: absolute;
    top: 0px;
    left: 260px;
    display: block;
    width: 50px;
    height: 31px;
    content: '';
    background: url(../images/icon/blog_org_icon.png) left top no-repeat;
}
.content_title .icon03 span:before{
    position: absolute;
    top: 0px;
    left: 190px;
    display: block;
    width: 35px;
    height: 41px;
    content: '';
    background: url(../images/icon/promenu_icon.png) left top no-repeat;
}
.agenda01 .content_title .title_under{
    border-bottom: 2px solid;
    width: 100px;
    margin: 0 auto;
}
.bg_gray .content_title, .bg_gray .agenda_subtxt{
    color: #fff;
}
.agenda02 .plan_Box{
    height: 190px;
}
.agenda02 .plan_Box .plan_List{
    float: left;
    width: 48%;
    height: 190px;
    background: #fff;
    text-align: center;
}
.agenda02 .plan_Box .plan_List:hover{
    border: 2px solid #099ee3;
    width: 47.5%;
}
.agenda02 .plan_Box .plan_List:hover .plan_txtbox img{
    opacity: 0.9;
}
.agenda02 .plan_Box .plan_List:nth-child(1){
    margin-right: 39px;
}
.agenda02 .plan_Box .plan_List a{
    width: 100%;
}
.agenda02 .plan_Box .plan_List a:hover{
    text-decoration: none;
}
.agenda02 .plan_Box .plan_List .plan_txtbox{
    margin: 20px;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox{
    display: inline-block;
    width: 300px;
    vertical-align: middle;
    text-align: left;
}
.agenda02 .plan_Box .plan_List .plan_txtbox img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox .plan_tit{
    font-size: 28px;
    margin: 0px auto 10px;
    text-align: left;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox .plan_tit span{
    font-size: 14px;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox .plan_txt{}
.Plist01{}
.Plist02{}
.Plist03{}

.Consideration_Box{
    background: url(../images/Con_bg.png) no-repeat center top;
    height: 440px;
    margin-bottom: 30px;
}
.Consideration_Box .checkList01{
    padding: 30px 0px 20px;
    text-align: center;
}
.Consideration_Box .checkList01 li{}
.Consideration_Box p{
    font-size: 22px;
    font-weight: bold;
    color: #060606;
    margin-left: 180px;
}
.Con_txt{
    text-align: center;
    margin-bottom: 35px;
}
.Con_txt p{
    margin-bottom: 10px;
    font-size: 18px;
}

.standard_group{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.standard_group .standard_Box{
    color: #0d6144;
    float: left;
    border: 3px solid;
    border-radius: 5px;
    padding: 20px 60px;
    text-align: center;
    width: 340px;
}
.standard_group .standard_Box01{
    margin-right: 65px;
}
.standard_group .standard_Box .standard_tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
}
.standard_group .standard_Box .standard_List{
    margin: 15px auto 0;
}
.standard_group .standard_Box .standard_List p{
    border: 2px solid;
    border-radius: 3px;
    padding: 7px 0px;
    margin-bottom: 10px;
    font-weight: bold;
}

.download_Box{
    margin-bottom: 40px;
}
.download_Box .dl_box_img{
    float: left;
    margin-right: 30px;
    width: 440px;
}
.download_Box .dl_box_img img{
    margin-bottom: 10px;
    width: 440px;
}
.download_Box .dl_box_img .shop_img{}
.download_Box .dl_box_img .map_img{}
.download_Box .dl_txtBox{
    float: right;
    width: 52%;
}
.dl_txtBox_tit{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 20px;
}
.dl_txtBox_txt{
    margin-bottom: 10px;
/*    padding-left: 1em;
    text-indent: -1em;*/
}
.download_Box .dl_txtBox .dl_txtBox_txt .topwp_tit{
    color: #0671d0;
}
.Recommended_Box{
    background: #f6f4d7;
    padding: 30px 100px;
    margin-top: 70px;
    border: #ccc solid 5px;
    border-image: url(/images/border_line01.png) 14 14 round;
}
.Recommended_Box p{
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
    text-align: center;
}
.Recommended_Box .Recommended_List{
    margin: 0 80px;
}
.Recommended_Box .Recommended_List li{
    font-size: 18px;
}
.Recommended_Box .Recommended_List li span{
    color: #00898b;
    font-size: 25px;
    font-weight: 500;
    margin-right: 5px;
}
.can_List{
	text-align: center;
}
.can_List li{
    display: inline-block;
    width: 350px;
    background: #fff;
    padding: 20px 50px;
    text-align: center;
    box-shadow: 5px 5px 5px #4b4b4b;
}
.can_List li:nth-child(1){
    border-top: 5px solid #d1515e;
    margin-right: 75px;
}
.can_List li:nth-child(2){
    border-top: 5px solid #00898b;
}
.can_List li .can_title{}
.can_List li .can_title img{
    margin-right: 10px;
}
.can_List li .can_title h3{
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}
.can_List li .can_img{
    border-radius: 14px;
}
.can_List li .can_txt{
    text-align: left;
    margin: 15px auto;
}
.works_List{
	text-align: center;
}
.works_List li{
    vertical-align: top;
    width: 313px;
    display: inline-block;
}
.works_List li:nth-child(2){
    margin: 0 16px;
}
.works_List li p{
    font-weight: 500;
    color: #4b4a4a;
    font-size: 16px;
    text-align: left;
}
.works_List li img{}
.topblog_Box{
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    text-align: center;
}
.topblog_Box li{
    display: inline-block;
    width: 300px;
    vertical-align: top;
    background: #fff;
    box-shadow: 5px 5px 5px #4b4b4b;
}
.topblog_Box li:nth-child(2){
    margin: 0 25px;
}
.topblog_Box li a:hover{
    text-decoration: none;
}
.topblog_Box figure{
    margin: 10px auto 10px auto;
    width: 230px;
    height: 140px;
    overflow: hidden;
    position: relative;
}
.topblog_Box figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.topblog_Box .entryDate{
    margin: 0 auto 0.25em auto;
    width: 230px;
    color: #666666;
    font-size: 12px;
    text-align: left;
}
.topblog_Box .entryTitle{
    margin: 0 auto 1.25em auto;
    width: 230px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.35;
    text-align: left;
}
.topblog_Box .entryCate{
    margin: 0 auto 0.25em 0em;
}

/* blog
----------------------------------------------------------------------------------------------*/
.blog_main{
    background: url(/images/blog_title_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.blog_main > .inner{}
.blog_titBox{
    position: absolute;
    top: 95px;
    left: 15%;
    background: rgba(120, 124, 124, 0.66);
    padding: 20px 35px;
    text-align: center;
    width: 600px;
}
.blogdetail .inner{
	width: 1170px;
    margin: 0 auto;
}
.column_L{
    width: 68%;
    /*float: left;*/
    display: inline-block;
    margin-bottom: 40px;
}
.column_L .L_tit{
    font-size: 27px;
    border-bottom: 1px solid #848484;
}
.blog_content{}
.blog_content .blog_contList{
    margin: 30px 0;
    padding: 0 20px 30px;
    border-bottom: 1px solid #787676;
}
.blog_content .blog_contList .blog_IMG{
    float: left;
    padding: 3px;
    border: 1px solid #d0cccc;
    width: 252px;
}
.blog_content .blog_contList .blog_IMG img{
    max-width: 100%;
}
.blog_content .blog_contList .blogC_txtgroup{
    width: 55%;
    float: left;
    margin: 0px 0px 0px 20px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txtgroup_date{
    margin-bottom: 10px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txtgroup_date a{
    color: #fff;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txtgroup_date .blogC_date{
    float: left;
    color: #666666;
    font-size: 13px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txtgroup_date .blogC_btn{
    float: right;
    background: #5e5f5f;
    border-radius: 3px;
    padding: 3px 15px;
    font-size: 13px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txtgroup_date .blogC_btn:hover{
    background: #8e8e8e;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txt{
    font-size: 20px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txt02{
    font-size: 16px;
    margin-top: 10px;
}
.blog_content .blog_contList .blogC_txtgroup .blogC_txt a{
    color: #099ee3;
    text-decoration: underline;
}
.entryCateIcoB01 {
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    padding: 3px 18px 2px 18px;
    border: 1px solid #4fb2fa;
    background: #4fb2fa;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
.B_leadtxt{
    /*margin-top: 40px;*/
}

/* blog_detail
----------------------------------------------------------------------------------------------*/
.detail{
    border: 1px solid #e7e7e7;
    padding: 20px;
}
.blog_detail_tit{
    font-size: 32px;
    font-weight: bold;
    /*border-bottom: 1px solid #848484;*/
}
.blog_detail_date{
    margin: 10px 0 20px;
    color: #5e5f5f;
    font-size: 15px;
}
.blog_detail_mainIMG{
    width: 95%;
    margin: 0 auto 30px;
    display: table;
    border: 1px solid #d0cccc;
}
.blog_index{
    margin: 40px auto;
    background: #fafafa;
    border: 1px solid #cbcaca;
}
.blog_index .blog_index_tit{
    font-size: 25px;
    padding: 5px 0px 0px 0px;
    border-bottom: 1px solid #cbcaca;
    text-align: center;
    color: #333;
    margin: 0 auto;
}
.blog_index .blog_index_List{
    padding: 20px 30px;
}
.blog_index .blog_index_List ul {
    margin-left: 2em;
}
.blog_index .blog_index_List ul .bs_subtit {
    list-style-type: disc;
    line-height: 1.6em;
    color: #929292;
    /*padding-left: 1em;*/
}
.blog_index .blog_index_List .bs_tit{
    list-style: decimal;
    margin-left: 20px;
    font-size: 18px;
    color: #099ee3;
    line-height: 2em;
    /*text-indent: -1em;*/
    /*padding-left: 1em;*/
}
.blog_index .blog_index_List .bs_tit a{
    color: #099ee3;
}
.blog_index .blog_index_List .bs_tit a:hover{
    color: #099ee3;
    text-decoration: underline;
}
.blog_detail_Content{}
.blog_detail_Content a{
    color: #099ee3;
}
.blog_detail_Content .entryMV{
    max-width: 100%;
}
.blog_detail_Content .entryMV img{
    margin-bottom: 20px;
    max-width: 100%;
}
.blog_detail_Content .bd_tit{
    padding-top: 82px;
    margin-top: -50px;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.blog_detail_Content .bd_subtit{
    padding-top: 82px;
    margin-top: -50px;
    /* margin: 20px auto; */
    font-size: 18px;
    color: #4983c0;
    font-weight: bold;
}
.blog_detail_Content .bd_txt{
    margin: 20px auto;
}
.blog_reration{
    border: 1px solid;
    border-radius: 10px;
    padding: 10px 20px 20px 20px;
    margin: 90px auto 45px;
}
.blog_reration .blog_reration_tit{
    border-bottom: 1px solid;
    text-align: center;
    padding-bottom: 5px;
    font-weight: bold;
}
.blog_reration .Relation_List{
    padding: 20px 10px 0 10px;
}
.blog_reration .Relation_List li{
    margin-bottom: 10px;
}
.blog_reration .Relation_List li a{
    /*text-decoration: underline;*/
    display: table;
    width: 100%;
}
.blog_reration .Relation_List li a:hover .reration_img{
    opacity: 0.8;
}
.blog_reration .Relation_List li a p{
    display: inline-block;
    width: 82%;
    vertical-align: middle;}
.blog_reration .Relation_List .reration_img{
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    padding: 1px;
    border: 1px solid #ccc;
    background: #fff;
    margin-right: 15px;
}

/* sidebar
----------------------------------------------------------------------------------------------*/
.sidebar{
    /*float: right;*/
    display: inline-block;
    vertical-align: top;
    width: 23%;
    padding: 0 20px;
}
.sidebar .category{
    margin-bottom: 40px;
}
.sidebar .category .category_tit{
    border-bottom: 1px solid #979999;
    font-weight: 500;
    margin-bottom: 10px;
}
.sidebar .category ul{}
.sidebar .category .category_List{
    /*font-size: 15px;*/
}
.sidebar .category .category_List span{
    color: #106345;
}
.sidebar .category .category_List a{
    color: #099ee3;
}
.sidebar .category .category_List a:hover{}
.sidebar .sidebar_bnr{
    margin-bottom: 20px;
}
.sidebar .sidebar_bnr a{}
.sidebar .sidebar_bnr a:hover{}
.sidebar .sidebar_bnr img{
    width: 225px;
}
.sidebar .sidedl_group{
    margin-bottom: 20px;
}
.sidebar .sidedl_group .sidedl_group_tit{
    background: #106345;
    color: #FFF;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
}
.sidebar .sidebar_dl{
    border: 1px solid #106345;
    margin: 2px auto 0;
}
.sidebar .sidebar_dl .sidedl_List{
    margin: 20px auto;
    text-align: center;
}
.sidebar .sidebar_dl .sidedl_List img{
    width: 220px;
    height: 160px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

/* teleappo
----------------------------------------------------------------------------------------------*/
.teleappo_main{
    background: url(../images/teleappomain_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.teleflow_Box{
    margin: 40px auto;
}
.teleflow_Box .tele_L{
    float: left;
    margin: 16px 6px 0 0;
}
.teleflow_Box .tele_L img{}
.teleflow_Box .tele_R{}
.teleflow_Box .tele_R img{
    margin-bottom: 10px;
}
.teleplan_TB{
    color: #fff;
}
.teleplan_TB .teleplan_TB_tr{
    border-bottom: 3px solid #dde6d3;
    width: 100%;
}
.teleplan_TB .teleplan_TB_tr li{
    padding: 10px;
}
.teleplan_TB .teleplan_TB_tr .teleplan_TB_th{
    background: #333;
    text-align: center;
}
.teleplan_TB .teleplan_TB_tr .teleplan_TB_td01{
    background: #279769;
    text-align: center;
    height: 75px;
    line-height: 75px;
}
.teleplan_TB .teleplan_TB_tr .teleplan_TB_td02{
    background: #fff;
    float: left;
    width: 72.7%;
    color: #333;
}
.width_A{
    float: left;
    width: 23%;
    border-right: 3px solid #dde6d3;
}
.width_B{}

.support_Box{
    margin: 20px auto;
    border: 1px solid #106345;
}
.support_Box .support_Box_tit{
    background: #106345;
    color: #fff;
    font-size: 23px;
    padding: 10px 0;
    text-align: center;
}
.support_Box .support_txtBox{
    padding: 30px 40px;
}
.support_Box .support_txtBox img{
    float: left;
    border: 1px solid #d4d5d5;
}
.support_Box .support_txtBox .support_txtBox_R{
    width: 520px;
    float: left;
    padding: 0 0 0 30px;
}
.support_Box .support_txtBox .support_txtBox_R p{
    font-size: 20px;
}
.support_Box .support_txtBox .support_txtBox_R .support_txtBox_List01{}
.support_Box .support_txtBox .support_txtBox_R .support_txtBox_List01 li{
    font-size: 20px;
    font-weight: bold;
}
.support_Box .support_txtBox .support_txtBox_R .support_txtBox_List02{
    margin-left: 1em;
}
.support_Box .support_txtBox .support_txtBox_R .support_txtBox_List02 li{
    font-size: 18px;
    font-weight: normal;
}
.contbtn{
    text-align: center;
}
.contbtn li{
    margin: 0 30px;
}


/* customer
----------------------------------------------------------------------------------------------*/
.customer_main{
    background: url(../images/customermain_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.customer_TB{
    width: 100%;
    box-shadow: 0px 0px 5px #ccc;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
}
.customer_TB tr{
    border-bottom: 3px solid #fff;
}
.customer_TB .customer_TB_tit{
    text-align: center;
    background: #237d59;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 3px solid;
}
.customer_TB td{}
.customer_TB .customer_TB_L{
    vertical-align: middle;
    padding: 0 20px;
    font-weight: bold;
    border-right: 3px solid #fff;
}
.customer_TB .customer_TB_R{
    padding: 10px 20px;
}
.customer_TB .customer_TB_R p{
    margin-bottom: 5px;
}
.customer_TB .customer_TB_R .p-indent{
    padding-left: 3em;
    text-indent: -3em;
}

.customer_tr01{
    background: #d3ece2;
}
.customer_tr02{
    background: #f1faf7;
}

/* about
----------------------------------------------------------------------------------------------*/
.about_main{
    /*background: url(/images/about_title_bg.png) no-repeat center top;*/
    background-size: cover;
    height: 280px;
    background: #fcf9dd;
}
.about_main > .inner{}
.about_main .txtBox{
    padding-top: 0px;
    width: 100%;
    float: right;
    text-align: left;
    margin-top: 45px;
}
.about_main .txtBox img{}
.about_main h1{
    line-height: 1.5em;
    margin-top: 15px;
    font-size: 19px;
    color: #5a5a57;
    font-weight: 300;
    text-align: left;
    /*text-shadow: 0px 0px 10px #6a6969;*/
}
.about_main h1 span{
    font-weight: 500;
    font-size: 22px;
}
.shopname{
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid;
    color: #6e6b6b;
    padding: 0 0 10px;
}
.shopname span{
    color: #f43c3c;
}
.shop_info{
    background: #f6f5f5;
    text-align: center;
    width: 300px;
    padding: 8px 10px 8px 0;
    border: 1px solid #e7e7e7;
}
.shop_info p{
    vertical-align: top;
    display: inline-block;
    width: 49%;
    color: #555;
    font-size: 15px;
    line-height: 1.8em;
}
.graph_List{
    background: #ccc;
    text-align: center;
}
.graph_List li{
    vertical-align: top;
    display: inline-block;
    width: 49.6%;
    text-align: center;
    margin: 2px auto;
    padding: 20px 0;
    background: #dadad9;
    height: 365px;
}
.graph_List li p{
    font-weight: 500;
    text-decoration: underline;
    font-size: 18px;
    height: 54px;
}
.graph_List li img{
    width: 300px;
}

/* tana_promo
----------------------------------------------------------------------------------------------*/
.tana_promo_main{
    background: url(/images/tana_promo_title_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.tana_promo_main > .inner{}
.tana_promo_titBox{
    position: absolute;
    top: 40px;
    left: 15%;
    background: rgba(37, 207, 196, 0.66);
    padding: 20px 35px;
    text-align: center;
    width: 600px;
}
.tana_promo_main h1{
}
.tana_promo_main h1 img{}
.tana_promo_main p{
}
.tana_promo_main p span{
}
.tana_img{
    float: left;
    /*margin-right: 30px;*/
    width: 435px;
    border: 1px solid #dbdbdb;
}
.List_img{
    float: left;
    margin-right: 30px;
    border: 1px solid #dbdbdb;
}
.tana_cateList{
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid;
    color: #6e6b6b;
    padding: 0 0 10px;
    position: relative;
}
.tana_cateList p{
    display: inline-block;
}
.tana_cateList .sub_p{
    font-size: 13px;
    color: #272727;
    float: left;
    margin-left: 10px;
    position: absolute;
    left: 65px;
}
.tana_cateList .tana_cate01{
    float: left;
    font-size: 13px;
    background: #f4993c;
    color: #fff;
    padding: 0px 15px;
    border-radius: 3px;
}
.tana_cateList .tana_cate02{
    float: left;
    font-size: 13px;
    background: #5cb45b;
    color: #fff;
    padding: 0px 15px;
    border-radius: 3px;
}
.tana_bigcate{
    font-size: 28px;
    background: #00898b;
    color: #fff;
    padding: 0px 15px;
    margin: 0 auto 25px;
    text-align: center;
    width: 180px;
}
.tag01{
    background: #383837;
    width: 80px;
    text-align: center;
    color: #fff;
    padding: 3px 3px 5px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 5px;
}

/* agency
----------------------------------------------------------------------------------------------*/
.agency_main{
    background: url(/images/agency_title_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.agency_main > .inner{}
.agency_titBox{
    position: absolute;
    top: 40px;
    left: 15%;
    background: rgba(75, 153, 209, 0.66);
    padding: 20px 35px;
    text-align: center;
    width: 600px;
}
/* works
----------------------------------------------------------------------------------------------*/
.works_main{
    background: url(/images/works_title_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.works_main > .inner{}
.works_titBox{
    position: absolute;
    top: 60px;
    left: 15%;
    background: rgba(244, 138, 88, 0.66);
    padding: 20px 35px;
    text-align: center;
    width: 600px;
}
.works_titBox h1{
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    /*text-shadow: 0px 0px 10px #6a6969;*/
}
.works_titBox p{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    /*text-shadow: 0px 0px 40px #6a6969;*/
    line-height: 1.3em;
    text-align: center;
}
.worksname{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid;
    padding: 0 0 10px;
}
.works_txtBox{}
.works_txtBox .works_txtBox_tit{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 22px;
    padding: 0 0 0 10px;
    border-left: 5px solid #f47676;
    color: #272727;
}
.works_txtBox .works_txtBox_tit span a{
    color: #2e75b6;
    font-size: 17px;
    font-weight: normal;
    margin-left: 1em;
}
.works_txtBox .works_txtBox_tit02{
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 22px;
    padding: 0 0 0 10px;
    border-left: 5px solid #4aa8aa;
    color: #272727;
}
.worksBox{}
.worksBox li{
    line-height: 1.6em;
}
.worksBox li span{
    color: #383837;
}
.worksBox li a{
    color: #2e75b6;
}
.worksBox ul{
    padding-left: 1em;
    font-size: 15px;
    margin: 5px auto;
}
.worksBox ul li{}
.worksimg_group{
    margin: 20px auto 50px;
    text-align: center;
}
.worksimg_group div{
    display: inline-block;
    width: 49%;
}
.worksimg_group img{
    max-width: 95%;
    vertical-align: top;
}

/* event_plan
----------------------------------------------------------------------------------------------*/
.event_plan_main{
    background: url(/images/event_title_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.event_plan_main > .inner{}
.event_plan_titBox{
    position: absolute;
    top: 40px;
    left: 15%;
    background: rgba(231, 91, 104, 0.6509803921568628);
    padding: 20px 35px;
    text-align: center;
    width: 600px;
}
.check{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.checkbox_icon:before{
    position: absolute;
    top: 6px;
    left: 0px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/btn/check.png) left top no-repeat;
}
.tanapro_Box{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.tanapro_Box li{
    display: inline-block;
    width: 300px;
    vertical-align: top;
    background: #fff;
    box-shadow: 5px 5px 5px #c6c6c6;
}
.tanapro_Box li:nth-child(2){
    margin: 0 25px;
}
.tanapro_Box li a:hover{
    text-decoration: none;
}
.tanapro_Box figure{
    margin: 10px auto 10px auto;
    width: 230px;
    height: 140px;
    overflow: hidden;
    position: relative;
}
.tanapro_Box .menu_cate{
    font-size: 16px;
    margin: 15px 35px 0;
    border-radius: 3px;
    background: #184d74;
    width: 230px;
    color: #fff;
    text-align: center;
}
.tanapro_Box .menu_cate span{
    font-size: 23px;
}
.tanapro_Box figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.tanapro_Box .entryDate{
    margin: 0 auto 0.25em auto;
    width: 230px;
    color: #666666;
    font-size: 12px;
}
.tanapro_Box .entryTitle{
    margin: 0.5em auto;
    width: 230px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
}
.tanapro_Box .entryCate{
    margin: 0 auto 0.25em 3em;
}
.tanapro_Box_lead{
    margin: 15px 35px 20px;
    font-size: 14px;
}
.tanapro_Box_lead span{
    font-weight: 600;
}

/* company
----------------------------------------------------------------------------------------------*/
.company_main{
    background: url(../images/companymain_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.company_main h1{
    line-height: 280px;
    padding-top: 0px;
}
.greeting_Box{
    margin-bottom: 50px;
}
.greeting_Box .greeting_Box_L{
    float: left;
    margin-right: 35px;
}
.greeting_Box .greeting_Box_L img{}
.greeting_Box .greeting_Box_R{}
.greeting_Box .greeting_Box_R p{
    line-height: 1.7em;
    margin-bottom: 1em;
}
.greeting_Box .greeting_Box_R .name{
    font-weight: bold;
}
.prof{}
.prof .prof_tit{
    margin-bottom: 1em;
}
.prof .prof_txt{}

/* download
----------------------------------------------------------------------------------------------*/
.form_tit{
    font-size: 27px;
    margin: 30px auto 0;
    /*text-align: center;*/
    border-bottom: 3px solid #dbdbdb;
    font-weight: bold;
}
.form_Box{
    margin-bottom: 50px;
}
.form_Box .form_L{
    float: left;
    width: 40%;
}
.form_Box .form_L ul{
    /*padding: 0 30px 0 0;*/
}
.form_Box .form_L .form_D_list{
    margin-bottom: 30px;
}
.form_Box .form_L .form_D_list .form_D_name{
    border-bottom: 1px solid #4d4d4d;
    border-top: 1px solid #4d4d4d;
    line-height: 2em;
    margin: 0px 0px 15px 0px;
    padding-left: 1em;
    text-indent: -1em;
}
.form_Box .form_L .form_D_list .form_D_IMG{
    text-align: center;
}
.form_Box .form_L .form_D_list .form_D_IMG img{
    border: 1px solid #e6e6e6;
}
.form_Box .form_R{
    width: 57%;
    float: right;
}
.form_lead{
    margin: 0 10px 20px;
    /*text-align: center;*/
}
.btnListA01{}
.btnListA01 a{}
.btnListA01 a:hover{
    color: #FFF;
}
.btnListB01{
    text-align: center;
}
.btnListB01 li{
    margin: 0 10px;
    display: inline-block;
}
.btnListB01 a{}
.btnListB01 a:hover{
    color: #FFF;
}
.btnListB01 form{
    display: inline-block;
}
.thsub_txt{
    font-size: 12px;
    font-weight: normal;
}

/* e_support
----------------------------------------------------------------------------------------------*/
.Consultation_Box{
    /*padding: 0 30px 0 0;*/
}
.Consultation_Box .es_form_tit{
    color: #f93030;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3em;
}
.Consultation_Box .Consultation_List{
    background: #daf0f5;
    border: 5px solid #f9f9f9;
    box-shadow: 0px 0px 2px #69949d;
}
.Consultation_Box .Consultation_List li{
    margin-bottom: 10px;
}
.Consultation_Box .Consultation_List .subtit{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
    text-decoration: underline;
}
.Consultation_Box .Consultation_List span{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.Consultation_Box .Consultation_List span:before{
    position: absolute;
    top: 4px;
    left: 0px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    background: url(../images/btn/check.png) left top no-repeat;
}
.Consultation_Box .under{
    padding: 25px 0px 0;
    border-radius: 8px;
    background: #fff6de;
}
.listA01{
    text-align: center;
}
.listA01 > li {
    display: inline-block;
    margin: 0 14px 40px 14px;
    vertical-align: top;
}
.listA01 figcaption{
    margin-top: 8px;
    line-height: 1.25;
}
.e_sup_info{
    margin-bottom: 40px;
    border: 1px solid #272727;
}
.e_sup_info .info_L{
    display: inline-block;
    background: #054079;
    height: 310px;
    width: 22%;
    text-align: center;
}
.e_sup_info .info_L p{
    color: #fff;
    vertical-align: middle;
    margin: 61% auto;
}
.e_sup_info .info_R{
    display: inline-block;
    vertical-align: top;
    padding: 20px 30px;
    font-size: 15px;
}
.e_sup_info .info_R p{}
.e_sup_info .info_R .tit{
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}
.e_sup_info .info_R .txt{
    margin-bottom: 3px;
    text-indent: -4em;
    padding-left: 4em;
}
.e_sup_info .info_R .txt2{
    margin-bottom: 3px;
    text-indent: -1em;
    padding-left: 1em;
}

/* whitepaper
----------------------------------------------------------------------------------------------*/
.wp_main{
    background: url(/images/wp_title_bg.png) no-repeat center top;
    background-size: cover;
    height: 280px;
}
.wp_titBox{}
.wp_titBox h1{
    line-height: 280px;
}
.entryListB02 {
    width: 100%;
    text-align: left;
}
.entryListB02 > li {
    display: inline-block;
    width: 226px;
    margin: 0 11px 30px 0;
    vertical-align: top;
}
.entryListB02 > li {
    margin-right: 17px;
    border: 1px solid #ccc;
}
.entryListB02 > li:nth-child(4n) {
    margin-right: 0;
}
.entryListB02 > li a:hover{
    text-decoration: none;
}
.entryListB02 > li a:hover img{
    opacity: 0.8;
}
.entryListB02 > li a:hover h2{
    text-decoration: underline;
}
.entryListB02 > li figure {
    width: 100%;
    height: 150px;
    margin: 0 0 10px 0;
    overflow: hidden;
    position: relative;
}
.entryListB02 > li figure img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.entryListB02 .entryTitle {
    margin: 0.5em 0 0.25em 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #099ee3;
}
.entryListB02 .entryTitle{
    padding: 0px 10px 10px;
   /* position: relative;
    text-indent: 1.8em;*/
}
.entryListB02 figure {
    margin-bottom: 5px;
}
.entryListB02 figure img {
    vertical-align: top;
}
.entryListB02 .DLcheck {
    margin: 0;
    padding: 10px;
    background: #333333;
    color: #fff;
    font-size: 16px;
    line-height: 1;
}
.entryListB02 .DLcheck label {
    vertical-align: bottom;
}
.check_dl_btn{
    width: 530px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 266px;
    height: 58px;
    padding: 0 30px;
    border: none;
    border-radius: 4px;
    background: #ffa200;
    color: #fff;
    font-size: 18px;
    line-height: 58px;
    text-align: center;
    outline: none;
    text-decoration: none;
}
.check_dl_btn:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
/* sitemap
----------------------------------------------------------------------------------------------*/
.sitemap_Box{}
.sitemap_Box .catchBox{
    padding: 10px;
    margin-bottom: 1em;
}
.sitemap_Box .catchBox li{}
.sitemap_Box .catchBox .catch_tit{
    font-size: 25px;
    border-bottom: 1px solid #333;
}
.sitemap_Box .catchBox .catch_tit:before{
    content: "● ";
    color: #249e6d;
}
.sitemap_Box .catchBox .catch_tit a{}
.sitemap_Box .catchBox .catch_txt{
    padding: 0.5em 2em 0;
}
.sitemap_Box .catchBox .catch_txt li{}
.sitemap_Box .catchBox .catch_txt li:before{
    content: "● ";
    color: #a0cdbb;
    font-size: 13px;
    vertical-align: middle;
}
.sitemap_Box .catchBox .catch_txt a{}

/* privacy
----------------------------------------------------------------------------------------------*/
.privacy_Box{}
.privacy_Box .privacy_txt{
    margin-bottom: 30px;
}
.privacy_Box .privacy_List{
    margin-bottom: 20px;
}
.privacy_Box .privacy_List .p_List_tit{
    font-weight: bold;
    margin-bottom: 10px;
}
.privacy_Box .privacy_List .p_List_txt{
    margin: 0 2em 0.5em;
}
.privacy_Box .privacy_List .p_List_txt a{
    text-decoration: underline;
}

/* table
----------------------------------------------------------------------------------------------*/
.tableA01 {
    width: 100%;
    margin: 0 auto 30px auto;
    font-size: 16px;
}
.tableA01 thead th {
    padding: 15px 30px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #f2f2f2;
    font-weight: bold;
    text-align: left;
}
.tableA01 td {
    padding: 30px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
}
.tableA01 tr > :first-child {
    text-align: center;
}
.tableC01 {
    width: 100%;
    margin: 0 auto 30px auto;
    font-size: 16px;
}
.tableC01 tr{
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
.tableC01 th {
    padding: 15px 30px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background: #fef1eb;
    font-weight: bold;
    text-align: left;
    position: relative;
    vertical-align: middle;
}
.tableC01 td {
    padding: 30px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
}
.tableC01 td .form_td01{
    width: 255px;
    height: 25px;
}
.tableC01 td .form_td02{
    width: 250px;
}
.tableC01 td .form_td03{
    width: 70px;
    height: 21px;
}
.tableC01 td .form_pull{
    /*width: 300px;*/
    height: 35px;
}
.tableC01 td .form_td04{
    width: 255px;
}
.tableC01 td .form_td05{
    width: 65px;
    height: 21px;
}
.form_red{
    background: #ee3434;
    border-radius: 3px;
    padding: 2px 10px;
    color: #FFF;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    right: 30px;
}

.formErrorBox {
    border: 1px solid #ff0000;
    color: #ff0000;
    margin-bottom: 30px;
    padding: 10px 16px;
}


/* form parts
----------------------------------------------------------------------------------------------*/
input[type="checkbox"].checkbox01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    border: 0;
    outline: none;
    line-height: 22px;
    vertical-align: middle;
}
input[type="checkbox"].checkbox01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../images/icon/mod_checkbox01.png) no-repeat left top;
    background-size: 22px auto;
}
input[type="checkbox"].checkbox01:checked::before {
    background-position: left bottom;
}

.attention_subtxt{
    text-align:center;
    margin-bottom:30px;
}
.attention_subtxt a{
    color: #099ee3;
    text-decoration: underline;
}

/* thanks
----------------------------------------------------------------------------------------------*/
.thanks{}
.thanks p{}
.thanks .thanks_maintxt{
    color: #ee3434;
    margin: 0 auto 40px auto;
    line-height: 2;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}
.thanks .thanks_subtxt{
    text-align: center;
    margin-bottom: 1em;
}

/* color
----------------------------------------------------------------------------------------------*/
.color_pink{
    color: #cb3d4b;
}
.color_orange{
    color: #fabb4c;
}
.color_blue{
    color: #08417e;
}
.color_lightblue{
    color: #2890e9;
}
.color_purple{
    color: #692e67;
}
.bg_green{ background: #81d8d0; }
.bg_gray{ background: #787878; }
.bg_yellow{ background: #fbf7ee; }
.link_txt{
    text-align: center;
}
.link_txt a{
    color: #099ee3;
    text-decoration: underline;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.txt_lead{
    line-height: 1.8em;
    margin-bottom: 1em;
}
.txt_lead span{
    font-weight: 500;
}
.txt_al_C{
    text-align:center;
}
.headingG01{
    margin: 0 0 0.3em 0;
    color: #00a0e9;
    font-size: 22px;
    line-height: 1.4;
}
#ak01{}



/* ブログ記事下
----------------------------------------------------------------------------------------------*/
.nomain{
	padding: 20px 0;
}
.pr_box{
      margin: 90px auto 0px;
    background: #fff;
    border: 1px solid #cccccb;
}
.pr_box .pr_box_tit{
    background: #808080;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.pr_box .pr_img{
    display: inline-block;
    width: 40%;
    margin-left: 15px;
    margin-bottom: 20px;
     box-shadow: 5px 5px 10px #6a6969;
}
.pr_box .pr_txt{
    display: inline-block;
    margin: 15px auto;
    vertical-align: top;
    text-align: center;
    width: 55%;
}
.pr_box .pr_txt .pr_title{
    margin-bottom: 20px;
    font-size: 16px;
    padding: 0 30px;
}

.pr_box .pr_txt .mustread{
    color: #1a5bcd;
    font-size: 20px;
    font-weight: bold;
    margin: 5px auto 10px;
}
.pr_box .pr_txt .pr_title span{
    font-size: 17px;
}

#content .C_button_br{
    margin: 0 auto;
    width: 265px;
    display: block;
     background: #fd7828;
}
#content .C_button_br span{
    text-align: center;
    width: 100%;
    padding-left: 20px;
}
#content .C_button_br:hover{
    background: #f90;
}

.C_button_br span:after{
    position: absolute;
    top: 0px;
    left: 15px;
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    background: url(../images/btn/dl_btn.png) left top no-repeat;
}
.C_button_br{
    width: 250px;
    border-radius: 4px;
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 17px;
}
.C_button_br span{
    position: relative;
    display: inline-block;
    color: #fff;
}

/* アンカーリンク
----------------------------------------------------------------------------------------------*/
.ank_G{
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.ank_G .ank_List{}
.ank_G .ank_List a{}
.ank_G .ank_List p{
    display: inline-block;
    width: 49%;
}
.ank_G .ank_List .ank_txt{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    padding: 10px 20px 10px;
    margin: 0 0 20px;
    border: 1px solid;
    border-radius: 4px;
}
.ank_G .ank_lead{}
#ank01,#ank02{
    padding-top: 82px;
    margin-top: -82px;
}

/* サイドバー内ボックス固定用 */
@media screen and (min-width: 481px) {
    .layout2colA01,
    .layout2colA02,
    .layout2colA01 .leftCol,
    .layout2colA02 .leftCol,
    .layout2colA01 .rightCol,
    .layout2colA02 .rightCol,
    .sidebar {
        min-height: 100%;
        position: relative;
    }
    #comparisonBlock {
        box-sizing: border-box;
    }
    .is-fixed {
        position: fixed;
        top: 120px;
        transform: translateX(0);
    }
    .is-absolute {
        position: fixed;
        top: auto;
        bottom: 280px;
        transform: translateX(0);
    }
}

/* pagination
----------------------------------------------------------------------------------------------*/
.pagination{
    font-size: 13px;
    font-weight: 200;
    display: table;
    margin: 0 auto 30px;
}
.pagination .pagination_prev{
    display: table-cell;
}
.pagination .pagination_prev a{
    transition: all .3s;
    transition-duration: .3s;
    background-color: #cdcecf;
    color: #6c6c6c;
}
.pagination .pagination_prev .ltgray{}

.pagination ul{
    display: table-cell;
    padding: 0 20px;
}
.pagination li{
    display: table-cell;
    padding: 0 2px;
}
.pagination li.active a{
    color: #fff;
    /*border: 2px solid #464946;*/
    /*border: .2rem solid #464946;*/
    background-color: #464946;
}
.pagination li.active a:hover{
    border-top: none;
    color: #fff;
    text-decoration: none;
}
.pagination li a {
    transition: all .3s;
    transition-duration: .3s;
    border: 1px solid #959393;
    color: #959393;
}
.pagination li a:hover{
    border-top: 3px solid #81d8d0;
    color: #81d8d0;
}
.pagination span, .pagination a{
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
}
.pagination_next{}
.pagination_next a{
    transition: all .3s;
    transition-duration: .3s;
    background-color: #cdcecf;
    color: #6c6c6c;
}
