@charset "utf-8";

/*　　基本設定
-------------------------------------------------------*/
html {
    font-size: 62.5%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    position: relative;
    font-size: 16px;
    font-size: 1.6em;
    line-height: 1.6;
    color: #000;
    background: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo",
        "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a {
    color: #21b6c2;
    text-decoration: none;
}
a:hover {
    color: #007d87;
    text-decoration: none;
}
.imgLink:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
a.blockLink {
    display: block;
    color: #000;
}
a.blockLink:hover {
    background: #f5f5f5;
}
a.blank {
    display: inline-block;
    padding-right: 20px;
    background: url(../../images/recruit/common/c_target_blank.html) no-repeat;
    background-position: right 4px;
}
a.txt_link {
    display: inline-block;
    padding-left: 18px;
    background: url(../../images/recruit/common/c_arrow_02.html) no-repeat;
    background-position: left 2px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/*　　枠組み
-------------------------------------------------------*/
.wrapper {
    overflow: hidden;
    zoom: 1;
}
.wrapper_contents {
    background-image: url(../../images/recruit/bg.jpg);
    background-attachment: fixed;
    background-position: center top;
    overflow: hidden;
    zoom: 1;
}
.wrapper_contents .contents {
    width: 1000px;
    min-height: 400px;
    margin: 0 auto;
}
.inner {
    margin: 0 60px;
}
.wrapper_col2 {
    margin-left: -40px;
    overflow: hidden;
    zoom: 1;
}
.wrapper_col2 .col2 {
    float: left;
    width: 420px;
    margin-left: 40px;
}

/*　　コンテンツ共通パーツ
-------------------------------------------------------*/
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
}

.cnt_num {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 10;
}
.btn_txt a {
    display: block;
    padding: 8px;
    border: 1px solid #77c5d1;
    font-size: 20px;
    text-align: center;
}
.btn_txt a:hover {
    text-decoration: none;
    background: #f4fdfe;
}
.cnt_mix {
    overflow: hidden;
    zoom: 1;
}
.cnt_mix .cntEnd {
    overflow: hidden;
    zoom: 1;
}
.cnt_mix .cntL {
    float: left;
    margin: 0 15px 10px 0;
}
.cnt_mix .cntR {
    float: right;
    margin: 0 0 10px 15px;
}
.cnt_mix .cntL span,
.cnt_mix .cntR span {
    display: block;
    margin-top: 8px;
    line-height: 1.4;
}
.list_disc {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 25px;
}
.list_decimal {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 25px;
}
#page_top a {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-image: url(../../images/recruit/btn_pagetop.png);
    text-indent: -9999px;
}

/*　　カラー・フォントサイズ
-------------------------------------------------------*/
.bgcolor01 {
    background-color: #fff !important;
}
.bgcolor02 {
    background-color: #f5f5f5 !important;
}
.color00 {
    color: #000 !important;
}
.color01 {
    color: #fff !important;
}
.color02 {
    color: #60b6c3 !important;
}
.color03 {
    color: #ff6666 !important;
}
.color_red {
    color: #ff0000 !important;
}
.fsXS {
    font-size: 10px;
    font-size: 1rem;
}
.fsS {
    font-size: 12px;
    font-size: 1.2rem;
}
.fsM {
    font-size: 16px;
    font-size: 1.6rem;
}
.fsL {
    font-size: 20px;
}
.fsXL {
    font-size: 24px;
}
.fsXXL {
    font-size: 32px;
    font-size: 3.2rem;
}
.fwB {
    font-weight: bold !important;
}
.fwN {
    font-weight: normal !important;
}

