body { 
    background: #ffffff;
    margin: 0;
    width:100%;
    height: 100%;
    text-align: center;
    margin-right: auto;
    margin-left : auto;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline
}
/*------------------------------
スマホでスクロール可にする
------------------------------*/
@media screen and (max-width:767px){
    html, body {
      overflow: auto;
      background: #FFFFFF;
    }
}

/*------------------------------
header PC
------------------------------*/
@media screen and (min-width: 768px) {
    header{
        background: rgba(255,255,255,0.0);
    }
}
/*------------------------------
	header SP
------------------------------*/
@media screen and (max-width:767px){
    header{
        background: rgba(255,255,255,1.0);
    } 
}

ul.horizontal-list {
    padding: 5px 5px 5px 5px;
    overflow-x: auto;
    white-space: nowrap;
}
li.item {
    width:80px;
    display: inline-block;
    padding: 5px 5px 0px 5px;
    text-align: center;
}
.ptext {
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.img_wrap:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}

.main-box {
    font-size: 75%;
    background: #ffffff;
    box-shadow: inset 0 10px 25px 0 rgba(0, 0, 0, .05);
    max-width: 714px;
    display:grid;
    grid-template-rows:auto;
    grid-template-columns:100%;
    text-align: center;
    margin-right: auto;
    margin-left : auto;
}

.admin-box {
    font-size: 75%;
    background: #ffffff;
    box-shadow: inset 0 10px 25px 0 rgba(0, 0, 0, .05);
    max-width: 96%;
    display:grid;
    grid-template-rows:auto;
    grid-template-columns:100%;
    text-align: center;
    margin-right: auto;
    margin-left : auto;
}

.middle-box{
    display: inline-block;
    grid-row:1 / 2;
    grid-column:1 / 1;
    padding: 10px 10px 10px 10px;
    text-align: left;
 }
.bottom-box{
    display: inline-block;
    grid-row:2 / 2;
    grid-column:1 / 1;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.btn-icon {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    background-color: #5cb85c;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px 8px 16px;
    border-radius: 4px;
    position: relative;
}

.btn-icon:before {
    font-family: "FontAwesome";
    /*content: ""; 好きなフォントアイコンを　*/
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -8px;
}

.btn-nicon {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    background-color: #5cb85c;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    padding: 6px 6px 6px 6px;
    border-radius: 4px;
    position: relative;
}

.btn-nicon:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -8px;
}

.btn-icon,.btn-nicon:hover {
    opacity: 0.8;
}


/*--------------------------------------
テキスト
---------------------------------------*/

.msr_text_05 {
  padding-bottom: 20px;
  width: 100%;
}
.msr_text_05 label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_text_05 input[type=text] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 10ppx;
}

.msr_text_05 input[type=number] {
  background: #fff;
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  height: 40px;
  width: 10ppx;
}

/*--------------------------------------
ラジオボタン
---------------------------------------*/

.msr_radio_05 {
  padding-bottom: 20px;
}
.msr_radio_05 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_radio_05 input[type=radio] {
  display: none;
  margin: 0;
}
.msr_radio_05 input[type=radio] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0px 24px;
  position: relative;
}
.msr_radio_05 input[type=radio] + label::before {
  border: 1px solid #777777;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
}
.msr_radio_05 input[type=radio]:checked + label::after {
  background: #333333;
  border-radius: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -4px;
  position: absolute;
  left: 4px;
  top: 0;
  height: 8px;
  width: 8px;
}

/*--------------------------------------
チェックボックス
---------------------------------------*/

.msr_chack_05 {
  padding-bottom: 20px;
}
.msr_chack_05 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_chack_05 input[type=checkbox] {
  display: none;
  margin: 0;
}
.msr_chack_05 input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5px;
  margin-right: 12px;
  padding: 0 0 0 24px;
  position: relative;
}
.msr_chack_05 input[type=checkbox] + label::before {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  width: 16px;
}
.msr_chack_05 input[type=checkbox]:checked + label::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.msr_chack_05 input[type=checkbox]:checked + label::after {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  left: 3px;
  margin-top: -6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  height: 6px;
  width: 10px;
}

/*--------------------------------------
プルダウン
---------------------------------------*/

.msr_pulldown_05 {
  padding-bottom: 20px;
  position: relative;
  width: 230px;
}
.msr_pulldown_05 p {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_pulldown_05 select {
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background:#FFFFFF;
  border: 1px solid #999999;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  position:relative;
  height: 40px;
  width: 230px;
}
.msr_pulldown_05 label{
  position:relative;
}
.msr_pulldown_05 label::after {
  /*content:"";*/
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  right: 16px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position:absolute;
  top:50%;
  width: 8px;
}

/*--------------------------------------
ファイル選択
---------------------------------------*/

.msr_file_05 {
  padding-bottom: 20px;
  width: 460px;
}

.msr_file_05 label {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display:block;
  font-size:14px;
  padding: 10px;
  position:relative;
  height: 40px;
  width: 230px;
}
.msr_file_05 label::before {
  content:"＋";
  color:#333333;
  font-size:20px;
  line-height:1;
  margin-top: -9px;
  right:10px;
  position:absolute;
  top:50%;
}
.msr_file_05 input[type=file] {
  display: none;
}


/*--------------------------------------
テキストエリア
---------------------------------------*/

.msr_textarea_05 {
  padding-bottom: 10px;
  width: 100%;
}
.msr_textarea_05 label {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
}
.msr_textarea_05 textarea {
  border: 1px solid #999999;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  padding: 10px;
  height: 120px;
  width: 100%;
}

/*--------------------------------------
送信ボタン
---------------------------------------*/
.msr_sendbtn_05{
  margin:0 0 10px;
}

.msr_sendbtn_05 input[type=submit],
.msr_sendbtn_05 input[type=button]{
  background-color: #FFFFFF;
  border:1px solid #999999;
  border-radius: 2px;
  color: #333333;
  cursor:pointer;
  display: inline-block;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 180px;
}
.msr_sendbtn_05 input[type=submit]:hover {
  background-color: #999999;
  color: #FFFFFF;
}
.msr_sendbtn_05 input[type=button]:hover {
  background-color: #999999;
  color: #FFFFFF;
}
.msr_sendbtn_05 input[disabled=disabled] {
  cursor:default;
  opacity: 0.5;
}
.msr_sendbtn_05 input[disabled=disabled]:hover {
  background-color: #FFFFFF;
  color: #333333;
}

/********************************************
* Now Loading
********************************************/
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 80px;
    height: 80px;
    border: 4px #ddd solid;
    border-top: 4px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.is-hide{
    display:none;
}

/*必須マーク*/
label.required:after {
  margin-left: 1.0em;
  padding: 0px 6px 0px 6px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #C44;
  content: "必須";
}
p.required:after {
  margin-left: 1.0em;
  padding: 0px 6px 0px 6px;
  border-radius: 4px;
  font-size: 0.6em;
  color: white;
  background-color: #C44;
  content: "必須";
}