@charset "utf-8";
/* CSS Document */
html {
  background-color: #000624;
  color: #1B1E1F;
}
body {
  background-color: #FFF;
}
.container {
  margin: 0 auto;
  padding: 0;
}
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
img {
  max-width: 100%;
}
.wrap {
  overflow: hidden;
}
@media (max-width: 599px) {
  body {
    font-size: 18px;
  }
  .hidden_sp {
    display: none;
  }
  .container {
    padding: 0 15px;
    overflow: hidden;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .container {
    width: 810px;
    padding: 0 15px;
  }
  .hidden_tb {
    display: none;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 1200px;
    padding: 0;
  }
  .hidden_pc {
    display: none;
  }
}
.second .contents {
  padding-top: 70px;
}
.contents {
  width: 100%;
  overflow: hidden;
}
.contents h2.h2 {
  text-align: center;
  margin-bottom: 1.2em;
}
.contents h2.h2 span{
display: block;
 margin-bottom: 1.2em;
}
.contents .tizu {
  text-align: center;
}
.contents p {
  margin-bottom: 1em;
}
#header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: none;
  top: 0;
  background-color: #FFF;
  box-shadow: 5px 5px 5px rgba(55, 55, 55, .05), -5px -5px 5px rgba(55, 55, 55, .05);
}
#header.is-fixed {
  display: block;
}
#header .headWrap {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  color: #1B1E1F;
  height: 100px;
  overflow: hidden;
}
#header h1 {line-height: 0;}
#header h1 img {
  height: 50px;
}
@media (max-width: 599px) {
#header {
  height: 60px;
}
#header .headWrap {
  height: 60px;
}
#header h1 img {
  height: 20px;
}
#header .ngp_logo img {
  max-height: 20px;
}
}
@media (min-width: 600px) and (max-width: 1024px) {
#header {
  height: 60px;
}
#header .headWrap {
  height: 60px;
}
#header h1 img {
  height: 50px;
}
#header .ngp_logo img {
  max-height: 20px;
}
}
@media (min-width: 1025px) {
  #header .headWrap {
    width: 1200px;
  }
}
#footer {
  background-color: #000624;
  color: #FFF;
  text-align: center;
}
#footer .footInfo{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.7em;
    padding-top:1em;
}
#footer .footInfo div {

}
#footer .footInfo p.copyright{
  
}
@media (max-width: 750px) {
#footer .footInfo{
	flex-direction: column;
	gap: 10px;
}
}
@media (min-width: 1025px) {
#footer .footInfo{
    gap: 30px;
}
}
/******************************************
1.php
*******************************************/
.login_wrap {
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  min-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	padding: 0 15px;
}
.mainImg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainImg h1, .mainImg h2, .mainImg p {
  margin-bottom: 0em;
  color: #01327E;
}
.mainImg h1{
    font-size: 30px;
    font-weight: 900;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainImg h2{
  background: #01327E;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
margin-bottom: 1em;
}
.mainImg p {
  font-weight: bold;
}
@media (min-width: 751px) {
.mainImg h2{
   width: 500px;
}
.mainImg h1{
font-size:2em;
}
}
@media (max-width: 750px) {
.mainImg h2{
    max-width: 500px;
    width: 100%;
    padding: 0.5em;
    font-size: 1.2em;
}
}
.sec01 {
  background-color: #0094DD;
  color: #FFF;
  /*box-shadow: 5px 5px 5px rgba(55, 55, 55, .05), -5px -5px 5px rgba(55, 55, 55, .05);*/
}
@media (min-width: 1025px) {
}
.sec01 > div {
  padding: 30px 15px;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .sec01 > div {
    padding: 120px 0;
    box-sizing: border-box;
  }
}
.sec02 {
  background-color: #FFF;
  color: #01327E;
  /*box-shadow: 5px 5px 5px rgba(55, 55, 55, .05), -5px -5px 5px rgba(55, 55, 55, .05);*/
}
.sec02 > div {
  padding: 30px 15px;
  box-sizing: border-box;
}
.sec02 .areaWrap ul.tab-group {
  display: flex;
  justify-content: center;
	gap: 1px;
}
.sec02 .areaWrap ul.tab-group li.tab{
  flex-grow: 1;
  padding:5px;
  list-style:none;
	border: 1px solid #CCC;
	border-bottom: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	overflow: hidden;
  text-align:center;
  cursor:pointer;
	background-color: #CCC;
	color: #555;
	font-weight: bold;
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(1){
	background-color: rgba(61,61,194,0.2);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(2){
	background-color: rgba(61,139,194,0.2);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(3){
	background-color: rgba(61,194,194,0.2);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(4){
	background-color: rgba(61,194,72,0.2);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(5){
	background-color: rgba(116,194,61,0.2);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(6){
	background-color: rgba(183,194,61,0.2);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(7){
	background-color: rgba(194,139,61,0.2);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(8){
	background-color: rgba(194,72,61,0.2);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(9){
	background-color: rgba(194,61,116,0.2);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(10){
	background-color: rgba(183,61,194,0.2);
}

.sec02 .areaWrap ul.tab-group li.tab:nth-child(1).is-active{
	background-color: rgba(61,61,194,1);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(2).is-active{
	background-color: rgba(61,139,194,1);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(3).is-active{
	background-color: rgba(61,194,194,1);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(4).is-active{
	background-color: rgba(61,194,72,1);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(5).is-active{
	background-color: rgba(116,194,61,1);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(6).is-active{
	background-color: rgba(183,194,61,1);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(7).is-active{
	background-color: rgba(194,139,61,1);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(8).is-active{
	background-color: rgba(194,72,61,1);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(9).is-active{
	background-color: rgba(194,61,116,1);
}
.sec02 .areaWrap ul.tab-group li.tab:nth-child(10).is-active{
	background-color: rgba(183,61,194,1);
}
.sec02 .areaWrap ul.tab-group li.tab.is-active{
	color:#FFF;
  transition: all 0.2s ease-out;
}
.sec02 .areaWrap .panel-group{
  border:solid 1px #CCC;
  border-top:none;
  background:#F2F2F3;
  text-align:center;
	padding: 15px;
}
.sec02 .areaWrap .panel{
  display:none;
}
.sec02 .areaWrap .panel.is-show{
  display:block;
}
.sec02 .areaWrap .panel ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}
@media (min-width: 1025px) {
  .sec02 > div {
    padding: 120px 0;
    box-sizing: border-box;
  }
.sec02 .areaWrap .panel-group{
	padding: 40px;
}
}
/******************************************
2.php
*******************************************/
.yes {
  background-color: #D3E4F5;
}
.yes > div {
  padding: 30px 15px;
  box-sizing: border-box;
}
.yes .yesWap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background-color: #FFF;
	min-height: 65vh;
}
.yes .yesWap > div {
  margin-bottom: 30px;
}
.yes .yesWap h2 {
  margin-bottom: 1em;
}
.yes .yesWap .member {
  background-color: #E4EDF1;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.yes .yesWap .member table {
    background: #FFF;
}
.yes .yesWap .member table tr th {
	border: 1px solid #CCC;
	padding: 8px;
	background-color: #FFF;
	text-align: center;
}
.yes .yesWap .member table tr td {
	border: 1px solid #CCC;
	background-color: #FFF;
	vertical-align: middle;
	padding: 0.5em;
}
.yes .yesWap .member table tr td a.link{
    display: block;
    padding: 1em;
    background: #039;
    color: #fff;
    font-size: 0.8em;
    font-weight: 900;
    border-radius: 5px;
    position: relative;
padding-right: 40px;
}
.yes .yesWap .member table tr td a.link::after{
 content: url(../img/link.png);
display: inline-block;
    vertical-align: middle;
    transform: scale(0.4);
    position: absolute;
    top: 0;
    right: 0;
}
.yes .yesWap .member table tr td label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-grow: 2;
	background-color: #FFF;
	cursor: pointer;
	padding: 8px 1em;
}
.yes .yesWap .member table tr td label:hover {
	background-color: rgba(228,237,241,0.5);
}
.yes .yesWap .member table tr td label .sentaku {
	padding: 0.5em;
	background-color: #3D9752;
	color: #FFF;
	border-radius: 4px;
	font-size: 70%;
}

.yes .yesWap .member table tr td span {
	padding-left: 0.5em;
	color: #ff0000;
	font-size: medium;
}

.yes .yesWap .member table tr td .radioselect {
  display: none;

}

.yes .yesWap .member table tr td .radioselect:checked + label {
  background-color: #005FFF;
  color: #FFF;
}
@media (max-width: 750px) {
.yes .yesWap .member table tr td label {
	flex-direction: column;
}
.yes .yesWap .member table tr td label .sentaku {
	align-self: center;
}
}
@media (min-width: 751px) {
.yes .yesWap .member table tr td label .sentaku {
	margin-left: auto;
	white-space: nowrap;
}
.yes .yesWap .member table tr td.td_link {
	white-space: nowrap;
}
}

/*ここまで*/

.yes .yesWap .form table {
  width: 100%;
}
.yes .yesWap .form table tr th {
  font-weight: normal;
}
.yes .yesWap .form table tr th {
  font-weight: normal;
}
.yes .back {
	display: flex;
	justify-content: flex-end;
}
.yes .back a {
	display: block;
	background-color: #FFF;
	padding: 0.2em 1.5em;
	border-radius: 8px;
	overflow: hidden;
}
.yes .kinrin {
	padding: 15px;
	margin-bottom: 1em;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
	background-color: rgba(255,255,255,.8);
}
.yes .kinrin ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
@media (max-width: 750px){
.yes .yesWap .member{
    padding: 15px;
}
.yes .yesWap .member table tr td {
	border:none;
	background-color: #FFF;
	vertical-align: middle;
	padding: 0.5em;
}
.yes .yesWap .member table tr {
	border-top: 1px solid #CCC;
       padding: 1em 0;
}
.yes .yesWap .member table tr td a.link{
    width: 60%;
    margin: auto;
}
.yes .yesWap .member table tr td label{
padding:2px 5px;
}
}
@media (max-width: 599px) {
  .yes .yesWap .member,
  .yes .yesWap .form {
    width: 100%;
  }
.yes .yesWap {
  padding: 20px;
}
}
@media (min-width: 600px) {
  .yes > div {
    padding: 80px 0;
    box-sizing: border-box;
  }
  .yes .yesWap .member,
  .yes .yesWap .form {
    width: 80%;
  }
  .yes .yesWap .form table tr th {
    width: 200px;
  }
}
/*****************************************
スマホでのテーブルFullWidth
*****************************************/
@media (max-width: 750px) {
  .table_sp, .table_sp tbody, .table_sp thead, .table_sp tfoot, .table_sp tr, .table_sp th, .table_sp td {
    display: block;
  }
  .table_sp {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
  }
  .table_sp th {
    background-color: #F2F2F2;
    border-top: 1px solid #CCC;
    padding: 5px;
  }
  .table_sp td {
    border-top: 1px solid #CCC;
    padding: 5px;
  }
}
@media (min-width: 751px) {
  .table_sp {
    margin: 0 auto 80px;
  }
  .table_sp tr th {
    padding: 10px;
    border-bottom: 2px solid #E4EDF1;
  }
  .table_sp tr td {
    padding: 10px;
    border-bottom: 1px dotted #ccc;
  }
}
/*****************************************
スマホでのテーブル横スクロール用
*****************************************/
.scroll {
  padding-bottom: 20px;
}
.scroll table th {
  border: 1px solid #CCC;
}
.scroll table td {
  background-color: #FFFFFF;
  border: 1px solid #CCC;
}
@media (max-width: 750px) {
  .scroll table {
    width: 100%;
    margin-bottom: 5px;
    white-space: nowrap;
  }
  .scroll table th {
    padding: 5px;
  }
  .scroll table td {
    padding: 5px;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
@media (min-width: 751px) {
  .scroll table {
    margin: 0 auto 1px;
  }
  .scroll table th {
    padding: 10px;
  }
  .scroll table td {
    padding: 10px;
  }
}