/*　　その他・マージン・パディング
-------------------------------------------------------*/
.flL {
    float: left !important;
}
.flR {
    float: right !important;
}
.flN {
    float: none !important;
}
.alL {
    text-align: left !important;
}
.alR {
    text-align: right !important;
}
.alC {
    text-align: center !important;
}
.vaT {
    vertical-align: top !important;
}
.vaM {
    vertical-align: middle !important;
}
.vaB {
    vertical-align: bottom !important;
}
.thL th {
    text-align: left !important;
}
.tdL td {
    text-align: left !important;
}
.thC th {
    text-align: center !important;
}
.thR th {
    text-align: right !important;
}
.tdR td {
    text-align: right !important;
}
.tdC td {
    text-align: center !important;
}
.th_vaT th {
    vertical-align: top !important;
}
.th_vaM th {
    vertical-align: middle !important;
}
.th_vaB th {
    vertical-align: bottom !important;
}
.td_vaT td {
    vertical-align: top !important;
}
.td_vaM td {
    vertical-align: middle !important;
}
.td_vaB td {
    vertical-align: bottom !important;
}
.tbFix {
    table-layout: fixed !important;
}
.mg00 {
    margin: 0 !important;
}
.mgT00 {
    margin-top: 0 !important;
}
.mgT5 {
    margin-top: 5px !important;
}
.mgT10 {
    margin-top: 10px !important;
}
.mgT15 {
    margin-top: 15px !important;
}
.mgT20 {
    margin-top: 20px !important;
}
.mgT25 {
    margin-top: 25px !important;
}
.mgT30 {
    margin-top: 30px !important;
}
.mgT35 {
    margin-top: 35px !important;
}
.mgT40 {
    margin-top: 40px !important;
}
.mgT45 {
    margin-top: 45px !important;
}
.mgT50 {
    margin-top: 50px !important;
}
.mgB00 {
    margin-bottom: 0 !important;
}
.mgB5 {
    margin-bottom: 5px !important;
}
.mgB10 {
    margin-bottom: 10px !important;
}
.mgB15 {
    margin-bottom: 15px !important;
}
.mgB20 {
    margin-bottom: 20px !important;
}
.mgB25 {
    margin-bottom: 25px !important;
}
.mgB30 {
    margin-bottom: 30px !important;
}
.mgB35 {
    margin-bottom: 35px !important;
}
.mgB40 {
    margin-bottom: 40px !important;
}
.mgB45 {
    margin-bottom: 45px !important;
}
.mgB50 {
    margin-bottom: 50px !important;
}
.mgL00 {
    margin-left: 0 !important;
}
.mgL5 {
    margin-left: 5px !important;
}
.mgL10 {
    margin-left: 10px !important;
}
.mgL15 {
    margin-left: 15px !important;
}
.mgL20 {
    margin-left: 20px !important;
}
.mgL25 {
    margin-left: 25px !important;
}
.mgL30 {
    margin-left: 30px !important;
}
.mgL35 {
    margin-left: 35px !important;
}
.mgL40 {
    margin-left: 40px !important;
}
.mgL45 {
    margin-left: 45px !important;
}
.mgL50 {
    margin-left: 50px !important;
}
.mgR00 {
    margin-right: 0 !important;
}
.mgR5 {
    margin-right: 5px !important;
}
.mgR10 {
    margin-right: 10px !important;
}
.mgR15 {
    margin-right: 15px !important;
}
.mgR20 {
    margin-right: 20px !important;
}
.mgR25 {
    margin-right: 25px !important;
}
.mgR30 {
    margin-right: 30px !important;
}
.mgR35 {
    margin-right: 35px !important;
}
.mgR40 {
    margin-right: 40px !important;
}
.mgR45 {
    margin-right: 45px !important;
}
.mgR50 {
    margin-right: 50px !important;
}
.pd00 {
    padding: 0 !important;
}
.pdT00 {
    padding-top: 0 !important;
}
.pdT5 {
    padding-top: 5px !important;
}
.pdT10 {
    padding-top: 10px !important;
}
.pdT15 {
    padding-top: 15px !important;
}
.pdT20 {
    padding-top: 20px !important;
}
.pdT25 {
    padding-top: 25px !important;
}
.pdT30 {
    padding-top: 30px !important;
}
.pdT35 {
    padding-top: 35px !important;
}
.pdT40 {
    padding-top: 40px !important;
}
.pdT45 {
    padding-top: 45px !important;
}
.pdT50 {
    padding-top: 50px !important;
}
.pdB00 {
    padding-bottom: 0 !important;
}
.pdB5 {
    padding-bottom: 5px !important;
}
.pdB10 {
    padding-bottom: 10px !important;
}
.pdB15 {
    padding-bottom: 15px !important;
}
.pdB20 {
    padding-bottom: 20px !important;
}
.pdB25 {
    padding-bottom: 25px !important;
}
.pdB30 {
    padding-bottom: 30px !important;
}
.pdB35 {
    padding-bottom: 35px !important;
}
.pdB40 {
    padding-bottom: 40px !important;
}
.pdB45 {
    padding-bottom: 45px !important;
}
.pdB50 {
    padding-bottom: 50px !important;
}
.pdL00 {
    padding-left: 0 !important;
}
.pdL5 {
    padding-left: 5px !important;
}
.pdL10 {
    padding-left: 10px !important;
}
.pdL15 {
    padding-left: 15px !important;
}
.pdL20 {
    padding-left: 20px !important;
}
.pdL25 {
    padding-left: 25px !important;
}
.pdL30 {
    padding-left: 30px !important;
}
.pdL35 {
    padding-left: 35px !important;
}
.pdL40 {
    padding-left: 40px !important;
}
.pdL45 {
    padding-left: 45px !important;
}
.pdL50 {
    padding-left: 50px !important;
}
.pdR00 {
    padding-right: 0 !important;
}
.pdR5 {
    padding-right: 5px !important;
}
.pdR10 {
    padding-right: 10px !important;
}
.pdR15 {
    padding-right: 15px !important;
}
.pdR20 {
    padding-right: 20px !important;
}
.pdR25 {
    padding-right: 25px !important;
}
.pdR30 {
    padding-right: 30px !important;
}
.pdR35 {
    padding-right: 35px !important;
}
.pdR40 {
    padding-right: 40px !important;
}
.pdR45 {
    padding-right: 45px !important;
}
.pdR50 {
    padding-right: 50px !important;
}
.w5 {
    width: 5%;
}
.w10 {
    width: 10% !important;
}
.w15 {
    width: 15% !important;
}
.w20 {
    width: 20% !important;
}
.w25 {
    width: 25% !important;
}
.w30 {
    width: 30% !important;
}
.w35 {
    width: 35% !important;
}
.w40 {
    width: 40% !important;
}
.w45 {
    width: 45% !important;
}
.w50 {
    width: 50% !important;
}
.w55 {
    width: 55% !important;
}
.w60 {
    width: 60% !important;
}
.w65 {
    width: 65% !important;
}
.w70 {
    width: 70% !important;
}
.w75 {
    width: 75% !important;
}
.w80 {
    width: 80% !important;
}
.w85 {
    width: 85% !important;
}
.w90 {
    width: 90% !important;
}
.w95 {
    width: 95% !important;
}
.w100 {
    width: 100% !important;
}

