@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    vertical-align: baseline;
}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
	color: #333;
	font-size: small;
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{
	color: #DC6C41;
	text-decoration: none;
}
a:hover{
	color: #DCB941;
}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}


h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    margin-top: 0px;
}




/*************
/* ヘッダー
*************/
#header{
	height: 100px;
}

#header h1{
    padding: 5px 0 10px 10px;
    font-size: 14px;
    font-weight: bold;
	color: #008000;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo p{
    float: left;
    color: #388CFF;
    font-size: 1.8em;
    margin: 0;
}

.logo img{
	width: auto;
	float: left;

	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0;
}

.logo span{
	display:block;
	
}

/*************
/* 電話番号
*************/
.info{
	float: right;
	padding-right: 20px;
	text-align: right;

}

.info .open{
	font-size:1.1em;
		margin:0;


}

.info p{
	margin:0;
	
}

/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
    color: #FF7600;
    font-size: 25px;
    font-weight: bold;

}

.logo span,.info span{
    color: #333;
    font-size: 0.5em;
    /* [disabled]font-weight: bold; */

	
}


/*************
/* 斜めキャッチコピー
*************/
#naname{
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    border-bottom: solid 6px #CC6600;
    color: #CC6600;
    font-size: 1.5em;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 30px;
    margin-top: 20px;
}


/************************************************************************************
トップページ・メリット・リスト
*************************************************************************************/


.top_list{
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -12px;

    }
div.top_list ul {
    list-style: none;
    list-style-position: inside;
    padding-left: 49px;
    padding-bottom: 12px;
	
 }

div.top_list li {
    margin-bottom: 18px;
    }

/************************************************************************************
料金・文字
*************************************************************************************/


#price_text {
    color: #FF3800;
    font-size: 34px;
    font-weight: bold;
    margin-top: 0;
    margin-right: -7px;
    margin-left: 0;
    margin-bottom: -4px;
}






/************************************************************************************
トップページ・メリット吹き出し
*************************************************************************************/

.balloon2-left {
    position: relative;
    display: inline-block;
    margin-right: 0;
    margin-left: 11px;
    padding-top: 3px;
    padding-right: 15px;
    padding-left: 18px;
    padding-bottom: 0px;
    min-width: 100px;
    max-width: 100%;
    color: #CC6600;
    font-size: 180%;
    font-weight: 700;
    background: #FFF;
    border: solid 3px #CC6600;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 13px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #CC6600;
  z-index: 1;
}

.balloon2-left p {
  margin: 0;
  padding: 0;
}











/*************
/* フォントサイズ
*************/

span.sample1 {font-size: 12px; }
span.sample2 {font-size: 12em; }
span.sample3 {font-size: 12ex; }
span.sample4 {font-size: 80%; }
span.sample5 {font-size: 100%; }
span.sample6 {font-size: 120%; }
span.sample7 {font-size: xx-small; }
span.sample8 {font-size: x-small; }
span.sample9 {font-size: small; }
span.sample10 {font-size: medium; }
span.sample11 {font-size: large; }
span.sample12 {font-size: x-large; }
span.sample13 {font-size: xx-large; }





/************************************************************************************
トップページ・活用例カラム
*************************************************************************************/

.katuyo {
	overflow: hidden;
	width: 100%;
	font-size: 11px;
}

.col {
	float: left;
	margin-left: 0%;
	margin-bottom: 0
	px;
}
.fullwidth .col {
	float: none;
	margin-left: 0;
}
/* grid4 col */
.grid4 .col {

}

/* clear col */
.grid4 .col:nth-of-type(5n+1)
 {
	margin-left: 0;
	clear: left;
}




