@charset "UTF-8";
/*--------------------------------------------------------------------------------------------------------------------
リセット
---------------------------------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  cursor: pointer;

  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

:focus {
  outline: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline: none;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;

  -webkit-appearance: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;

  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}
html {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: #ffffff;
}

.imgalpha {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.imgalpha:hover {
  opacity: 0.6;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  .imgalpha:hover {
    opacity: 1;
  }
}

.minus_indent {
  text-indent: -9999px;
}

.zero_indent {
  text-indent: 0;
}

.cont_txt {
  color: #555;
  line-height: 1.53;
  /*  font-size: 30px; */
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .cont_txt {
    font-size: 4vw;
  }
}

.txt_orange {
  color: #fc9b68;
}

.txt_white {
  color: #fff;
  font-size: 20pt;
}

.bg_blue {
  overflow: hidden;
  background: #d7f8fd;
}

.bg_green {
  overflow: hidden;
  background: #e6fce2;
}

.bg_lightBlue {
  background: #f1fff8;
}

.weight_normal {
  font-weight: normal;
}

.cont_inner {
  /*  max-width: 670px; */
  width: 88%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .cont_inner {
    max-width: 89.33vw;
    margin: 0 auto;
  }
  .txt_b {
    font-size: 5vw;
  }

  .txt_white {
    color: #fff;
    font-size: 3.8vw;
  }
  .txt_orange {
    color: #fc9b68;
    font-size: 4.8vw;
  }
}

/*-----------------------------
	common
------------------------------*/
.inner {
  /*  max-width: 750px; */
  max-width: 640px;
  margin: 0 auto;
}

/*--------------------------------------------------------------------------------------------------------------------
トップページ
---------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------
	mv
------------------------------*/
.mv {
  position: relative;
  padding: 16px 0 54px;
  padding: 10px 0 50px;
}

.mv .mv_ttl {
  /*  width: 670px;
  height: 378px;
  margin: 0 auto 43px; */

  width: 89.33333%;
  height: 100%;
  /*    padding-top: 56.417%; */
  padding-top: 50.39%;
  margin: 0 auto 3%;
  background: url(/library/line/contents/img/041/ttl_mv01.png) no-repeat 50% 50%;
  background-size: contain;
}

.mv .mv_character {
  position: absolute;
  top: 44px;
  right: 44px;
}

.mv .mv_card {
  /*  max-width: 656px;
  margin: 0 auto;
  padding: 24px 20px;
    border: 7px solid #4bcee3;
  border-radius: 40px; */

  width: 87.6%;
  margin: 0 auto;
  padding: 3% 0;
  border: 6.5px solid #4bcee3;
  border-radius: 36px;

  background-color: #fff;
}

.mv .mv_card .mv_cardTtl {
  /*  width: 558px;
  height: 83px;
  margin: 0 auto 5px; */
  width: 94%;
  height: 1;
  /*    padding-top: 14.874%; */
  padding-top: 13.98%;
  margin: 0 auto 1%;
  background: url(/library/line/contents/img/041/mv_cardTtl.png) no-repeat 50% 50%;
  background-size: contain;
}

.mv .mv_card .mv_cardTxt {
  text-align: center;

  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 24px;
}

@media screen and (max-width: 640px) {
  .inner {
    /*  max-width: 750px; */
    max-width: 640px;
    margin: 0 auto;
  }

  .mv {
    padding: 2.13vw 0 7.2vw;
  }
  .mv .mv_character {
    width: 18.66667vw;
    position: absolute;
    top: 5.86667vw;
    right: 5.86667vw;
  }
  .mv .mv_card .mv_cardTxt {
    font-size: 4vw;
  }
  .mv .mv_card .mv_cardTxt .txt_orange {
    font-size: 4vw;
  }
  .mv .mv_character img {
    width: 100%;
    height: auto;
  }
  .mv .mv_ttl {
    width: 89.33333vw;
    height: 50.4vw;
    padding-top: 0;
    margin: 0 auto 5.73333vw;
  }
  .mv .mv_card {
    width: 87.6vw;
    margin: 0 auto;
    padding: 3.46vw 0.8vw;
    border: 0.93vw solid #4bcee3;
    border-radius: 5.33vw;
  }
  .mv .mv_card .mv_cardTtl {
    width: 74.4vw;
    height: 11.06vw;
    padding-top: 0;
  }
}

/*-----------------------------
	go_next
------------------------------*/
.go_next {
  /*  padding: 37px 0; */
  padding: 2% 0;
  background: #ffccb1;
}

.go_next .go_nextBtn {
  display: block;
  width: 89.33%;
  height: 100%;
  padding-top: 17.1993%;
  position: relative;
  margin: 0 auto;
  background: url(/library/line/contents/img/041/btn_go_next01_pc.png) no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}
.go_next .go_nextBtn:hover {
  background: url(/library/line/contents/img/041/btn_go_next01_pc_hover.png) no-repeat 50% 50%;
  background-size: contain;
}

.go_next .go_nextBtn .img_nextBtn {
  position: absolute;
  /*  top: -33px;
  left: 35px; */
  width: 19.7%;
  top: -7%;
  left: 6%;
}

