/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2a3e54;
  outline: none;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1280px;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

* {
  letter-spacing: 1px;
}

header {
  background-color: #2a3e54;
}

header .topcontents {
  width: 1250px;
  margin: 0 auto;
  height: 80px;
  /* padding-top: 20px; */
}

header .topcontents h1 {
  width: 175px;
  margin-top: 20px;
  float: left;
}

header .topcontents h1 a {
  width: 100%;
  display: block;
}

header .topcontents h1 a img {
  width: 100%;
  display: block;
}

header .topcontents .icon_user {
  width: 80px;
  height: 80px;
  float: right;
  padding: 20px 0 0 0;
  position: relative;
  /* margin-right: 30px; */
  /* border: solid 1px white; */
  /* background: #374a5e; */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a3e54+0,374a5f+100 */
  background: #2a3e54; /* Old browsers */
  background: -moz-linear-gradient(top,  #2a3e54 0%, #374a5f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #2a3e54 0%,#374a5f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #2a3e54 0%,#374a5f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a3e54', endColorstr='#374a5f',GradientType=0 ); /* IE6-9 */
}

header .topcontents .icon_user:hover {
  cursor: pointer;
}

header .topcontents .icon_user .btn_user i {
  font-size: 21px;
  text-align: center;
  padding-left: 2px;
  margin-bottom: 1px;
  color: #fff;
  width: 100%;
  display: block;
}

header .topcontents .icon_user .btn_user .txt01 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 180%;
}

header .topcontents .icon_user .btn_user:hover {
  opacity: .6;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  cursor: pointer;
}

header .topcontents .icon_user .detailbox {
  position: absolute;
  top: 30px;
  right: -30px;
  width: 250px;
  padding-top: 54px;
  display: none;
  z-index: 1000;
}

header .topcontents .icon_user .detailbox::before {
  position: absolute;
  top: 40px;
  right: 32px;
  display: block;
  content: "";
  border-right: 14px solid transparent;
  border-bottom: 22px solid #fff;
  border-left: 14px solid transparent;
}

header .topcontents .icon_user .detailbox .white {
  padding: 25px 15px 5px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 0px #888;
  box-shadow: 3px 3px 0px #888;
}

header .topcontents .icon_user .detailbox .white .photobox {
  width: 95px;
  margin: 0 auto;
  position: relative;
}

header .topcontents .icon_user .detailbox .white .photobox .photo {
  width: 100%;
  display: block;
}

