/* color system

  text    #111
  btn     #FF3159

*/
body {
  background: #FFFFFF none repeat scroll 0 0;
  font-family: 'Helvetica Neue','Helvetica','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
  font-size: 14px;
  width: 100%;
  color: #111;
  -webkit-text-size-adjust: none;
}

.pc {
  display: none;
}

input,
button {
  outline: none;
}

/* 新しくはじめるダイアログ */

#signup_area {
  display: none;
}

#signup_area.active {
  display: block;
}

#signup_area .back {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 100;
}

#signup_area .box {
  background: #FFFFFF;
  width: 260px;
  padding: 40px 20px 30px; 
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 200;
}

#signup_area .inner {
  position: relative;
}

#signup_area .js-register-btn-01 {
  display: block;
  padding: 0 !important;
  border: solid 1px #111;
  border-radius: 100px;
  background: #fff;
  color: #111;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

#signup_area #phone-register-btn-01 {
  display: block;
  padding: 0 !important;
  border: solid 1px #111;
  border-radius: 100px;
  background: #fff;
  color: #111;
  font-size: 16px;
  text-decoration: none;
  height: 48px !important;
  line-height: 48px !important;
  text-align: center;
  cursor: pointer;
  margin: 15px 0 0 0;
  font-weight: bold;
}

#signup_area .facebook_txt {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
  color: #A0A0A0;
}

#signup_area .close {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -10px;
}

#store_induction {
  height: 60px;
  width: 100%;
  background: rgba(243,243,243,0.9);
  backdrop-filter: blur(16px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
}

#store_induction .inner {
  height: 60px;
  padding: 0 10px;
}

#store_induction img {
  position: absolute;
  top: 8px;
}

#store_induction p {
  font-size: 14px;
  padding: 12px 0 0 54px;
  line-height: 18px;
  font-weight: bold;
}

#store_induction a {
  font-size: 12px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  text-decoration: none;
  background: #1985E5;
  border-radius: 1000px;
  padding: 0 12px;
  position: absolute;
  right: 10px;
  top: 15px;
}

#store_induction p span {
  font-size: 11px;
  color: #A0A0A0;
}

#header_area {
  width: 100%;
  height: 50px;
  top: 0;
  z-index: 100;
}

#header_area.fixed {
  left: 0;
  position: fixed;
  top: 0;
}

#header_area .box {
  width: 100%;
  height: 50px;
  position: relative;
  background: rgba(255,255,255,0.9);
  /*border-bottom: 1px solid #E3E3E3;*/
  backdrop-filter: blur(16px);
}

#header_area .logo {
  position: absolute;
  left: 15px;
  top: 11px;
  width: 94px;
}

#header_area .logo img {
  height: 28px;
}

#header_area .logo h1 {
  float: left;
}

#header_area .icon_toggle {
  height: 15px;
  width: 18px;
  background: url(../image/icon_toggle_sp.png) center center;
  vertical-align: middle;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 18px;
}

#header_area .icon_toggle02 {
  height: 15px;
  width: 14px;
  background: url(../image/icon_toggle02_sp.png) center center;
  vertical-align: middle;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 18px;
}

#layer_menu {
  position: relative;
  z-index: 50;
  width: 100%;
  display: none;
  margin-top: -1px;
  background: rgba(255,255,255,0.9);
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #E3E3E3;
  backdrop-filter: blur(16px);
}

#layer_menu li a {
  text-decoration: none;
  color: #2D2E2D;
  display: block;
  height: 48px;
  padding: 0 15px;
  line-height: 48px;
}

#layer_menu .menu_btn_area {
  padding: 30px 0 300px;
}
#layer_menu .menu_btn_area .menu_start_btn,
#layer_menu .menu_btn_area .menu_login_btn {
  display: block;
  border-radius: 100px;
  background: #1985E5;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 270px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin: 10px auto 0;
}
#layer_menu .menu_btn_area .menu_login_btn {
  background: #fff;
  color: #111;
  border: 1px solid #111;
  margin-top: 20px;
}


#usp_area {
  text-align: center;
  padding: 0;
}

#usp_area .btn_area {
  padding: 0 30px;
}

#usp_area .btn_area .start_btn {
  display: block;
  border-radius: 100px;
  background: #1985E5;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 270px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin: 10px auto 0;
}

#usp_area .btn_area a.login_btn {
  display: block;
  background: #fff;
  color: #111;
  font-size: 14px;
  text-decoration: none;
  width: 100%;
  max-width: 270px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  margin: 15px auto 10px; 
}

.btn_area ul {
  width: 318px;
  margin: 20px auto 0;
  text-align: center;
}

.dl_ttl {
  position: relative;
  padding: 0;
  margin: 20px auto 20px;
  text-align: center;
  width: 318px !important;
}

.dl_ttl:before {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #E7E7E7;
}

.dl_ttl span {
  color: #FF3159;
  font-weight: bold !important;
  font-size: 18px;
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.btn_area .title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;;
}

.btn_area .btn_google img,
.btn_area .btn_apple img {
  width: 192px;
}

.ios .btn_area .btn_google {
  display: none;
}

.android .btn_area .btn_apple {
  display: none;
}

