@charset "UTF-8";
/* 
====================================================================================================
■ basic setting
 □ tag
 □ class
■ additional
■ layout
 □ #site_header
 □ main
 □ #sub_area
 □ #site_footer
----------------------------------------------------------------------------------------------------
※ 基本的にテンプレとしての簡易な整形レベルです。必ずサイトに合わせて各種設定を見直すこと。 
※ font-sizeに関しては、リセット後、#wrapperに18px相当で指定済。そこからの相対指定で行うこと。
　（親要素に既に%指定済の場合、子孫要素は基準が変わるので注意してください。）
※ サイト制作後、不要と思われるコメントはなるべく削除し整理すること。
==================================================================================================== */
/* 
====================================================================================================
■ basic setting
----------------------------------------------------------------------------------------------------
 □ tag
---------------------------------------------------------------------------------------------------- */
html { /* 画面外背景色 */ font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }

body { position: relative; margin: 0 auto; color: #333333; word-wrap: break-word; word-break: break-word; }

p, li, pre, td, th, dt, dd, h3, h4, h5 { line-height: 1.5; }

/* 基本の行の高さ */
address { font-style: normal; }

/* 
----------------------------------------------------------------------------------------------------
 □ class
---------------------------------------------------------------------------------------------------- */
/* 
--------------------------------------------------
 ▽ 文字装飾定義専用クラス
-------------------------------------------------- */
/* 主に新着情報への使用想定だが、通常コンテンツ内で使用も可 */
.text_left { text-align: left !important; }

.text_right { text-align: right !important; }

.text_center { text-align: center !important; }

.text_justify { text-align: justify !important; }

.text_nowrap { white-space: nowrap !important; }

.text_lowercase { text-transform: lowercase !important; }

.text_uppercase { text-transform: uppercase !important; }

.text_capitalize { text-transform: capitalize !important; }

.text_muted { color: #777 !important; }

.text_normal { font-weight: normal !important; }

.text_bold { font-weight: bold !important; }

.text_red { color: #ff0003 !important; }

.text_black { color: #000000 !important; }

.text_grey { color: #999999 !important; }

.text_pink { color: #f66b82 !important; }

.text_green { color: #8a9941 !important; }

.text_blue { color: #00a2c6 !important; }

/* このブルーはリンク色のブルーとは色味を若干変える事を推奨 */
.text_yellow { color: #feab0f !important; }

.text_white { color: #F0F0F0 !important; }

.text_purple { color: #b992ed !important; }

.text_orange { color: #f29475 !important; }

.text_shadow { text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF; }

/* ページトップへのリンク */
.page_up { text-align: right; margin: 20px 0; cursor: pointer; }

/* 
--------------------------------------------------
 ▽ font-size設定専用クラス
-------------------------------------------------- */
/* デフォルトでは#wrapperに18px相当の指定が設定済みのため、そこからの相対値になります。
※親要素に既に%指定済みの場合は子孫要素は基準が変わるのでこのクラスの使用は出来れば避けます。 */
.f10 { font-size: 71.5% !important; }

/* 10px */
.f11 { font-size: 78.6% !important; }

/* 11px */
.f12 { font-size: 85.8% !important; }

/* 12px */
.f13 { font-size: 92.9% !important; }

/* 13px */
.f14 { font-size: 72.3% !important; }

/* 14px */
.f15 { font-size: 107.2% !important; }

/* 15px */
.f16 { font-size: 114.3% !important; }

/* 16px */
.f17 { font-size: 121.5% !important; }

/* 17px */
.f18 { font-size: 128.6% !important; }

/* 18px */
.f19 { font-size: 135.8% !important; }

/* 19px */
.f20 { font-size: 142.9% !important; }

/* 20px */
.f21 { font-size: 150.0% !important; }

/* 21px */
.f22 { font-size: 157.2% !important; }

/* 22px */
.f23 { font-size: 164.3%  !important; }

/* 23px */
.f24 { font-size: 171.5% !important; }

/* 24px */
.f25 { font-size: 178.6% !important; }

/* 25px */
/* 
--------------------------------------------------
 ▽ margin設定専用クラス
-------------------------------------------------- */
.m00 { margin: 0px !important; }

.m05 { 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; }

.m45 { margin: 45px !important; }

.mt00 { margin-top: 0px !important; }

.mt05 { margin-top: 5px !important; }

.mt10 { margin-top: 10px !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; }

.mr00 { margin-right: 0px !important; }

.mr05 { 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; }

.mb00 { margin-bottom: 0px !important; }

.mb05 { 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; }

.ml00 { margin-left: 0px !important; }

.ml05 { 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; }

.mt1pr { margin-top: 1% !important; }

.mt2pr { margin-top: 2% !important; }

.mt3pr { margin-top: 3% !important; }

.mt4pr { margin-top: 4% !important; }

.mt5pr { margin-top: 5% !important; }

.mt6pr { margin-top: 6% !important; }

.mr1pr { margin-right: 1% !important; }

.mr2pr { margin-right: 2% !important; }

.mr3pr { margin-right: 3% !important; }

.mr4pr { margin-right: 4% !important; }

.mr5pr { margin-right: 5% !important; }

.mr6pr { margin-right: 6% !important; }

.mb1pr { margin-bottom: 1% !important; }

.mb2pr { margin-bottom: 2% !important; }

.mb3pr { margin-bottom: 3% !important; }

.mb4pr { margin-bottom: 4% !important; }

.mb5pr { margin-bottom: 5% !important; }

.mb6pr { margin-bottom: 6% !important; }

.ml1pr { margin-left: 1% !important; }

.ml2pr { margin-left: 2% !important; }

.ml3pr { margin-left: 3% !important; }

.ml4pr { margin-left: 4% !important; }

.ml5pr { margin-left: 5% !important; }

.ml6pr { margin-left: 6% !important; }

/* 
--------------------------------------------------
 ▽ padding設定専用クラス
-------------------------------------------------- */
.p00 { padding: 0px !important; }

.p05 { padding: 5px !important; }

.p10 { padding: 10px !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; }

.p45 { padding: 45px !important; }

.pt00 { padding-top: 0px !important; }

.pt05 { padding-top: 5px !important; }

.pt10 { padding-top: 10px !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; }

.pr00 { padding-right: 0px !important; }

.pr05 { 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; }

.pb00 { padding-bottom: 0px !important; }

.pb05 { 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; }

.pl00 { padding-left: 0px !important; }

.pl05 { 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; }

.pt1pr { padding-top: 1% !important; }

.pt2pr { padding-top: 2% !important; }

.pt3pr { padding-top: 3% !important; }

.pt4pr { padding-top: 4% !important; }

.pt5pr { padding-top: 5% !important; }

.pr1pr { padding-right: 1% !important; }

.pr2pr { padding-right: 2% !important; }

.pr3pr { padding-right: 3% !important; }

.pr4pr { padding-right: 4% !important; }

.pr5pr { padding-right: 5% !important; }

.pb1pr { padding-bottom: 1% !important; }

.pb2pr { padding-bottom: 2% !important; }

.pb3pr { padding-bottom: 3% !important; }

.pb4pr { padding-bottom: 4% !important; }

.pb5pr { padding-bottom: 5% !important; }

.pl1pr { padding-left: 1% !important; }

.pl2pr { padding-left: 2% !important; }

.pl3pr { padding-left: 3% !important; }

.pl4pr { padding-left: 4% !important; }

.pl5pr { padding-left: 5% !important; }

/* 
--------------------------------------------------
 ▽ radious（角丸）設定専用クラス
-------------------------------------------------- */
.r03 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.r04 { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.r05 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.r06 { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.r07 { -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }

.r08 { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }

.r09 { -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; }

.r10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

.r11 { -webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 11px; }

.r12 { -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }

.r13 { -webkit-border-radius: 13px; -moz-border-radius: 13px; border-radius: 13px; }

.r14 { -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px; }

.r15 { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }

.r16 { -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }

.r17 { -webkit-border-radius: 17px; -moz-border-radius: 17px; border-radius: 17px; }

.r18 { -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; }

.r19 { -webkit-border-radius: 19px; -moz-border-radius: 19px; border-radius: 19px; }

.r20 { -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }

/* 
--------------------------------------------------
 ▽ width
-------------------------------------------------- */
.w1 { width: 1% !important; }

.w2 { width: 2% !important; }

.w3 { width: 3% !important; }

.w4 { width: 4% !important; }

.w5 { width: 5% !important; }

.w6 { width: 6% !important; }

.w7 { width: 7% !important; }

.w8 { width: 8% !important; }

.w9 { width: 9% !important; }

.w10 { width: 10% !important; }

.w11 { width: 11% !important; }

.w12 { width: 12% !important; }

.w13 { width: 13% !important; }

.w14 { width: 14% !important; }

.w15 { width: 15% !important; }

.w16 { width: 16% !important; }

.w17 { width: 17% !important; }

.w18 { width: 18% !important; }

.w19 { width: 19% !important; }

.w20 { width: 20% !important; }

.w21 { width: 21% !important; }

.w22 { width: 22% !important; }

.w23 { width: 23% !important; }

.w24 { width: 24% !important; }

.w25 { width: 25% !important; }

.w26 { width: 26% !important; }

.w27 { width: 27% !important; }

.w28 { width: 28% !important; }

.w29 { width: 29% !important; }

.w30 { width: 30% !important; }

.w31 { width: 31% !important; }

.w32 { width: 32% !important; }

.w33 { width: 33% !important; }

.w34 { width: 34% !important; }

.w35 { width: 35% !important; }

.w36 { width: 36% !important; }

.w37 { width: 37% !important; }

.w38 { width: 38% !important; }

.w39 { width: 39% !important; }

.w40 { width: 40% !important; }

.w41 { width: 41% !important; }

.w42 { width: 42% !important; }

.w43 { width: 43% !important; }

.w44 { width: 44% !important; }

.w45 { width: 45% !important; }

.w46 { width: 46% !important; }

.w47 { width: 47% !important; }

.w48 { width: 48% !important; }

.w49 { width: 49% !important; }

.w50 { width: 50% !important; }

.w51 { width: 51% !important; }

.w52 { width: 52% !important; }

.w53 { width: 53% !important; }

.w54 { width: 54% !important; }

.w55 { width: 55% !important; }

.w56 { width: 56% !important; }

.w57 { width: 57% !important; }

.w58 { width: 58% !important; }

.w59 { width: 59% !important; }

.w60 { width: 60% !important; }

.w61 { width: 61% !important; }

.w62 { width: 62% !important; }

.w63 { width: 63% !important; }

.w64 { width: 64% !important; }

.w65 { width: 65% !important; }

.w66 { width: 66% !important; }

.w67 { width: 67% !important; }

.w68 { width: 68% !important; }

.w69 { width: 69% !important; }

.w70 { width: 70% !important; }

.w71 { width: 71% !important; }

.w72 { width: 72% !important; }

.w73 { width: 73% !important; }

.w74 { width: 74% !important; }

.w75 { width: 75% !important; }

.w76 { width: 76% !important; }

.w77 { width: 77% !important; }

.w78 { width: 78% !important; }

.w79 { width: 79% !important; }

.w80 { width: 80% !important; }

.w81 { width: 81% !important; }

.w82 { width: 82% !important; }

.w83 { width: 83% !important; }

.w84 { width: 84% !important; }

.w85 { width: 85% !important; }

.w86 { width: 86% !important; }

.w87 { width: 87% !important; }

.w88 { width: 88% !important; }

.w89 { width: 89% !important; }

.w90 { width: 90% !important; }

.w91 { width: 91% !important; }

.w92 { width: 92% !important; }

.w93 { width: 93% !important; }

.w94 { width: 94% !important; }

.w95 { width: 95% !important; }

.w96 { width: 96% !important; }

.w97 { width: 97% !important; }

.w98 { width: 98% !important; }

.w99 { width: 99% !important; }

.w100 { width: 100% !important; }

/* 
--------------------------------------------------
 ▽ 1カラムコンテンツ
-------------------------------------------------- */
.col01 figure { margin: 0 auto 10px; }

/* 
--------------------------------------------------
 ▽ 左右均等2カラムコンテンツ
-------------------------------------------------- */
.pull_left { float: left !important; }

.pull_right { float: right !important; }

.col02:after { display: block; clear: both; content: ""; }

.col02 .float_l, .col02 .float_r { width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

.col02 .float_l { padding-right: 1%; /* ここで余白設定 */ }

.col02 .float_r { padding-left: 1%; /* ここで余白設定 */ }

/* 
--------------------------------------------------
 ▽ 2カラムコンテンツ(ul liの場合)
-------------------------------------------------- */
/* 左右2カラムデザイン（※ulに.col02を追加する事で切り替え） */
.col02 > li { width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin-bottom: 10px; }

/* 左カラム */
.col02 > li:nth-of-type(2n-1) { padding-right: 1%; /* ここで余白設定 */ float: left; clear: both; }

/* 右カラム */
.col02 > li:nth-of-type(2n) { padding-left: 1%; /* ここで余白設定 */ float: right; }

.col02 figure { margin-bottom: 10px; }

/* 
--------------------------------------------------
 ▽ 3カラムコンテンツ(ul liの場合)
-------------------------------------------------- */
/* 3カラムデザイン（※ulに.col03を追加する事で切り替え） */
.col03:after { display: block; clear: both; content: ""; }

.col03 > li { width: 32%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; margin-bottom: 10px; float: left; }

/* 右(1)カラム */
.col03 > li:nth-of-type(3n-2) { clear: both; }

/* 左(3)カラム */
/* 中央(2)カラム */
.col03 > li:nth-of-type(3n-1) { margin-left: 2%; margin-right: 2%; /* ここで余白設定(余白を指定した場合は.col03>liのwidthを変更) */ }

/* 
--------------------------------------------------
 ▽ 新着などのページネーション
-------------------------------------------------- */
.pagination { padding: 0 2%; }

/* 前へ */
.pagination .page_prev { float: left; }

/* 次へ */
.pagination .page_next { float: right; }

/* 戻る */
.pagination .page_back { text-align: center; }

/*
====================================================================================================
■ additional
---------------------------------------------------------------------------------------------------- */
.acco_box { clear: both; margin-bottom: 10px; }

.acco_dv { display: none; }

.acco_a { cursor: pointer; }

.media_txt .img { width: 40%; }

.media_txt .img img { width: 100%; height: auto; }

.pic_l .image { float: left; margin: 3px 10px 5px 0; }

.pic_r .image { float: right; margin: 3px 0 5px 10px; }

.document p, .pic_r p, .pic_l p { margin-bottom: 10px; }

/*Less and More*/
.box_maxheight { line-height: 1.5; }

.box_maxheight .maxheight_hide { display: none; }

.box_maxheight .maxheight_btn { text-decoration: underline; cursor: pointer; color: #0091b2; display: inline-block; }

/*
====================================================================================================
■ layout
---------------------------------------------------------------------------------------------------- */
#wrapper { width: 100%; /* サイトの実際の横幅（640px以下は画面サイズによって変動） */ max-width: 480px; margin: 0 auto; background-color: #FFF; overflow: hidden; position: relative; }

/* 
----------------------------------------------------------------------------------------------------
 □ #dis_flex
---------------------------------------------------------------------------------------------------- */
.dis_flex { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; display: -moz-flex; display: -ms-flex; }

.flex_wrap { -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.flex_align_item_start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: flex-start; }

.flex_align_item_end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-align-items: flex-end; -moz-align-items: flex-end; -ms-align-items: flex-end; }

.flex_align_item_center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; }

.flex_jus_between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: space-between; }

.flex_jus_center { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }

.flex_jus_around { -ms-flex-pack: distribute; -webkit-justify-content: space-around; justify-content: space-around; }

.flex_jus_start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start; }

.flex_jus_end { -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; }

/* 
----------------------------------------------------------------------------------------------------
 □ #site_header
---------------------------------------------------------------------------------------------------- */
.sg_header { position: relative; }

.sg_header .h_main { padding: 2%; }

.sg_header .h_main .h_logo { width: 57%; }

.sg_header .h_main .h_tool { width: 35%; }

.sg_header .h_main .h_tool ul li { margin-left: 5%; }

.sg_header .h_main .h_tool ul li:first-child { margin-left: 0; }

.sg_header .box_tel { display: none; position: absolute; z-index: 2; background-color: #FFF; padding: 0 2%; }

.sg_header .box_tel ul li { padding-bottom: 4%; }

.sg_header .box_tel ul li:nth-child(1) { width: 90%; }

.sg_header .box_tel ul li:nth-child(2) { width: 75%; }

.sg_header .box_tel ul li:nth-child(3) { width: 90%; }

/* 
--------------------------------------------------
 ▽ #gnav （グローバルナビゲーション）
-------------------------------------------------- */
#gnav { position: absolute; top: 100%; left: 0; right: 0; display: none; z-index: 9999; background: #FFF; }

#gnav .tit_menu { padding: 4% 0; text-align: center; border: 1px solid #ff5e65; position: relative; background: #ff5e65 url(../common_img/h_close.png) no-repeat right 3% center; background-size: 9%; }

#gnav .tit_menu img { width: 15%; }

#gnav ul { padding: 0 4%; border-right: 1px solid #0a0a0a; border-bottom: 1px solid #0a0a0a; border-left: 1px solid #0a0a0a; }

#gnav li { padding: 0 3%; border-bottom: 1px dotted #686868; float: none; position: relative; width: 100%; }

#gnav li:nth-child(1) img { width: 19%; }

#gnav li:nth-child(2) img { width: 71%; }

#gnav li:nth-child(3) img { width: 41%; }

#gnav li:nth-child(4) img { width: 46%; }

#gnav li:nth-child(5) img { width: 20%; }

#gnav li:nth-child(6) img { width: 24%; }

#gnav li:nth-child(7) img { width: 25%; }

#gnav li:last-child { border-bottom: none; }

#gnav li a { color: #fff; text-decoration: none; font-size: 16px; display: block; padding: 3.4% 0; width: 100%; }

#gnav .acco_dv { padding: 0 20px; background: #131313; }

/* 
----------------------------------------------------------------------------------------------------
  □ main
---------------------------------------------------------------------------------------------------- */
.sg_main { margin: 4% 2% 6%; }

.sg_main#home { margin: 6% 2% !important; }

/* 
----------------------------------------------------------------------------------------------------
  □ #page_title
---------------------------------------------------------------------------------------------------- */
.page_title { margin: 0 2%; background: url("../common_img/bg_title_page.png") no-repeat center; background-size: cover; height: 88px; display: table; width: 96%; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.28); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.28); box-shadow: 0 0 5px rgba(0, 0, 0, 0.28); }

.page_title h2 { width: 100%; display: table-cell; vertical-align: middle; text-align: left; padding: 0 2%; }

/* 
----------------------------------------------------------------------------------------------------
 □ #site_footer
---------------------------------------------------------------------------------------------------- */
.sg_footer { position: relative; }

.sg_footer .f_menu { background: url("../common_img/bg_fmenu.png") no-repeat top center; background-size: 100% 100%; padding: 4% 5%; }

.sg_footer .f_menu ul { width: 49%; }

.sg_footer .f_menu ul li { background: url("../common_img/f_icon.png") no-repeat top 5px left; background-size: 5%; padding-left: 6%; margin-bottom: 2%; }

.sg_footer .f_menu ul li a { text-decoration: none; color: #ec6b6b; }

.sg_footer .f_logo { margin: 5% 2% 0; }

.sg_footer .f_logo h1 { margin-bottom: 5%; text-align: center; }

.sg_footer .f_logo dl { width: 74%; margin: 0 auto; }

.sg_footer .f_logo dl dt { margin-bottom: 2%; }

.sg_footer .f_logo dl dd { margin-bottom: 4%; }

.sg_footer .f_logo dl dd span { margin-left: 3%; }

.sg_footer .f_logo dl dd:last-child { margin-top: 5%; }

/* 
----------------------------------------------------------------------------------------------------
 □ #pc
---------------------------------------------------------------------------------------------------- */
.pc { text-align: center; padding: 2.5%; background: #f2bcb9; }

.pc a { background: url(../common_img/pc.png) no-repeat left center; background-size: 34px auto; color: #fff; text-decoration: none; padding: 3% 0 3% 40px; font-size: 20px; font-family: "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* 
----------------------------------------------------------------------------------------------------
 □ #psub
---------------------------------------------------------------------------------------------------- */
.psub { margin-top: 6%; }

.psub .list_psub { margin-bottom: 2%; }

.psub .list_psub:last-child { margin-bottom: 0; }

.psub .list_psub:last-child li { margin-bottom: 0; }

.psub .list_psub li { width: 49%; margin-bottom: 2%; }

.psub .list_psub .btn_fone { background: url("../images/bg_sec02.png"); -webkit-box-shadow: inset 0 0 0 2px #fff; -moz-box-shadow: inset 0 0 0 2px #fff; box-shadow: inset 0 0 0 2px #fff; border: solid 1px #a4dcf1; padding: 2% 1%; }

.psub .list_psub .btn_fone .tt_fone { margin: -8% 0 3%; }

.psub .list_psub .btn_home { background: url("../common_img/bg_home.png") repeat-y; background-size: 100%; padding: 2%; }

.psub .list_psub .btn_home .tt_home { margin: -9% 0 9%; width: 50%; }

.psub .list_psub .btn_home p { color: #666666; width: 81%; }

/* 
----------------------------------------------------------------------------------------------------
 □ #screen
---------------------------------------------------------------------------------------------------- */
