@charset "utf-8";
/* 基本設定、リンクカラーなど
-------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	border-top-color: #C2C2C2;
	width: auto;
}

html{
    margin: 0 auto;
    min-width: 1080px;
    text-align: justify;
    overflow-y: scroll;
}

body,body#top{
    margin: 0 auto;
	overflow: hidden;
}

body {
    font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','Meiryo','sans-serif';
    font-size: 16px;
    color: #1E1E1E;
    line-height: 30px;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	font-weight: normal;
}

table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: bottom;
	float: none;
}
li {
	list-style-type: none;
}
sup {
	color: #990000;
}
img{
    vertical-align: top;
}

/* WEB Font */
@font-face {
font-family: 'Montserrat-ExtraLight';
src: url('../web-font/Montserrat-ExtraLight.ttf') format('truetype');
}


/* 改行削除 */
.br-sp { display:none; }

/* リンク設定
-------------------------------------*/
/*リンク付き画像の透過*/
a:hover img{
    opacity: 0.6;
    transition: 0.1s;
}

a{
	color:#4466ac;
	text-decoration: none;
}

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

/* ページ内リンク */
a.pagelink{
    margin-top: -250px;
    padding-top: 250px;
    display: block;
	color: #444;
    text-decoration: none;
}

/* 回り込み回避 */
.template_design_sam::after,#top .design_main::after,#top .top_price_list ul::after{
    content: "";
    display: block;
    clear: both;
}

/* clearfix
-------------------------------------*/
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
.clearfix {
	display: block;
}
/* clear */
.clear {
	clear: both;
}
/* メールフォームのエラーメッセージ
-------------------------------------*/
.ERR {
	font-weight: bold;
	color: #CC0000;
}

/* #wrapper -------------- */

#container{
    margin: 0 auto;
}

/* #ページトップへスクロール --- */

#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 10px;
    background-color: #BBBBBB;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 2px #828282;
    box-shadow: 2px 2px 3px #828282;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
    content: '\02227';
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size:150%;
}

/* #header -------------- */

#header{
    width: 100%;
    position: fixed;
    background-color: #F6F6F6;
    z-index: 999;
    height: 140px;
}

#header .head_scroll{
    width: 1080px;
    margin: 0 auto;
}

#header .logo{
    position: absolute;
    top: 35px;
    margin-left: 30px;
}
.header_catch{
    position: absolute;
    top: 65px;
    margin-left: 30px;
}

#header .tel{
    font: 24px/24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    position: absolute;
    top: 38px;
    width: auto;
    margin-left: 550px;
}
#header .tel span{
    font-size: 14px;
    float: right;
    margin-top: 3px;
}
#header .btn{
    width: 220px;
    padding: 0 10px 0 30px;
    position: absolute;
    top: 38px;
    left: 815px;
}

/* #mainNav -------------- */
.nav-unshown {
  display:none;
}

#mainNav{
    background-color: #FFFFFF;
    width: 1080px;
    height: 31px;
    padding: 3px 0 3px 30px;
    line-height: 25px;
    margin: 60px auto 0;
    box-shadow: 0px 10px 15px -10px;
}

#mainNav li{
    float: left;
    text-align: center;
    border-right: 1px solid #C3C3C3;
    display: block;
    margin: 3px 0 0 0px;
    width: auto;
}

#mainNav li a{
    display:block;
	color:#1E1E1E;
}

#mainNav li a:hover{
    background-color: #FF0000;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.15s;
    height: 31px;
    margin-top: -5px;
    padding-top: 5px;
}

#mainNav .nav1 {
	width: 110px;
	border-left: 1px solid #C3C3C3;
}
#mainNav .nav2{
    width: 170px;
}
#mainNav .nav3{
    width: 180px;
}
#mainNav .nav4{
    width: 100px;
}
#mainNav .nav5{
    width: 160px;
}
#mainNav .nav7{
    display: none;	
}

/* #mainImage -------------- */

#mainImageBack{
    background-color: #F6F6F6;
    height: 460px;
    margin-bottom: 30px;
}

#mainImage{
    width: 1080px;
    height: 340px;
    margin: 0 auto 20px;
    padding-top: 135px;
    position: relative;
    background-image: url(../images/contentbox2.png);
    background-repeat: no-repeat;
    background-position: 0 455px;
}

#mainImage img{
    float: right;
}

#mainPoint,#mainDesign{
    height: 160px;
    margin: 0 auto;
}

#titleTop,#title{
    position: absolute;
    z-index: 1;
    text-align: center;
}

#titleTop{
    top: 220px;
    left: 80px;
}

#title{
    top: 220px;
    left: 80px;
}

.title1,.point_PR .title1{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    text-shadow: 1px 1px #FFFFFF;
    font-size: 38px;
    letter-spacing: -1px;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 15px;
}
#titleTop .title1{
    font-size: 45px;
}
#titleTop .title1 span,.point_PR .title1 span{
    color: #AAA29E;
    margin-left: 10px;
}

.title2{
    font: 26px 'Montserrat-ExtraLight', sans-serif;
    margin-top: 5px;
    color: #747474;
}