@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol,
ul {
    list-style: none;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    line-height: 0;
}
/* IS IE */
.clearfix {
    *display: inline-block;
    *zoom: 1;
}

@charset "utf-8";

.stickyBtn {
    position: fixed;
    top: 40%;
    right: 0;
    font-size: 14px;
    z-index: 10;
}
.stickyBtn a {
    display: block;
    padding: 15px;
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    color: #fff;
    background-color: #00c402;
    border-radius: 8px 0 0 8px;
}
.stickyBtn a:hover {
    opacity: 0.85;
}
/*　　ヘッダー
-------------------------------------------------------*/
#header {
    border-top: 6px solid #77c5d1;
}
#header .wrapper_header {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}
#header .wrapper_header .header_logo {
    float: left;
    margin: 20px 0;
}
#header .wrapper_header .header_tel {
    float: right;
    width: 248px;
    margin: 20px 0;
    text-align: center;
}
#header .wrapper_header .header_tel .img_tel {
    width: 246px;
    height: 44px;
    border: 1px solid #77c5d1;
    text-indent: -9999px;
    background-image: url(../../images/recruit/img_tel.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#header .wrapper_header .header_tel p {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
}

/*　　スライダー
-------------------------------------------------------*/
#main {
    position: relative;
}
.logo {
    position: absolute;
    width: 300px;
    top: 227px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 50;
}

