/* 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;
}

.sp {
  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;
}

#header_area {
  position: relative;
  z-index: 100;
  height: 60px;
}

#header_area .inner  {
  width: 100%;
  /*border-bottom: #E3E3E3 1px solid;*/
  background: rgba(255,255,255,0.9);
}

#header_area.fixed {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  background: rgba(255,255,255,0.5);
  border-bottom: #E3E3E3 1px solid;
}

#header_area .box {
  /*width: 1120px;
  margin: 0 auto;*/
  margin: 0 56px;
}

#header_area .logo img {
  height: 36px;
  padding-top: 12px;
}

#header_area .logo {
  float: left;
}

#header_area .nav {
  float: right;
}

#header_area li {
  line-height: 60px;
}

#header_area .nav li {
  float: left;
  font-size: 16px;
  margin-left: 30px; 
}

#header_area .nav li a {
  text-decoration: none;
  color: #111111;
}

#header_area .nav li a:hover {
  text-decoration: none;
}

/*
#index #header_area {
  height: 0;
}

#index #header_area .inner {
  position: static;
  background: none;
  border-bottom: none;
  height: 0;
}


#index #header_area .logo {
  display: none;
}

#index #header_area .nav {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 48px;
  width: 300px;
  background: #FFFFFF;
  padding: 0 40px 0 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: none;
}*/

#index #header_area li {
  line-height: 60px;
}

/*
#index #header_area.fixed {
  height: 60px;
  position: fixed;
  left: 0;
  top: -100px; 
  width: 100%;
  z-index: 100;
  background: rgba(255,255,255,0.98);
  border-bottom: #E3E3E3 1px solid;

  -webkit-transform: translate(0px, 100px);
  -moz-transform: translate(0px, 100px);
  -o-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

#index #header_area.fixed .nav {
  position: static !important;
  top: 0px !important;
  right: 0px !important;
  height: 60px !important;
  background: none !important;
  padding: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

#index #header_area.fixed .logo {
  display: block !important;
}

#index #header_area.fixed {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#index #header_area.fixed {
  height: 60px;
  position: fixed;
  left: 0;
  top: -100px; 
  width: 100%;
  z-index: 100;
  background: rgba(255,255,255,0.98);
  border-bottom: #E3E3E3 1px solid;
  -webkit-transform: translate(0px, 100px);
  -moz-transform: translate(0px, 100px);
  -o-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

#index #header_area.fixed .nav {
  position: static !important;
  top: 0px !important;
  right: 0px !important;
  height: 60px !important;
  background: none !important;
  padding: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
*/
#index #header_area.fixed .box {
  /*width: 1120px;
  margin: 0 auto;*/
  height: 60px;
  position: relative;
}


#index #header_area.fixed li {
  font-size: 16px;
  line-height: 60px;
}

#index #header_area.fixed .logo h1 {
  float: left;
}

#index #header_area.fixed .nav {
  float: right;
}

#topicpath_area {
  width: 100%;
  height: 40px;
  background: #FAF9F7;
  border-bottom: 1px solid #E3E3E3;  
}

#topicpath_area ul {
  width: 1120px;
  margin: 0 auto;
  overflow: hidden; 
}

#topicpath_area li {
  display: inline-block;
  font-size: 13px;
  color: #A0A0A0;
  line-height: 40px;
}

#topicpath_area li a {
  color: #A0A0A0;
  display: inline-block;
  margin: 0 5px 0 0;
  text-decoration: none;
}

#topicpath_area li::after {
  content: ">";
  color: #CDCDCD;
  display: inline-block;
  padding: 0;
  width: 20px;
  text-align: center;
}

#topicpath_area li:last-child::after {
  content: " ";
}

#topicpath_area li a:hover {
  text-decoration: underline; 
}

#usp_area {
  height: 560px;
  max-width:  1200px;
  min-width: 980px !important;
  margin: 0 auto;
  position: relative;
}
#usp_area.pc .box {
  display: flex;
  height: 560px;
}

