@charset "UTF-8";
i {
  font-size: 36px !important;
  vertical-align: middle;
  color: #3ca4c8;
}
.maintitle {
  display: flex;
  align-items: center;
  filter: drop-shadow(1px 2px 5px rgba(215, 215, 215, 0.6));
  background-color: #fff;
  padding: 20px;
}
.subtitle {
  text-align: center;
  width: 675px;
}

.subtitle1{  text-align: center;
  font-weight: bold;
  font-size: 160%;
}
.subtitle1 span{  font-weight:normal;
  font-size: 80%;}

h3.title span.step {
  background-color: #666;
  padding: 5px 20px;
  border-radius: 30px;
  color: #fff;
  margin-right: 10px;
  flex-basis: 100px;
  flex-shrink: 1;
}

span.stepread {
  margin-right: 50px;
  font-weight: bold;
  flex-shrink: 3;
}
.download{  display: flex;
  align-items: center;}
.download li{border-bottom: none !important;
width: 50%;
text-align: center;}

.step2{  display: flex;}
.step2 li{border-bottom: none !important;}

ol li{border-bottom: none !important;}

.support{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}
.support li {
  flex: 0 1 240px;
  border: 1px solid #ccc;
  border-radius: 10px;
margin: 5px;
  text-align: center;
  background-color: #e1e1e1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
  filter: drop-shadow(1px 2px 5px rgba(215, 215, 215, 0.6));
}
.support li a{display:block;
text-decoration: none;
  color: #000;
padding: 20px;
}
.support li:hover {
    background-color: #666;
    }
.support li a:hover {
  text-decoration: none;
  color: #fff;
}

.model {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}
.model li {
flex: 0 1 150px;
  border: 6px double #a6a6a6;
  border-radius: 20px;
  margin: 5px;
  text-align: center;
  background-color: #e1e1e1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.model li a{display:block;
text-decoration: none;
  color: #000;
padding: 10px;
}
.model li:hover {
    background-color: #666;
    }
.model li a:hover {
  text-decoration: none;
  color: #fff;
}


h3.submenu {
	position: relative;
	border-bottom: 5px solid #ddd;
	padding: 10px 0;
	font-size: 120%;
	margin-top: 60px;
	}
h3.submenu:before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 20%;
	height: 5px;
	content: '';
	background: #27acd9;
	}
.imgcheck {
  width: 300px;
  display: inline-block !important;
border: 10px solid;
  border-radius: 20px;
}
/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
display: flex;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 20px 0;
  transition: all .5s ease;
align-items: center;
}

/*アイコンの＋と×*/
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background-color: #333;
}

.title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}
.title::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}


.box {
    display: none;
	margin:0 3% 3% 3%;
    padding: 3%;
}
/*========= アプリアイコン ===============*/
.icon{
  border-radius: 20px;
  width: 120px;
  box-shadow: 0 0 8px gray;
  display: block;
  margin: 20px auto;
}

/*========= レイアウトのためのCSS ===============*/

h2{
    text-align: center;
    margin: 30px 0;
    font-size:1rem;
}

.single-item div{width:792px;}
.slick-dots li {
border-bottom:none;
}
.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #0f0f0f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*========= check ===============*/
.check {
	position: relative;
	padding-top: 50px;
padding-bottom: 30px;
	font-size: 26px;
	text-align: center;
}

.check span {
	position: relative;
	z-index: 2;
}

.check::before {
	content: attr(data-en);
	position: absolute;
	top: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(224,66,114,0.2);
	font-size: 40px;
	font-style: italic;
width: 9.5em;
display: inline-block;
}
/*========= point ===============*/
h3.point{text-align: center;color: rgba(224,66,114,0.2);margin-top: 20px;font-size: 20px;}
h3.point span{display:block;color: #000;font-size: 24px;margin-top: 10px;}

img.point {
  display: inline-block;
  padding: 4px;
  vertical-align: middle;
  height: 1.5em;
}
/*========= boxnav ===============*/
.boxnav{
display:flex;}

.boxnav div {
  width: 100%;
}
.boxnavinner{
display:flex;}

.boxnavinner a {
  display: inline-block;
  width: 50%;
  padding: 5px;
  margin: 5px;
  border: 1px solid #ccc;
  color: #000;
}
.boxnavinner a:hover {
  background-color: #ccc;
}



/*modal*/
#simple-modal main.is-locked {
  position: fixed;
  width: 100%;
}
#simple-modal h1 {
  font-size: 2.2rem;
  text-align: center;
  margin: 30px auto;
}
#simple-modal section {
  text-align: center;
  padding: 100px 20px ;
}
#simple-modal button {
  display: inline-block;
  color: #fff;
  background-color: #877666;
  border-color: #877666;
  text-align: center;
  vertical-align: middle;
  padding: .375rem .75rem;
  border-radius: .25rem;
  margin-bottom: 20px;
}
#simple-modal button:hover {
  opacity: 0.7;
}
#simple-modal .text-center {
  text-align: center;
}
.modal {
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.5);
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}
.modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}
/*以下、IE11 ハック（IEでこれがないと上下中央寄せが出来ない）*/
.modal_container _:-ms-lang(x)::-ms-backdrop, .modal_container {
  min-height: 100vh;
}
.modal_container::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}
.modal_inner {
  margin: 20px auto;
  width: 100%;
}
.modal_content {
  display: none;
  width: 100%;
  max-width: 800px;
border-radius: 5px;
  background: #fff;
  padding: 40px;
  margin: 20px auto;
}
.is-active .modal_content {
  display: block;
}
.modal_content h2 {
  text-align: center;
  margin-bottom: 20px;
}
.wrapper.is-locked {
  position: fixed;
  width: 100%;
}
.modal_content .text_wrapper {
  margin-bottom: 50px;
}

.mb-1,.mb-2{
  width: 50%;
  margin: 5px;
}
.mb-3, .mb-4, .mb-5, .mb-6 {
  width: 50%;
  margin: 5px;
}

p.subtitle_step5 {
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #a8a8a8;
  width: 98%;
}

h4.subtitle_step5 {
  border: 1px solid #a8a8a8;
  padding: 10px;
  margin: 30px 0 0 0;
}
.text-right{text-align: right;}

.panel{
  border: 1px solid #ccc;
  padding: 10px;
  width: 100% !important;
  font-size: 83%;
}

.slick-dots{
  bottom: -50px;
}

/*スマホ用*/
@media screen and (max-width: 579px) {
  .single-item div {
    width: 320px;
				margin: 0 auto;
  }

.step2 {
  display: block;
}

.modal {
  padding: 0;
}

.modal_content {
    width: 85% !important;
    max-width: 340px;
    padding: 20px;
    margin: 20px auto;
  }

.support li {
  flex: 0 1 100%;
}

.boxnav {
  display: block;
}

.check::before {
	font-size: 36px;
}

@media screen and (max-width: 399px) {
.maintitle {
    display:block; 
}
.subtitle {
    width: 100%;
}
.subtitle1 span {
    font-size: 70%;
}
}