#titleTop .lead,#title .lead,.point_PR .lead{
    font-size: 18px;
    margin-top: 15px;
    color: #FFFFFF;
    padding: 3px 10px 0;
    background-color: #1E1E1E;
}

#titleTop .lead2,#title .lead2,.point_PR .lead2{
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
}

#title .lead2 span,.point_PR .lead2 span{
    font: bold 160% YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    margin: 0 5px;
    color: #FF0000;
}

/* #contentBox （clearfix適用） ---------------- */
#contents{
    width: 1000px;
    margin: 0 auto 30px auto;
}

#contentBox:after {
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	content: ".";
}
#contentBox {
}

/* Hides from IE-mac \*/
* html #contentBox {
	height: 1%;
}
/* End hide from IE-mac */
#contentBox {
	display: block;
}

/* #footer -------------- */

#footer{
    background-color: #F3F3F3;
    margin:0 -200%;
    padding:0 200%;
}

#footer .contents{
    height: 400px;
    width: 1040px;
    margin: 0 auto;
}

#footer .adress{
    border: 1px solid #1E1E1E;
    width: 231px;
    position: relative;
    top: 30px;
    height: 220px;
}

#footer .adress .logo{
    text-align: center;
    margin: 40px 0 5px 0;
}

#footer .adress p{
    margin-left: 20px;
}

#footer .adress .tel{
    font-size: 17px;
    line-height: 35px;
    margin-left: 3px;
    font-family: Verdana, Geneva, sans-serif;
}

#footer .social{
    width: 235px;
    top: -130px;
    margin-top: 40px;
    position: relative;
}

#footer .social li{
    width: 49%;
    float: left;
    background-color: #C7C7C7;
    border: 1px solid #F3F3F3;
    text-align: center;
}

#footer .social li img{
    padding: 5px 0;
}
#footer .social li a{
    display: block;
}

#footer .social li a:hover{
    background-color: #DCDCDC;
}

#footer .Nav{
    position: relative;
    top: -220px;
    left: 230px;
}

#footer .footerNav{
    height: 150px;
    margin: 25px 0 0 25px;
    float: left;
    font-size: 96%;
}

#footer li{
	line-height: 26px;
}
#footer .footerNav li:before {
    content: "・";
    padding-right: 5px;
}
#footer .sub{
	margin-left: 20px;
}
#footer .footerNav .sub:before {
	content: "└";
	padding-right: 5px;
}

#footer li a{
    color: #1E1E1E;
}
#footer li a:hover{
	color: #FF0000;
}

#copyright{
    text-align: center;
    background-color: #C7C7C7;
    margin: 0 -200%;
    padding: 5px 200%;
    clear: left;
}


/* subpage -------------- */

#contents p span{
	font-size:90%;
	font-weight:bold;
}

#contents .onebox ul{
	margin-top: -10px;
	padding: 15px 15px 15px 20px;
	line-height: 30px;
}
#contents .onebox ul li{
	list-style-type:disc;
}

#contents table{
	border-collapse:collapse;
	width:100%;
}
#contents table th,
#contents table td{
	border:1px solid #dedede;
	padding:20px 20px;
	vertical-align:top;
}
#contents table th{
	background:#eee;
	white-space:nowrap;
}
#contents table td ul{
	padding:0 0 0 20px;
}
#contents table td ul li{
	list-style-type:disc;
}
#contents table td div{
	margin:10px 0;
}

#contents .btnBox{
    text-align: center;
    margin-top: 30px;
    clear: left;
}

/* css装飾ボタン -------------- */

.buttonA{
    width: 280px;
    height: 40px;
    text-align: center;
    background-color: #1E1E1E;
    line-height: 40px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    border: 1px solid #1E1E1E;
    padding-top: 2px;
    display: inline-block;
    margin-right: 20px;
}

.buttonA a,.inquiry_btn a,#header .btn a {
    color: #FFF;
    display: block;
}

.buttonA a:after {
    content: "＞";
    margin-left: 15px;
}

.buttonA a:hover{
    text-decoration: none;
    color: #1E1E1E;
}

.inquiry_btn a:hover,#header .btn a:hover {
    text-decoration: none;
    color: #FF0000;
}

.buttonA::after {
    background-color: #fff;
}

/*マウスオーバー時スライド*/
.buttonA::after,.inquiry_btn::after,#header .btn::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}

.buttonA:hover::after,.inquiry_btn:hover::after,#header .btn:hover::after {
  transform: scale(1, 1);
}

.Btn_center{
    margin: 20px 0 10px 0;
    text-align: center;
    clear: both;
}

.inquiry_btn{
    width: 280px;
    display: inline-block;
}

.inquiry_btn,#header .btn{
    height: 40px;
    background-color: #FF0000;
    line-height: 40px;
    text-indent: 20px;
    background-image: url(../images/inquiry_icon_off.webp);
    background-position: 20px 10px;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding-top: 2px;
    border: 1px solid #FF0000;
}

.inquiry_btn::after,#header .btn::after {
    background-color: #FFFFFF;
    background-image: url(../images/inquiry_icon_on.webp);
    background-position: 20px 10px;
    background-repeat: no-repeat;
}