#usp_area .logo {
  text-align: center;
  padding-top: 30px;
}

#usp_area .title {
  font-size: 20px;
  margin: 55px 0 0 0;
  text-align: center;
  line-height: 32px;
}

#usp_area .device_image {
  margin: 40px 0 0 30px;
}

.btn_area ul {
  width: 318px;
  margin: 20px auto 0;
}


.btn_area li:first-child {
  float: left;
}

.btn_area li:last-child {
  float: right;
}

.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: #111;
  font-weight: bold !important;
  font-size: 16px;
  position: relative;
  padding: 0 1em;
  background: #fff;
}


#usp_area .dl_ttl span {
  background: #fff;
  }


#register_area .dl_ttl span {
  background: #f7f7f7;
} 

.attn {
  font-size: 13px;
/*    color: #707070;*/
  text-align: center;
  margin: 20px 0 0;
}


#usp_area .btn_area .start_btn {
  display: block;
  border-radius: 100px;
  background: #1985E5;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  /*width: 300px;*/
  height: 56px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin: 15px auto;
  margin: 0 auto;
  margin-bottom: 15px;
}

#usp_area .btn_area a.login_btn {
  display: block;
  /*border-radius: 100px;
  background: #fff;
  border: solid 1px #111;*/
  color: #111;
  font-size: 14px;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  margin: 15px auto;
  margin: 0 auto;
}
#usp_area .btn_area a:hover {
  opacity: 0.7;
}

/*
.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;
  color: #3F9AD1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 10px;
}

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

.facebook_area p {
  font-size: 12px;
  margin: 15px 0 0 0;
  color: #A0A0A0;
}

.facebook_area p span {
  display: inline-block;
  margin-right: 10px; 
}

.fb_label {
  vertical-align: middle;
}

.facebook_area p a {
  text-decoration: none;
  color: #A0A0A0;
}

.facebook_area input.facebook_btn {
  width: 280px;
  height: 64px;
  display: block;
  text-indent: -9999px;
}

.facebook_area input.facebook_btn:hover {
  opacity: 0.8;
}

.facebook_area .store_area {
  width: 280px;
  margin: 20px 0 0;
}

.facebook_area .store_area img:hover {
  opacity: 0.8;
}

.facebook_area li {
  float: left;
}
*/
.category_title {
  text-align: left;
}

/*
.category_title h2 {
  font-size: 36px;
  font-weight: bold;
  color: #111;
  padding-bottom: 10px;
}*/

.category_title02 {
  font-size: 30px;
  padding: 30px 0 50px;
  color: #FF8D8B;
}

.category_title02::after {
  border-top: 1px solid #FF8D8B;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100px;
}

.category_title03 {
  color: #FF8D8B; 
  padding: 40px 0 20px;
  font-size:32px;
}
.category_title03 {
  color: #1985E5; 
  padding: 40px 0 20px;
  font-size:40px;
  font-weight: bold;
}
/*
.category_text {
  font-size: 18px;
  padding-top: 40px;
  line-height: 30px;
}*/
.noticetxt {
  font-size: 14px;
}
.basetxt {
  font-size: 14px;
}


#special_area {
  min-width: 980px;
  margin: 50px auto 0;
  text-align: center;
}

#happy_area {
  width: 100%;
  padding: 10px 0 0;
  margin-bottom: 100px;
  text-align: center;
}

#video_wrap {
  margin-top: 30px;
  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;
  transition: 0.5s;
}

.video_thumb:hover:after {
  opacity: 1;
}

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

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

.happy_area_list {
  background: #FFFFFF !important;
  padding: 60px 0 80px !important;
}

#happy_area .inner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

#happy_area li {
  width: 400px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  margin-right: 32px;
  margin-top: 50px;
  vertical-align: top;
}

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

#happy_area li a {
  color: #2D2E2D;
  font-size: 14px;
  text-decoration: none;
}

#happy_area li span {
  cursor: pointer;
  line-height: 22px;
  vertical-align: middle;
}

