@charset "UTF-8";

/* bcp用スタイル定義 */

html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.index-main.full-height {
    height: 100vh;
}
.home-main.full-height {
    height: 100%; /* 100vh; */
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

a.link_white:link {
	color: white;
	text-decoration: none;
}
a.link_blue:link {
	color: blue;
	text-decoration: none;
}

.m-b-md {
  margin-bottom: 30px;
}

div.mmm {
  position:absolute;
  left:0px;
  right:0px;
  top:150px;
  width:1000px;
  text-align:center;
  border:1px solid gray;
  color:black;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:10px;
}
@media screen and (max-width: 480px) {
  div.container h2 {
    font-size:8vw;
  }
  div.mmm {
    top:20px;
    width:100%; height:auto;
    text-align:center;
    border:1px solid gray;
    color:black; 
    margin-top:100px;
    margin-bottom:10px;
  }
}

/*************** 一覧用テーブルスタイル *****************/

table.tbl {
	width: 90%;
	margin: 0 auto;
}
table.tbl thead td {
	background: #5bc8ac;
	padding: 10px;
	color: #fff;
}
table.tbl tbody td {
	background: #eee;
	padding: 10px;
}
table tr:nth-child(2n) td {
	background: #fff;
}
table.tbl tr:hover td {
	background-color: #d9efff;
}

/************** レイアウトテーブルスタイル ***************/

table.layout {
	width: 100%;
	margin: 0 auto;
}
table.layout td {
	border-top: 1px solid #ddd;
	padding-top: 24px;
	padding-bottom: 24px;
	/* display: flex; */
	align-items: center;
}
table.layout td.td_tit {
	padding-top: 24px !important;
	padding-bottom: 0 !important;
}
table.layout td.td_sel {
	border: 0px !important;
}
table.layout p.sel {
	width: 40%;
	margin-left:21%;
}
table.layout p.sel2 {
	width: 40%;
	margin-left:18%;
}

/*************** ナビゲーションスタイル *****************/

ul#c-gnav {
	list-style-type: none;
	padding-left: 0;
}
li.menu-item {
	list-style-type: none;
	display: inline-block;
	width:  160px;
	height: 50px;
	background-color: #eab942;
	margin-top: 3px;
	padding: .3em 1.4em;
	border-radius: 4px;
	font-weight: bold;
}
li.nav-item {
	border-bottom:2px solid red;
}
li.no-item {
	list-style-type: none;
	display: inline-block;
	width:  160px;
	height: 50px;
	margin-top: 3px;
	padding: .3em 1.4em;
	border-radius: 4px;
}

.c-gnav>.menu-item>a {
	text-decoration:none;
}

/************** ファイルアップロード関連 *****************/

#user_email_sel {
    display: block;
}
#user_email_hosoku {
	display: black;
}
#staff_email_sel {
    display: none;
}
#staff_email_hosoku {
	display: none;
}

.upload-area {
    margin: auto;
    width: 280px; /* 85% */
    height: 320px;
    position: relative;
    border: 1px dotted rgba(0, 0, 0, .4);
    display: none;
    cursor: pointer;
}

.upload-area i {
    position: absolute;
    font-size: 120px;
    opacity: .1;
    width: 100%;
    left: 0;
    top: 80px;
}
.upload-area p {
    width: 100%;
    position: absolute;
    top: 200px;
    opacity: .8;
}

.upload-area #upfile_show {
    width: 100%;
    position: absolute;
    top: 50px;
}

#input-files {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
 
#submit-btn {
    font-weight: bold;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    width: 200px;
    height: 45px;
    background-color: rgba(108, 168, 255, .7);
    border: none;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.6);
    opacity: .6;
    cursor: pointer;
    display: none;
}
#submit-btn:hover {
    background-color: rgba(108, 168, 255, 1.0);
}
#submit-btn:active {
    position: relative;
    top: 5px;
    box-shadow: none;
}



/****************** フォームスタイル ********************/

.Form {
  /* margin-top: 80px; */
  margin-left: auto;
  margin-right: auto;
  /* max-width: 720px; */
  
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  /* display: flex; */
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item-multi {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 40%;
  /* display: flex; */
  align-items: center;
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom:5px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Label-Any {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #cccccc;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Label-Any {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #98c7ec; /* #ddd; */
  border-radius: 6px;
  margin-left: auto; /* 40px; */
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 510px;
  background: #fff; /* #eaedf2; */
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Select {
  border: 1px solid #98c7ec; /* #ddd; */
  border-radius: 6px;
  margin-left: auto;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 510px;
  background: #fff; /* #eaedf2; */
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Select {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Select-Multi {
  border: 1px solid #98c7ec; /* #ddd; */
  border-radius: 6px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  height: 320px;
  /* flex: 1; */
  width: 280px;
  max-width: 310px;
  background: #fff; /* #eaedf2; */
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #98c7ec; /* #ddd; */
  border-radius: 6px;
  margin-left: auto; /* 40px; */
  padding-left: 1em;
  padding-right: 1em;
  height: 156px; /* 216px; */
  flex: 1;
  width: 100%;
  max-width: 510px;
  background: #fff; /* #eaedf2; */
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Readonly {
  border: 1px solid #ddd;
  background: #eaedf2;
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 10px; /* 32px; */
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px; /* 20px; */
  padding-bottom: 10px; /* 20px; */
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.Form-Btn-Small {
  border-radius: 6px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

/****************** チェックボックススタイル ********************/

.ECM_CheckboxInput {
  padding: 12px 8px;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}
.ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  background: #DDDDDD !important;
  border: solid 2px #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  border: solid 2px #333333;
  background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}
.ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width:  26px; /* 32px */
  height: 26px; /* 32px */
  border: solid 2px #888888;
  background: #FFFFFF;
  border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: 700;
}
