@charset "UTF-8";
/* GoogleFONT */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
/* WIN */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* HTML */
html {
  font-size: 62.5%;
}
body,h1,h2,h3,p,div,ul,ol,li,dl,dd,dt,table,form,blockquote,pre,address {
	margin : 0;
	padding : 0;
	list-style: none;
	font-weight: normal;
}
body {
	background-color:#fff;
	color: #404040;
	font-size: 1.8em;
  font-family: 'Noto Sans JP','-apple-system','BlinkMacSystemFont','Helvetica Neue','Segoe UI','游ゴシック','YuGothic','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo',sans-serif;
	width : 100%;
}
p {
  font-weight: 300;
}
i {
  font-family:FontAwesome;
}

/* FLEX option */
.flex{
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  display: flex;
}
.alit {
  -ms-flex-align: center; /*IE10*/
  -webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-align-items: center; /* Safari6.1以降 */
  align-items: center;
}
.jus {
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
}

/* a */
a {
  color: #ff6c6c

;
}
a:hover {
  color: #01BFF1;
  cursor: pointer;
}
/* FONT option */
.f11 {
  font-size: 11px;
}
.center {
  text-align: center;
}

/* Pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
}
.pagetop_kotei {
  display: none;
  position: absolute;
  top:-40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagetop_kotei a {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #ff6c6c

;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
  line-height: 80px;
}
/* ----------------------------------------
　h
---------------------------------------- */
h1,
h2,
h3,
h4 {
  color: #333;
}
h1 {
position: relative;
    width: 320px;
    height: 85px;
    margin-left: 120px;
    margin-top: 10px;
    background: url(../img/icn_headerapp.svg) no-repeat;
    text-indent: -9999em;
    background-size: contain;
}
h2 {
  position: relative;
  margin-bottom: 5px;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: 350;
  text-align: center;
	display: inline-block;
	display: inline-block;
}
h3 {
  position: relative;
  margin-bottom: 50px;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  color:#ff0037
}
h3::before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 90%;
  height: 3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(-45deg, rgba(246, 255, 0, .8), rgba(255, 0, 161, .8));
  opacity: 0.5;
  animation: huerotator 3s infinite alternate;
}
@keyframes huerotator{
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

h4 {
  position: relative;
  margin: 0 0 40px 0;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
}
h4::before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 32px;
  height: 4px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}
h5 {
  line-height: 2em;
  text-align: center;
}
header {
  background:rgba(255,255,255,0.85);
  width: 100%;
  height:60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  transition: .3s;
  text-align: center;
  box-sizing: border-box;
}
header ul li {
  transition: .3s;
}
#header_pc {
  position: relative;
  margin: 0 auto;
  width: 800px;
  overflow: hidden;
}
#header_txt {
  position: absolute;
  top: 0px;
  right: 2em;
  display: block;
  margin: 1.5px auto;
  font-size: 11px;
  line-height: 1.5em;
  text-align: right;
  width: 100%;
  color: #777;
}
.header_container {
  position: relative;
  margin: 0 auto 5px;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
  align-items:center;
  box-sizing: border-box;
}
.header_navigation {
  position: relative;
  display: block;
  padding: .5em 0 0;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
}
.header_icn_app {
  margin-top:5px;
}
.header_icn_app img {
  display: block;
  width: 200px;
}
.header_icn_logo img {
  display: inline-block;
  padding: 12px 0 0 0;
  height: 20px;
}
.header_nav_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  padding: 7px 0 0 10px;
  box-sizing: border-box;
}
.header_nav_block li {
  padding: 0 1em;
  font-size: .8em;
  box-sizing: border-box;
}
.header_nav_block li a {
  padding: 0;
  line-height: 44px;
  color: #404040;
  font-weight: 500;
  text-decoration: none;
}
.header_nav_block li a:hover {
  color: #ff6c6c

;
}
.header_icn_app a img:hover,
.header_nav_block li a img:hover {
  opacity: .8;
}
#header_container_sp {
  display: none;
}


footer {
  padding: 1.75em 0;
  background-color: #fff;
  width: 100%;
}