#happy_area li .name {
  display: block;
  text-align: center;
  margin: 8px 0;
  font-size: 14px;
  color: #A0A0A0;
}
#happy_area li .name:hover {
  opacity: 0.7;
}

#happy_area li .name img {
  margin: 0 2px;
}

#happy_area li .image {
  width: 400px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *zoom: 1; /* for IE6-7 */
  *display: inline; /* for IE6-7 */
}

#happy_area .box img {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  *zoom: 1; /* for IE6-7 */
  *display: inline; /* for IE6-7 */
}

#happy_area li img {
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
  cursor: pointer;
}

#happy_area li img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}

#happy_area .box .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 28px;
  padding: 0 30px; 
  width: 430px; /* 幅の指定がない場合、改行が必要な幅を超えるとカラム落ちします。 */
  *zoom: 1; /* for IE6-7 */
  *display: inline; /* for IE6-7 */
}

#happy_area .box .text span {
  display: inline-block;
  margin-top: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #A0A0A0; 
}

#happy_area .box .text a {
  color: #FF8D8B;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #FF8D8B;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 14px;
  padding: 1px 25px;
  margin-top: 10px;
  float: right;
  transition: all 0.3s ease;
}

#happy_area .box .text a:hover {
  color: #FFFFFF;
  background: #FF8D8B;
}

.more {
  text-align: center;
  margin-top: 60px;
}

.more a {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  background: #1985E5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-decoration: none;
  line-height: 64px;
  text-align: center;
  display: inline-block;
  width: 345px;
  height: 64px;
}
.more a:hover {
  opacity: 0.7;
}


/* happyreport_bnr */
#happyreport_bnr {
  width: 980px;
  height: 240px;
  margin: 50px auto 0;
  background-image: url(../image/happy_bnr_pc.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: 254px;
  bottom: 30px; 
}

#step_area {
  width: 100%;
  padding: 100px 0;
}

#step_area .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

#step_area .box {
  margin-top: 40px;
}

#step_area li {
  float: left;
  text-align: center;
  margin-right: 32px;
}
#step_area li:last-child {
  margin-right: 0;
}


#step_area .step {
  font-size: 18px;
  line-height: 28px;
}

#step_area .step h2 {
  font-size: 18px;
  color: #111;
  margin: 10px 0 20px;
  letter-spacing: 2px;
}

#step_area .step p {
  margin-bottom: 10px; 
}

#step_area .step01 {
  width: 232px;
}

#step_area .step02 {
  width: 232px;
}

#step_area .step03 {
  width: 232px;
}

#step_area .step04 {
  width: 232px;
}

#step_area .arow {
  margin: 195px 12px 0;
  width: 23px;
}

#safe_area {
  padding: 100px 0;
  background: #F1FAFF;
}

#safe_area .inner {
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#safe_area li {
  width: 320px;
  height: 400px;
  /*padding: 1px 30px;*/ 
  margin: 0 32px 60px 0;
  text-align: center;
  float: left;
  /*background: #FAF9F7;*/
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#safe_area li:nth-child(3n) {
  margin: 0;
}

#safe_area li .image {
  width: 320px;
  height: 320px;
  position: relative;
}

#safe_area li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*
#safe_area p {
  font-size: 16px;
  line-height: 24px;
  color: #A0A0A0;
}*/

#safe_area p span {
  font-size: 11px;
  display: block;
  line-height: 1.5;
  margin: 10px 0;
}

#safe_area .title {
  font-size: 18px;
  line-height: 28px;
  color: #2D2E2D;
  margin-bottom: 15px; 
}

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

#media_area .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

#media_area #media_list {
  width: 1024px;
  margin: 20px auto 0;
  text-align: center;
}

#media_area #media_list li {
  display: inline-block;
  width: 150px;
  height: 46px;
  margin: 20px 8px;
}

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

#register_area {
  width: 100%;
  height: 340px;
  background: linear-gradient(0deg, #F1FAFF 0%, #FFF 100%);
  border-bottom: solid 1px #E5E5E5;
}

