/* common */
body {
  font-family: -apple-system, 'BlinkMacSystemFont', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color:#212121;
  letter-spacing: 1px;
  font-size: 18px;
}
h1 {
  font-size: 30px;
  font-weight: 600;
  color: #FFFFFF;
}
h2 {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
}
.section--blue-strength h2 {
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
h3 {
  font-size: 28px;
  font-weight: 600;
}
.strength h3 {
  text-align: left;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 30px;
}
.top_area h3 {
  color: #FFFFFF;
  padding-right: 15px;
  padding-left: 15px;
}
h4 {
  font-weight: 600;
  margin: 25px 0;
  font-size: 25px;
  line-height: 1.5;
}
.order_flow h4 {
  background-color: #CEC7B7;
  padding: 7px 10px 7px 55px;
  text-align: left;
  font-size: 25px;
}
h1, h2, h3, h4, dt {
  font-family: Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}
p {
  font-size:18px;
  line-height:1.6;
}
.section--brown p, .section--white p {
  text-align: justify;
}
li {
  list-style: none;
}
.privacy_page ol li{
  list-style-type: decimal;
}
.container {
  margin-top: 50px;
}
hr {
  border-top: 1px solid #D9D9D9;
  margin: 50px auto;
}
.about_writer hr {
  margin: 35px auto;
}
.flex {
  display: flex;
}
p span {
  background: linear-gradient(transparent 50%, yellow 50%);
}
@media screen and (min-width: 481px) {
  .br-sp{
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .br-pc {
    display: none;
  }
}
.strcolor--red {
  color: red;
}
@media screen and (max-width: 480px)  {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 30px;
  }
}

/* トップ */
.background {
  background: url(/images/dot.png),url(images/tsumutu_topimg.png);
  background-size: auto,cover;
  -webkit-background-size: auto,cover;
  -moz-background-size: auto,cover;
  -o-background-size: auto,cover;
  background-position: center,center;
  background-repeat: repeat, no-repeat;
  width: 100vw;
  height: 70vh;
  display: table;
}
.background:before {
   z-index: 0;
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color:rgba(0,0,0,0.1);
 }

.top_area {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.top_area img {
  text-align: center;
  width: 50%;
  margin: 10px 0 30px;
}
@media screen and (max-width: 768px){
  .top_area img {
    text-align: center;
    width: 100%;
    margin: 10px 0 30px;
  }
}
.section--banner {
  position: relative;
  padding: 100px 0 40px;
  text-align: center;
  background: #FFFFFF;
}
.section--banner span {
  color: red;
  font-weight: 600;
}

/* 3つのないを解決 */
.box {
  margin-top: 20px;
}
/* アイコン */
.top--icon i {
  color: #0F5E7B;
  border: 1px solid #0F5E7B;
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 50%;
}
.fa-chart-line:before {
  font-family: "Font Awesome 5 Free";
  content:'\f201';
}
.fa-yen-sign:before {
  font-family: "Font Awesome 5 Free";
  content:'\f157';
}
.fa-clock-o:before {
  font-family: "Font Awesome 5 Free";
  content:'\f044';
}
.fa-laptop:before {
  font-family: "Font Awesome 5 Free";
  content:'\f109';
}
.fa-wrench:before {
  font-family: "Font Awesome 5 Free";
  content:'\f0ad';
}
.fa-chart-pie:before {
  font-family: "Font Awesome 5 Free";
  content:'\f200';
}
.section--blue {
  text-align: center;
  color: #FFFFFF;
  padding: 100px 0;
  border-bottom: 1px solid #FFFFFF;
  background: #0f5e7b;
  position: relative;
}
.section--white {
  text-align: center;
  padding: 100px 0;
  background: #FFFFFF;
  position: relative;
}
.section--white--strength{
  padding: 50px 0 100px;
}
.section--brown {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background: #F5F2EA;
}
.strength-number {
    font-family: Belleza,SourceHanSerif,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",HiraMinProN-W3,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
}
.section--blue-strength {
  padding: 15px 0;
  background: #0F5E7B;
}
/* ３つの強み */
.strength img {
  display: block;
  height: auto;
  max-width: 100%;
}
.categorys {
  text-decoration: underline;
  font-weight: 600;
}
.pv-img {
  width: 100%;
  margin-bottom: 20px;
}
.pv-before {
  padding-top: 10px;
  border-top: 2px solid #2E3192;
}
.pv-after {
  padding-top: 10px;
  border-top: 2px solid #ED1C24;
}
/* 注文からの流れ */
.order_flow li {
  height: 250px;
}
@media screen and (max-width: 480px){
  .order_flow li {
    height: 300px;
  }
}
.order_flow i {
  color: #0F5E7B;
  background-color: #E4E4E4;
  width: 70px;
  height: 70px;
  line-height: 50px;
  border-radius: 50%;
  /* 丸の位置調整 */
  position: relative;
  bottom: 10px;
  right: 15px;
  /* FontAwsomeの位置設定 */
  font-family: "Font Awesome 5 Free";
  float:left;
  padding-top: 8px;
  display: block;
}
.fa-envelope {
  content:'\f0e0';
}
.fa-lightbulb {
  content:'\f0eb';
}
.fa-pencil-alt {
  content:'\f040';
}
.fa-check-square {
  content:'\f14a';
}
.fa-file-alt {
  content:'\f15c';
}
/* 所属ライターについて */
.box-list {
  border: 1px solid #e2e5e8;
  background-color: #ffffff;
  width: 32%;
  padding-bottom: 20px;
  margin: 0 5px;
}
@media screen and (max-width: 768px){
  .box-list {
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
  }
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.box-list li {
  line-height: 1.8;
  font-size: 18px;
}
/* よくあるご質問 */
.fa-question-circle {
  font-family: "Font Awesome 5 Free";
  content:'\f059';
  color: #0F5E7B;
  float:left;
}
.questions dt {
  font-size: 25px;
  padding: 0px 0 20px 50px;
  text-align: left;
}
.questions dd {
  font-size: 18px;
  padding: 10px 0 80px 40px;
  text-align: left;
}
/* お問い合わせフォーム */
dd input {
  margin-right: 10px;
  border: #767676 1px solid;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 53px;
  padding: 0 10px;
  }
dd textarea {
  margin-right: 10px;
  border: #767676 1px solid;
	border-radius: 8px;
	margin: 10px auto;
  padding: 10px 10px;
  }
.section--inquiry dt {
  font-size: 18px;
}
.section--inquiry dd input, textarea {
  width: 100%;
}
/* 送信ボタン */
.submit_area input:hover {
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.btn {
  padding: 20px;
  width:280px;
  font-size: 25px;
  line-height: 1.4;
  display: block;
  margin: 30px auto 15px;
  text-align: center;
}
.copyright {
  margin-top: 10px;
}
.btn--blue {
  background-color: #0F5E7B;
  color: #FFFFFF;
}
.btn--gray {
  background-color: #F0F0F0;
  color: #646464;
  border: solid 1px #BEBBBB;
}

/* solutions_confirm.php */
/* solutions_send.php */
.form_style dl {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
}
.form_style dt {
  padding-top: 10px;
}
.form_style dd {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #999 solid;
}
.boldreds{
	color: #F40004;
	font-size: 1.1em;
}
.center_text {
  margin: 40px auto;
  line-height: 1.8;
}
/* フッター */
footer{
  width: 100%;
  padding: 20px 0;
  background-color: #313131;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
footer ul{
	display:inline-block;
	float: none;
	margin: auto;
}
footer li{
	font-size: 18px;
	list-style: none;
	line-height: 2;
}

@media screen and (min-width: 481px) {
  footer li {
	display:inline-block;
	margin-right: 40px;
  }
}
footer li a {
  color: #FFFFFF;
}
a:hover{
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
