@charset "UTF-8";

* {
  outline: none !important; }

label {
  font-weight: normal; }

figure {
  display: block;
  margin: 0; }

i {
  font-style: normal; }

iframe {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4); }

*::selection {
  background-color: #000;
  color: #FFF; }

*::-moz-selection {
  background-color: #000;
  color: #FFF; }

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

.clearfix:before {
  display: table;
  line-height: 0px;
  content: ""; }

label2 {
  cursor: pointer;
  padding:5px;
  border: 1px solid #434343;
  border-radius: 5px;}

.check_box:checked + .label2 {
  background-color: #cef2d9;
}

/* **************************************************
 ボタン デフォルト
************************************************** */
.btn-base, .btn-label {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0;
  padding: 4px 15px;
  line-height: 1em;
  font-size: inherit;
  color: #FFFFFF;
  background-color: #0070C9;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s linear; }

.btn-base:hover, .btn-label:hover,
.btn-label:focus,
.btn-lavel:active,
.btn-base:focus,
.btn-label:focus,
.btn-base:active,
.btn-label:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #00457d; }

.btn-base.empty:hover, .empty.btn-label:hover,
.empty.btn-label:focus,
.empty.btn-lavel:active,
.btn-base.empty:focus,
.empty.btn-label:focus,
.btn-base.empty:active,
.empty.btn-label:active {
  color: #00457d;
  background-color: #FFFFFF;
  border: 1px solid #00457d; }

.btn-label {
  margin: 0 3px;
  padding: 0 1.2em 0 5px;
  line-height: inherit; }

.btn-label:before {
  content: "";
  display: blcok;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  left: auto;
  right: 0.4em;
  width: 0.8em;
  text-align: right; }

.btn-label:hover:before {
  right: 0.3em;
  width: 0.9em; }

/* **************************************************
 display ディスプレイ
************************************************** */
.d-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.d-t {
  display: table; }

.d-tc {
  display: table-cell; }

.d-tc-reset {
  display: block !important;
  width: auto !important;
  height: auto !important;
  vertical-align: middle !important; }

.absolute {
  position: absolute;
  top: 0;
  left: 0; }

.relative {
  position: relative;
  top: 0;
  left: 0; }

.fixed {
  position: fixed;
  top: 0;
  left: 0; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.f-none {
  float: none; }

/* **************************************************
	テキスト段組 文字間
************************************************** */
.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-center {
  text-align: center; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

.ls0 {
  letter-spacing: 0px !important; }

.ls1 {
  letter-spacing: -1px !important; }

.ls2 {
  letter-spacing: -2px !important; }

.ls3 {
  letter-spacing: -3px !important; }

.ls4 {
  letter-spacing: -4px !important; }

.ls5 {
  letter-spacing: -5px !important; }

.lh-1 {
  line-height: 1em; }

.lh-1_1 {
  line-height: 1.1em; }

.lh-1_2 {
  line-height: 1.2em; }

.lh-1_3 {
  line-height: 1.3em; }

.lh-1_4 {
  line-height: 1.4em; }

.lh-1_5 {
  line-height: 1.5em; }

.lh-1_6 {
  line-height: 1.6em; }

.lh-1_7 {
  line-height: 1.7em; }

.lh-1_8 {
  line-height: 1.8em; }

.lh-1_9 {
  line-height: 1.9em; }

.lh-2 {
  line-height: 2em; }

.br-db {
  display: block; }

.br-dib {
  display: inline-block; }

@media (max-width: 768px) {
  .br-pc {
    display: inline; } }

.br-sp {
  display: inline; }

@media (max-width: 768px) {
  .br-sp {
    display: block; } }

.nakaten {
  display: inline-block;
  margin: 0 -0.2em; }

.ws-normal {
  white-space: normal; }

.ws-nowrap {
  white-space: nowrap; }

.fs-italic {
  font-style: italic !important; }

.fw-normal {
  font-weight: normal !important; }

.fw-bold {
  font-weight: bold !important; }

.fs70 {
  font-size: 70% !important; }

.fs80 {
  font-size: 80% !important; }

.fs90 {
  font-size: 90% !important; }

.fs110 {
  font-size: 110% !important; }

.fs120 {
  font-size: 120% !important; }

.fs130 {
  font-size: 130% !important; }

.fs140 {
  font-size: 140% !important; }

.fs150 {
  font-size: 150% !important; }

.fs10px {
  font-size: 10px !important; }

.fs11px {
  font-size: 11px !important; }

.fs12px {
  font-size: 12px !important; }

.fs13px {
  font-size: 13px !important; }

.fs14px {
  font-size: 14px !important; }

.fs15px {
  font-size: 15px !important; }

.fs16px {
  font-size: 16px !important; }

.fs17px {
  font-size: 17px !important; }

.fs18px {
  font-size: 18px !important; }

.fs19px {
  font-size: 19px !important; }

.fs20px {
  font-size: 20px !important; }

/* **************************************************
	余白共通　マージン
************************************************** */
.mg0 {
  margin: 0 !important; }

.mgt0 {
  margin-top: 0px !important; }

.mgt5 {
  margin-top: 5px !important; }

.mgt10 {
  margin-top: 10px !important; }

.mgt15 {
  margin-top: 15px !important; }

.mgt20 {
  margin-top: 20px !important; }

.mgt30 {
  margin-top: 30px !important; }

.mgt40 {
  margin-top: 40px !important; }

.mgt50 {
  margin-top: 50px !important; }

.mgt60 {
  margin-top: 60px !important; }

.mgt70 {
  margin-top: 70px !important; }

.mgt80 {
  margin-top: 80px !important; }

.mgt90 {
  margin-top: 90px !important; }

.mgt100 {
  margin-top: 100px !important; }

.mgt-5 {
  margin-top: -5px !important; }

.mgt-10 {
  margin-top: -10px !important; }

.mgt-15 {
  margin-top: -15px !important; }

.mgt-20 {
  margin-top: -20px !important; }

.mgt-25 {
  margin-top: -25px !important; }

.mgt-30 {
  margin-top: -30px !important; }

.mgt-35 {
  margin-top: -35px !important; }

.mgt-40 {
  margin-top: -40px !important; }

.mgl0 {
  margin-left: 0px !important; }

.mgl5 {
  margin-left: 5px !important; }

.mgl10 {
  margin-left: 10px !important; }

.mgl15 {
  margin-left: 15px !important; }

.mgl20 {
  margin-left: 20px !important; }

.mgl30 {
  margin-left: 30px !important; }

.mgl40 {
  margin-left: 40px !important; }

.mgl50 {
  margin-left: 50px !important; }

.mgl60 {
  margin-left: 60px !important; }

.mgl70 {
  margin-left: 70px !important; }

.mgl80 {
  margin-left: 80px !important; }

.mgl90 {
  margin-left: 90px !important; }

.mgl100 {
  margin-left: 100px !important; }

.mgl-5 {
  margin-left: -5px !important; }

.mgl-10 {
  margin-left: -10px !important; }

.mgl-15 {
  margin-left: -15px !important; }

.mgl-20 {
  margin-left: -20px !important; }

.mgl-25 {
  margin-left: -25px !important; }

.mgl-30 {
  margin-left: -30px !important; }

.mgl-35 {
  margin-left: -35px !important; }

.mgl-40 {
  margin-left: -40px !important; }

.mgr0 {
  margin-right: 0px !important; }

.mgr5 {
  margin-right: 5px !important; }

.mgr10 {
  margin-right: 10px !important; }

.mgr15 {
  margin-right: 15px !important; }

.mgr20 {
  margin-right: 20px !important; }

.mgr30 {
  margin-right: 30px !important; }

.mgr40 {
  margin-right: 40px !important; }

.mgr50 {
  margin-right: 50px !important; }

.mgr60 {
  margin-right: 60px !important; }

.mgr70 {
  margin-right: 70px !important; }

.mgr80 {
  margin-right: 80px !important; }

.mgr90 {
  margin-right: 90px !important; }

.mgr100 {
  margin-right: 100px !important; }

.mgr-5 {
  margin-right: -5px !important; }

.mgr-10 {
  margin-right: -10px !important; }

.mgr-15 {
  margin-right: -15px !important; }

.mgr-20 {
  margin-right: -20px !important; }

.mgr-25 {
  margin-right: -25px !important; }

.mgr-30 {
  margin-right: -30px !important; }

.mgr-35 {
  margin-right: -35px !important; }

.mgr-40 {
  margin-right: -40px !important; }

.mgb0 {
  margin-bottom: 0px !important; }

.mgb5 {
  margin-bottom: 5px !important; }

.mgb6 {
  margin-bottom: 6px !important; }

.mgb10 {
  margin-bottom: 10px !important; }

.mgb15 {
  margin-bottom: 10px !important; }

.mgb20 {
  margin-bottom: 20px !important; }

.mgb30 {
  margin-bottom: 30px !important; }

.mgb40 {
  margin-bottom: 40px !important; }

.mgb50 {
  margin-bottom: 50px !important; }

.mgb60 {
  margin-bottom: 60px !important; }

.mgb70 {
  margin-bottom: 70px !important; }

.mgb80 {
  margin-bottom: 80px !important; }

.mgb90 {
  margin-bottom: 90px !important; }

.mgb100 {
  margin-bottom: 100px !important; }

.mgb-5 {
  margin-bottom: -5px !important; }

.mgb-10 {
  margin-bottom: -10px !important; }

.mgb-15 {
  margin-bottom: -15px !important; }

.mgb-20 {
  margin-bottom: -20px !important; }

/* **************************************************
	余白共通　パッディング
************************************************** */
.pd0 {
  padding: 0 !important; }

.pdt0 {
  padding-top: 0px !important; }

.pdt5 {
  padding-top: 5px !important; }

.pdt10 {
  padding-top: 10px !important; }

.pdt15 {
  padding-top: 15px !important; }

.pdt20 {
  padding-top: 20px !important; }

.pdt30 {
  padding-top: 30px !important; }

.pdt40 {
  padding-top: 40px !important; }

.pdt50 {
  padding-top: 50px !important; }

.pdt60 {
  padding-top: 60px !important; }

.pdt70 {
  padding-top: 70px !important; }

.pdt80 {
  padding-top: 80px !important; }

.pdt90 {
  padding-top: 90px !important; }

.pdt100 {
  padding-top: 100px !important; }

.pdl0 {
  padding-left: 0px !important; }

.pdl5 {
  padding-left: 5px !important; }

.pdl10 {
  padding-left: 10px !important; }

.pdl15 {
  padding-left: 15px !important; }

.pdl20 {
  padding-left: 20px !important; }

.pdl30 {
  padding-left: 30px !important; }

.pdl40 {
  padding-left: 40px !important; }

.pdl50 {
  padding-left: 50px !important; }

.pdl60 {
  padding-left: 60px !important; }

.pdl70 {
  padding-left: 70px !important; }

.pdl80 {
  padding-left: 80px !important; }

.pdl90 {
  padding-left: 90px !important; }

.pdl100 {
  padding-left: 100px !important; }

.pdr0 {
  padding-right: 0px !important; }

.pdr5 {
  padding-right: 5px !important; }

.pdr10 {
  padding-right: 10px !important; }

.pdr15 {
  padding-right: 15px !important; }

.pdr20 {
  padding-right: 20px !important; }

.pdr30 {
  padding-right: 30px !important; }

.pdr40 {
  padding-right: 40px !important; }

.pdr50 {
  padding-right: 50px !important; }

.pdr60 {
  padding-right: 60px !important; }

.pdr70 {
  padding-right: 70px !important; }

.pdr80 {
  padding-right: 80px !important; }

.pdr90 {
  padding-right: 90px !important; }

.pdr100 {
  padding-right: 100px !important; }

.pdb0 {
  padding-bottom: 0px !important; }

.pdb5 {
  padding-bottom: 5px !important; }

.pdb10 {
  padding-bottom: 10px !important; }

.pdb15 {
  padding-bottom: 15px !important; }

.pdb20 {
  padding-bottom: 20px !important; }

.pdb30 {
  padding-bottom: 30px !important; }

.pdb40 {
  padding-bottom: 40px !important; }

.pdb50 {
  padding-bottom: 50px !important; }

.pdb60 {
  padding-bottom: 60px !important; }

.pdb70 {
  padding-bottom: 70px !important; }

.pdb80 {
  padding-bottom: 80px !important; }

.pdb90 {
  padding-bottom: 90px !important; }

.pdb100 {
  padding-bottom: 100px !important; }

/* **************************************************
 form
************************************************** */
/*
入力形式
input[type="datetime"]
input[type="datetime-local"]
input[type="date"]
input[type="month"]
input[type="time"]
input[type="week"]
input[type="url"]
input[type="color"]
*/
.flat input[type="text"], .flat input[type="text"]:hover, .flat input[type="text"]:focus, .flat input[type="text"]:active,
.flat input[type="password"], .flat input[type="password"]:hover, .flat input[type="password"]:focus, .flat input[type="password"]:active,
.flat input[type="email"], .flat input[type="email"]:hover, .flat input[type="email"]:focus, .flat input[type="email"]:active,
.flat input[type="tel"], .flat input[type="tel"]:hover, .flat input[type="tel"]:focus, .flat input[type="tel"]:active,
.flat input[type="number"], .flat input[type="number"]:hover, .flat input[type="number"]:focus, .flat input[type="number"]:active,
.flat select,
.flat select:hover,
.flat select:active,
.flat select:focus,
.flat textarea,
.flat textarea:hover,
.flat textarea:active,
.flat textarea:focus {
  outline: none;
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -o-box-shadow: 0px 0px 0px transparent;
  -ms-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent; }

.flat textarea {
  resize: none; }

input[type=text]::selection,
input[type=password]::selection,
input[type="email"]::selection,
input[type="tel"]::selection,
input[type="number"]::selection,
textarea::selection {
  color: #FFFFFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important; }

input[type=text]::-moz-selection,
input[type=password]::-moz-selection,
input[type="email"]::-moz-selection,
input[type="tel"]::-moz-selection,
input[type="number"]::-moz-selection,
textarea::-moz-selection {
  color: #FFFFFF !important;
  background-color: rgba(0, 0, 0, 0.5) !important; }

.flat input[type="text"],
.flat input[type="password"],
.flat input[type="email"],
.flat input[type="tel"],
.flat input[type="number"],
.flat textarea {
  border: 1px solid #f3f0e9;
  background-color: #f3f0e9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 5px;
  width: 100%;
  line-height: 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #595959; }
  .flat input[type="text"]:placeholder-shown,
  .flat input[type="password"]:placeholder-shown,
  .flat input[type="email"]:placeholder-shown,
  .flat input[type="tel"]:placeholder-shown,
  .flat input[type="number"]:placeholder-shown,
  .flat textarea:placeholder-shown {
    color: #CCC; }
  .flat input[type="text"]::-webkit-input-placeholder,
  .flat input[type="password"]::-webkit-input-placeholder,
  .flat input[type="email"]::-webkit-input-placeholder,
  .flat input[type="tel"]::-webkit-input-placeholder,
  .flat input[type="number"]::-webkit-input-placeholder,
  .flat textarea::-webkit-input-placeholder {
    color: #CCC; }
  .flat input[type="text"]:-moz-placeholder,
  .flat input[type="password"]:-moz-placeholder,
  .flat input[type="email"]:-moz-placeholder,
  .flat input[type="tel"]:-moz-placeholder,
  .flat input[type="number"]:-moz-placeholder,
  .flat textarea:-moz-placeholder {
    color: #CCC;
    opacity: 1; }
  .flat input[type="text"]::-moz-placeholder,
  .flat input[type="password"]::-moz-placeholder,
  .flat input[type="email"]::-moz-placeholder,
  .flat input[type="tel"]::-moz-placeholder,
  .flat input[type="number"]::-moz-placeholder,
  .flat textarea::-moz-placeholder {
    color: #CCC;
    opacity: 1; }
  .flat input[type="text"]:-ms-input-placeholder,
  .flat input[type="password"]:-ms-input-placeholder,
  .flat input[type="email"]:-ms-input-placeholder,
  .flat input[type="tel"]:-ms-input-placeholder,
  .flat input[type="number"]:-ms-input-placeholder,
  .flat textarea:-ms-input-placeholder {
    color: #CCC; }

/* input text の長さ色々 */
.flat input[type="text"].w300px, .flat input[type="password"].w300px, .flat input[type="email"].w300px, .flat input[type="tel"].w300px, .flat input[type="number"].w300px, .flat textarea.w300px {
  width: 300px; }

.flat input[type="text"].w100px, .flat input[type="password"].w100px, .flat input[type="email"].w100px, .flat input[type="tel"].w100px, .flat input[type="number"].w100px, .flat textarea.w100px {
  width: 100px; }

.flat textarea {
  line-height: 1.4em;
  padding: 5px; }

.flat input[type="text"]:hover,
.flat input[type="text"]:focus,
.flat input[type="text"]:active,
.flat input[type="password"]:hover,
.flat input[type="password"]:focus,
.flat input[type="password"]:active,
.flat input[type="email"]:hover,
.flat input[type="email"]:focus,
.flat input[type="email"]:active,
.flat input[type="tel"]:hover,
.flat input[type="tel"]:focus,
.flat input[type="tel"]:active,
.flat input[type="number"]:hover,
.flat input[type="number"]:focus,
.flat input[type="number"]:active,
.flat textarea:hover,
.flat textarea:active,
.flat textarea:focus {
  border: 1px solid #c2b391; }

.flat select {
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: '';
  padding: 0 20px 0 5px;
  line-height: 2em;
  color: #CCC;
  cursor: pointer;
  border: 1px solid #f3f0e9;
  background-color: #f3f0e9;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO30NCgkuc3Qxe2ZpbGw6IzM5MzkzOTt9DQo8L3N0eWxlPg0KPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+DQo8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjYsMSAxLDcgMTEsNyAiLz4NCjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNiwxNSAxMSw5IDEsOSAiLz4NCjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 14px;
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -o-box-shadow: 0px 0px 0px transparent;
  -ms-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.flat select:hover,
.flat select:active,
.flat select:focus {
  background-color: #c2b391;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO30NCgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPHJlY3QgY2xhc3M9InN0MCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ii8+DQo8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjYsMSAxLDcgMTEsNyAiLz4NCjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNiwxNSAxMSw5IDEsOSAiLz4NCjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #c2b391;
  color: #FFFFFF; }

.flat option {
  color: #595959;
  background-color: #FFF; }

.flat input[type="radio"] {
  position: relative;
  float: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none;
  text-indent: .01px;
  text-overflow: '';
  width: 1.2em;
  height: 1.2em;
  border: 2px solid #DDD5C2;
  border-radius: 18px;
  background-color: #FFF;
  display: inline-block;
  margin: 0 3px 0 0;
  vertical-align: inherit; }

.flat input[type="radio"]:hover,
.flat input[type="radio"]:focus,
.flat input[type="radio"]:active {
  border: 2px solid #ffc130;
  opacity: 1; }

.flat input[type="radio"]:checked {
  background-color: #ffc130;
  border: 2px solid #ffc130; }

.flat input[type="checkbox"] {
  float: none;
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none;
  text-indent: .01px;
  text-overflow: '';
  width: 18px;
  height: 18px;
  border: 2px solid #DDD5C2;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  margin: 0px 3px 0 0;
  position: relative;
  vertical-align: inherit; }

.flat input[type="checkbox"]:hover,
.flat input[type="checkbox"]:focus {
  border: 2px solid #DDD5C2; }

.flat label {
  font-weight: 300;
  cursor: pointer; }

.flat label.label-file {
  font-weight: normal;
  position: relative;
  background-color: #61B1C8;
  color: #fff;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.flat label.label-file:hover {
  background-color: #327c91; }

.flat input[type="file"].none-file {
  position: absolute;
  width: 300px;
  top: 30px;
  opacity: 0;
  background-color: red; }

.flat input[type="checkbox"]:checked {
  background-color: #ffc130;
  border: 2px solid #ffc130; }

.flat label.d-ib {
  display: inline-block;
  margin: 0 10px 5px 0; }

.flat label > span {
  position: relative;
  display: table-cell;
  height: 2em;
  padding: 0;
  vertical-align: middle; }

.ag-ent-form-hissu {
  color: #DA000C;
  font-size: 12px;
  font-weight:bold;
  margin-right: 5px;
}

/*
各設定
*/
/* ================================================================================
 明度の調節（lighten / darken）
 彩度の調節（ saturate / desaturate ）
透明度の調節
$bg-color: transparentize( $base-color, 0.8 );
$bg-color: rgba( $base-color, 0.2 );
================================================================================  */
/* ================================================================================
 twitter bootstrap
================================================================================ */
/* ================================================================================
 フォーム関連
================================================================================ */
/*

//インクブルー
$inkblue: #003F8E;
//ライトレッド
$brightred: #f23557;
//ソフトピンク
$softpink: #FC5185;
//ライトイエロー
$brightyellow: #FFE869;
//モデレートブルー
$moderateblue: #4bb2d8;
// 暗い青
$desaturatedblue: #364F6B;
//モデレートシアン
$moderatecyan: #3FC1C9;
//ソフトイエロー
$softyellow: #FCE38A;
$softyellow_light: lighten($softyellow, 10%);


//フォームの部品のホバー
$formhover: #F4A249;//desaturate($desaturatedblue, 15%);





$web_color:#000;//#FD9F28;
$iphone_color:#298CDA;
$android_color:#6A9E3F;

//$text_color
//$text_color :#3F3636;

$bg_color: #FAF5F0;//#F7F4EE;
$grid_border: #DDD;
//$bg_color: #F7F4EE;
$headline_color:#2E1103;
$btn_color: #2E1103;
// $link_color: #00A6C9;
// $link_color_hover: #01c5ee;



$beige: #FFF2DD;//FFF4FA

$green:#4AA954;
$yellow:#FFFD38;
$blue:#E8F9FF;
$pink:#E01540; //#FF376E;
//$pink:#E01540;
$navyblue: #1B3644;
$bondiblue:#00A6C9;



// ヘッダー高さ
$header_h: 55px;







$red:#C53939;
$red_lighten:#C53939;
$red_darken:#982C2C;


$blue_lighten:#C53939;
$blue_darken:#054593;
$blue_darken_more:#243850;


$pink_darken:#BE566F;


$green_darken:#4F7A2B;

$orange:#FD9F28;
$orange_darken:#DA8C22;
$orange_lighten:#FDEBC2;


$thin:#F6F6EF;
$thin_hover:#FFF7E4;
$thin_darken:#9B9B8E;



//$effect_color:#ED9600;
$effect_color:#F9D811;
$effect_color_darken: #F2D111;
$effect_color_lighten: #E08B7C;


$base_color_saturate: #FF6666;
$base_color_desaturate: #FF6666;
$opposite_color:#40AE3C;
$opposite_color_darken: #228F1E;


// .flat style
$form_border:#ccc;
$form_border_select:$base_color_saturate;
$form_input_bg:#fff;
//テキスト色
$form_text:#000000;

//ポイントタイトル色
$point_title: #f2f2f2;
*/
/*
base color palette
http://www.colourlovers.com/palette/3293028/Christmas_Time
*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/* **************************************************
	各種エフェクト
************************************************** */
a,
a:hover,
a:before,
a:after,
a > div,
a:hover > div,
a > div:before,
a:hover > div:before,
a > div:after,
a:hover > div:after,
button,
button:before,
button:after,
.register-h2,
.register-label > span,
.register-text,
.register-select,
.test {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear; }

.transition-1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.transition-2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.transition-3 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

/* **************************************************
	回転する
************************************************** */
@-webkit-keyframes RotateAria {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

/*!
 * oblurlay v0.1.1
 *
 * Licensed under MIT
 * Author : blivesta
 *
 */
.oblurlay-upper {
  height: 70px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: #ccc; }

.oblurlay-contents {
  position: relative;
  height: 70px; }

.oblurlay-contents-clone {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: .9; }

.oblurlay-svg {
  height: 70px; }

/* ========================================================================================================================

	基本レイアウト

======================================================================================================================== */
.html, .body {
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  background-color: #7057B2; }

.layout {
  width: 100%;
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%; }

.upper {
  position: relative;
  padding-bottom: 50px; }

.lower {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 0; }

.footer {
  display: table-cell;
  width: 5000px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  line-height: 1em;
  font-size: 11px;
  color: #FFFFFF; }

.footer.login {
  background-color: #FFF;
  color: #888; }

.footer a{
	color: #FFF;
}
/* ========================================================================================================================

	ログインフォーム

======================================================================================================================== */
.agent-login {
  position: absolute;
  top: 100px;
  left: 50%;
  margin: 0 0 0 -200px;
  padding: 10px 0;
  max-width: 400px;
  min-width: 400px;
  background-color: #FFFFFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.agent-login > header a,
.agent-login > header h1 {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 22px;
  line-height: 1em;
  white-space: nowrap; }

.agent-login > header h1 > span {
  display: table-cell;
  height: 75px;
  vertical-align: middle; }

.login-validate {
  height: 20px;
  color: red;
  font-size: 13px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .agent-login {
    margin: 0 0 0 -300px;
    min-width: 600px; } }

@media screen and (max-width: 480px) {
  .agent-login {
    top: 50px;
    left: 5%;
    margin: 0 0 0 0%;
    max-width: 90%;
    min-width: auto; }
  .agent-login > header h1 {
    padding: 0 10px 20px;
    font-size: 6.25vw; }
  .agent-login > header h1 > span {
    display: block;
    height: auto;
    vertical-align: middle; } }

/* ========================================================================================================================

	共通（ヘッダー・メニュー）

======================================================================================================================== */
.header {
  position: relative;
  color: #FFFFFF;
  height: 65px;
  margin: 0 0 10px 0; }

.header > a {
  position: absolute;
  top: 0;
  left: 0; }

.header > .header-div {
  position: absolute;
  top: 0;
  left: 100px; }

.header-h1 {
  margin: 10px 0 5px;
  padding: 0;
  font-size: 20px;
  line-height: 1em; }

.header-p {
  margin: 0;
  text-align: right; }

.header-p > span {
  display: inline-block;
  padding: 0 0 0 5px; }

.header-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 9000; }

.header-nav > ul {
  margin: 0;
  font-size: 13px; }

.header-nav > ul > li {
  margin: 0;
  float: left; }

.header-nav > ul > li > a {
  display: table-cell;
  height: 65px;
  padding: 0 10px;
  vertical-align: middle;
  color: #FFFFFF; }

.header-nav > ul > li > a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4); }

.header-button {
  display: none; }

.main {
  margin: 0 10px;
  padding: 0 0 50px 0;
  min-width: 1080px;
  background-color: #FFFFFF; }

@media screen and (max-width: 768px) {
  .main {
    min-width: auto; } }

@media screen and (max-width: 768px) {
  .main {
    margin: 0 5px;
    padding: 0 5px 50px; } }

@media screen and (max-width: 480px) {
  .header-button {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 50px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .header-button > i {
    font-size: 20px;
    opacity: 0.9; }
  .header-nav {
    display: none;
    top: 65px;
    width: 100%;
    background-color: #FFFFFF; }
  .header-nav > ul {
    font-size: 16px; }
  .header-nav > ul > li {
    margin: 0 5px;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .header-nav > ul > li > a {
    display: table-cell;
    height: 45px;
    padding: 0 10px;
    vertical-align: middle;
    color: #705AAF; } }

/* ========================================================================================================================

	共通（ヘッドライン）

======================================================================================================================== */
.headline {
  margin: 0;
  padding: 0;
  line-height: 1em; }

.headline.h1 {
  margin: 0 0 30px 0;
  padding: 30px 0 0px 30px;
  text-align: left;
  font-size: 24px; }

.headline.h1 > span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  color: #705AAF; }

.headline.h1 > span:before,
.headline.h1 > span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #705AAF; }

.headline.h1 > span:after {
  left: auto;
  right: 0; }

.headline.h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 20px 0 0 25px;
  font-size: 20px; }

.headline.h2:before {
  content: '\f044';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 0;
  font-family: 'FontAwesome';
  color: #FFC05C; }

@media screen and (max-width: 480px) {
  .headline.h1 {
    margin: 0 0 20px 0;
    padding: 15px 0 0;
    text-align: center;
    font-size: 5.25vw; }
  .headline.h1 > span {
    padding: 0 30px; }
  .headline.h1 > span:before,
  .headline.h1 > span:after {
    width: 20px;
    height: 1px; }
  .headline.h2 {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    font-size: 18px; } }

/* ========================================================================================================================

	申し込みフォーム

======================================================================================================================== */
.form-wrap {
  margin: 0;
  font-size: 15px; }

.form-list {
  position: relative;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #F0F0F0; }

.form-list.bd-none {
  border: none;
  padding: 10px 0 0; }

.form-left > div {
  display: table-cell;
  width: 500px;
  height: 60px;
  padding: 0 0 0 0;
  vertical-align: middle;
  text-align: right;
  line-height: 1em; }

.form-sure {
  position: relative;
  display: block;
  padding: 0 0 0 0;
  font-size: 12px;
  color: #dd0000; }

.form-sure:before {
  content: '\f071';
  display: inline-block;
  margin-right: .2em;
  padding: .1em;
  font-family: 'FontAwesome'; }

.form-right > div {
  display: table-cell;
  height: 60px;
  max-width: 600px;
  padding: 0;
  vertical-align: middle; }

.form-right > div.reset {
  display: block;
  width: auto;
  height: auto; }

.form-right > div.none {
  display: block;
  height: auto;
  padding: 10px 0; }

.form-wrap input[type=text] {
  width: 300px; }

.form-wrap textarea {
  width: 500px;
  height: 200px; }

.form-wrap input[type=text].short {
  width: 80px;
  min-width: auto; }

.form-wrap select.ymd {
  width: 100px;
  min-width: auto; }

.form-wrap select.worktime {
  width: 60px;
  min-width: auto; }

.form-wrap label {
  margin: 0 20px 5px 0; }

.form-wrap label > span {
  display: table-cell;
  height: 1.2em;
  vertical-align: bottom; }

.form-wrap .alert {
  margin: 0 0 5px 0;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.2em;
  min-width: 300px; }

@media screen and (max-width: 480px) {
  .form-wrap {
    margin: 0 10px; }
  .form-list {
    margin: -5px;
    padding: 10px 5px;
    border-bottom: 1px solid #F0F0F0; }
  .form-left > div {
    display: block;
    width: auto;
    height: auto;
    padding: 5px 0 0 0;
    vertical-align: middle;
    text-align: left;
    line-height: 1em; }
  .form-sure {
    display: inline-block;
    padding: 0 0 0 5px; }
  .form-right > div {
    display: block;
    height: auto;
    padding: 5px 0; }
  .form-wrap input[type=text] {
    width: 100%; }
  .form-wrap textarea {
    width: 100%;
    height: 200px; }
  .form-wrap select.ymd {
    width: 19vw;
    min-width: auto; }
  .form-wrap .alert {
    min-width: auto; } }

.audition-row {
  margin: 0; }

.audition-row > div {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  padding: 0; }

.audition-row > div:first-child {
  width: 6em;
  text-align: left; }

.audition-row > div:nth-child(2),
.audition-row > div:nth-child(4) {
  width: 5em; }

.audition-row > div:nth-child(3) {
  width: 2em; }

.audition-row > div:nth-child(5) {
  width: 3em; }

.audition-row > div:last-child {
  width: 10em; }

.audition-row > div input[type=text],
.audition-row > div select {
  width: 90%; }

.audition-sup {
  display: block;
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  vertical-align: top; }

.agentform-well {
  margin: 0 0 20px;
  padding: 19px;
  line-height: 1.1em; }

.agentform-well p {
  vertical-align: top;
  padding: 10px 0 0 0; }

.agentform-well label {
  display: block;
  margin: 0 0 20px 0;
  vertical-align: top; }

.agentform-well label:hover {
  color: #0070C9; }

.agentform-btn {
  padding: 20px 100px; }

.agentform-btn > i {
  margin: 0 0 0 5px;
  font-size: 20px;
  vertical-align: bottom; }

@media screen and (max-width: 480px) {
  .audition-row > div {
    height: auto; }
  .audition-row > div:first-child {
    display: block;
    height: auto;
    padding: 5px 0 5px 0; }
  .audition-row > div:nth-child(2),
  .audition-row > div:nth-child(4) {
    width: 3em; }
  .audition-row > div:nth-child(3) {
    width: 1.5em; }
  .audition-row > div:nth-child(5) {
    width: 1.5em; }
  .audition-sup {
    padding: 20px 0; }
  .agentform-well {
    margin: 0 -5px 0;
    padding: 10px 10px; }
  .agentform-btn {
    width: 100%;
    padding: 20px 0; } }

/* ========================================================================================================================

	ユーザー一覧

======================================================================================================================== */
.agentlist-wrap {
  padding: 20px 40px;
  font-size: 13px; }

.agentlist-wrap > .headline.h2 {
  padding: 0 0 0 25px; }

.agentlist-wrap > .headline.h2:before {
  content: '\f002';
  font-family: 'FontAwesome'; }

.agentlist-wrap .row {
  margin: 0px 0 10px; }

.agentlist-wrap .row > .left > div {
  position: relative;
  display: table-cell;
  width: 200px;
  height: 40px;
  vertical-align: middle;
  line-height: 1em;
  text-align: left; }

.agentlist-wrap .row > .left > div > span {
  display: inline-block;
  width: 95%;
  height: 2.2em;
  line-height: 2.2em;
  background-color: #e7e3f2;
  vertical-align: middle;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.agentlist-wrap .row > .right {
  margin: 0; }

.agentlist-wrap .row > .right > div {
  display: table-cell;
  width: 800px;
  height: 40px;
  vertical-align: middle; }

.flat.agentlist-wrap input[type=text],
.flat.agentlist-wrap select {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF; }

.flat.agentlist-wrap input[type=text]:hover,
.flat.agentlist-wrap input[type=text]:focus,
.flat.agentlist-wrap input[type=text]:active,
.flat.agentlist-wrap select:hover,
.flat.agentlist-wrap select:focus,
.flat.agentlist-wrap select:active {
  background-color: #c9c1e1;
  border: 1px solid #c9c1e1; }

.agentlist-wrap .btn-primary {
  display: inline-block;
  width: auto;
  padding: 8px 50px; }

@media screen and (max-width: 768px) {
  .agentlist-wrap {
    padding: 20px 20px; }
  .agentlist-wrap .row {
    margin: 0px 0 0px; }
  .agentlist-wrap .btn-primary {
    width: 100%;
    padding: 8px 0; } }

@media screen and (max-width: 480px) {
  .agentlist-wrap {
    padding: 10px 5px; }
  .agentlist-wrap .row {
    margin: 0px 0 0px; }
  .agentlist-wrap .row > .left > div {
    position: relative;
    display: block;
    width: auto;
    height: auto; }
  .agentlist-wrap .row > .left > div > span {
    display: block;
    width: 100%;
    height: 1.6em;
    line-height: 1.6em;
    text-indent: .5em;
    background-color: #e7e3f2;
    vertical-align: middle;
    text-align: left;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
  .agentlist-wrap .row > .right {
    margin: 0 0 10px 0; }
  .agentlist-wrap .row > .right:last-child {
    margin: 0 0 0 0; }
  .agentlist-wrap .btn-primary {
    width: 100%;
    padding: 8px 0; } }

.table {
  font-size: 13px; }

.table > thead > tr > th {
  white-space: nowrap;
  color: #61B1C8; }

.agentlist-scroll {
  margin: 0 10px;
  overflow: auto;
  white-space: nowrap; }

.agentlist-scroll::-webkit-scrollbar {
  height: 5px; }

.agentlist-scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background: #F0F0F0; }

.agentlist-scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background: #9993AF; }

.table > tbody > tr > td {
  padding: 10px 8px; }

.table > tbody > tr > td a {
  padding: 5px 5px 5px 10px;
  line-height: 1em;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 5px; }

.table > tbody > tr > td > div {
  width: 100%;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* ========================================================================================================================

	ユーザー詳細

======================================================================================================================== */
.agentdetail {
  margin-bottom: 30px;
  font-size: 14px; }

.agentdetail-left > div {
  display: table-cell;
  width: 500px;
  height: 2.4em;
  padding: 0 0 0 10px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.4em;
  white-space: nowrap;
  background-color: #c9c1e1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.agentdetail-right > div {
  display: table-cell;
  height: 3.5em;
  font-size: 15px;
  vertical-align: middle; }

.agentdetail-right > div.well {
  font-size: 95%; }

.agentdetail-right > div.well h3 {
  margin: 0 -5px 2em;
  padding: 0 0 3px 10px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #000; }

.agentdetail-right > div label {
  display: inline-block;
  margin: 0 3px 0px 0;
  padding: 4px 10px;
  font-weight: 300;
  line-height: 1em;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #E9E9E9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.agentdetail-right > div label.ng {
  /*background-color: #ffe7e3;*/
  /*border: 1px solid #febab1;*/
  background-color: #E2E2E2;
  border: 1px solid #E2E2E2; }

.agentdetail-right > div label.ok {
  background-color: #cef2d9;
  border: 1px solid #a6e8ba; }

.agentdetail-right > div label.info {
  background-color: #d2d7f0;
  border: 1px solid #abb6e3; }

.redcolor {
  color: red; }

@media screen and (max-width: 480px) {
  .agentdetail-right > div.well {
    padding: 15px 10px; } }

.list-unstyled {
  list-style-type: none;
}


.paging-ul{
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
}
.paging-ul > li{
	float: left;
	margin: 0;
	padding: 0;
}
.paging-ul > li > a,
.paging-ul > li > span{
	display: table-cell;
	height: 2em;
	font-size: 13px;
	vertical-align: middle;
	padding: 0 5px;
}