﻿
@import url("css2-ShipporiMinchowght400600_swap.css");
/* CSS Document */
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}

.clear,
section {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-family: 'Shippori Mincho', YuMincho, '游明朝', "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  /*font-feature-settings : "palt";*/
  color: #010000;
}

a {
  color: #010000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover, a:focus {
  color: #999999;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover img, a:focus img {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

p,
li,
dd {
  line-height: 1.7;
}

.wmRL {
  /* IE独自仕様 */
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.wmRL strong {
  -ms-text-combine-horizontal: digits;
}

.tc {
  -ms-text-combine-horizontal: all;
  -ms-text-combine-horizontal: digits;
}

.center {
  text-align: center;
  margin: auto;
}

@media screen and (min-width: 600px) {
  .wmRL-pc {
    -ms-writing-mode: tb-rl;
    /* IE独自仕様 */
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -ms-text-combine-horizontal: all;
    text-orientation: upright;
  }
}
/*----------------------------------------------------------------------*/
.floatL {
  float: left;
}

.froatR {
  float: right;
}

.txtR {
  text-align: right;
}

header {
  padding: 5px 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #CCC;
  height: 30px;
  position: fixed;
  z-index: 50000;
  background-color: #FFF;
}

#headerInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

header #logo {
  float: left;
  line-height: 20px;
}
header ul {
  float: right;
  top: -2px;
}
header li {
  line-height: 1;
  display: inline-block;
  margin-left: 2rem;
  font-size: 1.4rem;
}

article {
  position: relative;
}

header li span {
  font-size: 8px;
  vertical-align: middle;
}
header a {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }

  #pageLink {
    margin-bottom: 50px;
  }
}
#pageLink li {
  margin-bottom: 10px;
}
#pageLink li a:hover {
  text-decoration: underline;
}
#pageLink li:before {
  content: "▼";
  color: #AAAAAA;
  padding-right: 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
}

h2 {
  color: #000000;
  font-size: 50px;
  font-weight: 600;
}

.contactSpace {
  line-height: 26px;
  font-size: 26px;
  text-align: center;
  width: 350px;
}

.btnContactTop {
  width: 350px;
  height: 80px;
  background-color: #fff100;
  display: table;
  text-align: center;
  /* font-family: 'Yu Gothic'; */
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}

.btnContact {
  width: 380px;
  height: 120px;
  background-color: #fff100;
  display: table;
  text-align: center;
  /* font-family: 'Yu Gothic'; */
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
.btnContact._btnCta {
  max-width: 500px;
  width: 80%;
  margin: 3rem auto 0;
}

.btnContactTop a,
.btnContact a {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
}

.btnContactTop a:hover,
.btnContact a:hover {
  background-color: #FFDD00;
  color: black;
}

.contactSpace {
  margin-top: 3rem;
  border-width: 1px;
  border-color: #aaaaaa;
  border-style: solid;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contactSpace p {
  margin: 10px 20px;
  text-align: center;
  color: #888888;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (min-width: 979px) {
  .contactSpace p {
    width: 28%;
  }
}
.contactSpace p span {
  font-size: 2.4rem;
  font-weight: 600;
}
.contactSpace._col_w {
  margin: 3rem auto 0;
  border-color: white;
}
.contactSpace._col_w .btnContact {
  width: 50%;
  margin: 0 auto;
}

/* add 20170414 */
p.contactTel {
  font-size: 22px;
  line-height: 1.6em;
}
p.contactTelTop {
  width: 300px;
  font-size: 22px;
  line-height: 1.6em;
}

.contactSpace p span.contactTelTxt {
  font-size: 76%;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
}

.contactTips {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
}

.contactSubTel,
.contactSubForm {
  margin: 0 0 30px 0;
}
.contactSubTel span,
.contactSubForm span {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  .tel-link {
    font-size: 6vw;
    margin: 0.5em auto 0;
    display: block;
  }
}

/* //add 20170414 */
#topContents .contactSpace {
  width: 350px;
  display: block;
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 50px;
  padding-top: 200px;
}
#topContents .contactSpace p {
  margin: 20px auto 5px;
}

