@charset "UTF-8";
  /* -------------------------------------
     Only for PC (768px~)
------------------------------------- */
/* ▼幅を1160pxに */
@media screen and (min-width: 768px) {
.fm-enquete{
width: 1160px;
position: relative;}

.hdg-wrapper-lv1{
margin: 0 auto;
width: 1160px;
margin-bottom: 27px;}

.header-container {
min-width: 850px;
max-width: 1400px;
margin: 0 auto;
padding: 0;}

.footer-container {
box-sizing: border-box;
min-width: 890px;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;}

.fm-messagebox{
width: 1160px;
margin: auto;}

.info_contact_box {
  width: 1160px;
  margin: auto;}
}

  /* 大きく */
@media screen and (min-width: 768px) {
input[type="submit"][id="wcf5start"]{
min-width: 618px;
border-radius: 2px;
margin-top: 50px;
font-size: 24px;}
}


@media screen and (min-width: 768px) {
.box-contact, .box-contact-02 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 24px;
    border: 6px solid #01916d;}
.box-contact {
    margin: 0 auto;
    width: 1160px;}
.box-contact {
    margin-bottom: 70px !important;
    margin-top: 70px !important;}
}


@media screen and (min-width: 768px) {
.hdg-lv1-01{
    font-size: 36px;}
}


/* -----------------------------------
　　　　　フォント（全体）
----------------------------------- */
.hdg-lv1-01, .fm-enquete, .hdg-lv2-01, .hdg-lv3-01, .hdg-lv4-01, .footer-global, .info_contact_box, .btn_next, .btn_confirm, .btn_rewind, .box-contact, .box-contact-hdg, .box-contact-ttl, .box-contact-tel, .box-contact-txt, .fm-answer{
font-family:'メイリオ', 'Meiryo', sans-serif;
}

/* -----------------------------------
　　　　　FB見出し
----------------------------------- */
.hdg-wrapper-lv1 {
    margin-bottom: 27px;
}
.hdg-lv2-01 {
    padding: 0 0 8px;
    border-bottom: 2px solid #01916d;
}
.hdg-lv2-01, .hdg-lv2-02, .hdg-lv2-03, .hdg-lv2-04, .hdg-lv2-05 {
    font-size: 28px;
    margin-top: 65px;
    margin-bottom: 24px;
}
.hdg-lv3-01 {
    padding: 0 0 0 10px;
    border-left: 3px solid #01916d;
 margin-bottom: 15px;
 margin-top: 20px;
}
.hdg-lv3-01, .hdg-lv3-02, .hdg-lv3-03, .hdg-lv3-04 {
    font-size: 24px;
    position: relative;
}

/* -----------------------------------
　　　　　FBヘッダー
----------------------------------- */

.header.header_eqix_s {
    padding: 0 20px;
    border-bottom: 1px solid #dcdcdc;
}
.header {
}
.header {
    text-align: left;
    margin-bottom: 35px;
}
.header.header_eqix_s .header-container {
    padding: 24px 0;
}
.header > :last-child {
    margin-bottom: 0;
}
.header-container {
    margin: 0 auto;
    padding: 0;
}
.header * {
    box-sizing: border-box;
}

/* ============================================================================
* サイト共通フッタ
* ========================================================================= */
.footer * {
  box-sizing: border-box;
}

.footer *::after,
.footer *::before {
  box-sizing: border-box;
}

.footer {
  text-align: left;
  padding: 0;
}