/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* reset cols to 3-column */
@media screen and (max-width: 740px) {
	/* grid4 */
	.grid4 .col {
		width: 0%;
	}
	.grid4 .col:nth-of-type(4n+1) {
		margin-left: 0%;
		clear: none;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to 2-column */
@media screen and (max-width: 600px) {
	/* grid4 */
	.grid4 .col {
		width: 48.4%;
	}
	.grid4 .col:nth-of-type(3n+1) {
		margin-left: 0%;
		clear: none;
	}
	.grid4 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

	/* grid3 */
	.grid3 .col {
		width: 48.4%;
	}
	.grid3 .col:nth-of-type(3n+1) {
		margin-left: 0%;
		clear: none;
	}
	.grid3 .col:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}
}

/* reset cols to fullwidth */
@media screen and (max-width: 400px) {
	/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		clear: none !important;
	}
}

/* 2カラム*/

.container{
    display: table;
  width: 100%;
}
.left{
    display: table-cell;
  vertical-align: top;
  text-align: left;
}

.right{
    width: 300px;
}


.contents{
    flex: 1;
}


/*************
/* キャッチ大文字
*************/

#bigtext {
    color: #CC6600;
    font-size: 29pt;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: -1px;
    margin-top: 12px;
	background: linear-gradient(transparent 50%, yellow 50%);
  
}


#bigtext2 {
    color: #4682b4;
    font-size: 19pt;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: -27px;
    margin-top: -19px;
    margin-left: 19px;
  
}


#bigtext3 {
    color: #ff4500;
    font-size: 20pt;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 20px;
	line-height: 150%
}




/* タイトル部分のプロフィール*/
.mini_prof{
    text-align: center;
    margin-top: 6px;
    font-weight: bold;
    color: #6C6C6C;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:0px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
color:#fff;
background-color: rgba(0,0,0,0.4);
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}


/*************
/* 実績リスト　ここから
*************/


.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}
.list5 li{
	position:relative;
	padding-left:20px;
}
.list5 li:before{
	content:''; 
	height:0px; 
	width: 90%;
	display:block; 
	position:absolute; 
	top:18px; 
	left:0px; 
	border-bottom: 1px dashed #aaa;
}
.list5 li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#aaa;
	width:5px;
	height:5px; 
	top:7px; 
	left:5px; 
	border-radius: 5px;
}






/*************
/* レビューふきだし　ここから
*************/


.container {
    width: 90%;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.container p {
margin: 20px 10px;
}

.fukidashi-Box {
    position: relative;
    background-color: #E3FFE0;
    padding: 10px 20px;
    border-radius: 5px;
	
	font-size: 16px;/* IE8以下とAndroid4.3以下用フォールバック */
	border-bottom: 1px solid #ddd;
}
.fukidashi-Box::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #E3FFE0;
}


.fukidashi-Box-title {
    color: #6594e0;/*文字色*/
    /*線の種類（点線）2px 線色*/
    border-bottom: dashed 2px #6594e0;
    font-size: 20px;/* IE8以下とAndroid4.3以下用フォールバック */
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 20px;
    font-weight: bold;
}


.youto {
    margin-top: 0px;
    margin-left: 88px;
    margin-bottom: 0px;
}

h5.review-man {
    margin-top: -41px;
    margin-left: 88px;
    margin-bottom: -2px;
}


/*************
/* レビューふきだし　ここまで
*************/






/*************
/* スライドショー
*************/


.slide {
    position   : relative;
    overflow   : hidden;
    /* 画像のサイズに合わせて変更ください */
    width      : 100%;
    height     : 281px;
    margin-bottom: 0px;      /* サンプルは中央寄せの背景：白 */
    background : #fff;
    margin-top: 30px;
}
 
 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */

  opacity    : 0;
  animation  : slideAnime 40s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 4s }
.slide img:nth-of-type(3) { animation-delay: 8s }
.slide img:nth-of-type(4) { animation-delay: 12s }
.slide img:nth-of-type(5) { animation-delay: 16s }
.slide img:nth-of-type(6) { animation-delay: 20s }
.slide img:nth-of-type(7) { animation-delay: 24s }
.slide img:nth-of-type(8) { animation-delay: 28s }
.slide img:nth-of-type(9) { animation-delay: 32s }
.slide img:nth-of-type(10) { animation-delay: 36s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
   2% { opacity: 1 }
  18% { opacity: 1 }
  20% { opacity: 0 }
 100% { opacity: 0 }
}

