.clearfix {
  zoom: 100%;
}

.clearfix:after {
  content: ".";
  height: 0px;
  clear: both;
  visibility: hidden;
  display: block;
}

body {
  background: #f7f2ee;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.sp {
  display: none !important;
}

/* header
----------------------------------------------- */
.header {
  background: #ffffff;
  padding-bottom: 1px;
}

.header .header-inner {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 8px 0;
  position: relative;
}

.header .header-inner .logo {
  text-align: center;
}

.header .header-inner .logo img {
  width: 170px;
}

.header .header-inner h1 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

.header .header-inner .btn_left {
  position: absolute;
  top: 0;
  left: 0;
}

.header .header-inner .btn_left a {
  color: #313131;
  font-weight: normal;
  display: block;
  height: 56px;
  font-size: 14px;
  line-height: 56px;
  padding: 0 15px;
}

/* table
----------------------------------------------- */
.table {
  text-indent: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.table th, .table td {
  border: 1px solid #313131;
  padding: 5px;
}

.table th {
  font-weight: normal;
  background-color: #ececec;
  text-align: center;
}

/* typo
----------------------------------------------- */
.caution {
  display: block;
  font-size: 1.4rem;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0;
}

.txt_link {
  text-align: center;
  margin-top: 15px;
}

.txt_link a {
  font-size: 14px;
  font-weight: bold;
}

/* list
----------------------------------------------- */
.list {
  margin-bottom: 10px;
}

.list > li {
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}

.list > li:before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #313131;
  border-radius: 100%;
}

/* heading
----------------------------------------------- */
.heading_lv1 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.heading_lv1 + p.txt_lead {
  margin-bottom: 25px;
}

.heading_lv2 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.0;
}

.heading_lv2 span {
  font-size: 14px;
}

.heading_lv3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.0;
}

/* btn
----------------------------------------------- */
.btn_app_disabled {
  text-align: center;
}

.btn_app_disabled span, .btn_app_disabled input {
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background: #cccccc;
  border-radius: 5px;
  border-style: none;
  line-height: 50px;
  -webkit-appearance: none;
}

.btn_app {
  text-align: center;
  margin-bottom: 20px;
}

.btn_app a, .btn_app input {
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background: #ff7294;
  border-radius: 5px;
  border-style: none;
  line-height: 50px;
  -webkit-appearance: none;
}

.btn_app a:visited, .btn_app a:active, .btn_app a:hover, .btn_app a:focus, .btn_app input:visited, .btn_app input:active, .btn_app input:hover, .btn_app input:focus {
  color: #ffffff;
}

.btn_app_transition {
  text-align: center;
}

.btn_app_transition a {
  display: block;
  color: #313131;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  line-height: 50px;
  border: 1px solid #313131;
}

.btn_app_transition a:visited, .btn_app_transition a:active, .btn_app_transition a:hover, .btn_app_transition a:focus {
  color: #313131;
}

.btn_wrap {
  margin: 30px 45px 20px;
}

.btn_app_transition_back, .btn_app_single {
  margin: 30px 45px 0;
}

.btn_select_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn_select_list .btn {
  width: 48%;
}

.btn_select_list .btn a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-style: none;
  border-radius: 5px;
  line-height: 50px;
  -webkit-appearance: none;
}

.btn_select_list .btn_select a {
  color: #ffffff;
  background: #ff7294;
}

.btn_select_list .btn_select_transition a {
  color: #313131;
  border: 1px solid #313131;
}

/* box
----------------------------------------------- */
.box_white {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
/*  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);  */
}

.box_white_last {
  margin-bottom: 0;
}

.box_white_list {
  padding: 0;
}

.box_boder {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #cccccc;
}

/* app
----------------------------------------------- */
#container {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

#container-inner {
  padding: 30px 20px 100px;
}

/* login
----------------------------------------------- */
.contents_login {
  padding: 15px 15px;
}

.contents_login .logo_login {
  margin: 0 -15px 25px;
  text-align: center;
}

.contents_login .btn_app + p {
  margin: 10px 0 30px;
}

.contents_login .box_white {
  margin: 60px 0 0;
}

