@charset "UTF-8";
/*================================================
リセット
================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

strong {
  font-weight: 700;
}

/*================================================
mixin・共通装飾
================================================*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ブレイクポイント
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ブレイクポイントの呼び出し
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
clearfix
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
transition
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*================================================
mixin・共通装飾
================================================*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
margin　0〜100まで　5pxきざみ
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mt0 {
  margin-top: 0px !important;
}
@media screen and (min-width: 841px), print {
  .mt0_Pc {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt0_Sp {
    margin-top: 0px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 841px), print {
  .mb0_Pc {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb0_Sp {
    margin-bottom: 0px !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media screen and (min-width: 841px), print {
  .mr0_Pc {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr0_Sp {
    margin-right: 0px !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media screen and (min-width: 841px), print {
  .ml0_Pc {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml0_Sp {
    margin-left: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (min-width: 841px), print {
  .mt5_Pc {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt5_Sp {
    margin-top: 5px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (min-width: 841px), print {
  .mb5_Pc {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb5_Sp {
    margin-bottom: 5px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (min-width: 841px), print {
  .mr5_Pc {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr5_Sp {
    margin-right: 5px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (min-width: 841px), print {
  .ml5_Pc {
    margin-left: 5px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml5_Sp {
    margin-left: 5px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (min-width: 841px), print {
  .mt10_Pc {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt10_Sp {
    margin-top: 10px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 841px), print {
  .mb10_Pc {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb10_Sp {
    margin-bottom: 10px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (min-width: 841px), print {
  .mr10_Pc {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr10_Sp {
    margin-right: 10px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (min-width: 841px), print {
  .ml10_Pc {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml10_Sp {
    margin-left: 10px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (min-width: 841px), print {
  .mt15_Pc {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt15_Sp {
    margin-top: 15px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 841px), print {
  .mb15_Pc {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb15_Sp {
    margin-bottom: 15px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (min-width: 841px), print {
  .mr15_Pc {
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr15_Sp {
    margin-right: 15px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (min-width: 841px), print {
  .ml15_Pc {
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml15_Sp {
    margin-left: 15px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (min-width: 841px), print {
  .mt20_Pc {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt20_Sp {
    margin-top: 20px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 841px), print {
  .mb20_Pc {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb20_Sp {
    margin-bottom: 20px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (min-width: 841px), print {
  .mr20_Pc {
    margin-right: 20px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr20_Sp {
    margin-right: 20px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (min-width: 841px), print {
  .ml20_Pc {
    margin-left: 20px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml20_Sp {
    margin-left: 20px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (min-width: 841px), print {
  .mt25_Pc {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt25_Sp {
    margin-top: 25px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 841px), print {
  .mb25_Pc {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb25_Sp {
    margin-bottom: 25px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (min-width: 841px), print {
  .mr25_Pc {
    margin-right: 25px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr25_Sp {
    margin-right: 25px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (min-width: 841px), print {
  .ml25_Pc {
    margin-left: 25px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml25_Sp {
    margin-left: 25px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 841px), print {
  .mt30_Pc {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt30_Sp {
    margin-top: 30px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 841px), print {
  .mb30_Pc {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb30_Sp {
    margin-bottom: 30px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (min-width: 841px), print {
  .mr30_Pc {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr30_Sp {
    margin-right: 30px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (min-width: 841px), print {
  .ml30_Pc {
    margin-left: 30px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml30_Sp {
    margin-left: 30px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (min-width: 841px), print {
  .mt35_Pc {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt35_Sp {
    margin-top: 35px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (min-width: 841px), print {
  .mb35_Pc {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb35_Sp {
    margin-bottom: 35px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (min-width: 841px), print {
  .mr35_Pc {
    margin-right: 35px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr35_Sp {
    margin-right: 35px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (min-width: 841px), print {
  .ml35_Pc {
    margin-left: 35px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml35_Sp {
    margin-left: 35px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 841px), print {
  .mt40_Pc {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt40_Sp {
    margin-top: 40px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 841px), print {
  .mb40_Pc {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb40_Sp {
    margin-bottom: 40px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (min-width: 841px), print {
  .mr40_Pc {
    margin-right: 40px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr40_Sp {
    margin-right: 40px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (min-width: 841px), print {
  .ml40_Pc {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml40_Sp {
    margin-left: 40px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (min-width: 841px), print {
  .mt45_Pc {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt45_Sp {
    margin-top: 45px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (min-width: 841px), print {
  .mb45_Pc {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb45_Sp {
    margin-bottom: 45px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (min-width: 841px), print {
  .mr45_Pc {
    margin-right: 45px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr45_Sp {
    margin-right: 45px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (min-width: 841px), print {
  .ml45_Pc {
    margin-left: 45px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml45_Sp {
    margin-left: 45px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (min-width: 841px), print {
  .mt50_Pc {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt50_Sp {
    margin-top: 50px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 841px), print {
  .mb50_Pc {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb50_Sp {
    margin-bottom: 50px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (min-width: 841px), print {
  .mr50_Pc {
    margin-right: 50px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr50_Sp {
    margin-right: 50px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (min-width: 841px), print {
  .ml50_Pc {
    margin-left: 50px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml50_Sp {
    margin-left: 50px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (min-width: 841px), print {
  .mt55_Pc {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt55_Sp {
    margin-top: 55px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (min-width: 841px), print {
  .mb55_Pc {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb55_Sp {
    margin-bottom: 55px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media screen and (min-width: 841px), print {
  .mr55_Pc {
    margin-right: 55px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr55_Sp {
    margin-right: 55px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media screen and (min-width: 841px), print {
  .ml55_Pc {
    margin-left: 55px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml55_Sp {
    margin-left: 55px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (min-width: 841px), print {
  .mt60_Pc {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt60_Sp {
    margin-top: 60px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 841px), print {
  .mb60_Pc {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb60_Sp {
    margin-bottom: 60px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (min-width: 841px), print {
  .mr60_Pc {
    margin-right: 60px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr60_Sp {
    margin-right: 60px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (min-width: 841px), print {
  .ml60_Pc {
    margin-left: 60px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml60_Sp {
    margin-left: 60px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media screen and (min-width: 841px), print {
  .mt65_Pc {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt65_Sp {
    margin-top: 65px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (min-width: 841px), print {
  .mb65_Pc {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb65_Sp {
    margin-bottom: 65px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media screen and (min-width: 841px), print {
  .mr65_Pc {
    margin-right: 65px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr65_Sp {
    margin-right: 65px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media screen and (min-width: 841px), print {
  .ml65_Pc {
    margin-left: 65px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml65_Sp {
    margin-left: 65px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (min-width: 841px), print {
  .mt70_Pc {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt70_Sp {
    margin-top: 70px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (min-width: 841px), print {
  .mb70_Pc {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb70_Sp {
    margin-bottom: 70px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media screen and (min-width: 841px), print {
  .mr70_Pc {
    margin-right: 70px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr70_Sp {
    margin-right: 70px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media screen and (min-width: 841px), print {
  .ml70_Pc {
    margin-left: 70px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml70_Sp {
    margin-left: 70px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media screen and (min-width: 841px), print {
  .mt75_Pc {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt75_Sp {
    margin-top: 75px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (min-width: 841px), print {
  .mb75_Pc {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb75_Sp {
    margin-bottom: 75px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media screen and (min-width: 841px), print {
  .mr75_Pc {
    margin-right: 75px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr75_Sp {
    margin-right: 75px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media screen and (min-width: 841px), print {
  .ml75_Pc {
    margin-left: 75px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml75_Sp {
    margin-left: 75px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (min-width: 841px), print {
  .mt80_Pc {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt80_Sp {
    margin-top: 80px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 841px), print {
  .mb80_Pc {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb80_Sp {
    margin-bottom: 80px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (min-width: 841px), print {
  .mr80_Pc {
    margin-right: 80px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr80_Sp {
    margin-right: 80px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (min-width: 841px), print {
  .ml80_Pc {
    margin-left: 80px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml80_Sp {
    margin-left: 80px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media screen and (min-width: 841px), print {
  .mt85_Pc {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt85_Sp {
    margin-top: 85px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (min-width: 841px), print {
  .mb85_Pc {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb85_Sp {
    margin-bottom: 85px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media screen and (min-width: 841px), print {
  .mr85_Pc {
    margin-right: 85px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr85_Sp {
    margin-right: 85px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media screen and (min-width: 841px), print {
  .ml85_Pc {
    margin-left: 85px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml85_Sp {
    margin-left: 85px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (min-width: 841px), print {
  .mt90_Pc {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt90_Sp {
    margin-top: 90px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (min-width: 841px), print {
  .mb90_Pc {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb90_Sp {
    margin-bottom: 90px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media screen and (min-width: 841px), print {
  .mr90_Pc {
    margin-right: 90px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr90_Sp {
    margin-right: 90px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media screen and (min-width: 841px), print {
  .ml90_Pc {
    margin-left: 90px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml90_Sp {
    margin-left: 90px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media screen and (min-width: 841px), print {
  .mt95_Pc {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt95_Sp {
    margin-top: 95px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (min-width: 841px), print {
  .mb95_Pc {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb95_Sp {
    margin-bottom: 95px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media screen and (min-width: 841px), print {
  .mr95_Pc {
    margin-right: 95px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr95_Sp {
    margin-right: 95px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media screen and (min-width: 841px), print {
  .ml95_Pc {
    margin-left: 95px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml95_Sp {
    margin-left: 95px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 841px), print {
  .mt100_Pc {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mt100_Sp {
    margin-top: 100px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 841px), print {
  .mb100_Pc {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mb100_Sp {
    margin-bottom: 100px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (min-width: 841px), print {
  .mr100_Pc {
    margin-right: 100px !important;
  }
}
@media screen and (max-width: 840px), print {
  .mr100_Sp {
    margin-right: 100px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (min-width: 841px), print {
  .ml100_Pc {
    margin-left: 100px !important;
  }
}
@media screen and (max-width: 840px), print {
  .ml100_Sp {
    margin-left: 100px !important;
  }
}

.mc {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 841px), print {
  .mc_Pc {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 840px), print {
  .mc_Sp {
    margin-left: auto;
    margin-right: auto;
  }
}

/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
width　//0〜w100まで　10きざみ
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.w0per {
  width: 0% !important;
}
@media screen and (min-width: 841px), print {
  .w0per_Pc {
    width: 0% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w0per_Sp {
    width: 0% !important;
  }
}

.w0 {
  width: 0px !important;
}
@media screen and (min-width: 841px), print {
  .w0_Pc {
    width: 0px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w0_Sp {
    width: 0px !important;
  }
}

.w5per {
  width: 5% !important;
}
@media screen and (min-width: 841px), print {
  .w5per_Pc {
    width: 5% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w5per_Sp {
    width: 5% !important;
  }
}

.w5 {
  width: 5px !important;
}
@media screen and (min-width: 841px), print {
  .w5_Pc {
    width: 5px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w5_Sp {
    width: 5px !important;
  }
}

.w10per {
  width: 10% !important;
}
@media screen and (min-width: 841px), print {
  .w10per_Pc {
    width: 10% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w10per_Sp {
    width: 10% !important;
  }
}

.w10 {
  width: 10px !important;
}
@media screen and (min-width: 841px), print {
  .w10_Pc {
    width: 10px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w10_Sp {
    width: 10px !important;
  }
}

.w15per {
  width: 15% !important;
}
@media screen and (min-width: 841px), print {
  .w15per_Pc {
    width: 15% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w15per_Sp {
    width: 15% !important;
  }
}

.w15 {
  width: 15px !important;
}
@media screen and (min-width: 841px), print {
  .w15_Pc {
    width: 15px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w15_Sp {
    width: 15px !important;
  }
}

.w20per {
  width: 20% !important;
}
@media screen and (min-width: 841px), print {
  .w20per_Pc {
    width: 20% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w20per_Sp {
    width: 20% !important;
  }
}

.w20 {
  width: 20px !important;
}
@media screen and (min-width: 841px), print {
  .w20_Pc {
    width: 20px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w20_Sp {
    width: 20px !important;
  }
}

.w25per {
  width: 25% !important;
}
@media screen and (min-width: 841px), print {
  .w25per_Pc {
    width: 25% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w25per_Sp {
    width: 25% !important;
  }
}

.w25 {
  width: 25px !important;
}
@media screen and (min-width: 841px), print {
  .w25_Pc {
    width: 25px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w25_Sp {
    width: 25px !important;
  }
}

.w30per {
  width: 30% !important;
}
@media screen and (min-width: 841px), print {
  .w30per_Pc {
    width: 30% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w30per_Sp {
    width: 30% !important;
  }
}

.w30 {
  width: 30px !important;
}
@media screen and (min-width: 841px), print {
  .w30_Pc {
    width: 30px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w30_Sp {
    width: 30px !important;
  }
}

.w35per {
  width: 35% !important;
}
@media screen and (min-width: 841px), print {
  .w35per_Pc {
    width: 35% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w35per_Sp {
    width: 35% !important;
  }
}

.w35 {
  width: 35px !important;
}
@media screen and (min-width: 841px), print {
  .w35_Pc {
    width: 35px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w35_Sp {
    width: 35px !important;
  }
}

.w40per {
  width: 40% !important;
}
@media screen and (min-width: 841px), print {
  .w40per_Pc {
    width: 40% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w40per_Sp {
    width: 40% !important;
  }
}

.w40 {
  width: 40px !important;
}
@media screen and (min-width: 841px), print {
  .w40_Pc {
    width: 40px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w40_Sp {
    width: 40px !important;
  }
}

.w45per {
  width: 45% !important;
}
@media screen and (min-width: 841px), print {
  .w45per_Pc {
    width: 45% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w45per_Sp {
    width: 45% !important;
  }
}

.w45 {
  width: 45px !important;
}
@media screen and (min-width: 841px), print {
  .w45_Pc {
    width: 45px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w45_Sp {
    width: 45px !important;
  }
}

.w50per {
  width: 50% !important;
}
@media screen and (min-width: 841px), print {
  .w50per_Pc {
    width: 50% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w50per_Sp {
    width: 50% !important;
  }
}

.w50 {
  width: 50px !important;
}
@media screen and (min-width: 841px), print {
  .w50_Pc {
    width: 50px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w50_Sp {
    width: 50px !important;
  }
}

.w55per {
  width: 55% !important;
}
@media screen and (min-width: 841px), print {
  .w55per_Pc {
    width: 55% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w55per_Sp {
    width: 55% !important;
  }
}

.w55 {
  width: 55px !important;
}
@media screen and (min-width: 841px), print {
  .w55_Pc {
    width: 55px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w55_Sp {
    width: 55px !important;
  }
}

.w60per {
  width: 60% !important;
}
@media screen and (min-width: 841px), print {
  .w60per_Pc {
    width: 60% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w60per_Sp {
    width: 60% !important;
  }
}

.w60 {
  width: 60px !important;
}
@media screen and (min-width: 841px), print {
  .w60_Pc {
    width: 60px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w60_Sp {
    width: 60px !important;
  }
}

.w65per {
  width: 65% !important;
}
@media screen and (min-width: 841px), print {
  .w65per_Pc {
    width: 65% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w65per_Sp {
    width: 65% !important;
  }
}

.w65 {
  width: 65px !important;
}
@media screen and (min-width: 841px), print {
  .w65_Pc {
    width: 65px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w65_Sp {
    width: 65px !important;
  }
}

.w70per {
  width: 70% !important;
}
@media screen and (min-width: 841px), print {
  .w70per_Pc {
    width: 70% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w70per_Sp {
    width: 70% !important;
  }
}

.w70 {
  width: 70px !important;
}
@media screen and (min-width: 841px), print {
  .w70_Pc {
    width: 70px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w70_Sp {
    width: 70px !important;
  }
}

.w75per {
  width: 75% !important;
}
@media screen and (min-width: 841px), print {
  .w75per_Pc {
    width: 75% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w75per_Sp {
    width: 75% !important;
  }
}

.w75 {
  width: 75px !important;
}
@media screen and (min-width: 841px), print {
  .w75_Pc {
    width: 75px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w75_Sp {
    width: 75px !important;
  }
}

.w80per {
  width: 80% !important;
}
@media screen and (min-width: 841px), print {
  .w80per_Pc {
    width: 80% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w80per_Sp {
    width: 80% !important;
  }
}

.w80 {
  width: 80px !important;
}
@media screen and (min-width: 841px), print {
  .w80_Pc {
    width: 80px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w80_Sp {
    width: 80px !important;
  }
}

.w85per {
  width: 85% !important;
}
@media screen and (min-width: 841px), print {
  .w85per_Pc {
    width: 85% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w85per_Sp {
    width: 85% !important;
  }
}

.w85 {
  width: 85px !important;
}
@media screen and (min-width: 841px), print {
  .w85_Pc {
    width: 85px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w85_Sp {
    width: 85px !important;
  }
}

.w90per {
  width: 90% !important;
}
@media screen and (min-width: 841px), print {
  .w90per_Pc {
    width: 90% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w90per_Sp {
    width: 90% !important;
  }
}

.w90 {
  width: 90px !important;
}
@media screen and (min-width: 841px), print {
  .w90_Pc {
    width: 90px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w90_Sp {
    width: 90px !important;
  }
}

.w95per {
  width: 95% !important;
}
@media screen and (min-width: 841px), print {
  .w95per_Pc {
    width: 95% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w95per_Sp {
    width: 95% !important;
  }
}

.w95 {
  width: 95px !important;
}
@media screen and (min-width: 841px), print {
  .w95_Pc {
    width: 95px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w95_Sp {
    width: 95px !important;
  }
}

.w100per {
  width: 100% !important;
}
@media screen and (min-width: 841px), print {
  .w100per_Pc {
    width: 100% !important;
  }
}
@media screen and (max-width: 840px), print {
  .w100per_Sp {
    width: 100% !important;
  }
}

.w100 {
  width: 100px !important;
}
@media screen and (min-width: 841px), print {
  .w100_Pc {
    width: 100px !important;
  }
}
@media screen and (max-width: 840px), print {
  .w100_Sp {
    width: 100px !important;
  }
}

.w49per {
  width: 49% !important;
}
@media screen and (min-width: 841px), print {
  .w49per_Pc {
    width: 49%;
  }
}
@media screen and (max-width: 840px), print {
  .w49per_Sp {
    width: 49% !important;
  }
}

.w24per {
  width: 24% !important;
}
@media screen and (min-width: 841px), print {
  .w24per_Pc {
    width: 24%;
  }
}
@media screen and (max-width: 840px), print {
  .w24per_Sp {
    width: 24% !important;
  }
}

/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
サイト内基本の色
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.color_red {
  color: #F94847;
}

.color_blue {
  color: #1b7cd0;
}

.color_navy {
  color: #b3173b;
}

.coop_red {
  color: #ff6c86;
}

/*================================================
mixin・共通装飾
================================================*/
body {
  background: #fff;
}