/*---
-------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  #sec01 {
    padding: 80px 0 60px;
    display: flex;
  }
  #sec01 h2 {
    line-height: 120px;
    margin-right: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
  }
}
.bgGray {
  background-color: #eeeeee;
  width: 100%;
}

.checkList li {
  font-size: 2.0rem;
  line-height: 58px;
}

ul.checkList {
  margin-top: 50px;
}
ul.checkList li {
  background: url(/wp-content/themes/primenumbers/lp/images/ico_check.png) no-repeat 54% top;
  padding-top: 3rem;
}

#sec01 strong,
#sec02 strong,
#sec04 strong {
  font-weight: 600;
  font-size: larger;
}

/*---運用型広告の不都合な真実
-------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  #sec02 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  #sec02 h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  #sec02 p {
    clear: both;
    text-align: center;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 1.8rem;
  }
  #sec02 dl {
    padding-top: 40px;
    margin-bottom: 60px;
    height: 350px;
    width: 100%;
    clear: both;
  }
  #sec02 dt {
    font-size: 3.4rem;
    line-height: 1.6;
    font-weight: 600;
    height: 300px;
    margin-left: 20px;
  }
  #sec02 dd {
    height: 300px;
    width: 400px;
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
.fSize20 {
  font-size: 2.0rem;
  width: 100%;
  padding: 20px;
  border: 1px solid #aaaaaa;
  margin: 40px auto;
}

#sec01 h2,
#sec03 h2 {
  position: absolute;
  right: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.borBoth {
  border-bottom: 1px solid #aaaaaa;
  writing-mode: horizontal-tb;
  width: 100%;
  text-align: center;
  line-height: 0;
  margin-top: 50px;
}
.borBoth span {
  line-height: 0;
  border-left: 2rem solid #FFF;
  border-right: 2rem solid #FFF;
  /* 	font-family: "Hannari", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"; */
  padding: 2px 30px 5px 30px;
  text-align: center;
  background-color: #333;
  color: #ffffff;
  font-size: 20px;
}

/*---よくある問題点 ～成果が上がらない理由～
-------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  #sec03 article.container {
    padding: 100px 0 40px;
  }
  #sec03 h2 {
    right: 0;
    height: 850px;
    top: 100px;
  }

  .problemSpace {
    width: 900px;
    float: left;
  }
  .problemSpace dl {
    height: 370px;
    margin: 0 20px 60px 0;
    width: 270px;
    float: right;
  }
  .problemSpace dt {
    width: 90px;
    float: right;
    vertical-align: top;
    font-size: 22px;
    margin-left: 10px;
    font-weight: 600;
    line-height: 1.4;
  }
  .problemSpace dt span {
    margin-left: 5px;
  }
  .problemSpace dd {
    float: right;
    line-height: 24px;
    vertical-align: top;
    padding-left: 1rem;
    width: 160px;
  }

  p.problemText {
    font-size: 22px;
    line-height: 1.7;
    height: 390px;
    padding: 60px 0 0;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.problemSpace dt span {
  background-color: #333;
  color: #ffffff;
  padding: 10px 3px;
  font-size: 16px;
  font-weight: 600;
  width: 28px;
  display: block;
  height: 90px;
  line-height: 1.5;
}

/*----------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  #sec04 {
    padding-bottom: 50px;
  }

  h2 span {
    font-size: 3.0rem;
    margin-top: 1rem;
  }
}
/*---最後に少しだけ弊社の宣伝をさせてください。
-------------------------------------------------------------------*/
dl#bg1 {
  background: url(../image/bg1.png) no-repeat left top;
}
dl#bg2 {
  background: url(../image/bg2.png) no-repeat left top;
  margin-left: 60px;
}
dl#bg3 {
  background: url(../image/bg3.png) no-repeat left top;
}
dl#bg4 {
  background: url(../image/bg4.png) no-repeat left top;
  margin-left: 60px;
}

