/*---------------------------------------------------------------*/
/*=|||　共通　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.clearfix{
     zoom: 1;/*for IE 5.5-7*/
}

.clearfix:after{/*for modern browser*/
     content:".";
     display: block;
     height: 0;
     clear: both;
     line-height: 0;
     visibility: hidden;
}
* html .clearfix{
     display: inline-table;
     /*\*/display: block;/**/
     height: 1%;
}


/*---------------------------------------------------------------*/
/*=|||　基本　|||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*---------------------------------------------------------------*/
a:link { color: #0033cc; }
a:visited { color: #663399; }
a:hover { color: #ff0000; }

a:hover img , a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

h1, h2, h3, h4, h5, h6, address, p, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  margin:0;
}

h2, h3, h4, h5, h6, address, p, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  padding:0;
  border:none;
  font-style:normal;
  font-weight:normal;
  font-size:100%;
  text-align:left;
}
ul, ol {
  list-style-type:none;
}

form, fieldset {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}
img {
    border: 0;
    vertical-align:top;
}

strong {
  font-weight: normal;
}

.pcnone {
    display: none;
}

/*縦スクロールバーの領域を確保*/
html {
  overflow:scroll;
  background: #fafafa;
}

body {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.625;
    letter-spacing: 1px;
    text-align: center;
    word-break: break-all;
    color: #111111;
}

li {
  line-height: 1.5;
  margin-bottom: 5px;
}

input[type="submit"] {
  -webkit-appearance:none;
}

a.more::before {
  padding-right: 8px;
  content: url(/img/common/icon_arrow01.png);
  position: relative;
  top: -2px;
}

.nowrap {
  white-space: nowrap;
}

.center,
.center p,
.pc_center,
.pc_center p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.txt_left {
  text-align: left;
}
.right {
  text-align: right;
}

.p_center {
  margin: 0 auto;
  text-align: center;
}
.p_center p {
  display: inline-block;
  text-align: left;
}

.bg_gray {
    background: #f4f4f4;
}

.colLeft {
  float:left;
}
.colRight {
  float: right;
  margin-left: 30px;
}

.colSize180 { width: 180px; }
.colSize585 { width: 585px; }
.colSize475 { width: 475px; }
.colSize620 { width: 620px; }

.width100p { width: 100%; }
.width90p { width: 90%; }
.width75p { width: 75%; }
.width70p { width: 70%; }
.width50p { width: 50%; }
.width25p { width: 25%; }
.width15p { width: 15%; }
.width10p { width: 10%; }

.bold,
.bold li {
  font-weight: bold;
}
.italic { font-style: italic; }
.red { color: #ff0000; }
.pink { color: #f18183!important; }
.grayout { color: #c0c0c0!important; }

.annotation {
  color: #333333;
  font-size: 87.5%;
}
.annotation_red {
  color: #ff0000;
  font-size: 87.5%;
}

/* お問い合わせTEL */
.inquiry_tel .tel {
  font-size: 218.75%;
  color: #686868;
}
.inquiry01 .tel .open_time {
  font-size: 87.5%;
}

/* マージン(top) */
.mgn10 { margin: 10px; }
.mgn20 { margin: 20px; }

/* マージン(top) */
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 {	margin-top: 20px; }

/* マージン(bottom) */
.mb5 { margin-bottom: 5px; }
.mb10 {	margin-bottom: 10px; }
.mb15 {	margin-bottom: 15px; }
.mb20 {	margin-bottom: 20px; }
.mb25 {	margin-bottom: 25px; }
.mb30 {	margin-bottom: 30px; }
.mb1em { margin-bottom: 1em; }

/* マージン(left) */
.ml5 { margin-left: 5px; }
.ml10 {	margin-left: 10px; }
.ml20 {	margin-left: 20px; }

/* マージン(right) */
.mr5 { margin-right: 5px; }
.mr10 {	margin-right: 10px; }
.mr20 {	margin-right: 20px; }

/* パディング */
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pb5 { padding-bottom: 5px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pd10 { padding: 10px; }
.pd19 { padding: 19px; }
.pd20 { padding: 20px; }
.pd30 { padding: 30px; }

/* フォントサイズ */
.font150 { font-size: 150%; }
.font125 { font-size: 125%; }
.font100 { font-size: 100%; }
.font95 { font-size: 95%; }
.font85 { font-size: 85%; }
.font75 { font-size: 75%; }
.font65 { font-size: 65%; }

/* page-top */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
ul.normal {
  margin-left: 1em;
  margin-bottom :5px;
  list-style-type: disc;
}
ul.normal li {
  margin-left: 1em;
}

ul.fl li {
  float: left;
  margin-right: 10px;
}
ul.fl li:last-child {
  margin-right: 0;
}

ul.fl_t1  {
    display: inline;
}
ul.fl_t1 li {
  display: inline;
  margin-right: 20px;
}
ul.fl_t1 li:last-child {
  margin-right: 0;
}

ul.ul_t1 {
  margin-left: 1em;
}
ul.ul_t1 li {
  position: relative;
}
ul.ul_t1 li::after,
ul.ul_t1 li::before {
  display: block;
  content: '';
  position: absolute;
}
ul.ul_t1 li::after {
  top: .2em;
  left: -1.2em;
  width: 16px;
  height: 16px;
  background-color: #d6515b;
  border-radius: 100%;
}
ul.ul_t1 li::before {
  z-index: 2;
  top: .525em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

ul.between_t1 { /* 両端揃え 1行 */
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.between_t1 li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
}

.ul_center {
    text-align: center;
}
.ul_center ul {
    display: inline-block;
}

ol.decimal {
  margin-left: 1em;
  list-style-type: decimal;
}
ol.decimal > li {
  margin-left: 1em;
}

ol.lower-alpha {
  margin-left: 2em;
  list-style-type: lower-alpha;
}
ol.lower-alpha > li {
  text-indent:-2em;
}

ol.parentheses {
  margin-left: 2em;
}
ol.parentheses > li {
  list-style-type:none;
  list-style-position:inside;
  counter-increment: p_cnt;
}
ol.parentheses > li:before {
  margin-left: -2em;
  display: marker;
  content: "(" counter(p_cnt) ") ";
}

.buttons_t1 ul {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}
.buttons_t1 li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-right: 15px;
}
.buttons_t1 li:last-child {
  margin-right: 0;
}

.colarea {
  margin-bottom: 30px;
}

.txtarea {
  margin-bottom: 20px;
}

/* よくある質問 */
.faq ul a {
  text-decoration: none;
}
.faq ul a:hover {
  text-decoration: underline;
}

.faq .detail dl {
  width: 100%;
}
.faq dt {
  background: #ffefef url(/img/common/question.png) no-repeat top 7px left 10px;
  padding-left: 58px;
  padding-bottom: 10px;
  padding-top: 10px;
  min-height: 34px;
  font-weight: bold;
}
.faq dd {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 58px;
  padding-bottom: 10px;
  padding-top: 10px;
  background:transparent url(/img/common/answer.png) no-repeat top 7px left 10px;
  line-height: 1.6;
}
.faq dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* エラー表示 */
.errmsg {
  width: 100%;
  color: #ff0000;
  font-weight: bold;
  margin: 10px 0;
}
.errmsg ul {
  border: 1px solid #ff0000;
  padding: 10px;
}

.to_next_page {
  text-align: center;
  font-size: 125%;
  border: 1px solid #c0c0c0;
  padding: 5px 20px;
}


.btn_t01 {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 10px 0;
}
.btn_t01 a {
  color: #ffffff;
  background: #86bc26;
  padding: 10px 40px;
  text-decoration: none;
  position: relative;
  -moz-border-radius: 5px; /*角丸*/
  -webkit-border-radius: 5px; /*角丸*/
  border-radius: 5px; /*角丸*/
}
.btn_t01 a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 7%;
  margin-top: -5px;
}
.btn_t01 a:hover {
  background-color: #ffffff;
  border: 1px solid #40dd96;
  color: #40dd96;
}
.btn_t01 a.red01 {
  background: #cc0000;
}
.btn_t01 a.red01:hover {
  background-color: #ffffff;
  border: 1px solid #cc0000;
  color: #cc0000;
}

.submitbtn_t01 input[type="submit"] {
  -webkit-appearance:none;
  display: inline;
  padding: 10px 50px;
  font-size: 100%;
  color: #ffffff;
  text-decoration: none;
  border: solid #ccc;
  border-width:1px 1px 0;
  background:#86bc26;
  -moz-box-shadow:0 -3px 0 rgba(0,0,0,0.15) inset;
  -webkit-box-shadow:0 -3px 0 rgba(0,0,0,0.15) inset;
  box-shadow:0 -3px 0 rgba(0,0,0,0.15) inset;
  -moz-border-radius: 5px; /*角丸*/
  -webkit-border-radius: 5px; /*角丸*/
  border-radius: 5px; /*角丸*/
  cursor: pointer;
  letter-spacing: 5px;
}
.submitbtn_t01 input[type="submit"]:hover,
.submitbtn_t01 input[type="submit"]:active {
  -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.15) inset;
  -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.15) inset;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.15) inset;
}

/* テーブル */
.tbl_t1 table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
}
.tbl_t1 th {
  border: 1px solid #c0c0c0;
  padding: 10px;
  background: #ffefef;
}
.tbl_t1 td {
  border: 1px solid #c0c0c0;
  padding: 10px;
}