a {
  color: #1b7cd0;
  text-decoration: none;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
基本の設定
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.none_Pc {
  display: none;
}
@media screen and (max-width: 840px), print {
  .none_Pc {
    display: block;
  }
}
@media screen and (max-width: 480px), print {
  .none_Pc {
    display: block;
  }
}

.none_Tab {
  display: block;
}
@media screen and (max-width: 840px), print {
  .none_Tab {
    display: none;
  }
}
@media screen and (max-width: 480px), print {
  .none_Tab {
    display: block;
  }
}

.none_Sp {
  display: block;
}
@media screen and (max-width: 840px), print {
  .none_Sp {
    display: none;
  }
}
@media screen and (max-width: 480px), print {
  .none_Sp {
    display: none;
  }
}

.text_center {
  text-align: center;
}
@media screen and (min-width: 841px), print {
  .text_center_Pc {
    text-align: center;
  }
}
@media screen and (max-width: 840px), print {
  .text_center_Sp {
    text-align: center;
  }
}

.text_right {
  text-align: right;
}
@media screen and (min-width: 841px), print {
  .text_right_Pc {
    text-align: right;
  }
}
@media screen and (max-width: 840px), print {
  .text_right_Sp {
    text-align: right;
  }
}

.text_left {
  text-align: left;
}
@media screen and (min-width: 841px), print {
  .text_left_Pc {
    text-align: left;
  }
}
@media screen and (max-width: 840px), print {
  .text_left_Sp {
    text-align: left;
  }
}

.clearfix::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}

