﻿@charset "utf-8";
/* ------------------------------
common
-------------------------------*/
body {
  position: relative
}
body,p {
  font-size: 16px;
  line-height: 1.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
#wrapper{
  background: url(/assets/img/lp/myseed/index/pc/bg_pattern.png);
}
#container {
  margin: 0 auto;
  width: 1000px;
  background:#fff;
}

/* ------------------------------
fixed 固定ボタン
-------------------------------*/
#fixed {
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #7bc8ce;
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.fixed-inner {
  margin: 0 auto;
  display:flex;
  align-items: center;
  justify-content: center;
}
.cta_fixed{
  display: block;
  width: 365px;
  right: 230px;
  top: 5px;
}
.text_big{
  font-size:26px;
  font-weight: bold;
}
/* ------------------------------
header
-------------------------------*/
#header {
  border-bottom: 1px solid #ccc;
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}
.header-inner {
  margin: 0 20px;
  padding: 5px 0;
}
#header-logo img,
#header-tel img
{
  display: block;
}
#header-logo {
   width: 210px;
   margin: 10px 0px;
}
.headerNavList{
  display: flex;
  padding: 4px 0px;
}
.headerContents{
  display: flex;
  align-items: center;
  width: 1000px;
  height: 95px;
  justify-content: space-between;
  margin: 0 auto;
}
.headerNavCopy{
 text-align: right;
 font-size: 14px;
}
.headerNavListItem{
  margin-left: 35px;
}
.headerNavListItem a{
  color: #464646;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.headerNavListItem a::after{
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  opacity: 0;
  visibility: hidden;
}
.headerNavListItem a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

/* ------------------------------
アンカーリンク用
-------------------------------*/
#component, #wk, #plan, #qa{
  margin-top: -96px;
  padding-top: 96px;
}

#plan .cvbtn01{
  top: 342px;
}

/* ------------------------------
CV area
-------------------------------*/
.cvbox  {
  position: relative;
}
.cvbtn {
  position: absolute;
}
.cvbtn01 {
    top: 246px;
    left: 198px;
}
.cvbtn02 {
    top: 27px;
    left: 540px;
}
.cvbtn03 {
    top: 104px;
    left: 540px;
}
.cvbtn04 {
    top: 860px;
    left: 178px;
}
.cvbtn05 {
    top: 180px;
    left: 178px;
}
.cv03_kome {/*2017/10/02追加*/
    margin: -8px 0 0;
    font-size: 11px;
}
.cv03_txt {/*2017/10/02追加*/
    margin: -16px 227px 0 15px;
    font-size: 11px;
}
/* ------------------------------
seishikensa
-------------------------------*/
.sk {
}
.sk-tit {
  box-sizing: border-box;
  padding: 10px 50px;
  background-color: #1b3765;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.sk-box {
  padding: 13px 170px 0px 165px;
}
.sk-box-tit {
  position: relative;
  padding: 10px 30px;
  background: #eae9e4;
  font-size: 20px;
  color: #1b3765;
  line-height: 1;
}
.sk-box-tit:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 15px;
  width: 3px;
  height: 20px;
  background: #1b3765;
  border-radius: 3px;
}
.sk-box dl{
  border-bottom: 2px dashed #eae9e4;
}
.sk-box dl:last-child {
  margin-bottom: 30px;
  border-bottom: none;
}
.sk-box01 {
  background: url(/assets/img/lp/myseed/common/pc/icon_01.png) left top no-repeat,
              url(/assets/img/lp/myseed/common/pc/icon_07.png) right top no-repeat;
}
.sk-box02 {
  background: url(/assets/img/lp/myseed/common/pc/icon_02.png) left top no-repeat,
              url(/assets/img/lp/myseed/common/pc/icon_07.png) right top no-repeat;
}
.sk-box03 {
  background: url(/assets/img/lp/myseed/common/pc/icon_03.png) left top no-repeat,
              url(/assets/img/lp/myseed/common/pc/icon_07.png) right top no-repeat;
}
.sk-box04 {
  background: url(/assets/img/lp/myseed/common/pc/icon_04.png) left top no-repeat,
              url(/assets/img/lp/myseed/common/pc/icon_07.png) right top no-repeat;
}
.sk-box05 {
  background: url(/assets/img/lp/myseed/common/pc/icon_05.png) left top no-repeat,
              url(/assets/img/lp/myseed/common/pc/icon_07.png) right top no-repeat;
}
.sk-box06 {
  background: url(/assets/img/lp/myseed/common/pc/icon_06.png) left top no-repeat;
  background-position : right top;
}
.sk-box dl dt,
.sk-box dl dd {
  margin: 10px 0;
  padding-left: 35px;
}
.txt_sk {
  text-align:right;
  margin-right: 28px;
}

