@charset "UTF-8";
@import url("contact.css");

/*audit color*/

a {
    color: #486daa;
    text-decoration: none;
    transition: all 0.2s;
}

#globalFooter {
    border-top: solid 1px #486daa;
}

/*audit color*/

h2.toph3.en {
    font-size: 2rem;
    margin-bottom: 5%;
}

h3.toph3.en {
    font-size: 2rem;
    margin-bottom: 2%;
}
p.hotlineTxt {
    margin-bottom: 3%;
}
ul.hotlineList li {
    position: relative;
    padding-left: 15px;
    line-height: 2;
}
ul.hotlineList li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #485daa;
    border-radius: 50%;
}

.mailh3{
    font-size: 2rem;
    margin-bottom: 2%;
}


.overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2%;
}
.mailadd {
    display: flex;
    align-items: center;
}
.matters {
    display: flex;
    padding: 2% 0;
    border-top: solid 1px #486daa;
    border-bottom: solid 1px #486daa;
    margin-bottom: 2%;
}
.matters p{
    color: #486daa;
    width: 10%;
    margin-right: 5%;
}
.matters ol{
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.matters ol li {
    display: flex;
    padding: 0;
    counter-increment: sample;
    position: relative;
    padding-left: 1.3em;
}
.matters ol li:before {
    content: ""counter(sample)"";
    position: absolute;
    top: 0.1em;
    left: -.3em;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    margin-right: 4px;
    background-color: #486daa;
    font-size: 1.2rem;
    color: #fff;
    line-height: 18px;
    text-align: center;
}

.mailBox{
    margin-bottom: 5%; 
}

input[type="text"], input[type="tel"], input[type="email"],textarea {
  border: solid 1px #486daa;
}

button.clear::after {
  border-left: 15px solid #486daa !important;
}

button.clear, .confirm button.submit {
  background: #486daa !important;
}


button.submitUndo::before {
  border-color: transparent transparent transparent #486daa;
}

button.submitUndo, button.submitSend {
  background-color: #486daa;
}

button.submitSend::after {
  border-left: 15px solid #486daa;
}


.more {
  border: solid 1px #486daa;
  color:#486daa;
}

.form{
    padding-top: 280px;
    margin-top: -280px;
}



#windowBox{
    display: flex;
    justify-content: space-between;
}

.window{
    width: 48%;
    border: solid 1px #486daa;
    padding: 40px;
}


.windowTtl{
    margin-bottom: 30px;
}

.windowTtl dt{
    border-bottom: solid 1px #486daa;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #486daa;
}

.windowTtl dd{
    font-size: 20px;
    line-height: 1.5;
}

.windowInner{
    margin-bottom: 30px;
}

.windowInner.last-child{
    margin-bottom: 0!important;
}

.attentionList .listTtl{
    color: #486daa;
    margin-bottom: 10px;
    display: block;
}

.attentionList ul{
    padding-left: 20px;
}

.attentionList li{
    list-style-type: disc;
    margin-bottom: 10px;
}


.formBOX {
  padding: 3% 5%!important;
}



.wpcf7-list-item {
  margin: 0 1em 0 0!important;
}

.wpcf7-response-output{
  display: none !important;
}

.formTtl{
    display: flex;
    gap:10px;
}


.formTtl .ttlNumber {
  background: #485daa;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}


.form_inner_ttl{
    color: #485daa;
    font-weight: bold;
    padding-left: 0!important;
}

.form_inner_ttl::before{
    display: none;
}

.form_inner_txt{
    margin-bottom: 30px;
}
.form_inner_txt strong{
    display: flex;
    font-size: 20px;
    gap:20px;
    margin-top: 20px;
    font-weight: bold;
}    

.form_inner_txt strong span{
    color: #485daa;
}

.middle{
    height: 100px!important;
}

.txt_item_list{
    margin-top:20px; 
    padding-left: 16px;
}

.txt_item_list li{
    list-style: disc;
}


.form_style_v2 dt{
    position: relative;
    min-height: initial;
    display: flex;
    align-items: flex-start;
    gap:2px;
}

.form_style_v2 dt strong{
  display: block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  background-color: #485daa;
  border-radius: 50%;
  color: #fff;
  margin-top:2px;
  margin-right: 2px; 
}

.form_style_v2 dd {
  padding: 0;
  width: 70%;
  margin-bottom: 20px;
}

.form_style_v2 dd:last-child {
    margin-bottom: 0px;
    min-height: unset;
}

.formBOX dl {
    margin-bottom: 0;
}

.unnessary{
  padding-left: 20px!important;
}


.attention_box_wrap{
	max-width: 1100px;
	margin: 0 auto 100px;
}

.attention_box{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #485daa;
	width: 70%; 
}


.attention_box.last{
  border-bottom: none;
  
}  

.attention_box.full_width{
  width: 100%;
}


.attention_box.pc_flex{
	display: flex;
	gap:20px;
}

.attention_box_ttl{
	font-weight: bold;
	color: #485daa;
	margin-bottom: 10px;
}

.attention_box_list li{
	margin-bottom: 5px;
	margin-left: 20px;
	list-style: disc;
}



/* Media Queries ================================================== */
@media screen and (max-width: 768px) {

main{
    padding-bottom: 180px;
}

.overview {
    display: block;
    margin-bottom: 5%;
}
.mailBox a {
    font-size: 2rem;
}
.mailadd {
    margin-bottom: 2%;
}
.matters {
    display: block;
}
.matters ol {
    display: block;
}
.matters ol li {
    left: 1em;
}
.matters p {
    width: 100%;
}


#windowBox{
    display: block;
}

.window{
    width: 100%;
    margin-bottom: 20px;
}



.form_style_v2 dd {
  padding: 0;
  width: 100%;
  margin-bottom: 20px;
}

.form_inner_txt strong {
  display: block;
}

.form_inner_txt strong span{
    display: block;
}

.form_style_v2 dt {
    margin-bottom:10px; 
}  



.attention_box_wrap{
	padding:0 5%;
	margin: 0 auto 50px;
}

.attention_box{
	width: 100%; 
}

.attention_box.pc_flex{
	display: block;
}

  



}