/*************
/* ↑スライドショーここまで
*************/



/*************
/* 新スライドショー
*************/
#slideshow {
    position:relative;
    height:300px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 300px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 300px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

/*************
/* ↑新スライドショーここまで
*************/

.slideshow {
	position: relative;
	overflow: hidden;
}

/* :::::: slideContents :::::: */
.slideContents {
	position: relative;
	background: #FFFFFF;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slideContents section img {
	max-width: 100%;
	padding: 0 0px;
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: mechanism :::::: */
.slideContents #slide1 {
	position: relative;
}
.slideContents section {
	animation: autoplay 30s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes autoplay {
	0%, 16%, 100% { transform: none; }
	20% { transform: translateX(-100%); }
	20.001%, 96% { transform: translateX(100%); }
}
.slideContents #slide1 { animation-delay: 0s; }
.slideContents #slide2 { animation-delay: -24s; }
.slideContents #slide3 { animation-delay: -18s; }
.slideContents #slide4 { animation-delay: -12s; }
.slideContents #slide5 { animation-delay: -6s; }








/*************
/* 特殊リストここから
*************/



ul.cp_list {
    padding: 0.5em;
    list-style: none;
    font-size: 17px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-weight: 600;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(255,143,0,1);
}
ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}


/*************
/* 特殊リストここまで
*************/





/*************
/* 2カラムここから
*************/

/* pc　768px以上 */
.wrap{
    overflow: hidden;
    width: 700px;
    margin-left: auto;
    margin-right: auto;

}
.L-column {
    float: left;
    width: 450px;
	height: 268px;
}


.R-column {
    float: right;
    width: 250px;
    height: 289px;
}


/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {
	.wrap {
		width: 100%;
	}
	.L-column {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: -26px;
	}
	.R-column {
		/*　floatを解除 */
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}


/*************
/* 2カラムここまで
*************/






/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.box{
margin:0 5px;
padding:10px;
border:1px solid #ebebeb;
}

.box img{
max-width:100%;
height:auto;
border:4px solid #ebebeb;
}

.box h3{padding:10px 0 5px;}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}





/* テーブル */

/* INFORMATION CUSTOMIZE */
* html body #line dl.information dd div {
   display:inline-block;
}

#line dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#line dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#line table {
   width:100%;
   border-collapse:collapse;
}

#line table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#f0f7fc;
}

#line table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   vertical-align:top;
}









/* パンくずリスト */

#breadcrumb{
    width: 100%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #727272;
    font-size: 13px;/* IE8以下とAndroid4.3以下用フォールバック */
}


/* 戻るＢＯＸ */

#topback {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
}



/* 電話・メアド */
#contact_info{
	font-size: 24px;
	font-weight: bold;

}


/* 罫線装飾 */
.bar2 {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #cccccc;
}



/* ページのトップへ戻る　パソコン・スマホ共通 */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #00bfff; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #87cefa; /*マウスオーバー時の背景色*/
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 13px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 100px; /*ボタンの幅*/
    height: 70px; /*ボタンの高さ*/
    padding: 24px 0; /*文字の配置場所の調整*/
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 70px;
    height: 50px;
    padding: 17px 0;
}
}

/* ページのトップへ戻る　ここまで */




/* サイトマップリスト */


ul.sitemap_list {
    padding-top: 0em;
    padding-right: 4em;
    padding-left: 2em;
    padding-bottom: 2em;
    list-style-type: none;
}
ul.sitemap_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.sitemap_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #CC6600;
}




/* 実績目次リスト */



ul.mokuji_list {
    padding-top: 0em;
    padding-right: 4em;
    padding-left: 2em;
    padding-bottom: 2em;
    list-style-type: none;
}
ul.mokuji_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.mokuji_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #CC6600;
}




/* ========装飾見出し======== */