.tbl_t1_noresponsive table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
}
.tbl_t1_noresponsive th {
  border: 1px solid #c0c0c0;
  padding: 10px;
  background: #ffefef;
}
.tbl_t1_noresponsive td {
  border: 1px solid #c0c0c0;
  padding: 10px;
}

/* フォーム関連 */
.annotation {
  color: #333333;
  font-size: 87.5%;
}

.form_t1 .error {
  color: #ff0000;
  font-weight: bold;
}

.form_t1 select,
.form_t1 input[type="text"],
.form_t1 input[type="number"],
.form_t1 input[type="tel"],
.form_t1 input[type="password"],
.form_t1 input[type="email"] {
  font-size: 100%;
  margin-bottom: 5px;
  padding: 5px;
}
.form_t1 textarea {
  font-size: 125%;
}
.form_t1 img {
  max-width: 100%;
  height: auto;
}
.form_t1 label {
  white-space: nowrap;
}
.form_t1 table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  line-height: 1.4;
}
.form_t1 th {
    background: #e28784;
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 15px 10px;
    vertical-align: middle;
    color: #ffffff;
}
.form_t1 th img {
    vertical-align: top;
}
.form_t1 td {
  padding: 15px 10px;
  border: 1px solid #c0c0c0;
  vertical-align: middle;
}

