@charset "utf-8";


body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

}

a:link, a:visited{
	color: #0066CC;
    text-decoration: underline;
}

a:hover {
	color:#C00;
	}



#container{
border-top:5px solid #0087d5;
}

#main{
/* border-top:1px solid #e8e8e8; */
margin: 0;
}


/* 本文欄 */
#content{
width: 920px;
margin: 0 auto;
font-size: 18px;
line-height: 1.7em;
padding:15px 0;
}
@media screen and (max-width: 920px) {
#content{
width: 100%;
padding:20px 20px;
}
}

#content p{
margin-bottom: 25px;
}


#headcover{
/* border-top: 5px solid #cc3300; */
background:#0087d5;
    margin-top:20px;
}

#headcover h1 {
text-align:center;
width:920px;
color: #fff;
	margin:0 auto; 
	padding:15px 5px 15px 5px;
	font-size:18px;;
	overflow:hidden;
font-weight:normal;
}
@media screen and (max-width: 920px) {
#headcover h1 {

width:100%;
font-size: 5.5vmin;

}
}


/* ================================================== */
#header {
	width:920px;
    height: 84px;
margin: 0 auto;
}

#header h2{
	width:460px;
    height: 84px;
	margin:0;
	padding:0;
	float:left;
	display:block;
}


@media screen and (max-width: 920px) {
#header {
display: none;

}
}

/* ================================================== */

div#menu {
/* clear:both; */
display:block;
float:right;
   margin:0;
	width:460px;
    height: 84px;
 overflow:hidden;

}

div#menu ul {
list-style: none;
   margin:0;
   padding:0;
  padding-top:36px;
   
}

div#menu li {

   float:left;
   
   font-size: 100%; 
	/*	font-family: Verdana,  Arial, sans-serif; */
	font-weight: normal;
   padding:4px 13px 4px 13px;
   margin:0;
   
   
   border-left:1px solid #ccc;
position: relative;
}

		div#menu li:last-child{
			border-right:1px solid #ccc;
		}	

div#menu li a{
display:block;
  color:#333;
  text-decoration:none;
  transition: color 1s;
  
}

div#menu li a:hover{
  color: #F00;

}


/* ぬるっと下線 */
#menu li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #0087d5;
    transform: scale(0, 1);
    transition: 0.4s;
}
#menu li a:hover:before {
    transform: scale(1);
}


div#menu li.home{
  border-left:1px solid #ccc;
}

/* ================================================== */
#toptitle{
background:#f3f3f3;
padding: 15px 0;
}

#toptitle h2 {
text-align:center;
width:920px;
color: #000;
	margin:0 auto; 
	padding:5px ;
	font-size:38px;
	overflow:hidden;
font-weight:normal;
}
@media screen and (max-width: 920px) {
#toptitle h2 {

width:100%;
font-size: 4.5vmin;

}
}
/* ================================================== */

#header_sp{
display: none;
}

@media screen and (max-width: 920px) {
#header_sp {
display: block;
padding: 0;

}
}

#header_sp h2{
background: #f3f3f3;
margin: 0px;
padding: 15px 0;
}
/* ==================== */
#menu_sp{
border-top: 1px solid #ccc;
}

#menu_sp ul {
list-style: none;
   margin:0;
   padding:0;
 
}

#menu_sp li {
display: block;
width: 33.3%;
   float:left;
   
  font-weight: normal;
 margin:0;
   
   text-align: center;
   overflow: hidden;
   
   border-right:1px solid #ccc;
   border-bottom:1px solid #ccc;
}

    #menu_sp li:nth-child(3n){
      border-right:none;
    } 

#menu_sp li a{
line-height: 1.3em;
display:block;
padding: 10px 5px;
  color:#333;
  text-decoration:none;
  transition: background 1s;
  font-size: 20px;
}

#menu_sp li a:hover{
  background: #FFC;
}

#menu_sp .mn_sml{
display     : inline-block;
transform:scale(0.7,1);
letter-spacing: -0.1em;
}

/* ================================================== */

#topimg {
width:100%;
padding:0;
}

#topimg img{

width: 50%;
height: auto;
min-width: 460px;
float:left; 
}

@media screen and (max-width: 920px) {
#topimg img{

width: 100%;
min-width: 100px;
float:none; 
}
}
/* ================================================== */

#top_content{
clear: both;
width: 920px;
margin: 20px auto;
}
@media screen and (max-width: 920px) {
#top_content{
width: 100%;

}
}

