@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@media screen and (min-width:820px) {
  html {
    min-height: 100%;
    position: relative;
  }

  footer {
    bottom: 0;
    width: 100%;
  }

  body {
    margin: 0;
    font-family: 'Noto Sans Japanese',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Sans-Serif;
    font-size: 16px;
    letter-spacing:0.1em;
    line-height: 30px;
    color: #212121;
  }

  img {
    width: auto;
  }

	.login-wrap h2,
	.pwr-wrap h2{
		font-size: 22px;
	}
	.login-wrap .form-txt,
	.pwr-wrap .form-txt{
		font-size: 16px;
	}
	.login-wrap .form-box,
	.pwr-wrap .form-box{
		font-size: 18px;
	}
	
  #header_logo p {
    font-size: 23px;
  }

  #header {
    background: #ffffff;
    min-height: 70px;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    -webkit-align-items: center; /* Safari */
    align-items:         center;
    padding: 0 20px;
    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: 22px;
    font-weight:bold;
  }

  #header_logo img{
    margin-right: 10px;
    width: 20px;
    height: 46px;
  }

	#customer {
    color: #ffffff;
	background: #0162B1;
    text-decoration: none;
    width: 140px;
    height: 40px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }

  #customer:hover {
    background: #0080E8;
  }

  #main_img {
    background-image:url("/img/customer/main.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
  }

  #main_text {
    position: relative;
    top: 40%;
    margin: 0 10%;
  }

  .contents_wrap {
    margin: 0 auto;
    padding-bottom: 60px;
  }
  #topfigure {
    background-image:url("/img/customer/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: 60px 20px ;
  }

  #solution h2 {
    font-weight: bold;
    font-size: 26px;
    color: #0162B1;
    margin-bottom: 30px;
    text-align: left;
  }
  .top_contents {
    width: 396px;
    margin: 60px 20px;
  }

  .top_contents div{
    text-align: center;
  }

  .contents_img {
    height: 220px;
  }

  .top_contents3 {
    max-width: 396px;
    background: #F4F4F4;
    padding: 20px 20px 30px;
    box-sizing: border-box
  }

  .contents3_h {
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto 10px;
  }

  #copyright {
    border-top: solid 1px #C9C9C9;
    margin: 10px 0;
  }

  #copyright p {
    font-size: 12px;
    color: #C9C9C9;
    text-align: center;
  }

  /* modal Window */

  #modal-content{
    max-width: 640px;
    margin: 60px auto;
  }

  .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: 22px;
    font-weight: bold;
    color: #0162B1;
    margin-bottom: 30px;
  }
/*
  .form_txt {
    font-size: 16px;
    width: 130px;
  }

  .form_box {
    width: 500px;
    height: 32px;
    font-size: 18px;
    padding-left: 10px;
  }
*/
  .form_btn {
    position: relative;
    text-align: center;
    width: 320px;
    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: 40px;
    background-color: #0162B1;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing:0.2em;
  }

  .form_btn2 input {
    width: 280px;
    height: 40px;
    background-color: #6F6F6F;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: bold;
    border-radius: 10px;
    letter-spacing:0.1em;
    margin-right: 20px;
  }

  .modal-content_space {
    border-bottom: solid 1px #C9C9C9;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .modal-content_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: row;
  }

  .form_btn_center {
    text-align: center;
    margin-top: 30px
  }

  .form_btn:hover {
    opacity: 0.7;
  }

  .close {
    position: absolute;
    top:-26px;
    right: -26px;
  }

  .modal-content_item_bottomline {
    border-bottom: solid 1px #CECECE;
  }

  .delete_message {
    text-align: center;
    margin-bottom: 20px;
  }

  .delete_message01 {
    font-size: 15px;
    color: #6F6F6F;
    margin-bottom: 4px;
  }

  .delete_message02 {
    font-size: 26px;
    color: #0162B1;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .delete_message02 {
    font-size: 20px;
  }

  .delete_btn .form_btn2 input {
    margin-right:0;
  }

  .delete_btn .form_btn {
    width: 280px;
    background-color: inherit;
  }

  .delete_btn .form_btn input {
    margin-right:20px;
    background-color: #EB4444;
  }

  .modal_administrator .red {
    color: #EB4444;
  }

  .top_fixed {
    display: flex;
    max-width:1020px;
    margin: 0 auto;
  }