.form_t1 table.noborder th {
    padding: 5px;
    background: none;
    border: none;
}
.form_t1 table.noborder td {
    padding: 5px;
    border: none;
}

.form_t1 .button_next {
    font-size: 100%;
    padding:25px 60px;
    border:1px solid #8fc31f;
    background: #8fc31f;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    position: relative;
    cursor:pointer;
    -moz-border-radius: 35px; /*角丸*/
    -webkit-border-radius: 35px; /*角丸*/
    border-radius: 35px; /*角丸*/
}
.form_t1 .button_next::after {
    position: absolute;
    content: '→';
}
.form_t1 .button_next:hover {
    background: #ffffff;
    color: #8fc31f;
}

.form_t1 .button_prev {
  -webkit-appearance:none;
  text-align:center;
  border:1px solid #FFF;
  -moz-border-radius: 5px; /*角丸*/
  -webkit-border-radius: 5px; /*角丸*/
  border-radius: 5px; /*角丸*/
  background:#666666;
  color:#FFF;
  text-decoration:none;
  font-size:100%;
  padding:7px 50px;
  cursor:pointer;
}
.form_t1 .button_prev:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

.form_t1 .buttons ul {
  text-align: center;
  margin: 10px 0;
}
.form_t1 .buttons li {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin-right: 10px;
}
.form_t1 .buttons li:last-child {
  margin-right: 0;
}

.form_t1 .editimg .droparea {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.form_t1 .editimg .printarea {
  float: left;
  width: 660px;
}

.form_t1 .editimg #imageArea{
  background-color: #f4f4f4;
  padding: 10px;
  border: #ddd dashed 5px;
  height: 200px;
  width: 100%;
  text-align: center;
}
ul#imagebox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
ul#imagebox li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 200px;
    margin-right: 20px;
}
ul#imagebox li img {
    width: 100%;
    height: auto;
}

.linkbtn_t01 {
  padding: 5px 0;
}
.linkbtn_t01 a {
  display: inline-block;
  padding: 5px 30px;
  color:#ffffff;
  text-decoration: none;
  border-radius: .45em;
  border: solid #ccc;
  border-width: 1px 1px 0;
  background-color: #94A700;
  -moz-box-shadow:0 -3px 0 rgba(0,0,0,0.15) inset;
  -webkit-box-shadow:0 -3px 0 rgba(0,0,0,0.15) inset;
  box-shadow:0 -3px 0 rgba(0,0,0,0.15) inset;
  letter-spacing: 2px;
}
.linkbtn_t01 a:active {
  background-color:rgba(249,249,249,0.8);
  -moz-box-shadow:0 3px 0 rgba(0,0,0,0.15) inset;
  -webkit-box-shadow:0 3px 0 rgba(0,0,0,0.15) inset;
  box-shadow:0 3px 0 rgba(0,0,0,0.15) inset;
}
.linkbtn_t01 a.gray01 {
  background-color: #c0c0c0;
  color: #000000;
}
.linkbtn_t01 a.red01 {
  background-color: #ff143c;
}

.form_t1 .editimg .droparea {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.form_t1 .editimg .printarea {
  float: left;
  width: 660px;
}

.form_t1 .editimg #imageArea{
  background-color: #f4f4f4;
  padding: 10px;
  border: #ddd dashed 5px;
  height: 200px;
  width: 100%;
  text-align: center;
}
