  @media only screen and (max-width: 860px) {
	 


}
 @media screen and (max-width: 768px) {
     
    body {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
    min-width:100%;
}
	 

/* pagetop --------------------- */
#pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 10px;
	width: 60px;
	margin-top: -50px;
	padding-top: 50px;
	z-index: 9999999999;
}
#pagetop img {
	width: 100%;
	height: auto;
}


/*-------------------------------------------
　side-menu-btn
--------------------------------------------*/

.slider-inner-content .fv_copy {
	width: 90%;
	margin: 0 auto;
}
.fv_copy02 {
	position: absolute;
	top: 20px;
	left: 35%;
	z-index: 9999;
	width: 32%;
	display: none;
}
.fv_copy02 img {
	width: 100%;
	height: auto;
}
.slider-inner-content img {
	max-width: 100%;
	height: auto;
}
.slider-inner-content h1 {
	font-size: 2.5em;
	margin: 0;
}
.side-menu-btn {
	position: static;
	top: 0;
	z-index: 29999;
	right: 0;
	cursor: pointer;
	display:block;
}
.close-menu-btn {
	cursor: pointer;
	text-align: right;
}
.side-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: left;
	font-size: 13px;
	background: rgba(51,51,51,0.9);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-sizing: border-box;
	overflow: auto;
	text-align: right;
	text-align: left;
	z-index: 999999;
}
.side-menu nav {
	padding: 20px 0 0 20px;
}
.side-menu .logo {
	text-align: center;
	padding: 20px 0;
}
.side-menu .mds {
	font-size: 18px;
	font-weight: normal;
}
.side-menu a {
	color: #000;
	text-decoration: none;
	padding: 5px 0;
	display: block;
	margin: 0 0 2px 0;
}
.side-menu ul {
	padding: 30px 0 0 0;
}
.side-menu li {
	text-align: center;
	font-size: 18px;
	list-style: none;
}
.side-menu a:hover {
	color: #ccc;
}
.side-menu .fnt18 {
	font-size: 18px;
	line-height: 1.0em;
}
.side-open .side-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	z-index: 3;
}
.side-open .overlay {
	visibility: visible;
}
#toggle {
	display: none;
}
.side-menu-inner .wrap {
	width: 98%;
	padding: 20px 2%;
}
.side-menu-inner .mds {
	color: #FFF;
}
.side-menu-inner a:link {
	color: #fff;
	text-decoration: none;
}
.side-menu-inner a:visited {
	color: #fff;
	text-decoration: none;
}
.side-menu-inner a:hover {
	color: #fff;
}
.side-menu-inner a:active {
	color: #ccc;
}
.head_menu_btn {
	position:fixed;
	top: 10px;
	right: 10px;
	z-index: 99999;
	display: block;
}
.head_menu_btn img{
	max-width:100%;
	height:auto;
	}
.sp-horizontal .sp-previous-arrow {
	left: 20px;
	right: auto;
	top: 12px;
}
.sp-horizontal .sp-next-arrow {
	right: 20px;
	left: auto;
	top: -5px;
}

/*--------------------------------------------
	ヘッダー
--------------------------------------------*/

header{
	width:100%;
    padding: 30px 0;
    position:absolute;
    z-index: 999;
	}
	
.h1_logo{
	width:110px;
	float:none;
    padding: 10px 0 10px 0;
    margin: 0 auto;
	}

.h1_logo img{
    max-width: 100%;
    height: auto;
    
}



/*--------------------------------------------
	ナビゲーション
--------------------------------------------*/

nav{
    display: none;
    
}

.nav_li ul{
    text-align: right;
    
}

.nav_li li{
    display: inline-block;
    padding: 0 5px;
    
}

.nav_li li a:link {
	color: #fff;
	text-decoration: none;
}

.nav_li li a:visited {
	color: #fff;
	text-decoration: none;
}

.nav_li li a:hover {
	color: #F90;
}

.nav_li li a:active {
	color: #fff;
}



.head_contact{
    width: 100%;
    position:fixed;
    bottom: 0;
    top:auto;
    right: 0;
    z-index: 9999999;
    
}

.head_contact_btn{
    width: 50%;
    float: left;
    
}
     
.head_contact_btn img{
         width: 100%;
         height: auto;
         
     }