/* ------------------------------
movie
-------------------------------*/
.video{
  position:relative;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width: 350px;
}
.video_position {
  position: absolute;
  top: 1346px;
  right: 320px;
}
/* ------------------------------
qa
-------------------------------*/
.qa__middle {
	padding: 5px 200px 5px;
}
.qa__middle--list01 {
	background: url(/assets/img/lp/myseed/index/pc/qa_bg01.jpg) no-repeat center top;
}
.qa__middle--list02 {
	background: url(/assets/img/lp/myseed/index/pc/qa_bg02.jpg) no-repeat center bottom;
}
.qa__middle--tit {
    margin: 0 0 10px;
	padding: 4px 0 3px 20px;
    border-radius: 12px;
	background: #ece8db;
    color: #000;
	font-size: 18px;
	font-weight: bold;
}
.qa__middle dl {
	padding: 0 15px;
	border-bottom: 2px dashed #eae9e4;
}
.qa__middle dl:last-child {
	margin-bottom: 30px;
	border-bottom: none;
}
.qa__middle dl dt {
	background: url(/assets/img/lp/myseed/index/qa_Q.png) left top no-repeat;
}
.qa__middle dl dd {
	background: url(/assets/img/lp/myseed/index/qa_A.png) left top no-repeat;
}
.qa__middle dl dt, .qa__middle dl dd {
	margin: 10px 0;
	padding-left: 35px;
	background-size: 19px 19px;
}
.qa__middle dl dt:hover {
  cursor: pointer;
}
/* ------------------------------
guide
-------------------------------*/
#guide {
  margin-top: -95px;
  padding: 95px 0 15px 0;
}
.guide-box {
  margin-bottom: 30px;
}
.guide-tit {
  margin-bottom: 15px;
  padding: 3px 30px;
  color: #fff;
  background: #51392a;
}
.guide-box p {
  margin: 10px 30px;
  font-size: 14px;
}
.guide-box p strong {
  font-size: 13px;
  font-weight: bold;
  color: #21539b;
}


/* ------------------------------
footer
-------------------------------*/
#footer {
  padding: 0;
  background: #fff;
}
#top #footer {
  padding-bottom: 100px;
}
.footer-upper {
  background: #ededed;
  border-top: 1px solid #ccc;
}
.footer-upperList {
  width: 1000px;
  margin: 0 auto;
}
.footer-upperList li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 5px 0 0 30px;
}
.upperList-myaccount {
  background: url(/assets/img/lp/myseed/common/icon_key.png) no-repeat 5px center;
  background-size: 16px 20px;
}
.upperList-cart {
  background: url(/assets/img/lp/myseed/common/icon_cart.png) no-repeat left center;
  background-size: 22px 20px;
}
.footer-upperList li a{
  color: #1b3765;
}
.footer-upperList li a:hover{
  color: #ed5f92;
}
.footer-inner {
  background: #1b3765;
}
#footer-list {
  width: 1000px;
  margin: 0 auto;
}
#footer-list li{
  float: left;
  width: 50%;
}
#footer .totop a,
#footer-list li a{
  position: relative;
  display: block;
  padding: 0 10px 0 25px;
  color: #fff;
  line-height: 32px;
}
#footer .totop a:after,
#footer-list li a:after{
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#copyright {
  background: #21539b;
  color: #fff;
  text-align: center;
}
#copyright small{
  line-height: 20px;
  font-size: 10px;
}