/* タイトル グラデーション帯 -------------- */
.format_type,#format_inner h2{
    width: auto;
    border: 1px solid #DEDEDE!important;
    height: 45px!important;
    clear: both;
    background: -moz-linear-gradient(top, #FFF, #EFEFEF);
    background: -webkit-linear-gradient(top, #FFF, #EFEFEF);
}

/* Formatボタン -------------- */
.format_btn{
    text-align: center;
    margin-bottom: 20px;
}

.format_btn li{
    display: inline-block;
    background-color: #D8D8D8;
    border-radius: 20px;
    height: 35px;
    margin: 5px;
    width: 250px;
}

.format_btn li a{
    display: block;
    color: #1E1E1E;
    padding-top: 4px;
}

.format_btn li a:hover,.format_btn .active{
    height: 30px;
    background-color: #FF0000;
    color: #FFFFFF;
    border-radius: 20px;
    text-decoration: none;
}

.format_btn li img{
    margin-right: 10px;
    position: relative;
    top: -5px;
    opacity: 1;
}

/* 明朝font(金) -------------------- */
.format_type,#format_inner h2,.faq #contents h2{
    font: bold 32px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    color: #A28237;
}

/* 明朝font(黒) -------------------- */
.service_block h3,.guide_all h2,.privacy h2{
    font: bold 24px YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/* #pan (パンくず) -------------- */
#pan{
    color: #777;
    text-align: center;
}

#pan h1{
	display:inline;
}

#pan a{
    color: #777;
}

#pan ol li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}
#pan ol li:before {
	content: " > ";
	padding-right: 5px;
}
#pan ol li:first-child:before {
	content:"";
}

/* トップ -------------- */
#top h1,#contents h2,.caption_block h1,.caption_block h2,.service_block h3,.design_all h1,#design h1{
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: 10px;
    margin: 10px 0;
    font-size: 22px;
    text-align: center;
}

.mobile_inquiry{
    display: none;
}
.inquiry_ban{
    text-align: center;
    margin-bottom: 30px;
}

.long_ban li,.long_ban,.long_ban_display {
    margin-bottom: 10px;
    text-align: center;
}
.top_imageR{
    float: right;
    margin: 5px 0 0 20px;
}

.top_imageL{
    float: left;
    margin: 5px 20px 0 0;
}

.caption_block{
    padding: 10px 0;
    width: 100%;
    clear: both;
    display: inline-block;
}

.back_ground{
    margin: 40px 0 60px 0;
    padding: 20px;
    background-color: #FFFFFF;
    position: relative;
}
.back_ground::before{
    margin: -10px -200% -10px -200%;
    padding: 0px 200% 0px 200%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: skewY(-6deg);
    background-color: #F1F1F1;
    z-index: -1;
}

.back_ground .block{
    margin: 10px 0 30px;
    height: auto;
    display: inline-block;
}

.back_ground .block h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.back_ground .block h3 span{
    color: #FF0000;
    font-weight: bold;
}

#top .top3{
    display: flex;
    justify-content: space-evenly;
    width: 1000px;
    margin-left: -20px;
}
#top .senmon{
    width: 280px;
    height: 260px;
    border: 1px solid #BBBBBB;
    margin-bottom: -10px;
}
#top .senmon .number{
    font: 40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-align: center;
    color: #A28237;
    margin: 15px 0 -15px 0;
}
#top .senmon h3{
    margin: 20px 0 20px;
    text-decoration: underline;
    text-align: center;
}
#top .senmon p{
    margin: -10px 20px;
    text-align: center;
}

.saitan{
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
}
.caption_block h2 span,.back_ground h2 span {
    font: 40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
    margin: 0 5px;
    color: #A28237;
}
.caption_block h3,.pocket_price h3,.midashi{
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
}

.caption_block h3 span{
    font-weight: bold;
    text-decoration: underline;
    margin-left: 3px;
}

.caption_block h4{
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.service_block{
    height: auto;
    width: 380px;
    float: left;
    padding: 0 20px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
}
.service_block h3{
    font-size: 18pt!important;
}
.service_block ul{
    margin-left: 20px;
}
.service_block .osusume{
    margin: 10px 0 20px;
    width: 380px;
    border: 1px solid #BBBBBB;
    padding: 10px 0;
}

.service_block .osusume li{
    list-style: inside;
    padding-left: 20px;
}

.service_block p{
    clear: left;
    padding-top: 10px;
}

.top_nowhow li{
    list-style: disc inside!important;
}
.plan{
    height: auto;
    display: inline-block;
    width: 960px;
}
.planL{
    float: left;
    margin: 10px 0px -10px 30px;
    border: 1px solid #BBBBBB;
    padding-top: 10px;
}

.planR{
    float: right;
    margin: 10px 30px 10px 0px;
    border: 1px solid #BBBBBB;
    padding-top: 10px;
}
.planL h4,.planR h4{
    text-align: center;
    margin-bottom: 10px;
    font-size: 105%;
}

#top .top_price_list{
    text-align: center;
    clear: both;
    width: 900px;
    margin-left: 60px;
    margin-bottom: 40px;
}
#top .top_price_list h3{
    font-size: 20px;
    margin-top: 10px;
}

#top .top_price_list h3 span{
    font-size: 16px;
}

