@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: helvetica,Segoe UI,游ゴシック体,YuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック,Yu Gothic,メイリオ,Meiryo,sans-serif;
    color: #3a3a3b;
}


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%;
}


#innerwrap {
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  /*border:solid 1px #cccccc;*/
}

header {
  width: 100%;
  height: 200px;
  margin: 0 auto 80px auto;
  background-color: #E5E5E5;
  display: flex;
  align-items: center;
}

footer {
  font-size: 12px;
  width: 100%;
  height: 400px;
  margin: 160px auto 0 auto;
  background-color: #E5E5E5;
  display: flex;
  align-items: center;
}

article{
  width: 100%;
  margin:100px auto;
}

.h1_area{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

h1{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
}

h2{
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-left: #1a73e8 solid 10px;
  padding: 0 20px;
}

h3{
  font-size: 20px;
  font-weight: 600;
  height: 40px;
  background-color: #1a73e8;
  color: #fff;
  line-height: 1.5;
  padding: 20px;
  margin: 80px auto 20px auto;
  display: flex;
  align-items: center;
}


h4{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 60px auto 20px auto;
  border-left: #1a73e8 solid 8px;
  border-bottom: #1a73e8  solid 3px;
  padding-left: 10px;
}

.h4_indent{
  padding-left: 30px;
	text-indent:-1em;
}

.text_area_img{
  width: 95%;
  margin: 20px auto 40px auto;
  line-height: 2;
}

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

.text_area_flex_u{
  display: flex;
  flex-direction:row-reverse;
  justify-content: flex-end;
}

.text_area{
  width: 95%;
  margin: 0 auto 40px auto;
  line-height: 2;
}

.p_bold{
  font-weight: 600;
}

.article_img{
  width: 720px;
  height: 405px;
  margin: 0 auto;
  background-size:  cover;
}

.article_img_01{
  background-image: url(../img/top_menu_unavailable.jpg);
}
.article_img_02{
  background-image: url(../img/top_home.jpg);
}
.article_img_03{
  background-image: url(../img/aap_home.jpg);
}
.article_img_04{
  background-image: url(../img/../img/aap_hard.jpg);
}
.article_img_05{
  background-image: url(../img/aap_st.jpg);
}
.article_img_06{
  background-image: url(../img/aap_navi.jpg);
}
.article_img_07{
  background-image: url(../img/aap_map_voice.jpg);
}
.article_img_08{
  background-image: url(../img/aap_map_voicercg.jpg);
}
.article_img_09{
  background-image: url(../img/aap_map_voicercg2Yokohama.jpg);
}
.article_img_10{
  background-image: url(../img/aap_voicercg_phone2.jpg);
}
.article_img_11{
  background-image: url(../img/aap_voicercg_phone3.jpg);
}
.article_img_12{
  background-image: url(../img/aap_voicercg_phone4_.jpg);
}
.article_img_13{
  background-image: url(../img/aap_message.jpg);
}
.article_img_14{
  background-image: url(../img/aap_message_received.jpg);
}
.article_img_15{
  background-image: url(../img/aap_message_received3.jpg);
}
.article_img_16{
  background-image: url(../img/aap_YTmusic.jpg);
}
.article_img_17{
  background-image: url(../img/nicolai-berntsen-nw6xREmkXkg-unsplash.jpg);
}


.anker_area{
width: 80%;
height: auto;
margin: 80px auto;
background-color: #E5E5E5;
padding: 20px 0 40px 0;
}

.anker_ul{
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.anker_ul>li{
  line-height: 2;
}

.anker_li{
  font-size: 20px;
  margin-top: 15px;
}

.anker_ul>li a{
  display: block;
  color: #3a3a3b;
  text-decoration: underline;
}

.li_indent{
  padding-left: 2em;
  font-size: 16px;
}

.li_indent_2{
  padding-left: 3em;
  font-size: 16px;
}

.footer_area{
  width: 60%;
  margin: 0 auto;
  text-align: left;
  line-height: 2;
  font-size: 16px;
}


.setup_b{
  background-color: #e5e5e5;
  padding-bottom: 10px;
}

.setup_b>.text_area>p{
  width: 80%;
  margin: 0 auto;
}

.caution_p{
  color: #f9433f;
  margin-top: 20px;
}

.p_button{
  width: 60%;
  margin: 20px auto 0;
  align-items: center;
  background-color: #073042;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.0625rem;
  line-height: 1.2rem;
  padding: 12px 24px;
  text-align: center;
}

.aa_p{
width: 60%;
margin: 5px auto 5px 0;
border: #3dda83 3px solid;
border-radius: 15px;
padding: 15px;
}

.aa_u{
  width: 60%;
  margin: 5px 0 5px auto;
  border: #4d9aff 3px solid;
  border-radius: 15px;
  padding: 15px;
  }

.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}

.size_normal{
  width: 80px;
  height: 80px;
}

.letter3 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
}

.green {
  color: #fff;
  background-color: #fff;
  background-size:  cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/icon-googleassistant.png);
  box-shadow: 1px 1px 15px -7px #4f4f4f;
}

.blue {
  color: #fff;
  background-color: #4d9aff;
}
  
.icon_l{
  margin-left: 10px;
}

.icon_r{
  margin-right: 10px;
}

.p_icon{
  vertical-align:bottom;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/828f8225-c5b9-4f8a-9ae4-1827d206a90b.jpg);
}


.p_icon_h{
  vertical-align:text-bottom;
  display: inline-block;
  width: 12px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/icon-appmike.png);

}

@media only screen and (max-width:450px) {

  header {
    margin: 0 auto 20px;
    height: 120px;
  }

  footer{
    width: 100%;
    margin: 80px auto 0 auto;
    height: 300px;
  }

  .footer_area{
    width: 90%;}

  #bodywrap{
    width: 100%;
    margin: 0 auto;
  }

  #innerwrap {
    width: 90%;
    margin: 0px auto;
  }

  h2{
    font-size: 22px;
    height: 80px;
  }

.anker_area{
  width: 90%;
}

  .article_img{
    max-width: 330px;
    height: 186px;
    margin: 0 auto;
    background-size:  cover;
  }
  

  .h1_area{
    width: 100%;
  }

  h1{
    font-size: 18px;
  }

  .p_button{
    width: 85%;
    margin: 20px auto 0;
  }
  
}


#scroll-to-top-btn{
  position: fixed;
  padding: 0;
  margin: 0;
  height: 50px;
  width: 50px;
  bottom: 10px;
  right: 10px;
  color: #FFF;
  background-color: #9E9E9E;
  border: none;
  border-radius: 50%;
  outline: none;
  opacity: 0;
  transition-duration: 0.5s;
}
#scroll-to-top-btn .scroll-to-top-btn-icon{
  width: 25px;
  cursor: pointer;
}