@charset "UTF-8";
/* CSS Document */
.content {
	border: 1px solid #d8d8d8;
	padding: 20px;
}

/*9/29追加*/
.content h1 {
	margin: 0 0 20px 0;
	padding:12px 10px 8px 10px;
	background-color:#ff8b00;
	border-radius:6px;
	font-weight:bold;
	font-size: 1.2em;
	line-height:1.2em;
	color: #fff;
}

.content h2 {
	margin: 25px 0 15px 0;
	border-bottom: 2px solid #ff8b00;
	font-size: 1.3em;
	color: #ff8b00;
}

.content h2.faq-Q {
	margin: 0 0 15px 0;
	border-bottom: 3px dashed #f8a3bf;
	font-size: 1.2em;
	color: #e1004a;
}

.content h2.faq-Q:before {
	content:"Q.";
	color:#f8a3bf;
	font-size:1.8em;
	padding-right:6px;
}

.content h2.faq-A {
	margin: 0 0 15px 0;
	border-bottom: 3px dashed #8eb5ea;
	font-size: 1.2em;
	color: #0952b5;
}

.content h2.faq-A:before {
	content:"A.";
	color:#8eb5ea;
	font-size:1.8em;
	padding-right:6px;
}

.content h2.ttl2 {
	margin: 0 0 15px 0;
	font-size: 1.3em;
	color: #487a18;
	border:none;
}

.content h2.ttl2 strong{
	border:1px solid #487a18;
	padding:4px;
}

.content p.faq-A {
	margin: 0 0 25px 0;
	font-size: 1em;
}

.content p.faq-A:before {
	content:"A.";
	color:#8eb5ea;
	font-size:1.8em;
	padding-right:6px;
	font-weight:bold;
}

.content h3 {
	margin: 10px 0 13px 0;
	border-bottom: 1px dashed #487a18;
	font-size: 1.1em;
	color: #487a18;
	font-weight:normal;
}

.content h4 {
	margin: 10px 0 13px 0;
	font-size: 1em;
	line-height:16px;
	color: #487a18;
	font-weight:bold;
}

.content h5 {
	margin: 10px 0 13px 0;
	font-size: 0.95em;
	line-height:16px;
	color: #333;
	font-weight:bold;
}
.content .tblheader {
	margin-bottom: 0;
}
.content .tblfooter {
	margin-top: 0;
	font-size: 0.90em;
}
.pager {
	margin: 15px 0;
	display: block;
}
.pager a {
	font-weight: normal;
	width: auto;
	height: auto;
	background-image: none;
	float: none;
}
.pager a:link, .pager a:visited {
	text-decoration: none;
	color: #3366cc;
}
.pager a:hover {
	text-decoration: underline;
	background-image: none;
}

.content div.attention{
	border:4px solid #ffa05b;
	padding:6px 16px;
	margin-bottom:16px;
	border-radius:16px;
}

.content ul.disc{
	list-style-type:disc;
}

.content ul.decimal{
	list-style-type:decimal;
}

.content ul.disc,
.content ul.decimal{
	padding:0;
	margin:0 0 10px 22px;
}

.content ul.disc li,
.content ul.decimal li{
	padding-bottom:6px;
}

.content div .subtit {
	display: block;
	margin: 2em 0 .5em;
	padding-left: 20px;
	border-left: 3px solid #F08600;
	font-size: 123.1%;
	font-weight: bold;
}

.content table.tbl,
.content table.tbl2{
	border:1px solid #CCC;
	border-collapse:collapse;
	width:100%;
	margin: 0;
	font-size:0.85em;
}

table.tbl th,
table.tbl td,
table.tbl2 th,
table.tbl2 td{
	border:1px solid #CCC;
	padding:6px;
	vertical-align:top;
}

table.tbl th,
table.tbl2 th{
	background-color:#ffd7a6;
	font-weight:normal;
}

table th.w10,
table td.w10{
	width:10%;
}

table th.w15,
table td.w15{
	width:15%;
}

table .none {
	display: none;
}

table th.w20,
table td.w20{
	width:20%;
}

table th.w25,
table td.w25{
	width:25%;
}

table th.w30,
table td.w30{
	width:30%;
}

table th.w40,
table td.w40{
	width:40%;
}

table th.w50,
table td.w50{
	width:50%;
}

.content .button {
	box-sizing: border-box;
	display: block;
	padding: 10px 20px;
	border-radius: 4px;
	background-color: #6da934;
	text-align: center;
	line-height: 24px;
	color: #ffffff;
}

