@charset "utf-8";
/* ========================
   bootstrap reset
   ======================== */
/* common */
@media (max-width:1200px) {
}
@media (max-width:991px) {
}
@media (max-width:767px) {
}
body{
  line-height: 1.5em;
  font-family:'Noto Sans JP',"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif !important;
  color:#333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.pt-100{
  padding-top:100px;
}
.pb-100{
  padding-bottom:100px;
}
.alpha {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.alpha {
  display: inline-block;
  width: 100%;
}
.Page-top {
    position: fixed;
    right: 0;
    bottom: 20%;
    right: 1%;
}
img.img-responsive {
    display: inline-block;
}
@media (max-width:767px) {
body{
  font-size: 14px;
}
.pt-50 {
    padding-top: 30px !important;
}
.pb-50 {
    padding-bottom: 30px !important;
}
.sp-pt-15{
  padding-top: 15px;
}
}
/* header */
header{
  height: 95px;
  border-bottom: solid 5px #5f9cc0;
}
header .container{
  padding-top: 15px;
  padding-bottom: 15px;
}
.point{
  background: #5f9cc0;
  position: relative;
  top: -1px;
}
.point .container{
  padding-bottom: 30px;
}

.point .text_small{
    font-size:80% ;
    color: #fff;
    line-height: 20px;
    padding-top: 10px;
}
.pixel_fv{
    background-color: #609cc0;
    padding: 1em 0;
}

@media (max-width:767px) {
  .point img{
    width: 80%;
  }
  .point .col-sm-4{
    text-align: center;
  }
  header{
  height: 75px;
}
}

/* korona */
.korona .container{
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width:767px) {
}
/* キャンペーン */
.cmp{
  background:#5f9cc0; 
  color: #fff;
}
.cmp .container{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width:767px) {
  .cmp .container{
  padding-top: 50px;
  padding-bottom: 50px;
}}
/* 料金表 */
.price{
}
.price .container{
  padding-top: 100px;
  padding-bottom: 100px;
}

.price .text_marker {
    font-weight: bold;
    color: #333;
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.price .y_marker{
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.acd-check{
    display: none;
}
.price table span{
  color: #ab4657;
  font-weight: 600;
  margin-right: 0.5rem;
  display: none;
}
@media (max-width: 767px) {
    .price table span{
  display: none;
}
}
.price p.text-left{
  font-weight: 400;
  padding-top: 10px;
  font-size: 84%;
}
.acd-label{
    background: #5f9cc0;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px 15px 0px;
    position: relative;
}
.acd-label:after{
    box-sizing: border-box;
    content: '\f107';
    display: block;
    font-family: "Font Awesome 5 Free";
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    border:2px solid #5f9cc0;
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '\f106';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    margin-bottom: 5px;
}
.price table{
  width: 100%;
  border-spacing: 0;
}

.price table th{
  border-bottom: solid 2px #5f9cc0;
  padding: 10px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
    .price table th {
        font-weight: bold;
        width: 100%;
        border-bottom: none;
        display: block;
        padding: 10px 0 0;
        font-size: 1.25rem;
 }}

.price table td{
  border-bottom: solid 2px #5f9cc0;
  padding: 10px 0;
  font-weight: bold;
  color: #b64957;
  font-size: 2.2rem;
  text-align: right;
}
@media (max-width: 767px) {
    .price table td {
        width: 100%;
        display: block;
        font-weight: bold;
        color: #b64957;
        font-size: 1.8rem;
        text-align: right;
}}

@media (max-width:767px) {
  .price table th{
  width: 100%;
  border-bottom: none;
  display: block;
  padding: 10px 0 0;
}


.price p.text-right {
    font-size: 90%;
    text-align: left;
}
.price .container{
  padding-top: 50px;
  padding-bottom: 50px;
}}

/* ピクセル料金表 */
.price02{
}
.price02 .container{
  padding-top: 100px;
  padding-bottom: 100px;
}
.price02 .text_marker {
    font-weight: bold;
    color: #333;
    background: linear-gradient(transparent 60%, #ff6 60%);
}
.price02 .y_marker{
    background: linear-gradient(transparent 60%, #ff6 60%);
}
.pixel-check{
    display: none;
}

.price02 p.text-left{
  font-weight: 400;
  padding-top: 10px;
  font-size: 84%;
}
.price02 table{
  width: 100%;
  border-spacing: 0;
}
.price02 table th{
  border-bottom: solid 2px #5f9cc0;
  padding: 10px 0;
  font-weight: 600;
}
.price02 table td{
  border-bottom: solid 2px #5f9cc0;
  padding: 10px 0;
  font-weight: bold;
  color: #b64957;
  font-size: 2.2rem;
  text-align: right;
}
.pixel_text01{
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ff6 60%);
}
.pixel_text02{
    font-size: 150%;
    color: #ab4657;
}
.pixel_text{
    border-radius: 10px;
    color: #5f9cc0;
    font-weight: bold;
    margin-left: 1em;
    margin-right: 0.5em;
}
@media (max-width:767px) {
  .price02 table th{
  width: 100%;
  border-bottom: none;
  display: block;
  padding: 10px 0 0;
}

.price02 table td{
  width: 100%;
  display: block;
  font-weight: bold;
  color: #b64957;
  font-size: 1.8rem;
  text-align: right;
}
.price02 p.text-right {
    font-size: 90%;
    text-align: left;
}
.price02 .container{
  padding-top: 50px;
  padding-bottom: 50px;
}}


/* cta */
.cta{
  background-image: url("../images/cta_bg.jpg");
  background-size: cover;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.cta .container{
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width:767px) {
  .cta p{
    font-size: 18px;
  }
}
/*流れ*/
.flow{
}
.flow .container{
  padding-top: 100px;
  padding-bottom: 100px;
}
.flow .tabs span{
  color: #5f9cc0;
  border-bottom: solid 2px #5f9cc0;
  font-weight: 600;
}
.flow .tabs p span{
  color: #ab4657;
  border-bottom:none;
  font-weight: 600;
}

.flow .tyuki_text{
    font-size: 80% !important;
    line-height: 20px !important;
    color: #333 !important;
    text-align: left !important;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 60px;
  border-bottom: 5px solid #cc808d;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: 600;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #cc808d;
  color: #fff;
}
@media (max-width:767px) {
.tab_item {
    font-size: 14px;
}
.tab_content {
    padding: 15px 10px 0;
}
.flow .container{
  padding-top: 50px;
  padding-bottom: 50px;
}
}
/* お客様の声 */
.voice{
  background-image: url("../images/voice_bg.jpg");
}
.voice .container{
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width:767px) {
  .voice .container{
  padding-top: 50px;
  padding-bottom: 50px;
}
.voice .col-sm-4{
  text-align: center;
}
.voice .col-sm-4 img{
  width: 90%;
}
}
/* Q&A */
.qa{
  background: #fffae6;
}
.qa .container{
  padding-top: 100px;
  padding-bottom: 100px;
}
.cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
color: #595656;
padding-bottom:5px;
}
.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}
.cp_actab label {
font-weight: bold;
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
cursor: pointer;
margin: 0 0 1px 0;
background: #fff;
}
.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.35s;
transition: max-height 0.35s;
color: #595656333;
background: #fff;
}
.cp_actab .cp_actab-content p {
margin: 1em;
}
.cp_actab label {
  padding-left:5px !important;
  background:#e3f1f3;
  padding-top:10px;
  padding-bottom:10px;
}
.qa_a{
  padding: 15px 0 15px 5px;
  background: #e3f1f3;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 20em;
}
/* Icon */
.cp_actab label::after {
line-height: 3;
position: absolute;
top: 0;
right: 0;
display: block;
width: 3em;
height: 3em;
-webkit-transition: all 0.35s;
transition: all 0.35s;
text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
content: '∨';
color:#595656;
font-size:125%;
}
.cp_actab input[type=checkbox]:checked + label::after {
transform: rotate(180deg);
}
.cp_actab .col-xs-11{
  padding-right: 5%;
  line-height:1.5em;
  padding-top: 1%;
}
@media (max-width:767px) {
.cp_actab .col-xs-11 {
    padding-right: 10%;
    font-size:84%;
}
.cp_actab .col-xs-1 {
    padding-right:0px;
    padding-left:0px;
}
.cp_actab input[type=checkbox] + label::after {
    content: '∨';
    color: #595656;
    font-size: 84%;
}
.qa .container{
  padding-top: 50px;
  padding-bottom: 50px;
}
  }

/* 店舗紹介 */
.shop .container{
  padding-top: 100px;
  padding-bottom: 100px;
}
.shop a{
  color: #333;
}
.accbox {
    padding:50px 0px 0px 0px;
    width:100%;
}
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #fff;
    font-weight:normal;
    background:#5f9cc0;
    cursor :pointer;
    transition: all 0.5s;
    position: relative;
}
.shop_box .col-xs-4 {
    padding-left: 0px;
    padding-right: 10px;
}
.accbox label:after {
    content: '∨';
    padding-right: 8px;
    position: absolute;
    right: 0;
    top: 10px;
}
.accbox label:hover {
    background :#5f9cc0;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 0px 15px 15px 15px;
    background: #fff;
    border: solid 1px #5f9cc0;
    opacity: 1;
}
.accbox .accshow p {
    margin: 15px 0px 0px 0px;
  }
.cssacc:checked + label:after {
    transform: rotate(180deg);
    right: 5px;
}
h3 {
  position: relative;
  padding: .75em 1em .75em 1.5em;
  background: #e1e5ec;
  border-radius: 5px;
  font-size: 18px;
}
h3::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #fff;
  border-radius: 4px;
}
.shop_box{
  border:1px solid #e1e5ec;
  padding: 10px;
  font-size: 84%;
  margin-top: 15px;
}
span.shop_name{
  font-weight: bold;
  padding:10px 0px 0px 30px;
  font-size: 125%;
  word-wrap: break-word;
}
p.shop_address{
  color:#6b6b6b;
}
.color-red{
  color: #e60012;
}
@media screen and (max-width: 767px) {
  .shop .container{
  padding-top: 50px;
  padding-bottom: 50px;
}
.accbox {
    margin: 0em 0;
    padding: 30px 0px 0px 0px;
    width: 100%;
}
.shop_box .col-xs-4{
    padding-left: 0px;
    padding-right: 10px;
}
.shop_box .col-xs-4 {
    padding-left: 0px;
    padding-right: 5px;
    padding-bottom:15px;
}
span.shop_name {
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    font-size: 150%;
    content: "\A";
    white-space: pre;
}
.sp-area a{
  color: #428bca;
  text-decoration: underline;
}
.hokkaido_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #8158ab;
    width: 100%;
}
.hokkaido_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #8158ab;
    font-weight: bold;
}
.kanto_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #49add4;
    width: 100%;
}
.kanto_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #49add4;
    font-weight: bold;
}
.toukai_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #009c7f;
    width: 100%;
}
.toukai_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #009c7f;
    font-weight: bold;
}
.kinki_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #abb63c;
    width: 100%;
}
.kinki_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #abb63c;
    font-weight: bold;
}
.china_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #eb6098;
    width: 100%;
}
.china_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #eb6098;
    font-weight: bold;
}
.kyushu_box02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #e33a4a;
    width: 100%;
}
.kyushu_box02 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #e33a4a;
    font-weight: bold;
}
.cssacc:checked + label + .accshow {
    padding: 0px 5px 15px 5px;
}
.shop .col-sm-6{
  padding-left: 0px;
  padding-right: 0px;
}
}
.bullet-text{
    padding-left: 5.5em;
    text-indent: -5.5em;
}
.break-line {
    display: none; 
}