#top .top_price_list h4{
    background-color: #1E51A2;
    color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    width: 400px;
    margin: -10px auto 20px auto;
    padding-top: 2px;
}

#top .top_price_list p{
    margin: 5px 0;
    text-decoration: underline;
}
#top .top_price_list .list{
    width: 260px;
    height: 200px;
    float: left;
    border: 3px solid #DEDEDE;
    margin: 0 0 20px 20px;
    padding-top: 10px;
}
#top .top_price_list .list:hover{
    opacity: 0.6;
    transition: 0.1s;
    border: 3px solid #FF0000;
}
#top .top_price_list .list h3{
    font-size: 18px;
    margin-top: 15px;
    border-bottom: 1px solid #DEDEDE;
    width: 170px;
    margin-left: 50px;
    color: #1E1E1E;
    margin-bottom: 10px;
}
#top .top_price_list .list .price{
    font-size: 16px;
    color: #1E1E1E;
}
#top .media{
    margin: 10px auto 0;
    width: 740px;
}

#top .media li{
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

#top .point_text{
    margin-top: 20px;
}

.update{
    width: 940px;
    height: 260px;
    padding: 10px 30px;
    overflow: auto;
    background-color: #FFFFFF;
    margin: 20px 0;
}

.update h2{
    padding-left: 170px;
}

.update .koushin,.point_koushin{
    float: right;
    color: #929292;
    font-size: 95%;
    margin-right: 20px;
}

.update .koushin{
    margin-top: 15px;
}

.update li{
    margin: 10px 0 0 20px;
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 5px;
    font-size: 14px;
}
.update li span{
    float: right;
    margin-right: 20px;
    color: #929292;
}
.top_news {
    border: 2px dotted #CCC;
    padding: 10px 30px;
    margin: 0 auto 10px auto;
    width: 720px;
    text-align: center;
}

#contents .lead{
    margin-bottom: 10px;
    text-align: center;
}

#contents .center{
    text-align: center;
}
/* price -------------- */
.format_type img{
    position: relative;
    left: 50px;
    bottom: 15px;
    float: left;
}

.format_type p{
    padding: 10px 0 0 0;
    margin-left: 70px;
    float: left;
}

.price_inc{
    font-size: 110%;
    height: 30px;
    padding: 20px 0;
    width: auto;
    margin-left: 140px;
}
.price_inc p{
    float: left;
    padding-top: 5px;
}
.price_inc span{
    width: 150px;
    height: 30px;
    text-align: center;
    line-height: 33px;
    margin: 0 5px;
    float: left;
    background-color: #1E51A2;
    color: #FFFFFF;
    border-radius: 20px;
}

#price_inner .onebox p{
    clear: left;
    margin: 0 50px 20px 50px;
}

#price_inner .option,.totop{
    color: #EB8A00!important;
    clear: right;
    text-align: right;
}

#price_inner .option a,.totop a{
    color: #EB8A00!important;
}

#contents .onebox .specifications{
    padding: 5px 0;
    border: 1px dotted #b2b2b2;
    text-align: center;
    margin: 0 auto;
    width: 760px;
}

.price #contents .onebox table,#price_inner table{
    margin: 20px auto 30px;
    width: 760px;
}
#price_inner table th,
#price_inner table td{
	text-align:center;
}
#price_inner table thead th{
	font-weight:normal;
}

/* フォーマットページ -------------- */

.format {
    margin: 0 auto 40px;
}
.format h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.format img{
    width: 1000px;
}

.kakakutai{
    font-weight: bold;
    text-align: center;
    margin: 20px 0 15px 0;
}
.kakakutai span{
    font-style: italic;
    font-size: 18px;
}

/* セミオーダーページ -------------- */
.kakaku{
    width: 500px;
    float: left;
    margin-bottom: 20px;
}
.kakaku h2{
    width: 460px;
    margin: 20px auto 0!important;
}
.kakaku_img{
    text-align: center;
}

.kakaku .price{
    margin: 0 auto;
    width: 370px;
}
.kakaku .price2{
    margin: 0 auto;
    width: 200px;
}
.kakaku .campaign1{
    font-weight: bold;
    font-size: 24px;
    color: #FF0000;
    padding-top: 25px;
    float: left;
    margin-left: 5px;
}
.kakaku ul{
    margin: 20px 5px 0 0;
    float: left;
    font-size: 20px;
    line-height: 40px;
    text-align: right;
}
.kakaku span{
    font-size: 16px;
    margin-left: 3px;
}

.kakaku .caption{
    text-align: center;
    font-size: 22px;
    clear: both;
    padding-top: 30px;
}

.temp_flow h3{
    font-weight: bold;
    border-bottom: 1px solid #BBBBBB;
    width: 580px;
    padding-bottom: 10px;
    font-size: 140%;
}

.temp_flow h4{
    font-weight: bold;
}

.temp_flow .top_imageR{
    margin-top: 20px;
}

.caption_block .subtitle {
    margin-left: 50px;
    font-size: 18px;
    line-height: 28px;
}
.caption_block .sub {
    margin-left: 50px;
    margin-bottom: 20px;
}