.swiper-slide .main_01 {
    width: 100%;
    height: 100%;
    background-image: url(../../images/recruit/main_01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-slide .main_02 {
    width: 100%;
    height: 100%;
    background-image: url(../../images/recruit/main_02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-slide .main_03 {
    width: 100%;
    height: 100%;
    background-image: url(../../images/recruit/main_03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#globalNav {
    top: 0;
    width: 100%;
}
#globalNav table {
    width: 100%;
    height: 56px;
    padding: 0;
    margin: 0;
}
#globalNav table .bgLR {
    width: auto;
    background: url(../../images/recruit/bg_nav.png) repeat;
}
#globalNav table .navi {
    width: 1000px;
}
#globalNav table .navi ul {
    overflow: hidden;
    zoom: 1;
}
#globalNav table .navi ul li {
    float: left;
    text-indent: -9999px;
}
#globalNav table .navi ul li a {
    display: block;
    height: 76px;
}
#globalNav table .navi .navi_01 a {
    width: 128px;
    background: url(../../images/recruit/navi_01.png);
    background-position: left top;
}
#globalNav table .navi .navi_02 a {
    width: 176px;
    background: url(../../images/recruit/navi_02.png);
    background-position: left top;
}
#globalNav table .navi .navi_03 a {
    width: 202px;
    background: url(../../images/recruit/navi_03.png);
    background-position: left top;
}
#globalNav table .navi .navi_04 a {
    width: 144px;
    background: url(../../images/recruit/navi_04.png);
    background-position: left top;
}
#globalNav table .navi .navi_05 a {
    width: 170px;
    background: url(../../images/recruit/navi_05.png);
    background-position: left top;
}
#globalNav table .navi .navi_06 a {
    width: 180px;
    background: url(../../images/recruit/navi_06.png);
    background-position: left top;
}
#globalNav table .navi ul li a:hover {
    background-position: 0 -76px;
}
#main_img {
    position: absolute;
    top: 152px;
    left: 0;
    right: 0;
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    z-index: 61;
}