.footer_sns_area ul li{
  margin-bottom: 30px;
  padding: 25px;
  display: inline-block;
  width: 100px;
  text-align: center;
  box-sizing: border-box;
}
.footer_sns_area ul li img {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.footer_sns_area ul li a:hover {
  opacity: .8;
}
.jorudan_info {
  text-align: center;
}
.jorudan_info img {
  display: inline-block;
}
.jorudan_info a:hover {
  opacity: .8;
}
.jorudan_info p{
  line-height: 4em;
  font-size: .8em;
}
main {
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}
#wrapper {
  margin: 0 auto;
}
.container,
.box {
  margin: 0 auto;
  width: 1024px;
}
.container {
  background: #333;
}
#link_brank {
  padding: 2.5em 0;
}
#hero {
  width: 100%;
  background: url('../img/top_img_bg.webp') center top no-repeat;
  background-size:cover;
  overflow: hidden;
}
#ud_hero_dl {
  display: none;
}
.hero_global {
  display: block;
  margin: 0 auto;
  width: 1024px;
}
.hero_bg {
  display: block;
  background: url('../img/top_img_device.webp') 96% 100% no-repeat;
  background-size:auto;
}
.hero_box {
  display: block;
  padding: 20px 20px 0;
  height: 600px;
  width: 50%;
  box-sizing: border-box;
}
.hero_block {
  padding-left: 80px;
  text-align: center;
  box-sizing: border-box;
}
.hero_dl {
  display: block;
  margin: 10px;
  padding: 10px;
  width: 380px;
  background: #fff;
  border-radius:10px;
  box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.2);
}
.hero_dl img {
  display: inline-block;
  height: 50px;
}
.hero_dl p {
  font-size: 1em;
  line-height: 2em;
  color: #ff6c6c

;
}
.hero_dl p b {
  font-size: 1.1em;
  font-weight: bold;
  font-weight: 500;
}
.hero_dl p::before {
  margin-right: 5px;
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "\f358";
}

.ud_headline_frame_sp {
  display: none;
}
.ud_headline_frame{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
  align-items: -webkit-center;
  align-items: -ms-center;
  align-items: center;
}
.ud_headline_frame {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
  align-items: center;
}


/* こんな人におすすめ */
#recommended-for {
  margin :0 auto;
  padding: 2em 0;
  background: #ffffff;
  width:100%;
}

.recommended-for-block{
  margin: 0 auto;
  width: 695px;
  padding-left: 40px;
}

.recommended-for-block span {
  color: #ff6c6c ;
  border-bottom: solid 3px #ff6c6c;
  font-size:1.2em;
}

#recommended-for .recommended-for-block li {
  margin: 1em 0;
  font-weight:bold;
}

.recommended-for-block-sub-cap{
  position: relative;
    margin: 40px 0 10px 0;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    color:#ff6c6c;
}


.recommended-for-block-02{
  margin: 0 auto;
    width: 695px;
    padding-left: 40px;
    color:#ff6c6c;
}

.recommended-for-block p{
  margin-top:20px;
  font-size:2rem;
}