.content .button-wrap .button {
	display: inline-block;
	margin: 0 0 10px 15px;
}

.content .button-wrap .button:first-child {
	margin-left: 0;
}

.content .accordion .ac-content {
	margin: 0 10px;
}
.content .accordion input {
	display: none;
}
.content .accordion label {
	display: block;
	background: #FF8C00;
	color: #fff;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid #fff;
}
.content .accordion label:hover {
	opacity: 0.85;
}
.content .accordion .ac-cont {
	transition: 0.2s;
	display: block;
	height: 0;
	text-align: center;
	overflow: hidden;
	background: #fff;
	padding: 20px auto;
}

.content .accordion .ac-cont p {
	font-size: 40px;
	}

.accordion input:checked + .ac-cont {
	height: auto;
	padding: 10px;
}

.content .biz-btn {
	text-align: center;
}

.content .biz-btn a {
	position: relative;
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 15px 25px 15px 15px;
	border-radius: 10px;
	background: #6DA934;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.content .biz-btn a:hover {
	opacity: 0.85;
}

.content .biz-btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 8px solid #fff;
}



/* -- */
div#wrapper {
	width: 980px;
}
div#wrapper div#content {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
div#wrapper #entry_form #regist table.registForm {
	width: 100%;
}
div#wrapper div#content .category_box {
	width: 340px;
}
div#wrapper div#content .regist p {
	width: 95%;
}
div#wrapper div#content .regist h2 {
	padding: 9px 5px 4px 25px;
}
div#wrapper div#content h1 {
	margin: 0 0 15px 0;
	border-bottom: 2px solid #ff8b00;
	font-size: 1.3em;
	color: #ff8b00;
}
div#wrapper div#content .content_separate1 {
	width: 700px;
}
div#wrapper div#content .content_separate1 p.nondisclosure_box {
	display: none;
}
div#wrapper div#content .content_separate1 .clearfix {
	height: auto;
	visibility: visible;
	content: "";
}
div#wrapper div#content #consult_tit {
	width: 675px;
}
div#wrapper div#content .contact p {
	width: auto;
}
div#wrapper div#content div.tel_consul_R {
	width: 520px;
}

.container .main .titmain {
    margin: 0 0 10px 0;
    padding: 25px 5px 20px 15px;
    background: url('../../images/biz/tit_main.gif') no-repeat left top;
    font-size: 150%;
    font-weight: normal;
    clear: both;
    text-shadow: 0px 1px 0px #fff;
}
.facility-detail {
	padding: 20px 30px 20px 30px!important;
}
.facility-detail h2 {
	background: #fff url(../../images/biz/facilities_tit.gif) no-repeat;
	display: block;
	font-weight:normal;
    margin: 0 0 10px 0!important;
    padding: 12px 0 12px 26px!important;
    font-size: 120%;
    font-weight: normal;
    clear: both;
    text-shadow: 0px 1px 0px #fff;
	-moz-background-size:cover;
	background-size:cover;
}
.facility-detail .clearfix {
	height: auto;
	visibility: visible;
	content: "";
}
.facility-detail p {
	width: auto!important;
}
.facility-detail .officeDetails {
	padding-right: 30px;
}
/*
.facility-detail .butnArea a {
	border-radius: 4px;
	background-color: #6da934;
	text-align: center;
	line-height: 18px;
	font-size: 0.8em;
	color: #ffffff;
	padding: 15px 40px;
}
.facility-detail .butnArea .buca a {
	background-color: #aaaaaa;
}
*/

.blog-article h2 {
    color: #52979e;
    font-size: 146.5%;
    line-height: 1.3em;
}
.blog-article h2 a {
    color: #52979e;
}
.blog-article .blog-posted-date {
    font-size: 85%;
    padding-top: 1em;
    margin-bottom: 2em;
	border-top: 1px dotted silver;
}
.mainColumn {
	width: 100%;
}
.mainColumn h1 {
	margin: 0 0 15px 0;
	border-bottom: 2px solid #ff8b00;
	font-size: 1.3em;
	color: #ff8b00;
}
/*
.titmain {
	margin: 0 0 15px 0;
	border-bottom: 2px solid #ff8b00;
	font-size: 1.3em;
	color: #ff8b00;
}
*/

.main h2.title {
    color: #FF8C00;
    font-size: 1.7em;
    border-top: 3px dotted #FF8C00;
    border-bottom: 3px dotted #FF8C00;
    padding: 10px;
    text-align: center;
	}



/*2016.03.16追加分 ここから*/
div.hanami_box{
	width:690px;
	height:180px;
	background-image:url(../../images/biz/contents/duskin/ttl_hanami.png);
	margin-bottom:30px;
}