@media screen and (max-width: 640px) {
  .go_next {
    padding: 4.93vw 0;
  }
  .go_next .go_nextBtn {
    display: block;
    width: 89.33vw;
    height: 14vw;
    padding-top: 0;
  }
  .go_next .go_nextBtn {
    display: block;
    position: relative;
    margin: 0 auto;
    background: url(/library/line/contents/img/041/btn_go_next01.png) no-repeat 50% 50%;
    background-size: contain;
    cursor: pointer;
  }
  .go_next .go_nextBtn:hover {
    background: url(/library/line/contents/img/041/btn_go_next01_hover.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .go_next .go_nextBtn .img_nextBtn {
    width: 17.6vw;
    position: absolute;
    top: -4.4vw;
    left: 4.6vw;
  }
}

/*-----------------------------
	go_nextBottom
------------------------------*/
.go_nextBottom {
  /*  padding: 37px 0; */
  padding: 27px 0;
  background: #ffa474;
}

.go_nextBottom .ttl_goNextBottom {
  display: block;
  /*  width: 498px;
  height: 117px;
  margin: 0 auto;
  margin-bottom: 22px; */
  width: 66.4%;
  height: 100%;
  /*    padding-top: 23.493%; */
  padding-top: 15.6%;
  margin: 0 auto;
  /*  margin-bottom: 22px; */
  background: url(/library/line/contents/img/041/ttl_goNextBottom01.png) no-repeat 50% 50%;
  background-size: contain;
}

.go_nextBottom .go_nextBtn.pc_view {
  display: block;
  /*  width: 670px;
  height: 123px; */
  width: 89.333%;
  height: 100%;
  /*  padding-top: 21.641%; */
  padding-top: 19.332%;
  position: relative;
  margin: 0 auto;
  background: url(/library/line/contents/img/041/btn_go_next02_pc.png) no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}
.go_nextBottom .go_nextBtn:hover {
  background: url(/library/line/contents/img/041/btn_go_next02_pc_hover.png) no-repeat 50% 50%;
  background-size: contain;
}
.go_nextBottom .go_nextBtn .img_nextBtn {
  position: absolute;
  width: 19.7%;
  top: -33px;
  left: 35px;
}

@media screen and (max-width: 640px) {
  .go_nextBottom {
    padding: 4.93333vw 0;
  }
  .go_nextBottom .ttl_goNextBottom {
    width: 66.4vw;
    height: 15.6vw;
    margin-bottom: 2.93333vw;
    padding-top: 0;
  }
  .go_nextBottom .go_nextBtn {
    display: block;
    width: 89.33333vw;
    height: 16.4vw;
    padding-top: 0;
  }
  .go_nextBottom .go_nextBtn {
    display: block;
    width: 89.33333vw;
    height: 16.4vw;
    padding-top: 0;
    position: relative;
    margin: 0 auto;
    background: url(/library/line/contents/img/041/btn_go_next02.png) no-repeat 50% 50%;
    background-size: contain;
    cursor: pointer;
  }
  .go_nextBottom .go_nextBtn:hover {
    background: url(/library/line/contents/img/041/btn_go_next02_hover.png) no-repeat 50% 50%;
    background-size: contain;
  }
}

/*-----------------------------
step
------------------------------*/
.step {
  background: #fff;
}

.step .cont_txt {
  color: #333;
  line-height: 1.8;

  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 21px;
}
.step ol {
  background: #fff;
  margin: 0 !important;
  padding: 0 !important;
}

.step_ttlNum {
  display: block;
  /*  width: 172px;
  height: 131px; */

  width: 22.9%;
  height: 100%;
  padding-top: 17.44%;
  margin: 0 auto;
  /*  margin-bottom: 40px; */
  margin-bottom: 3%;
}

.step_ttlTxt {
  display: block !important;
  /*  width: 665px;
    height: 55px; */

  width: 88.66% !important;
  height: 100% !important;
  /*    paddding-top: 8.27%; */
  paddding-top: 7.332% !important;
  margin: 0 auto;
}

.step_img01 {
  display: block;
  /*  width: 431px;
  margin: 0 auto 50px; */
  width: 57.4666%;
  margin: 0 auto 7.8%;
}

.step_img02 {
  display: block;
  /*  width: 500px;
  margin: 0 auto 50px; */
  width: 66.66%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 640px) {
  .step_ttlNum {
    display: block;
    width: 22.93vw;
    height: 17.46vw;
    margin: 0 auto;
    margin-bottom: 5.33vw;
    padding-top: 0;
  }
  .step_ttlTxt {
    display: block;
    width: 88.66vw;
    height: 7.3vw;
    margin: 0 auto;
    padding-top: 0;
  }
  .step_img01 {
    display: block;
    width: 57.86vw;
    margin: 0 auto 3.66vw;
  }
  .step_img02 {
    display: block;
    width: 66.66vw;
    margin: 0 auto 6.66vw;
  }

  .step .cont_txt {
    font-size: 4vw;
  }
  .step .cont_txt.txt_white {
    font-size: 3.4vw;
  }
}

/*additional*/
.additional {
  position: relative;
  /*  margin-top: 50px;
  padding: 59px 0 0; */
  margin-top: 7%;
  padding: 5% 0 0;
  border-radius: 50px;
  background: #ffa474;
}

.additional .additional_ttl {
  /*  width: 408px;
  height: 168px;
  position: relative;
  margin: 0 auto 50px; */
  width: 61.212%;
  height: 100%;
  /*    padding-top: 41.117%; */
  padding-top: 25.16%;
  position: relative;
  margin: 0 auto 7%;
  background: url(/library/line/contents/img/041/ttl_additional01.png) no-repeat 50% 50%;
  background-size: contain;
}
.additional ul {
  padding: 40px 30px 59px!important;
  border-radius: 0 0 50px 50px;
  background: #f8dfca;
}
.additional .additional_list {
  /*  margin-bottom: 16px;
  padding-left: 30px; */
  margin-bottom: 13.6px;
  padding-left: 25.5px;
  background-position: 0 0.6%;
  background-size: 9.38px 29px !important;
  color: #333;
  line-height: 1.53;
  background: url(/library/line/contents/img/041/ico_additional01.png) no-repeat left 2px;

  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.additional .additional_list:last-child {
  margin-bottom: 0;
}

.additional .additional_img01 {
  position: absolute;
  top: 70px;
  left: 20px;
}

.additional .additional_img01 {
  position: absolute;
  top: 80px;
  right: 38px;
  top: 11%;
  left: 4%;
  width: 17.27%;
}
.additional .additional_img02 {
  width: 20.15%;
  position: absolute;
  top: 13%;
  right: 5.06%;
}
@media screen and (max-width: 640px) {
  .additional {
    position: relative;
    margin-top: 6.66vw;
    padding: 7.8vw 0 0;
    border-radius: 6.6vw;
  }
  .additional .additional_ttl {
    width: 54.4vw;
    height: 22.4vw;
    margin: 0 auto 6.6vw;
    padding-top: 0;
  }
  .additional .additional_img02 {
    width: 54.4vw;
    height: 22.4vw;
    margin: 0 auto 6.6vw;
  }
  .additional ul {
    padding: 5.33vw 4vw 7.86vw!important;
    border-radius: 0 0 6.6vw 6.6vw;
  }
  .additional .additional_list {
    margin-bottom: 2.13vw;
    padding-left: 4vw;
    background-position: 0 0.6vw;
    background-size: 1.46vw !important;
  }
  .additional .additional_list:last-child {
    margin-bottom: 0;
  }
  .additional .additional_img01 {
    width: 15.2vw;
    position: absolute;
    top: 9.33vw;
    left: 2.66vw;
  }
  .additional .additional_img02 {
    width: 17.73vw;
    position: absolute;
    top: 10.66vw;
    right: 5.06vw;
  }
}

/*step01*/
.list01 {
  /*  margin-bottom: 43px;
  padding-top: 120px;
  padding-bottom: 70px; */
  padding-top: 14%;
  padding-bottom: 11%;
  margin-bottom: 6.8%;
  background: url(/library/line/contents/img/041/bg_ringNote01.jpg) no-repeat 50% 0, url(/library/line/contents/img/041/bg_ringNote03.jpg) no-repeat 50% 100%, #f1fff8;
}

.list01 .step_ttlNum {
  background: url(/library/line/contents/img/041/num_step01.png) no-repeat 50% 50%;
  background-size: contain;
}

.list01 .step_ttlTxt {
  width: 88.66%;
  height: 100%;
  padding-top: 7.3332%;
  /*    margin-bottom: 45px; */
  margin-bottom: 5%;
  background: url(/library/line/contents/img/041/ttl_step01.png) no-repeat 50% 50%;
  background-size: contain;
}

/*step02*/
.list02 {
  /*  padding-top: 120px;
  padding-bottom: 70px; */
  padding-top: 14%;
  /*    margin-bottom: 6.8%; */
  padding-bottom: 6.8%;
  margin-bottom: 0;
  background: url(/library/line/contents/img/041/bg_ringNote02.jpg) no-repeat 50% 0, #f1fff8;
}

.list02 .step_ttlNum {
  background: url(/library/line/contents/img/041/num_step02.png) no-repeat 50% 50%;
  background-size: contain;
}

.list02 .step_ttlTxt {
  width: 88.66%;
  height: 100%;
  padding-top: 7.3332%;
  /*    margin-bottom: 45px; */
  margin-bottom: 5%;
  background: url(/library/line/contents/img/041/ttl_step02.png) no-repeat 50% 50%;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  /*step01*/
  .list01 {
    margin-bottom: 5.73vw;
    padding-top: 16vw;
    padding-bottom: 9.33vw;
    background-size: 100%;
  }

  .list01 .step_ttlTxt {
    width: 88.66vw !important;
    height: 7.3vw !important;
    margin-bottom: 6vw;
    padding-top: 0;
  }

  /*step02*/
  .list02 {
    padding-top: 16vw;
    padding-bottom: 9.33333vw;
    background-size: 100%;
    margin-bottom: 0;
  }

  .list02 .step_ttlTxt {
    width: 88.66vw !important;
    height: 7.3vw !important;
    margin-bottom: 6vw;
    background-size: contain;
    padding-top: 0;
  }
}

/*-----------------------------
footer
------------------------------* /
footer {
  padding: 50px 0 25px;
  background: url(/library/line/contents/img/041/line_footer01.jpg) no-repeat 0 220px, #fff;
  background-size: 100%;
    max-width: 640px;
}

footer .footer_supervision {
  margin-bottom: 50px;
  font-size: 22px;
  text-align: center;
}

footer .footer_logo {
  display: block;
/*  width: 380px;
  margin: 0 auto 80px; * /
  width: 50.66%;
  margin: 0 auto 12.5%;
}
footer .footer_logo img {
    width: 100%;
}
footer .footer_newsLogo {
  display: block;
/*  width: 220px; * /
  margin: 0 30px 20px auto;
  width: 29.33%;
  margin: 0 5% 1% auto;
}

footer .copyright {
  margin: 0 30px 0 auto;
  margin: 0 4.5% 0 auto;
  font-size: 14px;
  text-align: right;
}

footer.lower {
  background: url(/library/line/contents/img/041/line_footer01.jpg) no-repeat 0 131px, #fff;
}

@media screen and (max-width: 640px) {
  footer {
    padding: 6.66667vw 0 3.33333vw;
    background: url(/library/line/contents/img/041/line_footer01.jpg) no-repeat 0 29.33333vw, #fff;
    background-size: 100%;
  }
  footer .footer_supervision {
    margin-bottom: 6.66667vw;
    font-size: 3.2vw;
  }
  footer .footer_logo {
    width: 50.66667vw;
    margin: 0 auto 10.66667vw;
  }
  footer .footer_newsLogo {
    width: 29.33333vw;
    margin: 0 4vw 2.66667vw auto;
  }
  footer .copyright {
    margin: 0 4vw 0 auto;
    font-size: 1.86667vw;
  }
  footer.lower {
    background: url(/library/line/contents/img/041/line_footer01.jpg) no-repeat 0 17.46667vw, #fff;
    background-size: 100%;
  }
}
*/
/*--------------------------------------------------------------------------------------------------------------------
カード作成ページ
---------------------------------------------------------------------------------------------------------------------*/
.supplement_sentence {
  padding: 4px 30px 1px;
  color: #ffffff;
  font-size: 28px;
  font-size: 24px;
  font-weight: bold;
  background-color: #336391;
}
.cardCreate {
  margin-bottom: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.cardCreate .cardCreate_top {
  padding: 19px 0 21px;
  background: #78d8f0;
}

.cardCreate .cardCreate_ttl {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 85.73333%;
  height: 21.2%;
}

.cardCreate .flex_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cardCreate .cont_secInner {
  padding: 0 40px;
}

.cardCreate .caption {
  margin-top: 15px;
  color: #336391;
  /*  font-size: 34px; */
  font-size: 29px;
  font-weight: bold;
}

.cardCreate .ruby_parent {
  position: relative;
}

.cardCreate .ruby {
  position: absolute;
  top: -1.3em;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1px;
}

.cardCreate .left,
.cardCreate .right {
  /*  width: 325px; */
  width: 382px;
}

.cardCreate .card_input {
  overflow: hidden;
  /*  width: 325px;
  height: 71px; */
  width: 282px;
  height: 61px;
  margin-top: 7px;
  margin-bottom: 13px;
  padding: 0 15px;
  border: 3px solid #dcdcdc;
  border-radius: 16px;
  line-height: 2.2;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*  font-size: 30px; */
  font-size: 26px;
  font-weight: bold;
  resize: none;
}

.cardCreate .card_input.num_input {
  padding-top: 6px;
}

.cardCreate ::-webkit-input-placeholder {
  color: #ccc;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.cardCreate :-ms-input-placeholder {
  color: #ccc;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.cardCreate ::-ms-input-placeholder {
  color: #ccc;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.cardCreate ::placeholder {
  color: #ccc;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.cardCreate .card_textArea {
  width: 100%;
  min-height: 229px !important;
  padding: 20px 15px 20px;
  border: 3px solid #dcdcdc;
  border-radius: 16px;
  line-height: 1.33;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  resize: none;
}

.cardCreate .card_textArea.memo {
  min-height: 386px !important;
}

.cardCreate .addition_btn {
  width: 55px;
  margin-top: 8px;
}
.addition_btnWrap {
  display: flex;
}
.cardCreate .addition_btn.gray_out {
  background: url(/library/line/contents/img/041/btn_addition01-grayout.png) no-repeat 50% 0;
  background-size: contain;
  pointer-events: none;
}

.cardCreate .addition_btn.gray_out img {
  opacity: 0;
}

.cardCreate .card_message {
  display: block;
  margin: 30px auto 40px;
}

.cardCreate .refugeTarget_ttl {
  color: #fff;
  /*  font-size: 34px; */
  font-size: 28.5px;
  font-weight: bold;
}

.cardCreate .refugeTarget_ttl .ico {
  position: relative;
  bottom: -13px;
}

.cardCreate .cardCreate_middle {
  padding: 10px 0 10px 7px;
}

.cardCreate .cardCreate_middle.top {
  background: #6ad45b;
}

.cardCreate .cardCreate_middle.bottom {
  background: #6ad45b;
}

.cardCreate .cont_01 {
  padding-top: 30px;
}

.cardCreate .cont_02 {
  padding-top: 25px;
}

.cardCreate .cont_02 .top {
  margin-bottom: 8px;
  font-size: 36px;
}

.cardCreate .disaster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 27px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cardCreate .disaster .card_input {
  width: 350px;
  margin-right: 10px;
  margin-bottom: 0;
}

.cardCreate .aggregate .card_input {
  width: 665px;
}

.cardCreate .cont_03 {
  padding-bottom: 33px;
}

.cardCreate .cont_03 .caption {
  color: #42be2d;
  /*  font-size: 30px; */
  font-size: 26px;
}

.cardCreate .cont_04 {
  padding-top: 40px;
  padding-bottom: 30px;
  border-top: 13px solid #78d8f0;
}

.cardCreate .cont_04 .refuge {
  margin-bottom: 30px;
}

.cardCreate .cont_04 .caption {
  line-height: 1.4;
  /*  font-size: 36px; */
  font-size: 29px;
}

.cardCreate_bottom .create_btn {
  display: block;
  /*  width: 670px;
  height: 123px; */
  width: 571px;
  height: 105px;
  margin: 0 auto;
  /*  margin-bottom: 70px; */
  margin-bottom: 60px;
  background: url(/library/line/contents/img/041/btn_create01.png) no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}
.cardCreate_bottom .create_btn:hover {
  background: url(/library/line/contents/img/041/btn_create01_hover.png) no-repeat 50% 50%;
  background-size: contain;
}

.cardCreate_bottom .note {
  width: 674px;
  margin: 0 auto 67px;
  padding: 110px 0 40px;
  background: url(/library/line/contents/img/041/bg_note01.png), url(/library/line/contents/img/041/bg_note02.png), url(/library/line/contents/img/041/bg_note03.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: top, bottom, center;
  background-size: 100%, 100%, 100%;
  z-index: 10;
}

.cardCreate_bottom .note .note_ttl01 {
  display: block;
  width: 554px;
  height: 39px;
  margin: 0 auto 20px;
  background: url(/library/line/contents/img/041/ttl_note01.png) no-repeat 50% 50%;
  background-size: contain;
}

.cardCreate_bottom .note .note_ttl02 {
  display: block;
  width: 554px;
  height: 39px;
  margin: 0 auto;
  background: url(/library/line/contents/img/041/ttl_note02.png) no-repeat 50% 50%;
  background-size: contain;
}

.cardCreate_bottom .note_txt {
  line-height: 1.76;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.cardCreate_bottom .note_cont {
  margin-bottom: 40px;
}

.cardCreate_bottom .note_cont:last-child {
  margin-bottom: 0;
}

.cardCreate_bottom .social_media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  margin: 20px auto 0;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom_bnr {
  display: block;
  width: 674px;
  margin: 0 auto 30px;
}

.bottom_annotation {
  width: 674px;
  margin: 0 auto;
  line-height: 1.66;
  font-size: 24px;
}

.social_media li {
  width: 79px;
}
.cardCreate_cont .addition_btnWrap .btn01,
.cardCreate_cont .addition_btnWrap .btn02,
.cardCreate_cont .addition_btnWrap .btn03 {
  margin-right: 17px;
}
.cardCreate_cont .btn04.display_none,
.cardCreate_cont .btn05.display_none,
.cardCreate_cont .btn06.display_none {
  display: none;
}

@media screen and (max-width: 640px) {
  .supplement_sentence {
    padding: 8px 5vw 6px;
    font-size: 4vw;
    background-color: #336391;
  }

  .cardCreate {
    margin-bottom: 5.33333vw;
    /*cont_01*/
    /*cont_02*/
    /*cont_02*/
    /*cont_03*/
    /*cont_04*/
  }
  .cardCreate img {
    vertical-align: baseline;
  }
  .cardCreate .cardCreate_top {
    padding: 2.53333vw 0 4.13333vw;
  }
  .cardCreate .cardCreate_ttl {
    display: block;
    width: 85.73333vw;
    height: 21.2vw;
    margin: 0 auto;
    background-size: cover;
  }
  .cardCreate .cont_secInner {
    padding: 0 5.33333vw;
  }
  .cardCreate .caption {
    margin-top: 2vw;
    font-size: 4.53333vw;
  }
  .cardCreate .flex_sec.display {
    line-height: 1;
  }
  .cardCreate .ruby {
    position: absolute;
    top: -1.9em;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 2vw;
    text-align: center;
    letter-spacing: -0.13333vw;
  }
  .cardCreate .left,
  .cardCreate .right {
    width: 325px;
  }
  .cardCreate .card_input {
    width: 43.33333vw;
    height: 10vw;
    margin-top: 1.06667vw;
    margin-bottom: 1.73333vw;
    padding: 0.66667vw 1.6vw 1.06667vw;
    border: 0.26667vw solid #dcdcdc;
    border-radius: 2.13333vw;
    font-size: 15.2px;
  }
  .cardCreate .card_textArea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 88.66667vw;
    min-height: 32.66667vw !important;
    margin-top: 0.4vw;
    padding: 2.66667vw 2vw 1.86667vw;
    border: 0.26667vw solid #dcdcdc;
    border-radius: 2.13333vw;
    font-size: 15.5px;
  }
  .cardCreate .card_textArea.memo {
    min-height: 56.66667vw !important;
  }
  .cardCreate .addition_btn {
    width: 7.33333vw;
    margin-top: 1.06667vw;
  }
  .cardCreate_cont .addition_btnWrap .btn01,
  .cardCreate_cont .addition_btnWrap .btn02,
  .cardCreate_cont .addition_btnWrap .btn03 {
    margin-right: 2.26vw;
  }

  .cardCreate .card_message {
    margin: 4vw auto 5.33333vw;
    background-size: 100%;
  }
  .cardCreate .refugeTarget_ttl {
    font-size: 4.53333vw;
  }
  .cardCreate .refugeTarget_ttl .ico {
    display: inline-block;
    width: 8.26667vw;
    position: relative;
    bottom: -1.73333vw;
  }
  .cardCreate .cardCreate_middle {
    padding: 1.33333vw 0 1.33333vw 1.33333vw;
  }
  .cardCreate .cardCreate_middle.top {
    background-size: 8.26vw;
  }
  .cardCreate .cardCreate_middle.bottom {
    background-size: 8.26vw;
  }
  .cardCreate .cont_01 {
    padding-top: 4vw;
  }
  .cardCreate .cont_02 {
    padding-top: 3.33333vw;
  }
  .cardCreate .cont_02 .top {
    margin-bottom: 1.86667vw;
    font-size: 4.8vw;
  }
  .cardCreate .disaster {
    margin-top: 4vw;
    margin-bottom: 5vw;
  }
  .cardCreate .disaster .card_input {
    width: 46.66667vw;
    margin-right: 1.33333vw;
  }
  .cardCreate .aggregate .card_input {
    width: 88.66667vw;
    margin-top: 0.4vw;
  }
  .cardCreate .cont_03 {
    padding-bottom: 4.4vw;
  }
  .cardCreate .cont_03 .caption {
    font-size: 4vw;
  }
  .cardCreate .cont_04 {
    padding-top: 5.33333vw;
    padding-bottom: 4vw;
    border-top: 1.73333vw solid #78d8f0;
  }
  .cardCreate .cont_04 .refuge {
    margin-bottom: 4vw;
  }
  .cardCreate .cont_04 .caption {
    line-height: 1.4;
    font-size: 4.8vw;
  }
  .cardCreate_bottom .create_btn {
    display: block;
    width: 89.33333vw;
    height: 16.4vw;
    margin: 0 auto;
    margin-bottom: 9.33333vw;
    background: url(/library/line/contents/img/041/btn_create01.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .cardCreate_bottom .note {
    width: 89.86667vw;
    margin: 0 auto 8.93333vw;
    padding: 14.66667vw 0 5.33333vw;
    background: url(/library/line/contents/img/041/bg_note01.png), url(/library/line/contents/img/041/bg_note02.png), url(/library/line/contents/img/041/bg_note03.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top, bottom, center;
    background-size: 100%, 100%, 100%;
  }
  .cardCreate_bottom .note .note_ttl01 {
    display: block;
    width: 73.86667vw;
    height: 5.2vw;
    margin: 0 auto 2.66667vw;
    background: url(/library/line/contents/img/041/ttl_note01.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .cardCreate_bottom .note .note_ttl02 {
    display: block;
    width: 73.86667vw;
    height: 5.2vw;
    margin: 0 auto;
    background: url(/library/line/contents/img/041/ttl_note02.png) no-repeat 50% 50%;
    background-size: contain;
  }
  .cardCreate_bottom .note_txt {
    font-size: 3.46667vw;
  }
  .cardCreate_bottom .note_cont {
    margin-bottom: 5.33333vw;
  }
  .cardCreate_bottom .note_cont:last-child {
    margin-bottom: 0;
  }
  .cardCreate_bottom .social_media ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 54.66667vw;
    margin: 2.66667vw auto 0;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bottom_bnr {
    display: block;
    width: 89.86667vw;
    margin: 0 auto 4vw;
  }
  .bottom_annotation {
    width: 89.86667vw;
    font-size: 3.2vw;
  }
  .social_media li {
    width: 10.53333vw;
  }

  @media (orientation: landscape) {
    .cardCreate .card_input,
    .cardCreate .card_textArea {
      font-size: 4.13vw;
    }
    .cardCreate .card_input.num_input {
      padding-top: 1.2vw;
    }
  }
}

/*--------------------------------------------------------------------------------------------------------------------
カード作成完了ページ
---------------------------------------------------------------------------------------------------------------------*/
.card {
  margin-bottom: 40px;
}

.back_btn {
  display: block;
  width: 512px;
  height: 123px;
  margin: 0 auto;
  margin-bottom: 70px;
  background: url(/library/line/contents/img/041/btn_back01.png) no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}
.back_btn:hover {
  background: url(/library/line/contents/img/041/btn_back01_hover.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .card {
    margin-bottom: 5.33333vw;
  }
  .back_btn {
    width: 68.26667vw;
    height: 16.4vw;
    margin-bottom: 9.33333vw;
  }
}

/*-----------------------------
ページ推移
------------------------------*/
.hidden {
  display: none;
}

.create_page,
.confirmation_page {
  background-color: #fff;
}

/*-----------------------------
調整
------------------------------*/
.iphone .cardCreate [data-ruby]::before {
  top: -1.8em;
}

.android .cardCreate .cont_02 .top {
  margin-bottom: 3.5vw;
}

.android .cardCreate .aggregate .card_input,
.android .cardCreate .card_input {
  margin-top: 6px;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/*-----------------------------
画像化調整
------------------------------*/
.adjustment.cardCreate .card_input {
  line-height: 1.43;
}

.adjustment.cardCreate .card_textArea {
  margin-top: 8px;
  padding-top: 10px;
  padding-bottom: 55px;
}

.contact_addressWrap .flex_sec,
.disaster_list {
  display: none;
}

.contact_addressWrap .flex_sec.display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.disaster_list.display {
  display: block;
}

.cardCreate.adjustment .card_input.num_input {
  padding-top: 0;
}

/*pc*/
.pc .adjustment.cardCreate .cardCreate_middle {
  padding-top: 5px;
}

/*pc mac*/
.pc.js_isSafari .adjustment.cardCreate .card_input {
  line-height: 1.9;
}

/*ie*/
@media all and (-ms-high-contrast: none) {
  .cardCreate .card_input {
    line-height: 2.6;
  }
  .cardCreate .card_input.num_input {
    padding-top: 0;
  }
  .cardCreate.adjustment .card_input {
    padding: 0 5px 0 10px;
  }
}

/*sp iphone*/
.sp.iPhone .adjustment.cardCreate .card_input {
  line-height: 1.8;
}

.sp.iPhone .cardCreate.adjustment .card_input.num_input {
  padding-top: 0.42667vw;
}

.sp.iPhone .cardCreate.adjustment .card_textArea {
  padding: 0.5vw 1.8vw 0;
}

/*sp Android */
.sp.Android .cardCreate .ruby {
  top: -2.8vw;
}

.sp.Android .cardCreate .card_textArea {
  margin-top: 3px;
}

.sp.Android .cardCreate .refuge .ruby {
  top: -3vw;
}

.sp.Android .adjustment.cardCreate .card_input {
  line-height: 1.1;
}

.sp.Android .cardCreate .cardCreate_middle {
  padding-bottom: 1.8vw;
}

.sp.Android .cardCreate.adjustment .cardCreate_middle {
  padding-top: 1.2vw;
  padding-bottom: 2.3vw;
}

.sp.Android .cardCreate.adjustment .card_input {
  padding-top: 0.8vw;
}

.sp.Android .cardCreate.adjustment .card_input.num_input {
  padding-top: 7px;
}

.sp.Android .cardCreate.adjustment .ruby {
  top: -3vw;
}

.sp.Android .cardCreate.adjustment .refuge .ruby {
  top: -3.4vw;
}

.sp.Android .cardCreate.adjustment .card_textArea {
  margin-top: 4px;
  padding-top: 0.6vw;
}

.sp.Android.Android10 .cardCreate.adjustment .card_input.num_input {
  padding-top: 2px;
}

.sp.Android.Android9 .cardCreate.adjustment .card_input.num_input,
.sp.Android.Android9 .cardCreate.adjustment .card_input {
  padding-top: 0px;
}

.sp.Android.Android9 .cardCreate.adjustment .card_input {
  padding-top: 1px;
}

@media screen and (min-width: 380px) {
  .sp.Android.Android9 .cardCreate.adjustment .card_input {
    padding-top: 8px;
  }
  .sp.Android.Android9 .cardCreate.adjustment .card_input.num_input {
    padding-top: 7px;
  }
}

.sp.Android.Android7 .cardCreate .card_input.num_input {
  padding-top: 2px;
  font-size: 95%;
}
.sp.Android.Android7 .cardCreate .card_textArea {
  font-size: 95%;
}

.sp.Android.Android5 .cardCreate.adjustment .card_input.num_input {
  padding-top: 5px;
}

.sp.Android.Android5 .cardCreate.adjustment .card_input {
  padding-top: 5px;
}

.sp.Android.Android5 .cardCreate.adjustment .card_textArea {
  padding-top: 5px;
}
/*placeholder add*/
.auto_resize01Wrap,
.auto_resize02Wrap,
.textareaWrap {
  position: relative;
}
.textareaWrap.textareaWrap_03::after {
  content: "";
  display: block;
  /*  width: 293px;
  height: 43px; */
  width: 250px;
  height: 37px;
  position: absolute;
  /*  top: 23px; */
  top: 20px;
  left: 16px;
  background: url(/library/line/contents/img/041/txt_placeholder03.png) no-repeat 50% 50%;
  background-size: 100%;
  pointer-events: none;
}
.placeholder_num::after {
  content: "";
  display: block;
  /*  width: 293px;
  height: 43px; */
  width: 250px;
  height: 37px;
  position: absolute;
  /*  top: 23px; */
  top: 20px;

  left: 16px;
  background: url(/library/line/contents/img/041/txt_placeholder04.png) no-repeat 50% 50%;
  background-size: 100%;
  pointer-events: none;
}

.placeholder_numfree::after {
  content: "";
  display: block;
  /*  width: 293px;
  height: 43px; */
  width: 250px;
  height: 37px;
  position: absolute;
  /*  top: 23px; */
  top: 20px;

  left: 16px;
  background-size: 100%;
  pointer-events: none;
}

.placeholde_juro::after {
  content: "";
  display: block;
  /*  width: 293px;
  height: 43px; */
  width: 250px;
  height: 37px;
  position: absolute;
  top: 20px;
  left: 16px;
  background: url(/library/line/contents/img/041/txt_placeholder05.png) no-repeat 50% 50%;
  background-size: 100%;
  pointer-events: none;
}

.placeholde_hanako::after {
  content: "";
  display: block;
  /*  width: 293px;
  height: 43px; */
  width: 250px;
  height: 37px;
  position: absolute;
  top: 20px;
  left: 16px;
  background: url(/library/line/contents/img/041/txt_placeholder06.png) no-repeat 50% 50%;
  background-size: 100%;
  pointer-events: none;
}

.placeholde_free::after {
  content: "";
  display: block;
  /*  width: 293px;
  height: 43px; */
  width: 250px;
  height: 37px;
  position: absolute;
  top: 20px;
  left: 16px;
  background-size: 100%;
  pointer-events: none;
}

.placeholde_zishin::after {
  content: "";
  display: block;
  /*  width: 293px;
  height: 43px; */
  width: 250px;
  height: 37px;
  position: absolute;
  top: 20px;
  left: 16px;
  background: url(/library/line/contents/img/041/txt_placeholder07.png) no-repeat 50% 50%;
  background-size: 100%;
  pointer-events: none;
}

.placeholde_kouen::after {
  content: "";
  display: block;
  /*  width: 631px;
  height: 45px; */
  width: 538.4px;
  height: 38.4px;
  position: absolute;
  top: 20px;
  left: 16px;
  background: url(/library/line/contents/img/041/txt_placeholder08.png) no-repeat 50% 50%;
  background-size: 100%;
  pointer-events: none;
}

.placeholde_gakkou::after {
  content: "";
  display: block;
  /*  width: 631px;
  height: 45px; */
  width: 538.4px;
  height: 38.4px;
  position: absolute;
  top: 20px;
  left: 16px;
  background: url(/library/line/contents/img/041/txt_placeholder09.png) no-repeat 50% 50%;
  background-size: 100%;
  pointer-events: none;
}

.auto_resize01Wrap::after {
  content: "";
  display: block;
  /*  width: 630px;
  height: 168px; */
  width: 537px;
  height: 143px;
  position: absolute;
  top: 23px;
  left: 18px;
  background: url(/library/line/contents/img/041/txt_placeholder01.png) no-repeat 50% 50%;
  background-size: 100%;
  pointer-events: none;
}

.auto_resize02Wrap::after {
  content: "";
  display: block;
  /*  width: 630px;
  height: 168px; */
  width: 537px;
  height: 143px;
  position: absolute;
  top: 23px;
  left: 18px;
  background: url(/library/line/contents/img/041/txt_placeholder02.png) no-repeat 50% 50%;
  background-size: 100%;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .auto_resize01Wrap::after {
    content: "";
    display: block;
    width: 84vw;
    height: 22.4vw;
    top: 3.6vw;
    left: 2.4vw;
    background: url(/library/line/contents/img/041/txt_placeholder01.png) no-repeat 50% 50%;
    background-size: 100%;
    pointer-events: none;
  }
  .auto_resize02Wrap::after {
    content: "";
    display: block;
    width: 84vw;
    height: 22.4vw;
    top: 3.6vw;
    left: 2.4vw;
    background: url(/library/line/contents/img/041/txt_placeholder02.png) no-repeat 50% 50%;
    background-size: 100%;
    pointer-events: none;
  }
  .confirmation_page .textareaWrap::after {
    content: "";
    display: block;
    width: 39.06vw;
    height: 5.73vw;
    position: absolute;
    top: 3.6vw;
    left: 2.4vw;
  }
  .confirmation_page .placeholde_kouen::after,
  .confirmation_page .placeholde_gakkou::after {
    width: 84vw;
    height: 5.73vw;
    top: 3.6vw;
    left: 2.4vw;
  }
  .confirmation_page .placeholde_zishin::after {
    top: 3.6vw;
  }
}
.auto_resize01Wrap.placeholder_toggle::after {
  display: none;
  opacity: 0;
}
.auto_resize02Wrap.placeholder_toggle::after {
  display: none;
  opacity: 0;
}
.textareaWrap_03.placeholder_toggle::after {
  display: none;
  opacity: 0;
}
.confirmation_page .placeholder_toggle::after,
.textareaWrap_05.placeholder_toggle::after {
  display: none;
  opacity: 0;
}
.important.auto_resize01Wrap::after {
  display: none;
  opacity: 0;
}
.important.auto_resize02Wrap::after {
  display: none;
  opacity: 0;
}
.important.textareaWrap_03::after,
.important.textareaWrap_04::after {
  display: none;
  opacity: 0;
}
.placeholder_toggle.textareaWrap_04::after {
  display: none;
  opacity: 0;
}
.confirmation_page .important::after,
.confirmation_page .important::after {
  display: none;
  opacity: 0;
}

.contact_addressWrap .flex_sec.first {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
input[type="text"]::-ms-clear {
  display: none;
}

@media screen and (max-width: 640px) and (orientation: landscape) {
  .sp.iPhone .cardCreate .card_input {
    padding-top: 0.6vw;
  }
  .sp.iPhone .cardCreate .card_input.num_input {
    padding-top: 1.6vw;
  }
  .sp.iPhone .cardCreate.adjustment .card_input {
    padding-top: 0.2vw;
  }
  .sp.iPhone .cardCreate.adjustment .card_input.num_input {
    padding-top: 0.4vw;
  }
  .sp.Android .cardCreate .card_input.num_input {
    padding-top: 1.2vw;
  }
  .Android .cardCreate.adjustment .card_input.num_input {
    padding-top: 1.7vw !important;
  }
}

/* /////////////////////////////////////////////// */

/* footer ----------------------------------------- */

.footer {
  padding: 5.06667% 0 0;
  background: url(/library/line/contents/img/img_footer/footer_bg_sp.png) 50% 50% no-repeat;
  background-size: 100%;
  margin-bottom: -3%;
  background-color: #ffffff;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
/*
.footer ,.footer * {
	background-repeat: no-repeat;
	box-sizing: inherit;
}*/
.footer img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 768px), print {
  .footer {
    padding: 38px 0 0;
    background: url(/library/line/contents/img/img_footer/footer_bg_pc.png) 50% 50% no-repeat;
    background-size: 100%;
    margin-bottom: -5%;
  }
}

@media screen and (min-width: 1150px) {
  .footer {
    background-position: 50% 45%;
  }
}

@media screen and (min-width: 1200px) {
  .footer {
    padding: 38px 0 0;
    background: url(/library/line/contents/img/img_footer/footer_bg_pc_02.png) 50% 45% no-repeat;
    background-size: 160%;
    margin-bottom: -5%;
  }
}

@media screen and (min-width: 1400px) {
  .footer {
    background-size: 130%;
  }
}

@media screen and (min-width: 1600px) {
  .footer {
    background-size: 120%;
  }
}

@media screen and (min-width: 1700px) {
  .footer {
    background-size: contain;
  }
}

.footer .inner {
  padding: 0 4%;
  box-sizing: border-box;
}

@media screen and (min-width: 768px), print {
  .footer .inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 42px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .footer .inner {
    width: 1200px !important;
    max-width: 1200px;
  }
}

.footer-logo {
  width: 52.66667%;
  line-height: 1;
  margin: 0 auto 11.73333%;
}

@media screen and (min-width: 768px), print {
  .footer-logo {
    width: 197px;
    font-size: 0;
    margin: 0 auto 5%;
  }
}

@media screen and (min-width: 1000px) {
  .footer-logo {
    margin: 0 auto 4.16667%;
  }
}

@media screen and (min-width: 1200px) {
  .footer-logo {
    margin: 0 auto 50px;
  }
}

.footer-logoNews {
  width: 32%;
  line-height: 1;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .footer-logoNews {
    width: 150px;
    font-size: 0;
  }
}

.footer-copy {
  width: 100%;
  text-align: right;
  font-size: 2.26667vw;
  line-height: 1;
  margin: 0;
  margin-top: 4%;
  margin-right: 4%;
}

@media screen and (min-width: 768px), print {
  .footer-copy {
    font-size: 14px;
    margin-top: 1.66667%;
  }
}

@media screen and (min-width: 1200px) {
  .footer-copy {
    margin-top: 20px;
  }
}

.footer_supervision {
  margin-bottom: 6.66667vw;
  font-size: 3.2vw;
  margin: 6vw auto 3vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_supervision {
    margin-bottom: 6.66667vw;
    font-size: 20px !important;
    margin: 40px auto 20px;
    text-align: center;
  }
}

.sp_view {
  display: none !important;
}
.pc_view {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .sp_view {
    display: block !important;
  }
  .pc_view {
    display: none !important;
  }
}
