@charset "utf-8";
@media screen and (max-width: 480px) {

.inner,
.blogdetail .inner{
    width: 100%;
    /*margin: 0 10px;*/
}
.main .inner{
    padding: 0;
}
.agenda01 {
    padding: 30px 20px;
    font-size: 17px;
}
.agenda02{
    padding: 40px 20px;
}
.agenda03{
    padding: 40px 20px 0;
}
.submain h1 {
    font-size: 31px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 0px 40px #6a6969;
    /*padding-top: 30px;*/
    line-height: 1.3em;
    text-align: center;
}
.works_titBox h1 {
    margin-top: 15px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 200;
}
#globalheader02{
    background-color: #fff;
    height: auto;
}
#globalheader02 .topBar{
    padding: 10px 0px 10px 10px;
}
#globalheader02 .globalNav{
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #dee3e6;
    border-bottom: none;
    background: #fff;
    margin-top: 0;
    z-index: 10;
    height: auto;
}
#globalheader02 .globalNav .navMenu li {
    float: left;
    width: 50%;
    margin: 0 auto;
}
#globalheader02 .globalNav .navMenu li a{
    display: block;
    text-align: center;
    box-sizing: border-box;
    height: 53px;
    padding: 0 0px;
    background: #f4f4f4;
    color: #333;
    font-weight: bold;
    line-height: 53px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
#globalheader02 .globalNav .navMenu {
    width: 100%;
    margin: 0 auto;
    background: #f4f4f4;
}




/* ▼メニュー開閉スイッチ */
#globalheader .gNavTrigger, #globalheader02 .gNavTrigger{
    position: absolute;
    top: 23px;
    right: 15px;
    margin: 4px 0 0 0;
    width: 24px;
    height: 16px;
}
#globalheader .gNavTrigger a:hover, #globalheader02 .gNavTrigger a:hover{
    display: block;
    color: #224154;
}
.menuTrigger01, .menuTrigger01 span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
.menuTrigger01 {
    position: relative;
    display: block;
    width: 24px;
    height: 16px;
}
.menuTrigger01 span {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 2px;
    background: #333;
}
.menuTrigger01.onNav span {
    background: #333;
}
.menuTrigger01 span:nth-child(1) {top: 0;}
.menuTrigger01 span:nth-child(2) {top: 7px;}
.menuTrigger01 span:nth-child(3) {bottom: 0;}
.menuTrigger01.active span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}
.menuTrigger01.active span:nth-child(2) {
    opacity: 0;
}
.menuTrigger01.active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
}

