<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "default.css";
@import "standard.css";

body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", "Meiryo, Osaka", "MS P 繧ｴ繧ｷ繝�け", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
    background: #E8F8E0;
}

/* 繧ｹ繧ｿ繧､繝ｫ
------------------------------------------------ */

/* 繝倥ャ繝繝ｼ */
header{
    padding-top: 10px;
}
header #head{
	width: 980px;
	margin: 0 auto;
    padding-bottom: 10px;
}
header #head .left{
    width: 210px;
    float: left;
}
header #head .right{
    width: 280px;
    padding-top: 10px;
    float: right;
}
header #head .contactus{
    width: 280px;
    text-align: center;
    background: -moz-linear-gradient(top, #FF9900, #FF6600);
    background: -webkit-linear-gradient(top, #FF9900, #FF6600);
    background: linear-gradient(to bottom, #FF9900, #FF6600);
    box-shadow: 0px 0px 1px #CCC, 0px 0px 2px #CCC, 0px 0px 3px #CCC, 0px 0px 4px #CCC;
}
header #head .contactus a{
    padding: 18px 0;
	font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
}

/* 閭梧勹 */
#main_bg{
	background: url(../image/common/bg.jpg) no-repeat center top;
    background-size: contain;
}
#p_top #main_bg{
    margin-bottom: 50px;
	background: url(../image/top/main_bg.jpg) no-repeat center top;
    background-size: cover;
}

/* 繝輔ャ繧ｿ繝ｼ */
footer{
    padding: 30px 0;
	background: #AEE295;
}
#fnavi{
	margin-bottom: 50px;
	text-align: center;
}
#fnavi li{
	margin: 0 20px;
    font-size: 14px;
	display: inline-block;
}
#fnavi li a{
    color: #000;
    text-decoration: none;
}
#copyright{
    font-size: 14px;
    color: #006600;
    font-weight: bold;
    letter-spacing: .05em;
    text-indent: .05em;
	text-align: center;
}
#fixedTop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #000;
    position: fixed;
    z-index: 9999;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

/* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ
------------------------------------------------ */
#gnavi{
	margin-bottom: 30px;
    padding: 8px 0;
    background: rgba(255,255,255,0.3);
}
#gnavi ul{
    width: 980px;
    margin: 0 auto;
    border-left: 1px solid #999;
    font-size: 0;
}
#gnavi ul li{
    width: 148px;
    border-right: 1px solid #999;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 1px #FFF, 0px 0px 2px #FFF, 0px 0px 3px #FFF, 0px 0px 4px #FFF, 0px 0px 5px #FFF, 0px 0px 6px #FFF, 0px 0px 7px #FFF, 0px 0px 8px #FFF;
}
#gnavi ul li a{
    width: 100%;
    padding: 8px 0;
    color: #009966;
    text-decoration: none;
    display: block;
}
#gnavi ul li a span{
    display: block;
    font-size: 10px;
    font-weight: normal;
    color: #666;
    text-shadow: none;
}
#gnavi ul li.home{
    width: 148px;
}
#gnavi ul li.cdw{
    width: 162px;
}
#gnavi ul li.price{
    width: 155px;
}
#gnavi ul li.seo{
    width: 210px;
}
#gnavi ul li.illust{
    width: 196px;
}
#gnavi ul li.faq{
    width: 102px;
}

/* H繧ｿ繧ｰ
------------------------------------------------ */
h2.title{
	margin-bottom: 45px;
	padding: 15px 10px;
	font-size: 30px;
	text-align: center;
	color: #009966;
	font-weight: bold;
}
h2.title span{
	padding: 15px 10px;
	border-top: 4px #009966 solid;
	border-bottom: 4px #009966 solid;
}
h3.title{
	margin-bottom: 35px;
	padding-left: 10px;
	border-left: 6px #009966 solid;
	font-size: 30px;
	color: #009966;
	font-weight: bold;
}
    