header .topcontents .icon_user .detailbox .white .photobox .icon_camera {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

header .topcontents .icon_user .detailbox .white ul {
  margin-top: 10px;
}

header .topcontents .icon_user .detailbox .white ul li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

header .topcontents .icon_user .detailbox .white ul li:last-child {
  border: none;
}

header .topcontents .icon_user .detailbox .white ul li .a01 {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0 20px 0 55px;
}

header .topcontents .icon_user .detailbox .white ul li .a01:first-child i {
  top: 4px;
}

header .topcontents .icon_user .detailbox .white ul li .a01 i {
  color: #29bda5;
  font-size: 15px;
  display: block;
  position: absolute;
  top: 2px;
  left: 13px;
}

header .topcontents .icon_user .detailbox .white ul li .a01 p {
  font-size: 12px;
  font-weight: bold;
  line-height: 150%;
}

header .topcontents .icon_user .detailbox .white ul li .a01.name p {
  font-size: 16px;
  font-weight: 400;
}

header .topcontents .userinfo {
  width: 340px;
  display: block;
  float: right;
  margin-top: 20px;
  margin-right: 30px;
  position: relative;
  padding-left: 55px;
  padding-top: 3px;
}

header .topcontents .userinfo i {
  width: 42px;
  font-size: 38px;
  display: block;
  position: absolute;
  color: #fff;
  top: 3px;
  left: 5px;
}

header .topcontents .userinfo .t01 {
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
}

header .topcontents .userinfo .t02 {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  overflow: hidden;
  margin-top: 10px;
}

header .topcontents .logout {
  height: 80px;
  float: right;
  padding: 0;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}

header .topcontents .logout a{
    color:#fff;
    font-size:12px;
    text-decoration:none;
}

header .topcontents .logout i{
    color:#fff;
    font-size: 15px;
}

header .bottomcontents {
  background-color: #405266;
}

header .bottomcontents .gnav {
  width: 1250px;
  height: 48px;
  margin: 0 auto;
}

header .bottomcontents .gnav a {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  text-decoration: none;
  padding: 0 10px;
  margin-right: 20px;
}

header .bottomcontents .gnav a img {
  vertical-align: top;
  margin-right: 8px;
}

header .bottomcontents .gnav a.link01 {
  padding-left: 0;
}

header .bottomcontents .gnav a.link01 i {
  width: 18px;
  color: #fff;
  margin-top: 16px;
  margin-right: 2px;
}

header .bottomcontents .gnav a.link02 i {
  width: 24px;
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  vertical-align: top;
}

header .bottomcontents .gnav a.link03 i {
  width: 20px;
  color: #fff;
  margin-top: 16px;
}

header .bottomcontents .gnav a.link04 i {
  width: 14px;
  color: #fff;
  margin-top: 15px;
  margin-right: 5px;
}

header .bottomcontents .gnav a.link05 i {
  width: 22px;
  color: #fff;
  margin-top: 18px;
  vertical-align: top;
}

header .bottomcontents .gnav a.link06 i {
  width: 23px;
  font-size: 16px;
  color: #fff;
  margin-top: 17px;
  vertical-align: top;
}

header .bottomcontents .gnav a.link06.right {
  float: right;
  margin-right: 0;
}

main .bc {
  background-color: #e6e6e8;
  border-bottom: 1px solid #dfe2e3;
}

main .bc .wrapper {
  width: 1250px;
  height: 48px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

main .bc .wrapper::before {
  display: block;
  content: "";
  width: calc(50vw - 625px);
  height: 48px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: calc(625px - 50vw);
}

main .bc .wrapper a {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  padding: 0 15px 0 30px;
  position: relative;
  font-size: 12px;
  text-decoration: none;
  background-color: #fff;
  color: #0079e9;
}

main .bc .wrapper a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -17px;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 17px solid #fff;
  z-index: 1;
}

main .bc .wrapper a:hover {
  opacity: 1;
  color: #72a9dd;
}

main .bc .wrapper a:nth-child(even) {
  background-color: #f3f3f3;
}

main .bc .wrapper a:nth-child(even):after {
  border-left: 17px solid #f3f3f3;
}

main .bc .wrapper a:nth-child(1) {
  z-index: 99;
}

main .bc .wrapper a:nth-child(2) {
  z-index: 98;
}

main .bc .wrapper a:nth-child(3) {
  z-index: 97;
}

main .bc .wrapper a:nth-child(4) {
  z-index: 96;
}

main .bc .wrapper a:nth-child(5) {
  z-index: 95;
}

main .bc .wrapper span {
  display: inline-block;
  vertical-align: top;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #000;
  padding-left: 30px;
}

footer {
  padding: 70px 0 37px;
}

footer .list01 {
  text-align: center;
}

footer .list01 li {
  display: inline-block;
  height: 12px;
  line-height: 12px;
  padding: 0 15px;
  border-right: 1px solid #aaa;
}

footer .list01 li:last-child {
  border: none;
}

footer .list01 li a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 2px;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  vertical-align: top;
}

footer .copy {
  margin-top: 17px;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}



p.error{
  color:#cc0000;
}

.align_c{
  text-align: center;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}





.edit_link {
    font-size: 15px;
    color: #29bda5;
}

.edit_link.complete {
    margin: 8px 0 0;
    font-weight: normal;
    text-align: right;
    float: right;
    display: inline-block;
}

.edit_link.resize {
    margin: 24px auto 0;
    text-align: center;
    display: block;
}

.edit_link a{
    color: #29bda5;
    text-decoration:none;
}