#top_m{
width:80%;
margin:10px auto;
}


#top_m h2{
font-weight: bold;
font-size: 36px;
margin-bottom: 20px;
}

#top_m h3{
font-weight: bold;
font-size: 24px;

}

#top_m p{
font-size: 18px;
line-height: 1.8em;
margin-bottom: 30px;
}


#top_left{
width:460px;
float: left;

}
@media screen and (max-width: 920px) {
#top_left{
width: 100%;
float: none;
}
}

#top_left_inner{
padding-right: 30px;
margin-bottom: 30px;
}
@media screen and (max-width: 920px) {
#top_left_inner{
padding-right: 20px;
padding-left: 20px;
}
}


#top_left h2{
font-weight: bold;
font-size: 36px;
margin-bottom: 20px;
}

#top_left h3{
font-weight: bold;
font-size: 24px;

}

#top_left p{
font-size: 18px;
line-height: 1.8em;
margin-bottom: 30px;
}
/* ==================== */

#top_right{
width: 460px;
float: left;

}
@media screen and (max-width: 920px) {
#top_right{
width: 100%;
float: none;
}
}

#top_right_inner{
margin-bottom: 30px;
}
@media screen and (max-width: 920px) {
#top_right_inner{
padding-right: 20px;
padding-left: 20px;
}
}

#top_right h2{
font-weight: bold;
font-size: 40px;

margin-top:40px;
}
/* ================================================== */

ul.topnewslist {
margin-bottom: 30px;
}

.topnewslist li{
font-size: 18px;
line-height: 1.6em;
margin-bottom: 1em;
}

.topnewslist i{
color:#0087d5;
}

/* ================================================== */
.footmenu{
margin-top: 30px;
text-align:center;
color:#666;
padding: 15px 0 15px 0; 
border-top:1px solid #ccc;
background: #f3f3f3;
}
@media screen and (max-width: 920px) {
.footmenu{
display: none;
}
}

.footmenu a{
  color:#333;
  text-decoration:none;
  transition: color 1s;
  
}

.footmenu a:hover{
  color: #F00;
  text-decoration:underline;
}
/* ================================================== */


.list2{
display: none; 

}

@media screen and (max-width: 920px) {
.list2{
display: block;
margin-bottom: 20px;
  }
}

.list2 ul{
 margin: 10px;
 padding:0;
 }
 
 .list2 ul li{
 overflow: hidden;
 margin: 0;
 width: 100%;
 text-align: left;
 padding: 0;
 border: 1px #ccc solid;
 border-bottom: 0;
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 display:block;
 -webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 box-shadow:0px 3px 3px rgba(000,000,000,0.1);
 
 height:70px;
 


}
  
 .list2 ul li:first-child{
 border-radius: 16px 16px 0 0;
 }
 .list2 ul li:last-child{
 border-radius: 0 0 16px 16px;
 border-bottom:1px #ccc solid;
 }
 
 .list2 ul li a{
 color: #333;
 display: block;
padding-left:20px;
 margin: 0;
 font-size: 24px;
 overflow: hidden;
 white-space: nowrap;
 
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight:bold;
line-height: 70px;

 }

.list2 ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35a";
  margin-right: 10px;
  color:#0087d5;
}

/* =============== */





#footer { 
   clear:both;
	padding:20px;
background:#757165;
    color: #fff;
	
}


#footer h4{
width: 920px;
font-size: 38px;
  margin:15px auto;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 920px) {
#footer h4{
width: 100%;
padding: 10px;
}
}


#footer p{
width: 920px;
font-size: 18px;
  margin:15px auto;
  margin-bottom: 30px;
  line-height: 1.8em;
  text-align: center
}
@media screen and (max-width: 920px) {
#footer p{
width: 100%;
  text-align: left;
  font-size: 22px;
  line-height: 2.2em;
}
}

#footer p span{
margin-right: 1em;
}
@media screen and (max-width: 920px) {
#footer p span{
margin-right: 10px;
margin-left: 10px;
display: block;
}
}


#footer a{
color:#ccc;
text-decoration:none;
}
@media screen and (max-width: 920px) {
#footer a{
color:#FFFFCC;
text-decoration:underline;
}
}

#footer a:hover{
color:#fff;
text-decoration:underline;
}

/* ================================================== */