/* 蜈ｱ騾�
------------------------------------------------ */
section{
	line-height: 1.8em;
}
#contents{
    width: 960px;
    margin: 0 auto 50px;
	padding: 40px;
	background: #FFF url(../image/common/contents_bg.jpg);
}
.cbox{
	width: auto;
	margin: 0 5px 100px;
}
.cbox0{
	width: auto;
	margin: 0 5px;
}
a.point{
    padding-left: 18px;
    text-decoration: none;
    position: relative
}
a.point:before{
    top: 4px;
    left: 2px;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-size: 12px;
    color: #FF0000;
    font-weight: 900;
    position: absolute;
}
.button{
	text-align: center;
}
.button li a{
	padding: 10px 50px;
	display: inline-block;
	background: #009933;
	border-radius: 3px;
	color: #FFF;
	text-decoration: none;
}
.button li a:hover{
	background: #33AD5C;
}
br.sp {
	display: none;
}

/* 繝代Φ縺上★繝翫ン */
#rootlist{
	width: auto;
	margin: 0 auto 20px;
	font-size: 12px;
}
#rootlist .breadarrow{
	margin: 0 5px;
}

/* 繝��繝悶Ν */
table.stdt1{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: solid 1px #e0e0e0;
}
table.stdt1 caption{
	text-align: left;
}
table.stdt1 th,
table.stdt1 td{
	border: solid 1px #e0e0e0;
	padding: 10px;
	text-align: left;
}
table.stdt1 th{
	background: #F5F5F5;
	white-space: nowrap;
	color: #333333;
}
table.stdt2{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: solid 1px #0099CC;
}
table.stdt2 th,
table.stdt2 td{
	border: solid 1px #0099CC;
	padding: 10px;
    text-align: center;
}
table.stdt2 th{
	background: #F9FDFC;
	white-space: nowrap;
}
table.stdt2 td.space{
    letter-spacing: .3em;
}
table.stdt2 td.money{
    text-align: right;
}

/*蜷�index 繝翫ン驛ｨ蛻�*/
.snavi{
	width: 1000px;
    margin: 0 auto 40px;
    font-size: 0;
}
.snavi li{
	width: 480px;
    margin: 0 10px 20px;
	display: inline-block;
    background: #064094;
}
.snavi li a{
    height: 150px;
    padding: 30px 15px 0;
    text-align: left;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #FFF;
    text-shadow: 0px 0px 1px #064094, 0px 0px 2px #064094, 0px 0px 3px #064094, 0px 0px 4px #064094, 0px 0px 5px #064094, 0px 0px 6px #064094, 0px 0px 7px #064094, 0px 0px 8px #064094;
    display: block;
}

/* 繝医ャ繝励�繝ｼ繧ｸ
------------------------------------------------ */

/*蜈ｱ騾�*/
#p_top .cbox{
    width: 990px;
    margin: 0 auto 80px;
}
#p_top .comment{
	margin-bottom: 60px;
}
#p_top #main{
    max-width: 1200px;
    min-width: 980px;
    height: 325px;
    margin: 0 auto;
    padding-top: 75px;
    background: url(../image/top/main_mascot.png) no-repeat bottom right;
}
#p_top #main h2{
    padding-left: 70px;
    font-size: 40px;
    line-height: 1.5em;
    color: #FFF;
    font-family: "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取�譛� Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: 500;
    transform: rotate(.03deg);
    text-shadow: 0px 0px 1px #0D447B, 0px 0px 2px #0D447B, 0px 0px 3px #0D447B, 0px 0px 4px #0D447B, 0px 0px 5px #0D447B, 0px 0px 6px #0D447B, 0px 0px 7px #0D447B, 0px 0px 8px #0D447B;
}

/*縺顔衍繧峨○*/
#p_top #info{
    width: 994px;
    margin: 0 auto;
}
#p_top #info .left{
    float: left;
}
#p_top #info .right{
    float: right;
}
#p_top #info .box{
    width: 470px;
    margin-bottom: 45px;
	padding: 15px;
    background: #FFF;
    box-sizing: border-box;
}
#p_top #info h2{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #660000;
}
#p_top #info h2 i{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
#p_top #info .log dl{
    margin-bottom: 10px;
}
#p_top #info .log dt{
    width: 100px;
    display: inline-block;
}
#p_top #info .log dd{
    width: 260px;
    display: inline-block;
}

/*繧ｳ繝ｳ繧ｻ繝励ヨ*/
#p_top #concept h2{
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #006699;
}

