@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #dee2e6;margin:1em 0;padding:0}input,select{vertical-align:middle}
/*----------------------------------------------
 追加reset styles
----------------------------------------------*/
main{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;display:block}
/*----------------------------------------------
 formatting styles
----------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.5em; /* =15px */
  font-weight: 500;
  color: #353a40;
}
body.noScrol {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
}
*, *:before, *:after {
  box-sizing: inherit;
}
@media screen and (max-width:767px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.4em; /* =14px */
  }
}
a {
  color: #353a40;
  transition: 0.3s all;
}
ul {
  list-style: none;
}
.hidden {
  display: none;
}
.spOnly {
  display: none;
}
.flex {
  display: flex;
  align-items: center;
}
.nowrap {
  white-space: nowrap;
}
.alignC {
  text-align: center !important;
}
.alignR {
  text-align: right !important;
}
.alignL {
  text-align: left !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.colBlue {
  color: #008ac8 !important;
}
.colGreen {
  color: #00b900 !important;
}
.colRed {
  color: #eb4e3d !important;
}
.fontBold {
 font-weight: bold !important;
}
@media screen and (max-width:767px) {
  .spOnly {
    display: block;
  }
}
/* ----------------------------------------------
header
----------------------------------------------*/
header {
  height: 60px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #ec1c24;
}
header .logo img {
  height: 21px;
  width: auto;
}
header .idNum {
  text-align: right;
  line-height: 1.2;
}
header .idNum a {
  color: #fff;
}
@media screen and (max-width:767px) {
  header {
    width: 100%;
    height: 50px;
    padding: 0 5%;
  }
  header .logo img {
    height: 17.5px;
    width: auto;
  }
}
/* ----------------------------------------------
footer
----------------------------------------------*/
footer {
  color: #adb5bd;
  height: 80px;
  border-top: 1px solid;
  padding: 20px 10px;
}
@media screen and (max-width:767px) {
  footer {
    height: 40px;
    padding: 10px 5%;
  }
}
/* ----------------------------------------------
main
----------------------------------------------*/
main {
  overflow: hidden;
  position: relative;
}
/* mainArea */
.slideNav {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #dee2e6;
}
.slideNav ul {
  display: flex;
  font-size: 1.6rem;
  margin: 0 30px;
  background-color: #fff;
  width: auto;
  overflow-x: auto;
  -ms-overflow-style: none;
}
.slideNav ul::-webkit-scrollbar {
  display: none;
}
.slideNav ul li {
  white-space: nowrap;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 5px 20px 0;
}
.slideNav ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  text-decoration: none;
}
.slideNav ul li a:hover {
  color: #00b900;
}
.slideNav ul li.on {
  color: #00b900;
  border-bottom: 3px solid #00b900;
}
.slideNav ul li.on a {
  color: #00b900;
}
@media screen and (max-width:767px) {
  .slideNav ul {
    font-size: 1.4rem;
    margin: 0 5%;
  }
  .slideNav ul li {
    padding: 5px 10px 0;
  }
  .slideNav ul li.on {
    border-bottom: 2px solid #00b900;
  }
}
/*----------------------------------------------
 form base styles
----------------------------------------------*/
input::-ms-clear {
  visibility: hidden
}
input::-ms-reveal {
  visibility: hidden
}
select::-ms-expand {
  display: none;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  outline: none;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  width: 100%;
  font-size: 1.5rem;
}
input::placeholder { 
  color: #adb5bd;
} 
input:-ms-input-placeholder { 
  color: #adb5bd;
}
input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"] {
  height: 36px;
  padding: 10px;
}
input:focus {
  border: 1px solid #464a65;
  outline: 0;
}
input[type="file"] {
  border: none;
}
textarea {
  display: block;
  height: 75px;
  padding: 10px;
  font-size: 1.5rem;
}
textarea:focus {
  border: 1px solid #464a65;
  outline: 0;
}
select {
  height: 36px;
  padding: 0 22px 0 10px;
  background: #fff url("../img/form-img/arrow-select.png") no-repeat 100% 50%;
  background-size: 17px 5px;
  font-size: 1.5rem;
}
select:focus {
  border: 1px solid #464a65;
  outline: 0;
}
input.w5em {
  width: 5em;
}
input.w70 {
  width: 70px;
}
input.w110 {
  width: 110px;
}
input.w150 {
  width: 150px;
}
input.w300 {
  width: 300px;
}
input.w500 {
  width: 500px;
}
input.w25per,
select.w25per {
  width: 25%;
}
input.w33per,
select.w33per {
  width: 33%;
}
input.w50per,
select.w50per {
  width: 50%;
}
@media screen and (max-width:767px) {
  input, textarea, select {
    font-size: 1.4rem;
  }
  textarea {
    height: 100px;
    font-size: 1.4rem;
  }
  select {
    font-size: 1.4rem;
  }
  input.w300 {
    width: 100%;
  }
  input.w500 {
    width: 100%;
  }
  input.w25per,
  select.w25per {
    width: 50%;
  }
  input.w25per + input.w25per {
    margin-top: 10px;
  }
  input.w33per,
  select.w33per {
    width: 50%;
  }
  input.w50per,
  select.w50per {
    width: 100%;
  }
}
@media screen and (max-width:320px) {
  input.w25per,
  select.w25per {
    width: 75%;
  }
  input.w33per,
  select.w33per {
    width: 75%;
  }
}
/* ラジオボタン（2択） */
ul.radios {
  display: inline-block;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden;
}
ul.radios li {
  display: inline-block;
  position: relative;
  float: left;
  border: solid 1px #CCCCCC;
  border-right: none;
  overflow: hidden;
}
ul.radios li:first-child {
  border-radius: 3px 0 0 3px;
}
ul.radios li:last-child {
  border-right: solid 1px #CCCCCC;
  border-radius: 0 3px 3px 0;
}
ul.radios label {
  display: block;
  width: 100%;
  height: 100%;
  color: #dee2e6;
  background: #fff;
  padding: 5px 10px;
}
ul.radios li:first-child label {
  border-radius: 2px 0 0 2px;
}
ul.radios li:last-child label {
  border-radius: 0 2px 2px 0;
}
ul.radios input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
ul.radios input[type=radio]:checked {
  cursor: pointer;
}
ul.radios input[type=radio]:checked + label {
  color: #ffffff;
  background: #00b900;
}
/* ラジオボタンとチェックボックス */
.radio-check-style {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.radio-check-style li {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 5px 25px 5px 0;
}
.radio-check-style label input {
  display: none;
}
.radio-check-style input[type="checkbox"] + span {
  display: flex;
  width: 100%;
  min-height: 20px;
  background: url("../img/form-img/check-off.png") no-repeat 0 0;
  background-size: 20px;
  padding: 0 0 0 30px;
}
.radio-check-style input[type="checkbox"]:checked + span {
  background-image: url(../img/form-img/check-on.png);
}
.radio-check-style input[type="radio"] + span {
  display: flex;
  width: 100%;
  min-height: 20px;
  background: url("../img/form-img/radio-off.png") no-repeat 0 0;
  background-size: 20px;
  padding: 0 0 0 30px;
}
.radio-check-style input[type="radio"]:checked + span {
  background-image: url(../img/form-img/radio-on.png);
}
@media screen and (max-width:767px) {
  .radio-check-style {
    width: 100%;
  }
  .radio-check-style li {
    font-size: 1.4rem;
    margin: 10px 20px 10px 0;
  }
  .radio-check-style.sp100per li {
    width: 100%;
  }
}
/* ボタン */
button {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.6rem;
  color: #fff;
  background: #00b900;
  border: none;
  border-radius: 3px;
  padding: 0 13px;
  min-width: 4em;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s all;
}
button[type="reset"] {
  color: #353a40;
  background: #cfd4da;
}
button.btnB {
  background: #eb4e3d;
}
button:hover {
  background-color: #009321;
}
button[type="reset"]:hover {
  color: #fff;
  background: #666f86;
}
button.btnB:hover {
  opacity: 0.6;
  background: #eb4e3d;
}
.delButton a {
  display: block;
  background: #eb4e3d url("../img/common/icon-delete.png") no-repeat 50% 48%;
  background-size: 20px auto;
  width: 39px;
  height: 35px;
  border-radius: 3px;
  margin: auto;
}
.delButton a:hover {
  opacity: 0.6;
}
@media screen and (max-width:767px) {
  button {
    font-size: 1.5rem;
    height: 34px;
  }
}