.selector02{
    border-left: 7px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-right: .8em;
    padding-left: .8em;
    margin-bottom: 10px;
    padding-top: 1px;
    padding-bottom: 10px;
    font-size: 17px;/* IE8以下とAndroid4.3以下用フォールバック */
	font-weight: bold;
} 

.selector02_big{
    border-left: 7px solid #CC6600;
    border-bottom: 1px solid #CC6600;
    padding-right: .4em;
    padding-left: .4em;
    margin-bottom: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-weight: bold;
    color: #CC6600;
} 

.selector03{
	border-bottom: 2px solid #ccc;
	padding-right: .8em;
	padding-left: .1em;
	padding-bottom: 0px;
}


.selector04{
	border-bottom: 1px dashed #ccc;
	padding: .6em .8em;
	margin-bottom: 10px;
}

.selector05{
    font-size: 26px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-weight: 700;
    color: #CC6600;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 0.5em;
    border: 3px solid #ccc;
    border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
    margin-bottom: 20px;
}






.selector06{
	border-bottom: 1px solid #aaa;
	margin: 15px 0;
	padding: 5px 0;
	position: relative;
	font-size: 13pt;
	font-weight: 700;
}
 
.selector06:before,
.selector06:after {
	content: '';
	border-right: 20px solid #fff;
	border-top: 15px solid #aaa;
	bottom: -15px;
	position: absolute;
	left: 25px;
}
 
.selector06:after {
	border-top-color: #fff;
	border-right-color: transparent;
	bottom: -13px;
	left: 26px;

}

/* ========オレンジ======== */
.box-org {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #CC6600;
    border-radius: 8px;
}
.box-org .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #CC6600;
    font-weight: bold;
}
.box-org p {
    margin: 0; 
    padding: 0;
}


/* ========薄いグレー======== */
.box-gry {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #dcdcdc;
    border-radius: 8px;
}
.box-gry .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #CC6600;
    font-weight: bold;
}
.box-gry p {
    margin: 0; 
    padding: 0;
}






/*************
メリットのリスト
*************/
#list01 ul li {
	position: relative;
	
	font-weight: 500;

}
#list01 ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: 1px solid #3498db;
	border-radius: 100%;
}

/* ========オレンジの角丸囲み======== */
.t02 {
    background: #CC6600;
    border: 1px solid #CC6600;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #111;
    width: 100px;
    padding-top: 10px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 9pt;
    font-weight: 700;
    color: #FFFFFF;
    white-space: nowrap;
}

/* ========グリーンの角丸囲み======== */
.t03 {
	background: #2DAE00;
	border: 1px solid #2DAE00;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	width: 100px;
	padding-top: 10px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
	font-weight: 700;
	color: #FFFFFF;
	white-space: nowrap;
}







td.middle {
	 vertical-align: middle;
	 }




h5 {
	margin:0;
	font-weight: bolder;
	
	}




/*************
/* 番号付きリストここから
*************/


ol.cp_clist {
	counter-reset:cp_clist; /*数字をリセット*/
	list-style-type: none;
	padding:0.5em;	
}
ol.cp_clist li {
	position: relative;
	padding-left: 30px;
	padding: 0.5em 0.5em 0.5em 30px;
}
ol.cp_clist li::before {
	position: absolute;
	display:inline-block;
	top: 50%;
	left: 0;
	/* カウントさせる */
	counter-increment: cp_clist;
	content: counter(cp_clist);
	/*装飾*/
	padding: 0 0.2em 0 0.2em;
	background: #00B3FF;
	color: #fff;
	font-weight:bold;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align:center;
	transform: translateY(-50%);
	}

li.cp_clist { font-weight:700;    }

/*************
/* 番号付きリストここまで
*************/





/*************
注文の説明表
*************/

.yajirushi {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 13pt;
	font-weight: 700;
	color: #CC6600;
}


.t01 {
	background: #CC6600;
	border: 1px solid #CC6600;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	width: 100px;
	padding-top: 10px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
	font-weight: 700;
	color: #FFFFFF;
}