#sec05 h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  padding-bottom: 10px;
  line-height: 1.2;
  width: 100%;
  border-bottom: 1px solid #666;
}
@media screen and (max-width: 599px) {
  #sec05 h2 {
    font-size: 5vw;
  }
}
#sec05 h3 {
  border: 1px solid #666;
  font-size: 2.2rem;
  text-align: left;
  margin: 20px auto 20px 0;
  padding: 5px 20px;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  #sec05 h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 599px) {
  #sec05 {
    padding-bottom: 3em;
  }
}

@media screen and (min-width: 600px) {
  dl#bg4 dt {
    height: 34px;
    padding-top: 0;
  }

  #sec05 {
    padding-bottom: 60px;
  }
  #sec05 dl {
    width: 450px;
    float: left;
    margin-bottom: 40px;
    height: 180px;
  }
  #sec05 dt {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 60px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  #sec05 dd {
    line-height: 1.7;
  }
}
.bgDgray {
  background-color: #333;
  text-align: center;
  padding: 30px 0;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #FFF;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #333 transparent transparent transparent;
  margin: 0 auto 40px;
}

.spc {
  margin: -10px auto;
}

/*---サービス提供範囲
-------------------------------------------------------------------*/
#sec08 .boxService {
  width: 80%;
  border: 1px #000000 dotted;
  padding: 40px 20px;
  margin: 100px auto;
}
#sec08 .boxService ol {
  margin: 20px auto;
  width: 400px;
}
#sec08 .boxService h2 {
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 40px;
}
#sec08 .boxService li {
  margin-top: 20px;
}

footer {
  clear: both;
  width: 100%;
  background: #000;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.2rem;
  position: relative;
}
footer address {
  line-height: 30px;
}

#pagetop {
  right: 5%;
  bottom: 30px;
  position: fixed;
  opacity: 0.2;
}

/*---お問い合わせ
-------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  #contact {
    padding: 60px 0;
  }
  #contact h2 {
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto 60px auto;
  }
}
@media screen and (min-width: 600px) {
  #company {
    padding: 40px 0;
    height: 400px;
  }
  #company h2 {
    font-size: 3.0rem;
    float: right;
  }
  #company ul {
    margin-right: 80px;
    float: right;
    height: 360px;
  }
  #company li {
    margin-left: 10px;
    text-orientation: upright;
  }
  #company iframe {
    float: left;
  }
}
iframe {
  border: none;
}

/*---SLIDE
-------------------------------------------------------------------*/
@media screen and (min-width: 600px) {
  #mainImage {
    width: 440px;
    height: 640px;
    margin-top: 60px;
    overflow: hidden;
  }
}
/*---Contact css add
-------------------------------------------------------------------*/
.noContact {
  font-size: 1.6rem;
  padding: 0 0 15px 0;
}

/*---Contact form css add
-------------------------------------------------------------------*/
.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  position: static;
  top: 0;
  left: 0;
  border: none;
  color: red;
}
.wpcf7 div.screen-reader-response {
  display: none;
}
.wpcf7 div.wpcf7-response-output {
  text-align: center;
  border: none;
  margin: 0 auto;
}
.wpcf7 div.wpcf7-validation-errors {
  color: #f00;
}

/*---thanks css add
-------------------------------------------------------------------*/
/* add 20170323 */
.thx_btm {
  position: absolute;
  bottom: 0;
}

.thx p {
  min-width: 320px;
  margin: 0 auto;
  padding: 50px 0 0 0;
  line-height: 3.0rem;
  text-align: center;
}

#catLpContent {
  width: 800px;
  margin: 0 auto;
}

/* //add 20170323 */
/*---top page css add
-------------------------------------------------------------------*/
.ac_checkList {
  margin: 1em auto 2em;
}
.ac_checkList li {
  font-size: 1.1em;
  margin-bottom: 0.8em;
}
.ac_checkList li input[type="checkbox"] {
  height: 1.2em;
  width: 1.2em;
  margin-right: 0.5em;
}
@media screen and (max-width: 599px) {
  .ac_checkList li {
    font-size: 3.4vw;
  }
}