.text_mark {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

/*im装飾打ち消し*/
.list_none {
  margin-left: 0 !important;
}
.list_none li::before {
  content: none !important;
}

/*flex*/
.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
float
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.float_L {
  float: left;
}
@media screen and (min-width: 841px), print {
  .float_L_Pc {
    float: left;
  }
}
@media screen and (max-width: 840px), print {
  .float_L_Sp {
    float: left;
  }
}

.float_R {
  float: right;
}
@media screen and (min-width: 841px), print {
  .float_R_Pc {
    float: right;
  }
}
@media screen and (max-width: 840px), print {
  .float_R_Sp {
    float: right;
  }
}

/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
スクロール速度
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 841px), print {
  html {
    scroll-padding-top: 80px; /* 固定ヘッダの高さ分 */
  }
}

/*================================================
全ページ共通
================================================*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
font-family
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #000;
  font-size: 16px;
}

.fo_S {
  font-size: 14px;
}

.fo_L {
  font-size: 22px;
}

.fo_LL {
  font-size: 24px;
}

/*================================================
フォーム
================================================*/
/*================================================
mixin・共通装飾
================================================*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
フォーム共通、ヘッダー・フッター・サンクス画面
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body.form {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 182px;
}
body.form #Header_form {
  padding: 15px;
  background: #b3173b;
  color: #fff;
  margin-bottom: 60px;
  border-bottom: 1px solid #b3173b;
  position: relative;
}
body.form #Header_form::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #c6c6c6;
  bottom: -7px;
  left: 0;
}
@media screen and (max-width: 840px), print {
  body.form #Header_form {
    padding: 10px 10px;
    width: auto;
  }
}
body.form #Header_form .hader_inner {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 840px), print {
  body.form #Header_form .hader_inner {
    width: 95%;
  }
}
body.form #Header_form .hader_inner p.logo {
  text-align: center;
  font-size: 20px;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
body.form #Header_form .hader_inner p.logo a {
  color: #fff;
}
@media screen and (max-width: 840px), print {
  body.form #Header_form .hader_inner p.logo {
    padding-left: 25px;
  }
}
body.form #Header_form .hader_inner p.logo::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  top: 0;
  left: 0;
  background: url(../common/ico_coop.svg) no-repeat;
}
@media screen and (max-width: 840px), print {
  body.form #Header_form .hader_inner p.logo::before {
    height: 30px;
  }
}
@media screen and (max-width: 840px), print {
  body.form #Header_form .hader_inner p.logo {
    font-size: 14px;
  }
}
body.form #Header_form .hader_inner h1 {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 840px), print {
  body.form #Header_form .hader_inner h1 {
    font-size: 20px;
  }
}
body.form #Footer_form {
  width: 100%;
  padding: 30px 0;
  background: #b3173b;
  position: absolute;
  bottom: 0;
}
body.form #Footer_form .footer_inner p.logo {
  text-align: center;
  font-size: 20px;
}
body.form #Footer_form .footer_inner p.logo a {
  color: #fff;
}
body.form #Footer_form .footer_inner .CopyRight {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 840px), print {
  body.form #Footer_form .footer_inner .CopyRight {
    font-size: 12px;
  }
}
body.form section.thanks_text {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 840px), print {
  body.form section.thanks_text {
    width: 95%;
  }
}
body.form section.thanks_text h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px), print {
  body.form section.thanks_text h2 {
    font-size: 24px;
  }
}
body.form section.thanks_text p.message {
  text-align: center;
}
body.form section.thanks_text p.message span.link a {
  color: #000;
  cursor: unset;
}
body.form section.thanks_text p.home {
  width: 400px;
  text-align: center;
  margin: 40px auto 0;
}
@media screen and (max-width: 840px), print {
  body.form section.thanks_text p.home {
    width: 100%;
  }
}
body.form section.thanks_text p.home a {
  display: block;
  color: #fff;
  position: relative;
  background: #42739f;
  border-radius: 100px;
  padding: 15px 25px 15px 40px;
  line-height: 1.5;
  box-sizing: border-box;
}
body.form section.thanks_text p.home a::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-135deg);
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 840px), print {
  body.form section.thanks_text p.home a::after {
    left: 15px;
  }
}

.link_btn_add {
  display: block;
  margin: 0 auto;
  width: 660px;
  text-align: center;
  border-radius: 100px;
  border: 3px solid #b3173b;
  box-shadow: 0px 5px #b3173b;
  position: relative;
}
@media screen and (max-width: 840px), print {
  .link_btn_add {
    width: 100%;
  }
}
.link_btn_add::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 480px), print {
  .link_btn_add::before {
    left: 6%;
  }
}
.link_btn_add::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.6s ease-out;
  width: 100%;
  opacity: 0;
  border-radius: 100px;
}
.link_btn_add:active {
  top: 4px;
  box-shadow: none;
}
.link_btn_add.yellow {
  background-image: linear-gradient(0deg, rgb(255, 255, 0) 0%, rgb(255, 240, 0) 100%);
  transition: all 0.6s ease-out;
}
.link_btn_add.yellow:hover::after {
  opacity: 1;
}
.link_btn_add.yellow::before {
  width: 75px;
  height: 75px;
  background: url(../../common/ico_btn_add01.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 840px), print {
  .link_btn_add.yellow::before {
    width: 50px;
    height: 50px;
  }
}
.link_btn_add.yellow::after {
  background-color: rgb(255, 221, 0);
}
.link_btn_add.red {
  background-image: linear-gradient(0deg, rgb(253, 208, 216) 0%, rgb(255, 167, 183) 100%);
  background-color: rgb(253, 208, 216);
}
.link_btn_add.red:hover::after {
  opacity: 1;
}
.link_btn_add.red::before {
  width: 75px;
  height: 75px;
  background: url(../../common/ico_btn_add02.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 840px), print {
  .link_btn_add.red::before {
    width: 50px;
    height: 50px;
  }
}
.link_btn_add.red::after {
  background-color: rgb(251, 150, 168);
}
.link_btn_add.blue {
  background-image: linear-gradient(0deg, rgb(212, 244, 255) 0%, rgb(110, 216, 255) 100%);
  background-color: rgb(212, 244, 255);
}
.link_btn_add.blue:hover::after {
  opacity: 1;
}
.link_btn_add.blue::before {
  width: 65px;
  height: 65px;
  background: url(../../common/ico_btn_add03.png) no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 840px), print {
  .link_btn_add.blue::before {
    width: 40px;
    height: 40px;
  }
}
.link_btn_add.blue::after {
  background-color: rgb(78, 208, 255);
}
.link_btn_add > a {
  color: #b3173b;
  font-size: 28px;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 24px 17.5%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  line-height: 1.3;
  z-index: 1;
}
@media screen and (max-width: 840px), print {
  .link_btn_add > a {
    font-size: 18px;
  }
}
.link_btn_add > a::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(../../common/ico_btn_add_arrow.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 840px), print {
  .link_btn_add > a::before {
    width: 28px;
    height: 28px;
  }
}

/*================================================
mixin・共通装飾
================================================*/
/*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
教科書指示フォーム
*===========================~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body.form.text {
  padding-bottom: 120px;
}
body.form.text main {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 840px), print {
  body.form.text main {
    width: 95%;
    margin: 0 auto 50px;
  }
}
body.form.text main form {
  width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 840px), print {
  body.form.text main form {
    width: auto;
  }
}
body.form.text main form h2 {
  font-size: 30px;
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 840px), print {
  body.form.text main form h2 {
    font-size: 21px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
body.form.text main form h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 5px;
  background: #b3173b;
}
@media screen and (max-width: 840px), print {
  body.form.text main form h2::before {
    width: 12px;
  }
}
body.form.text main form h2 span {
  margin-right: 15px;
  font-size: 26px;
  color: #b3173b;
  border-radius: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px), print {
  body.form.text main form h2 span {
    font-size: 15px;
    margin-right: 12px;
  }
}
body.form.text main form table {
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 3px solid #61707e;
}
@media screen and (min-width: 841px), print {
  body.form.text main form table {
    width: 800px;
    border-top: solid 4px #61707e;
  }
}
@media screen and (max-width: 840px), print {
  body.form.text main form table {
    width: 100%;
  }
}
body.form.text main form table tr {
  width: 800px;
  display: block;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr {
    width: 100%;
  }
}
body.form.text main form table tr th, body.form.text main form table tr td {
  border: solid 1px #666;
  border-top: none;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr th, body.form.text main form table tr td {
    display: block;
    box-sizing: border-box;
  }
}
body.form.text main form table tr th {
  width: 220px;
  background: #f0f0f0;
  vertical-align: middle;
  text-align: left;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr th {
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 0px;
    border-top: 0px;
  }
}
body.form.text main form table tr th span {
  font-size: 12px;
  color: #F94847;
  vertical-align: super;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr:first-of-type th {
    border-top: solid 1px #666;
  }
}
body.form.text main form table tr td {
  padding: 12px;
  box-sizing: border-box;
  width: 580px;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr td {
    padding: 10px 0;
    box-sizing: border-box;
    padding: 15px 5% 15px 5%;
    width: 100%;
  }
}
body.form.text main form table tr td input[type=text],
body.form.text main form table tr td input[type=tel],
body.form.text main form table tr td input[type=email] {
  padding: 10px;
  min-width: 300px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #666;
  border-radius: 0px;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr td input[type=text],
  body.form.text main form table tr td input[type=tel],
  body.form.text main form table tr td input[type=email] {
    min-width: 100%;
    height: 50px;
    box-sizing: border-box;
  }
}
body.form.text main form table tr td input[type=text]::-moz-placeholder, body.form.text main form table tr td input[type=tel]::-moz-placeholder, body.form.text main form table tr td input[type=email]::-moz-placeholder {
  color: #AEAEAE;
}
body.form.text main form table tr td input[type=text]::placeholder,
body.form.text main form table tr td input[type=tel]::placeholder,
body.form.text main form table tr td input[type=email]::placeholder {
  color: #AEAEAE;
}
body.form.text main form table tr td input[type=radio], body.form.text main form table tr td input[type=checkbox] {
  margin-top: -2px;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr td input[type=radio], body.form.text main form table tr td input[type=checkbox] {
    transform: scale(1.5);
  }
}
body.form.text main form table tr td select {
  padding: 10px;
  min-width: 200px;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #666;
  border-radius: 0px;
  padding: 10px 30px 10px 10px;
  background-image: url(../common/ico_arrow01.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr td select {
    min-width: auto;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
  }
}
body.form.text main form table tr td select::-ms-expand {
  display: none;
}
body.form.text main form table tr td select.select_small {
  min-width: 120px !important;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr td select.select_small {
    width: calc(100% - 2em);
  }
}
body.form.text main form table tr td textarea {
  resize: vertical;
  width: 374px;
  min-height: 150px;
  font-size: 16px;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr td textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
body.form.text main form table tr td label.label {
  font-size: 0.9em;
  color: #b3173b;
}
body.form.text main form table tr td div.ajax_err {
  font-size: 13px;
  margin-top: 5px;
  display: block;
  margin: 10px 0;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr td div.ajax_err {
    margin: 10px 0 0;
  }
}
body.form.text main form table tr td div.ajax_err p {
  padding: 5px 20px;
  background: #ffca3b;
  display: inline-block;
  border-radius: 60px;
  color: #000;
  position: relative;
}
body.form.text main form table tr td div.ajax_err p:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #ffca3b;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
body.form.text main form table tr.address td div.postNum input {
  min-width: 40px;
  width: 90px;
}
@media screen and (max-width: 480px), print {
  body.form.text main form table tr.address td div.postNum input {
    width: 70px;
  }
}
body.form.text main form table tr.address td div.postNum button {
  background: #1b7cd0;
  color: #fff;
  border-color: #b3173b;
}
@media screen and (max-width: 840px), print {
  body.form.text main form table tr.address td div.postNum button {
    height: 40px;
  }
}
body.form.text main form p.andmore {
  width: 100%;
  text-align: center;
  box-shadow: 0px 4px 0px 0px #73152a;
}
body.form.text main form p.andmore a {
  display: block;
  padding: 20px 0;
  background: #b3173b;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
body.form.text main form p.andmore a:active {
  position: relative;
  top: 5px;
  box-shadow: none;
}
body.form.text main form p.andmore a span {
  position: relative;
  padding-left: 35px;
}
body.form.text main form p.andmore a span::before, body.form.text main form p.andmore a span::after {
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 5px;
  top: 50%;
  left: 0px;
}
body.form.text main form p.andmore a span::before {
  width: 5px;
  height: 20px;
  top: 50%;
  left: 8px;
  margin-top: -8px;
}
body.form.text main form div.submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 60px;
}
@media screen and (max-width: 840px), print {
  body.form.text main form div.submit {
    display: block;
  }
}
body.form.text main form div.submit p {
  cursor: pointer;
  width: 340px;
  height: 80px;
  line-height: 80px;
  border-radius: 6px;
  text-align: center;
  font-size: 1.1em;
  background: #42739f;
}
@media screen and (max-width: 840px), print {
  body.form.text main form div.submit p {
    margin: 0 auto;
    width: 300px;
    height: 70px;
    line-height: 70px;
  }
}
body.form.text main form div.submit p a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
}
body.form.text main form div.submit p a::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
}
body.form.text main form div.submit p a::after:hover {
  opacity: 0.9;
}
body.form.text main form div.submit_confirm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  margin: 40px auto 100px;
}
@media screen and (max-width: 840px), print {
  body.form.text main form div.submit_confirm {
    display: block;
  }
}
body.form.text main form div.submit_confirm p {
  cursor: pointer;
  width: 340px;
  height: 80px;
  line-height: 80px;
  border-radius: 6px;
  text-align: center;
  font-size: 1.1em;
  background: #42739f;
  margin: 0 auto;
}
@media screen and (max-width: 840px), print {
  body.form.text main form div.submit_confirm p {
    margin: 0 auto;
    width: 300px;
    height: 70px;
    line-height: 70px;
  }
}
body.form.text main form div.submit_confirm p a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
}
body.form.text main form div.submit_confirm p a::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
}
body.form.text main form div.submit_confirm p a::after:hover {
  opacity: 0.9;
}
body.form.text main form div.submit_confirm p.back {
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 0.9em;
  background: #CACACA;
  margin: 0 auto 10px;
}
body.form.text main form div.submit_confirm p.back a {
  color: #000;
}
body.form.text main form div.submit_confirm p.back a::after {
  content: none;
}

.book_ajax_del {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}
.book_ajax_del a {
  color: #fff;
  text-decoration: none;
  background: #61707e;
  padding: 8px 12px 6px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  box-shadow: 0px 3px #49545e;
  font-size: 14px;
}
.book_ajax_del a:active {
  position: relative;
  top: 3px;
  box-shadow: 0px 0px #fff;
}/*# sourceMappingURL=style.css.map */