/* app
----------------------------------------------- */
.contents_app .fig_main_top {
  width: 750px;
  margin: -20px -145px;
  text-align: center;
}

.contents_app .box_white .btn_app + p {
  font-size: 14px;
  margin-top: 15px;
}

.contents_app .box_white .heading_lv3 {
  margin-top: 15px;
  border-top: 1px solid #313131;
  padding-top: 15px;
}

.contents_app .box_white .heading_lv3 + p {
  font-size: 14px;
}

.contents_app .box_white .btn_store p {
  float: left;
  font-weight: bold;
}

.contents_app .box_white .btn_store div {
  float: right;
  width: 160px;
}

.contents_app .box_white .txt_service p {
  float: left;
  font-weight: bold;
}

.contents_app .box_white .txt_service div {
  float: right;
  font-weight: bold;
}

.contents_app .box_white .txt_service div span {
  font-size: 14px;
}

.contents_app .box_white .txt_service_price {
  border-top: 1px solid #dddddd;
  margin-top: 25px;
  padding-top: 25px;
}

.btn_app_list {
  margin-top: 30px;
}

.btn_app_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn_app_column li {
  height: 50px;
  margin-left: 0 !important;
  margin-right: 15px;
}

.btn_app_column li::before {
  content: none !important;
}

.btn_app_column li img {
  height: 100%;
}

.contents_app .btn_app_list .btn_app_transition {
  float: left;
  width: 32%;
  margin-bottom: 0;
}

.contents_app .btn_app_list .btn_app, .contents_app .btn_app_list .btn_app_disabled {
  float: right;
  width: 64%;
  margin-bottom: 0;
}

.contents_app .txt_check {
  text-align: center;
  margin-top: 15px;
}

.contents_app .txt_check span {
  display: inline-block;
  background: url(../img/bg_check_box.png) no-repeat left center;
  background-size: 21px 18px;
  padding-left: 30px;
}

.contents_app .txt_check_on span {
  background: url(../img/bg_check_box_on.png) no-repeat left center;
  background-size: 21px 18px;
}

.contents_app .txt_check input[type=checkbox] {
  display: none;
}

.contents_cancellation h1.heading_lv1 + p.txt_lead {
  text-align: center;
}

.contents_notice h2.heading_lv2 {
  text-align: left;
  margin-bottom: 25px;
}

.contents_notice h2.heading_lv2 + .txt_lead {
  margin-bottom: 15px;
}

.contents_notice .notice-list li {
  margin-bottom: 25px;
}

.contents_notice .notice-list li:last-child {
  margin-bottom: 0;
}

.contents_terms .mt20 {
  margin-top: 20px;
}

.contents_tems .mb20 {
  margin-bottom: 20px;
}

.contents_tems ul li {
  font-weight: 100;
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.contents_tems ul li.pdf a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 17px;
  background: url(../img/ico_pdf.png) no-repeat;
  background-position: left 3px;
  background-size: contain;
  margin-left: 5px;
}

.contents_tems ul li.noLine {
  border-bottom: none;
  padding-bottom: 0;
}

.contents_terms h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.contents_terms ol.terms_list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.contents_terms ol.terms_list p {
  display: initial;
  margin-bottom: 10px;
}

.contents_terms ol.terms_list > li {
  text-indent: -1em;
  padding-left: 2em;
  margin-bottom: 10px;
}

.contents_terms ol.terms_list > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 1em;
  margin-left: -1em;
}

.contents_terms ol.terms_list > li > ol {
  counter-reset: item_2;
  list-style-type: none;
  margin: 10px 0;
  padding-left: 0;
}

.contents_terms ol.terms_list > li > ol > li {
  text-indent: -1.5em;
  margin-bottom: 5px;
}

.contents_terms ol.terms_list > li > ol > li:before {
  counter-increment: item_2;
  content: "(" counter(item_2) ")";
  padding-right: .3em;
}

.contents_terms ol.terms_list .p_indent{
  text-indent: -1em;
  padding-left: 1em;
  word-break: break-all;
  display: block;
}

.contents_news .box_white {
  padding: 30px 20px;
  word-break: break-all;
}

.contents_news .box_white .date {
  font-size: 1.2rem;
  color: #949595;
  margin-bottom: 8px;
}

