@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	General Settings
  ---------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  vertical-align: bottom; }

html {
  font-size: 62.5%;
  /* font-size reset */ }
  
body {
  background: #FFF;
  text-align: center;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  /* base font-size */
  font-size: 1.6rem;
  line-height: 1.6; }
  
/*-------------
	font-size
--------------*/
html.large {
  font-size: 68.5%;
  /* font-size reset */ }
html.medium {
  font-size: 62.5%;
  /* font-size reset */ }
html.small {
  font-size: 56.5%;
  /* font-size reset */ }

.fm_innerbox.large {
  font-size: 108%;
}
.fm_innerbox.medium {
  font-size: 100%;
}
.fm_innerbox.small {
  font-size: 92%;
}
/*---------------------------------------------
	Header
  ---------------------------------------------*/
.header {
  padding: 30px 1.5em; 
  text-align: center;
  }
.header > h1 {
  position: relative;
  font-size: 1.5em; }
.header > h1::after {
  position: absolute;
  bottom: -.4em;
  left: 50%;
  width: 90px;
  height: 2px;
  margin-left: -45px;
  content: ''; }

/*---------------------------------------------
	Contents Style
  ---------------------------------------------*/
.container {
  width: 820px;
  margin: 0 auto 150px; }

/*---------------------------------------------
  Comment Area
  ---------------------------------------------*/
.comment-area {
  margin-bottom: 50px;
  text-align: left; }
.comment-area p {
  line-height: 1.875em;
  color: #1b1b1b; }

/*---------------------------------------------
  Form Table
  ---------------------------------------------*/
.form-table {
  margin-bottom: 50px; }
.form-table dl {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px; }
.form-table dt, .form-table dd {
  text-align: left; }
.form-table dd {
  margin: 0;
  padding-top: 5px; }
.form-table dt label::after {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-left: 5px;
  background: #e5e5e5;
  text-align: center;
  font-weight: bold;
  font-size: .6875em;
  content: '任意'; }
.form-table .required dt label::after {
  background: #e60012;
  color: white;
  content: '必須'; }
.form-table input[type="text"], .form-table input[type="mail"], .form-table textarea, .form-table select {
  padding: 2px 5px;
  box-sizing: border-box; }
.form-table select {
  cursor: pointer; }
.form-table .basic input[type="text"], .form-table .basic input[type="mail"], .form-table .basic textarea {
  width: 100%; }
.form-table .radio input[type="radio"], .form-table .radio input[type="checkbox"], .form-table .checkbox input[type="radio"], .form-table .checkbox input[type="checkbox"] {
  display: none; }
.form-table .radio dd label, .form-table .checkbox dd label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
  cursor: pointer;
  transition: all .25s ease; }
.form-table .radio dd label::before, .form-table .checkbox dd label::before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background: whitesmoke;
  content: ''; }
.form-table .radio dd label::before {
  border-radius: 50%; }
.form-table .radio input[type="radio"]:checked + label::after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  border-radius: 50%;
  content: ''; }
.form-table .checkbox input[type="checkbox"]:checked + label::after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
  content: ''; }
.form-table .zip_code input:first-child {
  width: 60px;
  margin-left: .25em;
  margin-right: .25em; }
.form-table .zip_code input:nth-child(2) {
  width: 90px;
  margin-left: .25em; }
.form-table .phone input[type="text"] {
  width: 90px; }
.form-table .phone input:not(:first-child) {
  margin-left: .25em; }
.form-table .phone input:not(:last-child) {
  margin-right: .25em; }
.form-table .fax input[type="text"] {
  width: 90px; }
.form-table .fax input:not(:first-child) {
  margin-left: .25em; }
.form-table .fax input:not(:last-child) {
  margin-right: .25em; }
.form-table .email input[type="mail"] {
  width: 100%; }
.form-table input[type="text"], .form-table input[type="mail"], .form-table textarea, .form-table select {
  border-radius: 5px;
  background: whitesmoke; }

/*---------------------------------------------
	Privacy
  ---------------------------------------------*/
.privacy {
  margin-bottom: 50px;
  text-align: left; 
  position: relative;
  }
.privacy > h1 {
  text-align: center;
  font-size: 1.125em; }
.privacy .privacy-wrap {
  max-height: 150px;
  overflow-y: auto;
  white-space: normal; }
.privacy .privacy-link {
  font-weight: bold; }
.privacy .privacy-link a {
  text-decoration: none; }
.privacy .privacy-link a::after {
  display: inline-block;
  margin-left: .25em; }
.privacy .privacy-link a:hover {
  text-decoration: underline; }
.privacy .agree {
  text-align: center; }
.privacy .agree input[type="checkbox"] {
  display: none; }
.privacy .agree label {
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
  cursor: pointer;
  transition: all .25s ease; }
.privacy .agree label::before {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background: whitesmoke;
  content: ''; }
.privacy .agree input[type="checkbox"]:checked + label::after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -6px;
  content: ''; }

/*---------------------------------------------
  Send Button
  ---------------------------------------------*/
.send-btn {
  list-style: none;
  padding: 0; 
  text-align: center;}
.send-btn li {
  display: inline-block;
  width: 190px; }
.send-btn li:not(:first-child) {
  margin-left: 15px; }
.send-btn li input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 5px 0;
  color: white;
  cursor: pointer;
  transition: all .25s ease; }
.send-btn li.reset input {
  border: 2px solid #959595;
  background: #959595; }
.send-btn li.reset input:hover {
  background: white;
  color: #959595; }

/*---------------------------------------------
  Required Color
  ---------------------------------------------*/
.form-table .required .empty,
.form-table .required .unselected,
.agree .unselected {
  background: #ffdecc;
}

.required-field.empty,
.required-select.unselected,
.required-radio.unselected,
.required-check.unselected {
  background: #ffdecc;
}

.required-balloon {
  position:relative;
  display: block;
  width: 140px;
  margin: 6px 0 3px;
  padding: 2px 10px;
  background: #e60012;
  color: white;
  font-size: .875em;
}

.privacy > .required-balloon{
 position:absolute;
 left:calc(50% - 70px);
}

.required-balloon::after {
  display: block;
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 6px #e60012;
  content: '';
}


/*---------------------------------------------
	Style End
  ---------------------------------------------*/