@media only screen and (max-width: 991px) {
    .break-line {
        display: block;
    }
}
/* スマホ */
@media only screen and (min-width: 992px) {
    .sumaho{
    white-space: none;
}
}
/* form */
.form {
  background: #5f9cc0;
}
.form .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.form p{
  color: #fff;
}
.input_item {
  background: #fff;
}
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #3977cf;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #3977cf;
  border-radius: 50%;
}

#contact_form .input_item dl {
    width: 100%;
}

#contact_form .input_item dl dt {
    float: left;
    width: 28%;
    line-height: 30px;
    height: 30px;
    padding: 35px 0 0px 50px;
}

#contact_form .input_item dl dt span {
    font-size: 14px;
    margin: 0 10px 0 0;
    display: inline;
    line-height: 20px;
    padding: 3px 10px;
    color: #ffffff;
    height: 18px;
}

#contact_form .input_item dl dt span.req {
    background: #ab4657;
}
#contact_form .input_item dl dt span.req02 {
    background: #333;
}

#contact_form .input_item dl dt span.any {
    background: #cccccc;
}

#contact_form .input_item dl dd {
    background: #fff;
    margin-left: 27%;
    padding: 30px 0 30px 10px;
}

#contact_form .input_item dl dd li {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 30px;
    height: 30px;
    padding: 3px 0;
}