.ac_checkList_res {
  border: 1px solid;
  padding: 1em 1em 1px;
}
.ac_checkList_res .check_res {
  font-weight: bold;
  width: 13em;
  flex: none;
}
.ac_checkList_res .check_res:after {
  content: "・・・";
  color: #010000;
  padding-left: 0.5em;
}
.ac_checkList_res .check_res strong {
  font-size: 140%;
  padding-left: 0.2em;
}
.ac_checkList_res a {
  text-decoration: underline;
}
.ac_checkList_res a:hover {
  text-decoration: none;
}
.ac_checkList_res li {
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .ac_checkList_res li {
    display: flex;
    align-items: baseline;
  }
}
.ac_checkList_res li:first-child .check_res {
  color: red;
}
.ac_checkList_res li:nth-child(2) .check_res {
  color: #ff8a00;
}
.ac_checkList_res li:nth-child(3) .check_res {
  color: #3479d7;
}
.ac_checkList_res li:nth-child(4) .check_res {
  color: #34bed7;
}

.contentsBox {
  padding: 6em 0;
}
@media screen and (max-width: 599px) {
  .contentsBox {
    padding: 3em 0;
  }
}
.contentsBox h2 {
  text-align: center;
  margin: 0 auto 1em;
}

#sec09 {
  color: white;
}
#sec09 h3 {
  text-align: center;
  font-size: 1.4em;
}
@media screen and (max-width: 599px) {
  #sec09 h3 {
    font-size: 4vw;
  }
}
#sec09 ul {
  border: 1px solid;
  padding: 1.5em 1.5em 0.5em;
  width: fit-content;
  margin: 1em auto 0;
}
#sec09 ul li {
  margin-bottom: 1em;
}

.lp_contactBox {
  border: 1px solid;
  padding: 1.5em 1.5em 0.5em;
}
.lp_contactBox h2 {
  font-size: 2em;
}
@media screen and (max-width: 599px) {
  .lp_contactBox h2 {
    font-size: 5vw;
  }
}
.lp_contactBox li strong {
  font-weight: bold;
}

.flex {
  display: flex;
}

@media screen and (min-width: 600px) {
  .flex-p {
    display: flex;
  }
}
h3.ttl {
  font-weight: bold;
  margin: 1em auto 1em;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  h3.ttl {
    font-size: 4vw;
  }
}

#top_21-2 h3 {
  font-weight: bold;
  margin: 0.5em auto 1em;
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
}

.btn_arwBox {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .btn_arwBox {
    width: 80%;
  }
}
.btn_arwBox a:after {
  content: url(../image/lnr-arrow-right.svg);
}
.btn_arwBox a:hover:after {
  content: url(../image/lnr-arrow-rightw.svg);
}

#top_voice p {
  margin-bottom: 2em;
}

.cta_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3em;
}
@media screen and (max-width: 599px) {
  .cta_wrap {
    margin-top: 2em;
  }
}
.cta_wrap .cta_btn {
  display: flex;
  margin-bottom: 1em;
  background-color: #EEEEEE;
  padding: 1em;
}
.cta_wrap .cta_btn p {
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .cta_wrap .cta_btn p {
    font-size: 3.4vw;
  }
}
@media screen and (min-width: 600px) {
  .cta_wrap .cta_btn {
    width: 49%;
  }
}
.cta_wrap .cta_btn .cta_btn_L {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.cta_wrap .cta_btn p.cta_btn_dl {
  width: 100%;
  margin-top: 1em;
}
.cta_wrap .cta_btn p.cta_btn_dl a {
  font-weight: bold;
  background-color: #fff100;
  display: block;
  padding: 0.6em 1em;
  width: 100%;
  text-align: center;
}
.cta_wrap .cta_btn p.cta_btn_dl a:hover {
  background-color: #FFDD00;
}
.cta_wrap .cta_btn figure {
  margin-right: 1em;
  overflow: hidden;
  width: 48%;
  max-width: 60em;
  max-height: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
}
.cta_wrap .cta_btn figure img {
  min-width: 250px;
}

.cta_contact a {
  background-color: #fff100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8em;
  width: 100%;
  margin: 0 auto 3em;
  font-size: 1.4em;
}
.cta_contact a:hover {
  background-color: #FFDD00;
}

.kv_flex {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .kv_flex {
    flex-wrap: wrap;
  }
}

/*# sourceMappingURL=style_2.css.map */
