ul, ol, li {
    list-style: none;
}
a{
      text-decoration: none;
}
@media screen and (max-width: 896px){
.About{
    margin: 0 -26px 0 ;
  }
}

.About img{
    max-height: 90px;
}

.About-title {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    letter-spacing: 0;
    /*text-shadow: 0.4px 0.4px 0;*/
    text-align: center;
    line-height: 1.6;
}

.About-block {
    width: 90%;
    margin: auto;
    background-color: #fff;
    border-radius: 11px;
}

.About-dl {
    padding: 0 20px 40px;
}

.About-wh{
    max-width: 600px;
    margin: 30px auto 20px;
    padding: 22px 16px 24px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}

.Abut-wh::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-top: 4px solid #00b9f5;
  border-right: 4px solid #00b9f5;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.About-wh img{
    width: 400px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
}

.About-btn{
  display: inline-block;
  background: #e95506;
  color: #fff!important;
  border-radius: 100px;
  text-decoration: none!important;
  font-size: 1.0rem;
  font-weight: bold;
  border: 2px solid #fff;
  line-height: 1.3;
  padding: 19px 45px 20px;
  width: 290px;
  position: relative;
  box-shadow: 0px 4px 0px 0px rgb(238 132 76 / 40%);
  transition: all .2s;
}
.About-set-ttl{
  padding-top: 60px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 0;
  text-shadow: 0.4px 0.4px 0;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 896px){
.About-btn{
  padding: 10px 45px 10px;
}
}

.modal_open{
    display: inline-block;
}

.Campaign{
    display: flex;
    justify-content: space-between;
}

.Cam{
    width:90%;
    margin: auto;
}

.Campaign-img{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 10px;
    width: 132px;
}

.Campaign-box{
    height: 100%;
    width: calc(100% - 152px);
    text-align: left;
}

.Campaign-text{
    font-size: 14px;
    line-height: 1.5;
    color: #ea5504;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: -5px;
    padding: 0;
}

.Howto_section{
  max-width: 950px;
  margin:auto;
  }

@media screen and (max-width: 896px){
.HowTo{
    margin: 0 -26px 0 0 ;
  }
}

.HowTo-subtitle{
    margin-top: 16px;
    padding: 9px 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.45;
}

.HowTo-carousel {
    overflow-x: auto;
    margin-bottom: 15px;
}

.HowTo-cards {
    display: flex;
    flex-flow: wrap;
    padding-left: 24px;
    padding-right: 12px;
}

@media screen and (max-width: 896px){
  .HowTo-cards {
    display: flex;
    flex-flow: nowrap;
    padding-bottom: 10px;
  }
}

.HowTo-cards .Card {
    padding: 24px 24px 0 10px;
    flex-shrink: 0;
    width: 240px;
    box-sizing: content-box;
}

.HowTo-cards .Card .Card-image {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Card-image img{
    width: 200px;
}
.HowTo-cards .Card .Card-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.47;
    letter-spacing: .2px;
    color: #ea5504;
    margin-bottom: 15px;
}

.HowTo-cards .Card .Card-text {
    font-size: 14px;
    line-height: 1.46;
}

.HowTo-cards .Card .Card-comment {
    font-size: 12px;
    line-height: 1.46;
}

.Card .app-download{
    display: flex;
    justify-content: center;
}
.app-download img{
    width: 95%;
    padding: 5px;
}

.org-right-arrow::before{
  content: "";
  position: relative;
  width: 13px;
  height: 13px;
  left: -28px;
  border-right: 3px solid #eb5505;
  border-bottom: 3px solid #eb5505;
  transform: rotate(-45deg);
}

