@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

a {
	color: #0162B1;
	text-decoration: none;
}
a:hover{
	opacity: 0.6;
}
.underline{
	text-decoration: underline;
}

html {
  min-height: 100%;
  position: relative;
}

footer {
  bottom: 0;
  width: 100%;
}

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;
}
textarea{
	width: 100%;
	min-height: 66px;
	font-size: 16px;
	padding: 4px 6px;
	line-height: 1.5;
	font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Sans-Serif;
	letter-spacing: 0.8px;
}
select{
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-appearance : none;
	appearance: none;
    cursor: pointer;
	font-size: 16px;
}
.select-wrap{
	position: relative;
	width: 100%;
}
.select-wrap::before {
	border-top: 7px solid #727272;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	content: "";
	position: absolute;
	right: 9px;
	top: 50%;
	width: 0;
    transform: translateY(-50%);
}
.language_selection .select-wrap{
	margin-right: 15px;
}

.mb-30{
	margin-bottom: 30px;
}
.max-w400{
	max-width: 400px;
}
.max-w200{
	max-width: 200px;
}
.f-wrap{
	flex-wrap:wrap;
}
.notice-title{
	font-weight: bold;
	text-align: center;
	margin-bottom: -13px;
}
.notice{
    font-size: 14px;
    background: #F4F4F4;
    padding: 20px;
}

/* ログイン,パスワードリマインダー */
.login-wrap{
	max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
.pwr-wrap{
    max-width: 680px;
    width: 100%;
    margin: 0 auto 50px;
}
.login-wrap h2,
.pwr-wrap h2{
	font-size: 18px;
	font-weight: bold;
	color: #0162B1;
	margin-bottom: 30px;
}
.login-wrap .form-wrap,
.pwr-wrap .form-wrap{
	display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.login-wrap .form-txt,
.pwr-wrap .form-txt{
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    color: #6F6F6F;
    margin-bottom: 5px;
}
.login-wrap .form-box,
.pwr-wrap .form-box{
	width: 100%;
    height: 38px;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
	border: solid 1px #C9C9C9;
}

#header {
  background: #ffffff;
  background-repeat: repeat-x;
  min-height: 60px;
  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: 14px;
	color: #777D7E;
	letter-spacing: -0.05em;
	line-height:1;
	margin-right: 10px;
}

/* mypage btn */
#header .mypage-btn{
    padding: 3px 10px;
    background-color: #0162B1;
    color: #ffffff;
    border: none;
    border-radius: 6px;
	cursor: pointer;
	font-size: 13px;
  -webkit-appearance: none;
}

/* language */
#header .language_selection{
	display: flex;
	cursor: pointer;
}
#header .language_selection select{
    max-width: 200px;
    min-width: 100px;
    height: 30px;
    font-size: 18px;
    padding-left: 5px;
}
#header .language_selection .logout-wrap{
	display: flex;
	align-items: center;
	position: relative;
	width: 20px;
	padding: 0 10px 5px;
	cursor: pointer;
}
#header .language_selection .logout-wrap .logout-btn{
	background: none;
	color: #6c81b8;
	border: none;
	font-size: 10px;
	position: absolute;
	bottom: -13px;
	left: 45%;
    transform: translateX(-50%);
}


.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;
  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: 0 10px;
	margin-bottom: 60px;
	box-sizing: border-box;
	min-height: calc(100vh - 135px);
}
.h-auto{
	min-height: auto;
}
#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_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;
	cursor: pointer;
}
.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: 50px;
}
.enq_footer {
  width: 100%;
  display: flex;
  flex-direction:row;
  justify-content: space-between;
}
.enq_footer a {
	margin: 0 5px;
}

.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;
}

.contents_box {
	width: 100%;
    max-width: 1400px;
    margin: 30px auto;
  overflow: hidden;
}

.search_list {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:row;
	-webkit-justify-content: center; /* Safari */
	justify-content:center;
	flex-wrap: wrap;
}

.search_row_title {
	background: #F4F4F4;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	color: #6F6F6F;
	padding: 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.search_row:last-child .box_item .box_item2 .form_txt {
  width: 100px;
}
.search_row {
	width: 100%;
	min-width: 100px;
}
.form_txt {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #6F6F6F;
}

.form_box {
	width: 100%;
	height: 32px;
	font-size: 16px;
	padding-left: 10px;
	box-sizing: border-box;
	border: solid 1px #C9C9C9;
}
.form_box2 {
  width: 100%;
  height: 32px;
  font-size: 18px;
  padding-left: 10px;
}
.form_box3 {
  width: 200px;
  height: 32px;
  font-size: 18px;
  padding-left: 10px;
}
.form_btn_left {
  margin-bottom: 30px;
}

.form_btn_target_serach {
	position: relative;
	text-align: center;
	max-width: 350px;
	min-width: 200px;
  margin-top: 5px;
	background-color: #0162B1;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	border-radius: 10px;
	display: inline-flex;
	justify-content: center;
	padding: 10px 0;
	text-decoration: none;
	cursor: default;
}

.form_btn_target_serach input {
  /*width: 250px;*/
  background-color: #0162B1;
  color: #ffffff;
  border: none;
  font-size: 17px;
  font-weight: bold;
  border-radius: 10px;
  letter-spacing:0.2em;
  -webkit-appearance: none;
}
.form_btn_target_serach:hover {
  opacity: 0.7;
}
a#back{
	background: #909090;
}

.box_item {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.box_item2 {
  display: flex;
  align-items: center;
}

.table-scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
}

.contents_table {
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto ;
  min-width: 100%;
  margin-bottom: 10px;
}

.contents_table tr th,
.contents_table tr td {
    padding: 4px 6px;
    border: 1px solid #ababab;
    vertical-align: middle;
    line-height: 20px;
}

.contents_table tr th {
  text-align: left;
  font-weight: 400;
  background: #909090;
  color: #ffffff;
  font-size: 12px;
  white-space:nowrap;
}
.contents_table tr td {
  font-size: 13px;
  background: #ffffff;
}

.contents_table tr .table_sorter {
  background-image: url(../../../img/admin/sorter.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding-right: 20px;
}

.contents_table tr .table_sorter_up {
  background-image: url(../../../img/admin/sorter_up.gif);
  background-color: #afafaf;
}

.contents_table tr .table_sorter_down {
  background-image: url(../../../img/admin/sorter_down.gif);
  background-color: #afafaf;
}
.return-btn{
	width: 160px;
	background-color: #0162B1;
	color: #ffffff;
	border: none;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	letter-spacing: 0.2em;
	padding: 3px 10px;
	display: block;
	margin: 0 auto!important;
}
.down_box{
	width: 95%;
    margin: 30px auto;
	text-align: center;
	margin-bottom: 30px;
}
.down_title{
	color: #0162B1;
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 1em;
}
.down_button{
	margin: 3em 0;
}