/*
   {
    font-size: 18px;
    color: #ffffff;
    margin-right: 1em;
  }
*/
  .enq_box {
    margin: 65px auto auto;
    max-width:1120px;
    padding: 0 20px;
    box-sizing:border-box;
  }
  .enq_title {
    color: #0162B1;
    font-size: 30px;
    font-weight: bold;
  }
  .enq_head {
    color: #212121;
    margin: 1.5em auto 1.5em auto;
  }
  .enq_list {
    margin-bottom: 4em;
    }
  .enq_tbl {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: auto;
    margin: 0 auto 5px;
    padding: 3px;
  }
  .enq_tbl {
    background: #f4f4f4;
  }
  .enq_tbl:first-child {
    background: #000000;
  }
  .bg_white {
    background: #ffffff;
  }
  .enq_mokuji,.enq_joukyou {
    color: #0162B1;
    font-size: 20px;
    font-weight: bold;
  }
  .enq_mokuji {
  }
  .enq_joukyou {
  }
  .enq_tbl div:nth-child(1) {
    color: #0162B1;
    padding:5px;
    text-align: right;
    font-size: 20px;
  }
  .enq_tbl div:nth-child(2) {
    padding:5px;
    text-align: left;
    font-size: 14px;
  }
  .enq_tbl div:nth-child(3) {
    padding:5px;
    text-align: left;
  }
  .enq_tbl div:nth-child(4) {
    padding:5px;
  }
  .enq_sumi {
    color: #c9c9c9;
  }
  .enq_update {
    font-size: 14px;
    display: block;
    color: #ffffff;
    background: #c9c9c9;
    text-align: center;
    padding: 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
  }
  .enq_tbl_bottom {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: auto;
    margin: 4em auto 100px;
  }
  .enq_return {
    color: #0162B1;
    font-size: 16px;
    padding:8px 0 8px 0;
    text-decoration: underline;
    font-weight: bold;
  }
  .enq_start {
    font-size: 19px;
    background: #0162B1;
    color: #ffffff;
    width: 300px;
    padding:8px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-decoration: none;
    margin: 0 auto 20px;
  }
    .kaitou_value {
      color: #ffffff;
      margin-right: 1em;
      font-size: 18px;
    }
    .enq_box {
      margin: 65px auto auto ;
    }
    .enq_title {
      color: #0162B1;
      font-size: 30px;
      font-weight: bold;
    }
    .enq_subject {
      border-bottom: solid 4px #c9c9c9;
      font-size: 26px;
      margin-top: 2em;
      padding-bottom: 12px;
      margin-bottom: 10px;
    }
    .enq_subject span {
      color: #0162B1;
      font-size: 30px;
      font-weight: bold;
      margin-right: 10px;
    }
    .enq_midashi {
      width: 960px;
      color: #0162B1;
      font-weight: bold;
      border-bottom:1px solid #c9c9c9;
    }
    .enq_midashi td {
      padding:5px;
    }
    .enq_midashi td:nth-child(1) {
      width: 50%;
    }
    .enq_midashi td:nth-child(2) {
      display: -webkit-flex; /* Safari */
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: auto;
      padding: 3px;
    }
    .enq_midashi div {
      text-align:left;
      width:20%;
    }
    .enq_midashi span {
      margin:auto;
      width: 27%;
      text-align:center;
    }
    /* .enq_qtbl tr:nth-child(odd) table {
      background: #ffffff;
      margin-top: 30px;
    } */
    .enq_qbox {
      background: #f4f4f4;
      width: 960px;
      }
    .enq_qbox td {
      padding:5px;
      border-top:1px solid #c9c9c9;
    }
    .enq_qtbl {
      border-bottom:2px solid #c9c9c9;
      margin-top: 30px;
    }
    .enq_qq_sub {
      width:50%;
      padding: 5px;
    }
    .enq_qq_num {
      font-size: 20px;
      color: #0162B1;
      font-weight: bold;
      padding-left: 10px;
      margin-right: 10px;
      float:left;
    }
    .enq_qq_title {
      font-size: 16px;
      float:right;
      width: 80%;
      color: #212121;
      padding-right: 30px;
    }
    .enq_aa {
      display: -webkit-flex; /* Safari */
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: auto;
      padding: 3px;
    }
    .enq_aa div {
      width:20%;
    }
    .enq_aa input {
      height:26px;
      margin:auto;
    }
    .enq_footer {
      width: 80%;
      margin: 4em auto 20px;
    }
    .enq_back {
      font-size: 19px;
      background: #c9c9c9;
      color: #ffffff;
      width: 240px;
      padding:8px;
      margin-left: 82px;
      text-align: center;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      text-decoration: none;
      float: left;
      margin-right: 10px;
    }
    .enq_next {
      font-size: 19px;
      background: #0162B1;
      color: #ffffff;
      width: 240px;
      padding:8px;
      margin-right: 120px;
      text-align: center;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      text-decoration: none;
      float: right;
      margin-left: 10px;
    }
    .enq_gotop {
      text-align: center;
      margin-top:3em;
    }

    .cf:before,
    .cf:after {
      content: " ";
      display: table;
    }
    .cf:after {
      clear: both;
    }
    .cf {
      *zoom: 1;
    }

    .enq_qbox:last-child {
      height: 50px;
    }

    .query_wrap {
      background: #f4f4f4;
      padding: 20px 10px;
      margin-top: 30px;
      line-height: 1;
    }
    .query_head {
      display: flex;
      flex-direction: row;
      margin-bottom: 30px;
    }
    .query_area {
      margin-top: 30px;
    }
    .query_group {
      border-top: solid 1px #C9C9C9;
      padding: 20px 10px;
      display: flex;
    }

    .query_answer {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-around;
      margin: 0 auto;
      align-items: center;
    }
    .query_answer label {
      background: #fff;
      width: calc(20%);
      margin-right: 6px;
      margin-bottom: 6px;
      padding: 10px;
      box-sizing: border-box;
      border: 1px solid #C9C9C9;
      line-height: 1.4;
      display: none;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      border-radius: 5px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.8px;
    }
    .query_answer p {
		text-align: center;
		padding: 0 2px;
		box-sizing: border-box;
		word-break: break-all;
		white-space: pre-line;
    }

    /* 解答のwidth操作 */

    .query_group .query_answer6 input {
      width: auto;
    }

    .query_group .query_answer1 p {
      width: 100%;
    }

    .query_group .query_answer2 p {
      width: 50%;
    }

    .query_group .query_answer3 p {
      width: 33.33%;
    }

    .query_group .query_answer4 p {
      width: 25%;
    }

    .query_group .query_answer5 p {
      width: 20%;
    }

    .query_group .query_answer6 p {
      width: 16.66%;
    }

    .query_group .query_answer7 p {
      width: 14.28%;
    }

    .query_group .query_answer8 p {
      width: 12.5%;
    }

    .query_group .query_answer9 p,.query_group .query_answer9 input {
      width: 11.11%;
    }

    .query_group .query_answer10 p,.query_group .query_answer10 input {
      width: 10%;
    }

    /* 解答のwidth操作 */


    .query_title {
      color: #0162B1;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 0px;
      line-height: 1.2;
      border-top: none;
      padding-bottom: 4px;
    }
    .query_title .query_target .query_answer {
      justify-content: space-between;
    }
    .query_target {
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 500;
      width: 66.66%;
      word-break: break-all;
    }
    .query_relation {
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 500;
      width: 33.33%;
      word-break: break-all;
    }
    .query_target_flex {
    width: 25%;
    display: flex;
    }
    .query_target_flex .query_target {
      width: 66.66%;
      word-break: break-all;
    }
    .query_target_flex .query_relation {
      width: 33.33%;
      word-break: break-all;
    }
    .query_answer label:nth-child(5n) {
      margin-right: 0;
    }
    .answer_check {
      background: #0162B1;
      color: #ffffff;
    }
    .query_answer input{
      display: block;
      width: auto;
      box-sizing: border-box;
      margin: 0;
    }
    .query_answer input:nth-child(5n) {
    margin-right: 0;
    }
    .query_answer .check_box:checked + .label {
      background: #338FFC;
      color: #ffffff;
    }
    .query_answer label:nth-child(3n) {
    margin-right: 6px;
    }
    .kaitou_title {
        font-size: 14px;
        color: #c9c9c9;
        margin-right: 1em;
      }

      .down_box {
        margin: 65px auto auto;
        max-width: 960px;
        text-align: center;
      }
      .down_title {
        color: #0162B1;
        font-size: 30px;
        font-weight: bold;
        margin-bottom:1.5em;
      }
      .down_end {
        font-size: 15px;
        line-height: 1.8em;
        margin-bottom:1em;
      }
      .enq_footer {
        width: 80%;
        margin: 4em auto 20px;
      }
      .enq_back {
        font-size: 19px;
        background: #c9c9c9;
        color: #ffffff;
        width: 240px;
        padding:8px;
        margin-left: 82px;
        text-align: center;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        text-decoration: none;
        float: left;
      }
      .enq_next {
        font-size: 19px;
        background: #0162B1;
        color: #ffffff;
        width: 240px;
        padding:8px;
        margin-right: 120px;
        text-align: center;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        text-decoration: none;
        float: right;
      }
      .enq_gotop {
        text-align: center;
        margin-top:3em;
      }

      .cf:before,
      .cf:after {
        content: " ";
        display: table;
      }
      .cf:after {
        clear: both;
      }
      .cf {
        *zoom: 1;
      }
      .query_target_wrap {
        width: 25%;
        display: flex;
      }
	
	/* 対象者検索 */
	.search_list{
		flex-wrap: nowrap;
	}
	.search_row{
		margin: 0 10px;
		width: 33%;
	}
	.form_btn_right {
    	float: right;
	}
}