/*　　01 
-------------------------------------------------------*/
#cnt_01 {
    position: relative;
    margin-top: 60px;
    background-color: #fff;
}
#cnt_01 .bg_01 {
    height: 879px;
    background-image: url(../../images/recruit/bg_cnt_01.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#cnt_01 .tit_01 {
    padding: 60px 0 0 237px;
}
#cnt_01 .txt_01 {
    padding: 80px 0 0 70px;
    font-style: italic;
    font-weight: bold;
}
#cnt_01 .txt_02 {
    padding: 38px 0 0 70px;
    font-style: italic;
}
#cnt_01 .list_01 {
    margin: 30px 0 0 70px;
}
#cnt_01 .list_01 li {
    width: 505px;
    height: 54px;
    margin-top: 8px;
    padding: 14px 0 0 68px;
    font-size: 18px;
    font-weight: bold;
    background: url(../../images/recruit/bg_cnt_01_list1.gif);
}
#cnt_01 .bg_02 {
    height: 842px;
    background-image: url(../../images/recruit/bg_cnt_01_2.jpg);
    background-repeat: no-repeat;
    background-position: 38px bottom;
}
#cnt_01 .tit_02 {
    padding: 36px 0 0 70px;
}
#cnt_01 .txt_02 {
    padding: 20px 0 0 225px;
}
#cnt_01 .txt_03 {
    width: 506px;
    height: 453px;
    margin: 48px 0 0 448px;
    padding-top: 78px;
    font-weight: bold;
    color: #666;
    line-height: 1.8;
    text-align: center;
    background-image: url(../../images/recruit/bg_cnt_01_3.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

/*　　02
-------------------------------------------------------*/
#cnt_02 {
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
#cnt_02 .tit_01 {
    padding: 24px 0 0 237px;
}
#cnt_02 .taiguu h3 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: #77c5d1;
    border-bottom: 4px solid #98e2ed;
}
#cnt_02 .taiguu .box {
    padding: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#cnt_02 .tatoe {
    border: 1px solid #ccc;
}
#cnt_02 .tatoe h4 {
    margin: 15px 0;
    font-weight: bold;
    text-align: center;
}
#cnt_02 .tatoe .inner01 {
    padding: 0 18px 18px;
    background-image: url(../../images/recruit/bg_tatoe01.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#cnt_02 .tatoe .inner02 {
    padding: 0 18px 18px;
    background-image: url(../../images/recruit/bg_tatoe02.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#cnt_02 .tatoe .inner03 {
    padding: 0 18px 18px;
    background-image: url(../../images/recruit/bg_tatoe03.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

/*　　03
-------------------------------------------------------*/
#cnt_03 {
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
#cnt_03 .tit_01 {
    padding: 54px 0 65px 237px;
}
#cnt_03 .tit_02 {
    padding: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #77c5d1;
}
#cnt_03 .tit_03 {
    padding: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #faabab;
}
#cnt_03 .flow1 dt {
    margin-top: 30px;
    padding: 2px 20px;
    color: #60b6c3;
    font-weight: bold;
    font-size: 20px;
    border-top: 1px solid #77c5d1;
    border-bottom: 1px solid #77c5d1;
}
#cnt_03 .flow2 dt {
    margin-top: 30px;
    padding: 2px 20px;
    color: #f78b8b;
    font-weight: bold;
    font-size: 20px;
    border-top: 1px solid #faabab;
    border-bottom: 1px solid #faabab;
}
#cnt_03 .flow1 dt span,
#cnt_03 .flow2 dt span {
    color: #92a6e7;
    font-weight: bold;
    font-size: 26px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", serif;
}
#cnt_03 .flow1 dd,
#cnt_03 .flow2 dd {
    margin-top: 15px;
}

/*　　04
-------------------------------------------------------*/
#cnt_04 {
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
#cnt_04 .tit_01 {
    padding: 60px 0 40px 290px;
}
#slider-t.slider-pro {
    font-family: "Open Sans", Arial;
}
#slider-t.slider-pro .sp-selected-thumbnail {
    border: 4px solid #77c5d1;
}
#cnt_04 .oubo {
    margin-top: 50px;
}
#cnt_04 .oubo .tit_02 {
    margin-bottom: 30px;
    padding: 12px;
    border-top: 1px solid #77c5d1;
    border-bottom: 1px solid #77c5d1;
    text-align: center;
}
#cnt_04 .oubo .tit_03web {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #77c5d1;
}
#cnt_04 .oubo .tit_03tel {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #faabab;
}
#cnt_04 .oubo .tit_03line {
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #8cd572;
}
#cnt_04 .staff {
    margin-top: 50px;
}
#cnt_04 .staff .tit_02 {
    margin-bottom: 30px;
    padding: 12px;
    border-top: 1px solid #77c5d1;
    border-bottom: 1px solid #77c5d1;
    text-align: center;
}
#cnt_04 .staff dl {
    overflow: hidden;
    zoom: 1;
}
#cnt_04 .staff dl dt {
    float: left;
    width: 190px;
    padding: 20px;
}
#cnt_04 .staff dl dd {
    margin-left: 190px;
    padding: 20px 20px 20px 0;
}
#cnt_04 .staff dl dd table {
    table-layout: fixed;
}

/*　　05
-------------------------------------------------------*/
#cnt_05 {
    position: relative;
    margin-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
#cnt_05 .tit_01 {
    padding: 84px 0 95px 237px;
}
#cnt_05 dl dt {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #77c5d1;
    font-size: 18px;
    font-weight: bold;
    background-image: url(../../images/recruit/img_arrow1.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}
