@charset "utf-8";


* {
  min-height:0;
  min-width : 0;
  }


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  min-height: 0%;
  -webkit-text-size-adjust: 100%;
}

html{
  overflow-y:scroll;
}

body {
  line-height:1;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul,li {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  outline: none;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;  
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/* html5doctor end */


#bodywrap{
  width: 100%;
}




.s_inner {
  max-width: 980px;
  margin: 40px auto;
  z-index: -2147483647;
}


section {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width:768px) {
  section {
    margin: 0 auto
  }
  #bodywrap{
    width: 100%;
    margin: 0 auto;
  }


  .s_inner {
    margin: 0px auto;
  }

}


@media only screen and (min-width:1024px) {
  .sp_br{
    display: none;
  }
}



h2{
  font-size: 32px;
  display: inline-block;
  margin-bottom: 1em;
  padding-bottom: 5px;
  padding-top: 50px;
}


article>p{
  width: 95%;
  margin: 0 auto;
  line-height: 1.5;
}


p{
  word-break: break-all;
}

.article_topic_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article_topic_flex_li {
  border: solid 1px rgba(230, 230, 230, 0.82);
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
  border-radius: 10px;
  width: 45%;
  height: 375px;
  padding: 40px 10px 0;
  margin-bottom: 40px;
}

.article_topic_flex_li a{
  text-decoration: none;
  color: #000;
  font-weight: 500;
}


a.btn_inner{
  display: block;
  text-decoration: none;
  color: rgb(254, 101, 31);
  font-weight: bold;
  bottom: 20px;
  right: 20px;
  font-size: 1rem;
}

@media only screen and (max-width:500px) {

  .article_topic_flex{
    display: flex;
    flex-direction: column;
  }
  

.article_topic_flex_li{
  width: 95%;
  height: 335px;
  margin: 20px auto;
  padding: 40px 0;
}
}


@media only screen and (max-width:768px) {
  h2 {
    font-size: 20px;
    margin-bottom: 10px;
}



}



.top{
max-width: 100%;
height: 400px;
margin: 0 auto;
background:#ddd url(../img/background.jpg) no-repeat center center;
background-size:cover;
}


#icon_area>p{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 15px auto;
  line-height: 1.8;
}


@media only screen and (max-width:768px) {

  
  .top{
    height: 390px;
  }

  #icon_area>p {
    font-size: 13px;
    font-weight: bold;
    margin: 10px auto;
    line-height: 1.8;
}

}

a#demo6-1 {
  background-color: slategray;
  color: #fff;
  text-decoration: none;
  width: 60%;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  display: block;
  font-size: 20px;
}

footer{
  max-width: 100%;
  background: linear-gradient(to bottom, #323232 0%, #3F3F3F 40%, #1C1C1C 150%), linear-gradient(to top, rgba(255,255,255,0.40) 0%, rgba(0,0,0,0.25) 200%);
 background-blend-mode: multiply;
  padding: 80px 0;
}

.footer_wrap{
  max-width: 980px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  
}

footer>h4{
  text-align: center;
  font-size: 2rem;
  color: #fff;
}

footer>p{
  padding: 20px 0;
  line-height: 1.8;
  text-align: center;
  color: #ff714e;
  font-weight: 800;
  font-size: 1.1rem;
}



.footer_appbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer_flex{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 10px;
}


.app_date{
  padding: 30px;
  color: #fff;
  font-size: 0.9rem;
  width: 40%;
}


.footer_app{
  display: flex;
  align-items: center;
}


.app_date>dl{
  margin:10px 0;
  line-height: 1.2;
}

.app_date>dl>dt{
  font-weight: 600;
  padding-bottom: 5px;
}



@media only screen and (max-width:768px) {

  .footer_wrap{
    width: 98%;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    margin: 0 auto;
    color: #fff;
  }

  .footer_app {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.app_storeicon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 15px;
}

.app_date {
  padding: 30px 0;
  font-size: 0.8rem;
  margin: 0 auto;
  width: 90%;
}


.footer_flex{
  padding-right: 0;
}

footer>p {
  width: 95%;
  margin: 0 auto;
}

.app_date>dl>dt>dd {
  line-height: 1.2;
}

}

#global-nav {
  /*background-color: rgba(255, 80, 0, 0.87);*/
  width: 100%;
}

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;  
}

#global-nav .inner {
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 auto;
  max-width: 100%;
  width: 1024px;
}