.header_caption {
position: absolute;
text-align: center;
z-index: 5;
width: calc(100% * 1150 / 1280);
max-width: 1150px;
margin: auto;
left: 0;
right: 0;
top: 50%;
bottom: 50%;
font-size:24px; text-shadow:0px 0px 0px #333333; color:#FFFFFF;
  font-weight: 700;
    line-height: 1.8em;
}


.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video_wrapper video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

/*--------------------------------------------
	トップページ
--------------------------------------------*/

.top_sec01{
    background-color: #fff;
    padding: 40px 0;
    width: 90%;
    margin: 0 auto;
    
}

.top_sec01_left01{
    width: 80%;
    float:none;
    text-align: center;
    margin: 0 auto;
    
}
     
     .top_sec01_left01 img{
         max-width: 100%;
         height: auto;
         
     }

.top_sec01_right01{
     width: 100%;
    float:none;
    padding: 0 0 20px 0;
    
}

.top_sec01_copy01{
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 600;
    padding: 5px 0;
   
    
}
     
.top_sec01_copy01 br{
         display: none;
         
     }

.top_sec02{
     background-color: #0056a8;
    background: url("../../../../img/top_sec03_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.top_sec03{
    background-color: #0056a8;
    background: url("../../../../img/top_sec02_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.top_sec02_inner{
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    
}

.top_sec02_mds{
    font-size: 22px;
    text-align: center;
    font-weight: 400;
     padding: 30px 0;
    color: #fff;
    background-color: #018de7;
    
}


.top_sec02_container{
  justify-content: center;
  align-items: center;
}


.top_sec02_item01{
}

.top_sec02_item01_mds{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
     padding: 0 0 40px;
    color: #fff;
    line-height: 1.8em;
    
}

.top_sec02_item02{
    width:auto;
    margin: 0 auto;
    
}

.top_sec02_set{
    background-color: #fff;
    width:auto;
    padding: 25px;
    float:none;
    margin: 0 0 20px;
    height:auto;
   
    
}

.top_sec02_set_mds{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding: 0 0 0 0;
    
}

.top_sec02_color{
    color: #0056a8;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    padding: 0 0 8px 0;
    
}

.top_sec02_copy01{
    padding: 8px;
    height:auto;
    overflow: hidden;
}

.top_sec02_btn{
    text-align: center;
    bottom: 0;
    
}

/*--------------------------------------------
	フッターコンタクト
--------------------------------------------*/

.foot_contact{
    background: url("../../../../img/foot_contact_bg.png");
    padding: 60px 0 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.foot_contact_copy{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 30px 0;
    color: #fff;
    
}

.foot_contact_wrap{
    width: 90%;
    margin: 0 auto;
    
}

.foot_contact_bnr{
    width: 80%;
    float:none;
    margin: 0 auto 20px;
	text-align: center;
    
}
     
     .foot_contact_bnr img{
         max-width: 100%;
         height: auto;
         
     }

/*--------------------------------------------
	フッターNEWS
--------------------------------------------*/

.foot_news{
    background-color: #f1f1f1;
    padding: 30px 0 40px;
    
}

.foot_news_wrap{
    width: 90%;
    margin: 0 auto;
    
}

.foot_news_mds{
    display:block;
    vertical-align: middle;
    height:auto;
    width:auto;
    text-align: center;
    padding: 30px 0;
    
}

.foot_news_right{
    width:auto;
     display:block;
    
}

.foot_news_date{
    width:auto;
    float:none;
    padding: 5px 0;
    
}

.foot_news_ttl{
    width:auto;
    float:none;
    padding: 5px 0;
    
}


/*--------------------------------------------
	フッターブログ
--------------------------------------------*/

.foot_blog{
    background-color: #fff;
    padding: 30px 0 40px;
    
}

.foot_blog_wrap{
   width: 90%;
    margin: 0 auto;
    
}

.foot_blog_mds{
    display:block;
    vertical-align: middle;
    height:auto;
    width:30%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
    
}
     
     .foot_blog_mds img{
         max-width: 100%;
         height: auto;
         
     }

.foot_blog_right{
    width:auto;
     display:block;
    
}

.foot_blog_date{
    width:auto;
    float:none;
    padding: 5px 0;
}

.foot_blog_ttl{
    width:auto;
    float:none;
    padding: 5px 0;
    
}

/*--------------------------------------------
	フッター
--------------------------------------------*/


footer{
    background-color: #018de7;
    padding: 60px 0;
    
}

.footer_wrap{
    width: 90%;
    margin: 0 auto;
     display:block;
    table-layout: fixed;
    
}

.footer_colm{
    display:block;
    width:auto;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    padding: 0 0 30px 0;
    
}

.footer_colm02{
    display:block;
     width:auto;
    text-align: left;
    color: #fff;
    text-align: center;
    
}

.copyright{
    background-color: #17ade8;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    
}
     


     
     
/*-------------------------------------------
	ブログ
--------------------------------------------*/

.blog_wrap{
	margin: 0 auto 20px;
    width: 90%;
    padding: 40px 0;
}

.blog_left{
	width:auto;
	float:none;
	}
	
.blog_con{
	width:auto;
	padding: 10px 20px 20px 20px;
	margin:0 auto 40px;
    background-color: #fff;
    border-radius: 6px;          
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;
    border: 1px #ccc solid;
	}

.blog_con_ttl{
	font-size:22px;
	padding:0 10px 10px 10px;
    line-height: 1.5em;
	}

.blog_con_date{
	background-color:#f1f1f1;
	padding:5px 20px;
	color:#999;
    border-radius: 6px;          
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px; 
	}

.blog_con_body{
	padding:20px 10px;
	word-wrap: break-word;
	}

.blog_con_body img{
         max-width: 100%;
         height: auto;
         
     }

.blog_side{
	width:auto;
	padding:10px;
	float:none;
    background-color: #fff;
    border-radius: 6px;          
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;
	}

.blog_side_ttl{
	background-color:#ff7c21;
	color:#FFF;
	text-align:center;
	padding:2px 10px;
    border-radius: 6px;          
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;
	}
	
.blog_side_li ul{
	padding:20px 10px;
    margin:0px;
list-style:none;
	}

.blog_side_li li{
    margin: 0;
	padding: 0 0 0 30px;
	background-image:url("../../../../img/sub_mds_bg.png");
	background-repeat: no-repeat;
	background-position: left 8px;
	}


/*--------------------------------------------
	サブページヘッダー
--------------------------------------------*/

.sub_header{
    padding: 10px 0;
    background-color: #018de7;
    position:relative;
	}


.sub_ttl_web h2{
    padding:0px;
	margin:0px;
}
	
.sub_ttl{
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 40px 0 0 0;
    font-weight: 500;
    line-height: 1.0em;
    
}

.sub_content{
    padding: 50px 0;
    
}

.sub_content_wrap{
    width: 90%;
    margin: 0 auto;
    
}

.sub_cate_ttl{
    font-size: 18px;
    text-align: center;
    font-weight: 600px;
    color: #fff;
    padding: 20px 0;
    background: url("../../../../img/h3_ttl_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}


/*-------------------------------------------
	会社概要
--------------------------------------------*/

.sub_ttl_company{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_company.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.h3_mds{
    text-align: center;
    font-size: 20px;
    border-top: double 3px #333;
border-bottom: double 3px #333;
    padding: 20px 0;
    
}

.subcon_inner{
    padding: 40px 0;
    
}

.company_copy01{
    padding: 5px;
    
}

.company_img01{
    text-align: center;
    padding: 0 0 40px;
    
}

.company_img01 img{
    max-width: 100%;
    height: auto;
    
}

.company_concept{
    width:auto;
    padding: 20px 20px;
    margin: 0 auto;
    border: 2px solid #17ade8;
    
}

.company_concept_mds{
    text-align: center;
    color: #018de7;
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 5px 0;
    
}

.company_logo_set_wrap{
    padding: 30px 0;
    
}

.company_logo_set{
    width:auto;
    float:none;
    margin: 0 0 20px;
    
}

.company_logo{
    width:auto;
    padding: 6px;
    margin: 0 auto;
    border: 1px solid #018de7;
     height:auto;
}

.company_logo_set_mds{
    background-color: #17ade8;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 3px;
    
}

.company_logo_set_copy{
    padding: 10px;
    
}

.company_sec03_wrap{
    padding: 0 0 40px 0;
    
}

.company_sec03_mds{
    font-weight: 600px;
    font-size: 22px;
    padding: 0 0 0;
    color: #018de7;
    
}

.company_sec03_copy01{
    padding: 0 0 20px;
    
}

.company_sec04_wrap{
    padding: 0 0 40px 0;
    
}


.company_tbl table{
	border: 1px solid #ccc;
	border-collapse: collapse;
text-align:left;
padding:0 0;
margin:40px auto;

}

.company_tbl th{
    display: block;
background-color:#f1f1f1;
font-weight:normal;
	border: none;
	padding:8px;
	vertical-align:top;
	text-align:center;
	vertical-align:middle;
}

.company_tbl td{
    display: block;
	border: none;
	padding:8px;
	
}
     
/*-------------------------------------------
	コンセプト
--------------------------------------------*/

.sub_ttl_concept{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_concept.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.concept_copy01{
    text-align: center;
    font-size: 20px;
    line-height: 1.8em;
    padding: 40px 0;
    font-weight: 500;
    color: #018de7;
    
}

.concept_copy02{
    line-height: 1.8em;
    padding: 20px 0;
    font-weight: 500;
    
}
     
/*-------------------------------------------
	グラフィック
--------------------------------------------*/

.sub_ttl_graphic{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_graphic.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.graphic_img01{
    text-align: center;
    display: none;
    
}
     
.graphic_main_img_sp{
    text-align: center;
    display: block;
    
}
     
.graphic_main_img_sp  img{
    max-width: 100%;
    height: auto;
    padding: 0 0 0 0;
    
}

.graphic_img01  img{
    max-width: 100%;
    height: auto;
    padding: 0 0 0 0;
    
}

.graphic_left50{
    width:auto;
    float:none;
    
}

.graphic_copy01{
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8em;
    
}

.graphic_left50  img{
    max-width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    
}

.graphic_img02{
    text-align: center;
    
}

.graphic_img02  img{
    max-width: 100%;
    height: auto;
    padding: 0 0 0 0;
    
}

.graphic_weap01{
    background-color: #17ade8;
    width:auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    
}

.graphic_inner01{
    width: 90%;
    margin: 0 auto;
    
}

.graphic_mds01{
    font-size: 22px;
    text-align: center;
    font-weight: 400;
     padding: 30px 0;
    color: #fff;
    
}
     
/*-------------------------------------------
	ウェブサイト
--------------------------------------------*/

.sub_ttl_website{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_website.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.website_weap01{
    background-color: #018de7;
    width:auto;
    margin: 0 auto;
    padding: 0 0 50px 0;
    
}

.website_inner01{
    width: 90%;
    margin: 0 auto;
    
}
     
/*-------------------------------------------
	スタートプラン
--------------------------------------------*/

.webstart_wrap{
    background-color: #fff8da;
    padding: 40px;
    margin: 30px 0;
    
}

.webstart_left50{
    width:auto;
    float:none;
}

.webstart_left50 img{
    max-width: 100%;
    height: auto;
    
}

.webstart_copy01{
    padding: 0 0 30px 0;
}

.webstart_copy02{
    text-align:left;
    padding: 0 0 40px 0;
    
}

/*-------------------------------------------
	プロジェクトプラン
--------------------------------------------*/

.websiteproject_copy01{
    width: 100%;
padding: 10px 0 30px 0;
}
     
/*-------------------------------------------
	LP制作
--------------------------------------------*/

.sub_ttl_lpsite{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_lpsite.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.lpsite_sec01{
    background-color: #f1f1f1;
    padding: 30px;
    width: auto;
    margin: 30px auto 0;
    
}

.lpsite_float50{
    width:auto;
    float:none;
}

.lpsite_copy01{
    width:auto;
    margin: 0 auto 30px;
    
}

.lpsite_copy01,.lpsite_float50 img{
    max-width: 100%;
    height: auto;
    
}

.lpsite_mds01{
    font-weight: 500;
    text-align: center;
    color: #018de7;
    font-size: 22px;
    padding: 0 0 40px 0;
    
}


.lpsite_copy02{
    padding: 40px 0 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 20px;
    font-weight: 400;
    
}

.color_enz{
    color: #D92D9D;
    
}

.lpsite_sec02{
    background-color: #d5f1fc;
    padding: 0 0 40px;
    
}

.lpsite_sec02_inner{
    width:auto;
    margin: 0 auto;
    padding: 20px 0 0 0;
    
}

.lpsite_sec02_mds{
    color: #fff;
    background-color: #17ade8;
    text-align: center;
    padding: 20px;
    font-size: 22px;
    line-height: 1.6em;
    
}

.lpsite_copy02_copy03{
    padding: 20px 40px 20px 40px;
    font-size: 16px;
    line-height: 1.8em;
    
}

.lpsite_sec03{
    width:auto;
    margin: 0 auto;
    padding: 30px;
    
}

.lpsite_sec03_colm{
    width:70%;
    margin: 0 auto 20px;
    float:none;
    
}

.lpsite_sec03_colm img{
    max-width: 100%;
    height: auto;
    
}

/*-------------------------------------------
	SNS制作運用
--------------------------------------------*/

.sub_ttl_sns{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_sns.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.sns_space{
    padding: 40px 0 0 0;
    
}


.sns_sec01{
    background-color: #d5f1fc;
    padding: 0 0 40px;
    
}

.sns_sec01_mds{
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 20px;
    background-color: #018de7;
    
}

.sns_sec01_inner{
    width:auto;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    
}
     
    .snsc_copy01 {
padding: 30px 20px 0 20px;
font-size: 20px;
font-weight: 500;
line-height: 1.8em;
}

.snsc_img01{
    padding: 30px 20px 0 20px;
    
}
     
     .snsc_img01 img{
         max-width: 100%;
         height: auto;
         
     }
     
/*-------------------------------------------
	EC通販サイト制作
--------------------------------------------*/

.sub_ttl_ec{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_ec.png");
    background-repeat: no-repeat;
    background-size: cover;
}
     
.ec_wrap01{
    width: 90%;
    margin: 0 auto;
    
}
     

/*-------------------------------------------
	動画制作
--------------------------------------------*/

.sub_ttl_video{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_video.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.video_mds01{
    font-size: 22px;
    font-weight: 600;
    color: #018de7;
    padding: 0 0 8px 0;
    
}

.video_copy01{
    padding: 10px;
    
}

.video_wrap{
    width:auto;
    margin: 0 auto;
    padding: 30px 0;
}

.video_set{
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 0 20px 0;
    
}

.video_set_img01{
    width: 95%;
    margin: 0 auto
    
}

.video_set_img01 img{
    max-width: 100%;
    height: auto;
    
}
     
/*-------------------------------------------
	広告運用代行
--------------------------------------------*/

.sub_ttl_advertising{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_advertising.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.advertising_mds{
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
    color: #018de7;
    padding: 0 0 20px 0;
    
}

.advertising_list{
    padding: 0 40px;
    font-size: 16px;
    line-height: 1.8em;
    
}
     
/*-------------------------------------------
	ロゴデザイン
--------------------------------------------*/

.sub_ttl_logodesign{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_logodesign.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.logodesign_mds{
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
    color: #018de7;
    padding: 30px 0 20px 0;
    
}

.logodesign_calm{
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 0 30px 0;
    
}

.logodesign_img01{
    width: 90%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    
}

.logodesign_img01 img{
    max-width: 100%;
    height: auto;
    
}
     
/*-------------------------------------------
	名刺デザイン
--------------------------------------------*/

.sub_ttl_businesscard{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_businesscard.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.businesscard_mds01{
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
    padding: 0 0 20px 0;
    
}

.businesscard_mds02{
    font-size: 20px;
    line-height: 1.6em;
    text-align: center;
    color: #003399;
    padding: 0 0 20px 0;
    
}
     
/*-------------------------------------------
	チラシデザイン
--------------------------------------------*/

.sub_ttl_flyer{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_flyer.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.flyer_calm50{
    width:auto;
    float:none;
    padding: 0 0 40px;
    
}

.flyer_copy01{
    padding: 0 0 30px 0;
    
}

.flyer_copy02{
    font-size: 24px;
    font-weight: 500;
    color: #018de7;
    padding: 10px 0 20px;
    line-height: 1.6em;
    
}

.flyer_calm50 img{
    max-width: 100%;
    height: auto;
    
}

.flyer_copy03{
    font-size: 18px;
    line-height: 1.6em;
    
}
     
/*-------------------------------------------
	パンフレットデザイン
--------------------------------------------*/

.sub_ttl_pamphlet{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_pamphlet.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
     
/*-------------------------------------------
	看板デザイン
--------------------------------------------*/

.sub_ttl_signboard{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_signboard.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.signboard_mds01{
    background-color: #17ade8;
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding: 30px;
    
}

.signboard_calm50{
    width:auto;
    float:none;
    padding: 5px 0;
    
}

.signboard_calm5_inner{
    padding: 20px;
    
}

.signboard_calm5_copy{
    padding: 10px 0;
    
}

.signboard_calm5_inner img{
    max-width: 100%;
    height: auto;
    
}
     
/*-------------------------------------------
	ブランディング構築
--------------------------------------------*/

.sub_ttl02{
    text-align: center;
    color: #666;
    font-size: 28px;
    padding: 40px 0 0 0;
    font-weight: 500;
    line-height: 1.0em;
    
}


.sub_ttl_branding{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_branding.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

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

.branding_copy02{
    font-size: 22px;
    font-weight: 400;
    color: #018de7;
    padding: 0 0 20px;
    line-height: 1.6em;
    
}

.branding_calm{
    width:80%;
    margin: 0 auto;
    float:none;
    text-align: center;
    padding: 0 0 20px 0;
    
}

.branding_img01{
    width: 100%;
    height: auto;
    
}

.branding_img01 img{
    max-width: 100%;
    height: auto;
    
}

.branding_copy03{
    font-size: 25px;
    font-weight: 400;
    color: #17ade8;
    padding: 20px 30px 20px;
    line-height: 1.6em;
    text-align: center;
    
}

.branding_sec01{
    background-color: #17ade8;
    padding: 20px;
    
}

.branding_sec01_inner{
    width:auto;
    margin: 0 auto;
    
}

.branding_sec01_copy01{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 0 0 20px;
    line-height: 1.6em;
    text-align:left;
}
     
     .branding_sec01_copy01 br{
         display: none;
         
     }

.branding_sec01_copy02{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 30px 0 30px;
    line-height: 1.6em;
    text-align:left;
}

.branding_sec01_calm{
    width: 90%;
    float:none;
    margin: 0 auto;
    padding: 0 0 20px 0;
    
}

.branding_sec01_bg{
    background-color: #fff;
    padding: 10px 2.5%;
    width: 90%;
    margin: 0 auto;
    
}

.branding_sec01_img01{
    width: 100%;
    
}

.branding_sec01_img01 img{
    max-width: 100%;
    height: auto;
    
}

.branding_sec01_mds01{
    text-align: center;
    font-size: 18px;
    font-weight: 400px;
    padding: 10px 0 10px;
    
}


/*-------------------------------------------
	事業計画CI・VI
--------------------------------------------*/

.sub_ttl_businessplan{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_businessplan.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.businessplan_copy01{
    font-size: 22px;
    font-weight: 400;
    color: #17ade8;
    padding: 0 0 20px;
    line-height: 1.6em;
    text-align: center;
    
}

.businessplan_copy03{
    font-size: 22px;
    font-weight: 400;
    color: #018de7;
    padding: 0 30px 20px;
    line-height: 1.6em;
    text-align:left;
    
}

.businessplan_copy03 br{
         display: none;
     }

.businessplan_sec01{
    background-color: #17ade8;
    padding: 20px;
    
}

.businessplan_sec01_inner{
    width:auto;
    margin: 0 auto;
    
}

.businessplan_sec01_calm{
    width:auto;
    float:none;
    
}

.businessplan_sec01_bg{
    background-color: #fff;
    padding: 10px 2.5%;
    width:auto;
    margin: 0 auto;
    height:auto;
    
}

.businessplan_sec01_mds01{
    text-align: center;
    font-size: 22px;
    font-weight: 400px;
    padding: 20px;
    margin: 0 0 0 0;
    color: #fff;
    background-color: #018de7;
    
}

.businessplan_sec01_copy01{
    padding: 10px;
    
}

.businessplan_sec02{
    width:90%;
    margin: 0 auto;
    padding: 20px 0 0;
    
}
     

/*-------------------------------------------
	イラスト制作
--------------------------------------------*/

.sub_ttl_illustration{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_illustration.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.illustration_calm{
    width:auto;
    float:none;
    
}

.illustration_set{
    width: 95%;
    margin: 0 auto;
    background-color: #d7f4ff;
    
}

.illustration_set_inner{
    padding: 20px;
    
}

.illustration_set_img{
    width: 100%;
    
}

.illustration_set_img img{
    max-width: 100%;
    height: auto;
    
}

.illustration_set_mds01{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #018de7;
    padding: 10px 0;
}

.illustration_set_copy01{
    padding: 0 0;
     height:auto;
    
}

.illustration_calm02{
    width:auto;
    float:none;
    
}
     
     

.illustration_set_inner02{
    padding: 10px;
    
}

.illustration_set02{
    width: 95%;
    margin: 0 auto;
    background-color: #fffddf;
    
}
     
.illustration_copy03 {
font-size: 20px;
font-weight: 400;
color: #018de7;
padding: 20px 0 20px;
line-height: 1.6em;
text-align:left;
}

     .illustration_copy03 br{
         display:none;
         
     }
     

/*-------------------------------------------
	ブログ
--------------------------------------------*/

.sub_ttl_blog{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_blog.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

/*-------------------------------------------
	お問い合わせ
--------------------------------------------*/

.sub_ttl_contact{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_contact.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
     
/*-------------------------------------------
	お知らせ
--------------------------------------------*/

.sub_ttl_news{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_news.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
     
/*-------------------------------------------
	お問い合わせ
--------------------------------------------*/

.sub_ttl_contact{
    height: 100px;
    width: 100%;
    background: url("../../../../img/ttl_bg_contact.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
	 

#sp-field{
width: 100%;
}

span.wpcf7-list-item {
display: block;
}

span.wpcf7-list-item {
display: block!important;
}

.contact_form_btn{
	text-align:center;
	padding:30px 0;
	}

input[type="text"],
input[type="tel"],
input[type="email"]
{
padding:8px 0;
font-size:18px;
width: 100%;
border: 1px solid #ccc;
}

input[type="checkbox"]
{
font-size:18px;
border: 1px solid #ccc;
margin:0 10px 0 0;
}

	
textarea {
	padding:4px 0;
font-size:18px;
width: 100%;
  height: 200px;
  border: 1px solid #ccc;
margin:0 auto;
}

input.wpcf7-submit {
padding: 10px 50px;
background: #208cd8;
border-radius: 5px;
color: #fff;
font-size: 16px;
font-weight: bold;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
input.wpcf7-submit:hover {
opacity: 0.8;/* マウスオンで半透明に */
cursor:pointer;
}

.contact_mds{
	padding:0 0 0 0;
	font-size:18px;
	}

.contact_frm{
	padding:0 0 0 0;
}

.fnt_red{
	color:#F00;
}

/*-------------------------------------------
	追加1002
--------------------------------------------*/
     
.campany_photo01{
    width:70%;
    margin: 0 auto;
    float:none;
    padding: 0 20px 0 30px;
    
}

.campany_photo01 img{
    max-width: 100%;
    height: auto;
    
}

.campany_photo01_copy{
    text-align: center;
    padding: 5px 0;
    
}

.campany_right01{
    width: 100%;
    float:none;
    padding: 20px 0 40px 0;
}
   
/*-------------------------------------------
	実績
--------------------------------------------*/

.sub_ttl_achievements{
    height: 160px;
    width: 100%;
    background: url("../../../../img/ttl_bg_achievements.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.sub_ttl_black{
    text-align: center;
    color: #0160ba;
    font-size: 28px;
    padding: 70px 0 0 0;
    font-weight: 500;
    line-height: 1.0em;
}

.achievements_calm01{
    width: 100%;
    float:none;
    height:auto;
    
}

.achievements_calm01_inner{
    padding: 30px;
    
}

.achievements_calm01_img{
    width: 100%;
    height: auto;
    text-align: center;
    
    
}

.achievements_calm01_img img{
    max-width: 100%;
    height: auto;
    
}

.header_caption br{
	display:none;
	
	 }
          
}