.sankaku{
    width: 40px;
    height: 40px;
    border-bottom: 3px solid #BBBBBB;
    border-left: 3px solid #BBBBBB;
    margin: 0 0 20px 270px;
    transform: rotate(-45deg);
}

.hikaku table{
    margin-top: 20px;
}
.hikaku .react{
    border: 2px solid #FF0000;
    background-color: #FFF3F3;
}

.hikaku th{
    text-align: center;
}
.hikaku .cent1{
    padding-top: 50px!important;
}

.hikaku .cent2{
    color: #FF0000;
    padding-top: 50px!important;
    font-size: 40px;
    text-align: center;
    width: 120px;
    border-right: 1px solid #727272;
}

.hikaku .cent3{
    padding-top: 50px!important;
    font-size: 30px;
    text-align: center;
}

/* テンプレデザイン -------------- */
.template_design{
    text-align: center;
    margin-bottom: 20px;
}

.template_design .customrei{
    font-size: 110%;
    margin-top: 20px;
    text-decoration: underline;
}

.template_design_sam{
    margin-top: 20px;
}

.template_design_sam ul{
    margin-left: 110px;
}

.template_design_sam li{
    margin: 0 40px 20px 0;
    text-align: center;
    float: left;
}
.template_design_sam li img{
    -webkit-box-shadow: 1px 1px 4px #C1C1C1;
    box-shadow: 1px 1px 4px #C1C1C1;	
}

.template_design_sam li p{
    margin-top: 5px;
}

.template_design_sam .pic,.template_design_sam .gra{
    margin: 0 auto 10px auto;
    width: 180px;
    color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    height: 25px;
}

.template_design .img2{
    margin: 20px 0 0 100px;
    float: left;
}

.template_design .caption{
    width: 380px;
    float: right;
    margin: 20px 100px 0 0;
}
.template_design .caption2{
    width: 300px;
    margin: 0 auto;
}

.template_design .caption .pic,.template_design .caption .gra{
    width: 300px;
    text-align: center;
    margin: 20px 0;
    color: #FFFFFF;
}

.template_design .caption .pic,.template_design_sam .pic{
    background-color: #F0080C;
}

.template_design .caption .gra,.template_design_sam .gra{
    background-color: #1AB4A8;
}

.template_design .caption2 li{
    list-style: disc inside;
    margin: 0 0 10px 10px;
    text-align: left;
}

.template_design .caption2 p{
    text-align: left;
}

.template_design .custom{
    clear: left;
    padding-top: 30px;
}
.template_design .custom ul{
    margin-left: 100px;
}

.template_design .custom li{
    float: left;
    margin: 10px 60px 10px 0;
}

.template_design .custom li p{
    text-align: center;
    margin-top: 5px;
}

.template_designBtn{
    text-align: center;
}

.template_designBtn a{
    display: inline-block;
    color: #1E1E1E;
    text-decoration: none;
}

.backBtn,.nextBtn,.allBtn{
    width: 90px;
    height: 30px;
    border-bottom: 1px solid #1E1E1E;
}

.allBtn{
	width: 110px;
	margin: 0 20px 0 20px;
}
.backBtn:hover,.nextBtn:hover,.allBtn:hover{
    border-bottom: 1px solid #FF0000;
    color: #FF0000;
}

/* スライド */
.slide-container {
    width: 100%;
    margin: 20px auto 30px;
    display: flex;
    overflow: hidden;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 160s infinite linear 1s both ;
}
.slide{
    width: auto;
    object-fit: cover;
    margin: 5px 10px;
    -webkit-box-shadow: 1px 1px 4px #C1C1C1;
    box-shadow: 1px 1px 4px #C1C1C1;
}
@keyframes slide-flow {
     0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}

/* guide, privacy -------------- */

.guide_all .caption,.privacy_all .caption{
    margin-bottom: 40px;
}

.guide_all li,.privacy_all li,.faq_all li{
    list-style: inside;
}
.privacy_all .sig{
	margin-top:50px;
	text-align:right;
}

/* faq -------------- */
.faq_all .caption{
    margin-bottom: 30px;
}

.question:first-letter,
.answer:first-letter{
    font-size: 250%;
    font-weight: bold;
    margin-right: 10px;
}

.question{
    margin: 15px 0 10px;
    border-bottom: 1px dotted #C0C0C0;
    font-weight: bold;
    padding: 10px 0;
}

.question:first-letter{
    color: #AAAAAA;
    padding-left: 0px;
}
.answer:first-letter{
    color: #E0E0E0;
    line-height: 40px;
    padding-left: 0px;
}

.answer{
    padding-bottom: 10px;
}

.answer ul{
    padding-left: 50px;
}

.question,.answer{
    text-indent: -50px;
    padding-left: 50px;
}

/* inquiry -------------- */
#form{
    margin: 0 auto;
    width: 900px;
}
#form input[type='text'],#form input[type='email']{
    border: 1px solid #BBBBBB;
    padding-left: 5px;
    height: 30px;
}
#form #zip1,#form #zip2{
    width: 100px;
}

#form input[type='text'],#form input[type='email']{
    width: 400px;
}
#form .caption2 input[type='text']{
    width: 300px;
}