.HowTo-more-box{
    padding: 30px 10px;
}
.c-blue {  background-color: #eaf8ff;}
.c-blue .HowTo-subtitle{ background-color:#4a90e2; }
.c-green { background-color: #d8efe0;}
.c-green .HowTo-subtitle{ background-color:#20bf7a; }
.c-greeen { background-color:#20bf7a; }
.c-red {  background-color: #f6f6f6;}
.c-red .HowTo-subtitle{ background-color:#ea6666; }
.c-org {  background-color: #fef9e2;}
.c-org .HowTo-subtitle{ background-color:#f35904; }
.c-dblue{ background-color: #e8f7fd;}
.c-dblue .HowTo-subtitle{ background-color:#82daf2; }

.content_box ul {
  	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.content_box li {
    width: 45%;
    margin-right: 2.075%;
    margin-bottom: 2.75%;
    text-decoration: none;
    border: 1px solid #e6d600;
    background-color: #50afe3;
    border-radius: 10px;
}
.content_box li:nth-child(2) {
    width: 45%;
    text-decoration: none;
}
.content_box li:nth-child(n+3) {
    width: 92.075%;
}
.content_box li img {
    margin-left: 0;
}

.content_box_txt {
  position: absolute;
  margin: 8% auto 0;
  width: 45%;
  font-size: 1.5rem;
  color: #fff;
}
.content_box_wide_txt {
    position: absolute;
    width: 92.075%;
    margin: 5% auto 0;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #fff;
}
.content_box_wide_txt span{
    font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
.content_box_txt {
    margin: 40px auto 0;
    font-size: 1.0rem;
}

.content_box_wide_txt {
    margin: 3% auto 0;
    font-size: 1.0rem;
}
.content_box_wide_txt span{
    font-size: .6rem;
}
}

.content_box_txt::after{
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left:50%;
    margin-top:16%;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
.content_box_txt::after{
    width: .8rem;
    height: .8rem;
    margin-top:10%;
}
}

.info{
    max-width: 750px;
    padding: 0 16px;
    margin: 8px auto;
    box-sizing: border-box;
}

.info-overll{
    display: block;
}

.info-contents-attention{
    border: 1px solid #e6d600;
    background-color: #fffaee;
    padding: 8px;
    font-size: 0.7em;
    border-radius: 5px;
}

.info-contents-attention--end{
  color: #fff;
  background-color: #909090;
  padding: 8px;
  font-size: 0.7em;
  border-radius: 5px;
}

.info-text{
    display: block;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .Campaign-text{
      font-size: 16px;
  }

 }

.Campaign-date{
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: .7px;
    color: #333;
}

@media screen and (min-width: 769px) {

/*  ウィンドウサイズ769px以下の時のスタイル  */

  .modal_box {
    width: auto;
    max-width: 470px;
  }

  .modal_close {
      width: 40px;
      line-height: 40px;
      font-size: 30px;
  }

  .modal_close i {
      line-height: 44px;
  }

  .modal_box p{
      margin: 0;
      padding: 0!important
  }

  .link_area {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 12px;
  }

  .link_area .modal_link a {
      margin: auto;
  }

  .link_area ul li.modal_link:first-child a {
      float: none;
      margin-top: 0;
  }

  .link_area ul li.modal_link:last-child a {
      float: none;
  }
}

.c-notice_number{
    font-size: 12px;
    color: #707070;
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1.5;
    text-align: left;
}
.c-notice_no-number{
    font-size: 12px;
    color: #707070;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
    text-align: left;
}

.cpn_box{
    max-width: 750px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 896px){
.cpn_box{
    width: 100%;
}
}
.cpn_box p{
    margin: 10px 10px 20px;
}

.cpn_box img{
    width:80%;
}
.cpn_box ul li:not(:last-child) {
    margin: 0 0 7px 0;
}
.c-dpink {  background-color: #fcf1f0;}

.mg10l{
	margin:10px;
	text-align:left;
}
.gray_ttl{
	background-color: #333333;
	color: #ffffff;
	width: 238px;
	border-radius: 30px;
	padding: 10px 30px;
	display: inline-block;
}
@media screen and (max-width: 896px){
.tab {
		width: 100%;
}
}

.tab-menu {
	max-width: 750px;
	margin: auto;
	display: flex;
}
@media screen and (max-width: 896px){
.tab-menu {
		width: 100%;
}
}

.tab-item {
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: solid 8px #d1d1d1;
  color: #d1d1d1;

	/* widthを同じ比率で分けあう */
	flex-grow: 1;
}
.tab-item img{
	width: calc(100% - 3px);
}

.tab-item:not(:first-child) {
	border-left: none;
}

/* アクティブなタブはデザインを変えて選択中であることが解るようにする */
.tab-item.active {
border-bottom: solid 8px #fff500;
color: #eb5505;
font-weight: 700;
}

.tab-box {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* コンテンツは原則非表示 */
.tab-content {
	display: none;
	font-size: 1.0em;
}

/* .showがついたコンテンツのみ表示 */
.tab-content.show {
	display: block;
}

/* -------------------- talk -------------------- */
.talk_layout{
	display: flex;
}
.talk{
    position:relative;
    width:70%;
    background:#FFFFFF;
    padding:15px;
    text-align:left;
    border:1px solid #d3d3d3;
    color:#000000;
    font-size:14px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
		margin: 10px;
		line-height: 1.0rem;
}
.talk:after,.talk:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    left:100%;
    top:16%;
}
.talk:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:16px;
    border-right-width:16px;
    margin-top: -9px;
    border-left-color:#FFFFFF;
}
.talk:before{
    border-color: rgba(211, 211, 211, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:17px;
    border-right-width:17px;
    margin-top: -10px;
    margin-left: 1px;
    border-left-color:#d3d3d3;
}
.talk_img{
	width: 30%;
	margin: 10px;
}
/* -------------------- talk -------------------- */
.step {
  margin-bottom: 0.5rem;
  display: block;
  color: #eb5505;
  font-size: .75rem;
  font-weight: 700;
}

/* -------------------- setup-step -------------------- */
.setup-step-box {
  position: relative;
  text-align: center;
}
.setup-step-box::before {
  content: '';
  position: absolute;
  background: #eb5505;
  width: 96%;
  height: 1px;
  left: 2%;
  top: 49%;
}
.setup-step-box span {
  position: relative;
  background: #eb5505;
  color: #fff;
  font-size: 1.0em;
  font-weight: 500;
  padding: 5px;
}

/* -------------------- auto_cone -------------------- */
.auto_cone {
  background: #fff;
  border: solid 2px #cccccc;
  margin: 10px;
  padding:15px 10px;
}

/* -------------------- triangle -------------------- */
.triangle-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #eb5505 transparent transparent transparent;
}

/* -------------------- accordion -------------------- */
.accordion{
  margin-top: 10px;
}

.accordion__container {
  width: 100%;
  margin: auto;
}

.accordion__title {
  /*background-color: #000;*/
  border-top: 1px solid #053a7a;
  border-bottom: 1px solid #053a7a;
  /*border: 1px solid transparent;*/
  /*color: #fff;*/
  font-size: 0.9em;
  font-weight: 700;
  /*padding: .625em .625em .625em 2em;*/
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion__title p{
  margin-right: 10px;
}

.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: #053a7a;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active {
  background-color: #fff;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}
.accordion__content li{
  list-style: none;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.8;

}
.accordion__content.is-open {
  border: 1px solid #fff;
  padding: .625em 1.5em;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

/* -------------------- FAQ -------------------- */
.ttl_faq{
  font-weight: 700;
  font-size: 25px;
  line-height: 160%;
  color: #333;
  letter-spacing: .03em;
}
/* -------------------- accordion FAQ -------------------- */
.accordion{
  margin-top: 10px;
}

.accordion__container_faq {
  margin: auto;
  padding: 0 16px;
  max-width: 780px;
  margin: 35px auto;
}

.accordion__title_faq {
  /*background-color: #000;*/
  /*border-top: 1px solid #053a7a;*/
  border-bottom: 1px solid #efefef;
  /*border: 1px solid transparent;*/
  /*color: #fff;*/
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
  padding: 0.75em 0.725em 0.725em 2.6em;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin: 20px 0 0;
}
.accordion__title_faq p{
  margin-right: 10px;
}

.accordion__title_faq::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  transform: translateY(-50%) rotate(135deg);
}

.accordion__title_faq::after {
  transition-duration: .3s;
}

.accordion__title_faq::before{
    font-weight: 700;
    content: "Q";
    display: block;
    position: absolute;
    top: -2px;
    left: 5px;
    color: #eb5505;
    font-size: 2rem;
}

.accordion__title_faq:active,
.accordion__title_faq.is-active {
  background-color: #fff;
  border-bottom: 1px solid #ffffff;
}

.accordion__title_faq.is-active::after {
  transform: translateY(-50%) rotate(315deg);
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}
.accordion__content p{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  padding-left: 1em;
}
.accordion__content li{
  list-style: none;
  text-align: left;
  font-size: 0.7em;
  line-height: 1.8;
}

.accordion__content p::before{
  font-weight: 700;
  content: "A";
  display: block;
  position: absolute;
  left: 22px;
  color: #eb5505;
  font-size: 2rem;
}

@media screen and (min-width: 896px){
.accordion__content p::before{
  left: 11%;
  margin-top: -8px;
}
.accordion__content.is-open {
  padding: .625em 1.5em;
  border-bottom: 1px solid #efefef;
  line-height: normal; /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
}

/*====================================================================
.accordion_one
====================================================================*/
.accordion_one {
  max-width: 1024px;
  margin: 0 auto;
  border: 1.4px solid #333333;
}
.accordion_one .accordion_header {
  font-size: 26px;
  font-weight: bold;
  padding: 20px 60px 20px 15px;
  margin: 12px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}
.accordion_one .accordion_header:hover {
  opacity: .8;
}
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #333333;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #333333;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
  display: none;
  box-sizing: border-box;
  padding-bottom: 40px;
}
.accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.accordion_one .accordion_inner .box_one {
  height: auto;
}
.accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.accordion_one .accordion_inner .closeArea {
  width: 180px;
  margin: 0 auto;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  padding: 15px 15px 15px 20px;
  text-decoration: none;
  line-height: 1.3;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #ff9a05;
}
.accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #1c85d8;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
  opacity: .8;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 10%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18px;
  height: 18px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(45deg);
  transform-origin: center center;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

@media screen and (max-width: 1024px) {
  .accordion_one .accordion_header {
    font-size: 18px;
  }
  .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    margin: 20px 0;
    padding: 15px 60px 20px 15px;
  }
}
.accordion_one .accordion_header:first-child::after {
    display: block;
    content: '';
    position: absolute;
    background-color: #d3d3d3;
    height: 1px;
    width: 87%;
    top: 120%;
    z-index: 1;
}
/*====================================================================
使い方メニュー
====================================================================*/
.cate_list{
    display: flex;
    -webkit-box-pack:center;
    justify-content: center;
    margin: 20px;
}
.content__flo_box .cate_list{
  	/* スクロールさせる場合はstartに変える */
    margin:auto;
    padding-left: 20px;
    display: flex;
    -webkit-box-pack:start;
    justify-content: start;
    overflow-x: scroll;
    flex-wrap: nowrap;
}
.content__flo_box .cate_list_item{
    width: 16%;
}
.cate_list_item{
    width: 25%;
    box-shadow: 0 0 12px #dbe3f2;
}
.cate_list_item:not(:first-child){
    margin-left: 15px;
}
.cate_list_item:hover {
  transform: scale(0.99, 0.99) translateY(2px);
}

/*====================================================================
for PC
====================================================================*/
.anshin-section.-green {
  background: #03A882;
}

.anshin-section-title {
    margin-bottom: 18px!important;
}

@media screen and (max-width: 769px){
.anshin-section-title {
	font-size: 1.3rem!important;
	margin: 0 10px;
	}
}

.anshin-section-title.-white{
  color: #ffffff!important;
}

.anshin-section-title.-black{
	color: #222222!important;
}

.list_giga_point_plan01 li {
	background-color: #ffffff;
}
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400&family=Varela+Round&display=swap');
.font-bold {
		font-size: 20px;
    line-height: 1.2;
    font-family: "M PLUS 1p",sans-serif!important;
    font-weight: 800!important;
}
.font-subtitle {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media screen and (min-width: 770px) {
  .multidevice-inner {
    width: 980px;
    margin: auto;
  }
}
.multidevice-inner {
  padding-top: 30px;
  padding-bottom: 20px;
}

.multidevice{
		width: 100%;
		margin: 0 auto;
		position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media screen and (min-width: 770px){
.anshin-apply__table {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
	}
}

.anshin-apply__table.--mt_20{
    margin-top: -20px!important;
}

.anshin-apply__table-item{
    width: 100%;
    justify-content: center;
    margin: auto;
}

@media screen and (min-width: 770px){
.anshin-apply__table-item{
		text-align: center;
    margin-right: 30px;
}
}

.anshin-apply__table-item p{
    text-align: center;
    padding: 0;
}
@media screen and (min-width: 770px){
  .pc-button {
  		width: 66%;
      padding: 15px 70px;
    }
}
.pc-button {
		width: 60%;
    background: #313131;
		border: 1px solid #313131;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 15px 60px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}
.pc-button {
    color: #ffffff;
}
.pc-button:hover {
		text-decoration: none;
    background: #ffffff;
		border: 1px solid #313131;
    color: #313131;
}
.pc-button:hover a:visited{
    color: #313131!important;
}
.anshin-apply__table-item a{
		color: #ffffff;
    text-decoration: none;
}
.pc-button:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.pc-button:hover:after {
    border-color: #FFF;
		border-top: 3px solid #313131;
		border-right: 3px solid #313131;
}

.pc-button:disabled {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}

.pc-button:disabled:after {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}

.pc-button-wh {
		width: 60%;
    background: #ffffff;
		border: 1px solid  #313131;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 15px 70px;
    color: #313131!important;
    transition: 0.3s ease-in-out;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}
.pc-button-wh:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.multidevice-entry__list {
		margin-bottom: 30px;
		flex-flow: nowrap;
		justify-content: center;
}

@media screen and (min-width: 770px){
.multidevice-entry__list {
		display: flex;
		flex-flow: wrap;
		margin: auto;
	}
}
.multidevice-entry__item {
    width: 100%;
		margin-bottom: 30px;
	  position: relative;
	  box-sizing: content-box;
	  text-align: center;
}
@media screen and (min-width: 770px){
.multidevice-entry__item{
    width: calc(100%/3);
	}
}
.multidevice-entry__item img {
		height: 140px;
}
.multidevice-entry__item p {
		position: relative;
		bottom: 0;
		left: 50%;
		min-height: 44px;
		white-space: nowrap;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-top: 20px;
}
.anshin-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
  font-weight: bold;
  font-size: 16px;

  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.anshin-summary__list {
  margin: 0 20px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.anshin-summary__list li {
  position: relative;
  text-align: left;
  padding-left: 12px;
}

.anshin-summary__list li::before {
  position: absolute;
  left: 0;
  display: block;
  content: "・";
}

table{
  border-collapse: collapse;
  margin:  20px auto;
  width: 90%;

}
.tb01 th,
.tb01 td{
  padding: 20px;
  background-color: #ffffff;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 td img{
  max-width: 310px;
}
.tb01 th {
  background: #7f7f7f;
  color: #fff;

}

@media screen and (max-width: 868px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb01 td:first-child{
    background: #7f7f7f;
    color:#fff;
    font-weight:bold;
  }
  table.tb01 td:before{
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}