.attn {
  font-size: 12px;
  opacity: 0.4;
  text-align: center;
  margin: 0px 0 0;
}

#viewer {
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 0;
}
 
#viewer img {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}

#special_area {
  padding: 30px 16px 0;
}

#special_area img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

#usp_area .image_area {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

#usp_area .title_usp {
  position: absolute;
  bottom: 120px;
  left: 0px;
  width: 62%;
  z-index: 2;
}

#usp_area .device_image {
  position: absolute;
  bottom: -18px;
  right: 20px;
  width: 33%;
}

#usp_area h1 {
  font-size: 18px;
  color: #FF8D8B;
  margin: 35px 0 0; 
}

#usp_area h1 sup {
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

#usp_area .notice {
  font-size: 11px;
  color: #a0a0a0;
  padding-top: 5px;
}

#usp_area h2 {
  margin: 10px 15px 0; 
  font-size: 14px;
  line-height: 20px;
}

.image_area .btn_area {
  padding: 0;
}


a.btn_style01 {
  width: 300px;
  margin: 0 auto;
  height: 50px;
  display: block;
  line-height: 50px;
  color: #FFF;
  text-decoration: none;
  background: #3F9AD1;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  text-align: center;
  font-size: 18px;
}

a.btn_style02 {
  width: 300px;
  margin: 0 auto;
  height: 46px;
  display: block;
  line-height: 46px;
  line-height: 46px;
  color: #FFF;
  text-decoration: none;
  background: #FF8D8B;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -moz-box-shadow: 0px 2px 0px #FF7A78;
  -webkit-box-shadow: 0px 2px 0px #FF7A78;
  text-align: center;
  font-size: 16px;
}

.facebook_area {
  margin: 15px 0 0;
}

.facebook_area > select {
  width: 130%;
}

.facebook_area select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.facebook_area select {
  width: 70px;
  padding: 4px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #E3E3E3;
  background: url(../image/select_bred.png) 68px 50% no-repeat, #FFFFFF;
  background: url(../image/select_bred.png) 68px 50% no-repeat, #FFFFFF;
  background-size: 8px, 5px;
  font-size: 14px;
  font-weight: bold;
  color: #3F9AD1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 10px;
}

.fb_label {
  vertical-align: middle;
}

.facebook_area .btn {
  margin: 10px 0 0 0;
}

#phone-register-btn-sp {
  cursor: pointer;
  display: block;
  width: 300px;
  height: 44px;
  line-height: 44px;
  color: #3F9AD1;
  font-size: 13px;
  font-weight: bold;
  border: solid 1px #3F9AD1;
  border-radius: 50px;
  margin: 10px auto 0;
}

.facebook_area p {
  font-size: 12px;
  margin: 0;
}

.facebook_area p span {
  color: #a0a0a0;
  margin-left: 10px;
}

.facebook_area a {
  color: #A0A0A0;
  text-decoration: none;
  font-size: 12px;
  margin-top: 15px;
  display: inline-block; 
}

input.facebook_btn {
  width: 300px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  margin: 20px auto 0px;
}

input.facebook_login {
  width: 207px;
  height: 13px;
  display: block;
  text-indent: -9999px;
  margin: 15px auto 10px;
}
/*
.category_title {
  text-align: center;
}

.category_title h2 {
  font-size: 22px;
  color: #111;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid #111;
}*/

.category_title02 {
  text-align: left;
  font-size: 14px;
  padding: 15px 0 0;
  color: #FF8D8B;
}

.category_title03 {
  text-align: left;
  font-size: 20px;
  color: #FF8D8B;
  padding: 20px 15px 0;
}
.category_title03 {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #1985E5;
  padding: 20px 15px 0;
}

.category_text {
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  line-height: 22px;
}

#happy_area {
  width: 100%;
  margin-top: 0px;
}

#video_wrap {
  margin-top: 20px;
  background: #eee;
}

.video {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url("../image/movie_thumbnail.png") no-repeat;
  background-size: cover;
}

.video_thumb:after {
  content: "";
  position: absolute;
  cursor: pointer;
  background: url("../image/icon_play.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: .65;
}

.video_caption {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: #A0A0A0;
}

.video_caption img {
  margin: 0 5px;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
}

#happy_area .inner {
  font-size: 0;
  padding: 0 16px;
}

#happy_area ul {
  margin: 0;
}

#happy_area li {
  width: 48%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-right: 4%;
  margin-top: 30px;
  text-align: center;
}

#happy_area li:nth-child(2n) {
  margin-right: 0px;
}

#happy_area li a {
  color: #2D2E2D;
  text-decoration: none;
}

#happy_area li span {
  cursor: pointer;
  line-height: 18px;
  font-size: 12px;
  color: #2D2E2D;
}

#happy_area li span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#happy_area li .name {
  text-align: center;
  margin: 10px 0 5px;
  font-size: 11px;
  color: #A0A0A0;
  line-height: 14px;
}

#happy_area li .heart {
  display: none;
}

#happy_area li .heart_area {
  width: 5px;
  display: inline-block;
}

#happy_area li .image {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

#happy_area.index li:nth-child(n + 7) {
  display: none;
}

#happy_area .more {
  padding: 0 20px;
}

#happy_area .more a {
  width: 315px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  background: #1985E5;
  border-radius: 100px;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  height: 60px;
  margin: 30px auto 0; 
}

