@charset "utf-8";
/* 横幅設定 */
/******************************************************************/

.w100 {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.w850 {
    width: 850px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.w750 {
    width: 750px !important;
    margin-left: auto;
    margin-right: auto;
}
/*******************************************************************/
/*　画像設定
/*******************************************************************/

img.sample {
    padding: 2px;
    background-color: #ffffff;
    border-color: #dddddd;
    border-width: 1px;
    border-style: solid;
}
img.sample02 {
    border: #FFFFFF solid 7px;
}
/*******************************************************************/
/*　テキストカラー設定
/*******************************************************************/

.red {
    color: #FF0033
}
.red2 {
    color: #990000
}
.blue {
    color: #006699
}
.brown {
    color: #8C4646;
    font-weight: bold;
}
.green {
    color: #3A7A49
}
.gray {
    color: #999999
}
.orange {
    color: #F36934
}
.gold {
    color: #808040
}
.silver {
    color: #808080
}
.gold2 {
    color: #B49516;
}
.white {
    color: #FFFFFF;
}
.black {
    color: #333;
}
.yellow {
    color: #FF6;
}
.c_red {
    color: #FF0033
}
.c_red2 {
    color: #990000
}
.c_blue {
    color: #006699
}
.c_brown {
    color: #8C4646;
    font-weight: bold;
}
.c_green {
    color: #3A7A49
}
.c_gray {
    color: #999999
}
.c_orange {
    color: #F36934
}
.c_gold {
    color: #808040
}
.c_silver {
    color: #808080
}
.c_gold2 {
    color: #B49516;
}
.c_white {
    color: #FFFFFF;
}
.c_black {
    color: #333;
}
.c_yellow {
    color: #FF6;
}
.c_f8 {
    color: #F8F8F8;
}
/*******************************************************************/
/*　テキストサイズ設定
/*******************************************************************/

.t8 {
    font-size: 8px;
}
.t9 {
    font-size: 9px;
}
.t10 {
    font-size: 10px;
    ;
}
.t11 {
    font-size: 11px;
    ;
}
.t12 {
    font-size: 12px;
}
.t13 {
    font-size: 13px;
}
.t14 {
    font-size: 14px;
}
.t15 {
    font-size: 15px;
}
.t16 {
    font-size: 16px;
}
.t17 {
    font-size: 17px;
}
.t18 {
    font-size: 18px;
}
.t19 {
    font-size: 19px;
}
.t20 {
    font-size: 20px;
}
.t21 {
    font-size: 21px;
}
.t22 {
    font-size: 22px;
}
.t23 {
    font-size: 23px;
}
.t24 {
    font-size: 24px;
}
.t25 {
    font-size: 25px;
}
.t26 {
    font-size: 26px;
}
.t27 {
    font-size: 27px;
}
.t28 {
    font-size: 28px;
}
.t29 {
    font-size: 29px;
}
.t30 {
    font-size: 30px;
}
.t32 {
    font-size: 32px;
}
.t34 {
    font-size: 34px;
}
.t36 {
    font-size: 36px;
}
.t38 {
    font-size: 38px;
}
.t40 {
    font-size: 40px;
}
.t42 {
    font-size: 42px;
}
.t44 {
    font-size: 44px;
}
.t46 {
    font-size: 46px;
}
.t48 {
    font-size: 48px;
}
.t50 {
    font-size: 50px;
}
.t55 {
    font-size: 55px;
}
.t60 {
    font-size: 65px;
}
.t70 {
    font-size: 75px;
}
.t80 {
    font-size: 85px;
}
.t90 {
    font-size: 95px;
}
.t100 {
    font-size: 100px;
}
.indent8 {
    text-indent: -8888px;
}
.bold {
    font-weight: bold;
}
.a_black a {
    color: #333;
}
.no_deco a {
    text-decoration: none;
}
.color_none {
    color: inherit;
}
/*******************************************************************/
/*　マージン設定
/*******************************************************************/

.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt12 {
    margin-top: 12px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt55 {
    margin-top: 55px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt65 {
    margin-top: 65px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt75 {
    margin-top: 75px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt85 {
    margin-top: 85px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt95 {
    margin-top: 95px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.ml55 {
    margin-left: 55px !important;
}
.ml60 {
    margin-left: 60px !important;
}
.ml65 {
    margin-left: 65px !important;
}
.ml70 {
    margin-left: 70px !important;
}
.ml75 {
    margin-left: 75px !important;
}
.ml80 {
    margin-left: 80px !important;
}
.ml85 {
    margin-left: 85px !important;
}
.ml90 {
    margin-left: 90px !important;
}
.ml95 {
    margin-left: 95px !important;
}
.ml100 {
    margin-left: 100px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb55 {
    margin-bottom: 55px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb65 {
    margin-bottom: 65px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb75 {
    margin-bottom: 75px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb85 {
    margin-bottom: 85px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb95 {
    margin-bottom: 95px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mr55 {
    margin-right: 55px !important;
}
.mr60 {
    margin-right: 60px !important;
}
.mr65 {
    margin-right: 65px !important;
}
.mr70 {
    margin-right: 70px !important;
}
.mr75 {
    margin-right: 75px !important;
}
.mr80 {
    margin-right: 80px !important;
}
.mr85 {
    margin-right: 85px !important;
}
.mr90 {
    margin-right: 90px !important;
}
.mr95 {
    margin-right: 95px !important;
}
.mr100 {
    margin-right: 100px !important;
}
.m5 {
    margin: 5px !important;
}
.m10 {
    margin: 10px !important;
}
.m15 {
    margin: 15px !important;
}
.m20 {
    margin: 20px !important;
}
.m25 {
    margin: 25px !important;
}
.m30 {
    margin: 30px !important;
}
.m35 {
    margin: 35px !important;
}
.m40 {
    margin: 40px !important;
}
.mauto {
    margin-left: auto;
    margin-right: auto;
}
.m0 {
    margin: 0;
}
.mt0 {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.ml0 {
    margin-left: 0 !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mlr0 {
    margin-left: 0 !important;
    margin-left: 0 !important;
}
.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mtb60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
/*******************************************************************/
/*　パッディング設定
/*******************************************************************/

.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt12 {
    padding-top: 12px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt45 {
    padding-top: 45px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt55 {
    padding-top: 55px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt65 {
    padding-top: 65px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt75 {
    padding-top: 75px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt85 {
    padding-top: 85px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt95 {
    padding-top: 95px !important;
}
.pt100 {
    padding-top: 100px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl35 {
    padding-left: 35px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl45 {
    padding-left: 45px !important;
}
.pl50 {
    padding-left: 50px !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb45 {
    padding-bottom: 45px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb55 {
    padding-bottom: 55px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb65 {
    padding-bottom: 65px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb75 {
    padding-bottom: 75px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb85 {
    padding-bottom: 85px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb95 {
    padding-bottom: 95px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr25 {
    padding-right: 25px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr35 {
    padding-right: 35px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr45 {
    padding-right: 45px !important;
}
.pr50 {
    padding-right: 50px !important;
}
.p5 {
    padding: 5px !important;
}
.p10 {
    padding: 10px !important;
}
.p12 {
    padding: 12px !important;
}
.p15 {
    padding: 15px !important;
}
.p20 {
    padding: 20px !important;
}
.p25 {
    padding: 25px !important;
}
.p30 {
    padding: 30px !important;
}
.p35 {
    padding: 35px !important;
}
.p40 {
    padding: 40px !important;
}
.ptb5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.ptb10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.ptb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.ptb60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.plr30 {
    padding-left: 30px;
    padding-right: 30px;
}
/*******************************************************************/
/*　背景設定
/*******************************************************************/
/* 白系*/

.bg_whiteA {
    background-color: rgba( 255, 255, 255, 0.9);
}
.bg_white {
    background-color: #FFF;
}
/* 黒系*/

.bg_blackA {
    background-color: rgba( 0, 0, 0, 0.6);
}
.bg_black {
    background-color: #333;
}
/* 薄い灰色系*/

.bg_f6 {
    background-color: #F6F6F6;
}
.bg_fa {
    background-color: #FAFAFA;
}
/*******************************************************************/
/*　背景画像設定
/*******************************************************************/

.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_fix {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
/*******************************************************************/
/*　角丸設定
/*******************************************************************/

.border_radius_15 {
    border-radius: 15px;
}
.border_radius_20 {
    border-radius: 20px;
}
.border_radius_25 {
    border-radius: 25px;
}
/*******************************************************************/
/* 透明設定
/*******************************************************************/

.alpha2 {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha( opacity=20 )";
}
.alpha2 a {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha( opacity=20 )";
}
.alpha4 {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha( opacity=40 )";
}
.alpha4 a {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha( opacity=40 )";
}
.alpha6 {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
.alpha6 a {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
.alpha8 {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.alpha8 a {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
/*******************************************************************/
/* テキストの配置位置
/*******************************************************************/

.text_left {
    text-align: left;
}
.text_center {
    text-align: center !important;
}
.text_right {
    text-align: right !important;
}
div.text_center>p {
    text-align: center !important;
}
/*******************************************************************/
/* ボーダー設定
/*******************************************************************/

.border_solid {
    border: #EEE solid 1px;
}
.bo_so {
    border: #DDD solid 1px;
}
.notop {
    border-top: none !important;
}
.bo_solid_bottom {
    border-bottom: #DDD solid 1px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.bo_dash_bottom {
    border-bottom: #DDD dashed 1px;
}
.bo_dash_bottom_w {
    position: relative;
}
.bo_dash_bottom_w:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px dashed #FFF;
    opacity: 0.6;
}
.bo_dash_bottom_b {
    position: relative;
}
.bo_dash_bottom_b:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px dashed #DDD;
    opacity: 0.6;
}
.pm15 {
    padding-top: 15px;
    margin-top: 15px;
}
.bo_so_bt_blue {
    border-bottom: #06C solid 1px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
/*******************************************************************/
/* 吹き出し設定
/*******************************************************************/

.sankaku_b {
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 25px solid #f00;
    margin-left: auto;
    margin-right: auto;
}
/* ※の下に一マス空ける */
/******************************************************************/

.text_attent {
    margin-left: 1.3em;
    text-indent: -1.3em;
}
ul.text_attent {
    margin-left: 0em;
    text-indent: 0em;
}
ul.text_attent li {
    margin-left: 1.3em;
    text-indent: -0.6em;
}
/* テキスト回り込みさせない */
/******************************************************************/

.nomawarikomi {
    overflow: hidden;
    zoom: 1;
}
/* テーブルデザイン */
/******************************************************************/

.t_design {
    width: 100%;
    table-layout: auto;
}
.t_design p {
    margin: 0 !important;
}
.t_design th {
    padding: 8px;
    background-color: #D8D8D8;
    font-weight: bold;
}
.t_design td {
    padding: 8px;
    background-color: #F6F6F6;
}
.t_design tr:nth-child(odd) {}
/*table.table_basic { font-size:100%; text-align:left; border-collapse: collapse;}
table.table_basic th { background-color:#F3F3F3; border:#E8E8E8 solid 1px; padding:5px; }
table.table_basic td { padding:5px; border:#E8E8E8 solid 1px;  }*/
/* フォームデザイン */
/******************************************************************/

ul.formDesign01 {
    width: 100%;
    display: table;
}
ul.formDesign01 li {
    display: table-row;
    padding-bottom: 2px;
    border-bottom: #FFF solid 2px;
    text-align: left !important;
}
ul.formDesign01 li div.th {
    display: table-cell;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: #FFF solid 2px;
    padding: 8px;
    background: #e5e5e5;
    vertical-align: middle;
}
ul.formDesign01 li div.td {
    display: table-cell;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: #FFF solid 2px;
    padding: 8px;
    background: #f1f1f1;
    vertical-align: middle;
}
ul.formDesign01 li div.td input {}
/*コンタクト7用設定*/

ul.formDesign01 li div.td label {
    display: block;
}
ul.formDesign01 li div.td span {
    margin: 0;
    padding: 0;
}
.inputday {
    width: 200px;
}
.getu,
.hi {
    width: 100px;
}
div.formDesign-btn input.wpcf7-submit {
    width: 300px;
    height: 50px;
}
span.wpcf7-form-control-wrap {
    position: inherit;
}
/*エラー画面でズレないためのおまじない*/
/*必須マーク*/

.hissu {
    text-align: center;
    padding: 2px 2px;
    font-size: 10px !important;
    color: #FFF;
    margin-left: 5px;
    border-radius: 3px;
    /*角丸 CSS3草案 */
    
    -webkit-border-radius: 3px;
    /*角丸 Safari,Google Chrome用 */
    
    -moz-border-radius: 3px;
    /*角丸 Firefox用 */
    
    background: #900;
}
/*******************************************************************/
/* フロート設定
/*******************************************************************/

.flr {
    float: right;
}
.fll {
    float: left;
}
.flrpic {
    float: right;
    display: inline;
    margin-left: 20px;
}
.flrpic img {
    margin-bottom: 5px;
    display: inline;
}
.fllpic {
    float: left;
    margin-right: 20px;
}
.fllpic img {
    margin-bottom: 5px;
    display: inline;
}
/* dlをテーブルの様に
********************************************************************/

dl.dltable {
    width: 100%;
}
dl.dltable dt {
    float: left;
    padding: 10px;
}
dl.dltable dd {
    margin-left: 80px;
    padding: 10px;
}
/*dl.dltable { line-height: 1.5; background-color:#3CF;}
dl.dltable dt { background-color:#3F9;}
dl.dltable dd {margin: 0 0 0.5em 0;padding-left: 9em;}
dl.dltable dt+dd { margin-top: -1.5em;}*/

li.litable {} li.litable>div {
    display: table-cell;
    padding: 8px;
}
/*******************************************************************/
/* CLEARFIX CONFIG
/*******************************************************************/

.clrfix:after,
#wrap:after,
#glnv:after,
#main:after,
#contents:after,
#btmnv:after,
.nomawarikomi:after,
.bottom_menu_box:after,
.col:after,
.menulist:after {
    content: "";
    clear: both;
    display: block;
}