#register_area .inner {
  width: 840px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}

#register_area .btn_area {
  text-align: left;
  width: 380px;
}

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

#register_area .btn_area a.login_btn {
  display: block;
  border-radius: 100px;
  background: #fff;
  color: #1985E5;
  border: solid 2px #1985E5;
  font-size: 16px;
  text-decoration: none;
  width: 300px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0;
}
#register_area .btn_area a:hover {
  opacity: 0.7;
}

#register_area .btn_area img {
  width: 154px;
}

#register_area .title {
  font-size: 36px;
  font-weight: bold;
  color: #111;
  padding: 20px 0 5px;
  text-align: center;
}

#register_area .image_footer { 
  position: absolute;
  right: -20px;
  top: -60px;
}

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

.txtLink {
  display: flex;
  width: 1024px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #E5E5E5;
}
.ologo img {
  width: 104px;
}
.linknavi {
  flex: 1;
}
.linkarea {
  width: 320px;
}
.innerball {
  display: flex;
}
.innerball img {
  height: 56px;
  margin-top: 40px;
}


.innerball a {
  height: 56px;
  margin-left: 25px;
}
.innerball a:first-child {
  margin-left: 0;
}


#footer_area .linknavi {
  float: 1;
  margin: 0 80px 0 320px;
}
#footer_area .linknavi li {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  display: flex;
}
#footer_area .linknavi a:hover {
  opacity: 0.7;
}

#footer_area .linkarea a.login_btn {
  display: block;
  border-radius: 100px;
  background: #fff;
  color: #1985E5;
  border: solid 2px #1985E5;
  font-size: 16px;
  text-decoration: none;
  width: 300px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0;
}
#footer_area .linkarea a:hover {
  opacity: 0.7;
}


#footer_area {
  margin: 40px auto 30px;
  text-align: center;
  font-size: 14px;
  color: #111;
}

#footer_area .num_img {
  vertical-align: bottom;
  opacity: 0.5;
  width: 160px;
}

#footer_area p,
#footer_area ul {
  margin: 30px 0 0 0;
  color: rgba(17,17,17,.7);
}

#footer_area a {
  color: rgba(17,17,17,.7);
  text-decoration: none;
}
#footer_area a:hover {
  opacity: 0.7;
}

#footer_area li {
  padding: 10px;
  display: inline-block;
}

#footer_area li:last-child {
  border-right: none;
}
#footer_area .linknavi li a {
  color: #111;
  font-size: 18px;
}
.certification {
  margin: 20px 0;
  text-align: center;
}
.certification img {
  display: inline;
  width: 120px;
}
.certification a {
  display: inline-block;
}
.certification .ims img {
  width: 56px;
  margin-left: 24px;
}



/*
    happy_report
*/
#happy_relation_area {
  width: 740px;
  margin: 0 auto;
}

a.back_happyreport {
  margin-top: 30px; 
  font-size: 16px; 
  color: #FF8D8B;
  text-decoration: none; 
}

#happy_report {
  width: 740px;
  margin: 0 auto; 
}

#happy_report h1 {
  margin: 30px 0;
  font-size: 26px;
  line-height: 40px;   
}

#happy_report .report_image {
  width: 80%;
  margin: 0 10%;
}

#happy_report .report_image02 {
  width: 100%;
  margin: 0;
}

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

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

#happy_report .text {
  font-size: 16px;
  line-height: 28px;
  margin: 30px 0;
}

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

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

#happy_report .image {
  height: 340px;
  width: 800px;
  margin: 40px 0;
}

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

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

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

#happy_relation_area li {
  height: 120px;
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3;  
}

#happy_relation_area li img {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  *zoom: 1; /* for IE6-7 */
  *display: inline; /* for IE6-7 */
}

#happy_relation_area li .image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *zoom: 1; /* for IE6-7 */
  *display: inline; /* for IE6-7 */
}

