@charset "utf-8";
/* CSS Document */

#contents article h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	width: 617px;
	background-color: #f5f5f5;
	padding: 10px;
	border-left: solid 3px #cc9966;
	border-bottom: solid 3px #dcdcdc;
	margin-bottom: 10px;
}
#contents article h3 {
	color: #FC0D1B;
	border-bottom: dotted 3px #ebb899;
}
#contents article h4 {
	border-bottom: solid 1px #ebb899;
}
article p img {
	text-align: center;
	margin: 0 auto;
	display:block;
}
article ul li,
article ol li {
	margin-left: 25px;
	margin-bottom: 7px;
}
#contents article table {
	line-height: 1.5;
	margin-bottom: 25px;
}
#contents article table,
#contents article table tr,
#contents article table td {
	border: solid 1px #cccccc;
	padding: 5px;
}
#contents article table ul,
#contents article table ol {
	margin-bottom: 0px;
}
#contents article blockquote {
	margin: 0px 40px 25px;
	padding: 15px 10px 5px;
	background-color: #fafae1;	
}
/*お問い合わせ*/
table.tab01 th p {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: start;
    font-size: 15px;
}
#contents article .form_box td {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 15px;
}

table.tab01 th p img {
    display: inline-block;
    margin: 0 10px;
    text-align: left;
    aspect-ratio: unset;
    width: auto;
}

span.wpcf7-form-control.wpcf7-radio {
    font-size: 14px;
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
}

span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {line-height: 2;}
.form_box th {
    background: #f8f3ee;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 15px;
}
.form_box th p {
    margin: 0;
    line-height: 2;
}
.caution {
    color: #d07915;
    font-size: 90%;
    line-height: 1.5;
    padding-top: 8px;
    font-weight: normal;
    display: block;
}
#contents article .form_box td p {
    margin: 0;
    font-size: 15px;
}
p.zip input {
    width: 40%;
}
.form_box button#next-button {
    margin: 0 auto;
    display: block;
    background: #d07915;
    border: none;
    width: 50%;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.form_box button#next-button:hover {
    background: #FFC107;
}
div#confirm-listbtn {
    display: flex;
    justify-content: center;
}


div#confirm-listbtn button {
    border: none;
    width: 200px;
    padding: 20px;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
}div#confirm-listbtn  button#back-button {
    background: #e16536;
    color: #fff;
}


div#confirm-listbtn button#submit-button {
    background: #276e69;
    color: #fff;
}
div#confirm-list p {
    display: flex;
    width: 100%;
    margin: 0;
}
div#confirm-list  p strong {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #f8f3ee;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
div#confirm-list {
    margin-bottom: 60px;
}
div#confirm-list  p span {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
}

.hissu{
    background-color: #c23535;
    color: #ffffff;
    padding: 2px 5px 3px;
    font-size: 12px;
    line-height: 1;
        margin-left: 5px;
}

/******************************
★ Media Queries タブレット・スマフォ表示の設定(1000px以下で読み込むcss)
******************************************************************************************************************************/

@media screen and (max-width: 1000px) {
    #contents article h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px;
    border-left: solid 3px #cc9966;
    border-bottom: solid 3px #dcdcdc;
    margin-bottom: 10px;
            font-size: 20px;
}

#contents article blockquote {
    margin: 0px ;
    padding: 15px 10px 5px;
    background-color: #fafae1;  
}
}


/******************************
★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)
******************************************************************************************************************************/
@media screen and (max-width: 599px) {
}