/* happyreport_bnr */
#happyreport_bnr {
  max-width: 345px;
  height: 240px;
  margin: 40px auto 0;
  background-image: url(../image/happy_bnr_sp.png);
  background-size: contain;
  position: relative;
}

#happyreport_bnr a {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  background: #FF3159;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  width: 158px;
  height: 40px; 
  position: absolute;
  left: 15px;
  bottom: 20px; 
}

#step_area {
  width: 100%;
  margin: 70px 0 0;
}
#step_area .inner {
  margin: 0 4%;
}
#step_area .inner .box {
  display: none;
}

#step_area li {
  text-align: center;
  margin: 40px 0 0;
}

#step_area li:first-child{
  margin: 30px 0 0;
}

#step_area .step h2 {
  font-size: 24px;
  color: #111;
  letter-spacing: 1px;
  margin-bottom: 8px; 
}

#step_area .step h2 span {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  color: #FF8D8B;
  letter-spacing: 0.05em;
}

#step_area .step01 img {
  width: 194px;
}

#step_area .step02 img {
  width: 201px;
}

#step_area .step03 img {
  width: 194px;
}

#step_area .step04 img {
  width: 252px;
}

#step_area .step p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  padding: 0 15px;
}



#safe_area {
  width: 100%;
  margin: 60px 0 0;
  padding: 70px 0 60px;
  background: #F1FAFF;
}

#safe_area .inner {
  position: relative;
  margin: 0 4%; 
}


/*
#safe_area li {
  margin: 45px 0 0;
  text-align: center;
}

#safe_area li:first-child{
  margin: 30px 0 0;
}

#safe_area p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  color: #A0A0A0;
}
*/
#safe_area ul {
  margin: 0;
}

#safe_area li {
  width: 48%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-right: 2%;
  margin-top: 30px;
  text-align: center;
}

#safe_area li:nth-child(2n) {
  margin-right: 0px;
}

#safe_area li a {
  color: #2D2E2D;
  text-decoration: none;
}
#safe_area li .image {
  width: 170px;
  position: relative;
}
#safe_area .image img {
  width: 170px;
}


#safe_area .title {
  font-size: 16px;
  line-height: 24px;
  color: #2D2E2D;
  margin-top: 15px;
}

#safe_area .more a {
  width: 315px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  background: #1985E5;
  border-radius: 100px;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  height: 60px;
  margin: 30px auto 0; 
}






#media_area {
  width: 100%;
  padding: 70px 0 0;
}

#media_area .inner {
  margin: 0 15px;
  position: relative;
}

#media_area #media_list {
  margin: 10px auto 30px;
  text-align: center;
}

#media_area #media_list li {
  display: inline-block;
  width: 100px;
  margin: 10px 5px;
}

#media_area #media_list li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#register_area {
  padding: 30px;
  background: linear-gradient(0deg, #F1FAFF 0%, #FFF 100%);
}

#register_area .btn_area .start_btn {
  display: block;
  border-radius: 100px;
  background: #1985E5;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 315px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin: 20px auto 0; 
}

#register_area .btn_area a.login_btn {
  display: block;
  border-radius: 100px;
  border: solid 2px #1985E5;
  background: #fff;
  color: #1985E5;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 315px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 25px; 
}

#footer_area {
  background: #FFF;
  color: #A0A0A0;
  padding: 20px 0 0;
  margin: 0;
}

#footer_area a {
  color: #A0A0A0;
  text-decoration: none;
}

#footer_area .logo img {
  width: 128px;
  margin: 0 15px 10px;
}

#footer_area p,
#footer_area ul {
  margin: 0 24px 40px;
  font-size: 14px;
}

#footer_area a {
  color: rgba(17,17,17,.7);
  text-decoration: none;
  font-size: 13px;
}

#footer_area li {
  padding: 20px 20px 15px 0;
  display: inline-block;
}

#footer_area p {
  margin-top: 30px;
  font-size: 11px;
  color: rgba(17,17,17,.7);
}

#footer_area .store {
  width: 300px;
}

#footer_area .store li {
  padding: 0;
  display: block;
  margin: 30px 0 0;
}

#footer_area .store li {
  float: left;
}

#footer_area .store li:last-child {
  float: right;
}

/*
    happy_report
*/
a.back_happyreport {
  margin-top: 30px; 
  font-size: 14px; 
  color: #FF8D8B;
  text-decoration: none;
  padding: 0 15px;
}

#happy_report {
  margin: 0 auto;
  padding: 0 15px;
}

#happy_report h1 {
  margin: 20px 0;
  font-size: 18px;
  line-height: 28px;
}

#happy_report .report_image,
#happy_report .report_image02 {
  width: 100%;
}

#happy_report .person {
  font-size: 14px;
  color: #A0A0A0;
  margin-top: 15px;
  text-align: center;
}

#happy_report .person span {
  padding: 0 2px;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
}

#happy_report .text {
  font-size: 14px;
  line-height: 26px;
  margin: 25px 0;
}

#happy_report .text span {
  color: #FF8D8B;
}

#happy_report .text b {
  font-weight: bold;
  padding: 0 0 5px 0;
  display: inline-block;
}

