@charset "UTF-8";

body{
 position: relative;
}

.button.is-info{
  white-space: normal;
  height:auto;
}

.errors, .error {
  color: red;
}

.header-title {
  font-size: 1.5rem!important;
  margin-top: 0px!important;
  margin-bottom: 10px!important;
  border-bottom: solid 2px #0058a5!important;
}

.header-btn {
	padding-bottom: 0px;
	text-align:right;
	margin-bottom:20px;
}

.btn-submit .button{
  background:#2793da;
  color:#ffffff;
  border-color: #2793da;
}

.btn-submit.button:hover{
  color:#ffffff;
}

.header-btn .button img{
  width:24px;
  height:auto;
  margin-right: 8px;
}

.header-btn .button:hover{
  color:#ffffff;
}

.footer{
  text-align:center;
  background-color:#ffffff;
  padding: 1rem 1.5rem 3rem;
}

.footer .button {
	background: linear-gradient(180deg, #0058a5, #0058a5) !important;
	color:#ffffff;
  padding: 0 30px;
}

.section{
  padding:0 0 0 0;
}

#Truebox-term {
  margin: 15px auto 15px;
  padding: 10px 0 15px;
  border:solid 3px #E4EDF4;
  border-radius:20px;
}

#Truebox {
  margin: 15px auto 15px;
  padding: 10px 0 15px;
  width: 420px;
  border:solid 3px #E4EDF4;
  border-radius:20px;
  background-color: #ffffff;
  border: solid 3px #D9E8F2;
}

#Truebox .formwrap{
  width:90%;
  margin:0 auto;
}

.top-tag {
  font-weight: normal;
  text-align: right;
  margin-right: 15px;
  font-size: 1.1rem;
}

.select_type {
  background:#E4EDF4;
  display: table;
  padding: 5px 20px;
  margin: 10px 0;
  font-weight: bold;
}

.label_wrap {
  margin:15px 0;
}

.end_title{
  margin-bottom:10px;
}

.name {
	color: #0058A5;
	font-size: 20px;
	margin: 0px;
}

#lastcontent {
  padding-top: 0;
}

a.button {
  display: flex;
  justify-content: center;
  width: 70%;
  height:auto;
  border:0;
  background-color: #F4F4F4;
  margin:0 auto 15px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  color:#4a4a4a;
  padding: 18px 10px 18px 10px;
  text-align: left;
  font-size: 1.2rem;
}

.btn-name{
  display:flex;
  flex-direction: column;
  word-break: break-all;
  white-space: normal;
  width: 100%!important;
}

.message-header_blue{
  background:#0058a5;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: .75em 1em;
  position: relative;
}

.message-body{
border-color: #dee2e6!important;
border-width: 0 0 0 0px!important;
}

.box{
  padding: 0.8rem!important;
  margin: 10px 0 0px;
  text-align: center;
}

.list_css  li{
  margin:10px 0px;
  border-bottom: dotted #cccccc 1px;
  padding: 0px 0px 7px;
}
.footer_warning{
  display:flex;
  justify-content:center;
  margin-top: 20px;
  align-items: center;
}

.button.blue_frame,
.button.blue_frame:hover{
  border:solid 2px #0058A5;
  color:#0058A5;
  background:#ffffff;
  font-size: 0.9rem;
}



.help_meg{
  font-size: 0.95rem;
  text-align:center;
}

.help_meg01{
  font-size: 0.95rem;
  text-align:center;
  width:400px;
  margin:0 auto;
}

.acd-check{
  display: none;
}
.acd-label{
  color: #ff7f50;
  display: block;
  padding: 5px 0 0px;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}
.acd-content{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}

.acd-content li{
  list-style-type: disc;
  margin-left: 18px;
}

.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  text-align:left;
  border-radius: 10px;
  background: #fff0f5;
}

