@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

a {
  text-decoration: none;
}

html {
  min-height: 100%;
  position: relative;
}

footer {
  bottom: 0;
  width: 100%;
  position: absolute;
}

img {
  width: 100%;
  margin: 0;
	padding: 0;
  vertical-align: bottom;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

body {
  min-width: 100%;
  margin: 0;
  font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Sans-Serif;
  font-size: 14px;
  letter-spacing:0.1em;
  line-height: 24px;
  color: #212121;
}

#header {
  background: #ffffff;
  background-repeat: repeat-x;
  height: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
  -webkit-align-items: center;
  align-items:         center;
  padding: 0 10px;
  position: relative;
  border-bottom: 3px solid #0162B1;
}

#header_logo {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
  -webkit-align-items: center; /* Safari */
  align-items:         center;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight:bold;
  line-height: 1.4;
}

#header_logo img{
  margin-right: 10px;
  width: 20px;
}
#header_logo p {
  font-size: 18px;
  color: #777D7E;
  letter-spacing: -0.05em;
  line-height:1;
}
.kaitou_title {
  font-size: 10px;
  color: #c9c9c9;
  line-height: 1.5;
}
.kaitou_value {
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
}
.enq_box {
  margin: 40px auto auto;
  width: 100%;
}
.enq_title {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: auto;
  margin: 0 auto 5px;
  padding: 3px;
  color: #0162B1;
  font-size: 22px;
  font-weight: bold;
}
#customer {
  background: #0162B1;
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 110px;
  height: 40px;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

#customer:hover {
  background: #0080E8;
}

#main_img {
  background-image:url("/img/customer/sp/main.png");
  background-position: calc(50% + 70px) center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}

#main_text {
  position: relative;
  top: 40%;
  margin: 0 10%;
}

.contents_wrap {
  padding-bottom: 60px;
  padding: 0 10px;
  box-sizing: border-box;
}
/* #topfigure {
  background-image:url("../images/topfigure.png");
  background-position: calc(50% + 600px) 40px;
  position: absolute;
  background-repeat:no-repeat;
  z-index: -1;
  height: 679px;
  width: 100%;
  top: 450px;
} */

#solution {
  max-width: 1000px;
  margin: 0 auto ;
  padding: 40px 0
}

#solution h2 {
  font-weight: bold;
  font-size: 22px;
  color: #0162B1;
  margin-bottom: 20px;
  text-align: center;
}

.top_contents {
  margin: 0 auto 100px;
}

.top_contents div{
}

.top_contents3 {
  max-width: 396px;
  background: #F4F4F4;
  padding: 20px 20px 30px;
  box-sizing: border-box
}

.celm_link {
  background: #0162B1;
}

.contents3_h {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding: 6px 0;
}

.top_contents3 p {
  font-size: 13px;
}

#copyright {
  border-top: solid 1px #C9C9C9;
  margin: 10px 0;
}

#copyright p {
  font-size: 10px;
  color: #C9C9C9;
  text-align: center;
}

/* modal Window */

#modal-content{
  margin: 50px 0 100px;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}

.button-link:hover{
	cursor:pointer;
	color:#f00;
}

#modal-overlay{
	z-index:1;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.modal-content_h2 {
  font-size: 18px;
  font-weight: bold;
  color: #0162B1;
  margin-bottom: 30px;
}

.form_txt {
  font-size: 15px;
}

.form_box {
  height: 32px;
  font-size: 18px;
  padding-left: 10px;
  border: solid 1px #C9C9C9;
}

.form_btn {
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #0162B1;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
}
.form_btn input {
    width: 280px;
    height: 30px;
    background-color: #0162B1;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 0.2em;
}
.modal-content_space {
  border-bottom: solid 1px #C9C9C9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.modal-content_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.form_btn_center {
  text-align: center;
  margin-top: 30px
}
.form_btn:hover {
  opacity: 0.7;
}
.close {
  display: none;
  position: absolute;
  top:-26px;
  right: -26px;
}
.modal-content_item_bottomline {
  border-bottom: solid 1px #CECECE;
}
.display_flex {
  display: flex;
  flex-direction: column;
}
.enq_tbl_bottom {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 50px auto 100px;
}
.column_reverse {
  flex-direction: column-reverse;
}
.enq_back {
  font-size: 14px;
  background: #c9c9c9;
  color: #ffffff;
  padding:8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-decoration: none;
  box-sizing: border-box;
  width: calc(50% - 5px);
  text-align: center;
  display: inline-block;
}
.enq_next {
  font-size: 14px;
  background: #0162B1;
  color: #ffffff;
  padding:8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-decoration: none;
  box-sizing: border-box;
  width: calc(50% - 5px);
  text-align: center;
  display: inline-block;
}
.enq_gotop {
  text-align: center;
  margin-top:10px;
}
.enq_footer {
  width: 100%;
  display: flex;
  flex-direction:row;
  justify-content: space-between;
}
.enq_footer a {
  margin:0 auto;
}

.error {
    color: #F00;
}

.query_answer textarea {
  width: 100%;
}

.celm_hover:hover {
  opacity: 0.7;
}

.query_title {
  display: none;
}

.en_text_prepare {
  word-wrap: break-word;
}

.note {
  margin-top: 40px;
}

input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
}