#cnt_05 dl dt:hover,
#cnt_05 dl dt.active {
    background-color: #f4fdfe;
}
#cnt_05 dl dt .txt_q tr th {
    width: 74px;
    font-size: 18px;
    color: #60b6c3;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}
#cnt_05 dl dd {
    display: none;
    padding: 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#cnt_05 dl dd .txt_a tr th {
    width: 74px;
    color: #f78b8b;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

#cnt_05 dl dt .txt_q tr td {
    font-size: 18px;
}

/*　　06（お問い合わせフォーム）
-------------------------------------------------------*/
#cnt_06 {
    position: relative;
    margin-top: 60px;
    margin-bottom: 100px;
    padding-bottom: 60px;
    background-color: #fff;
}
#cnt_06 .tit_01 {
    padding: 54px 0 75px 237px;
}
#cnt_06 .cnt_contactForm {
    margin-top: 30px;
}
#cnt_06 .cnt_contactForm dl {
    overflow: hidden;
    zoom: 1;
}
#cnt_06 .confirm dl {
    border-bottom: 1px solid #ccc;
}
#cnt_06 .cnt_contactForm dl dt {
    float: left;
    width: 240px;
    padding: 20px;
}
#cnt_06 .cnt_contactForm dl dd {
    margin-left: 240px;
    padding: 20px 20px 20px 0;
}
.pan {
    display: none;
}
.cnt_contactForm dl dd input {
    margin: -1px 3px 2px 0;
    padding: 0;
    vertical-align: middle;
    font-size: 16px;
}
.cnt_contactForm dl dd .size1 {
    width: 50%;
    padding: 3px;
    border: 1px solid #ccc;
}
.cnt_contactForm dl dd .size2 {
    width: 70%;
    line-height: 1.6;
    padding: 3px;
    border: 1px solid #ccc;
}
.cnt_contactForm dl dd .size_add {
    font-size: 16px;
    width: 100%;
    height: 100px;
    padding: 3px;
}
.cnt_contactForm dl dd .size_question {
    font-size: 16px;
    width: 80%;
    height: 150px;
    padding: 3px;
    border: 1px solid #ccc;
}
.cnt_contactForm dl dd .select1 {
    font-size: 16px;
    width: 20%;
}
.cnt_contactForm dl dd label {
    margin-right: 20px;
}
.cnt_contactForm .btn_send {
    position: relative;
    -webkit-appearance: none;
    font-size: 20px;
    font-weight: bold;
    width: 30%;
    height: 66px;
    margin: 40px 5px 0;
    cursor: pointer;
    border: none;
    color: #fff;
    border-radius: 5px;
    behavior: url(https://cozy-takadanobaba.com/js/PIE.htc);
    background: #77c5d1;
}
.cnt_contactForm .btn_send:hover {
    background: #5daeba;
}
.btn-contact-preview .send input {
    position: relative;
    -webkit-appearance: none;
    font-size: 20px;
    font-weight: bold;
    width: 30%;
    height: 66px;
    margin: 40px 5px 0;
    cursor: pointer;
    border: none;
    color: #fff;
    border-radius: 5px;
    behavior: url(https://cozy-takadanobaba.com/js/PIE.htc);
    background: #77c5d1;
}
.btn-contact-preview .send input:hover {
    background: #5daeba;
}
.cnt_contactForm .message {
    margin-top: 20px;
    text-align: center;
}
.cnt_contactForm .message span {
    color: #cc0000;
    font-weight: bold;
}
.error_message {
    margin: 20px auto;
}
.error_message strong {
    font-weight: bold;
    color: #cc0000;
    clear: both;
}

/*　　フッター 
-------------------------------------------------------*/
#footer {
    padding: 20px;
    text-align: center;
    background: #999;
}
.copyright {
    color: #fff;
    font-size: 14px;
    font-family: "メイリオ", Verdana;
}

@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol,
ul {
    list-style: none;
}
.clearfix {
    display: block;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    line-height: 0;
}
/* IS IE */
.clearfix {
    *display: inline-block;
    *zoom: 1;
}
