﻿@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 767px){
.sm_img a{
padding:0 5px;
}
}

.sm{
display:none;
}


.md{
display:block;
}


#siteTitle img{
width:auto;
}

img {
    width: 100%;
}

body{
background:#F8F8F8;
}

section{
margin-top:100px;
}

p.ttl_under_txt.mg_b{
    margin-bottom: 50px;
}

h2{
    font-size: 48px;
    padding: 0;
    margin:  100px 0 0 0;
    text-align: center;
    font-weight: bold;
    color: #DB2C2D;
}


h3{
    line-height: 1;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
color:#DB2C2D;
}

h3.add_item:before{
 content: "";
  display: inline-block;
  width: 23px;
  height:29px;
  background: url(/campaign/smartphone/images/ttl_item_1.png) no-repeat;
  background-size: contain;
  margin-right: 15px;
}

h3.add_item:after{
 content: "";
  display: inline-block;
  width: 23px;
  height:29px;
  background: url(/campaign/smartphone/images/ttl_item_2.png) no-repeat;
  background-size: contain;
  margin-left: 15px;
}


h3 span.tyusyaku{
    font-size: 16px;
display: block;
}

p.ttl_under_txt{
text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.sm_content{
background: #fff;
padding: 50px 20px;
box-shadow: 0px 3px 3px 0 #aaaaaa;
}

.sm_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sm_box_item:last-child{
    margin-bottom: 0px;
}

.sm_box_item{
width:49%;
border: 1px solid #aaaaaa;
    margin-bottom: 50px;
}

.sm_box_item_txt{
    padding: 30px;
}

.sm_box_item_txt .ttl{
font-size: 20px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.sm_box_item_txt .txt{
font-size: 16px;
    margin: 0 0 30px 0;
}

.sm_box_item_txt a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
color:#3d3333;
}

.sm_box_item_txt a:hover{
border-bottom:1px solid #3d3333
}

.other_content{
display: flex;
    flex-wrap: wrap;
justify-content: space-between;
}

.other_content_box{
    width: 49%;
    background: #fff;
    margin-bottom: 50px;
    box-shadow: 0px 3px 3px 0 #aaaaaa;
}

.other_content_box h3{
margin-bottom:0;
    text-align: left;
    line-height: 1.3;
}

.other_content_box_ttl{
    padding: 0 30px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other_content_box_inner{
padding: 30px;
}

.other_content_box_inner p{
    margin: 0 0 30px 0;
    font-size: 16px;
    height: 80px;
}

.other_content_box_inner a{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    color: #3d3333;
border-radius:5px;
    box-shadow: 0 4px 0 #aaaaaa;
    transition: .3s;
    border: 1px solid #3d3333;
}

.other_content_box_inner a:hover{
  transform: translateY(4px);
  box-shadow: 0 0 0 #3d3333;
}

h2.other_service{
    font-size: 24px;
    margin: 50px 0 0 0;
    color: #3d3333;
}

h2.other_service a{
    text-decoration: none;
    color: #3d3333;
}

h2.other_service a:hover{
border-bottom:1px solid #3d3333
}

h2.sm_service{
    font-size: 24px;
    margin: 0 0 50px 0;
    color: #DB2C2D;
}

h2.sm_service:before{
 content: "";
  display: inline-block;
  width: 23px;
  height:29px;
  background: url(/campaign/smartphone/images/ttl_item_1.png) no-repeat;
  background-size: contain;
  margin-right:15px;
}

h2.sm_service:after{
 content: "";
  display: inline-block;
  width: 23px;
  height:29px;
  background: url(/campaign/smartphone/images/ttl_item_2.png) no-repeat;
  background-size: contain;
  margin-left:15px;
}

.sm_img{
margin-bottom:100px;
display: flex;
}



.sm_img a:hover{
opacity:.8;
}

@media screen and (max-width: 767px){
h2 {
font-size: 26px;
    line-height: 1.2;
    margin: 50px 0 0 0;
    background: none;
}

.sm{
display:block;
}

.md{
display:none;
}

section {
    margin-top: 50px;
}

h3{
margin-bottom: 25px;
    font-size: 18px;
    text-align: left;
    line-height: 1.3;
}

h3 span{
font-size: 24px;
}

p.ttl_under_txt{
    font-size: 14px;
    text-align: left;
}

.sm_content{
    padding: 30px 10px;
}

p.ttl_under_txt.mg_b{
margin-bottom:25px;
}

.sm_box {
    display: block;
}

.sm_box_item{
width: 100%;
    margin-bottom: 25px;
}

.sm_box_item_txt {
    padding: 15px;
}

.sm_box_item_txt .ttl{
margin: 0 0 15px 0;
    font-size: 16px;

}

.sm_box_item_txt .txt{
    margin: 0 0 15px 0;
    font-size: 14px;
}

.other_content {
    display: block;
}

.other_content_box {
    width: 100%;
margin-bottom:25px;
    padding-bottom: 10px;
}

.other_content_box_ttl {
   height: auto;
    padding: 20px 0;

}

.other_content_box_inner p{
margin: 0 0 15px 0;
   height: auto;
    font-size: 14px;
}

.other_content_box_inner {
    padding: 15px;
}

.other_content_box_inner a{
    font-size: 14px;
    line-height: 1.4;
    height: 60px;
}

.sm_box_item_txt a{
    font-size: 14px;
}

h2.sm_service {
font-size: 18px;    
margin: 0 0 25px 0;
}

h2.other_service{
    font-size: 18px;
}

h2 span{
font-size: 24px;
}

.sm_img{
    margin-bottom: 50px;
    display: block;
}

.sm_img img{
margin-bottom:25px;
}

section{
padding:0 10px;
}

h3.add_item{
display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h3.add_item:before{
margin-right: 5px;
}

h3.add_item:after{
margin-left: 5px;
}

h2.sm_service:before{
margin-right: 5px;
}

h2.sm_service:after{
margin-left: 5px;
}

h2.sm_service{
display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#wFooterLogo p:first-child img{
width:auto;
}


}



