@charset "UTF-8";
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
}
.fontnoto {
    font-family: 'Noto Sans JP';
}
/* 
====================================================================================================
----------------------------------------------------------------------------------------------------
※ 基本的にテンプレとしての簡易な整形レベルです。必ずサイトに合わせて各種設定を見直すこと。 
※ font-sizeに関しては、リセット後、#wrapperに18px相当で指定済。そこからの相対指定で行うこと。
　（親要素に既に%指定済の場合、子孫要素は基準が変わるので注意してください。）
※ サイト制作後、不要と思われるコメントはなるべく削除し整理すること。
==================================================================================================== */
/* 
====================================================================================================
■ basic setting
----------------------------------------------------------------------------------------------------
 □ tag
---------------------------------------------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    background-color: #fff;
    /* 画面外背景色 */
    font-family: "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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_over {
    overflow: hidden !important;
}
.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;
}
.text_normal {
    font-weight: normal !important;
}
.text_bold {
    font-weight: bold !important;
}
.txt_no_under {
    text-decoration: none !important;
}
.txt_muted {
    color: #777 !important;
}
.txt_red {
    color: #f00 !important;
}
.txt_black {
    color: #000000 !important;
}
.txt_grey {
    color: #999999 !important;
}
.txt_pink {
    color: #f66b82 !important;
}
.txt_green {
    color: #8a9941 !important;
}
.txt_blue {
    color: #00a2c6 !important;
}
.txt_yellow {
    color: #feab0f !important;
}
.txt_white {
    color: #fff !important;
}
.txt_purple {
    color: #b992ed !important;
}
.txt_orange {
    color: #f29475 !important;
}
.txt_over {
    overflow: hidden;
}
.txt_demo {
    padding: 10% 0;
    text-align: center;
}
/*
“ただいま準備中のため、もうしばらくお待ちください。”
*/
/* ページトップへのリンク */
.pageup {
    text-align: right;
    margin-right: -25px;
    margin-top: -50px;
}
.ping {
    position: absolute;
    z-index: 999999;
    right: 15px;
    top: -10px;
    margin-right: 0;
}
.pong {
    position: fixed;
    bottom: 15px;
    right: 40px;
    z-index: 99999;
}
/* 
--------------------------------------------------
 ▽ font-size設定専用クラス
-------------------------------------------------- */
/* デフォルトでは#wrapperに18px相当の指定が設定済みのため、そこからの相対値になります。
※親要素に既に%指定済みの場合は子孫要素は基準が変わるのでこのクラスの使用は出来れば避けます。 */
.f10 {
    font-size: 10px !important;
}
/* 10px */
.f11 {
    font-size: 11px !important;
}
/* 11px */
.f12 {
    font-size: 12px !important;
}
/* 12px */
.f13 {
    font-size: 13px !important;
}
/* 13px */
.f14 {
    font-size: 14px !important;
}
/* 14px */
.f15 {
    font-size: 15px !important;
}
/* 15px */
.f16 {
    font-size: 16px !important;
}
/* 16px */
.f17 {
    font-size: 17px !important;
}
/* 17px */
.f18 {
    font-size: 18px !important;
}
/* 18px */
.f19 {
    font-size: 19px !important;
}
/* 19px */
.f20 {
    font-size: 20px !important;
}
/* 20px */
.f21 {
    font-size: 21px !important;
}
/* 21px */
.f22 {
    font-size: 22px !important;
}
/* 22px */
.f23 {
    font-size: 23px !important;
}
/* 23px */
.f24 {
    font-size: 24px !important;
}
/* 24px */
.f25 {
    font-size: 25px !important;
}
/* 25px */
/* 
--------------------------------------------------
 ▽ margin設定専用クラス
-------------------------------------------------- */
.mt00 {
    margin-top: 0px !important;
}
.mt01 {
    margin-top: 1px !important;
}
.mt02 {
    margin-top: 2px !important;
}
.mt03 {
    margin-top: 3px !important;
}
.mt04 {
    margin-top: 4px !important;
}
.mt05 {
    margin-top: 5px !important;
}
.mt06 {
    margin-top: 6px !important;
}
.mt07 {
    margin-top: 7px !important;
}
.mt08 {
    margin-top: 8px !important;
}
.mt09 {
    margin-top: 9px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt11 {
    margin-top: 11px !important;
}
.mt12 {
    margin-top: 12px !important;
}
.mt13 {
    margin-top: 13px !important;
}
.mt14 {
    margin-top: 14px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt16 {
    margin-top: 16px !important;
}
.mt17 {
    margin-top: 17px !important;
}
.mt18 {
    margin-top: 18px !important;
}
.mt19 {
    margin-top: 19px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt21 {
    margin-top: 21px !important;
}
.mt22 {
    margin-top: 22px !important;
}
.mt23 {
    margin-top: 23px !important;
}
.mt24 {
    margin-top: 24px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt26 {
    margin-top: 26px !important;
}
.mt27 {
    margin-top: 27px !important;
}
.mt28 {
    margin-top: 28px !important;
}
.mt29 {
    margin-top: 29px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt31 {
    margin-top: 31px !important;
}
.mt32 {
    margin-top: 32px !important;
}
.mt33 {
    margin-top: 33px !important;
}
.mt34 {
    margin-top: 34px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt36 {
    margin-top: 36px !important;
}
.mt37 {
    margin-top: 37px !important;
}
.mt38 {
    margin-top: 38px !important;
}
.mt39 {
    margin-top: 39px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt41 {
    margin-top: 41px !important;
}
.mt42 {
    margin-top: 42px !important;
}
.mt43 {
    margin-top: 43px !important;
}
.mt44 {
    margin-top: 44px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt46 {
    margin-top: 46px !important;
}
.mt47 {
    margin-top: 47px !important;
}
.mt48 {
    margin-top: 48px !important;
}
.mt49 {
    margin-top: 49px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt51 {
    margin-top: 51px !important;
}
.mt52 {
    margin-top: 52px !important;
}
.mt53 {
    margin-top: 53px !important;
}
.mt54 {
    margin-top: 54px !important;
}
.mt55 {
    margin-top: 55px !important;
}
.mt56 {
    margin-top: 56px !important;
}
.mt57 {
    margin-top: 57px !important;
}
.mt58 {
    margin-top: 58px !important;
}
.mt59 {
    margin-top: 59px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt61 {
    margin-top: 61px !important;
}
.mt62 {
    margin-top: 62px !important;
}
.mt63 {
    margin-top: 63px !important;
}
.mt64 {
    margin-top: 64px !important;
}
.mt65 {
    margin-top: 65px !important;
}
.mt66 {
    margin-top: 66px !important;
}
.mt67 {
    margin-top: 67px !important;
}
.mt68 {
    margin-top: 68px !important;
}
.mt69 {
    margin-top: 69px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt71 {
    margin-top: 71px !important;
}
.mt72 {
    margin-top: 72px !important;
}
.mt73 {
    margin-top: 73px !important;
}
.mt74 {
    margin-top: 74px !important;
}
.mt75 {
    margin-top: 75px !important;
}
.mt76 {
    margin-top: 76px !important;
}
.mt77 {
    margin-top: 77px !important;
}
.mt78 {
    margin-top: 78px !important;
}
.mt79 {
    margin-top: 79px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt81 {
    margin-top: 81px !important;
}
.mt82 {
    margin-top: 82px !important;
}
.mt83 {
    margin-top: 83px !important;
}
.mt84 {
    margin-top: 84px !important;
}
.mt85 {
    margin-top: 85px !important;
}
.mt86 {
    margin-top: 86px !important;
}
.mt87 {
    margin-top: 87px !important;
}
.mt88 {
    margin-top: 88px !important;
}
.mt89 {
    margin-top: 89px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt91 {
    margin-top: 91px !important;
}
.mt92 {
    margin-top: 92px !important;
}
.mt93 {
    margin-top: 93px !important;
}
.mt94 {
    margin-top: 94px !important;
}
.mt95 {
    margin-top: 95px !important;
}
.mt96 {
    margin-top: 96px !important;
}
.mt97 {
    margin-top: 97px !important;
}
.mt98 {
    margin-top: 98px !important;
}
.mt99 {
    margin-top: 99px !important;
}
.mt100 {
    margin-top: 100px !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;
}
.mr50 {
    margin-right: 50px !important;
}
.mr55 {
    margin-right: 55px !important;
}
.mr60 {
    margin-right: 60px !important;
}
.mb00 {
    margin-bottom: 0px !important;
}
.mb01 {
    margin-bottom: 1px !important;
}
.mb02 {
    margin-bottom: 2px !important;
}
.mb03 {
    margin-bottom: 3px !important;
}
.mb04 {
    margin-bottom: 4px !important;
}
.mb05 {
    margin-bottom: 5px !important;
}
.mb06 {
    margin-bottom: 6px !important;
}
.mb07 {
    margin-bottom: 7px !important;
}
.mb08 {
    margin-bottom: 8px !important;
}
.mb09 {
    margin-bottom: 9px !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;
}
.ml00 {
    margin-left: 0px !important;
}
.ml01 {
    margin-left: 1px !important;
}
.ml02 {
    margin-left: 2px !important;
}
.ml03 {
    margin-left: 3px !important;
}
.ml04 {
    margin-left: 4px !important;
}
.ml05 {
    margin-left: 5px !important;
}
.ml07 {
    margin-left: 7px !important;
}
.ml08 {
    margin-left: 8px !important;
}
.ml09 {
    margin-left: 9px !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;
}
/* 
--------------------------------------------------
 ▽ padding設定専用クラス
-------------------------------------------------- */
.p00 {
    padding: 0px !important;
}
.p02 {
    padding: 2px !important;
}
.p05 {
    padding: 5px !important;
}
.p07 {
    padding: 7px !important;
}
.p08 {
    padding: 8px !important;
}
.p09 {
    padding: 9px !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;
}
.pt07 {
    padding-top: 7px !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;
}
.pr02 {
    padding-right: 2px !important;
}
.pr04 {
    padding-right: 4px !important;
}
.pr05 {
    padding-right: 5px !important;
}
.pr07 {
    padding-right: 7px !important;
}
.pr09 {
    padding-right: 9px !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;
}
.pl02 {
    padding-left: 2px !important;
}
.pl04 {
    padding-left: 4px !important;
}
.pl05 {
    padding-left: 5px !important;
}
.pl07 {
    padding-left: 7px !important;
}
.pl09 {
    padding-left: 9px !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;
}
/* 
--------------------------------------------------
 ▽ radious（角丸）設定専用クラス
-------------------------------------------------- */
.r03 {
    border-radius: 3px;
}
.r04 {
    border-radius: 4px;
}
.r05 {
    border-radius: 5px;
}
.r06 {
    border-radius: 6px;
}
.r07 {
    border-radius: 7px;
}
.r08 {
    border-radius: 8px;
}
.r09 {
    border-radius: 9px;
}
.r10 {
    border-radius: 10px;
}
.r11 {
    border-radius: 11px;
}
.r12 {
    border-radius: 12px;
}
.r13 {
    border-radius: 13px;
}
.r14 {
    border-radius: 14px;
}
.r15 {
    border-radius: 15px;
}
.r16 {
    border-radius: 16px;
}
.r17 {
    border-radius: 17px;
}
.r18 {
    border-radius: 18px;
}
.r19 {
    border-radius: 19px;
}
.r20 {
    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;
}
.w80 {
    width: 80% !important;
}
.w90 {
    width: 90% !important;
}
.w99 {
    width: 99% !important;
}
.w100 {
    width: 100% !important;
}
.ml1per {
    margin-left: 1%;
}
.ml2per {
    margin-left: 2%;
}
.ml3per {
    margin-left: 3%;
}
.ml3per {
    margin-left: 3%;
}
.ml4per {
    margin-left: 4%;
}
.mr1per {
    margin-right: 1%;
}
.mr2per {
    margin-right: 2%;
}
.mr3per {
    margin-right: 3%;
}
.mr4per {
    margin-right: 4%;
}
.mt1per {
    margin-top: 1%;
}
.mt2per {
    margin-top: 2%;
}
.mt3per {
    margin-top: 3%;
}
.mt4per {
    margin-top: 4%;
}
.mt5per {
    margin-top: 5%;
}
.mt6per {
    margin-top: 6%;
}
.mt7per {
    margin-top: 7%;
}
.mt8per {
    margin-top: 8%;
}
.mt9per {
    margin-top: 9%;
}
.mt10per {
    margin-top: 10%;
}
.pd1per {
    padding: 1%;
}
.pd2per {
    padding: 2%;
}
.pd3per {
    padding: 3%;
}
/* 
--------------------------------------------------
 ▽ 1カラムコンテンツ
-------------------------------------------------- */
.col01 figure {
    margin: 0 auto 10px;
}
/* 
--------------------------------------------------
 ▽ 左右均等2カラムコンテンツ
-------------------------------------------------- */
.col02:after {
    display: block;
    clear: both;
    content: "";
}
.col02 .float_l,
.col02 .float_r {
    width: 50%;
    -webkit-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;
    -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;
    -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 .maxheight_hide {
    display: none;
}
.box_maxheight .maxheight_btn {
    text-decoration: underline;
    cursor: pointer;
    color: #31bbe3;
    display: block;
    text-align: right;
}
.maxheight_btn {
    position: absolute;
    right: 0;
    bottom: -10px;
    text-align: right;
}
/*
====================================================================================================
■ layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
    width: 100%;
    /* サイトの実際の横幅（640px以下は画面サイズによって変動） */
    max-width: 480px;
    margin: 0 auto;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
}
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.pull_left {
    float: left;
}
.pull_right {
    float: right;
}
/*■05.FLEX*/
.dis_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Safari */
    display: -moz-flex;
    /* Firefox */
    display: -ms-flex;
    /* IE */
}
/*justify-content*/
.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;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
}
.flex_jus_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: 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_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
}
.flex_jus_ini {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-justify-content: initial;
    -moz-justify-content: initial;
    -ms-justify-content: initial;
}
/*align-items*/
.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_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
}
.flex_align_item_baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
}
.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_align_item_ini {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
}
.flex-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_bg {
    width: 100%;
    margin-right: -100%;
}
.flex_content {
    width: 100%;
    position: relative;
}
/* 
----------------------------------------------------------------------------------------------------
 □ #site_header
---------------------------------------------------------------------------------------------------- */
.color {
    color: #6f615a;
}
.fontyu {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "MS PGothic", sans-serif;
}
.fontmin {
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* 
--------------------------------------------------
 ▽ #gnav （グローバルナビゲーション）
-------------------------------------------------- */
#wrapper .nav {
    background: #011f81;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
}
#wrapper .nav p {
    text-align: center;
}
#wrapper .nav p img {
    max-width: 60px;
}
.gnav {
    position: relative;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.gnav .menu {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
}
.gnav .close img {
    width: 100% !important;
    max-width: 100% !important;
}
.gnav .sub_menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    right: 0%;
    top: 0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    background: #fff;
    border: 1px solid #000;
}
.gnav .sub_menu li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px dashed #666;
}
.gnav .sub_menu .no_bd {
    border-bottom: none;
}
.gnav .sub_menu a, .gnav .sub_menu span {
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 12px 0px;
    color: #666;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 17px;
}
.gnav .sub_menu .ac_con{
    display: none;
}
.gnav .sub_menu a i, .gnav .sub_menu span i {
    font-size: 16px;
    color: #011f81;
}
.gnav .sub_menu span.open i{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.gnav .sub_menu span i{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -2px;
}
/* 
----------------------------------------------------------------------------------------------------
  □ main
---------------------------------------------------------------------------------------------------- */
.sg_main {
    padding: 0 2%;
}
footer {
    margin-top: 5%;
    padding: 5% 0% 0%;
    border-top: 1px solid #84cfe5;
    position: relative;
}
footer .btnfb {
    position: absolute;
    right: 3%;
    bottom: 2%;
    width: 10%;
    text-align: right;
}
footer .pageup2 {
    position: absolute;
    right: 3%;
    top: -42px;
}
footer #footer_map {
    height: 200px;
    overflow: hidden;
    border: 1px solid #84cfe5;
    margin: 2% 0;
}
footer .iconli {
    background: url(../common_img/footer_map_arrow.gif) no-repeat top 3px left;
    padding-left: 15px;
}
footer nav {
    background: #dbf1f8;
    padding: 3%;
    margin-top: 4%;
}
footer nav li {
    background: url(../common_img/footer_arrow.gif) no-repeat top 9px left;
    padding-left: 12px;
    margin-bottom: 2%;
    line-height: normal;
    padding-bottom: 1%;
}
footer nav span {
    text-decoration: none;
    color: #666;
    display: inline-block;
    padding: 2% 0;
}
footer nav a {
    color: #666666;
    display: inline-block;
    padding: 2% 0;
}
/* 
----------------------------------------------------------------------------------------------------
  □ #sub_area
---------------------------------------------------------------------------------------------------- */
/* 
----------------------------------------------------------------------------------------------------
 □ #site_footer
---------------------------------------------------------------------------------------------------- */
/*Mobile Small 0px and 320px*/
@media screen and (min-width: 0em) and (max-width: 20em) {
    /*your code*/
    body {
        font-size: 12px;
    }
}
/*Mobile Small 320px and 413*/
@media screen and (min-width: 20.001em) and (max-width: 25.874em) {
    /*your code*/
}
/*Mobile Small 414px and 480*/
@media screen and (min-width: 25.875em) and (max-width: 30em) {
    /*your code*/
}
/*Mobile Small 320px and 480px*/
@media screen and (min-width: 20.001em) and (max-width: 30em) {
    /*your code*/
    body {
        font-size: 13px;
    }
    footer nav {
        padding: 3% 2%;
    }
    footer nav a {
        font-size: 13px;
    }
}