div.kaomise_box{
	width:690px;
	height:180px;
	background-image:url(../../images/biz/contents/duskin/ttl_kaomise.png);
	margin-bottom:30px;
}

div.obon_box{
	width:690px;
	height:180px;
	background-image:url(../../images/biz/contents/duskin/ttl_obon.png);
	margin-bottom:30px;
}

div.keirou_box{
	width:690px;
	height:180px;
	background-image:url(../../images/biz/contents/duskin/ttl_keirou.png);
	margin-bottom:30px;
}

div.winter_box{
	width:690px;
	height:180px;
	background-image:url(../../images/biz/contents/duskin/ttl_winter.png);
	margin-bottom:30px;
}

div.hie_box{
	width:690px;
	height:180px;
	background-image:url(../../images/biz/contents/duskin/ttl_hie.png);
	margin-bottom:30px;
}

div.spring201704_box{
	width:690px;
	height:180px;
	background-image:url(../../images/biz/contents/duskin/ttl_201704.png);
	margin-bottom:30px;
}

.seasonbox{
	width:690px;
	height:180px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:30px;
}


div.hanami_box ul,
div.kaomise_box ul,
div.obon_box ul,
div.keirou_box ul,
div.winter_box ul,
div.hie_box ul,
div.spring201704_box ul,
div.seasonbox ul{
	list-style-type:none;	
	padding:60px 0 0 20px;
	margin:0;
}

div.hanami_box ul li,
div.kaomise_box ul li,
div.obon_box ul li,
div.keirou_box ul li,
div.winter_box ul li,
div.hie_box ul li,
div.spring201704_box ul li,
div.seasonbox ul li{
	padding:0;
	margin-bottom:4px;
	float:left;
}

ul.update_lst{
	list-style-type:none;
	padding:0;
	margin:10px 0;
}

ul.update_lst li{
	border:2px solid #6da934;
	border-radius:12px;
	color:#7d7d7d;
	font-size:1.2em;
	padding:10px 0 10px 20px;
	margin-bottom:4px;
}

h4.spring{
	background-color:#ffe4e3;
	color:#eb476e;
	font-size:1.2em;
	line-height:20px;
	padding:16px;
	margin-bottom:6px;
}

.lead {
	width: auto!important;
	padding: 0!important;
	margin: 1.5em 1em 2.5em!important;
}

ul.goods_lst{
	list-style-type:none;
	padding:0;
	margin:0 0 20px 0;
}

ul.goods_lst li:nth-child(odd){
	padding-right:6px;
}

ul.goods_lst li{
	width:322px;
	height:80px;
	padding-bottom:6px;
	float:left;
}

div.column_box{
	border:2px solid #6da934;
	border-radius:16px;
	padding:22px 22px 6px 22px;
	margin:10px 0;
}

div.column_box h4{
	color:#6da934;
	font-size:1.2em;
	margin:0 0 10px 0;
}

img.ban_img{
	margin-top:30px;
}

img.ttl_hanami{
	margin-bottom:20px;
}

div.top_page{
	text-align:center;
	margin-top:40px;
}

div.top_page a{
	background-image:url(../../images/biz/contents/duskin/top_icon.png);
	background-repeat:no-repeat;
	padding-left:20px;
	line-height:30px;
}

dl.goods{
	list-style-type: none;
	width: 654px;
	padding:0; 
	margin: 1em 0;
}

dl.goods dt {  
	width: 220px;
	height: 280px;
	float: left;  
	clear: both;  
}  
  
dl.goods dd {
	width:430px;
	padding:0;
	margin:0;
	float: right;
}

dl.goods dd.title{
	color:#4d4325;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom: 12px;
}

dl.goods dd.title a{
	color:#4d4325;
}

dl.goods dd.txt01{
	padding-bottom:8px;
}

dl.goods dd.txt02{
	padding-bottom:0;
}

dl.goods dd.price{
	font-size:1.2em;
	padding:4px 0;
}

dl.goods dd.price em{
	color:#ff0000;
	font-style:normal;
	font-weight:bold;
}

dl.goods dd.btn{
	padding-top:20px;
}

dl.goods dd.line{
	width: 654px;
	border-top:1px solid #adadad;
	float:left;
	clear:both;
	margin:30px 0;
}

.duskin h4 {
	margin: 30px 0 13px 0;
	font-size: 1.4em;
	line-height:16px;
	color: #487a18;
	font-weight:bold;
}
.duskin p {
    width: auto!important;
    margin: 0px!important;
    padding: 0px!important;
    line-height: 1.8em;
}