.t01-2 {
	background: #6E6E6E;
	border: 1px solid #6E6E6E;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	width: 100px;
	padding-top: 10px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 9pt;
	font-weight: 700;
	color: #FFFFFF;
}




/*************
メイン コンテンツ
*************/
section.content article{
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
    font-size: 15px;/* IE8以下とAndroid4.3以下用フォールバック */
    padding: 0 10px;
    line-height: 36px;
    color: #fff;
    background: url(images/common/heading3.png) repeat-x 0 0;
    width: auto;

}

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

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border{border:4px solid #ebebeb;}



/*************
三角リスト
*************/

ol.list_type01{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.list_type01 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #F6A38B;
}
ol.list_type01 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.list_type01 li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}




/*************
/* サイドバー
*************/
#sidebar ul{padding-top:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/
#footer{
	clear: both;
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	background-color: #FFFFFF;
}

* html #footer{height:1%;}

#footer .grid{
padding:10px 0 5px;
margin:0;
background:transparent;
}

#footer #info .logo, #footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:10px 0 0 15px;
text-align:left;
}

#footer .logo{font-size:18px;}

#footer .info .tel,#footer .info .tel span,#footer #info .open{font-size:12px;}

ul.footnav{
float:right;
width:620px;
padding:10px 0;
}

ul.footnav li{
float:left;
margin-bottom:10px;
padding:0 7px 0 8px;
border-right:1px solid #b6b6b6;
}

#footer a{color:#333;}

#footer a:hover{color:#888;}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#fff;
background:#333;
}

/*************
/* フッターここまで
*************/



/*************
/* 制作実績リスト
*************/

.cssgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 0.8em;
    border: 1px solid #FFFFFF;
    padding: 0.8em;
    margin: 0 0 2em;	    
}

.cssgrid > div {
    overflow: auto;
    min-width: 0;
    padding: 1em;
	border: 1px solid #ddd;

}


/*************
/* 制作実績リストここまで
*************/



/*************
/* 飾りリスト
*************/

ol.list_type01{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ol.list_type01 li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #F6A38B;
}
ol.list_type01 li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.list_type01 li:after{
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*************
/* 飾りリストここまで
*************/




/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
  nav#mainNav{
	padding:0 14px;
	clear:both;
	overflow:hidden;
	position:relative;
	background:url(images/common/topnavBg.png);
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li.last{border-right:1px solid #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	font-size:13px;
	width:154px;
	height:45px;
	padding-top:15px;
	color:#333;
	background:url(images/common/topnavSep.png);
	border-left:1px solid #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color: #7B7977;
	font-size: 10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#fff;
	background-position:0 -60px;
	padding-top:15px;
	}
	
	#mainBanner{margin-left:15px;}
	#subpage #mainBanner{margin:15px auto;}

	#wrapper,.inner{
	width:960px;
	padding:0;
	}
	
	#wrapper{
    padding-bottom: 12px;
}
	
	#main{
	float: left;
	width: 732px;
	padding-right: px;
	padding-left: 15px;
	}
	
	#sidebar{
	float: right;
	width: 180px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: px;
	padding-bottom: 0;
	overflow: hidden;
	}
	
	#sidebar article{
	padding:7px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
	}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -10px;
	}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	.grid{
	float:left;
	width:300px;
	margin-left:20px;
	}
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav > a span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a#menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	background:url(images/bg.png);
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{	color:#708c0c;}

	nav div.panel{float:none;}
	
	#subpage #mainBanner{max-width:720px;}
	
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{
	float:none;
	width:100%;
	text-align:center;
	}

	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	width:32%;
	margin:10px 0 0 1%;
	}
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
	#footer .grid img, #footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:center;}
	
	#footer.logo,#footer .info{
	width:100%;
	float:none;
	}
	
	#footer .logo p{float:none;display:block;}
	#footer .logo img{float:none;padding:0;}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	max-width:180px;
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.grid{
    width: 164%;
}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
}