/* ------------------------------
会社概要　プライバシーポリシー　お問い合わせ窓口　特商
-------------------------------*/
.tit-info {
  background: #1b3765;
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
}
#company dl dt,
#company dl dd,
#tokusyo dl dt,
#tokusyo dl dd {
  padding: 5px 15px;
}
#company dl dt,
#tokusyo dl dt {
  background: #cbe2f4;
}
#privacy dl,
#contact dl {
  margin: 0 15px;
}
#privacy dd,
#contact dd {
  margin-left: 15px;
  margin-bottom: 15px;
}
#privacy p,
#contact p {
  margin: 15px 15px 15px;
}
#privacy .sign {
  text-align: right;
}
/* ------------------------------
お客様アンケート遷移ボタン_01
-------------------------------*/
/* 角丸 */
.Radius5 {
  border-radius: 5px;        /* CSS3草案 */
	z-index: 0;
}
/* ボタン共通 */
.Button {
	overflow: hidden;
	width: 200px;
	height: 50px;
	margin: 0;
	padding: 0;
}
.Button a {
	padding-left:51px;
	display: block;
	position: relative;
	z-index: 100;
	background: #e86a98;
	color: #fff;
	font-size: 17px;
	line-height: 50px;
	text-decoration:none;
}
.Button a:hover {
	background: #ec82a8;        /* マウスオーバーカラー */
}

.IconList3 a:before {        /*白い丸 */
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 29px;
	width: 16px;
	height: 16px;
	margin-top: -9px;
	border-radius: 50%;        /* CSS3草案 */
	background: #fff;
}
.IconList3 a:after {        /*「after要素」で三角 */
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 35px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 5px solid transparent;        /*top right bottom を透明化 */
	border-left: 5px solid #e86a98;
}
.IconList3 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */
	border-left: 5px solid #ec82a8;
}

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

.IconList3 a:visited {
	color: #fff;
	text-decoration:none;
}
.rel{
    position: relative;
}
.IconList3_01 {
    position: absolute;
	bottom:45px;
	left:650px;

}
/* ------------------------------
お客様アンケート遷移ボタン_02
-------------------------------*/
/* 角丸 */
.Radius5 {
  border-radius: 5px;        /* CSS3草案 */
	z-index: 0;
}
/* ボタン共通 */
.Button {
	overflow: hidden;
	width: 200px;
	height: 50px;
	margin: 0;
	padding: 0;
}
.Button a {
	padding-left:51px;
	display: block;
	position: relative;
	z-index: 100;
	background: #e86a98;
	color: #fff;
	font-size: 17px;
	line-height: 50px;
	text-decoration:none;
}
.Button a:hover {
	background: #ec82a8;        /* マウスオーバーカラー */
}

.IconList3 a:before {        /*白い丸 */
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 29px;
	width: 16px;
	height: 16px;
	margin-top: -9px;
	border-radius: 50%;        /* CSS3草案 */
	background: #fff;
}
.IconList3 a:after {        /*「after要素」で三角 */
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 35px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 5px solid transparent;        /*top right bottom を透明化 */
	border-left: 5px solid #e86a98;
}
.IconList3 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */
	border-left: 5px solid #ec82a8;
}

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

.IconList3 a:visited {
	color: #fff;
	text-decoration:none;
}
.rel{
  position: relative;
}
.IconList3_02 {
  position: absolute;
	bottom:87px;
	left:646px;

}
/*お客様の声導線*/
.myseed_lead{
  margin:0px 0px 25px;
  text-align: center;
  font-size:30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.myseed_area{
  width: 100%;
  margin:0px auto 25px;
  text-align: center;
  font-size:30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.myseed_text_1{
  color: #0477ac;
  font-size:30px;
  font-weight: bold;
}
.myseed_text_2{
  font-size:24px;
  font-weight: bold;
}
.color_red{
  color: #f4525e;
  font-size:50px;
  font-weight: bold;
}
.border_yellow{
  background: linear-gradient(transparent 60%, #fff6ad 60%);
}
.myseed_btn_img{
  display:flex;
  width: 56%;
  margin:0 auto;
}
.square_btn{
  display: inline-block;
  height: 45px;
  padding: 7px 35px;
  margin:45px 15px 0px 0px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  background:#ef6868;
  transition: .2s;
  box-shadow: 0 0 8px gray;
}

.square_btn:hover {
    background:#ee8585;
}
.myseed_pc_btn {
    position: absolute;
    top: 1965px;
    left: 210px;
}