#form .number input[type='text']{
    width: 80px;
}

#form .textarea{
    font-size: 14px;
    padding: 5px 0 0 5px;
    height: 180px;
    border: 1px solid #BBBBBB;
}

.inquiry #contents .mark {
    color: #FFFFFF;
    font-size: 93%;
    background-color: #FF0000;
    text-align: center;
    font-weight: normal;
    padding: 0 8px;
    margin-left: 5px;
}

.inquiry #contents table .example {
    display: block;
    margin-top: 5px;
    clear: left;
}

.inquiry #contents table div {
	font-weight: normal;
	margin: 0 0 10px;
}

.inquiry #contents table .address .caption1 {
    margin: 20px 0 10px 0;
}

.inquiry #contents table .address .ke {
    clear: left;
    margin-bottom: 520px;
    font-size: 14px;
}

.inquiry #contents table table{
	border-collapse:collapse;
	width:90%!important;
	margin-bottom: 5px;
}

.inquiry #contents table table td{
	border:none!important;
	padding:5px!important;
	vertical-align:top!important;
}

.inquiry #contents .lead {
    font-size: 108%;
    text-align: center;
}

.inquiry #contents .err {
	color:#760101;
}

.inquiry #contents .textarea{
	width:100%;
}

.inquiry .meiwaku{
    margin: 20px auto 0 auto;
    text-align: center;
}

.confirm_btnBox{
    text-align: center;
    margin-top: 20px;
}
.confirm_btnBox .kakunin_btn{
    width: 180px;
    height: 40px;
    background-color: #1E1E1E;
    color: #FFFFFF;
    padding-top: 0px;
    border-style: none;
}

.confirm_btnBox .kakunin_btn:hover{
    background-color: #FF0000;
}

/* pointページ -------------- */
.point_category{
    margin: 0 auto -30px;
    width: 770px;
}

.point_koushin{
    margin: 25px 0 0 20px;
}

.point_total {
	margin: 10px 10px 30px 10px;
}

.point_title,.topics_title {
    font-size: 24px;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 10px;
    margin: 20px auto;
}

.point_text {
    margin: 0 auto 0px auto;
    padding-top: 10px;
    width: 900px;
}

.point_text .img img{
    margin-bottom: 20px;
    width: 1000px;
    margin-left: -50px;
}

.point_text p{
	margin-bottom: 12px;
}

.point_text p.font{
    margin: 0 20px 20px 20px;
    font-size: 18px;
}

.point_text h2{
    padding: 25px 0 10px 0;
    text-align: left!important;
    position: relative;
}

.point_text h2:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 80px;
    border-bottom: 4px solid #A28237;
}

#contents .point_text h3,#contents .point_text .bold_title{
    font-weight: bold;
    margin: 20px 0 10px 0;
    border-left: 5px solid #A28237;
    padding: 3px 0 0 10px;
    font-size: 110%;
}

#contents .point_text .bold_title{
    border-left: none;
    padding-left: 0px;
}

.point_text .mokuji{
    border: 1px dashed #C3C3C3;
    margin-top: 20px;
    padding-top: 10px;
    background-color: #FFF7F7;
}

.point_text .mokuji p{
    float: left;
    margin: 8px 0 0 40px;
    font-size: 110%;
    border-bottom: 2px solid #FF0000;
}

.point_text .mokuji ul{
    margin-left: 120px;
}

.point_text .mokuji li{
    list-style: decimal none outside!important;
}

.point_text .author{
    padding: 20px;
    background-color: #F6F6F6;
    margin-top: 20px;
}

.point_text .author_logo{
    float: left;
}
.point_text .author dt{
    font-size: 18px;
    font-weight: bold;
    margin-left: 200px;
}
.point_text .author dd{
    margin-left: 200px;
}

.kanrenkiji{
    display: inline-block;
}
.kanrenkiji ul{
    padding-left: 0px!important;
    display: inline-block;
}

.kanrenkiji li{
    width: 260px;
    height: 230px;
    list-style: none!important;
    border: 3px solid #DEDEDE;
    padding: 5px;
    float: left;
    margin: 0 0 15px 15px;
    line-height: 22px;
}
.kanrenkiji .kiji{
    padding: 10px 10px 0;
}

.kanrenkiji li img{
}
.kanrenkiji li h3{
    color: #1E1E1E;
    margin: 10px 0 5px!important;
    padding: 0!important;
    border-left-style: none!important;
 }
.kanrenkiji li p{
    color: #1E1E1E;
}
.kanrenkiji li:hover{
    opacity: 0.6;
    transition: 0.1s;
    border: 3px solid #FF0000;
}
.kanrenkiji li a:hover{
    text-decoration: none;
}
.page_number{
    margin: 0 auto;
    width: 160px;
}

.page_number li{
    list-style-type: none!important;
    border: 1px solid #A3A3A3;
    width: 40px;
    height: 40px;
    float: left;
    font-size: 18px;
    text-align: center;
    margin: -10px 10px 20px;
    line-height: 40px;
}

.page_number .on{
    background-color: #A3A3A3;
    color: #FFFFFF;
}

