/*
Theme Name: PAI-R
*/


/* レイアウト PC
---------------------------------------------------------------------------*/
#wrapper {
width: 100%;
margin-top: 70px;
margin-left: auto;
margin-right: auto;
}

.inner {
max-width: 1280px;
margin-left: auto;
margin-right: auto;
}



/* コンテンツ PC
---------------------------------------------------------------------------*/
section {
margin: 0;
padding: 0;
}

.cont_pd01 {
padding: 80px 0 60px;
}

.cont_pd02 {
padding: 100px 0 80px;
}

.cont_pd03 {
padding: 60px 0 60px;
}

.cont_pd04 {
padding: 100px 0 150px;
}

h2.tit01 {
font-size: 40px;
font-weight: bold;
text-align: center;
line-height: 1.2;
}

h3.tit01 {
font-size: 40px;
font-weight: bold;
text-align: left;
line-height: 1.4;
}

h2 br {
display: none;
}

.w40 {
float: left;
width: 40%;
text-align: left;
}

.w40 img {
width: 100%;
height: auto;
}

.w50 {
float: left;
width: 50%;
}

.w60 {
float: left;
width: 60%;
padding: 100px 0 0 0;
}

.lead_text {
font-size: 20px;
}

.text_center {
text-align: center;
}

.text_left {
text-align: left;
}

.text_white {
color: #fff;
}

.text_pink {
color: #f44336;
}

.text_pink02 {
color: #f45b69;
}

.bg_gray {
background: #F1F1F1;
}

.bg_green {
background: #63BCB8;
}

.bg_white {
background: #fff;
}

.center {
text-align: center;
}



/*  トップビジュアル PC  */

.visual_block01 {
width: 100%;
position: relative;
overflow: hidden;
}

.visual_block01_in {
display: flex;
width:100vw;
height: calc(100vh - 100px);
overflow: hidden;
}

div#visual_block01_l {
background: url(../img/top/top_visual_4.jpg) no-repeat;
background-position: 0% 100%;
background-size: cover;
}

div#visual_block01_r {
background:#63bcb8;
}

div#visual_block01_l,
div#visual_block01_r {
position: relative;
transform: skew(-10deg) translateX(-25%);
flex: 0 0 60%;
}

div#visual_block01_l div {
width: 600px;
height: 600px;
position: absolute;
top:40px;
right:-400px;
bottom:40px;
left:0;
margin:auto;
transform: skew(10deg);
}

div#visual_block01_l div img {
margin: 100px 0 0 50px;
width: 70%;
height:auto;
}

div#visual_block01_r{
}

div#visual_block01_r div{
width: 800px;
height: 600px;
position: absolute;
top:45px;
right:45px;
bottom:45px;
left:45px;
margin:auto;
transform: skew(10deg);
}

div#visual_block01_r div img {
width: 80%;
height:auto;
}

.btn01.vl, .btn01.vr, .btn01.vc {
    width: 350px;
    margin: 0 auto;
    font-size: 21px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #263238;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
}

.btn01.vl a, .btn01.vr a, .btn01.vc a {
display: block;
padding: 20px 0;
color: #fff;
}

.btn01.vl:hover, .btn01.vr, .btn01.vc:hover {
background: #37474F;
color: #fff;
text-decoration: none;
transition: background .5s ease;
}

.btn01.vl {
    position: absolute;
    bottom: 25px;
    left: 120px;
}

.btn01.vc {
    position: absolute;
    bottom: 25px;
    left: 490px;
}
.btn01.vr {
    position: absolute;
    bottom: 25px;
    right: 140px;
}

#visual_block01_l2 {
display: none;
}

#visual_block01_r2 {
display: none;
}


@media screen and (max-width: 1279px) {

div#visual_block01_l div {
width: 600px;
height: 600px;
position: absolute;
top:40px;
right:-360px;
bottom:40px;
left:0;
margin:auto;
transform: skew(10deg);
}

div#visual_block01_l div img {
margin: 100px 0 0 50px;
width: 60%;
height:auto;
}

div#visual_block01_r div{
width: 600px;
height: 600px;
position: absolute;
top:150px;
right:45px;
bottom:45px;
left:45px;
margin:auto;
transform: skew(10deg);
}

div#visual_block01_r div img {
width: 80%;
height:auto;
}

.btn01.vl, .btn01.vr {
width: 360px;
}

.btn01.vl {
position: absolute;
bottom:50px;
left: calc(25% - 180px);
}

.btn01.vr {
position: absolute;
bottom:50px;
right: calc(30% - 180px);
}

}


@media screen and (max-width: 979px) {
.visual_block01_in {
display: none;
}

#visual_block01_l2 {
background: url(../img/top/top_visual.jpg) no-repeat;
background-position: 50% 0%;
background-size: cover;
display: block;
width: 100%;
height: 34vh;
}

#visual_block01_l2 img {
display: block;
width: auto;
height: 30vh;
margin: 0 auto;
padding: 2.5vh 0 0 0;
}

#visual_block01_r2 {
display: block;
background:#63bcb8;
width: 100%;
/*height: 66vh;*/
}

#visual_block01_r2 img {
display: block;
width: auto;
height: 40vh;
margin: 0 auto;
padding: 3vh 0 0 0;
}