.target_table{
  margin: 2em 0;
  width: 100%;
}
.target_table tr{
  border-bottom: 1px solid #d3d3d3;
}
.target_table thead tr,
.target_table2 thead tr{
  background-color: #f2f2f2;
}
.target_table tr th,
.target_table2 tr th{
  padding: 3px 8px;
}
.target_table tr td,
.target_table2 tr td{
  padding: 7px 8px;
}
.target_table tr td .form_box{
  box-sizing: border-box;
  width: 100%;
}
.target_table tr .check_td{
  text-align: center;
  vertical-align: middle;
}
.target_table .target_table_check{
  width: 10%;
  min-width: 40px;
}
.target_table .target_table_name{
  width: 50%;
}
.target_table .target_table_relation{
  width: 40%;
}
.answer_status_ctl{
  margin-right: 10px;
}
.icon-plus,.icon-minus{
  width: 23px;
  height: auto;
  vertical-align: sub;
}
.target_table2{
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.target_table2 thead tr,
.target_table2 tbody td{
  border-bottom: 1px solid #d3d3d3;
}
.target_table2 .td1{
  width: 10%;
  min-width: 80px;
  text-align: center;
  vertical-align: middle;
}
.target_table2 .td2{
  width: 20%;
  min-width: 120px;
}
.target_table2 .td3{
  width: 10%;
  min-width: 100px;
  text-align: center;
}
.target_table2 .td4{
  width: 10%;
  min-width: 120px;
  text-align: center;
}
.target_table2 .td5{
  width: 30%;
  min-width: 120px;
}
.target_table2 .td6{
  width: 20%;
  min-width: 100px;
  text-align: center;
}