.point_text li{
    list-style: inside;
}
.poit_cat {
    font-size: 14px;
    float: right;
    clear: left;
}
.poit_cat li{
    float: left;
    border: 1px solid #E0E0E0;
    padding: 0 10px 0 30px;
    margin: 0 0 20px 10px;
    background-color: #ECECEC;
    background-image: url(../images/folder_icon.png);
    background-repeat: no-repeat;
    background-position: 5% 40%;
}
.poit_cat a{
    color: #888888;
}
.poit_cat li:hover{
    background-color: #D3D3D3;
}
.poit_cat li a:hover{
	text-decoration: none;
}

.point_list {
	margin: 10px 0 30px 0;
	width: 300px;
	float: right;
}

.point_btn {
	margin: 20px 0 10px 0;
	width: 710px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #55443D;
	float: left;
}
.point_btn ul {
	text-align: center;
	margin-left: 180px;
}
.point_btn li {
	list-style-type: none;
	float: left;
}

.pointEnd{
    width: 1000px;
    margin: 30px auto 50px auto;
    line-height: 20px;
}
.pointEnd .back{
    width: 400px;
    text-align: right;
    float: left;
}
.pointEnd .next{
    width: 400px;
    float: left;
}
.pointEnd .all{
    text-align: center;
    width: 100px;
    border-right: 1px solid #C3C3C3;
    border-left: 1px solid #C3C3C3;
    margin: 0 10px;
    float: left;
}
.pointEnd .back:before {
	content: "<";
	padding-right: 10px;
}
.pointEnd .next:after {
	content: ">";
	padding-left: 10px;
}

.point_longban{
    text-align: center;
    margin-bottom: 10px;
}

.point_PR{
    width: 900px;
    height: 320px;
    border: 2px solid #DEDEDE;
    margin: 20px 0 10px 0;
    background-color: #F6F6F6;
    color: #1E1E1E;
}

.point_PR a{
    color: #000000;
}

.point_PR:hover{
    border: 2px solid #FF0000;
    color: #FF0000;
}

.point_PR .title{
    text-align: center;
    float: left;
    margin: -240px 0 0 30px;
    z-index: 1;
    position: relative;
}

.point_PR img{
    float: right;
}

.temp_PR {
    margin-top: 20px;
}

.temp_PR_txt{
    height: 50px;
    padding: 10px 0px;
    border: 1px dashed #1E1E1E;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.temp_PR:hover{
    background-color: #EFF3FB;
}

.temp_PR_txt .icon{
    background-color: #FF0000;
    width: auto;
    height: 28px;
    color: #FFFFFF;
    margin-right: 30px;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    top: -20px;
}

.temp_PR_txt .arrow{
    vertical-align: middle;
    color: #FFFFFF;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
    float: left;
    margin: 8px;
}

.temp_PR_txt p{
    display: inline-block;
}

.temp_PR_txt p span{
    color: #FF0000;
    margin-left: 3px;
    font-size: 120%!important;
}

#ad_bunner_btn{
    display: none;
}

.ad_bunner_btn{
    display: inline-block;
    background: #1E51A2;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    bottom: 0px;
    width: 65px;
    height: 20px;
    text-align: center;
    color: #FFFFFF;
    line-height: 22px;
    font-size: 80%;
}
.ad_bunner{
    text-align: center;
    background-color: #1E51A2;
    position: fixed;
    z-index: 100;
    bottom: 0px;
    width: 730px;
    height: 115px;
    padding-top: 10px;
    margin-left: 65px;
    -webkit-box-shadow: 2px 2px 4px 4px #A6A6A6;
    box-shadow: 2px 2px 4px #A6A6A6;
}

.ad_bunner a:hover img{
    opacity: 0.8;
}

/* Point下段バナー隠す */
#ad_bunner_btn:checked+label+.ad_bunner{
    display: none;
}

/* Point下段バナー アニメーション */
.ad_bunner,.ad_bunner_btn{
animation-name:fadeUpAnime;
animation-delay: 5s; /* 出てくるまでの時間 */
animation-duration:3s; /* 上にせり上がるまでの時間 */
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.social_btn{
    float: left;
    margin: 0 0 20px 200px;
}
.facebook,.twitter,.line {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    width: 200px;
    float: left;
    height: 30px;
    padding-top: 5px;
    margin-right: 5px;
}

.facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #1B3D82;
}
.facebook:hover {
  background-color: #2e4a88;
}
.facebook:active {
  top: 2px;
	box-shadow: 0 2px 0 #2e4a88;
}
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
}
.twitter:active {
  top: 2px;
	box-shadow: 0 2px 0 #008DDE;
}
.twitter:hover {
  background-color: #008DDE;
}
.line {
    background-color: #01C201;
    box-shadow: 0 4px 0 #00AD00;
}
.line:active {
  top: 2px;
	box-shadow: 0 2px 0 #01C201;
}
.line:hover {
  background-color: #01C201;
}

/* ポケットフォルダー -------------- */
.pocket_price{
    margin: 0 auto 20px;
    width: 660px;
    text-align: center;
}
.pocket_price table{
    text-align: center!important;
    font-size: 18px;
    margin-bottom: 10px;
}