#happy_relation_area li .text {
  display: inline-block;
  vertical-align: middle;
  color: #2D2E2D;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 22px;
  width: 660px; /* 幅の指定がない場合、改行が必要な幅を超えるとカラム落ちします。 */
  *zoom: 1; /* for IE6-7 */
  *display: inline; /* for IE6-7 */
}

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

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

#happy_relation_area li span {
  color: #A0A0A0;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin: 10px 0 0;
}

/* happy_respot_list_area */

#happy_area .sub_text {
  font-size: 16px;
  margin-bottom: 20px;
}

/* company_area */

#company_area {
  width: 800px;
  margin: 0 auto 50px;
}

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

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

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

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

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


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

#safety_body h1 {
  color: #FF8D8B;
  padding: 40px 0 10px;
  font-size: 32px;
  line-height: 1.2;
}

#safety_body h2 {
  padding: 30px 0 15px;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  font-weight: bold;
}

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

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

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

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

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


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

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

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

#news_area dl {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

#news_area dt,dd {
  display: table-cell;
  box-sizing: border-box;
}

#news_area .news_date {
  font-size: 16px;
  color: #a0a0a0;
  width: 15%;
  text-align: right;
  padding-right: 30px;
}

#news_area .news_title {
  font-size: 16px;
  width: 85%;
}

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

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


/* 404 Error */
#notfound_body h1 {
  padding: 100px 0 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #111111;
}

#notfound_body p {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #111111;
  text-align: center;
}

#notfound_body .btn a {
  display: block;
  margin: 10px auto 100px;
  border: solid 1px #111;
  border-radius: 100px;
  background: #fff;
  color: #111;
  font-size: 16px;
  text-decoration: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  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:100%;
  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:-35px;
  right:-35px;
  display:inline-block;
  width:35px;
  height:35px;
  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*/
#usp_area {
    height: 640px;
    width: 1264px;
    margin: 0 auto;
    position: relative;
    background: #fff url(../image/pc_eyecatch.png) no-repeat center center / auto auto;
    background-size: cover;
    border-radius: 40px;
}

#usp_area.pc .box {
    /* display: flex; */
    height: 660px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

#usp_area .logo {
    padding-top: 0;
    padding-bottom: 40px;
}

.box_login {
    width: 270px;
    padding: 40px 50px;
    background: rgba(255,255,255,0.8);
    border-radius: 24px;
    position: absolute;
    top: 80px;
    left: 60px;
}

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

.pc_appear a {
  color: #fff;
  text-decoration: none;
}
.pc_appear a:hover {
  opacity: 0.7;
}

.newslist {
  width:1024px;
  margin: 0 auto;
  text-align: center;
}

.newslist ul {
  margin-bottom: 40px;
}

.newslist ul li {
  line-height: 1.4;
}

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


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

.newslist a:hover {
  /*text-decoration: underline;*/
  opacity: 0.7;
}

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



/*料金プラン*/
#price_body {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#price_body .intro {
  margin-bottom: 60px;
}
#price_body .contents {
  padding-bottom: 60px;
  color: #111;
}
#price_body .intro .intro_txt,
#price_body .contents .intro_txt {
  font-size: 16px;
  line-height: 1.65;
  color: #111;
}
#price_body .contents .intro_txt {
  margin-bottom: 20px;
}


#price_body h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#price_body h2 .subheading {
  font-size: 28px;
  font-weight: bold;
}

#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: -6px;
  right: 75px;
}
#price_body .contents .article_a .article_a_illu img {
  width: 150px;
}
#price_body .contents .article_b .article_b_illu {
  position: absolute;
  top: -37px;
  right: 80px;
}
#price_body .contents .article_b .article_b_illu img {
  width: 129px;
}
#price_body .contents .article_c .article_c_illu {
  position: absolute;
  top: -13px;
  right: 76px;
}
#price_body .contents .article_c .article_c_illu img {
  width: 140px;
}

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

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

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