.acd-check2{
}
.acd-label2{
  margin-bottom: 1px;
  padding: 10px 0 0px;
  cursor: pointer;
  cursor: hand;
}
.acd-content2{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check2:checked + .acd-label2 + .acd-content2{
  height: 60px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  text-align: center;
  border-radius: 10px;
}

.y-btn{
    border-radius: 5px !important;
    font-size: 0.9rem !important;
    letter-spacing: 2px;
    background:#ffd700;
    margin: 0 auto;
    display: block;
    color:#363636;
}

#container-open {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-open{
    margin-bottom: 10px;
    color: #1f334c;
    padding: 40px 20px 0px;
    margin-right: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    height: 160px;
    font-size: 1.3rem;
    width: 70%;
    text-align:center;
    border: solid 2px #0058a5;
    border-radius: 10px;
}
.inner-open img{
  width:45px;
  margin:0 auto 10px;
  display:block;
}

#top-container{
  width:100%;
  text-align: center;
  position: relative;
  min-height:100vh;
  padding-bottom: 150px!important;
  box-sizing: border-box;
}

#top-container .requires-auth-notice{
  color: #FF6666;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
#top-container .requires-auth-notice img{
  width: 27px;
  margin-right: 5px;
}

.top-logo{
  width: 80%;
  margin: 10px auto 0px;
  text-align:left;
}

.top-logo img{
 width:200px;
 height:auto;
}

h2.top-title{
  color:#0058A5;
  font-weight: bold;
  font-size: 26px;
  margin: 40px 0 20px;
}

.top-danger{
 width:60%;
 margin:0 auto;
 font-weight: bold;
 font-size: 110%;
}

.mail_wrapper{
 background:#E4EDF4;
 width:100%;
 margin-top: 20px;
 padding: 30px 20px;
 text-align: center;
 margin-bottom: 35px;
}

.mail_wrapper h3{
 font-size: 23px;
 font-weight: bold;
 margin-bottom: 10px;
 }

.top-formwrap{
 width:400px;
 margin: 10px auto;
}

.top-formwrap #email{
 border: solid 1px #666;
 height:55px;
}

.top-send{
 width:100%;
 background:#32BBC6;
 border-bottom:solid 5px #2DA5AE;
 padding:25px 0px 23px;
 color:#ffffff;
}

.top-send:hover{
  border-bottom:solid 5px #2DA5AE;
  background:#32BBC6;
  color:#ffffff;
}

#top-main{
  width:660px;
  margin:0 auto;
}

#top-main img{
  height:25px;
  width:auto;
  margin-right:15px;
}

.top-check{
    display: none;
}
.top-label{
    border: solid 1px #ccc;
    color: #000000;
    display: block;
    margin-top: 10px;
    padding: 15px;
    position: relative;
    border-radius: 7px;
    text-align:left;
    font-size: 17px;
    box-shadow: 0 0 8px 0 #ececec;
    cursor:pointer;
    display:flex;
}

.top-label:after{
    box-sizing: border-box;
    content: '+';
    display: block;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: -4px;
    font-weight:bold;
    font-size: 27px;
    color: #999999;
}
.top-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    text-align:left;
    background:#F8F2C2;
    color:#000000;
}

.top-content ul li{
  list-style-type: disc;
  margin-left: 18px;
}

.top-content ol{
    list-style-position: inside;
    counter-reset:num;
    list-style-type: none!important;
    padding:0;
    margin:0;
}

.top-content ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.top-content ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #666;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}

.top-check:checked + .top-label:after{
    content: '-';
    font-size: 31px;
    top: -8px;
    right: 4px;
}
.top-check:checked + .top-label + .top-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}



#top-main h4 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  margin-top:30px;
  font-size: 18px;
  font-weight:bold;
  color:#0058A5;
}

#top-main h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #0058A5;
}

#top-main h4 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

#top-container .terms-notice{
    margin-top:20px;
    text-align: left;
    font-size: 12px;
}

ul.top-list{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  margin-top: 25px;
}

ul.top-list li{
  display:flex;
  flex-direction:column;
  background:#F8F2C2;
  border-radius: 50px;
  width: 110px;
  height: 110px;
  line-height: 19px;
  font-size: 15px;
  color:#000;
}