.pocket_price table th{
    text-align: center!important;
}
.pocket_price h2{
    margin-top: 40px!important;
    border-bottom-style: none!important;
}
.pocket_price h2 span{
    font-size: 32px;
}

.pocket_price h3{
    text-decoration: underline;
}
.pocket_price h4{
    font-size: 14px;
    margin-top: -10px;
}

.pocket_price img{
    margin: 10px 0 20px 0;
}
/* デザイン制作事例 -------------- */
#design{
    margin-top: 20px;
}

.gyousyu{
    width: auto;
    height: auto;
    padding-bottom: 20px;
    margin: 0 20px;
    text-align: center;
}
.gyousyu p{
    text-align: center;
    margin-bottom: 10px;
}

.gyousyu .tokutyou{
    width: 940px;
    margin-bottom: 20px;
    background-color: #F6F6F6;
}

.gyousyu .tokutyou h2{
    float: left;
    border-right: 1px solid #C2C2C2;
    border-bottom-style: none!important;
    width: 190px;
    height: 90px;
    padding-top: 80px;
    margin-right: 20px!important;
    font-size: 18px!important;
}

.gyousyu .tokutyou p{
    text-align: justify;
    padding: 10px 20px 10px;
}
.gyousyu li,.point_category li{
    width: auto;
    display: inline-block;
    margin: 5px;
    background-color: #D8D8D8;
    border-radius: 20px;
}
.gyousyu li a,.point_category li a{
    padding: 6px 30px 4px;
    display: block;
    color: #1E1E1E;
}

.gyousyu li a:hover,.point_category li a:hover{
    background-color: #FF0000;
    color: #FFFFFF;
    border-radius: 20px;
    display: block;
    padding: auto;
    text-decoration: none;
}

.gyousyu li .active,.point_category li .active{
    background-color: #FF0000;
    border-radius: 20px;
    color: #FFFFFF;
}

.design_main {
    text-align: center;
    margin-top: 15px;
}

.design_all .top_cap{
    margin-bottom: 10px;
}

.design_all p{
    text-align: center;
}

.design_img1,.design_img2,.design_img_a4 ,.design_img_leaf,.design_img_a4_left,#design .a4 li,.template_design .img2{
    float: left;
    border: 1px solid #D2D2D2;
    -webkit-box-shadow: 2px 2px 1px #A0A0A0;
    box-shadow: 2px 2px 6px #A0A0A0;
}

.design_main ul{
    margin-left: 25px;
}

.design_main li{
    margin: 0 20px 20px 0;
    float: left;
}

.design_main li .type{
    margin: 10px auto 5px;
    width: 180px;
    background-color: #1E51A2;
    color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    font-size: 12px;
    height: 27px;
}

.design_main li .name{
    font-size: 13px;
}

.design_main li .name:after{
	content: " 様";
}

.gyousyu2{
    font-size: 13px;
    margin-top: -8px;
}
.gyousyu2:before {
    content: "業種：";
    margin-right: 5px;
}

.design_img_all{
    clear: left;
    text-align: center;
    margin: 20px 0;
}

.design_img1{
    clear: left;
    margin: 0 35px 10px 0;
}

.design_img2,.design_img_pf,.design_img_a4_left {
    margin-bottom: 30px;
    margin-left: 175px;
}

.design_img_a4{
    margin: 10px 0 20px 120px;
    clear: left;
}

.design_img_leaf{
    margin: 0 80px 10px 60px;
}

.design_text_format {
    margin: 0px 0 30px 120px;
    width: 760px;
}
#design h2 {
    margin-bottom: 15px;
    padding: 15px 0 12px 0;
    border-top: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    font-size: 18px;
    text-align: left;
    margin-left: 350px;
}
#design h3 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-left: 350px;
}

.design_text_format .text1 {
	width: auto;
	float: left;
	margin-bottom: 5px;
	letter-spacing: 2pt;
}
.design_text_format .text2 {
	margin-bottom: 5px;
}

.design_text_format .contents {
	border-top-width: 1px;
	padding-top: 15px;
}
#design .a4 {
    margin-left: 175px;
}
#design .a4 li{
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
}

.branding_img {
    text-align: center;
}

.branding_img li{
    list-style-type: none!important;
    list-style-image: none;
    margin-top: 30px;
}

/* 会社概要、特定商取引法 -------------- */
.company_all,.trade_all{
    margin-top: 10px;
}
.company_all ul{
    padding-left: 0px!important;
}
.company_all li{
    list-style: none!important;
}
.company_list{
    border: 1px solid #dedede;
    margin: 20px 0;
    float: left;
    width: 100%;
    height: 50px;
}

.company_list ul{
    margin-left: 180px;
    margin-top: 15px;
}

.company_list li{
    list-style: inside;
    float: left;
    margin-right: 70px;
}


/* topics -------------- */
.topics_title {
    margin: 20px auto 10px;
}

.topics_text {
    margin: 0 auto 0 auto;
    padding-top: 10px;
    width: 760px;
}
.topics_text h2{
    border-bottom: 1px solid #bbbbbb;
    text-align: left!important;
    margin: 20px 0!important;
}

.topics_text h3{
    font-weight: bold;
    margin: 20px 0 10px 0;
    font-size: 110%;
}