.diskinold {
	text-align: center;
}

.duskinold a {
	display: block;
	width: 60%;
	padding: 10px;
	margin: 0 auto;
	border-radius: 5px;
	background: #78BD36;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.duskinold a:hover {
	opacity: 0.85;
}
	
/*2016.03.16追加分 ここまで*/

/*2016.03.29追加分 ここから*/
.tokuten h2.ttl{
	color:#6da934;
	font-size:1.4em;
	border-left:6px solid #6da934;
	padding-left:10px;
	border-bottom:none;
}

.tokuten h3.lst_ttl{
	background:#6da934;
	border:1px solid #bebebe;
	color:#fff;
	padding:6px 0 6px 20px;
	margin:0;
}

.tokuten div.lst_box{
	border:1px solid #bebebe;
	padding:12px 12px;
	margin-bottom:20px;
}

.tokuten div.lst_box img.img_l{
	float:left;
	margin-right:16px;
}

.tokuten div.block{
	float:left;
	margin-left:12px;
}

.tokuten div.lst_box p.txt1{
	font-weight:bold;
	width:380px;
}

.tokuten div.lst_box p.txt2{
	border:1px solid #b5b5b5;
	padding:10px;
	font-size:0.85em;
	width:380px;
}

.tokuten table.check_area{
	border: 1px solid #b5b5b5;
	border-collapse:collapse;
	width:100%;
	margin-top:10px;
}

.tokuten table.check_area th,
.tokuten table.check_area td{
	border: 1px solid #b5b5b5;
	padding:12px 12px;
}

.tokuten table.check_area th{
	width:224px;
	background-color:#ffa130;
	color:#fff;
	font-weight:bold;
}

.tokuten table.check_area td{
}

.tokuten table.check_area td label.checkbox{
	padding-right:60px
}

.tokuten input#submit_button {
    width: 100%;
    height: 60px;
    padding: 15px 40px;
    font-size: 1.4em;
	font-weight:bold;
    background-color: #ffa130;
    color: #fff;
	border-radius:32px;
    border-style: none;
	cursor:pointer;
}

.tokuten div.form_area{
	margin:30px 0;
}

.tokuten input#submit_button:hover {
    background-color: #ffb65f;
}
/*2016.03.29追加分 ここまで*/
.main .tit_category {
	border: none;
	margin: 10px 0!important;
	text-align: center;
}

.main .tit_category img {
	max-width: 100%;
}

.content img {
	max-width: 100%;
}

.content .blog-profile-area {
	background-color: #eee;
	border-radius: 10px;
	padding: 10px;
}

.content .blog-profile-area .blog-profile {
	height: auto!important;
	overflow: hidden;
	visibility: visible;
	margin: 0;
}

.content .blog-profile-area .blog-profile dt {
	float: left;
	margin: 0 20px 0 0;
	width: 64px;
}

.content .blog-profile-area .blog-profile dd {
	overflow: hidden;
}
.content .blog-profile-area .blog-profile dd span.t18px {
	font-size: 138.5%;
}
.content .blog-profile-area .blog-profile dd span.orange {
	color: #e97016;
}

/*----movie--*/
.movie-wrap {
	width: 100%;
	text-align: center;
}

.movie-inner {
	overflow: hidden;
	width:720px;
	height: 480px;
	margin:30px auto;
}
/*----チェックツール--*/
.question .error {
	margin: 0 0 1em;
	color: #f00;
}

.question .q_txt {
	margin: 0;
	padding: 0;
	list-style: none;
}

.question ul.q_txt li {
	margin-bottom: .5em;
	font-size: 130%;
}

.question .pic {
	margin: 0 0 1em;
	padding: 0;
}

.question .pic li {
	display: inline-block;
	width: calc((100% - 25px) / 2);
	margin: 0 20px 20px 0;
}

.question .pic li:nth-child(even) {
	margin-right: 0;
}

.question .pic img {
	vertical-align: top;
}

.question .number {
	margin-right: 1em;
	color: #FF801E;
	font-size: 170%;
}

.question ul.q_txt li .number {
	font-size: 100%;
}

.question .q_answer {
	text-align: right;
}

.question .q_answer input {
    height: 33px;
    font-size: 20px;
    width: 150px;
    margin-left: 1%;
}

.question .q_result {
	margin: 0;
	padding: 0;
	list-style: none;
}

.question .q_result li {
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #487a18;
}

.question .q_result li p {
	display: inline-block;
	margin-right: 1em;
}
