@charset "utf-8";
/*
Template:nissei-cs
Theme Name:nissei-cs-child
Theme URI:https://ss15.aiosl.jp/nissei-cs/nwp
Description:nissei-cs
Author:tmwks
Author URI:https://tmwks.jp/
Version:2.12
Text Domain:tcd-falcon
*/
#global_menu > ul {
	text-align: right;
}
.p-btn {
    display: inline-block;
    min-width: 200px;
    height: 55px;
    padding: 0 15px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
	background: #355daa;
}
input[type="reset"].cancel-btn {
    display: inline-block;
    min-width: 200px;
    height: 55px;
    padding: 0 15px;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
	background: #f8f8f8;
	border: 1px solid #ccc;
}
input[type="reset"].cancel-btn:hover {
	background: #fff;
}
#header_slider .caption .catch_list .parent, .cb_content_header .catch {
	font-weight: bold !important;
}
#showroom_title_area_bottom:before {
	width: 10px;
}
.post_content .design_headline1 {
	background: #355daa;
}
.post_content .wp-caption-text {
	font-style: normal !important;
}
.post_content table ul, .post_content table ol, .post_content table dl, .post_content table td p:last-child {
	margin-bottom: 0;
}
.post_content .design_headline2 {
	font-size: 20px !important;
	height: auto;
    line-height: 1.6 !important;
	margin-bottom: 30px !important;
	padding: 15px 40px 15px 55px !important;
}
.post_content .design_headline2 .num {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #355daa;
	top: calc(50% - 20px);
}
.post_content .print_box {
	display: flex;
	flex-wrap: nowrap;
}
.post_content .print_box dt {
	width: 28%;
}
.post_content .print_box dd {
	margin: 0;
}
.post_content table caption {
	caption-side: top;
	text-align: right;
}
.post_content table th.slash{
	background-color: #fafafa !important;
	background-image: linear-gradient(to top right,transparent, transparent 49%,#eee 49%, #eee 50%,transparent 50%, transparent) !important;
	padding:5px !important;
}
#container .post_content p:not(.icon01) {
	line-height: 2;
	margin-bottom: 1em;
}
.post_content .post_col h4 {
	margin: 0 0 10px !important;
}
@media only screen and (max-width: 767px) {
	.post_content .design_headline2 {
		font-size: 16px !important;
	}
	.post_content .print_box {
		display: block;
	}
	.post_content .print_box dt {
		width: 100%;
	}
}
/*Flow*/
.post_content .flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post_content .flow01 {
  padding-left: 0;
	margin-left: 0;
  border-bottom: solid 1px #E1E8ED;
}
.post_content .flow01 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0;
  border-top: solid 1px #E1E8ED;
}
.post_content .flow01 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}
.post_content .flow01 > li .icon01 {
  line-height: 1;
  font-size: 2em;
  font-weight: bold;
  color: #355daa;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}
.post_content .flow01 > li .icon01::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}
.post_content .flow01 > li .icon01::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}
.post_content .flow01 > li dl dd {
  margin: 0;
}
.post_content .flow01 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
}
/*Accordion*/
.accordion {
    max-width: 100%;
    margin-bottom: 7px;
    border-bottom: 1px solid #ddd;
	font-size: 110%;
	line-height: 1.6;
}
.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px;
    color: #355daa;
    font-weight: 600;
    cursor: pointer;
}
.accordion summary::-webkit-details-marker {
    display: none;
}
.accordion summary::before,
.accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333;
    content: '';
}
.accordion summary::before {
    position: absolute;
    right: 15px;
    rotate: 90deg;
}
.accordion summary::after {
    transition: rotate .3s;
}
.accordion[open] summary::after {
    rotate: 90deg;
}
.post_content .accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
	padding: 15px;
	border-radius: 6px;
	background: #fafafa;
	transition: transform .5s, opacity .5s;
}
.post_content .accordion[open] p {
    transform: none;
    opacity: 1;
}
.post_content .accordion summary div {
	padding-right: 15px;
}
.post_content .accordion summary div::first-letter {
	font-size: 130%;
}
.post_content .accordion p::first-letter {
	font-size: 130%;
}