.edit_link a:hover{
    text-decoration:underline;
}

.edit_link a i {
    color: #29bda5;
}

main .ttlbox .edit a.btn_modal_delete p,
a.btn_modal_delete{
    color: #29bda5;
}


/** fa **/
.fa-pen,
.fa-edit {
    color: #f25c2e;
}

.fa-trash-alt {
    color: #29bda5;
}



input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 16px;
  border:solid 1px #384b5f;
  border-radius:2px;
}

input[type="text"].full,
input[type="password"].full,
input[type="email"].full,
input[type="tel"].full,
textarea.full {
  width: 100%;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 21px;
  height: 21px;
  line-height: 1;
  vertical-align: bottom;
  border: solid 1px #384b5f;
  border-radius: 4px;
  position:relative;
}

input[type="checkbox"].checkbox {
  /* display: none; */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 21px;
  height: 21px;
  margin: 0;
  line-height: 1;
  vertical-align: top;
  border: none;
  position:relative;
  z-index: 10;
}

input[type="checkbox"].checkbox+label {
  height: 21px;
  margin: 0 0 0 -21px;
  padding-left: 21px;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position:relative;
  display: inline-block;
  cursor: pointer;
  z-index: 1;
}

input[type="checkbox"].checkbox+label:after {
  content: '';
  width: 21px;
  height: 21px;
  line-height: 1;
  vertical-align: bottom;
  border: solid 1px #384b5f;
  background:#fff;
  border-radius: 4px;
  position: absolute;
  top:0;
  left:0;
  display: block;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}

input[type="checkbox"].checkbox+label:before {
  content: '';
  width: 6px;
  height: 14px;
  position: absolute;
  top: -2px;
  left: 10px;
  z-index: 1;
  border-right: 3px solid #384b5f;
  border-bottom: 3px solid #384b5f;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  display: block;
}

input[type=checkbox].checkbox:checked + label:before {
  opacity: 1;
}

_:-ms-lang(x)::-ms-backdrop, input[type="checkbox"]:not(.toggle_btn)+label:after {
  content: none!important;
}

_:-ms-lang(x)::-ms-backdrop, input[type="checkbox"]:not(.toggle_btn)+label:before {
  content: none!important;
}

hr{
  height: 0;
  margin: 0; 
  padding: 0;
  border: 0;
}
hr {
  border-top: 1px solid #c3ceda;
}





.modal_delete,
.modal_archive {
  width: 640px;
  height: 300px;
  padding: 80px 48px;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: none;
  z-index: 1000;
}
.modal_delete p,
.modal_archive p {
    margin: 0 auto 48px;
}
.modal_delete button,
.modal_archive button,
.modal_delete [class *= btn],
.modal_archive [class *= btn] {
    margin: 0 16px;
}





.deletebtn,
.archivebtn,
.cancelbtn {
  height: 23px;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 0 16px;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  border: none;
  border-radius: 23px;
  text-decoration: none;
  position: relative;
}
.deletebtn,
.archivebtn,
.cancelbtn {
  width: 120px;
}
.archivebtn,
.deletebtn{
  background-color: #2a3e54;
}
.cancelbtn{
  background-color: #91a5ba;
}
.archivebtn:hover,
.deletebtn:hover,
.cancelbtn:hover {
  opacity: .65;
}




/*modal*/
.modal_cp {
  max-width: 1100px;
  min-width:750px;
  min-height:480px;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  max-height: fit-content;
  height: -moz-max-content;
  /*height: -webkit-max-content;*/
  height: -o-max-content;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 40px 0;
  background-color: #fff;
  display: none;
  overflow: hidden;
  z-index: 1000;
}


.modal_cp .inner {
  margin:0 auto;
  display: table;
  table-layout: fixed;
}

.modal_cp p {
  font-size: 14px;
  line-height: 31px;
  position: relative;
  z-index: 0;
}

.modal_cp p + p{
  margin-top:24px;
}

.modal_cp .number {
  font-size: 14px;
  line-height: 31px;
  min-height: 31px;
  font-weight: bold;
  position: relative;
  z-index: 0;
}