.t_group {
  border-top: 4px solid #5CBAF7;
  border-left: 4px solid #5CBAF7;
  border-right: 4px solid #5CBAF7;
  border-bottom: 4px solid #5CBAF7;
}
.t_group.main,
.t_group.sub {
  border-top: 4px solid #1985E5;
  border-left: 4px solid #1985E5;
  border-right: 4px solid #1985E5;
  border-bottom: 4px 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 th br,
.t_group.main th br,
.t_group.aut th br {
  display: none;
}

.t_group.sub span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.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: 12px 0 0 12px;
  width: 402px;
}
.t_group .first.wh {
  border-radius: 12px 0 0 0;
  background: #fff;
}
.t_group .second {
  width: 113px;
}


.t_group .vrl {
  width: 60px;
  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: 321px;
}
.t_group .v1 {
  width: 284px;
}





.t_group th {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  background: #F3FAFF;
  vertical-align: middle;
}
.t_group.main th {
  padding: 30px 0;
  font-size: 22px;
  vertical-align: middle;
  background: #E0F4FF;
}
.t_group.main .first {
  border-radius: 12px 0 0 12px;
  width: 222px;
  /*background: #F3FAFF;*/
}
.t_group.main .first.wh {
  border-radius: 12px 0 0 0;
  background: #fff;
}

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


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

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

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

/*ボタン*/
#price_body .more {
  text-align: center;
  margin: 50px 0 80px;
}
#price_body .more a {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  background: linear-gradient(-225deg, #316DFF 0%, #5CBAF7 130%);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-decoration: none;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  width: 320px;
  height: 60px;
}


/*画像アイコン関連*/
#price_body .connect {
  margin: 20px 0;
  text-align: center;
}
#price_body .connect .plus img {
  width: 28px;
  height: 28px;
}
.annotation {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.annotation.space {
  margin-bottom: 80px;
}
.t_group .p_icon img {
  width: 20px;
  height: 20px;
}
/*コイパスバナー位置*/
.bannerArea {
  width: 980px;
  margin: 40px auto;
  text-align: center;
}




/*セーフティセンター*/
html {
  scroll-behavior: smooth;
}
.cont_section {
  margin-bottom: 80px;
  padding-top: 80px;
  margin-top: -80px;
}
.cont_section.last {
  margin-bottom: 0;
}
.cont_section.innerbox {
  padding: 30px 30px 10px;
  background: #E0F4FF;
  border-radius: 8px;
}
.cont_section.col {
  display: flex;
}
.cont01 {
  width: 67%;
}
.cont02 {
  width: 33%;
  text-align: right;
}
.cont02 img {
  width: 240px;
}

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


#safety_center_body {
  width: 976px;
  margin: 0 auto;
  position: relative;
  color: #111;
}
#safety_center_body .intro {
  margin-bottom: 60px;
}
#safety_center_body .intro h1 {
  margin-top: 60px;
  color: #1985E5;
}

#safety_center_body .contents {
  padding-bottom: 100px;
}

#safety_center_body .intro_txt {
  font-size: 18px;
  line-height: 1.6;
}