#happy_report .comment {
  background: #FFF3F3;
  padding: 20px;
  font-size: 14px;
  margin: 30px 0 0 0;
  line-height: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#happy_report span {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

#happy_relation_area {
  margin: 0 auto; 
}

#happy_relation_area h1 {
  margin: 40px 0 0; 
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  background: #FAF9F7;
  border: 1px solid #E3E3E3;
  text-indent: 15px; 
}

#happy_relation_area ul {
  padding: 0 15px;
}

#happy_relation_area li a {
  display: block;
　position:relative;
  overflow: hidden;
  border-bottom: 1px solid #E3E3E3;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
}

#happy_relation_area li .image {
  float: left;
  width: 90px;
  height: 90px;
}

#happy_relation_area li .image img {
  width: 90px;
}

#happy_relation_area li .text {
  margin-left: 105px;
  overflow: hidden;
  margin-top: 12px;
}

#happy_relation_area li a {
  color: #2D2E2D;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}

#happy_relation_area li a:hover {
  text-decoration: none;
}

#happy_relation_area li span {
  color: #A0A0A0;
}

/* happy_respot_list_area */
#happy_area .sub_text {
  font-size: 14px;
  margin: 15px 15px 0;
  line-height: 20px;
}

/* company_area */
#company_area {
  margin: 0 15px 50px;
}

#company_area table {
  width: 100%;
  margin-top: -20px; 
}

#company_area th {
  width: 90px;
  font-size: 14px;
  color: #A0A0A0;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3;
  vertical-align: top;
  line-height: 22px;
}

#company_area td {
  font-size: 14px;
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3;
  vertical-align: top;
  line-height: 22px;
}

#company_area td span {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  display: block;
  margin: 10px 0 30px;
}

/* leanModal */
#lean_overlay {
  position: fixed;
  z-index:200;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
}

#modal_area {
  width: 300px;
  height: 320px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: transparent; 
  z-index:300;
}

#modal_area .box {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 300px;
  height: 250px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 40px 0 30px;
}

.modal_close { 
  position: absolute;
  top: 10px;
  right: 10px;
  display: block; 
  width: 14px;
  height: 15px; 
  background: url(../image/icon_toggle02_sp.png) center center;
  background-size: cover;
  z-index: 2;
  cursor: pointer;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}







/* ご利用プラン */
#price_body {
  /*position: relative;*/
}

#price_body h1 {
  margin-bottom: 20px;
}
#price_body .intro {
  margin: 0;
}
#price_body .intro .intro_txt {
  font-size: 14px;
  padding: 0 15px 30px;
  margin: 0;
  color: #111;
  line-height: 1.55;
}
#price_body .contents {
  width: calc(100% - 30px);
  margin: 0 auto;
  color: #111;
}
#price_body h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#price_body h2 .subheading {
  font-size: 19px;
  font-weight: bold;
}
#price_body .contents .intro_txt {
  margin-bottom: 10px;
  line-height: 1.4;
}

#price_body .article_a,
#price_body .article_b,
#price_body .article_c {
  position: relative;
}
#price_body .contents .article_a .article_a_illu {
  position: absolute;
  top: 43px;
  right: 15px;
}
#price_body .contents .article_a .article_a_illu img {
  width: 100px;
}
#price_body .contents .article_b .article_b_illu {
  position: absolute;
  top: 9px;
  right: 25px;
}
#price_body .contents .article_b .article_b_illu img {
  width: 80px;
}
#price_body .contents .article_c .article_c_illu {
  position: absolute;
  top: 43px;
  right: 22px;
}
#price_body .contents .article_c .article_c_illu img {
  width: 90px;
}

#price_body .article_a .intro_txt .srow,
#price_body .article_b .intro_txt .srow,
#price_body .article_c .intro_txt .srow {
  display: none;
}



#price_body table {
  table-layout: fixed;
  width: 100%;
  border-radius: 12px;
  border-spacing: 0;
  border-collapse: separate;
}

#price_body table.aut {
  table-layout: auto;
  width: 100%;
}

.t_group {
  border-top: 3px solid #5CBAF7;
  border-left: 3px solid #5CBAF7;
  border-right: 3px solid #5CBAF7;
  border-bottom: 3px solid #5CBAF7;
}
.t_group.main,
.t_group.sub {
  border-top: 3px solid #1985E5;
  border-left: 3px solid #1985E5;
  border-right: 3px solid #1985E5;
  border-bottom: 3px solid #1985E5;
}

.t_group th, .t_group td {
  border-right: 1px solid #5CBAF7;
  border-bottom: 1px solid #5CBAF7;
}
.t_group.main th, .t_group.main td,
.t_group.sub th, .t_group.sub td {
  border-right: 1px solid #1985E5;
  border-bottom: 1px solid #1985E5;
}

.t_group.sub span {
  font-size: 10px;
}

.t_group tr:last-child th,
.t_group tr:last-child td {
  border-bottom: none;
}
.t_group td:last-child {
  border-right: none;
}

.t_group .first {
  border-radius: 8px 0 0 8px;
  width: 132px;
}
.t_group .first.wh {
  border-radius: 8px 0 0 0;
  background: #fff;
}
.t_group .second {
  width: 51px;
}