ul.top-list img{
  margin:9px auto 5px!important;
  width: 52px!important;
  height: auto!important;
}

.list-memo{
  text-align: right;
  margin-top: 22px;
  font-size: 14px;
}

.name-guide {
  font-size: 14px;
  color: red;
}

#footer {
  border-top:solid #3298dc 2px;
  width:100%;
  display:flex;
  justify-content:center;
  flex-direction:row;
  padding:10px;
  position: absolute;
  bottom: 0;
  align-items: flex-start;
}
#footer img{
  width: 65px;
  margin-right: 20px;
}
.tel{
  font-size:0.9rem;
}
.tel a[href^="tel:"]{
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom:none; 
  pointer-events: none;
}

.copy{
  margin-top:10px;
}

.report-name{
  color:#0058a5;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0px 10px;
}

.comment{
 margin-bottom:10px;
 text-align:center;
}

.acountd-title{
 background:#ff0000;
 color:#ffffff;
 text-align:center;
 margin-bottom: 20px;
 padding: 3px;
}

ul.acountd li{
 list-style: disc;
 margin-left: 17px;
 padding-bottom: 10px;
}

ul.acountd .bold{
 font-weight:bold;
}

ul.acountd .red{
 color:#ff0000;
 font-weight:bold;
}

.anchorText {
  pointer-events: none;
  color: #ffffff;
  border:solid 2px #cccccc;
  display: inline-block;
  background: #cccccc;
  font-size: 0.9rem;
  border-radius: 5px;
  display: inline-block;
  padding: 6px 10px;
}

.sent-badge {
  font-size: 14px;
  color: #fff;
  padding: 0 1px 0 3px;
  background-color: #f81;
  border: solid 3px #f81;
  border-radius: 5px;
  margin-right: 0.5em;
}

#check-enable:checked ~ .anchorText {
  pointer-events: auto;
  border: solid 2px #ff0000;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 6px 10px;
  border-radius: 5px;
  background: #ff0000;
  display: inline-block;
  
}

@media screen and (max-width: 350px) {
  .btn-report,
  .btn-report-history {
    padding: 15px 5px;
    line-height: 57px;
  }
}

@media screen and (max-width: 768px) {
	body {
    margin: 0px;
	}
	#container{
    width:100%;
	}
	
	#Truebox,#Falsebox {
	width: 100%;
    }
    .top-logo{
    width: 90%;
    }
    #top-container{
    padding: 10px 5px;
    }
    
    .top-formwrap{
    width:90%;
    }
    #top-main{
    width:90%
    }
    .top-label{
     padding: 15px 40px 15px 15px;
    }
    .appli-logo{
    display:flex;
    }
    ul.top-list{
    flex-wrap: wrap;
    justify-content:center;
    margin: 5px;
    }
    ul.top-list li{
    margin:3px;
    }
    #top-main h4 span{
    padding:0 5px;
    }
    #top-main h4{
    margin-bottom:20px;
    padding: 0px;
    }
    .help_meg01{
    width:90%;
    }
    .tel a[href^="tel:"]{
     font-size: 1.2rem;
      font-weight: bold;
      border-bottom:dotted #3298dc 2px; 
      color:#3298dc;
      pointer-events: auto;
     }
  }
  
  .btn-report {
    background-color: #0058a5;
    color: white;
    padding: 17px 12px;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 20px;
    margin-right: 10px;
    letter-spacing: 0.1em;
  }
  
  .btn-report-history {
    background-color: white;
    color: #0058a5;
    padding: 17px 10px;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #0058a5; 
    letter-spacing: 0.3em;
  }
  
  .btn-report,
  .btn-report-history {
    text-align: center;
  }

  .btn-report img,
  .btn-report-history img {
    vertical-align: middle;
  }
  
  .btn-report:hover {
    color: white;
  }
  .btn-report-history:hover{
    color: #0058a5;
  }
}