#safety_center_body .sstitle {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
#safety_center_body .sstitle .subheading {
  font-size: 28px;
  font-weight: bold;
}
#safety_center_body .sssubtitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.sub_header {
  position: relative;
  margin-bottom: 60px;
  height: 340px;
  background: #FFF;
}
.sub_header_back {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.backicon {
  position: absolute;
  top: 20px;
}
.sub_header_img {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.sub_header_img img {
  width: auto;
  height: 280px;
}
.sub_header_title a {
  display: block;
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  text-align: center;
}
.sub_header_title a:hover {
  opacity: 0.7;
}
.safety_nav {
  margin-bottom: 100px;
}
.safety_nav.last {
  margin-bottom: 0;
}
.safety_nav br {
  display: none;
}

.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: 10px 30px;
  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;
  top: 20px;
  right: 30px;
  background-image: url(../image/r_illu03.png);
  background-size: contain;
  width: 101px;
  height: 100px;
  background-repeat: no-repeat;
}


.safety_nav .l_navi {
  margin-bottom: 40px;
  /*position: relative;*/
}
.safety_nav .l_navi br {
  display: none;
}


.safety_nav .l_navi a {
  display: block;
  height: 140px;
  background: #E0F4FF;
  padding: 100px 40px 0;
  color: #222;
  font-size: 28px;
  font-weight: bold;
  border-radius: 16px;
  text-decoration: none;
  position: relative;
}
.safety_nav .l_navi a:hover {
  opacity: 0.7;
}
.safety_nav .l_navi img {
  height: 200px;
}
.safety_nav .l_navi .l_navi_img {
  position: absolute;
  top: 20px;
  right: 40px;
}


.safety_nav .s_navi {
  margin-bottom: 20px;
  /*position: relative;*/
}


.safety_nav .s_navi a {
  display: block;
  background: #E0F4FF;
  padding: 50px 40px;
  color: #222;
  font-size: 24px;
  font-weight: bold;
  border-radius: 16px;
  text-decoration: none;
  position: relative;
}
.safety_nav .s_navi a:hover {
  opacity: 0.7;
}
.safety_nav .s_navi a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 30px;
  width: 24px;
  height: 24px;
  background-image: url(../image/safe_icon_down.svg);
  background-repeat: no-repeat;
}
.safety_nav .s_navi.newwindow a:before {
    top: 45px;
  right: 35px;
  width: 30px;
  height: 30px;
  background-image: url(../image/safe_icon_newwindow.svg);
  background-repeat: no-repeat;
}





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


.sub_footer {
  margin-top: 50px;
  background: #E0F4FF;
}
.sub_footer h2 {
  color: #111;
}

.sub_footer_inner {
  width: 980px;
  margin: 0 auto;
  padding: 50px 0 50px;
  position: relative;
}
.sub_footer_img {
  position: absolute;
  bottom: 30px;
  right: 10px;
}
.sub_footer_img img {
  width: auto;
  height: 280px;
}
.sub_footer_inner h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
}
.sub_footer_inner .intro_txt {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.65;
  color: #111;
}
.sub_footer_inner .start_btn {
  display: block;
  border-radius: 100px;
  background: linear-gradient(-225deg, #316DFF 0%, #5CBAF7 130%);
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: none;
  width: 240px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

a:hover.start_btn {
  opacity: 0.8;
}


.link_btn {
  display: block;
  border-radius: 100px;
  background: #fff;
  color: #1985E5;
  font-size: 16px;
  text-decoration: none;
  width: 180px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 30px;
}
a:hover.link_btn {
  opacity: 0.6;
}



#question_area {
  padding: 100px 0;
  background: #F1FAFF;
}
#question_area .inner {
  width: 1024px;
  margin: 0 auto;
}
.flex {
  display: flex;
  align-items: center;
}
.qaicon {
  width: 48px;
}
.txarea {
  width: calc(100% - 48px);
  margin-left: 1em;
}




