@charset "UTF-8";
/*
Template:amiki
Theme Name:amiki-child
Theme URI:https://www.amiki.co.jp/
Description:amiki
Author:AIOSL
Author URI:https://corp.aiosl.jp/
Version:1.7.2
*/

.p-entry__body h3.style3a {
	margin-top: 0 !important;
}
.p-footer-widget-area__default .site_info_widget {
	text-align: center;
}
.p-footer-widget-area .p-siteinfo__title {
	font-size: 24px;
}
.p-wc .p-wc-headline {
	color: #d06868;
}
.p-header__top, .p-header__bar {
	border-bottom: 1px solid #fff;
}
.p-global-nav {
	border-left: 1px solid #fff;
}
.p-global-nav > li > a {
	border-right: 1px solid #fff;
}
/* フォーム
------------------------------------------------------------*/
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="submit"],input[type="reset"],input[type="button"]{
padding:8px 15px;
border: none !important;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
height:48px;
	margin:30px auto 0;
	background-color:#333333; 
	cursor:pointer;
	text-align:center; 
	text-decoration:none;
	line-height:1.5;
	outline:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm,
.wpcf7 input.wpcf7-submit{ 
	position:relative;
	width:225px !important;
}
.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: #DB868A;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 120%;
  color: #fff;
  cursor: pointer;
}
span.yubin,
span.yubin:hover { font-size: 80%;padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
  background: #d06868;
}
#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: #dc7a7a;
}
.wpcf7 .wpcf7-submit:hover {
	background-color: #d06868;	
}
/*確認画面で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;
}
.zip input[type="text"],
.s_size input[type="text"] {
  width: 20% !important;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
  width: 40% !important;
}
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*/
.p-entry__body 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;
}
.p-entry__body 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: 10px;
    white-space: nowrap;
    text-align:left;
}
.p-entry__body table td {
    border: 0;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    vertical-align: middle;
    text-align:left;
}
.p-entry__body table th.txt_c{
    text-align:center;
}
.p-entry__body table.flat,
.p-entry__body table.flat th,
.p-entry__body table.flat td {
  border: 0;
  background: none;
  box-shadow: none;
  font-weight: normal;
}
.p-entry__body table.border,
.p-entry__body table.border th,
.p-entry__body table.border td {
  border: 0;
  background: none;
  box-shadow: none;
}
.p-entry__body table.border th {
  border-bottom: 1px solid #000;
}
.p-entry__body table.border td {
  border-bottom: 1px solid #ccc;
}
/*TCD*/
.p-entry__body [class^="well"] *:first-child:not(a) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.p-entry__body [class^="well"] *:last-child {
	margin-bottom: 0 !important;
}
.p-entry__body [class^="well"] { 
	padding: 1.2em;
}
.p-entry__body .style4a,
.p-entry__body .style5a {
	margin-top: 30px !important;
}
.p-entry__body .pb-widget-editor *:first-child {
	margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
	.p-entry__body table th,
	.p-entry__body table td {
  	display: block;
	}
	.p-entry__body table th {
  	border-top: 0;
  	border-bottom: 0;
	}
	.zip input[type="text"],
	.s_size input[type="text"] {
	  width: 30% !important;
	}
}
/*アンカー除外*/
.p-entry__body .pb-widget-editor *:first-child:not(.anchor) {
	margin-top: 0 !important;
}