/*繧ｫ繝�ざ繝ｪ*/
#p_top #category{
	margin-bottom: 100px;
    text-align: center;
    font-size: 0;
}
#p_top #category .item{
    width: 320px;
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
}
#p_top #category .item dt{
    margin-bottom: 20px;
    color: #660000;
	font-weight: bold;
    font-size: 18px;
}
#p_top #category .item .img{
    margin-bottom: 20px;
}
#p_top #category .item .text{
    margin-bottom: 30px;
    text-align: left;
    font-size: 16px;
	line-height: normal;
}
#p_top #category .item .button{
    width: 220px;
    margin: 0 auto;
	padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    background: -moz-linear-gradient(top, #66CC33, #56AD2C);
    background: -webkit-linear-gradient(top, #66CC33, #56AD2C);
    background: linear-gradient(to bottom, #66CC33, #56AD2C);
}
#p_top #category .item .button a{
    padding: 10px 0;
    color: #FFF;
    text-decoration: none;
    display: block;
}

/*蛻ｶ菴懷ｮ溽ｸｾ*/
#p_top #works{
    width: 100%;
    margin-bottom: 50px;
    padding: 50px 0;
    background: #009966;
    color: #FFF
}
#p_top #works h2{
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#p_top #works .cbox{
    margin-bottom: 0;
}
#p_top #works .list{
    text-align: center;
    font-size: 0;
}
#p_top #works .item{
    width: 430px;
    margin: 0 20px 40px;
    display: inline-block;
}
#p_top #works .item .name{
    margin-bottom: 10px;
}
#p_top #works .item dt{
    margin-bottom: 10px;
    font-size: 20px;
}
#p_top #works .item dd{
    padding: 5px;
    background: #FFF;
}
#p_top #works .item .tag{
    text-align: left;
}
#p_top #works .item .tag li{
    margin-right: 10px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #FFF;
    display: inline-block;
}
#p_top #works .button{
    width: 220px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #FFF;
}
#p_top #works .button a{
    
    padding: 10px 0;
    color: #FFF;
    text-decoration: none;
    display: block;
}

/*繧､繝ｩ繧ｹ繝� 繝昴�繝医ヵ繧ｩ繝ｪ繧ｪ*/
#p_top #illust h2{
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 1px #0D447B, 0px 0px 2px #0D447B, 0px 0px 3px #0D447B, 0px 0px 4px #0D447B, 0px 0px 5px #0D447B;
}
#p_top #illust .item{
    text-align: center;
}
#p_top #illust .item li{
    width: 156px;
    margin: 0 10px;
    display: inline-block;
}

/* ABOUT
------------------------------------------------ */
#p_about .introduction .comment{
    width: 680px;
	float: left;
}
#p_about .introduction .ist{
    width: 250px;
	float: right;
}
#p_about #reason .float .ist{
    width: 204px;
	float: left;
}
#p_about #reason .float .comment{
    width: 730px;
	float: right;
}
#p_about .merit{
	padding: 10px;
	background: #099;
	color: #FFF;
}
#p_about .merit dl{
	padding: 25px;
	border: 1px #FFF solid;
}
#p_about .merit dt{
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
}
#p_about .merit dd{
	font-weight: bold;
}
#p_about #overview{
	padding: 40px;
	background: #FFF;
}
#p_about #overview dl{
	margin-bottom: 10px;
}
#p_about #overview dl:last-child{
	margin-bottom: 0;
}
#p_about #overview dt{
	width: 140px;
	float: left;
}
#p_about #overview dd{
	width: 700px;
	float: right;
}
#p_about #member .box{
	width: 430px;
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	
}
#p_about #member .box .img{
	width: 140px;
	float: left;	
}
#p_about #member .box .profile{
	width: 280px;
	float: right;
	margin-right: 5px;
	display: inline;
}
#p_about #member .box .profile dt{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
}
#p_about #member .box .profile dd{
	font-size: 14px;
}

/* HP蛻ｶ菴�
------------------------------------------------ */
#p_production #plan h4{
	margin-bottom: 30px;
	border: dashed 1px white;
	padding: 0.2em 0.5em;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