.sec01 {
    border-left: 5px solid #ffa409;
margin-top: 40px;
    padding-left: 13px;
    margin-bottom: 28px;
    font-size: 28px;
    line-height: 1.2em;
}
.sec02 {
    margin: 40px 0 28px 0;
    padding-bottom: 21px;
    border-bottom: 3px solid #ffa409;
    font-size: 32px;
        line-height: 1.2em;
}

/* =============== */

h4.sec02 {
    margin-top: 0px;
    padding-bottom: 10px;
    font-size: 21px;
    border-bottom: 2px solid #ffa409;

}

/* =強調=========== */

.st01 {
    border-bottom: 2px solid #ff3333;
}


.st02 {
    background: linear-gradient(transparent 60%, #ffc1ff 60%);
}

/* ============ */

.c-btn01 {
display: block;
    background: #fff;
    border: 1px solid #5aa0ea;
    color: #5aa0ea;
    margin: 56px auto 0 auto;
    width: 377px;
    height: 56px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
       font-size: 18px;

}
@media screen and (max-width: 920px) {
.c-btn01{
width: 80%;
}
}

a.c-btn01 {
text-decoration: none;
}

a:hover.c-btn01 {
color: #fff;
background: #5aa0ea;
transition: background 0.5s;
}

/* =============== */


.list3 li{
list-style: none;
position: relative;
margin-bottom: 15px;
font-size:20px;
}

ul.list3  li:before {
position: absolute;
left: -1.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  margin-right: 1em;
  color:#ffa409;
  
}
/* =========================== */
.box01{
border-radius: 8px;
background: #f3f9ff;
padding: 40px;
width: 90%;
margin: 20px auto;
}
@media screen and (max-width: 920px) {
.box01{
padding: 10px;
width: 100%;

}
}

/* =========================== */
.box02{
border-radius: 8px;
background: #fff3b6;
padding: 40px;
width: 90%;
margin: 20px auto;
}
@media screen and (max-width: 920px) {
.box02{
padding: 10px;
width: 100%;

}
}
/* =========================== */
.box360{
border-radius: 8px;
background: #f9f9f9;
padding: 20px;
width: 420px;
margin: 20px;
float: left;
border: 3px dashed #67abf5;
}
@media screen and (max-width: 920px) {
.box360{
padding: 10px;
width: 100%;
float: none;
margin: 20px auto;
}
}

.box360 strong{

font-size: 22px;
}
/* ==制作実績用========================= */
.box_sj a{
display: block;
width: 175px;
margin: 4px;
float: left;
}
@media screen and (max-width: 920px) {
.box_sj a{
width: 31%;
margin: 1%;
}
.box_sj img{
width: 100%;
height: auto;
}
}

/* ==制作実績用 大========================= */
.box_sj_top{
display: flex;
flex-wrap: wrap;
width: 100%;
margin: 20px auto;
justify-content: space-between;
}
.box_sj_top a{
display: block;
width: 30%;
float: left;
margin-bottom: 20px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
position: relative;
}

.box_sj_top img{
width: 100%;
height: auto;
}
@media screen and (max-width: 920px) {
.box_sj_top a{
width: 80%;
margin: 20px auto;
}
}


/* 中サイズオプション */
.box_sj_opt a{
width: 19% !important;
}
@media screen and (max-width: 920px) {
.box_sj_opt a{
width: 48% !important;
}
}


.box_sj_top .p_id_name {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 13px;
    left: 11px;
    height: 22px;
    margin: 0;
    padding: 0 10px;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 22px;
background-color: #f00;
    text-decoration: none;
    transition: 0.3s ease-in-out;

    font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
/* ================================================== */

table.tbl05 td{
	border-bottom: 1px dotted #ccc;
}

table.ttbl04 td,table.ttbl04 th{
	border: 1px solid #ccc;
border-collapse: collapse;
}

table.ttbl04 th{
background: #f3f3f3;
	border: 1px solid #ccc;
border-collapse: collapse;
}


/* ================================================== */
/* ================================================== */
@media screen and (max-width: 920px) {
.sp100 img{
width: 100%;
height: auto;
}
}


.clr{
	clear: both;
}

/* バナー用など。範囲にdiv指定 */
.bnro a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);

transition: opacity 0.5s;

}

/* ================================================== */
/* 逆にPCの時だけ */
@media screen and (min-width: 920px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/* ================================================== */

/*
@media screen and (max-width: 920px) {

img {
width: 100%;
height: auto;
}

}
*/