.footer-container {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-global {
  background-color: #000;
}

.footer-global .footer-container {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-logo {
  margin-right: 30px;
  text-align: center;
}

.footer-logo a {
  position: relative;
  display: block;
}

.footer-logo a::after {
  pointer-events: none;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity .4s;
  opacity: 0;
}

.footer-logo a:hover::after,
.footer-logo a:focus::after,
.footer-logo a:active::after {
  opacity: .4;
}

.footer-copyright {
  font-size: 13px;
  color: #999;
}

.footer-utility-list {
  text-align: left;
  margin-bottom: 20px;
}

.footer-utility-list > li {
  display: inline-block;
}

.footer-utility-list > li a {
  text-decoration: none;
  color: #999;
  position: relative;
  padding: 0 10px;
}

.footer-utility-list > li a:hover,
.footer-utility-list > li a:focus,
.footer-utility-list > li a:active {
  text-decoration: underline;
  color: #fff;
}

.footer-utility-list > li a::after {
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 14px;
  margin-top: -6px;
  content: "";
}

.footer-utility-list > li:first-child a {
  padding-left: 0;
}

.footer-utility-list > li:first-child a::after {
  display: none;
}


/* -----------------------------------
　　　　お問い合わせボックス
----------------------------------- */
.info_contact_box {
  margin-bottom: 40px;
margin-top: 40px;
    padding: 20px 15px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
    box-sizing: border-box;
}

/* -----------------------------------
　　　　　リンク
----------------------------------- */

.list-link-01 > li > a {
  position: relative;
  padding-right: 5px;
}

.list-link-01 > li > a::after {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: .5em;
  content: "";
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #01916d;
  border-right: 1px solid #01916d;
}

.list-link-01 > li.current em {
  color: #01916d;
}

.list-link-01.type-02 > li {
  margin-bottom: 12px;
}

.list-link-01.type-02 > li > a::after {
  top: 0;
  margin-left: 9px;
  transform: rotate(-45deg) translateY(-50%);
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #01916d;
  border-left: 1px solid #01916d;
}

.list-link-02 {
  margin-top: 41px;
  margin-bottom: 50px;
}

.list-link-02 > li {
  float: left;
  margin-bottom: .375em;
  padding-right: .375em;
}

.list-link-02 > li > a {
  color: #444;
  background-color: #f6f6f6;
  position: relative;
  display: block;
  padding: 30px;
}

.list-link-02 > li > a::after {
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border-top: 2px solid #01916d;
  border-right: 2px solid #01916d;
}

.list-link-02 > li > a:hover,
.list-link-02 > li > a:focus,
.list-link-02 > li > a:active {
  opacity: .7;
}

.list-link-02.col2 > li {
  width: 50%;
}

.list-link-02.col2 > li:nth-child(2n) {
  padding-right: 0;
}

.list-link-02.col3 > li {
  width: 33.3%;
}

.list-link-02.col3 > li:nth-child(3n) {
  padding-right: 0;
}

.list-link-02.col4 > li {
  width: 25%;
}

.list-link-02.col4 > li:nth-child(4n) {
  padding-right: 0;
}

.list-link-02.col5 > li {
  width: 20%;
}

.list-link-02.col5 > li:nth-child(5n) {
  padding-right: 0;
}

a {
    text-decoration: none;
    color: #333;
}


/* ============================================================================
* ボタンモジュール
* ========================================================================= */
/* ======== Button =========== */
/* ボタンモジュール */
.btn-wrapper {
  display: block;
  margin-bottom: 5px;
}

.btn-wrapper > [class^="btn-"] {
  text-decoration: none;
  display: inline-block;
}

/* each btn style */
.btn-01,
.btn-02,
.btn-03,
.btn-04,
.btn-05,
.btn-06,
.btn-07,
.btn-08,
.btn-disabled {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  position: relative;
  padding: .375em 10px;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-duration: .4s;
  transition-property: background-color, color, opacity;
  border-radius: 2px;
}

.arrow-b.btn-01,
.arrow-b.btn-02,
.arrow-b.btn-03,
.arrow-b.btn-04,
.arrow-b.btn-05,
.arrow-b.btn-06,
.arrow-b.btn-07,
.arrow-b.btn-08,
.arrow-b.btn-disabled {
  padding-right: 25px;
  padding-left: 25px;
}

.arrow-b.btn-01::after,
.arrow-b.btn-02::after,
.arrow-b.btn-03::after,
.arrow-b.btn-04::after,
.arrow-b.btn-05::after,
.arrow-b.btn-06::after,
.arrow-b.btn-07::after,
.arrow-b.btn-08::after,
.arrow-b.btn-disabled::after {
  position: absolute;
  top: 50%;
  right: 9px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: -5px 0 0;
  content: "";
  transform: rotate(45deg);
  transform-origin: center;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.btn-01 {
  color: #fff;
  background-color: #01916d;
  border: 1px solid #01916d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active {
  color: #fff;
  background-color: #01916d;
  border: 1px solid #01916d;
  opacity: .7;
}

.btn-02 {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active {
  color: #fff;
  background-color: #01916d;
  border-color: #01916d;
}

.btn-02.arrow-b::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.btn-03 {
  color: #fff;
  background-color: #8c8c8c;
  border: 1px solid #8c8c8c;
}

.btn-03:hover,
.btn-03:focus,
.btn-03:active {
  color: #8c8c8c;
  background-color: #fff;
}

.btn-03.arrow-b:hover::after,
.btn-03.arrow-b:focus::after,
.btn-03.arrow-b:active::after {
  border-right-color: #8c8c8c;
  border-bottom-color: #8c8c8c;
}

.btn-04 {
  color: #fff;
  background-color: #0b6297;
  border: 1px solid #0b6297;
}

.btn-04:hover,
.btn-04:focus,
.btn-04:active {
  color: #0b6297;
  background-color: #fff;
}

.btn-04.arrow-b:hover::after,
.btn-04.arrow-b:focus::after,
.btn-04.arrow-b:active::after {
  border-right-color: #0b6297;
  border-bottom-color: #0b6297;
}

.btn-05 {
  color: #01916d;
  background-color: #fff;
  border: 1px solid #01916d;
}

.btn-05:hover,
.btn-05:focus,
.btn-05:active {
  opacity: .7;
}

.btn-05.arrow-b::after {
  border-right-color: #01916d;
  border-bottom-color: #01916d;
}

.btn-06 {
  color: #444;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}

.btn-06:hover,
.btn-06:focus,
.btn-06:active {
  color: #444;
  opacity: .7;
}

.btn-06.arrow-b::after {
  border-right-color: #444;
  border-bottom-color: #444;
}

.btn-07 {
  color: #fff;
  background-color: #b2880a;
  border: 1px solid #b2880a;
}

.btn-07:hover,
.btn-07:focus,
.btn-07:active {
  color: #b2880a;
  background-color: #fff;
  border: 1px solid #b2880a;
}

.btn-07.arrow-b::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.btn-07.arrow-b:hover::after,
.btn-07.arrow-b:focus::after,
.btn-07.arrow-b:active::after {
  border-right-color: #b2880a;
  border-bottom-color: #b2880a;
}

.btn-08 {
  color: #fff;
  background-color: #edad0d;
  border: 1px solid #edad0d;
}

.btn-08:hover,
.btn-08:focus,
.btn-08:active {
  color: #edad0d;
  background-color: #fff;
  border: 1px solid #edad0d;
}

.btn-08.arrow-b::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.btn-08.arrow-b:hover::after,
.btn-08.arrow-b:focus::after,
.btn-08.arrow-b:active::after {
  border-right-color: #edad0d;
  border-bottom-color: #edad0d;
}

.btn-disabled {
  color: #8c8c8c;
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
}

.btn-disabled[type="button"] {
  cursor: inherit;

  -webkit-appearance: none;
}

.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active {
  color: #8c8c8c;
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;
}

.btn-disabled.arrow-b::after {
  border-right-color: #8c8c8c;
  border-bottom-color: #8c8c8c;
}

/* base btn width */
.btn-w75 {
  width: 75px !important;
}

.btn-w140 {
  width: 140px !important;
}

.btn-w180 {
  width: 180px !important;
}

.btn-w290 {
  width: 290px !important;
}

.btn-w370 {
  width: 370px !important;
}

.btn-w-full {
  width: 100% !important;
}

/* base btn font-size */
.btn-fs12 {
  font-size: 12px !important;
}

.btn-fs14 {
  font-size: 14px !important;
}

.btn-fs16 {
  font-size: 16px !important;
}

.btn-fs18 {
  font-size: 18px !important;
}

.btn-fs20 {
  font-size: 20px !important;
}

.btn-fs30 {
  font-size: 30px !important;
}


/* ============================================================================
* テキストモジュール
* ========================================================================= */
.wrapper p,
.dialog-content p {
  margin-bottom: 10px;
}

.txt-strong,
.txt-em {
  font-weight: bold;
}

.txt-link {
  color: #0b6297;
}

.txt-link:hover,
.txt-link:focus,
.txt-link:active {
  text-decoration: underline;
  color: #0b6297;
}

/* -----------------------------------
　　　　　「手動で追加」(from common.css)
----------------------------------- */
h1, h2, h3, h4, h5, div, form, p, th, td, button, dl, dt, dd {
    margin: 0;
    padding: 0;
}
.link-caret-01 {
    position: relative;
    display: inline-block;
}
a {
    text-decoration: none;
    color: #333;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.text-color-01 {
    color: #01916d !important;
}
.txt-link {
    color: #0b6297;
}
.text-color-03 {
    color: #fb0020 !important;
}
.list-link-01 > li > a {
    position: relative;
}
ul, ol, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.box-contact {
    margin: 0 auto;
}
.box-contact, .box-contact-02 {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 24px;
    border: 6px solid #01916d;
}
.box-contact .btn-01, .box-contact-02 .btn-01 {
    font-size: 18px;
    display: block;
}

.btn-wrapper > [class^="btn-"] {
    text-decoration: none;
    display: inline-block;
}
.btn-01 {
    color: #fff;
    background-color: #01916d;
    border: 1px solid #01916d;
}
.btn-01, .btn-02, .btn-03, .btn-04, .btn-05, .btn-06, .btn-07, .btn-08, .btn-disabled {
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    position: relative;
    padding: .375em 10px;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-duration: .4s;
    transition-property: background-color, color, opacity;
    border-radius: 2px;
}
.link-caret-01::after {
    position: relative;
    top: 1px;
    left: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: "";
    transform: rotate(
45deg
) translateY(-50%);
    border-top: 1px solid #01916d;
    border-right: 1px solid #01916d;
}
.box-contact .btn-01, .box-contact-02 .btn-01 {
    font-size: 18px;
    display: block;
}
.box-contact-grid-col, .box-contact-02-grid-col {
    width: 50%;
    padding: 0 0 0 20px;
}
.box-contact-tel span, .box-contact-02-tel span {
    font-size: 32px;
    line-height: 1;
}
.btn-01, .btn-02, .btn-03, .btn-04, .btn-05, .btn-06, .btn-07, .btn-08, .btn-disabled {
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    position: relative;
    padding: .375em 10px;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-duration: .4s;
    transition-property: background-color, color, opacity;
    border-radius: 2px;
}

.link-caret-01:hover{
  color: #01916d;
}

/* -----------------------------------
　　　　　フォント（全体）
----------------------------------- */
body{
font-family :"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}

 /* ------------------------------------
             テーブル
------------------------------------ */
.fm-enquete{
background:#ffffff;
margin:20px auto;
}


/* -----------------------------------
          必須ラベル
----------------------------------- */
.fm-required-label{
  color: #FB0020 !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  padding: 3px 4px 4px;
  border: 1px solid;
  background: #FFFFFF;
  margin-left: 15px;
}

/* -----------------------------------
         　横並び質問欄
----------------------------------- */
.fm-question{
box-sizing:border-box;
padding:20px;
font-weight:bold;
}

/* -----------------------------------
           縦並び質問欄
----------------------------------- */
.fm-verticalquestion{
padding:20px;
font-weight:bold;
}

/* -----------------------------------
           横並び回答欄
----------------------------------- */
.fm-answer{
box-sizing:border-box;
padding:20px 40px;
}

/* -----------------------------------
  テキストボックス、テキストエリア
----------------------------------- */
input[type="text"],input[type="password"],textarea{
padding:10px;
border:#cccccc 1px solid;
font-size:16px;
-webkit-appearance: none;
}

/* -------------------------------------
        　　セレクトボックス
------------------------------------- */
select{
padding:10px;
border:#cccccc 1px solid;
font-size:16px;
}

/* -------------------------------------
　　　　姓名ブロック
------------------------------------- */
input[id$="first"],input[id$="second"] {
margin-right:10px;
margin-left:10px;
width:35%;
}
@media only screen and (max-width: 768px) and (min-width: 481px) {
input[id$="first"],input[id$="second"] {
width:30%;
}
}

/* -------------------------------------
　　　　郵便番号ブロック
------------------------------------- */
input[id$="right"] {
margin-right:10px;
}

/* -------------------------------------
　　　[決定]・[戻る]等の各種ボタン
------------------------------------- */
input[type="submit"][id^="wcf5start"]{
font-weight: bold;
padding: 20px 100px;
font-size: 24px;
margin: 0 0 40px 0;
color: #fff;
background-color: #01916d;
cursor: pointer;
border-color: #fff;
border-width: 0px;
transition: opacity 0.4s;
}

input[type="submit"][id^="wcf5start"]:hover{
  opacity: 50%
}


input[type="submit"]{
-webkit-appearance: none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
input[type="submit"][id^="wcf"],input#confirm,input#login{
color: #ffffff;
font-weight:bold;
padding: 20px 100px;
margin:0 0 40px 0;
color: #fff;
background-color: #01916d;
cursor: pointer;
border-color: #fff;
border-width: 0px;
transition: opacity 0.4s;
}

.btn_confirm:hover{
  opacity: 0.4
}

.btn_rewind{
  color: #fff;
   background-color: #8c8c8c;
   border: 1px solid #8c8c8c;
   cursor: pointer;
padding: 20px 100px;
}

.btn_rewind:hover{
  transition: 0.3s ;
  background-color: #fff;
  border: 1px solid #8c8c8c;
  color: #8c8c8c;
}

input#wcf5_save{
padding: 5px 15px;
font-size:12px;
margin:10px;
}
input[id^="searchAddr"] {
padding:5px 10px;
background:#dddddd;
border:none;
font-size:16px;
}

/* -------------------------------------
　　選択肢チェックとラベル
------------------------------------- */
input[type=radio],input[type=checkbox]{
width:20px;
height:20px;
margin:1px 2px 3px 3px !important;
}

/* -------------------------------------
     ログイン認証　ID/PW
------------------------------------- */
#loginId.loginId_text, #password.password_text{
  width:90%;
  }


/* -------------------------------------
     アコーディオン（JS）
------------------------------------- */
.toggle_contents {
	border: 1px solid #dcdcdc;
  padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
}
.toggle_title {
  	cursor: pointer;
	position: relative;
	padding: 15px;
	font-size: 16px;
	line-height: 1.4;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #01916d;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}

/* -------------------------------------
     アコーディオン（PURE CSS）
------------------------------------- */
dl+dl {
    margin-top: 1rem;
}

dt,
dd {
    padding: 10px;
}

dl {
    position: relative;
    overflow: hidden;
}

dl>input {
    display: none;
}

dt {
    position: relative;
    z-index: 1;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background: white;
    border: 1px solid #dcdcdc;
}

dd {
    position: absolute;
    visibility: hidden;
    transform: translateY(-100%);
    transition: .4s;
}

dl>input:checked+label+dd {
    position: relative;
    visibility: visible;
    transform: translateY(0);
}

dt::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    top: 50%;
    right: 10px;
    background: #01916d;
    transform: translateY(-50%);
}

dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 3px;
    background: #01916d;
    transition: .4s;
    transform: translateY(-50%) rotate(90deg);
}

dl>input:checked+label>dt::after {
    transform: translateY(-50%) rotate(180deg);
}

/* -------------------------------------
     バナーの透過処理
------------------------------------- */

 .banner img {
  transition: 0.4s;
}

/*ホバー時に透明度50%*/
.banner img:hover {
  opacity: 0.4;
}

/* -------------------------------------
     ▼以下スマホ向けのスタイル
------------------------------------- */
@media only screen and (max-width: 768px) {
table {
word-break:break-all;
-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 768px) {
input[type="submit"][id^="wcf5start"]{
font-size: 80%;}
}

@media only screen and (max-width: 768px) {
.hdg-wrapper-lv1{
font-size:14px;
margin-left: 15px;
margin-right: 15px;}
}

/* -------------------------------------
　　　　footer
------------------------------------- */
@media only screen and (max-width: 767px) {
.footer-global .footer-container {
display: block;}
}

@media only screen and (max-width: 767px) {
.footer-logo {
text-align: left;
margin-right: 0px;
margin-bottom: 20px;
width: 180px;}
}


@media only screen and (max-width: 767px) {
select[id^="c_q"]{
width: 100%}
}

/* -------------------------------------
　　　　header
------------------------------------- */
@media only screen and (max-width: 767px) {
.site-logo{
width: 155px}
}


@media only screen and (max-width: 768px) {
select[id^="c_q"]{
width: 100%}
}


@media only screen and (max-width: 768px) {
input[type="submit"][id^="wcf"], input#confirm, input#login {
    color: #ffffff;
    font-weight: bold;
    padding: 20px;
    margin: 0 0 40px 0;
    color: #fff;
    background-color: #01916d;
    cursor: pointer;
    border-color: #fff;
    border-width: 0px;
    transition: opacity 0.4s;
    width: 40%;}
input#submit, input[type="submit"][id^="wcf"]:not(#wcf5_save), input[type="submit"][id^="rewind"] {
    padding: 20px 5px;
    width: 40%;
    margin: ;}
.btn_confirm{
    margin-left: 30px;
}
}




/* -------------------------------------
    テーブル全体の幅・線・位置
------------------------------------- */
table.fm-enqueteout, table.fm-enquete{
padding:0;
margin:0;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
width:100%;
box-sizing: border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
border:none;
}
table.fm-enquete td.fm-question,table.fm-enquete td.fm-verticalquestion{
display:block;
width: 100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
padding: 15px;
}
table.fm-enquete td.fm-answer,table.fm-enquete td.fm-verticalanswer{
display:block;
width: 100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
padding:15px;
}
header{
margin-bottom:20px;
}


/* -------------------------------------
　　　　　    画像サイズ
------------------------------------- */
img {
max-width: 100%;
height:auto !important;
}

/* -------------------------------------
　 テキスト・テキストエリア
------------------------------------- */
input[type="text"],input[type="password"], textarea{
width:90%;
font-size:16px;
}

/* -------------------------------------
　 セレクトボックス
------------------------------------- */
select{
font-size:16px;
}

/* -------------------------------------
    　　選択系設問の選択肢　縦固定
------------------------------------- */
span.fm-input-selection-option{
display: block;
}

/* -------------------------------------
    　　　　姓名ブロック
------------------------------------- */
input[id$="first"],input[id$="second"]{
width: 80%;
font-size:16px;
margin-bottom:2px;
}
span.fm-name-unit {
display: block;
}

/* -------------------------------------
    　　　　日付ブロック
------------------------------------- */
.fm-input-date-select-year{
width: 40%;
}

/* -------------------------------------
　　　　　　その他ブロック
------------------------------------- */
input[id$="etc_text"] {
width: 50%;
font-size:16px;
}

/* -------------------------------------
      [決定]・[戻る]等の各種ボタン
------------------------------------- */
input#wcf5start{
padding: 20px;
width:90% !important;
margin:0 auto 30px auto;
}
input#submit,input[type="submit"][id^="wcf"]:not(#wcf5_save),input[type="submit"][id^="rewind"]{
padding: 20px 5px;
width:35%;
margin:0 10px 30px 10px;
}
input#wcf5_save{
padding: 3px 5px;
}

/* -------------------------------------
　　　　郵便番号ブロック
------------------------------------- */
input[id$="left"],input[id$="right"] {
width: 15% !important;
font-size:16px;
}

/* -------------------------------------
  　　　　電話番号ブロック
------------------------------------- */
input[id$="areacode"],input[id$="citycode"],input[id$="subscribercode"] {
width: 20% !important;
font-size:16px;
}
}