#contact_form .input_item dl dd p.mail_caution {
    font-size: 12px;
    line-height: 19px;
    color: #313131;
    margin: 5px 0 0 0;
}

#contact_form .input_item dl dd input[type="text"],
#contact_form .input_item dl dd input[type="number"],
#contact_form .input_item dl dd input[type="email"],
#contact_form .input_item dl dd input[type="tel"]{
    width:80%;
    font-size: 18px;
    height:50px;
    padding: 3px 0 3px 10px;
    margin:0;
}

#contact_form .input_item .transmission input[type="submit"]{
    border: 3px double #FFFFFF;
    background: #FF1515;
    font-size: 150%;
    text-shadow: none;
    color: #ffffff;
    width:60%;
    padding: 30px 0;
    margin: 25px 0;
    display: block;
    opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
}

#contact_form .input_item .transmission input[type="submit"]:hover{
    opacity:0.5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#contact_form .input_item dl dd input[type="text"].inp_error,
#contact_form .input_item dl dd input[type="number"].inp_error,
#contact_form .input_item dl dd input[type="tel"].inp_error,
#contact_form .input_item dl dd textarea.inp_error {
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}

#contact_form .input_item dl dd textarea {
    width: 80%;
    padding: 10px 3px 10px 10px;
}

#energy_contact #send_status{
    padding: 5px 0 25px;
    text-align: center;
}

