#container{
font-family: 'Noto Serif JP', serif;
}
/*送信ボタン*/
.sbmt{
margin: 0; 
padding: 0;
text-align: center;
}

.wpcf7-submit {
transform:translateX(36px);		/*右に隠れているローダーによる位置ずれ修正　24*3/2=36 */
margin: 2.0rem auto; 
text-align: center;
text-indent: 1em;
letter-spacing: 1em;	/*全角アキ*/
padding: 0.3rem 2.0rem;	/*ボタン余白*/

border: 1px solid transparent;
outline: 1px solid;
transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
outline-color: rgba(4, 4, 4, 0.5);
outline-offset: 0px;
}

.wpcf7-submit:hover {
border: 1px solid;
outline-offset: 12px;
outline-color: rgba(4, 4, 4, 0);
color:	DarkOrange; 
}
.wpcf7-submit:active{
transition: none;
border: 1px solid ;
color:	white; 
background-color:	DarkOrange; 
} 


/*任意入力項目の色：グレー*/
.wpcf7-text, textarea, select{
background:	#e8e8e8; 
}

/*必須入力項目*/
.wpcf7-validates-as-required{
/* background:	#DCDCEE; */
}

input[type="radio"]:checked + .radio-text:before {
border-color: red	!important;
background-color: red	!important;
}

.dummyL{
/*閲覧ページ情報*/
visibility: hidden;
}

#contentsBox{
width:100%;
margin:0; 
padding:0; 	
display: flex;
flex-flow:column;
}
.msg01,
.msg02{
font-size: 1.4rem;
line-height: 1.6em;
font-feature-settings: "palt";
text-align: center;
width:			100%;
max-width:	60.0rem;
margin: 0 auto		1em auto; 
}
em{
color:#0693e3;
font-style: normal;
}
form{
font-size: 1.4rem;
line-height: 1.8em;
letter-spacing: 0em;
text-align: left;

display: block;
max-width:	60.0rem;
margin: 2rem auto; 
}
label{
white-space: nowrap
}
select{
/* 	選択リスト */
padding:0 2em 0 0.5em; 
}

h2,h3{
margin-bottom: 1rem;
font-size: 	1.8rem;
}
.wpcf7{
margin-top: -4em;
margin-bottom: 3rem;
}
.line, .dummyL{
width:100%;
display: table;
margin: 1.5rem 0 0 0; 
}
.sepa{
/* height: 0;
margin: 0;
padding: 0;
border: 0; */
/* margin-top: 1.6rem;  */
margin-top: 2rem; 
/* margin-left:	5.2em;
max-width:31.0rem;  */
border: 1px solid #fff;
}
.subL{
width:100%;
display: table;
margin: 0rem 0 1.0rem 0; 
}

.lab,
.labOther,
.freeW,
.line2{
display: table-cell;
}

.lab{
width:5.2em;
padding-right:	1.2em; 
/*↓均等揃え（フリガナ ...etc）*/
text-align-last: justify;
text-justify:inter-ideograph;
}

.long,
.labOther{
width:auto;
padding-right:	0em;
text-align-last: left;
}
.labOther{
padding-left:	2em;
}
.freeW{
display: table-cell;
}
.sftUp{
margin-top: 0em;
}
.subL{
margin-left:	0.3rem; 
}
.fullW,
.otherTxt{
width:100%;
}
.otherTxt{
}
.midW{
max-width:32.0rem;
}
.narrowW{
max-width:16.0rem;
}
.msgBox{
margin-top: 2em; 
}
.msgBox textarea{
margin-top: 0.5rem;
}
input, select{	/*入力エリアの左右の余白*/
padding: 0.2rem	0.8rem; 
}
textarea{
padding: 0.5rem	0.8rem; 
width:100%;
line-height: 1.6em;
}
select{
width:8em;
}

/*アラート*/
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
/*	プラグインcss		→	wp-content/plugins/contact-form-7/includes/css/styles.css*/
text-align: center;
background:white;
border: 0;
}
.wpcf7-response-output{
text-align: center;
background:white;
border: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
border: 0;
}
@media screen and (max-width: 600px) {
.labOther{
padding-right:	1em;

}
.msg01 br,
.msg02 br
{
display:none;
}

.midW,
.narrowW{
width:100%;
max-width:none;
}
}