/*Footer*/
#showroom_footer_carousel {
	background: #ddd;
}
#showroom_footer_carousel .headline {
	color: #000;
}
@media screen and (max-width: 750px) {
	#showroom_footer_carousel {
		background: #ddd !important;
	}
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}
input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
	position:relative;
	width:225px;
}
.wpcf7 form,.wpcf7 {
	margin: 0 !important;
	background: none !important;
	border: 0 !important;
}
.wpcf7 p {
	font-size: inherit !important;
}
*:first-child+html input[type="submit"]{padding:3px;}

span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 0 auto;
  padding: 10px 20px;
  background: #355daa;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120% !important;
  color: #fff;
  cursor: pointer;
	height:48px;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
span.yubin,
span.yubin:hover { font-size: 80% !important; padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #003344;
}
#searchform input[type="submit"] {
    line-height: 1;
    padding: 6px;
    vertical-align: top;
}
.submit-button{
  text-align:center;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
  background-color: transparent !important;
  border: none !important;
}
.wpcf7-form table p {
  padding-bottom: 5px;
}
textarea.wpcf7-form-control {
  max-height: 100px;
}
.wpcf7 .wpcf7-submit {
	background-color: #355daa !important;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #003344 !important;	
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
	border: 0 !important;
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
  font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
   -webkit-appearance: none;
   -moz-appearance:    none;
   -ms-appearance:    none;
   appearance:         none;
   /*Firefox用*/
    text-indent: .01px; 
    text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
  display: none;
}
.wpcf7-form table p {
    padding-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
  width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 40%;
}
span.required {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 6px;
    background: red;
    color: #fff;
    font-size: 90%;
    line-height: 1.2;
    text-align: center;
    margin: 0 4px;
}
form table .txt_s {
    font-size: 80%;
    color: #666;
}
/*TABLE*/
.post_content table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    font-size: 100%;
    line-height: 141.7%;
    margin: 10px -1px 24px 0;
    width: 100%;
    text-align:left;
}
.post_content table th {
    box-shadow: 1px 1px 0 #FFFFFF inset;
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: top;
    font-weight: bold;
    background-color: #F0F0F0;
    padding: 8px;
    white-space: nowrap;
    text-align:left;
}
.post_content table td {
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 8px;
    vertical-align: middle;
    text-align:left;
}
.post_content table th.txt_c, .post_content table thead th {
    text-align:center;
}
.post_content table.txt_c th, .post_content table.txt_c td {
    text-align:center;
}
.post_content table.flat,
.post_content table.flat th,
.post_content table.flat td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
}
.post_content table.border,
.post_content table.border th,
.post_content table.border td {
  border: 0;
  background: none;
  box-shadow: none;
}
.post_content table.border th {
  border-bottom: 1px solid #000;
}
.post_content table.border td {
  border-bottom: 1px solid #ccc;
}
.post_content table.border tr:first-child th {
  border-top: 1px solid #000;
}
.post_content table.border tr:first-child td {
  border-top: 1px solid #ccc;
}
.post_content dl.history {
  display: flex;
  flex-wrap: wrap;
}
.post_content dl.history dt, .post_content dl.history dd {
	box-sizing: border-box;
}
.post_content dl.history dt {
  width: 35%;
  padding: 10px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_content dl.history dd {
  width: 65%;
  padding: 10px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/*TCD*/
/* Column layout - カラムレイアウト*/
.post_col.post_col-4 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
    .post_col.post_col-4 { width:66.66666%; }
}
@media screen and (min-width: 1024px) {
    .post_col.post_col-4 { width:66.66666%; }
}
.post_content [class^="well"] *:first-child:not(a) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.post_content [class^="well"] *:last-child {
	margin-bottom: 0 !important;
}
.post_content [class^="well"] { 
	padding: 1.2em;
}
.post_content .style4a,
.post_content .style5a {
	margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
	.post_content form table th, .post_content form table td,
	.post_content table.resp th, .post_content table.resp td {
  	display: block;
	}
	.post_content form table th, .post_content table.resp th {
  	border-top: 0;
  	border-bottom: 0;
	}
	[data-name="zip"] input[type="text"],
	.zip input[type="text"],
	.s_size input[type="text"] {
	  width: 30%;
	}
	span.yubin, span.yubin:hover { 
		font-size: 80% !important;
		padding: 7px 10px; 
	}
}
.post_content .txt_c {
	text-align: center;
}
.anchor{
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item) {
	margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
	.scroll table{
	width:100%;
	}
	.scroll{
	overflow: auto;
	white-space: nowrap;
	}
	.scroll::-webkit-scrollbar{
	 height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}
}