.btn01.vl, .btn01.vr {
width: 70%;
margin: 0 auto;
font-size: 17px;
text-decoration: none;
text-align: center;
color: #fff;
background: #263238;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
}

.btn01.vl a, .btn01.vr a {
display: block;
padding: 12px 0;
color: #fff;
}

.btn01.vl {
position: absolute;
bottom:100px;
left: 15%;
right: 15%;
}

.btn01.vr {
position: absolute;
bottom:36px;
left: 15%;
right: 15%;
}

}



/*  導入企業 PC  */

.news_box {
background: #fff;
width: 90%;
margin: 0 auto;
padding: 50px 70px 30px;
}

.news_box_r {
float: left;
width: 30%;
padding: 2em 0 0 0;
font-size: 18px;
line-height: 1.5;
}

.news_box_l {
float: left;
width: 70%;
}

.news_list {
width: 100%;
margin: 0;
font-size: 18px;
line-height: 1.5;
overflow:auto;
}

.news_list dt{
clear:both;
width:8em;
float:left;
padding: 8px 8px;
color: #263238;
}

.news_list dd {
padding: 8px 8px 8px 8em;
text-align: left;
}

.news_list dd a {
color: #263238;
}

.news_list dd a:hover {
color: #f45b69;
text-decoration: underline;
}

.intro_company_box {
background:#fff;
margin: 0 auto 50px;
padding: 40px 30px 10px;
}

.intro_company {
margin: 30px auto 20px;
font-size: 0;
text-align: center;
}

.intro_company li {
display: inline-block;
width : 15%;
margin: 0 1%;
padding: 0;
font-size: 24px;
text-align: center;
vertical-align: top;
}

.intro_company li img {
width : 100%;
height: auto;
}



/*  アルキラーPlusとは？ PC  */