.global-list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}

.global-item {
  width: 165px;
  font-weight: 500;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.global-item:first-child,.global-item:last-child {
  border: none;
  margin-right: 0;
}

.global-item a {
  color: #fff;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 900;
}

@media only screen and (min-width:1024px) {
.nav_icon{
  margin-right: 10px;
  font-size: 1.8rem;
}
p.nav_text {
  font-size: 1rem;
}
}
.btn-gradient-3d-orange {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(145deg, #fb9724 0%, #f53117 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}



.btn-gradient-3d-orange:active {
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.tab {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
  align-items: center;
}


.tab li {
  color: #333;
  width: 40%;
  padding: 15px;
  border-radius: 5px;
  margin: 10px auto;
  color: #fff;
  background-color: #ccc;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  text-align: center;
  display: block;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}






@media only screen and (max-width:1024px) {
  .global-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn-gradient-3d-orange {
  padding: 0.5em 0 0.2rem;
  border-radius: 0;
}

.navi_modal{
  padding: 0.5rem 0 0;
}

.global-item a {
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}

.global-item {
  width: 20%;
  height: 50px;
  font-size: 0.9rem;
}

.nav_icon{
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.nav_text{
  display: block;
}



.tab {
  width: 100%;
}

.tab li {
  width: 40%;
  height: 35px;
  margin: 5px 0;
  padding: 5px;
  border-radius: 3px;
  font-size: 0.9rem;
  line-height: 1.3;
}
}

.flex_tab{
  display: flex;
}

.flex_tab>li{
  width: 43%;
}
/*.flex_tab>li:first-child{
  margin-right: 5px;
}
.flex_tab>li:last-child{
  width: 91%;
}*/

.tab li.active {
  color: #fff;
  background: rgb(254, 101, 31);
  cursor: auto;
  border: none;
}

.area ul {
  display: none;
}
.area ul.show {
  display: block;

}

.area ul.show>li {
  height: auto;
  font-weight: 600;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  background:slategrey;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}


@media only screen and (max-width:768px) {
  #page_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
}


.slider_wrap {
  width: 100%;
  height: 350px;
  margin: 0 auto;
}


.single {
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  border: slategrey 1px solid;
}



.single img{ width: 100%;}


.slick-dots{
  position: absolute;
  left: 0px;
}


@media only screen and (max-width:768px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }

  .slider_wrap{
    max-width:100%;
    height: 350px;
    margin: 0 auto;
  }

  .slick-dots{
    text-align: center;
  }

}


#dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}


.mfp-container .modalBox {
  display: block;
}

.modalBox {
  display: none;
  width: 300px;
  line-height: 200px;
  margin: 0 auto;
  background-color: #ccc;
  text-align: center;
}


/*animation*/

/**
* Fade-zoom animation for first dialog
*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0; 
  transition: all 0.2s ease-in-out; 
  transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1; 
  transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog { 
  transform: scale(0.8); 
  
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0; 
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


/* top */

.top{
  display: flex;
align-items: center;
}

figure.app_store>img {
  width: 95px;
  height: auto;
}


#icon_area{
  width: 90%;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 100%;
  margin: 0 auto;
}

#icon_area>h1 {
  font-size: 35px;
  text-align: center;
  color: #fff;
  padding: 0 0 20px;
}


.app_storeicon{
  display: flex;
  align-items: center;
}

.icon_resize_google{
  width: 200px;
  height: auto;
}

.icon_resize_apple{
  width: 150px;
  height: auto;
  align-self: flex-start;
}

@media only screen and (max-width:768px) {
.icon_resize_google {
  max-width: 150px;
  height: auto;
}
.icon_resize_apple {
  max-width: 120px;
  height: auto;
}
}

.section4_ul {
  margin: 0 auto 0 auto;
  width: 95%;
  text-align: left;
  padding: 20px 0 50px 0;
}

.section4_ul>li{
  font-size: 13px;
  line-height: 1.8;
}


.color--red{
  color: red;
}






.modal_trigger {
  margin: 100px auto;
  display: flex;
  justify-content: center;
}

.modal_trigger li {
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  color: #216518;
  max-width: 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.modal_trigger li::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #216518;
  transform: translateY(-100%);
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: -1;
  opacity: 0;
}

.modal_trigger li:hover {
  color: #fff;
}

.modal_trigger li:hover::before {
  -webkit-animation: slideRightBg ease .2s forwards;
          animation: slideRightBg ease .2s forwards;
}

.modal_trigger li + li {
  margin-left: 20px;
}

@-webkit-keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.modal_box {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal_bg {
  background-color: rgba(30, 30, 30, 0.9);
  height: 100%;
  width: 100%;
}

.modal_inner {
  background-color: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
}

.modal_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .modal_trigger {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .modal_trigger li {
    width: 47.5%;
        margin: 0 auto;;
    max-width: inherit;
  }
  .modal_trigger li + li {
    margin-left: 0;
  }
  .modal_inner {
    width: 90%;
    padding: 25px;
  }
  .modal_close {
    top: 5px;
    font-size: 2.2rem;
  }
}

.s3_topics{
  max-width: 100%;
  margin: 0 auto;
}

h4 {
  padding: 20px 0 10px;
}




.topic_box {
  padding: 15px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.8;
  font-size: 20px;
}

.topic_h4{
  font-size:1.3rem;
  font-weight: 900;

}

.topic_img{
  width: 100%;
  height: 200px;
  margin: 0 auto;
  border-radius:10px 10px 0 0 / 10px 10px 0 0;
}




.balloon5 {
  width: 50%;
  margin: 50px auto 0;
  overflow: hidden;
}


@media screen and (max-width: 400px) {
  .balloon5 {
    width: 95%;
    margin: 40px auto 10px;
    overflow: hidden;
}
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #ff714e;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: flex;
  justify-content: center;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ff714e;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ff714e;
}

.says p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
}

.tab_area{
  padding: 20px 0;
}


.tab_area>h3{
  font-size: 1.5rem;
  background: linear-gradient(transparent 70%, #ff874ed1 70%);
}

.fa-lightbulb{
  padding-right: 10px;
}


.tab_area_img>img{
  width: 100%;
  border: #333 1px solid;
}

.fa-long-arrow-alt-down {
  color: #777;
  font-size: 1.8rem;
  padding: 20px 0;
}


.tab_navi{
width: 75%;
margin: 20px auto;
display: flex;
justify-content: space-around;
align-items: flex-start;
background-color: #eee;
padding: 3%;
border-radius: 5px;
}




.tab_navi>p{
  padding: 10px;
  width: 45%;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
}


.number_size--orange{
  font-size: 2rem;
  color: rgb(255, 113, 78);
  display: block;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.small{
  display: block;
  font-size: 0.6rem;
  padding-top: 10px;
}




@media screen and (max-width: 400px) {
  .tab_navi{
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .tab_navi>p{
    width: 100%;
    padding:0 0 10px 0;
  }

  .number_size--orange{
    text-align: center;
  }

  .tab_area{
    padding: 40px 0;
  }
  
  .area ul.show {
    border: none;
  }

  .tab_area>h3 {
    font-size: 1rem;
  }

}


.remodal_inner{
  padding: 1%;
}

.remodal_inner>p{
  text-align: left;
  line-height: 1.6;
  font-weight: 600;
  margin: 10px 0;
}

.remodal_img>img{
  width: 100%;
}

.modal_flex{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
}


@media screen and (max-width: 400px) {
  .remodal_inner {
  padding: 0px;
}

.modal_flex{
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 0;
}
}



.prd_flex{
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 auto;
}

.prd_flex>li{
  margin-bottom: 10px;
}


.word_b{
  display: inline-block;
}


.setting{
  margin: 0 auto 50px auto;
  padding: 50px 0;
  border-radius: 20px;
  background: #fff;
  color: #555;
  box-shadow: 0 6px 15px rgb(36 37 38 / 8%);
}



.setting>h3{
  font-size: 26px;
  padding-bottom: 0.4rem;
  border-bottom: solid 3px #ff6e60;
  color: #555;
  font-weight: 900;
  margin:0 auto 1rem auto;
  line-height: 1.7;
  width: 90%;
}




.setting_figure{
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}


.setting_figure img {
  width: 95%;
  margin: 0 auto;
  flex-shrink: 0
}


.setting_text{
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  width: 90%;
}

.setting_text_right{
text-align: right;
font-size: 0.8rem;
margin-top: 10px;
line-height: 1.5;
font-weight: lighter;
}


#s2{
  background-color: #fff;
  width: 100%;
}

.setting h4{
  font-size: 25px;
  padding: 50px 0 30px 0;
}

.fa-check-square,.fa-search{
  margin-right: 0.7rem;
}


.howto_icon{
  color: #ff714e;
  font-size: 5.3rem;
}


h5 {
    color: #ff714e;
    font-size: 25px;
    top: -60px;
    left: 47%;
}

.text_h5{
  font-size: 1.1rem;
  color: #333;
}


@media screen and (max-width: 500px) {
  .setting{
    margin-top: 20px;
  }
  h5 {
    padding: 20px 0;
}


}


@media only screen and (min-width:500px) {

h5{
  text-align: center;
}

  .setting_flex{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 1.2rem;
  }





  .setting_flex>dd{
    width: 90%;
    text-align: left;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    line-height: 2;
    font-weight: 500;
}

  .setting_flex>dt{
    width: 75%;
    margin: 0 auto;
    min-height: 0%；
  }
  .setting_flex>dt.large-image{
    width: 95%;
  }

  .setting_figure>img{
   width: 100%;
  }

.setting_conect{
  max-width: 800px;
}

}




.setting_underbar {
  border: solid 3px rgb(254 101 31);
  border-radius: 10px;
  padding: 1.5rem 1rem;
  margin: 60px auto;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .setting_underbar{
      width: 87%;
  }
}


.setting_text>small{
  font-size: 16px;
  color: #777;
}


p.setting_text_dd {
  text-align: left;
  line-height: 1.7;
  width: 85%;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  margin: 0 auto;
}

p.setting_text_dd>img{
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.remodal-cancel{
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 0;
}


.remodal-confirm, .remodal-cancel {
  min-width: 50px;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: transparent;
}

/*@media only screen and (min-width:500px) {
.setting_underbar {
  width: 60%;
  margin: 0 auto 20px;
}
}*/



.modal_h4 {
  border-bottom: solid 3px rgb(254 101 31);
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  font-size: 25px;
}

.modal_h4::after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ff714e;
  bottom: -3px;
  width: 30%;
}

.area ul.show{
  font-weight: initial;
}



.modal_dd{
  text-align: left;
  line-height: 1.7;
  width: 100%;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  margin: 0 auto;
}

.howto_boldtext {
  color: #3f3f3f;
  font-size: 18px;
  padding: 10px 10px;
  font-weight: bold;
}

.magic_word{
  width: 100%;
}

.section4_ul>li::before{
  content: '・';
}

.section4_ul>li{
padding-left:1em;
text-indent:-1em;
}


.kochira_setting{
  width: 80%;
  margin: 3% auto;
}



.kochira{
  width: 80%;
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}

.kochira>li{
  font-weight: 900;
  border: #ff714e 2px solid;
  border-radius: 10px;
  width: 40%;
  font-size: 20px;
  padding: 15px;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-align: center;
}


.kochira>li a{
  color: #ff714e;
  text-decoration: none;
}


@media screen and (max-width: 800px) {
  .kochira_setting{
    width: 100%;
  }
}


@media screen and (max-width: 400px) {
  .kochira_setting{
    width: 80%;
  }

  .kochira{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .kochira>li{
    width: 80%;
    margin: 10px auto;
    text-align: center;
  }

}


.tab_area>p{
  border-bottom: 2px #ccc solid;
}

.remodal-cancel {
  color: #777;
  background: transparent;
  font-size: 1.5rem;
}


.remodal_inner a,.remodal_inner a:visited{
color: cornflowerblue;
}



.title_navi{
  color: #ff714e;
  font-size: 1.1rem;
}

.setting_p{
  font-size: 20px;
  line-height: 1.2;
  margin: 10px auto;
  color: rgb(254, 101, 31);
  border-bottom: #fff;
  width: 100%;
  font-weight: 700;
}


#footer{
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ft_m1{
  position: fixed;
  bottom: 60px;
}

.ft_m2{
  position: fixed;
  bottom: 0;
}

.to-top{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 50px;
  font-weight: bold;
  color: rgba(243, 78, 3, 0.77);
  cursor: pointer;
}

.compatible_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  padding: 5px;
  right: 10px;
  bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(145deg, #fb9724 0%, #f53117 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-radius: 5%;
  cursor: pointer;
}

.fa-info-circle{
  padding-right: 8px;
  font-size: 30px;
}

@media only screen and (max-width:768px) {
  .to-top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
  }

  .compatible_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    font-size: 15px;
  }
  .fa-info-circle{
    padding-right: 5px;
    font-size: 25px;
  }

  .ft_m1{
    position: fixed;
    bottom: 40px;
  }

}