@charset "Shift_JIS";

/*----------------------------------------
  base
-----------------------------------------*/

body {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 14px;
}

a:link, a:visited {
  color: #666;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #666;
  text-decoration: none;
}

/*----------------------------------------
  layout
-----------------------------------------*/
.l-content {
  width: 980px;
  margin: 0 auto;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

.l-relative {
  position: relative;
}

.l-half > * {
  width: 478px;
  margin: 0 20px 0 0;
  float: left;
}

.l-half > *:nth-child(2n) {
  margin: 0 0 0 0;
}

.l-align-center {
  text-align: center;
}

.l-bottom-xxxlarge {
  margin-bottom: 48px !important;
}

.l-bottom-xxlarge {
  margin-bottom: 40px !important;
}

.l-bottom-xlarge {
  margin-bottom: 32px !important;
}

.l-bottom-large {
  margin-bottom: 24px !important;
}

.l-bottom-medium {
  margin-bottom: 16px !important;
}

.l-bottom-small {
  margin-bottom: 8px !important;
}

.l-bottom-xsmall {
  margin-bottom: 4px !important;
}

.clearfix:after {
  content: '';
  clear: both;
  display: block;
}

/*----------------------------------------
  text
-----------------------------------------*/

.text-xxxlarge {
  font-size: 28px !important;
}

.text-xxlarge {
  font-size: 24px !important;
}

.text-xlarge {
  font-size: 20px !important;
}

.text-large {
  font-size: 16px !important;
}

.text-small {
  font-size: 12px !important;
}

.text-xsmall {
  font-size: 10px !important;
}

.text-xxsmall {
  font-size: 8px !important;
}

.text-strong {
  font-weight: bold;
}

.text-accent {
  color: #e41319;
}

.text-reserve {
  color: #fa7c15;
}

.text-estimate {
  color: #259e1f;
}

.text-dark-grey {
  color: #333;
}

/*----------------------------------------
  main-visual
-----------------------------------------*/

.main-visual {
  width: 100%;
  min-height: 455px;
  background: url(/images/page/landing/img_index_merit_fork/main-visual-background.png) repeat-x center bottom #d0f2ff;
}

.main-viual-inner {
  position: relative;
  padding-top: 20px;
  text-align: center;
}

.main-visual-logo {
  position: absolute;
  bottom: -43px;
  left: 0;
}

.main-visual-contents {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding:10px 20px;
  position: absolute;
  bottom: -45px;
}

.main-visual-text {
  flex: 120px 0 0;
}

.main-visual-logos{
  margin-left: 20px;
}

.main-visual-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-bottom: 3px solid #ffea00;
  border-radius: 5px;
  background-color: #FFF;
}

.main-visual-mover-text {
  margin-left: 10px;
}

.main-visual-mover {
    width: 100%;
    height: 470px;
    background: url(/images/page/landing/img_index_merit_fork/main-visual-background.png) repeat-x center bottom;
}

/*----------------------------------------
  section
-----------------------------------------*/
.section-foundation {
  background-color: #d2f2ff;
}

.l-section-campaign {
  padding: 90px 0 20px;
}

.l-section-review {
  padding: 50px 0 20px;
}

.l-section-logoList {
  padding: 60px 0;
  z-index: -2;
}

/*----------------------------------------
  form
-----------------------------------------*/
.form {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}

.form-reserve {
  border: 1px solid #fa7c15;
}

.form-reserve .form-title {
  text-align: center;
  padding: 10px;
  background-color: #ffa243;
}

.form-estimate {
  border: 1px solid #3cc132;
}

.form-estimate .form-title {
  text-align: center;
  padding: 10px;
  background-color: #7ade62;
}

.form-body {
  padding: 15px 30px 30px;
}

.form-select-container {
  height: 115px;
}

.form-select {
  height: 30px;
  line-height: 30px;
  padding: 7px 0 5px;
  border-bottom: 1px dashed #e2e2e2;
}

.form-select:last-child{
  border-bottom: none;
}

.form-select dt,
.form-select dd,
.form-select-title {
  display: inline-block;
  vertical-align: middle;
}

.form-select input,
.form-select select {
  padding: 1px 5px;
  font-size: 12px;
  vertical-align: middle;
}

.form-button:hover {
  opacity: .8;
}

.form-merit-list {
  width: 420px;
  margin: 0 auto 20px;
  padding: 8px 0 11px;
  background: #fff8d8 none repeat scroll 0 0;
  border: 1px solid #f2e7bc;
  border-radius: 4px;
}

.form-merit-list li {
  padding-left: 20px;
  padding-top: 4px;
  display: table;
  font-size: 16px;
}

.form-merit-list li > * {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}

.form-flow-list > * {
  width: 108px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  font-size: 12px;
}

.l-select-right {
  margin-right: 15px;
}

.l-label-right {
  margin-right: 10px;
}

.l-form-button {
  margin-bottom: 20px;
}

.l-form-flow-list > * {
  float: left;
  margin-right: 14px;
  position: relative;
}