span.error_m {
    font-size: 15px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
}
form dt {
    clear: left;
    float: left;
    width: 27%;
    padding-left: 30px;
    font-size: 15px;
    padding-top: 10px;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
::-webkit-input-placeholder {
    color:#bcbcbc;
    font-size:84%;
}
select {
    width: 80%;
    padding: 5px;
    height: 45px;
}
@media (max-width:767px) {
  .form .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

#contact_form .input_item .transmission input[type="submit"] {
    width: 100%;
}
#contact_form .input_item dl dt {
    width: 100%;
}
#contact_form .input_item dl dd {
    width: 100%;
    padding-top:20px;
}
#contact_form .input_item dl dt {
    line-height: 30px;
    height: 50px;
}
#contact_form .input_item dl dd {
    margin-left:0px;
}
#contact_form .input_item dl dd input[type="text"], #contact_form .input_item dl dd input[type="number"], #contact_form .input_item dl dd input[type="email"], #contact_form .input_item dl dd input[type="tel"] {
    width: 95%;
}
.formError {
    position: absolute;
    top: 300px;
    left: 200px !important;
}
#contact_form .input_item dl dd textarea {
    width: 97%;
}
#contact_form .input_item dl dd input[type="text"], #contact_form .input_item dl dd input[type="number"], #contact_form .input_item dl dd input[type="email"], #contact_form .input_item dl dd input[type="tel"] {
    font-size: 14px;
}
.form{
  padding-top:50px;
}
#contact_form .input_item dl dt {
    padding: 15px 0 0px 15px;
}
button img{
  width:80%;
}
.Page-top img {
    width: 100%;
    position: relative;
    right: 0px;
}
.Page-top {
    right: 0px;
    bottom: 0%;
}

/* footer */
footer{
  padding-bottom: 100px;
}
}
/* footer */
footer{
  background: #5f9cc0;
  color: #fff;
}

/* プライバシーポリシー */
.privacy .container{
  padding:100px 10px;
}
.p-ttl {
    padding-bottom: 1.7rem;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    font-size: 114%;
}
.privacy p{
    margin-top: 1.6rem;
}
footer a{
  text-decoration: none;
  color: #fff !important;
}

/* cookie */

.cc-deny{
    display: none !important;
}
@media (max-width:767px) {
.cc-message{
 font-size: 12px;
 line-height: 1.5em;
}
.cc-window.cc-floating{
 padding: 15px !important;   
}}