.bg_about {
    background: url(../img/top/bg_about02.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 120px 0;
    width: 100%;
    height: 956px;
}


.about_box_l {
float: left;
width: 66%;
padding: 0 100px 0 0;
}

.about_box_l p {
font-size: 24px;
}

.about_box_r {
float: left;
width: 33%;
}

.about_box_r img {
width : 100%;
height: auto;
padding: 0 15px ;
}

.white_box {
background: rgba(255,255,255,0.65);
width: 1080px;
margin: 0 auto;
padding: 60px 60px;
}



/*  こんなお悩みありませんか？ PC  */

.top_icon {
width: 700px;
height: auto;
}

.problem_block {
margin: 0 auto;
font-size: 0;
text-align: center;
}

.problem_block li {
display: inline-block;
width : 300px;
margin: 0 60px;
padding: 0;
vertical-align: top;
}

.problem_block li img {
width : 240px;
height: auto;
padding: 0;
}

.problem_block li p {
margin: 15px 0  0 0;
font-size: 20px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}



/*  アルキラーPlusなら解決できます！ PC  */

.bg_solution {
background: #63BCB8 url(../img/top/arr01.png) no-repeat;
background-position: 50% 0%;
background-size: 150px 150px;
padding: 160px 0 90px;
}

.solution_block {
margin: 0 auto;
font-size: 0;
text-align: center;
}

.solution_block li {
display: inline-block;
background: #eeeeee;
width : 360px;
margin: 0 15px 30px;
padding: 40px 0 60px;
-moz-border-radius: 8px; 
-webkit-border-radius: 8px;
border-radius: 8px; 
vertical-align: top;
}

.solution_block li img {
width : 240px;
height: auto;
padding: 0;
}

.solution_block li p {
margin: 15px 0  0 0;
font-size: 20px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}



/*  アルキラーPlusが選ばれる理由 PC  */

.bg_reason {
background: url(../img/top/bg_reason.jpg) no-repeat;
background-position: 50% 0%;
background-size: cover;
padding: 150px 0 120px;
}

.img_photo {
display: block;
width: 70%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.reason_box {
background: rgba(255,255,255,0.6);
width: 90%;
margin: 0 auto;
padding: 50px 70px 120px;
}

h3.tit01.num01 {
background: url(../img/top/num01.png) no-repeat;
background-position: 0% 100%;
background-size: 140px 140px;
padding: 50px 0 0 120px;
height:160px;
}

h3.tit01.num02 {
background: url(../img/top/num02.png) no-repeat;
background-position: 0% 100%;
background-size: 140px 140px;
padding: 50px 0 0 130px;
height:160px;
}

h3.tit01.num03 {
background: url(../img/top/num03.png) no-repeat;
background-position: 0% 100%;
background-size: 140px 140px;
padding: 50px 0 0 130px;
height:160px;
}



/*  使い方はかんたん PC  */

.use_block {
margin: 0 auto;
font-size: 0;
text-align: center;
}

.use_block li {
display: inline-block;
width : 360px;
margin: 0 15px;
padding: 40px 0 60px;
vertical-align: top;
}

.use_block li img {
width : 300px;
height: auto;
padding: 0;
}

.use_block li p {
margin: 15px 0  0 0;
font-size: 24px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}



/*  無料体験 PC  */

.bg_experience {
background: url(../img/top/bg_experience.jpg) no-repeat;
background-position: 50% 50%;
background-size: cover;
padding: 120px 0;
}



/*  アルキラーPlusの特長をもっと見る PC  */

.features_box {
display: block;
width: 540px;
margin: 0 auto 30px;
}

.features_box_l {
float: left;
width: 40%;
padding: 20px 20px 20px 0;
}

.features_box_l img {
width: 100%;
height: auto;
}

.features_box_r {
display: table;
float: left;
width: 60%;
height: 240px;
}

.features_box_r p {
display: table-cell;
font-size: 20px;
vertical-align: middle;
}



@media screen and (max-width: 1280px) {
.problem_block li {
display: inline-block;
width : 33%;
margin: 0;
padding: 0;
vertical-align: top;
}

.problem_block li img {
max-width : 240px;
width : 100%;
height: auto;
padding: 0;
}

.use_block li {
display: inline-block;
width : 33%;
margin: 0;
padding: 40px 0 60px;
vertical-align: top;
}

.use_block li img {
max-width : 240px;
width : 100%;
height: auto;
padding: 0;
}

.use_block li p {
margin: 15px 0  0 0;
font-size: 24px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}

.features_box {
display: block;
width: 500px;
margin: 0 auto 30px;
}

.features.btn01 {
width: 90%;
}
}


@media screen and (max-width: 1180px) {
h3.tit01 {
font-size: 30px;
font-weight: bold;
text-align: left;
line-height: 1.4;
}

h3.tit01.num01 {
background: url(../img/top/num01.png) no-repeat;
background-position: 0% 100%;
background-size: 140px 140px;
padding: 80px 0 0 120px;
height:160px;
}

h3.tit01.num02 {
background: url(../img/top/num02.png) no-repeat;
background-position: 0% 100%;
background-size: 140px 140px;
padding: 80px 0 0 130px;
height:160px;
}

h3.tit01.num03 {
background: url(../img/top/num03.png) no-repeat;
background-position: 0% 100%;
background-size: 140px 140px;
padding: 80px 0 0 130px;
height:160px;
}

.w50.pr7 {
padding-left: 0%;
}

.w50.pl3 {
padding-left: 0%;
}

.reason_box .btn01 {
margin-bottom: 10px;
}

}


@media screen and (max-width: 1023px) {

body, input, select, textarea {
font-size: 15px;
line-height: 1.5;
}

.inner {
width: 92%;
margin-left: auto;
margin-right: auto;
}

header .inner {
width: 100%;
margin: 0 auto;
}

.pc {
display: none;
}

.sp {
display: block;
}



/* コンテンツ TAB
---------------------------------------------------------------------------*/

.cont_pd01 {
padding: 60px 0 48px;
}

.cont_pd02 {
padding: 64px 0 80px;
}

.cont_pd03 {
padding: 60px 0 80px;
}

.cont_pd04 {
// padding: 200px 0 240px;
padding: 100px 0 160px;
}


h2.tit01 {
font-size: 32px;
font-weight: bold;
text-align: center;
line-height: 1.2;
}

h3.tit01 {
font-size: 32px;
font-weight: bold;
text-align: left;
line-height: 1.4;
}

h2 br {
display: none;
}

.w40 {
float: none;
width: 100%;
text-align: left;
}

.w40 img {
display: block;
width: 50%;
height: auto;
margin: 0 auto;
}

.w50 {
float: none;
width: 100%;
}

.w60 {
float: none;
width: 100%;
padding: 30px 0 0 0;
}

.lead_text {
font-size: 18px;
}


/*  導入企業 TAB */

.news_box {
background: #fff;
width: 90%;
margin: 0 auto;
padding: 30px 5%;
}

.news_box_r {
float: none;
width: 100%;
padding: 0;
font-size: 18px;
line-height: 1.5;
}

.news_box_r img {
width: 150px;
height: auto;
}

.news_box_l {
float: none;
width: 100%;
}

.news_list {
width: 100%;
margin: 0;
font-size: 18px;
line-height: 1.5;
overflow:auto;
}

.news_list dt{
clear:both;
width:8em;
float:left;
padding: 8px 8px;
color: #263238;
}

.news_list dd {
padding: 8px 8px 8px 8em;
text-align: left;
}



/*  アルキラーPlusとは？ TAB */

.bg_about {
padding: 96px 0;
}

.about_box_l {
float: none;
width: 100%;
padding: 0;
}

.about_box_l p {
font-size: 20px;
}

.about_box_r {
float: none;
width: 100%;
}

.about_box_r img {
display: block;
max-width : 300px;
height: auto;
margin: 30px auto 10px;
padding: 0 15px;
}

.white_box {
background: rgba(255,255,255,0.65);
width: 100%;
margin: 0 auto;
padding: 45px 45px;
}



/*  こんなお悩みありませんか？ TAB */

.top_icon {
width: 40%;
height: auto;
}

.problem_block {
margin: 0 auto;
font-size: 0;
text-align: center;
}

.problem_block li {
display: inline-block;
width : 33%;
margin: 0;
padding: 0;
vertical-align: top;
}

.problem_block li img {
max-width: 180px;
width: 100%;
height: auto;
padding: 0;
}

.problem_block li p {
margin: 15px 0  0 0;
font-size: 20px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}



/*  アルキラーPlusなら解決できます！ TAB */

.bg_solution {
background: #63BCB8 url(../img/top/arr01.png) no-repeat;
background-position: 50% 0%;
background-size: 100px 100px;
padding: 120px 0 72px;
}

.solution_block {
margin: 0 auto;
font-size: 0;
text-align: center;
}

.solution_block li {
display: inline-block;
background: #eeeeee;
width : 45%;
margin: 0 15px 30px;
padding: 40px 0 60px;
-moz-border-radius: 8px; 
-webkit-border-radius: 8px;
border-radius: 8px; 
vertical-align: top;
}

.solution_block li img {
width : 210px;
height: auto;
padding: 0;
}

.solution_block li p {
margin: 15px 0  0 0;
padding: 0 3%;
font-size: 20px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}



/*  アルキラーPlusが選ばれる理由 TAB */

.bg_reason {
background: url(../img/top/bg_reason.jpg) no-repeat;
background-position: 50% 0%;
background-size: cover;
padding: 120px 0 96px;
}

.img_photo {
display: block;
width: 75%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.reason_box {
background: rgba(255,255,255,0.6);
width: 100%;
margin: 0 auto;
padding: 0px 40px 100px;
}

.reason_box .w40 img {
display: block;
width: 50%;
height: auto;
margin: 0 auto;
}

.reason_box .w40.mt60 {
margin-top: 30px;
padding: 0;
}

.reason_box .w40.mt60:nth-child(2) {
margin-top: 30px;
margin-bottom: 150px;
padding: 0 0 0 30px;
}

.reason_box .w60.pl5 {
margin-top: -150px;
padding: 0;
}

h3.tit01.num01 {
background: url(../img/top/num01.png) no-repeat;
background-position: 0% 100%;
background-size: 140px 140px;
padding: 70px 0 0 120px;
height:160px;
}

h3.tit01.num02 {
background: url(../img/top/num02.png) no-repeat;
background-position: 0% 100%;
background-size: 140px 140px;
padding: 70px 0 0 130px;
height:160px;
}

h3.tit01.num03 {
background: url(../img/top/num03.png) no-repeat;
background-position: 0% 100%;
background-size: 140px 140px;
padding: 70px 0 0 130px;
height:160px;
}



/*  使い方はかんたん TAB */

.use_block {
margin: 0 auto;
font-size: 0;
text-align: center;
}

.use_block li {
display: inline-block;
width : 33%;
margin: 0;
padding: 32px 0 48px;
vertical-align: top;
}

.use_block li img {
display: block;
max-width : 180px;
width : 100%;
height: auto;
margin: 0 auto;
padding: 0;
}

.use_block li p {
margin: 15px 0  0 0;
font-size: 16px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}



/*  無料体験 TAB */

.bg_experience {
background: url(../img/top/bg_experience.jpg) no-repeat;
background-position: 50% 50%;
background-size: cover;
padding: 96px 0;
}



/*  アルキラーPlusの特長をもっと見る TAB */

.features_box {
display: block;
width: 100%;
margin: 0 auto 30px;
}

.features_box_l {
float: left;
width: 40%;
padding: 40px 20px 20px 0;
}

.features_box_l img {
width: 90%;
height: auto;
}

.features_box_r {
display: table;
float: left;
width: 60%;
height: 240px;
}

.features_box_r p {
display: table-cell;
font-size: 18px;
vertical-align: middle;
}

.features.btn01 {
width: 540px;
}



/*  パーツ TAB */

.balloon1 {
position: relative;
display: block;
margin: 1.5em auto;
padding: 10px 10px;
width: 320px;
color: #F45B69;
font-size: 24px;
font-weight: bold;
text-align: center;
background: #f1f1f1;
-moz-border-radius: 45px; 
-webkit-border-radius: 45px;
border-radius: 45px; 
border: solid 2px #F45B69;
box-sizing: border-box;
}

.balloon1:before {
content: "";
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -14px;
border: 12px solid transparent;
border-top: 12px solid #f1f1f1;
z-index: 2;
}

.balloon1:after {
content: "";
position: absolute;
bottom: -29px;
left: 50%;
margin-left: -16px;
border: 14px solid transparent;
border-top: 14px solid #F45B69;
z-index: 1;
}

.balloon1 p {
margin: 0;
padding: 0;
text-align: center;
}

.balloon1b {
position: relative;
display: block;
margin: 1.5em auto;
padding: 10px 10px;
width: 320px;
color: #F45B69;
font-size: 24px;
font-weight: bold;
text-align: center;
background: #fff;
-moz-border-radius: 45px; 
-webkit-border-radius: 45px;
border-radius: 45px; 
border: solid 2px #F45B69;
box-sizing: border-box;
}

.balloon1b:before {
content: "";
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -14px;
border: 12px solid transparent;
border-top: 12px solid #fff;
z-index: 2;
}

.balloon1b:after {
content: "";
position: absolute;
bottom: -29px;
left: 50%;
margin-left: -16px;
border: 14px solid transparent;
border-top: 14px solid #F45B69;
z-index: 1;
}

.balloon2 {
position: relative;
display: block;
margin: 0 auto 40px;
padding: 7px 10px;
width: 70%;
color: #fff;
background: #F45B69;
-moz-border-radius: 45px; 
-webkit-border-radius: 45px;
border-radius: 45px; 
border: solid 2px #F45B69;
box-sizing: border-box;
}

.balloon2:before {
content: "";
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -14px;
border: 12px solid transparent;
border-top: 12px solid #F45B69;
z-index: 2;
}

.balloon2:after {
content: "";
position: absolute;
bottom: -29px;
left: 50%;
margin-left: -16px;
border: 14px solid transparent;
border-top: 14px solid #F45B69;
z-index: 1;
}

.balloon2 p {
margin: 0;
padding: 0;
font-size: 36px;
font-weight: bold;
text-align: center;
}

.balloon3 {
position: relative;
display: block;
margin: 0 auto 48px;
padding: 20px 10px;
min-width: 600px;
max-width: 75%;
background: #f1f1f1;
-moz-border-radius: 45px; 
-webkit-border-radius: 45px;
border-radius: 45px; 
border: solid 2px #F45B69;
box-sizing: border-box;
}

.balloon3:before {
content: "";
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -14px;
border: 12px solid transparent;
border-top: 12px solid #f1f1f1;
z-index: 2;
}

.balloon3:after {
content: "";
position: absolute;
bottom: -29px;
left: 50%;
margin-left: -16px;
border: 14px solid transparent;
border-top: 14px solid #F45B69;
z-index: 1;
}

.balloon3 h2 {
color: #F45B69;
font-size: 30px;
font-weight: bold;
text-align: center;
}

.btn01 {
max-width: initial;
width: 540px;
margin: 0 auto;
font-size: 21px;
text-decoration: none;
text-align: center;
color: #fff;
background: #263238;
border-radius: 28px;
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
}

.btn01 a {
display: block;
padding: 12px 0;
color: #fff;
}



/*　その他 TAB
---------------------------------------------------------------------------*/

.mt10 {margin-top: 8px;}
.mt60 {margin-top: 48px;}
.mt90 {margin-top: 20px;}
.mb30 {margin-bottom: 24px;}
.mb40 {margin-bottom: 32px;}
.mb50 {margin-bottom: 40px;}
.mb60 {margin-bottom: 48px;}
.mb80 {margin-bottom: 64px;}
.mb100 {margin-bottom: 70px;}
.ml6 {margin-left: 6%;}
.ml7 {margin-left: 6%;}
.ml8 {margin-left: 6%;}
.ml17 {margin-left: 5%;}
.pl3 {padding-left: 3%;}
.pl5 {padding-left: 0%;}
.pr5 {padding-right: 0%;}
.pr7 {padding-right: 0%;}


}



@media screen and (max-width: 639px) {

body, input, select, textarea {
font-size: 14px;
line-height: 1.5;
}

.pc {
display: none;
}

.sp {
display: block;
}

#wrapper {
margin-top: 33px;
}



/* コンテンツ SP
---------------------------------------------------------------------------*/

.cont_pd01 {
padding: 48px 0 40px;
}

.cont_pd02 {
padding: 48px 0 64px;
}

.cont_pd03 {
padding: 48px 0 64px;
}

.cont_pd04 {
padding: 80px 0 120px;
}

h2.tit01 {
font-size: 30px;
font-weight: bold;
text-align: center;
line-height: 1.2;
}

h3.tit01 {
font-size: 30px;
font-weight: bold;
text-align: left;
line-height: 1.4;
}

h2 br {
display: block;
}

.lead_text {
font-size: 16px;
}

.w40 {
float: none;
width: 100%;
text-align: left;
}

.w40 img {
width: 90%;
height: auto;
}

.w50 {
float: none;
width: 100%;
}

.w60 {
float: none;
width: 100%;
padding: 10px 0 0 0;
}



/*  導入企業 SP  */

.news_box {
background: #fff;
width: 90%;
margin: 0 auto;
padding: 30px 5%;
}

.news_box_r {
float: none;
width: 100%;
padding: 0;
font-size: 15px;
line-height: 1.5;
}

.news_box_r img {
width: 150px;
height: auto;
}

.news_box_l {
float: none;
width: 100%;
}

.news_list {
width: 100%;
margin: 0;
font-size: 15px;
line-height: 1.5;
overflow:auto;
}

.news_list dt{
clear:both;
width:100%;
float:none;
padding: 8px 0 2px;
color: #263238;
}

.news_list dd {
padding: 2px 0 8px 0;
text-align: left;
}

.intro_company {
margin: 30px 0 15px;
font-size: 0;
text-align: center;
}

.intro_company li {
display: inline-block;
width : 31%;
margin: 0 1%;
padding: 0;
font-size: 20px;
text-align: center;
vertical-align: top;
}

/*
.intro_company li:nth-child(3) {
margin: 0 0 0 0;
}

.intro_company li:nth-child(4) {
margin: 0;
}

.intro_company li:nth-child(5) {
margin: 0;
}
*/

.intro_company li img {
width : 100%;
height: auto;
}



/*  アルキラーPlusとは？ SP */

.bg_about {
padding: 60px 0;
}

.about_box_l {
float: none;
width: 100%;
padding: 0;
}

.about_box_l p {
font-size: 18px;
}

.about_box_r {
float: none;
width: 100%;
}

.about_box_r img {
display: block;
max-width : 280px;
height: auto;
margin: 30px auto 10px;
padding: 0 15px;
}

.white_box {
background: rgba(255,255,255,0.65);
width: 100%;
margin: 0 auto;
padding: 40px 30px;
}



/*  こんなお悩みありませんか？ SP  */

.top_icon {
width: 66%;
height: auto;
}

.problem_block {
margin: 0 auto;
font-size: 0;
text-align: center;
}

.problem_block li {
display: inline-block;
width : 100%;
margin: 0 0 30px 0;
padding: 0;
vertical-align: top;
}

.problem_block li img {
width : 75%;
height: auto;
padding: 0;
}

.problem_block li p {
margin: 15px 0  0 0;
font-size: 20px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}



/*  アルキラーPlusなら解決できます！ SP  */

.bg_solution {
background: #63BCB8 url(../img/top/arr01.png) no-repeat;
background-position: 50% 0%;
background-size: 80px 80px;
padding: 100px 0 60px;
}

.solution_block {
margin: 0 auto;
font-size: 0;
text-align: center;
}

.solution_block li {
display: inline-block;
background: #eeeeee;
width : 100%;
margin: 0 0 30px;
padding: 40px 0 60px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
vertical-align: top;
}

.solution_block li img {
width : 75%;
height: auto;
padding: 0;
}

.solution_block li p {
margin: 15px 0  0 0;
padding: 0 3%;
font-size: 18px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}



/*  アルキラーPlusが選ばれる理由 SP */

.bg_reason {
background: url(../img/top/bg_reason.jpg) no-repeat;
background-position: 50% 0%;
background-size: cover;
padding: 90px 0 72px;
}

.img_photo {
display: block;
width: 85%;
height: auto;
margin-left: auto;
margin-right: auto;
}

.reason_box {
background: rgba(255,255,255,0.6);
width: 100%;
margin: 0 auto;
padding: 0px 2.5% 60px;
}

.reason_box .w40 img {
display: block;
width: 70%;
height: auto;
margin: 0 auto;
}

.reason_box .w40.mt60 {
margin-top: 20px;
padding: 0;
}

.reason_box .w40.mt60:nth-child(2) {
margin-top: 20px;
margin-bottom: 100px;
padding: 0 0 0 30px;
}

.reason_box .w60.pl5 {
margin-top: -120px;
padding: 0;
}

h3.tit01.num01 {
background: url(../img/top/num01.png) no-repeat;
background-position: 0% 100%;
background-size: 90px 90px;
padding: 45px 0 0 94px;
height:120px;
font-size: 27px;
}

h3.tit01.num02 {
background: url(../img/top/num02.png) no-repeat;
background-position: 0% 100%;
background-size: 90px 90px;
padding: 35px 0 0 94px;
height:110px;
font-size: 27px;
}

h3.tit01.num03 {
background: url(../img/top/num03.png) no-repeat;
background-position: 0% 100%;
background-size: 90px 90px;
padding: 35px 0 0 94px;
height:125px;
font-size: 27px;
}

.reason_box .btn01 {
margin-bottom: 10px;
}



/*  使い方はかんたん SP */

.use_block {
margin: 0 auto;
font-size: 0;
text-align: center;
}

.use_block li {
display: inline-block;
width : 100%;
margin: 0 0 40px 0;
padding: 0;
vertical-align: top;
}

.use_block li img {
display: block;
width : 75%;
height: auto;
margin: 0 auto;
padding: 0;
}

.use_block li p {
margin: 0 0  0 0;
font-size: 20px;
text-align: center;
font-weight: bold;
line-height: 1.4;
}



/*  アルキラーPlusの特長をもっと見る SP */

.features_box {
display: block;
width: 90%;
margin: 30px auto 0;
}

.features_box_l {
float: left;
width: 40%;
padding: 25px 0 0 0;
}

.features_box_l img {
width: 90%;
height: auto;
}

.features_box_r {
display: table;
float: left;
width: 60%;
height: 180px;
}

.features_box_r p {
display: table-cell;
font-size: 18px;
vertical-align: middle;
}

.features.btn01 {
width: 90%;
margin-top: 20px;
}


/*  パーツ SP */

.balloon1 {
position: relative;
display: block;
margin: 1.5em auto;
padding: 10px 10px;
width: 320px;
color: #F45B69;
font-size: 24px;
font-weight: bold;
text-align: center;
background: #f1f1f1;
-moz-border-radius: 45px; 
-webkit-border-radius: 45px;
border-radius: 45px; 
border: solid 2px #F45B69;
box-sizing: border-box;
}

.balloon1:before {
content: "";
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -14px;
border: 12px solid transparent;
border-top: 12px solid #f1f1f1;
z-index: 2;
}

.balloon1:after {
content: "";
position: absolute;
bottom: -29px;
left: 50%;
margin-left: -16px;
border: 14px solid transparent;
border-top: 14px solid #F45B69;
z-index: 1;
}

.balloon1 p {
margin: 0;
padding: 0;
text-align: center;
}

.balloon1b {
position: relative;
display: block;
margin: 1.5em auto;
padding: 10px 10px;
width: 320px;
color: #F45B69;
font-size: 24px;
font-weight: bold;
text-align: center;
background: #fff;
-moz-border-radius: 45px;
-webkit-border-radius: 45px;
border-radius: 45px;
border: solid 2px #F45B69;
box-sizing: border-box;
}

.balloon1b:before {
content: "";
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -14px;
border: 12px solid transparent;
border-top: 12px solid #fff;
z-index: 2;
}

.balloon1b:after {
content: "";
position: absolute;
bottom: -29px;
left: 50%;
margin-left: -16px;
border: 14px solid transparent;
border-top: 14px solid #F45B69;
z-index: 1;
}

.balloon2 {
position: relative;
display: block;
margin: 0 auto 40px;
padding: 7px 10px;
width: 100%;
color: #fff;
background: #F45B69;
-moz-border-radius: 45px;
-webkit-border-radius: 45px;
border-radius: 45px;
border: solid 2px #F45B69;
box-sizing: border-box;
}

.balloon2:before {
content: "";
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -14px;
border: 12px solid transparent;
border-top: 12px solid #F45B69;
z-index: 2;
}

.balloon2:after {
content: "";
position: absolute;
bottom: -29px;
left: 50%;
margin-left: -16px;
border: 14px solid transparent;
border-top: 14px solid #F45B69;
z-index: 1;
}

.balloon2 p {
margin: 0;
padding: 0;
font-size: 36px;
font-weight: bold;
text-align: center;
}

.balloon3 {
position: relative;
display: block;
margin: 0 auto;
padding: 10px 5px;
min-width: initial;
max-width: 100%;
background: #f1f1f1;
-moz-border-radius: 60px; 
-webkit-border-radius: 60px;
border-radius: 60px; 
border: solid 2px #F45B69;
box-sizing: border-box;
}

.balloon3:before {
content: "";
position: absolute;
bottom: -24px;
left: 50%;
margin-left: -14px;
border: 12px solid transparent;
border-top: 12px solid #f1f1f1;
z-index: 2;
}

.balloon3:after {
content: "";
position: absolute;
bottom: -29px;
left: 50%;
margin-left: -16px;
border: 14px solid transparent;
border-top: 14px solid #F45B69;
z-index: 1;
}

.balloon3 h2 {
color: #F45B69;
font-size: 27px;
font-weight: bold;
text-align: center;
}

.btn01 {
max-width: initial;
width: 90%;
margin: 10px auto;
font-size: 21px;
text-decoration: none;
text-align: center;
color: #fff;
background: #263238;
border-radius: 28px;
-webkit-border-radius: 28px;
-moz-border-radius: 28px;
}

.btn01 a {
display: block;
padding: 12px 0;
color: #fff;
}






/*　その他 SP
---------------------------------------------------------------------------*/

.mt10 {margin-top: 6px;}
.mt60 {margin-top: 36px;}
.mt90 {margin-top: 20px;}
.mb30 {margin-bottom: 18px;}
.mb40 {margin-bottom: 24px;}
.mb50 {margin-bottom: 30px;}
.mb60 {margin-bottom: 36px;}
.mb80 {margin-bottom: 48px;}
.mb100 {margin-bottom: 60px;}
.ml6 {margin-left: 5%;}
.ml7 {margin-left: 5%;}
.ml8 {margin-left: 5%;}
.ml17 {margin-left: 5%;}
.pl3 {padding-left: 0%;}
.pl5 {padding-left: 0%;}
.pr5 {padding-right: 0%;}
.pr7 {padding-right: 0%;}

}


/*バナー*/
.bn_top{
    margin: 30px auto;
    text-align:center;
    width: 80%;
    max-width: 900px;
}

.bn_top img{
    width: 100%;
    min-width: 250px;
}

.bn_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 0px auto 70px;
    flex-wrap: wrap;
}

.bnbox_img{
    margin: 5px;
}

.bnbox_img img{
    width: 100%;
    max-width: 600px;
    min-width: 250px;
}

@media screen and (max-width: 639px) {
    .bn_top,.bn_box{
        width: 100%;
    }
}

/*重要なお知らせ*/
.info_center {
    display: block;
    margin: 60px auto 50px;
    width: 80%;
    height: auto;
    padding: 1.2em;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.0;
    cursor: pointer;
    user-select: none;
    color: #C1272D;
    border: 2px solid #C1272D;
    border-radius: 0.2em;
    text-align: center;
}

.info_center a{
    color: #C1272D;
}



/*価格*/
.cont_price{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.box_price{
    background: #eeeeee;
    width: auto;
    height: auto;
    border-radius: 10px;
    margin: 15px;
    padding: 20px;
}
@media screen and (max-width: 639px) {
    .box_price{
        width: 100%;
    }
}


.box_price img{
    height: 250px;
    margin: 20px;
}
.box_price p{
    font-weight: bold;
}
.box_price h4{
    font-size: 20px;
    font-weight: normal;
    width: 240px;
}
.price_red{
    color: #F45B69;
    font-size: 30px;
}
.price_text{
    text-align: center;
    margin: 30px;
    font-size: 23px;
}
.ast_box{
    display: flex;
    justify-content: flex-end;
}
.price_ast{
    font-size: small;
    text-align: left;
}
.btn_estb{
    background: #F45B69;
}
.btn_estb:hover {
background: #F45B69;
box-shadow: 0px 4px 4px rgba(38,50,56,0.4);
text-decoration: none;
transition: background .5s ease;
}
.btn_estb:active {
    box-shadow:none;
}
.price_ite{
    font-size: 1.3em;
}
/*.top_btn{
    background: #FF7247;
}
.top_btn:hover {
    background: #395EA7;
    box-shadow: 0px 4px 4px rgba(38,50,56,0.4);
    text-decoration: none;
    transition: background .5s ease;
    }

.top_btn:active {
    box-shadow:none;
}
*/
.price_ite {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 17%;
    text-align: center;
    color:#63BCB8;
    font-size: 1.8em;
}
.price_ite::before,
.price_ite::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30%;
    height: 2px;
    border-top: 2px solid #63BCB8;
}
.price_ite::before {
    left:0;
}
.price_ite::after {
    right: 0;
}

/*ロゴスライド*/
.loopSlide {
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

.loopSlide ul {
    padding: 0;
    display: flex;
    flex-shrink: 0;
    width: fit-content;
}

.loopSlide ul:first-child {
    animation: slide1 70s -35s linear infinite;
}
.loopSlide ul:last-child {
    animation: slide2 70s linear infinite;
}

.loopSlide ul li {
    display: inline-block;
    width: 170px;
    margin-right: 20px;
    list-style: none;
    text-align: center;
}
.loopSlide img {
    display: block;
    width: 100%;
    height: auto;
}

.loopSlide img:hover {
    animation-play-state: paused;
}

@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slide2 {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}

/*ボタン上のテキスト*/
.top_conbox-text {
    display: flex;
    position: absolute;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0px 45px;
    color: #263238;
    margin-bottom: 80px;
}
.top_conbox-text p {
    font-size: 19px;
}

/*ボタン*/
.top_conbox {
    display: flex;
    position: absolute;
    bottom: 25px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
}
.top_conbox .btn01 {
    width: 350px;
    margin-top: 30px;
}
.choice_btnbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.choice_btnbox .btn01 {
    width: 300px;
}

/*IT点呼CV*/
.cv_itsp{
    width: 80%;
}
.it_left{
    width: 250px;
    background: #FFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 5px;
    padding: 10px;
    height: fit-content;
}
.it_left img{
    width: 230px;
    margin: 0 auto;
}
.it_left p{
    text-align: center;
}
.it_small{
    font-size: small;
    margin-bottom: 7px;
}
.btnit{
    background: #F35B69;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 20px;
    margin: 10px auto;
    cursor: pointer;
}
.btnit a{
    color: #FFF;
}
.btnit:hover{
    background: #F45B69;
    box-shadow: 0px 4px 4px rgba(38,50,56,0.4);
    text-decoration: none;
    transition: background .5s ease;
}
.it_bold{
    font-weight: bold;
}
.it_tel{
    font-size: 1.2em;
    font-weight: bold;
}
.cv_itsp{
    padding: 5px 10px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 80%;
    z-index: 999;
}
.it_sp{
    width: 100%;
    background: #8CCFCA;
    border: 1px solid #263238;
    padding: 20px 5px;
    border-radius: 5px;
    cursor: pointer;
}
.it_sp:hover{
    background: #B7E1DE;
    box-shadow: 0px 4px 4px rgba(38,50,56,0.4);
    text-decoration: none;
    transition: background .5s ease;
}
.it_sp a{
    font-weight: bold;
    color: #263238;
}
.bord_bt{
    border-bottom: 1px solid  #263238;
    font-weight: bold;
}
.add-control {
    animation-name: fadein;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
/*IT切替*/
.sp_disp {
    display:none!important;
}
@media only screen and (max-width: 760px){
    .pc_disp {
        display:none!important;
    }

    .sp_disp {
        display:block!important;
    }
    .top_conbox {
        position: initial;
    }
}


/*閉じるボタン*/
.add-control{
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index:1000 ;
}
.it_btn {
    color: #fff;
    background: #F35B69;
    padding: 1px 4px;
    border-radius: 1em;
    text-align: center;
}
.it_btn:hover {
    cursor: pointer;
}
.it_btn:active {
    background:#F35B69;
}
/* radio non-display */
.add-control .radio{
    display: none;
}
/* button control */
.add-control #close:checked ~ .btn-close {
    display: none;
}
.add-control #close:checked ~ .btn-open {
    display: table;
}
.add-control #open:checked ~ .btn-close {
    display: table;
}
.add-control #open:checked ~ .btn-open {
    display: none;
}
/* content control */
.add-control #close:checked ~ .it_box {
    display: none;
}
.add-control #open:checked ~ .it_box {
    display: block;
}
label.it_btn.btn-open {
    display: block;
    padding: 20px 30px;
    border-radius: 0px 35px 35px 0px;
    font-weight: bold;
}
label.it_btn.btn-close {
    z-index: 1001;
    position: absolute;
    bottom: 340px;
    left: 230px;
}
/*IT点呼ここまで*/



/* ボタン 位置調整（両サイドの幅）*/
@media (min-width: 500px) {
.top_conbox {
    padding-left: 100px;
    padding-right: 100px;
}
}

@media (min-width: 1330px) {
.top_conbox {
    padding-left: 250px;
    padding-right: 250px;
}   
}

@media (min-width: 1600px) {
.top_conbox {
    padding-left: 400px;
    padding-right: 400px;
}
}