#link_attn_1,
#link_attn_2,
#link_attn_3 {
  margin: 0;
  padding: 2em 0;
  background: #fff;
}
#link_attn_1 {
  margin-top: 20px;
}
.attn_connect {
  display: none;
}
.attn_txt {
  margin: 1em auto 0;
  width: 635px;
}
.attn_txt p {
  line-height: 2em;
}
.attn_block {
  margin: 0 auto;
  width: 695px;
}
.attn_item {
  width: 100%;
}
.attn_item img {
  display: block;
}
#go_appstore {
  padding: 1.5em 0 2.5em;
  width: 100%;
  background: #fff;
}
.goa_container {
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
.goa_comment {
  position: relative;
  margin: 0 auto 15px;
  border: 3px solid #ff6c6c
;
  border-radius: 100px;
  font-size: 1.1em;
  line-height: 2.5em;
  width: 280px;
  color: #ff6c6c
;
}
.goa_comment::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border:  20px solid transparent;
  border-top: 20px solid #ff6c6c
;
  width: 0;
  height: 0;
}
.goa_comment::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%);
  border:  20px solid transparent;
  border-top: 20px solid #fff;
  width: 0;
  height: 0;
}
.goa_container a:hover {
  opacity: .8;
}
.goa_linkbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
  margin: 0 auto;
}
.goa_linkcell {
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.goa_linkcell:first-child {
  margin-right: 10px;
}
.goa_linkcell a img {
  display: block;
  height: 60px;
}

.goa_btn {
  display: none;
}




.hide {
  display:none;
}
.news_f {
  text-align: center;
}


#link_feature {
  background: #fafafa;
  padding: 3em 0;
}
.feature_area {
  text-align: center;
}
.feature_area img {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.feature_app_name {
  padding-top: 10px;
}
.spec_tab_wrap {
  width:910px;
  margin:60px auto 20px;
  background: #ccc;
}
input[type="radio"]{
  display:none;
}
.spec_tab_area {
  font-size:0;
  margin:0;
}
.spec_tab_area label {
  width:50%;
  margin:0;
  display:inline-block;
  padding:15px 0;
  color:#999;
  background:#ddd;
  text-align:center;
  font-size: 18px;
  cursor:pointer;
  transition:ease 0.2s opacity;
}
.spec_tab_area label:hover {
  opacity:.9;
}
.spec_panel_area {
  background:#fff;
}
.spec_tab_panel {
  width:100%;
  padding: 20px 0 40px;
  display:none;
}
#tab_1:checked ~ .spec_tab_area .spec_tab1_label,
#tab_2:checked ~ .spec_tab_area .spec_tab2_label {
  background:#ff6c6c

; color:#fff;
}
#tab_1:checked ~ .spec_panel_area #panel_1,
#tab_2:checked ~ .spec_panel_area #panel_2 {
  display:block;
}
.feature_area ul.feature_area_ul {
  margin: 30px auto 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
  width: 90%;
}
.feature_area ul li,
.feature_area ul li.feature_block {
  width: 50%;
}
.feature_area ul li.feature_block:first-child {
  margin-right: 30px;
}
.feature_spec_cell {
  font-size: .9em;
  text-align: left;
  margin-bottom: 20px;
}
.feature_spec_cell p.b {
  font-weight: bold;
}
.feature_spec_cell p.come {
  font-size: .8em;
  color:#999;
}
.support_block {
  padding: 5px 0;
}
.support_block img {
  width: 50px;
  height: 50px;
}
ul li .support_img {
  width: auto;
  margin-right: 10px;
}
ul li .support_txt {
  width: 100%;
}
.trademark {
  font-size: .8em;
  color: #777;
}
.annotation {
  font-size: .8em;
  color: #777;
}
.authority_area {
  width: 80%;
  margin: 0 auto;
}
.authority_title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 3em;
  text-align: center;
}
.authority_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: .9em;
}
.authority_ct1{
  width: 30%;
}
.authority_ct2 {
  width: 70%;
  margin-left: 5px;
  text-align: left;
}
.authority_ct1 p {
  font-weight: bold;
  font-weight: 700;
  text-align: right;
}
.authority_ct1 p::after{
  content:':';
  margin-left: 5px;
  font-weight: normal;
}
.authority_ct2 p.reason {
  color: #777;
}
.authority_ct2 p.reason::before {
  content: '理由：';
  margin-right: 5px;
}


.kiyaku-privacy_area_ul {
  margin: 0 auto;
  padding:4px 4px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
}
.kiyaku-privacy_area_ul li,
.kiyaku-privacy_area_ul li {
  width: 50%;
}

.kiyaku-privacy_area_ul a{
  display: inline-block;
  width:90%;
  background: #fff;
  border: 1px solid #ff6c6c;
  border-radius: 6px;
  padding: 4px;
  margin:2px;
  text-decoration: none;
}
.kiyaku-privacy_area_ul a:hover {
  background: #ff6c6c;
  color:#fff;
}

#other_app {
  position: relative;
  margin-top: 80px;
  background: #555;
  background: url('../img/bg_other_app.webp') center top no-repeat;
  background-size: cover;
}
.other_app_home {
  margin: 0 auto;
  padding: 3em 0;
}
.oa_title {
  margin: 1em auto 2em;
}
.oa_title p {
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2em;
  color: #fff;
}
.oa_block {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.oa_block ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: -webkit-center;
  justify-content: -ms-center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0 auto;
}
.oa_block ul li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-right: 15px;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
}
.oa_block ul li:last-child {
  padding-right:0;
}
.oa_block ul li a {
  text-decoration: none;
  color: #fff;
}
.oa_block ul li a:hover {
  color: #ff6c6c

;
}
.oa_block ul li a p{
  font-weight: bold;
  font-weight: 500;
  font-size: .8em;
}
.oa_block ul .order1 img {
  height: 60px;
}



.oa_block ul .order2 img {
  height: 75px;
}

.oa_block ul img:hover {
  opacity: .8;
}
.oa_norikae {
  margin: 0 auto 30px;
  text-align: center;
}
.oa_norikae img {
  display: inline-block;
  width:354px;
}