#p_production #plan h4.basic{
	background: #3399CC;
	box-shadow: 0px 0px 0px 5px #3399CC;
}
#p_production #plan h4.full{
	background: #333399;
	box-shadow: 0px 0px 0px 5px #333399;
}
#p_production #plan h4.corporate{
	background: #FF9900;
	box-shadow: 0px 0px 0px 5px #FF9900;
}	
#p_production #plan h4.wix{
	background: #999933;
	box-shadow: 0px 0px 0px 5px #999933;
}
#p_production #plan h4.one{
	background: #339999;
	box-shadow: 0px 0px 0px 5px #339999;
}	
#p_production #plan .plan .img{
	width: 400px;
	float: left;
}
#p_production #plan .plan .explanation{
	width: 490px;
	float: right;
}
#p_production #plan .plan .explanation .price{
	margin-bottom: 30px;
	text-align: right;
	font-size: 26px;
	color: #F00;
}

/* 蛻ｶ菴懷ｮ溽ｸｾ
------------------------------------------------ */
#p_works #list dl{
	width: 420px;
	margin: 0 25px 50px;
	display: inline-block;
	vertical-align: top;
}
#p_works #list dt{
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	
}
#p_works #list dd{
	margin-bottom: 20px;
	
}
#p_works #list dd.pscr{
	width: 420px;
	filter: drop-shadow(3px 3px 3px #aaa);
	
}
#p_works #list dd.ico li{
	padding: 0 5px;
	border: 1px #339933 solid;
	display: inline-block;
	font-size: 14px;
	color: #339933;
	
}
#p_works #list dd.details li{
	width: 150px;
	margin: 0 auto;
	background: #099;
	border-radius: 30px;
	color: #FFF;
	text-align: center;	
}

/* SEO
------------------------------------------------ */
#p_seo #reality{
	margin-bottom: 30px;
	padding: 15px;
	border: 1px #009966 solid;
	background: #FFF;
}
#p_seo #reality li{
	margin-bottom: 15px;
	font-weight: bold;
}
#p_seo #reality li:last-child{
	margin-bottom: 0;
}
#p_seo #category{
	margin-bottom: 30px;
	padding: 15px;
	border: 1px #009966 solid;
	background: #FFF;
}
#p_seo #category dl{
	margin-bottom: 15px;
}
#p_seo #category dl:last-child{
	margin-bottom: 0;
}
#p_seo #category dt{
	font-weight: bold;
}
#p_seo #plan dl{
	margin-bottom: 80px;
}
#p_seo #plan dt{
	font-weight: bold;
}


/* 繧ｭ繝｣繝ｩ繝ｻ繧､繝ｩ繧ｹ繝亥宛菴�
------------------------------------------------ */
#p_illust #introduction .ist{
	width: 240px;
	float: left;
	text-align: center;
}
#p_illust #introduction .ist img{
	width: 180px;
	height: auto;
}
#p_illust #introduction .comment{
	width: 700px;
	float: right;
}
#p_illust #works .list{
	text-align: center;
}
#p_illust #works .list dl{
	width: 202px;
	margin: 0 10px;
	display: inline-block;
}
#p_illust #works .list dt{
	margin-bottom: 5px;
	font-weight: bold;
}
#p_illust #works .list dd{
	margin-bottom: 10px;
	border: 1px #FFCC99 solid;
}
#p_illust #flow .list dl{
	width: 270px;
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}
#p_illust #flow .list dt{
	margin-bottom: 30px;
	padding: 10px;
	background: #E5E5DC;
	text-align: center;
	color: #660000;
	font-weight: bold;
}
#p_illust #flow .list dd.img{
	margin-bottom: 20px;
	text-align: center;
}
#p_illust #price .list dl{
	padding: 10px 0;
	border-top: 1px #CCC solid;
	font-weight: bold;
}
#p_illust #price .list dt{
	width: 400px;
	padding-left: 10px;
	float: left;
}
#p_illust #price .list dd{
	width: 200px;
	padding-right: 10px;
	float: right;
	text-align: right;
}
#p_illust #price .list dl:last-child{
	border-bottom: 1px #CCC solid;
}
#p_illust #portfolio .list{
	font-size: 0;
}
#p_illust #portfolio .list li{
	width: 170px;
	margin: 0 30px 40px;
	display: inline-block;
}

/* FAQ
------------------------------------------------ */
#p_faq #list dl{
	margin-bottom: 80px;
}
#p_faq #list dt{
	margin-bottom: 20px;
	font-weight: bold;
}

/* 繝｡繝ｼ繝ｫ繝輔か繝ｼ繝�
------------------------------------------------ */
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.wss {
	width: 25%;
}</pre></body></html>