.modal_cp .number .txt1 {
  display: block;
  width: 187px;
  height: 31px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2a3e54;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 31px;
  text-align: center;
}

.modal_cp .number .txt2 {
  width: 540px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  line-height: 31px;
  margin-left: 210px;
}

.modal_cp .large{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  line-height: 31px;
}

.modal_cp .pager {
  display: block;
  text-align: right;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}

.modal_cp .pager dl {
  display: table;
  width: 270px;
  margin-left: 810px;
}

.modal_cp .pager dl dt {
  width: 136px;
  display: table-cell;
  color: #2a3e54;
  font-size: 12px;
  vertical-align: top;
  padding-top: 2px;
}

.modal_cp .pager dl dd {
  display: table-cell;
  text-align: left;
  padding-left: 15px;
}

.modal_cp .pager dl dd a {
  font-size: 12px;
  text-decoration: none;
  width: 20px;
  height: 20px;
  border: 1px solid #2a3e54;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  margin-right: 2px;
  text-align: center;
  letter-spacing: 0;
  line-height: 17px;
}

.modal_cp .pager dl dd a:hover, .modal_cp .pager dl dd a.current {
  background-color: #2a3e54;
  color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 1;
}

.modal_cp .list02 {
  width: 910px;
  margin: 50px auto 0;
}

.modal_cp .list02 li {
  width: 270px;
  margin: 0 50px 50px 0;
  float: left;
}

.modal_cp .list02 li:nth-child(3n) {
  margin-right: 0;
}

.modal_cp .list02 li .t01 {
  font-size: 14px;
  color: #29bda5;
}

.modal_cp .list02 li .t02 {
  font-size: 12px;
  line-height: 170%;
  margin-top: 7px;
}

.modal_cp .list03 {
    margin: 0 auto;
    display:table;
}

.modal_cp .number + .list03 {
    margin: 30px auto 0;
}

.modal_cp .list03 li {
    width: 270px;
    margin: 0 auto;
}

.modal_cp .list02 li .detail {
  margin-top: 12px;
}

.modal_cp .list03 li .detail {
  margin-top: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
}

.modal_cp .list03 li .detail .t03 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.modal_cp .list03 li .detail .t04 {
  margin-top: 14px;
  font-size: 12px;
  line-height: 170%;
}

.modal_cp .list03 li .detail .photo {
  display: block;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 5px;
}

.modal_cp .list03 li .detail table {
  width: 100%;
  margin-top: 8px;
}

.modal_cp .list03 li .detail table tr th {
  width: 45px;
  padding: 2px 0;
  font-size: 11px;
  line-height: 190%;
  letter-spacing: 0;
  vertical-align: top;
}

.modal_cp .list03 li .detail table tr td {
  padding: 2px 0;
  font-size: 11px;
  line-height: 190%;
  letter-spacing: 0;
  vertical-align: top;
}

.modal_cp_bg {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 90px 0;
  /*overflow-y: scroll;*/
  display: none;
}

.modal_input_form {
  width: 680px;
  height: 460px;
  padding: 48px;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: none;
  z-index: 1000;
}



.modal_input_form p {
    font-size: 14px;
    line-height: 31px;
    position: relative;
    z-index: 0;
}

.modal_input_form p + p {
    margin-top: 24px;
}

.modal_input_form .large {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    line-height: 31px;
}

.modal_input_form table {
  width:auto;
  width:fit-content;
  margin:6px auto 0;
}

.modal_input_form table p {
  margin-top:8px;
  font-size:11px;
  color: #808080;
}

.modal_input_form table tr td {
  padding: 11px 0 12px 16px;
  font-size: 12px;
  line-height: 150%;
  vertical-align: middle;
}

.modal_input_form .error {
  margin:16px auto 40px;
}

.modal_input_form p.cencel {
  margin:20px 0 0 0;
  cursor: pointer; 
}

.modal_input_form p.cencel:hover {
  text-decoration: underline;
}