/* ▼オーバーレイ */
.close_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 10;
}
.close_overlay.on {
    display: block;
}
/* ▼×アイコンボタン */
.deleteBtn01 {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 8px 0 0;
    background-image: url(../images/contents/btn_delete@2x.png);
    background-size: 22px 22px;
}
.deleteBtn01:hover {
    /*background-image: url(../images/contents/btn_delete_hover@2x.png);
    background-size: 22px 22px;*/
    background-image: url(../images/contents/btn_delete@2x.png);
    background-size: 22px 22px;
}
.deleteBtn01:active {
    /*background-image: url(../images/contents/btn_delete_click@2x.png);
    background-size: 22px 22px;*/
    background-image: url(../images/contents/btn_delete@2x.png);
    background-size: 22px 22px;
}
    /* btn
----------------------------------------------------------------------------------------------*/
#content .A_button,#content .B_button,#content .D_button{
    width: 300px;
}
.A_button span{
    padding-right: 5px;
}
#content .D_button span{
    width: 250px;
}
.contbtn .Inquiry_btn,.contbtn .dl_btn{
    width: 330px;
}

    /* header
----------------------------------------------------------------------------------------------*/
.globalNav{
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #dee3e6;
    border-bottom: none;
    background: #fff;
    margin-top: 0;
    z-index: 10;
    height: auto;
}
.globalNav .navMenu li {
    float: left;
    width: 100%;
}
.globalNav .navMenu li a{
    display: block;
    text-align: center;
    box-sizing: border-box;
    height: 53px;
    padding: 0 0px;
    background: #f4f4f4;
    color: #333;
    font-weight: bold;
    line-height: 53px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
.globalNav .navMenu {
    width: 100%;
    margin: 0 auto;
    background: #f4f4f4;
    display: block;
}
.topBar{
    width: 100%;
    margin: 0px;
    text-align: center;
    padding: 10px 0px 10px 10px;
}
.topbtn{
    text-align: center;
    margin: 10px auto;
    float: none;
}
.topbtn li{
    margin: 5px auto;
    float: none;
}
.topbtn .dl_btn{
    width: auto;
}
.tell{
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 20px;
}
.tell_02{
    font-weight: 500;
    font-size: 23px;
}

    /* top
----------------------------------------------------------------------------------------------*/
.main,.submain{
    height: auto;
    padding-top: 69px;
}

.main .maintxt_img {
    display: none;
}
.main .maintxt_imgSP{
    font-size: 31px;
    font-weight: bold;
    color: #000;
    text-shadow: 0px 0px 10px #ffffff;
    padding: 30px 20px 0;
    text-align: center;
    line-height: 1.2em;
}
.main .tit_group{
    width: auto;
}
.main .subtit{
    font-size: 18px;
}
.main p img{
    width: 90%;
}
.agenda01 .plan_Box .plan_List {
    float: none;
    margin: 0 auto;
    width: 287px;
    height: 280px;
}
.agenda01 .plan_Box .plan_List .plan_txtbox {
    color: #fff;
    padding: 1px 0;
}
.Consideration_Box{
    margin-bottom: 30px;
    background: #e9e9e9;
    height: 300px;
}
.Consideration_Box p {
    margin: 0 auto;
    padding: 0 20px;
}
.checkList01 img{
    width: 100%;
}
.standard_group .standard_Box {
    float: none;
    padding: 20px 30px;
    margin: 0 auto 20px;
    width: auto;
}
.standard_group .standard_Box .standard_tit{
    font-size: 22px;
}
.Customer_Box .Customer_List .cust_img{
    margin-right: 0;
}
.Customer_Box .Customer_List img {
    float: left;
    width: 45%;
    margin: 0 9px 15px;
}
.customer_TB td {
    display: block;
}
.customer_TB .customer_TB_L{
    padding: 10px 20px;
}
.download_Box .dl_box_img {
    float: none;
    margin: 0 auto;
    width: 100%;
}
.download_Box .dl_txtBox {
    float: none;
    width: 100%;
    padding-top: 20px;
}
.download_Box .dl_txtBox .dl_txtBox_txt{
    text-indent: -1em;
    padding-left: 1em;
}
.download_Box .dl_box_img img{
    width: 100%;
}
.agenda02 .plan_Box{
    height: auto;
}
.agenda02 .plan_Box .plan_List{
    margin: 0 auto;
    float: none;
    width: 95%;
    height: auto;
}
.agenda02 .plan_Box .plan_List:hover{
    width: 95%;
}
.agenda02 .plan_Box .plan_List:nth-child(1){
    margin-right: auto;
    margin-bottom: 15px;
}
.agenda02 .plan_Box .plan_List .plan_txtbox{
    padding: 20px;
    margin: 0;
}
.agenda02 .plan_Box .plan_List .plan_txtbox img{
    width: 20%;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox{
    width: 75%;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox .plan_tit{
    font-size: 20px;
}
.agenda02 .plan_Box .plan_List .plan_txtbox .plan_titBox .plan_tit span{
    font-size: 13px;
}
.Recommended_Box{
    padding: 30px 20px;
    margin-top: 35px;
    width: 80%;
}
.Recommended_Box p{
    font-size: 21px;
}
.Recommended_Box .Recommended_List{
    margin: 0 auto;
}
.Recommended_Box .Recommended_List li{
    text-indent: -2em;
    padding-left: 2em;
}
.can_List li:nth-child(1){
    margin: 0 0 15px 0;
}
.can_List li{
    width: auto;
    padding: 20px 20px;
}
.can_List li .can_title h3{
    font-size: 18px;
}
.content_title{
    margin-bottom: 20px;
}
.content_title .icon01 span:before{
    top: -4px;
    left: 10px;
}
.content_title .icon02 span:before{
    top: -3px;
    left: 25px;
}
.content_title .icon03 span:before{
        top: 0px;
    left: 10px;
}
.agenda01 .content_title h2{
    font-size: 19px;
}
.agenda01 .content_title p{
    font-size: 19px;
}
.works_List li{
    margin-bottom: 15px;
    width: auto;
}
.works_List li:nth-child(2){
    margin: 0 auto 15px;
}
.works_List li img{
    width: 100%;
}
.topblog_Box li{
    width: 100%;
    margin-bottom: 15px;
    padding-top: 15px;
}
.topblog_Box li:nth-child(2){
    margin: 0 auto 15px;
}
.topblog_Box figure{
    width: 285px;
}
.topblog_Box .entryTitle, .topblog_Box .entryDate{
    width: 285px;
}
.topblog_Box .entryCate{
    margin: 0 auto 0.25em 2em;
}


    /* tereapo
----------------------------------------------------------------------------------------------*/
.teleappo_main{
    height: 250px;
}
.teleflow_Box .tele_L{
    display: none;
}
.teleflow_Box .tele_R img {
    margin-bottom: 10px;
    width: 100%;
}
.teleplan_TB .teleplan_TB_tr .teleplan_TB_td01 {
    background: #279769;
    text-align: center;
    height: 275px;
    line-height: 275px;
}
.teleplan_TB .teleplan_TB_tr .teleplan_TB_td02 {
    background: #fff;
    float: left;
    width: 64%;
    height: 275px;
    color: #333;
}
.support_Box .support_txtBox {
    padding: 20px;
}
.support_Box .support_txtBox img {
    width: 100%;
    border: 1px solid #d4d5d5;
}
.support_Box .support_txtBox .support_txtBox_R{
    padding: 20px 0;
    float: none;
    width: 100%;
}
.contbtn li {
    margin: 15px auto;
}




    /* download
}
----------------------------------------------------------------------------------------------*/
.form_Box .form_L {
    float: none;
    width: 100%;
}
.form_Box .form_R {
    width: 100%;
    float: none;
}


    /* fee
----------------------------------------------------------------------------------------------*/
.fee_main{
    height: 200px
}
.fee_main h2{
    line-height: 200px;
}
.fee_Box{
    margin: 10px 0 70px;
}
.fee_Box h2{
    padding-bottom: 10px;
}
.fee_Box h2 span{
    padding: 12px 0 0 0;
    line-height: 1.5em;
}
.fee_Box .feeplan_txt .feeplan_list{
    margin: 0;
}
.fee_Box .feeplan_txt li{
    margin-bottom: 1em;
}
.no1_btn:before,.no2_btn:before,.no3_btn:before,.test_btn:before{
    top: -55px;
}

    /* customer
----------------------------------------------------------------------------------------------*/
.customer_main{
    height: 200px;
}
    /* download
----------------------------------------------------------------------------------------------*/
.tableC01 td .form_td01{
    width: 98%;
    height: 25px;
}
.form_tit{
    font-size: 21px;
    padding-top: 85px;
    margin-top: 0px;
    text-align: center;
    border: none;
}
.form_Box .form_L .form_D_list .form_D_IMG img{
    width: 100%;
}
.tableC01 td .form_td04{
    width: 100%;
}
.btnListB01 li{
    margin-bottom: 10px;
}
.tableC01 th{
    font-size: 12px;
    padding: 10px 15px;
    display: block;
}
.tableC01 td {
    padding: 10px;
    display: block;
}
.form_red{
    font-size: 10px;
    position: static;
    margin-left: 10px;
}

    /* blog
----------------------------------------------------------------------------------------------*/
.blog_main{
    height: 200px;
}
.column_L{
    width: 100%;
    float: none;
}
.blog_content .blog_contList .blog_IMG{
    float: none;
    width: 100%;
}
.blog_content .blog_contList .blog_IMG img {
    width: 100%;
}
.blog_content .blog_contList .blogC_txtgroup{
    width: 100%;
    float: none;
    margin: 10px 0px;
}
.detail{
    border: none;
    padding: 0;
}
.blog_detail_tit {
    font-size: 20px;
}
.blog_index .blog_index_List {
    padding: 10px;
}
.blog_detail_mainIMG{
    width: 100%;
}
.blog_detail_Content{
    /*padding: 0 20px;*/
}
.blog_detail_Content .entryMV img{
    width: 100%;
}
.blog_titBox{
    height: 100px;
    padding-top: 80px;
}
.blog_reration .Relation_List .reration_img{
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 10px;
}
.blog_reration .Relation_List li a p{
    display: block;
    width: 100%;
}
.sidebar{
    float: none;
    width: 100%;
    padding: 0;
}
.sidebar .category,.sidebar .sidedl_group {
    margin: 0 20px 20px;
}
.sidebar .sidebar_bnr{
    text-align: center;
}
.pr_box .pr_img{
    display: block;
    width: 90%;
    margin: 0 auto 20px;
}
.pr_box .pr_txt {
    display: block;
    vertical-align: inherit;
    width: 100%;
}

    /* company
----------------------------------------------------------------------------------------------*/
.company_main{
    height: 250px;
}
.greeting_Box .greeting_Box_L{
    margin: 0 10px 0 0;
}
.greeting_Box .greeting_Box_L img{
    width: 100px;
    margin-top: 25px;
}
.company_tit{
    padding-top: 69px;
}

    /* e_support
----------------------------------------------------------------------------------------------*/
.Consultation_Box{
    padding: 0;
    margin-bottom: 20px;
}
.e_sup_info .info_L{
    height: auto;
    width: 100%;
    display: block;
}
.e_sup_info .info_L p{
    margin: 0 auto;
    padding: 7px 0;
}
.e_sup_info .info_R{
    padding: 20px 20px;
}

    /* submain
----------------------------------------------------------------------------------------------*/
.submain_titbox{
    width: auto;
    float: none;
    top: 0;
    left: 0;
}
.event_plan_main{
    height: 265px;
}
.tana_promo_main{
    height: 225px;
}
.agency_main{
    height: 265px;
}
.works_main{
    height: 193px;
}
.about_main{
    background: url(/images/about_title_bg.png) no-repeat center right;
    height: 210px;
}
.about_main .txtBox{
    padding: 20px;
    width: auto;
    float: none;
    margin-top: 0px;
    text-align: center;
}
.about_main h1{
    text-align: center;
    text-shadow: none;
    color: #5a5a57;
    font-size: 18px;
}
.about_main .txtBox img {
    width: 60%;
}
.content_title h2{
    font-size: 19px;
}
.content_title p{
    font-size: 19px;
}


    /* tana
----------------------------------------------------------------------------------------------*/
.tana_img{
    float: none;
    margin-right: 0;
    width: 100%;
}
.tanapro_Box li{
    width: 100%;
    margin-bottom: 15px;
}
.tanapro_Box li:nth-child(2){
    margin: 0 auto 15px;
}
.tanapro_Box figure,.tanapro_Box .menu_cate,.tanapro_Box .entryTitle{
    width: 285px;
}

    /* white_paper
----------------------------------------------------------------------------------------------*/
.wp_main{
    height: auto;
    padding: 20px;
}
.check_dl_btn{
    width: 100%;
    line-height: 1.4;
    height: 60px;
    padding: 6px 30px;
}
.entryListB02 > li{
    width: 100%;
}
.btnListA01 li {
    display: block;
    margin-bottom: 10px;
}
.btnListA01 li:nth-child(2){
    margin-left: 0;
}

    /* sitemap
}
----------------------------------------------------------------------------------------------*/
.sitemap_Box .catchBox .catch_tit{
    font-size: 18px;
}
.sitemap_Box .catchBox{
    padding:0;
    margin-bottom: 0.5em;
}

    /* footer
----------------------------------------------------------------------------------------------*/
.graph_List li{
    width: 100%;
    height: auto;
}
.graph_List li img{
    width: 70%;
}


    /* footer
----------------------------------------------------------------------------------------------*/
#globalfooter{
    padding: 10px 20px;
}
#globalfooter .footer_Box{
    padding: 0px;
    width: 100%;
}
#globalfooter .footer_Box ul{
    line-height: 1.8em;
    padding: 0;
}
#globalfooter .footer_Box li {
    float: left;
    margin: 0 5px;
}

/* アンカーリンク
----------------------------------------------------------------------------------------------*/
.ank_G .ank_List p{
    display: block;
    width: 100%;
}
.ank_G .ank_List .ank_txt{
    display: block;
}


}