.contents_news .box_white h2 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffca43;
  margin-bottom: 30px;
}

.contents_news .box_white h3 {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 -10px 5px -10px;
}

.contents_news .box_white h3:before {
  content: "";
  display: table-cell;
  vertical-align: middle;
  width: 3px;
  height: auto;
  background-color: #fabf2a;
  border-radius: 1.5px;
}

.contents_news .box_white p, .contents_news .box_white table {
  margin-bottom: 20px;
}

.contents_news .box_white p:last-child {
  margin-bottom: 0;
}

.contents_news .box_white a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../img/ico_blank.png) no-repeat;
  background-position: left center;
  background-size: contain;
  margin-left: 2px;
}

.contents_news .box_white table th, .contents_news .box_white table td {
  text-align: center;
  border: 1px solid #633b28;
  padding: 5px;
}

.contents_news .box_white table th {
  font-weight: normal;
  background-color: #ececec;
}

.contents_news .box_white ul {
  margin-bottom: 20px;
}

.contents_news .box_white ul li {
  margin-left: 20px;
  position: relative;
}

.contents_news .box_white ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #313131;
  border-radius: 100%;
}

.contents_news .pagenation {
  position: relative;
  margin-bottom: 90px;
}

.contents_news .pagenation a {
  position: absolute;
  color: #313131;
  padding: 10px 30px;
  border: 1px solid #313131;
  border-radius: 5px;
}

.contents_news .pagenation .old {
  right: 0;
}

.contents_news .pagenation .new {
  left: 0;
}

.contents_question {
  margin-bottom: 30px;
}

.contents_question .question_list {
  margin-bottom: 60px;
}

.contents_question .question_list a {
  color: #313131;
  display: block;
  width: 100%;
  padding: 8px 0;
}

.contents_question .question_list a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ico_arrow_q.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.contents_question h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.contents_question .box_white {
  padding: 0;
}

.contents_question .list_toggle > li:first-child a {
  border-radius: 5px 5px 0 0;
}

.contents_question .list_toggle > li > a {
  position: relative;
  display: block;
  color: #313131;
  padding: 20px 50px 20px 20px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e2e2e2;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.contents_question .list_toggle > li > a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background: url(../img/ico_arrow_qa.png) no-repeat;
  background-size: contain;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
}

.contents_question .list_toggle > li > a.state_active {
  color: #fff;
  background-color: #313131;
}

.contents_question .list_toggle > li > a.state_active:after {
  background: url(../img/ico_arrow_qa_w.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.contents_question .list_toggle_con {
  height: 0;
  overflow: hidden;
}

.contents_question .list_toggle > li:last-child .list_toggle_con.state_active {
  border-bottom: none;
}

.contents_question .list_toggle_con.state_active {
  border-bottom: 1px solid #e2e2e2;
}

.contents_question .list_toggle_con_inner {
  padding: 20px;
}

.contents_question .list_toggle_con_inner p {
  margin-bottom: 15px;
}

.contents_question .list_toggle_con_inner p:last-child {
  margin-bottom: 0;
}

.contents_question .list_toggle_con_inner p.small {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}

.contents_question .list_toggle_con_inner ul li {
  margin-left: 20px;
  position: relative;
}

.contents_question .list_toggle_con_inner ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #313131;
  border-radius: 100%;
}

.contents_contact {
  margin-bottom: 30px;
}

.contents_contact h2, .contents_contact h3 {
  font-weight: bold;
  text-align: center;
}

.contents_contact h2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.contents_contact h3 {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.6;
}

.contents_contact h3:first-child {
  margin-top: 10px;
}

.contents_contact h4 {
  font-size: 18px;
  border-bottom: 1px solid #313131;
  margin-bottom: 10px;
  margin-top: 10px;
}

.contents_contact .small {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}

.contents_contact ul {
  margin: 20px 0 10px 0;
}

.contents_contact ul li {
  margin-left: 20px;
  position: relative;
}

.contents_contact ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #313131;
  border-radius: 100%;
}

.contents_contact .box_gray {
  background-color: #efefef;
  padding: 20px;
  margin-bottom: 20px;
}