.headingXl {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}
.headingL {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.headingM {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}
.headingS {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
.headingXs {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.coltxt {
  height: 2em;
}
.txtValign {
  vertical-align: -5%;
}

.txtXxl {
  font-size: 20px;
  line-height: 1.4;
}
.txtXl {
  font-size: 18px;
  line-height: 1.4;
}
.txtL {
  font-size: 16px;
  line-height: 1.4;
}
.txtM {
  font-size: 14px;
  line-height: 1.4;
}
.txtS {
  font-size: 12px;
  line-height: 1.4;
}

.txtCol-sub {
  opacity: 0.7;
}
.txtOpacity {
  opacity: 0.4;
}
.boldtxt {
  font-weight: bold;
}
.txt-alignC {
  text-align: center;
}
.txt-alignL {
  text-align: left;
}
.topicCol {
  background: linear-gradient(-225deg, #1985E5 0%, #0E4A7F 130%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mgB10 {
  margin-bottom: 10px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgB40 {
  margin-bottom: 40px;
}
.mgB60 {
  margin-bottom: 60px;
}
.pdT40 {
  padding-top: 40px;
}

.box-question {
  padding: 30px 40px 40px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.col-main {
  display: flex;
  line-height: 1.4;
}
.col-noticeA {
  width: 304px;
}
.col-noticeB {
  width: 720px;
}
.col-noticeB a {
  color: #111;
}
.col-noticeB a:hover {
  opacity: 0.7;
}
.col-boxA {
  width: 33%;
  padding: 0 30px;
}

.col-boxB {
  width: 33%;
  padding: 0 30px;
}

.col-boxC {
  width: 33%;
  padding: 0 40px;
}

.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: 426px;
}
#safe_area .image img {
  width: 280px;
}
.col-boxA .image img {
  width: 360px;
}

#konkatsu_area {
  margin-top: 120px;
  padding: 40px 0 200px ;
}
#konkatsu_area .inner {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}
#konkatsu_area li {
  width: 320px;
  margin: 0 32px 0 0;
  text-align: center;
  float: left;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#konkatsu_area li:nth-child(3n) {
  margin: 0;
}

#konkatsu_area li .image {
  width: 320px;
  height: 200px;
  position: relative;
}

#konkatsu_area li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#konkatsu_area .image img {
  width: 280px;
}




#notice_area {
  margin: 100px 0;
}
#notice_area .inner {
  width: 1024px;
  margin: 0 auto;
}
.col-noticeB li {
  line-height: 1.6;
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}
.col-noticeB li:first-child {
  padding-top: 0;
}

#function_area {
  padding: 100px 0 100px;
  background: #F1FAFF;
}
#function_area .inner {
  width: 1024px;
  margin: 0 auto;
}

#voice_area {
  padding: 100px 0 100px;
  background: #FFF;
}
#voice_area .inner {
  width: 1024px;
  margin: 0 auto;
}





.box_eyecatch {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.circle {
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: linear-gradient(-225deg, #1985E5 0%, #0E4A7F 130%);
  border-radius: 12px;
}
.sbr {
  display: none;
}
.lbr {
  display: none;
}



/*良縁報告*/
#hreport_area {
  width:100%;
}
#hreport_area .inner{
  width: 980px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
#hreport_area li {
  width: 306px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  margin-right: 31px;
  margin-top: 50px;
  vertical-align: top;
}
#hreport_area li a {
  color: #2D2E2D;
  font-size: 14px;
  text-decoration: none;
}
#hreport_area li .image {
  width: 306px;
  webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
#hreport_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;
}
#hreport_area li .name {
  display: block;
  text-align: center;
  margin: 8px 0;
  font-size: 14px;
  color: #A0A0A0;
}
#hreport_area li:nth-child(3n) {
  margin-right: 0px;
}
#hreport_area .sub_text {
  font-size: 16px;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: 111;
}
.wrap {
  display: none;
}



/*Voice*/
#voice_area {
  width:100%;
}
#voice_area .inner{
  width: 980px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
  margin-bottom: 100px;
  padding-bottom: 100px;
  line-height: 1.65;
}
#voice_area li {
  width: 460px;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  margin-right: 60px;
  margin-top: 50px;
  vertical-align: top;
}
#voice_area li:nth-child(even){
  margin-right: 0;
}
#voice_area li a {
  color: #2D2E2D;
  font-size: 16px;
  text-decoration: none;
}
#voice_area li img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.8;
}
#voice_area li img:hover {
  opacity: 0.7;
}

#voice_area li .image {
  width: 460px;
  height: 320px;
  webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 16px;
}
#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: 16px;
  font-weight: bold;
}
#voice_area li .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}
#voice_area .article_text {
  font-size: 16px;
  margin-bottom: 20px;
}
#voice_area .article_text.article {
  font-weight: bold;
}
#voice_area .sub_text {
  font-size: 16px;
  margin-bottom: 20px;
}