.t_group .vrl {
  width: 30px;
  border-bottom: none;
  letter-spacing: 0.5em;
}
.t_group .vrltxt {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: pre;
  display: inline-block;
  font-weight: bold;
}
.t_group .vrlnext {
  width: 100px;
}
.t_group .v1 {
  width: 30%;
}



.t_group th {
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  background: #F3FAFF;
  vertical-align: middle;
}
.t_group.main th {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.4;
  vertical-align: middle;
  background: #E0F4FF;
}
.t_group.main .first {
  border-radius: 8px 0 0 8px;
  width: 95px;
}
.t_group.main .first.wh {
  border-radius: 8px 0 0 0;
  background: #fff;
}

.t_group.sub th {
  padding: 20px 0;
  font-size: 14px;
  background: #E0F4FF;
}
.t_group.main th.t_article,
.t_group.sub th.t_article {
  color: #fff;
  background: #1985E5;
}
.t_group.sub th.second {
  background: #fff;
}


.t_group td {
  padding: 20px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  background: #fff;
  vertical-align: middle;
}
.t_group.main td {
  font-size: 14px;
  line-height: 1.0;
  vertical-align: middle;
}
.t_group td .subtxt {
  font-size: 10px;
  font-weight: normal;
}


.t_group th.t_article2 {
  background: #BCE5FF;
}
.t_article2.ru {
  border-right: none;
}


.t_group .lu {
  border-radius: 8px 0 0 0;  
}
.t_group .ru {
  border-radius: 0 8px 0 0;  
}
.t_group .rd {
  border-radius: 0 0 8px 0;  
}
.t_group .ld {
  border-radius: 0 0 0 8px;  
}
.t_group .lud {
  border-radius: 8px 0 0 8px;  
}
.t_group .rud {
  border-radius: 0 8px 8px 0;  
}





/*ボタン*/
#price_body .more {
  padding: 0;
  margin-bottom: 60px;
}

#price_body .more a {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  background: linear-gradient(-225deg, #316DFF 0%, #5CBAF7 130%);
  border-radius: 100px;
  text-decoration: none;
  line-height: 52px;
  text-align: center;
  height: 52px;
  margin: 30px auto 0; 
}






/*画像アイコン関連*/
#price_body .connect {
  margin: 20px 0;
  text-align: center;
}
#price_body .connect .plus img {
  width: 28px;
  height: 28px;
}
.annotation {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.annotation.space {
  margin-bottom: 80px;
}
.t_group .p_icon img {
  width: 20px;
  height: 20px;
}





.option_links {
  font-size: 12px !important;
  line-height: 1.35;
  margin: 0 15px 0;
  padding-bottom: 0 !important;
}

/* 安心・安全ガイド */
#safety_body {
  position: relative;
  margin: 0 15px;
}

#safety_body h1 {
  color: #FF8D8B;
  padding: 20px 0 0;
  font-size: 20px;
  margin-bottom: -10px;
  line-height: 1.2;
}

#safety_body h2 {
  padding: 30px 0 7px;
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  font-weight: bold;
  line-height: 1.5;
}

#safety_body p {
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.6;
}

#safety_body li {
  padding: 5px 0 5px 10px;
  font-size: 13px;
  line-height: 1.6;
}

#safety_body .contact_area {
  margin: 20px 0 0;
  padding: 15px;
  background: #FAF9F7;
  border-radius: 10px;
}

#safety_body .contact_area h3 {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 10px 0 0;
}

#safety_body .contact_area a {
  display: inline-block;
  text-decoration: none;
  margin: 5px 0;
}

/* News Area */
#news_area {
  margin: 40px 0 -10px;
  padding: 0 20px;
}

#news_area .inner {
  box-sizing: border-box;
  margin: 0 auto;
  background: #f7f7f7;
  border-radius: 12px;
  padding: 20px;
}

#news_area .inner h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}

#news_area dl {
  width: 100%;
  margin-top: 20px;
}

#news_area .news_date {
  font-size: 10px;
  color: #a0a0a0;
  margin-bottom: 5px;
}

#news_area .news_title {
  font-size: 14px;
  line-height: 1.5;
}

#news_area a {
  color: #111111;
  text-decoration: none;
}

#news_area a:hover {
  text-decoration: underline;
}

#notfound_body h1 {
  padding: 40px 0 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #111111;
  line-height: 1.5;
}

#notfound_body p {
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #111111;
  text-align: center;
}

#notfound_body .btn a {
  display: block;
  margin: 15px auto 100px;
  border: solid 1px #111;
  border-radius: 100px;
  background: #fff;
  color: #111;
  font-size: 15px;
  text-decoration: none;
  width: 200px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

/* youtubeダイアログ */

@keyframes modal-video {
  from {opacity:0}
  to {opacity:1}
}

@keyframes modal-video-inner {
  from{transform:translate(0, 100px)}
  to{transform:translate(0, 0)}
}

.modal-video {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.75);
  z-index:1000000;
  cursor:pointer;
  opacity:1;
  animation-timing-function:ease-out;
  animation-duration:.3s;
  animation-name:modal-video;
  -webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;
  -o-transition:opacity .3s ease-out;transition:opacity .3s ease-out
  }