.contents_contact .btn_contact {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.contents_contact .btn_contact a {
  display: block;
  color: #ffffff;
  font-size: 22px;
  background: #313131;
  border-radius: 5px;
  padding: 15px 10px;
}

.contents_contact .btn_contact a span {
  font-size: 14px;
}

.contents_contact .btn_contact a.sp {
  display: inline-block;
  color: #313131;
  font-size: 30px;
  font-weight: 100;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  pointer-events: none;
}

/* notice-list
----------------------------------------------- */
/* login
----------------------------------------------- */
/* contents_app
----------------------------------------------- */
/* contents_cancellation
----------------------------------------------- */
/* contents_notice
----------------------------------------------- */
/* contents_terms
----------------------------------------------- */
/* contents_news
----------------------------------------------- */
/* contents_question
----------------------------------------------- */
/* contents_contact
----------------------------------------------- */
/* contents_check_plan
----------------------------------------------- */
.contents_check_plan .check_lead {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  color: #5b5758;
  border-top: #5b5758 solid 1px;
  border-bottom: #5b5758 solid 1px;
  line-height: 3;
  margin-bottom: 20px;
}

.contents_check_plan p + p {
  margin-top: 1em;
}

.contents_check_plan .btn_select_list {
  margin-top: 40px;
}

/* modal
----------------------------------------------- */
.lock {
  overflow: hidden;
}

.modal-cont {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 80%;
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 20px;
}

.modal-in {
  overflow: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.modal-overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-wrap {
  z-index: 2000 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.txt_link_error {
  margin: 20px -20px 0;
  text-align: center;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
}

.txt_link_error a {
  color: #313131;
}

.txt_link_error a:visited, .txt_link_error a:active, .txt_link_error a:hover, .txt_link_error a:focus {
  color: #313131;
}

/* contents_howto
----------------------------------------------- */
.contents_howto {
  /* app */
}
.contents_howto p.cap{
  margin:-12px 0 10px 0;
}
.contents_howto .howto_list {
  margin-bottom: 60px;
}

.contents_howto .howto_list a {
  color: #313131;
  display: block;
  width: 100%;
  padding: 8px 0;
}

.contents_howto .howto_list a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/ico_arrow_q.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

.contents_howto .howto_box {
  position: relative;
  padding-bottom: 60px;
}

.contents_howto .howto_box.last {
  margin-top: 80px;
  box-shadow: none;
}

.contents_howto .howto_box.last::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

.contents_howto .howto_box.last {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-radius: 5px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top:120px !important;
	min-height:105px;
	box-sizing:border-box;
}

.contents_howto .howto_box.last p.txt_lead {
	border:1px solid #e8e8e8;
	padding:20px;
}

.contents_howto .howto_box.last p.news_lead{
  padding:20px 20px 15px 20px;
}


.contents_howto .howto_box.last p.news_lead.b_border{
  border-bottom:1px solid #e8e8e8;
}

.contents_howto .howto_box p.txt_lead.b_border b,
.contents_howto .howto_box.last p.news_lead.b_border b{
  position: relative;
}
.contents_howto .howto_box p.txt_lead.b_border b img,
.contents_howto .howto_box.last p.news_lead.b_border b img{
  position: absolute;
  top:-10px;
  right:-50px;
  width: 38px;
}

.contents_howto .howto_box.last p.news_lead span{
  display: block;
  font-size:13px;
}
.contents_howto .howto_box.last p.news_lead strong.center{
  display: block;
  margin:10px;
  text-align: center;
}


.contents_howto .howto_box.last p.end_txt{
  display: block;
  margin:40px 20px 0 20px;
}

.endcap{
  margin:20px auto;
  font-size:13px;
}

.contents_howto .txt_lead + .txt_block_ttl {
  border-top: #e8e8e8 solid 1px;
  padding-top: 30px;
  margin: 15px 20px 10px;
}

.contents_howto .txt_lead + .txt_block_ttl_red {
  border-top: #e8e8e8 solid 1px;
  padding-top: 30px;
  margin: 15px 20px 20px;
  text-align:left;
  color:#ff0000;
}

.contents_howto .txt_lead + .txt_block_ttl_red a{
  text-decoration: underline;
}
.contents_howto .txt_lead + .txt_block_ttl_red a:hover{
  text-decoration: none;
  opacity: 0.8;
}

.contents_howto .txt_block_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 50px 0 10px;
}

.contents_howto .txt_block_ttl.sub {
  font-size: 1.2rem;
  margin: 40px 0 5px;
}

.contents_howto .txt_block_ttl + .txt_block_ttl.sub {
  margin-top: 15px;
}

.contents_howto .txt_block_ttl small {
  font-weight: normal;
}

.contents_howto .howto_slide {
  border: #e8e8e8 solid 1px;
  padding: 20px;
  margin: 0 20px;
  min-height:300px;
}

.contents_howto .howto_slide_block {
  position: relative;
}

.contents_howto .howto_slide_block:focus {
  outline: none;
}

.contents_howto .howto_slide_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contents_howto .howto_slide_block_inner .img {
  width: 130px;
  margin-right: 20px;
}

.contents_howto .howto_slide_block_inner .txt {
  width: calc(100% - 150px);
  font-size: 1.4rem;
}

.contents_howto .howto_slide_block_inner .txt p + p {
  margin-top: 1em;
}

.contents_howto .howto_slide_block_inner.wide_img .img {
  width: 180px;
}

.contents_howto .howto_slide_block_inner.wide_img .txt {
  width: calc(100% - 200px);
}

.contents_howto .howto_slide_block_inner.none_img .txt {
  width: 100%;
}

.contents_howto .slick-arrow {
  width: 20px;
  height: 41px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: transparent;
  text-indent: -999em;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.contents_howto .slick-arrow:hover, .contents_howto .slick-arrow:focus {
  outline: none;
}

.contents_howto .slick-arrow.slick-disabled {
  opacity: .15;
  cursor: default;
}

.contents_howto .slick-prev {
  background-image: url(/img/ico_arrow_prev.png);
  left: -33px;
}

.contents_howto .slick-next {
  background-image: url(/img/ico_arrow_next.png);
  right: -33px;
}

.contents_howto .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

.contents_howto .slick-dots li {
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

.contents_howto .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #e8dfe1;
  text-indent: -999em;
  border: none;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
}

.contents_howto .slick-dots li button:focus {
  outline: none;
}

.contents_howto .slick-dots li.slick-active button {
  background-color: #9b9193;
}

.contents_howto .howto_slide_skip {
  font-size: 14px;
  font-weight: bold;
  margin-top: 35px;
  padding-left: 20px;
}

.contents_howto .app_list {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents_howto .app_icon {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.contents_howto .app_badge {
  width: 140px;
}

.contents_howto .app_badge a {
  display: block;
}

.contents_howto .app_badge a + a {
  margin-top: 10px;
}

.contents_howto .app-dl-list {
  display: block;
}

@media (max-width: 767px) {
  .contents_howto .app-dl-list {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.contents_howto .app-dl-item {
  width: 180px;
}

@media (max-width: 767px) {
  .contents_howto .app-dl-item {
    width: 155px;
    margin: auto;
  }
}

.contents_howto .app-dl-item:nth-of-type(1) {
  margin-bottom: 10px;
}

.contents_howto .app-dl-item a {
  display: block;
}


.contents_howto .video-wrapper {
    position: relative;
/*    max-width:380px;
    width: 100%;  */
    height: 0;
    padding-bottom: 56.25%;
    margin: 20px;
    overflow: hidden;
}

.contents_howto .video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

  /* tab */
.multipletab{
  margin:0 auto;
  overflow:hidden;
  position:relative;
  top:20px;
}
.tab-buttons{
  display:inline-block;
  width:100%;
  margin-bottom:-10px;
}
.tab-buttons>span{
  width:50%;
  margin:0;
  text-align: center;
  box-sizing: border-box;
  display:block;
  float:left;
  cursor:pointer;
  color:#333;
  background:#ddd;
  padding:5px 0;
  line-height:40px !important;
  font-size:1.3rem;
  border-radius: 5px 5px 0 0;
}
.tab-buttons>span.active{
  background:#ef94a9;
  color:#fff;
  position:relative;
}
.tab-content{
position:relative;
}
.tab-content>div{
  position:absolute;
  color:#666;
}
.tab-nav{
  opacity:0;
  transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
}
.multipletab:hover .tab-nav{
  opacity:1;
}
.tab-nav>span{
  position:absolute;
  top:50%;
  cursor:pointer;
  display:block;
  height:35px;
  width:35px;
}

.multipletab .tab-content .box_white{
  border-radius: 0 0 5px 5px ;
}

/* スマホ初回高さ調整 */
@media screen and (max-width: 767px) {
  #watch{min-height:3180px;}
	#content1 #watch{min-height:3380px;}
}


/* /tab */

/* pagetop
----------------------------------------------- */
#pagetop {
  position: fixed;
  right: 10px;
  z-index: 3000;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  text-align: center;
}

#pagetop img {
  vertical-align: bottom;
}

#pagetop a {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #5b5758;
  border-radius: 20px;
}

#pagetop.release {
  width: 100%;
  position: relative;
}

#pagetop.release a {
  right: 0;
  left: inherit;
}

/* sub_footer
----------------------------------------------- */
.sub_footer {
  background-color: #fff;
  padding: 15px 0;
}

.sub_footer_inner {
  max-width: 500px;
  margin: 0 auto;
}

.sub_footer_inner ul {
  text-align: center;
  padding: 0 20px;
}

.sub_footer_inner ul li {
  display: inline-block;
  padding: 0 15px;
}

.sub_footer_inner ul li a {
  font-size: 14px;
  color: #313131;
}

/* footer
----------------------------------------------- */
.contents_short .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer {
  background: #313131;
}

.footer .footer-inner .footer-link-list {
  background: #ffffff;
  padding: 10px 0 0;
}

.footer .footer-inner .footer-link-list ul {
  text-align: center;
  font-size: 0;
}

.footer .footer-inner .footer-link-list ul li {
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
}

.footer .footer-inner .footer-link-list ul li a {
  color: #313131;
}

.footer .footer-inner .footer-link-list ul li a:visited, .footer .footer-inner .footer-link-list ul li a:active, .footer .footer-inner .footer-link-list ul li a:hover, .footer .footer-inner .footer-link-list ul li a:focus {
  color: #313131;
}

.footer .footer-inner .copyright {
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}

/* -------------sp mode------------- */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  .caution {
    font-size: 1.2rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .box_white {
    margin: 0 -10px 20px -10px;
  }
  .contents_app .box_white .txt_service_price {
    margin-top: 5px;
  }
  .contents_app .box_white .txt_service div {
    text-align: right;
  }
  .contents_app .fig_main_top {
    margin: -25px 0;
    width: 100%;
  }
  .contents_contact h3 {
    margin-bottom: 10px;
  }
  .contents_contact h4 {
    margin-top: 30px;
  }
  .contents_contact .btn_contact a.sp {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    background: #313131;
    border-radius: 5px;
    padding: 15px 10px;
    pointer-events: auto;
  }
  .contents_contact .btn_contact a.sp span {
    font-size: 14px;
  }
  .btn_app_column li {
    height: 37px;
  }
  /* contents_howto
  ----------------------------------------------- */

  .contents_howto .howto_slide {
    padding: 15px;
    margin: 0 15px;
  /*  min-height: 425px;  */
  }
  .contents_howto .howto_slide_block_inner {
    display: block;
  }
  .contents_howto .howto_slide_block_inner .img {
    margin: 0 auto 20px;
  }
  .contents_howto .howto_slide_block_inner .txt {
    width: 100% !important;
  }
  .contents_howto .slick-arrow {
    width: 15px;
    height: 31px;
  }
  .contents_howto .slick-prev {
    left: -27px;
  }
  .contents_howto .slick-next {
    right: -27px;
  }
  .multipletab{
    margin:0 -10px 0 -10px;
  }
  .multipletab .tab-content .box_white{
    margin: 0 0 20px 0;
  }
}

@media (max-width: 320px) {
  /* contents_check_plan
  ----------------------------------------------- */
  .contents_check_plan p {
    font-size: 1.3rem;
  }
}


.mt00{
  margin-top: 0px !important;
}