.l-form-flow-list > *:after {
  content: '';
  position: absolute;
  top: 70px;
  right: -14px;
  width: 14px;
  height: 24px;
  background: url(/images/page/landing/img_index_merit_fork/form-service-flow-arrow.png);
}

.l-form-flow-list > *:last-child {
  margin-right: 0;
}

.l-form-flow-list > *:last-child:after {
  width: 0;
  height: 0;
}

/*----------------------------------------
  title
-----------------------------------------*/
.title {
  position: relative;
  background-color: #3666d4;
  text-align: center;
  padding: 24px;
}

.title:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-color: #3666d4;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.l-title {
  margin-bottom: 48px;
}

.l-title-review {
  height: 148px;
}

.l-title-review > * {
  position: absolute;
  left: 0;
  top: 0;
}

.l-title-last {
  margin: 90px 0;
  text-align: center;
}

/*----------------------------------------
  card
-----------------------------------------*/

.card {
  background-color: #fff;
  box-shadow: 3px 3px 4px 0 #ccc;
  -moz-box-shadow: 3px 3px 4px 0 #ccc;
  -webkit-box-shadow: 3px 3px 4px 0 #ccc;
  -ms-box-shadow: 3px 3px 4px 0 #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}

.card-header {
  width: 100%;
  display: table;
  border-bottom: 2px solid #f3f1e4;
  padding-bottom: 10px;
}

.card-header > * {
  display: table-cell;
  vertical-align: middle;
}

.card-avatar {
  padding-right: 10px;
}

.card-inner {
  padding: 16px;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
}

.card-profile {
  font-size: 12px;
}

.card-body {
  height: 84px;
}

.card-discrption {
  padding: 6px 0;
  line-height: 2;
}

.card-company {
  padding: 15px;
  display: table;
}

.card-company > * {
  display: table-cell;
  vertical-align: middle;
}

.card-company-left {
  padding-right: 10px;
}

.card-company-right {
  border-left: 1px solid #d1cec5;
  padding-left: 15px;
  width: 310px;
}

.card-logo {
  border: 1px solid #e2e2e2;
  padding: 3px;
}

/*----------------------------------------
  media
-----------------------------------------*/
.media {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}

.media-reserve {
  border: 1px solid #fa7c15;
}

.media-estimate {
  border: 1px solid #d2d2d2;
}

.media-reserve-header {
  background-color: #fa7c15;
  padding: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.media-estimate-header {
  background-color: #d2d2d2;
  padding: 6px;
  color: #434343;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.media-text-estimate {
  color: #434343;
}

.media-list {
  padding: 15px;
}

.media-item {
  display: table;
  padding-bottom: 15px;
}

.media-reserve .media-item {
  border-bottom: 1px dashed #fa7c15;
}

.media-estimate .media-item {
  border-bottom: 1px dashed #d2d2d2;
}

.media-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.media-item-left,
.media-item-right {
  display: table-cell;
  vertical-align: middle;
}

.media-item-left {
  width: 120px;
  padding-right: 16px;
}

.media-item-title {
  font-size: 24px;
  padding-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
}

.l-media > * {
  width: 478px;
  margin: 0 20px 20px 0;
  float: left;
}

.l-media > *:nth-child(even) {
  margin: 0 0 20px 0;
}

.l-media-item {
  margin-bottom: 10px;
}

/*----------------------------------------
  campaign
-----------------------------------------*/

.campaign {
  background: #ddd;
  padding: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}

.campaign-title {
  text-align: center;
}

.campaign-inner {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
}

.campaign-banner-container {
  position: absolute;
  top: -5px;
  right: 0;
  text-align: center;
}

.campaign-banner {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}

.campaign-icon-left {
  position: absolute;
  top: 8px;
  left: 8px;
}

.campaign-icon-right {
  position: absolute;
  top: 8px;
  left: 493px;
}

.l-campaign-bottom {
  margin-bottom: 100px;
}

.l-campaign-half > * {
  width: 435px;
  margin: 0 20px 0 0;
  float: left;
}

.l-campaign-half > *:nth-child(even) {
  margin: 0 ;
}

.l-campaign-title {
  position: absolute;
  top: -135px;
  left: 25px;
}

/*----------------------------------------
  reporter
-----------------------------------------*/

.reporter {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.reporter-item {
  display: none;
}

.reporter-list > * {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e2e2e2;
}

.reporter-list > *:last-child {
  border-bottom: none;
}

.reporter-item-table td {
  padding-right: 22px;
}

.reporter-item-table td:last-child {
  padding-right: 0;
}

.reporter-item-date {
  font-size: 12px;
  color: #666;
}

.reporter-item-date > * {
  padding-left: 10px;
}

/*----------------------------------------
  ranking
-----------------------------------------*/

.ranking-title {
  background-color: #3666d4;
  padding: 11px 0 6px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
}

.ranking-body {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-top: none;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
}

.ranking-body > * {
  width: 100%;
  border: 2px solid #dfb02a;
  border-top: none;
}

.ranking-body > *:first-child {
  border-top: 2px solid #dfb02a;
}

.ranking-table-icon {
  width: 20%;
  text-align: center;
  vertical-align: top;
  background-color: #fdeec3;
  border-right: 1px solid #dfb02a;
  padding-top: 15px;
}

.ranking-table-header {
  width: 80%;
  padding: 10px;
  border-bottom: 1px solid #dfb02a;
}

.ranking-table-header > * {
  display: inline-block;
}

.ranking-table-logo {
  border: 1px solid #e2e2e2;
  padding: 3px;
}

.ranking-table-name {
  font-size: 18px;
  font-weight: bold;
}

.ranking-table-review {
  border: 2px solid #fff0c5;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
  width: 155px;
  height: 22px;
}

.ranking-table-review > * {
  display: inline-block;
}

.ranking-table-score {
  font-weight: bold;
  background-color: #fdeec3;
  padding: 0 8px;
  vertical-align: middle;
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
  -webkit-border-radius: 16px 0 0 16px;
  -ms-border-radius: 16px 0 0 16px;
  height: 23px;
}

.ranking-table-star {
  vertical-align: middle;
  padding-left: 8px;
}

.ranking-table-star > * {
  display: inline-block;
}

.ranking-table-detail {
  padding: 5px 10px;
  border-right: 1px solid #dfb02a;
  border-bottom: 1px solid #dfb02a;
}

.ranking-table-detail td {
  color: #686868;
  font-size: 11px;
}

.l-ranking-table-text {
  height: 21px;
  padding-left: 10px;
}

.l-ranking-table-logo {
  margin-right: 5px;
}

/*----------------------------------------
modal
-----------------------------------------*/

.overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  background-color: #000;
  opacity: .6;
}

.modal {
  position: fixed;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 640px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 10px;
  background-color: #fff;
}

.modal-closeBtn {
  position: absolute;
  cursor: pointer;
  top: -14px;
  right: -14px;
}

.modal-closeBtn img {
 width: 30px;
 height: 30px;
}

.modal-closeBtn:hover {
  opacity: .7;
}

/*----------------------------------------
table
-----------------------------------------*/

.table {
  border: solid 1px #ddd;
  text-align: left;
}

.table tr {
  border-bottom: solid 1px #ddd;
}

.table tr:last-child {
  border-bottom: none;
}

.table-full th,
.table-full td {
  display: block;
}

.table th,
.table td {
  padding: 10px;
}

.table th {
  font-weight: bold;
  background-color: #e9e9e9;
}

/*----------------------------------------
  state
-----------------------------------------*/

.is-hide {
  display: none;
}

/*----------------------------------------
  logoList
-----------------------------------------*/

.logoList {
  width: 980px;
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 20px 0;
  z-index: 1;
}

.logoList:before {
  position: absolute;
  width: 1261px;
  height: 293px;
  top: 90px;
  left: 50%;
  margin-left: -630px;
  content: '';
  background: url(/images/page/landing/img_index_merit_fork/logoList-bg.png);
  z-index: -1;
}

.logoList-title {
  width: 807px;
  margin: 0 auto;
  z-index: 1;
}

.logoList-description {
  width: 870px;
  margin: 10px auto;
  text-align: left
}

.logoList-large {
  width: 870px;
  margin: 10px auto 0;
}

.logoList-large > * {
  float: left;
  padding: 0 17px 8px 0;
}

.logoList-large > *:nth-child(5n) {
  padding: 0 0 8px 0;
}

.logoList-large .logoList-image {
  width: 148px;
  height: 81px;
  padding: 5px;
  border: 1px solid #e2e2e2;
}

.logoList-small {
  width: 870px;
  margin: 0 auto;
}

.logoList-small > * {
  padding: 0 13px 8px 0;
  float: left;
}

.logoList-small > *:nth-child(9n) {
  padding: 0 0 8px 0;
}

.logoList-small .logoList-image {
  width: 73px;
  height: 41px;
  padding: 5px;
  border: 1px solid #e2e2e2;
}

.l-logoList {
  margin-top: 60px
}

/*----------------------------------------
  footer
-----------------------------------------*/
.footer {
  background-color: #f8f8f8;
  border-top: 1px dotted #d9d9d9;
}

.footer-inner {
  padding: 20px 0;
}

.footer-inner > * {
  float: left;
}

.footer-left,
.footer-center {
  width: 230px;
  display: table;
}

.footer-left > * ,
.footer-center > * {
  display: table-cell;
  vertical-align: top;
}

.footer-right {
  text-align: right;
  float: right;
  width: 490px;
}

.footer-list li {
  display: inline-block;
  font-size: 12px;
  padding-left: 5px;
}

.footer-text {
  font-size: 11px;
  color: #333;
}

.l-footer-right {
  margin-right: 15px;
}

.l-footer-left {
  padding-left: 10px;
}

/*--------------------------------------------------
  section-attention
--------------------------------------------------*/

.section-attention {
  box-sizing: border-box;
  padding: 9px 0 8px;
  background: #fffd73;
  border-bottom: 3px solid #ffba00;
}

.section-attention-text {
  font-size: 14px;
}

.l-section-attention {
  margin-bottom: 10px;
}

.text-negative {
  color: #e00;
}