.modal-video-close {
  opacity:0
}
.modal-video-close .modal-video-movie-wrap {
  -webkit-transform:translate(0, 100px);
  -moz-transform:translate(0, 100px);
  -ms-transform:translate(0, 100px);
  -o-transform:translate(0, 100px);
  transform:translate(0, 100px)
}
.modal-video-body {
  max-width:940px;
  width:90%;
  height:100%;
  margin:0 auto;
  display:table
}

.modal-video-inner {
  display:table-cell;
  vertical-align:middle;
  width:100%;
  height:100%;
}

.modal-video-movie-wrap {
  width:100%;
  height:0;
  position:relative;
  padding-bottom:56.25%;
  background-color:#333;
  animation-timing-function:ease-out;
  animation-duration:.3s;
  animation-name:modal-video-inner;
  -webkit-transform:translate(0, 0);
  -moz-transform:translate(0, 0);
  -ms-transform:translate(0, 0);
  -o-transform:translate(0, 0);
  transform:translate(0, 0);
  -webkit-transition:-webkit-transform .3s ease-out;
  -moz-transition:-moz-transform .3s ease-out;
  -ms-transition:-ms-transform .3s ease-out;
  -o-transition:-o-transform .3s ease-out;
  transition:transform .3s ease-out
}

.modal-video-movie-wrap iframe {
  position:absolute;top:0;
  left:0;
  width:100%;
  height:100%;
}

.modal-video-close-btn {
  position:absolute;
  z-index:2;
  top:-30px;
  right:-20px;
  display:inline-block;
  width:25px;
  height:30px;
  overflow:hidden;
  border:none;
  background:transparent
}

.modal-video-close-btn:before {
  transform:rotate(45deg)
}

.modal-video-close-btn:after {
  transform:rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content:'';
  position:absolute;
  height:2px;
  width:100%;
  top:50%;
  left:0;
  margin-top:-1px;
  background:#fff;
  border-radius:5px;
  margin-top:-6px;
}

/*0904*/
.sp_appear {
  position: absolute;
  top: 0;
  left: 15px;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(-225deg, #316DFF 0%, #5CBAF7 130%);
  border-radius: 0 0 4px 4px;
}

.sp_appear a {
  color: #fff;
  text-decoration: none;
}

.newslist {
  width:auto;
  margin: 0 auto 20px;
  text-align:left;
}

.newslist ul li {
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center;
}

.newslist li:not(:last-child) {
  padding-bottom: 1.5em;
}

.newslist a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #111;
}

.newslist a:hover {
  text-decoration: underline;
}

.commonlink {
}
.commonlink:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image:url(../image/site_right_arrow.svg);
  background-size: contain;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 6px;
}

/*コイパスバナー位置*/
.bannerArea {
  width: 100%;
  margin: 40px 0 20px;
}
.bannerArea img {
  width: 100%;
  height: auto;
  vertical-align: top;
}


/*セーフティセンター*/
html {
  scroll-behavior: smooth;
}
.cont_section {
  margin-bottom: 50px;
  padding-top: 60px;
  margin-top: -60px;

}
.cont_section.last {
  margin-bottom: 0;
}
.cont_section.innerbox {
  padding: 30px 20px 10px;
  background: #E0F4FF;
  border-radius: 8px;
}

.cont02 {
  text-align: center;
}
.cont02 img {
  width: 220px;
}

.cont_txt {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.cont_list li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 0.8em;
  font-size: 15px;
  line-height: 1.6;
}

#safety_center_body {
  position: relative;
  color: #111;
}
#safety_center_body .sstitle {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
#safety_center_body .intro {
  margin-bottom: 40px;
}
#safety_center_body .intro h1 {
  margin-top: 20px;
  color: #1985E5;
}
#safety_center_body .contents {
  margin: 0 20px;
  padding-bottom: 60px;
}
#safety_center_body .intro_txt {
  font-size: 15px;
  line-height: 1.6;
}
#safety_center_body .intro_txt.sp {
  margin: 0 20px;
}
#safety_center_body .sstitle {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
#safety_center_body .sssubtitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}



