@media (min-width: 641px) { /* PC用 */
  /*フォント加飾*/
  /*
**　00 : font
**  01 : margin
**  02 : padding
**  03 : float
**  04 : width
**  05 : text-align 
**  06 : リンク 
**  07 : LINE
**  08 : Midashi
**  09 : 
**  10 : 
**  11 : 
**  12 : 
*/
  /* 00 : font
---------------------------------------------------------------------------------------------------------------------- */
  .mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  }
  .fontSiza110 {
    font-size: 1.1rem;
  }
  .fontSiza120 {
    font-size: 1.2rem;
  }
  .fontSiza130 {
    font-size: 1.3rem;
  }
  .fontSiza140 {
    font-size: 1.4rem;
  }
  .fontSiza150 {
    font-size: 1.5rem;
  }
  .fontSiza160 {
    font-size: 1.6rem;
  }
  .fontSiza170 {
    font-size: 1.7rem;
  }
  .fontSiza90 {
    font-size: 0.9rem;
  }
  .fontSiza85 {
    font-size: 0.85rem;
  }
  .fontSiza80 {
    font-size: 0.8rem;
  }
  .fontSiza75 {
    font-size: 0.75rem;
  }
  .fontSiza70 {
    font-size: 0.7rem;
  }
  .lineheght16 {
    line-height: 1.6em;
  }
  .lineheght17 {
    line-height: 1.7em;
  }
  .lineheght18 {
    line-height: 1.8em;
  }
  .lineheght19 {
    line-height: 1.9em;
  }
  .lineheght20 {
    line-height: 2.0em;
  }
  .letterspace-1 {
    letter-spacing: -1px;
  }
  .letterspace-2 {
    letter-spacing: -2px;
  }
  .letterspace-3 {
    letter-spacing: -3px;
  }
  .letterspace-4 {
    letter-spacing: -4px;
  }
  .letterspace-5 {
    letter-spacing: -5px;
  }
  .red {
    color: #cc3333;
  }
  .red_box {
    color: #FFF;
    background-color: #CC3333;
    font-size: small;
    padding-left: 3px;
    padding-right: 3px;
  }
  .bold {
    font-weight: bold;
  }
  .back_yellow {
    background: linear-gradient(transparent 60%, #ff0 0%);
  }
  .back_yellow_bold {
    background: linear-gradient(transparent 60%, #ff0 0%);
    font-weight: bold;
  }
  .kokua_blue {
    color: #385071;
  }
  .kokua_green {
    color: #52aa4e;
  }
  .kokua_y-green {
    color: #b0d582;
  }
  .kokua_blue-thin {
    color: #60728b;
  }
  .kokua_gold {
    color: #c7af8e;
  }
  .kokua_brown {
    color: #715938;
  }
  .shade {
    text-shadow: 1px 1px 5px #C0C0C0;
  }
  .underline {
    border-bottom: 2px dotted #2E2118;
  }
  .underline_pink {
    border-bottom: 2px dotted #385071;
  }
  .underline_gold {
    border-bottom: 2px dotted #c7af8e;
  }
  .underline_green {
    border-bottom: 2px dotted #52aa4e;
  }
  /* 01 : margin
---------------------------------------------------------------------------------------------------------------------- */
  .clear {
    clear: both;
  }
  .mg0 {
    margin: 0 !important;
  }
  /*==top==*/
  .mgT0 {
    margin-top: 0px;
  }
  .mgT10 {
    margin-top: 10px;
  }
  .mgT15 {
    margin-top: 15px;
  }
  .mgT20 {
    margin-top: 20px;
  }
  .mgT25 {
    margin-top: 25px;
  }
  .mgT30 {
    margin-top: 30px;
  }
  .mgT35 {
    margin-top: 35px;
  }
  .mgT40 {
    margin-top: 40px;
  }
  .mgT50 {
    margin-top: 50px;
  }
  .mgT60 {
    margin-top: 60px;
  }
  .mgT80 {
    margin-top: 80px;
  }
  .mgT90 {
    margin-top: 90px;
  }
  .mgT100 {
    margin-top: 100px;
  }
  /*==right==*/
  .mgR10 {
    margin-right: 10px;
  }
  .mgR15 {
    margin-right: 15px;
  }
  .mgR20 {
    margin-right: 20px;
  }
  .mgR25 {
    margin-right: 25px;
  }
  .mgR30 {
    margin-right: 30px;
  }
  .mgR40 {
    margin-right: 40px;
  }
  .mgR45 {
    margin-right: 45px;
  }
  .mgR50 {
    margin-right: 50px;
  }
  .mgR56 {
    margin-right: 56px;
  }
  /*==bottom==*/
  .mgB10 {
    margin-bottom: 10px;
  }
  .mgB15 {
    margin-bottom: 15px;
  }
  .mgB20 {
    margin-bottom: 20px;
  }
  .mgB25 {
    margin-bottom: 25px;
  }
  .mgB30 {
    margin-bottom: 30px;
  }
  .mgB35 {
    margin-bottom: 35px;
  }
  .mgB40 {
    margin-bottom: 40px;
  }
  .mgB50 {
    margin-bottom: 50px;
  }
  .mgB80 {
    margin-bottom: 80px;
  }
  .mgB100 {
    margin-bottom: 100px;
  }
  .mgB120 {
    margin-bottom: 120px;
  }
  .mgB150 {
    margin-bottom: 150px;
  }
  .mgB180 {
    margin-bottom: 180px;
  }
  .mgB200 {
    margin-bottom: 200px;
  }
  /*==left==*/
  .mgL30 {
    margin-left: 30px;
  }
  .mgL10 {
    margin-left: 10px;
  }
  .mgL23 {
    margin-left: 23px;
  }
  .mgL42 {
    margin-left: 42px;
  }
  .mgL60 {
    margin-left: 60px;
  }
  /* 02 : padding
---------------------------------------------------------------------------------------------------------------------- */
  .pdg0 {
    padding: 0 !important;
  }
  /*==Top==*/
  .pdT70 {
    padding-top: 70px;
  }
  .pdT40 {
    padding-top: 40px;
  }
  .pdT30 {
    padding-top: 30px;
  }
  .pdT20 {
    padding-top: 20px;
  }
  .pdT15 {
    padding-top: 15px;
  }
  .pdT10 {
    padding-top: 10px;
  }
  /*==Right==*/
  .pdR10 {
    padding-right: 10px;
  }
  /*==Left==*/
  .pdL12 {
    padding-left: 12px;
  }
  .pdL15 {
    padding-left: 15px;
  }
  .pdL23 {
    padding-left: 23px;
  }
  .pdL25 {
    padding-left: 25px;
  }
  .pdL30 {
    padding-left: 30px;
  }
  /*==bottom==*/
  .pdB50 {
    padding-bottom: 50px;
  }
  .pdB40 {
    padding-bottom: 40px;
  }
  .pdB30 {
    padding-bottom: 30px;
  }
  .pdB20 {
    padding-bottom: 20px;
  }
  .pdB15 {
    padding-bottom: 15px;
  }
  .pdB10 {
    padding-bottom: 10px;
  }
  /* 03 : float
---------------------------------------------------------------------------------------------------------------------- */
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  /* 04 : width
---------------------------------------------------------------------------------------------------------------------- */
  /* 05 : text-align
---------------------------------------------------------------------------------------------------------------------- */
  .txRight {
    text-align: right;
  }
  .txCenter {
    text-align: center;
  }
  .txLeft {
    text-align: left;
  }
  .txTop {
    vertical-align: top;
  }
  .txMindl {
    vertical-align: middle;
  }
  /* 06 : リンク
----------------------------------------------------------------------------------------------------------------------*/
  a:hover {
    opacity: 0.6;
    filter: alpha(opacity=40);
    text-decoration: underline;
  }
  a:link {
    color: #595757;
    text-decoration: none;
  }
  a:visited {
    color: #595757;
    text-decoration: none;
  }
  a:active {
    color: #595757;
    text-decoration: none;
  }
  /* 07 : LINE
----------------------------------------------------------------------------------------------------------------------*/
  .line_green {
    color: #00b900;
  }
  .line_green a {
    color: #00b900;
    font-weight: bold;
  }
  .number {
    background-color: #ff8f00;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #FFFFFF;
    margin-right: 5px;
  }
  /*　btn
----------------------------------------------------------------------------------------------------------------------*/
  .btn-messe a {
    color: #fff;
    display: inline-block;
    background: #e03a00;
    background-size: 20px;
    border-radius: 5px;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
    width: 80%;
    text-decoration: none;
    padding: 14px 0;
    position: relative;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    border-bottom: solid 4px #a02900;
  }
  .btn-line a {
    color: #fff;
    display: inline-block;
    background: #00b900;
    background-size: 20px;
    border-radius: 5px;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
    width: 80%;
    text-decoration: none;
    padding: 14px 0;
    position: relative;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    border-bottom: solid 4px #007100;
  }
  .btn-mail a {
    color: #fff;
    display: inline-block;
    background: #1c7bf0;
    background-size: 20px;
    border-radius: 5px;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
    width: 96%;
    text-decoration: none;
    padding: 14px 0;
    position: relative;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    border-bottom: solid 4px #131ab7;
  }
}
@media (max-width: 640px) { /* SP用 */
  /*
**　00 : font
**  01 : margin
**  02 : padding
**  03 : float
**  04 : width
**  05 : text-align 
**  06 : リンク 
**  07 : LINE
**  08 : youtube
**  09 : 
**  10 : 
**  11 : 
**  12 : 
*/
  /* 00 : font
---------------------------------------------------------------------------------------------------------------------- */
  .mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  }
  .fontSiza110 {
    font-size: 1.1rem;
  }
  .fontSiza120 {
    font-size: 1.2rem;
  }
  .fontSiza130 {
    font-size: 1.3rem;
  }
  .fontSiza140 {
    font-size: 1.4rem;
  }
  .fontSiza150 {
    font-size: 1.5rem;
  }
  .fontSiza160 {
    font-size: 1.6rem;
  }
  .fontSiza170 {
    font-size: 1.7rem;
  }
  .fontSiza90 {
    font-size: 0.9rem;
  }
  .fontSiza85 {
    font-size: 0.85rem;
  }
  .fontSiza80 {
    font-size: 0.8rem;
  }
  .fontSiza75 {
    font-size: 0.75rem;
  }
  .fontSiza70 {
    font-size: 0.7rem;
  }
  .lineheght16 {
    line-height: 1.6em;
  }
  .lineheght17 {
    line-height: 1.7em;
  }
  .lineheght18 {
    line-height: 1.8em;
  }
  .lineheght19 {
    line-height: 1.9em;
  }
  .lineheght20 {
    line-height: 2.0em;
  }
  .letterspace-1 {
    letter-spacing: -1px;
  }
  .letterspace-2 {
    letter-spacing: -2px;
  }
  .letterspace-3 {
    letter-spacing: -3px;
  }
  .letterspace-4 {
    letter-spacing: -4px;
  }
  .letterspace-5 {
    letter-spacing: -5px;
  }
  .red {
    color: #cc3333;
  }
  .red_box {
    color: #FFF;
    background-color: #CC3333;
    font-size: small;
    padding-left: 3px;
    padding-right: 3px;
  }
  .bold {
    font-weight: bold;
  }
  .back_yellow {
    background: linear-gradient(transparent 60%, #ff0 0%);
  }
  .back_yellow_bold {
    background: linear-gradient(transparent 60%, #ff0 0%);
    font-weight: bold;
  }
  .kokua_blue {
    color: #385071;
  }
  .kokua_green {
    color: #52aa4e;
  }
  .kokua_y-green {
    color: #b0d582;
  }
  .kokua_blue-thin {
    color: #60728b;
  }
  .kokua_gold {
    color: #c7af8e;
  }
  .kokua_brown {
    color: #715938;
  }
  .shade {
    text-shadow: 1px 1px 5px #C0C0C0;
  }
  .underline {
    border-bottom: 2px dotted #2E2118;
  }
  .underline_pink {
    border-bottom: 2px dotted #385071;
  }
  /* 01 : margin
---------------------------------------------------------------------------------------------------------------------- */
  .clear {
    clear: both;
  }
  .mg0 {
    margin: 0 !important;
  }
  /*==top==*/
  .mgT0 {
    margin-top: 0px;
  }
  .mgT10 {
    margin-top: 10px;
  }
  .mgT15 {
    margin-top: 15px;
  }
  .mgT20 {
    margin-top: 20px;
  }
  .mgT25 {
    margin-top: 25px;
  }
  .mgT30 {
    margin-top: 30px;
  }
  .mgT35 {
    margin-top: 35px;
  }
  .mgT40 {
    margin-top: 40px;
  }
  .mgT50 {
    margin-top: 50px;
  }
  .mgT60 {
    margin-top: 60px;
  }
  .mgT80 {
    margin-top: 80px;
  }
  .mgT90 {
    margin-top: 90px;
  }
  .mgT100 {
    margin-top: 100px;
  }
  /*==right==*/
  .mgR10 {
    margin-right: 10px;
  }
  .mgR15 {
    margin-right: 15px;
  }
  .mgR20 {
    margin-right: 20px;
  }
  .mgR25 {
    margin-right: 25px;
  }
  .mgR30 {
    margin-right: 30px;
  }
  .mgR40 {
    margin-right: 40px;
  }
  .mgR45 {
    margin-right: 45px;
  }
  .mgR50 {
    margin-right: 50px;
  }
  .mgR56 {
    margin-right: 56px;
  }
  /*==bottom==*/
  .mgB10 {
    margin-bottom: 10px;
  }
  .mgB15 {
    margin-bottom: 15px;
  }
  .mgB20 {
    margin-bottom: 20px;
  }
  .mgB30 {
    margin-bottom: 30px;
  }
  .mgB40 {
    margin-bottom: 40px;
  }
  .mgB50 {
    margin-bottom: 50px;
  }
  .mgB80 {
    margin-bottom: 80px;
  }
  .mgB100 {
    margin-bottom: 100px;
  }
  .mgB120 {
    margin-bottom: 120px;
  }
  .mgB150 {
    margin-bottom: 150px;
  }
  .mgB180 {
    margin-bottom: 180px;
  }
  .mgB200 {
    margin-bottom: 200px;
  }
  /*==left==*/
  .mgL30 {
    margin-left: 30px;
  }
  .mgL10 {
    margin-left: 10px;
  }
  .mgL23 {
    margin-left: 23px;
  }
  .mgL42 {
    margin-left: 42px;
  }
  .mgL60 {
    margin-left: 60px;
  }
  /* 02 : padding
---------------------------------------------------------------------------------------------------------------------- */
  .pdg0 {
    padding: 0 !important;
  }
  /*==Top==*/
  .pdT70 {
    padding-top: 70px;
  }
  .pdT40 {
    padding-top: 40px;
  }
  .pdT30 {
    padding-top: 30px;
  }
  .pdT20 {
    padding-top: 20px;
  }
  .pdT15 {
    padding-top: 15px;
  }
  .pdT10 {
    padding-top: 10px;
  }
  /*==Right==*/
  .pdR10 {
    padding-right: 10px;
  }
  /*==Left==*/
  .pdL12 {
    padding-left: 12px;
  }
  .pdL15 {
    padding-left: 15px;
  }
  .pdL23 {
    padding-left: 23px;
  }
  .pdL25 {
    padding-left: 25px;
  }
  .pdL30 {
    padding-left: 30px;
  }
  /*==bottom==*/
  .pdB50 {
    padding-bottom: 50px;
  }
  .pdB40 {
    padding-bottom: 40px;
  }
  .pdB30 {
    padding-bottom: 30px;
  }
  .pdB20 {
    padding-bottom: 20px;
  }
  .pdB15 {
    padding-bottom: 15px;
  }
  .pdB10 {
    padding-bottom: 10px;
  }
  /* 03 : float
---------------------------------------------------------------------------------------------------------------------- */
  .floatL {
    float: left;
  }
  .floatR {
    float: right;
  }
  /* 04 : width
---------------------------------------------------------------------------------------------------------------------- */
  /* 05 : text-align
---------------------------------------------------------------------------------------------------------------------- */
  .txRight {
    text-align: right;
  }
  .txCenter {
    text-align: center;
  }
  .txLeft {
    text-align: left;
  }
  .txTop {
    vertical-align: top;
  }
  .txMindl {
    vertical-align: middle;
  }
  /* 06 : リンク
----------------------------------------------------------------------------------------------------------------------*/
  a:hover {
    opacity: 0.6;
    filter: alpha(opacity=40);
    text-decoration: underline;
  }
  a:link {
    color: #595757;
    text-decoration: none;
  }
  a:visited {
    color: #595757;
    text-decoration: none;
  }
  a:active {
    color: #595757;
    text-decoration: none;
  }
  /* 07 : LINE
----------------------------------------------------------------------------------------------------------------------*/
  .line_green {
    color: #00b900;
  }
  .line_green a {
    color: #00b900;
    font-weight: bold;
  }
  .number {
    background-color: #ff8f00;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #FFFFFF;
    margin-right: 5px;
  }
  /*　btn
----------------------------------------------------------------------------------------------------------------------*/
  .btn-messe a {
    color: #fff;
    display: inline-block;
    background: #e03a00;
    background-size: 20px;
    border-radius: 5px;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
    width: 80%;
    text-decoration: none;
    padding: 14px 0;
    position: relative;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    border-bottom: solid 4px #a02900;
  }
  .btn-line a {
    color: #fff;
    display: inline-block;
    background: #00b900;
    background-size: 20px;
    border-radius: 5px;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
    width: 80%;
    text-decoration: none;
    padding: 14px 0;
    position: relative;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    border-bottom: solid 4px #007100;
  }
  .btn-mail a {
    color: #fff;
    display: inline-block;
    background: #1c7bf0;
    background-size: 20px;
    border-radius: 5px;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
    width: 96%;
    text-decoration: none;
    padding: 14px 0;
    position: relative;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    border-bottom: solid 4px #131ab7;
  }
}