.sub_header {
  position: relative;
  /*margin-bottom: 40px;*/
  height: 280px;
  /*background: #E0F4FF;*/
}
.sub_header_back {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.backicon {
  position: absolute;
  top: 20px;
  left: 20px;
  fill: #1985E5;
}
.sub_header_img {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.sub_header_img img {
  width: auto;
  height: 200px;
}

.sub_header_title a {
  display: block;
  padding: 23px 0 20px;
  font-size: 18px;
  font-weight: bold;
  color: #111;
  text-align: center;
  text-decoration: none;
  /*background: #E0F4FF;*/
}


.safety_nav {
  margin-bottom: 60px;
}
.safety_nav.last {
  margin-bottom: 0;
}
.safety_nav li {
  line-height: 1.6;
}

.safety_nav .top_navi {
  margin-bottom: 16px;
}
.safety_nav .top_navi a {
  display: table-cell;
  vertical-align: middle;
  width: 980px;
  height: 100px;
  background: #E0F4FF;
  padding: 5px 20px;
  color: #111;
  font-size: 18px;
  font-weight: bold;
  border-radius: 12px;
  text-decoration: none;
  position: relative;
}
.safety_nav .top_navi a:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 20px;
  background-image: url(../image/r_illu03.png);
  background-size: contain;
  width: 101px;
  height: 100px;
  background-repeat: no-repeat;
}


.safety_nav .l_navi {
  margin-bottom: 20px;
}
.safety_nav .l_navi a {
  display: block;
  height: 120px;
  background: #E0F4FF;
  padding: 25px 20px 10px;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  border-radius: 12px;
  text-decoration: none;
  position: relative;
}
.safety_nav .l_navi a:hover {
  opacity: 0.7;
}


.safety_nav .l_navi img {
  height: 120px;
}
.safety_nav .l_navi .l_navi_img {
  position: absolute;
  top: 20px;
  right: 10px;
}



.safety_nav .s_navi {
  margin-bottom: 20px;
}
.safety_nav .s_navi a {
  display: block;
  background: #E0F4FF;
  padding: 24px 50px 24px 16px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  border-radius: 12px;
  text-decoration: none;
  position: relative;
}
.safety_nav .s_navi a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 38%;
  right: 16px;
  width: 18px;
  height: 18px;
  background-image: url(../image/safe_icon_down.svg);
  background-repeat: no-repeat;
}
.safety_nav .s_navi.newwindow a:before {
  top: 26px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../image/safe_icon_newwindow.svg);
  background-repeat: no-repeat;
}


.illustset {
  text-align: center;
}
.illustset img {
  height: 180px;
}


.sub_footer {
  background: #E0F4FF;
  color: #111;

}

.sub_footer_inner {
  margin: 0 20px;
  padding: 30px 0 30px;
  position: relative;
}
.sub_footer_img {
  position: absolute;
  bottom: 30px;
  right: -20px;
}
.sub_footer_img img {
  width: auto;
  height: 160px;
}
.sub_footer_inner br {
  display: none;
}
.sub_footer_inner h2 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
}
.sub_footer_inner .intro_txt {
  margin-bottom: 30px;
  width: 180px;
  font-size: 12px;
  line-height: 1.4;
}
.sub_footer_inner .start_btn {
  display: block;
  border-radius: 100px;
  background: linear-gradient(-225deg, #316DFF 0%, #5CBAF7 130%);
  color: #FFFFFF;
  font-size: 15px;
  text-decoration: none;
  width: 180px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.link_btn {
  display: block;
  border-radius: 100px;
  background: #fff;
  color: #1985E5;
  font-size: 14px;
  text-decoration: none;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 30px;
}
a:hover.link_btn {
  opacity: 0.6;
}
.mheadingXl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.mheadingL {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.mheadingM {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.mheadingS {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.mheadingXs {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.mheadingXXs {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}


.coltxt {
  height: 2em;
}
.txtValign {
  vertical-align: -5%;
}
.mtxtXl {
  font-size: 16px;
  line-height: 1.4;
}
.mtxtL {
  font-size: 14px;
  line-height: 1.4;
}
.mtxtM {
  font-size: 12px;
  line-height: 1.4;
}
.mtxtS {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.txtCol-sub {
  opacity: 0.7;
}
.txtOpacity {
  opacity: 0.4;
}
.boldtxt {
  font-weight: bold;
}
.mtxt-alignC {
  text-align: center;
}
.mtxt-alignL {
  text-align: left;
}
.topicCol {
  background: linear-gradient(-225deg, #1985E5 0%, #0E4A7F 130%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mmgB10 {
  margin-bottom: 10px;
}
.mmgB20 {
  margin-bottom: 20px;
}
.mmgB40 {
  margin-bottom: 40px;
}
.mmgB60 {
  margin-bottom: 60px;
}




#function_area {
  margin-top: 60px;
  padding: 60px 16px 0;
  background: #F1FAFF;
}
#function_area .inner {
  margin: 0 auto;
}
.col-boxA {
  padding: 0 23px 60px;
}

.col-boxB {
  padding: 0 23px 60px;
}

.col-boxC {
  padding: 0 23px 60px;
}

.col-boxA .image,.col-boxB .image,.col-boxC .image {
  text-align: center;
}
.col-boxA .image img,.col-boxB .image img,.col-boxC .image img {
  height: 320px;
}


#question_area {
  width: 100%;
  margin: 60px 0 0;
  padding: 70px 0 60px;
  background: #F1FAFF;
}
#question_area .inner {
  margin: 0 4%;
}
#question_area .inner li {
  margin-left: 45px;
  margin-bottom: 20px;
}
.box-question {
  padding: 20px 25px 20px;
  border-radius: 16px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.flex {
  display: flex;
  align-items: center;
}
.qaicon {
  width: 32px;
}
.txarea {
  width: calc(100% - 48px);
  margin-left: 1em;
}


#question_area .more a {
  width: 315px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  background: #1985E5;
  border-radius: 100px;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  height: 60px;
  margin: 30px auto 0; 
}



#konkatsu_area {
  width: 100%;
  margin: 60px 0 0;
}
#konkatsu_area .inner {
  padding: 40px 25px;
}
#konkatsu_area .inner .image {
  margin-bottom: 20px;
}

#konkatsu_area li {
  text-align: center;
  margin: 40px 0 0;
}

#konkatsu_area li:first-child{
  margin: 30px 0 0;
}

#konkatsu_area li  img {
  height: 80px;
}

#notice_area {
  width: 100%;
  margin: 60px 0 30px;
}
#notice_area .inner {
  margin: 0 4%;
}

.col-noticeB li {
  line-height: 1.6;
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.col-noticeB a {
  color: #111;
}

#register_area .storearea {
  margin-bottom: 20px;
  text-align: center;
}
#register_area .regibtn {
  display: inline-block;
  width: 50%;
  max-width: 163px;
}
#register_area .regibtn img {
  vertical-align: middle;
}
#register_area .store_banner {
  width: 100%;
}



.sbr {
  display: none;
}







/* hreport_respot_list_area */
#hreport_area {
  width: 100%;
  margin-top: 0px;
}
#hreport_area .sub_text {
  font-size: 14px;
  margin: 15px 15px 0;
  line-height: 20px;
}
#hreport_area .inner {
  font-size: 0;
}

#hreport_area ul {
  margin: 0 4%;
}

#hreport_area li {
  width: 48%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-right: 4%;
  margin-top: 30px;
  text-align: center;
}

#hreport_area li:nth-child(2n) {
  margin-right: 0px;
}

#hreport_area li a {
  color: #2D2E2D;
  text-decoration: none;
}

#hreport_area li span {
  cursor: pointer;
  line-height: 18px;
  font-size: 12px;
  color: #2D2E2D;
}

#hreport_area li span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#hreport_area li .name {
  text-align: center;
  margin: 10px 0 5px;
  font-size: 11px;
  color: #A0A0A0;
  line-height: 14px;
}

#hreport_area li .heart {
  display: none;
}

#hreport_area li .heart_area {
  width: 5px;
  display: inline-block;
}

#hreport_area li .image {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

#hreport_area.index li:nth-child(n + 7) {
  display: none;
}

#hreport_area .more {
  padding: 0 20px;
}

#hreport_area .more a {
  width: 315px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  background: #1985E5;
  border-radius: 100px;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  height: 60px;
  margin: 30px auto 0; 
}




/*Voice*/
#voice_area {
  width: 100%;
  margin-top: 60px;
  padding: 0;
}
#voice_area h1 {
  margin-bottom: 20px;
}
#voice_area .category_title03 {
  padding: 20px 0 0;
}
#voice_area .sub_text {
  font-size: 14px;
  margin: 15px 15px 0;
}
#voice_area .inner {
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-bottom: 20px;
  line-height: 1.55;
}

#voice_area .more a {
  width: 315px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  background: #1985E5;
  border-radius: 100px;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  height: 60px;
  margin: 30px auto 0; 
}


#voice_area ul {
}

#voice_area li {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  margin-right: 4%;
  margin-top: 30px;
  text-align: left;
  color: #111;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#voice_area li:last-child {
  border-bottom: none;
}

#voice_area li a {
  color: #111;
}
#voice_area li .image {
  webkit-border-radius: 12px;
  -moz-border-radius: 16px;
  border-radius: 12px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
  height: 250px;
}
#voice_area li img {
  -moz-transition: -moz-transform 0.2s linear;
  webkit-transition: -webkit-transform 0.2 slinear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
  cursor: pointer;
}

#voice_area li .subname {
  font-size: 14px;
  font-weight: bold;
}
#voice_area li .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}
#voice_area .article_text {
  font-size: 14px;
}
#voice_area .article_text.article {
  font-weight: bold;
  margin-bottom: 20px;
}

#voice_area .sub_text {
  font-size: 14px;
  margin-bottom: 20px;
}

/*
#voice_area div {
  display: inherit;
}
*/




.ologo {
  display: none;
}
#footer_area .txtLink {
  margin-bottom: 20px;
}
#footer_area .linknavi {
  color: #111;
  margin-bottom: 60px;
}
#footer_area .linknavi li {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 20px 20px 0 0;
}
#footer_area .linknavi li a {
  color: #111;
  font-size: 18px;
}

#footer_area .linkarea a.login_btn {
  display: block;
  border-radius: 100px;
  border: solid 2px #1985E5;
  background: #fff;
  color: #1985E5;
  font-size: 16px;
  text-decoration: none;
  width: 100%;
  max-width: 315px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 25px; 
}
#footer_area .linkarea .innerball {
  display: flex;
  margin: 40px 20px 0;
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
#footer_area .linkarea .innerball a {
  flex: 1;
}
#footer_area .linkarea .innerball img {
  width: 56px;
}

#footer_area .certification {
  margin: 20px;
  text-align: center;
}
#footer_area .certification img {
  height: 40px;
}


#footer_area .certification .ims img {
  height: 64px;
  margin-left: 20px;
}


a {
  text-decoration: none;
  color: 111;
}

.wrap {
  margin: 40px -4%;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  overflow-x: auto;
}
.item {
  scroll-snap-align: center;
  display: inline-block;
  width: 221px;
  white-space: normal;
  padding-bottom: 20px;
  padding-left: 40px;
}
.item:first-child {
  padding-left: 60px;

}
.item:last-child {
  padding-right: 40px;

}

@media screen and (max-width:375px) {
  .sbr{
    display: block;
  }
  .lbr {
    display: none;
  }
}


