@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
option,
p,
blockquote,
th,
td,
button,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
img{vertical-align: top;}
a{
    text-decoration: none;
}
body{
    font-family: 游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,Hiragino Sans,Meiryo,sans-serif;
}
.bk-black {
    color: #ffffff;
    background-color:#000000;
}
#wrapper{
    max-width: 1400px;
    margin: 0 auto;
}
#top-img{
    background-image: url("../image/top-img.png");
    background-repeat: no-repeat;
    background-position: right 0 top 30px;
    height: 730px;
    position: relative;
}
.top-logo{
    position: absolute;
    top:280px;
    left: 15px;
}
.top-logo .top-title img{
    width: 100%;
    display: block;
}
.top-logo .top-logomark img{
    width: 60%;
    margin: 20px 0 0 50px;
}
.mob-menu {
    position:relative;
    top: 20px;
    left:  20px;
    width: 25px;
    height: 25px;
    z-index: 100;
}
h2,
h3{
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.text-c{
    text-align: center;
}
.f-12{
    font-size: 12px;
}
#top-main{
    background-image:url("../image/bk-l1.png"),
					 url("../image/bk-r1.png"),

					 url("../image/bk-r2.png");
	background-repeat:no-repeat,
					  no-repeat,
					  no-repeat;
    background-size: 80%,
        80%,
        80%;
    background-position:left 0 top 20px,
						right 0 top 580px,
						right bottom;
}
section{
    margin-bottom: 30px;
}
.about-menu{
    margin:10px 0 80px;
}
.about-menu img{
    margin-top: 10px;
}
.about-menu p{
    font-size: 18px;
    margin: -40px 10px 0 0;
}
.menu-img img{
    margin: 20px 0;
    width: 85%;
}
/*サービス追加タブ*/
.tabs {
    margin: 30px auto 20px!important;
    width: 65%;
}
.tab_item {
    width: calc(100%/2);
    background-color: #000000;
    line-height: 40px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
}
input[name="tab_item"] {
    display: none;
}
.tab_content {
    display: none;
    padding: 10px;
    clear: both;
    text-align: center;
    border: 1px solid #717171;
}
.tab_content p{
    text-align: left;
    font-size: 12px;
}
.tab_content img{
    width: 80%;
}
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}
.tabs input:checked + .tab_item {
    background-color: #ee772c;
    color: #fff;
}
.tutorial-con{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #717171;
}
.function-title{margin-bottom: 30px;}
.orange-line{position: relative;}
.orange-line::after{
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background-color: #ee762b;
    right: 0;
    bottom: -5px;
}
.app-icon-r::before{
    position: absolute;
    content: url("../image/icon-h3.svg");
    width: 20px;
    right: 5px;
}
.pink-line{
    position: relative;
}
.pink-line::after{
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background-color: #e62488;
    left: 0;
    bottom: -5px;
}
.app-icon-l::before{
    position: absolute;
    content: url("../image/icon-h3.svg");
    width: 20px;
    left: 5px;
}
.add-service-tutorial{
    margin: 20px 0;
    background-color: #000000;
    height: auto;
}
.function h4{
    font-size: 14px;
    margin: 10px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w-20{
    width: 10%;
    margin: -5px 10px 0 0;
}
.w-10{
    width: 7%;
    margin: -5px 10px 0 0;
}
.text-r{
    text-align: right;
}
.function p{
    font-size: 12px;
}
.function-detail-btn{
    background: -moz-linear-gradient(top left, #ee762b, #e62488);
    background: -webkit-linear-gradient(top left, #ee762b, #e62488);
    background: linear-gradient(to bottom right, #ee762b, #e62488);
    width: 80%;
    margin: 20px auto 10px;
    text-align: center;
}
.function-detail-btn a{
    color: #ffffff!important;
    text-decoration: none;
    font-size: 12px;
}
.function-detail-btn img{
    margin:0 10px;
    width: 3%;
}
.function{
    background-color: #000000;
    text-align: center;
    padding:15px 0;
    width: 65%;
    margin:30px auto 15px;
}
.function1{border: 1px solid #d52a7f;}
.function2{border: 1px solid #e3742e;}
.function-btn-area a{
    text-decoration: none;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    line-height: 30px;
}
.function-btn{
    background: linear-gradient(to right,#bfbebe,#FFF 50%,#bfbebe); 
    background: -moz-linear-gradient(to right,#bfbebe,#FFF 50%,#bfbebe); 
    background: -webkit-linear-gradient(to right,#bfbebe,#FFF 50%,#bfbebe); 
    border-radius: 5px;
    text-align: center;
}
.qr-btn{
    padding: 20px 10px 10px;
    width: 50%;
    margin: 10px auto 0;
}
.qr-btn img{
    width: 40%;
}
.qr-btn p{
    color: #000000;
    font-size: 12px;
    margin-top: 5px;
    width: 100%;
}

.menu-btn{
    padding: 10px 10px 5px;
    width: 50%;
    color: #000000;
    margin: 15px auto 0;
}
.menu-btn p{
    font-size: 14px;
}
.menu-btn img{
    width: 6%!important;
    margin:4px 10px 0 0;
}
.other-function{
    width: 90%;
    margin:20px auto;
    display: flex;
    justify-content: space-between;
}
.other-function-img{
    max-width: 20%;
    display: table-cell;
    vertical-align: middle;
}
.other-function-img img{
    width: 100%;
}
.other-function-text{
    max-width: 70%;
}
.other-function h4{
    font-size: 12px;
    margin-bottom: 5px;
}
.other-function p{
    font-size: 12px;
}
.section3{
    margin-bottom: 80px;
}
.section4,
.section5{
    margin-top: 50px;
}
.section5{
    clear: both;
    text-align: center;
}
.section5 a{
    font-size: 12px;
    text-decoration: underline;
    color: #ffffff;
}
.section5 p{line-height: 24px;}
.mb-10{
    margin-bottom: 10px;
}
.mt-10{
    margin-top: 10px;
}
.pushnotification{
    margin: 0 20px;
}
.push-btn {
    padding: 7px 10px 5px;
    width: 60%;
    color: #000000;
    margin: 5px auto 0;
}
.push-btn img {
    width: 9%!important;
    margin: 3px 6px 0 0;
}
.push-btn p{
    font-size: 14px;
}
.btn{
    background: -moz-linear-gradient(top left, #ee762b, #e62488); 
    background: -webkit-linear-gradient(top left, #ee762b, #e62488); 
    background: linear-gradient(to bottom right, #ee762b, #e62488); 
    width: 80%;
    margin: 20px auto;
    color: #ffffff;
    text-align: center;
    padding: 0 10px;
}
.inq-btn img{
    width: 10%;
    margin: 3px 5px 0 0;
}
.add-btn img{
    width: 10%;
    margin: 5px 5px 0 0;
}
.btn a{
    color: #ffffff;
    text-decoration: none;
    padding: 20px;
    display: block;
}
p.copyright{
    margin: 20px 0 10px;
}
/*下層ページ*/
.backarrow img{
    width: 60%;
}
.section-header{
    margin-top: 30px;
}
.section-header h2{
    font-size: 18px;
    margin-bottom: 0px;
}
.white-line{
    position: relative;
}
.white-line::after{
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background-color: #ffffff;
    left: 0;
    bottom: -5px;
}
p.sub-title{
    text-align:center;
    margin:10px 10px 50px 0;
    font-size: 14px;
    text-align: right;
    font-style: italic;
}
.readdisplay{
    background-color: #000000;
    padding: 20px 15px;
    margin: 30px 15px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #A9A9A9;
    outline: 1px solid #A9A9A9;
    outline-offset: -5px;
    font-size: 12px;
}
.readdisplay h3{
    position: relative;
    display: inline-block;
    padding: 0 55px;
}
.readdisplay h3:before, .readdisplay h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.readdisplay h3:before {
  left:15px;
}
.readdisplay h3:after {
  right: 15px;
}
.readdisplay a{
    color: #ffffff;
    text-decoration: underline;
}
.dokoiru-link{
    margin-top: 50px;
}
.readdisplay dl{
    display: flex;
    justify-content:space-between;
    width: 60%;
    margin:5px auto;
    text-align: left;
}
.location-map{
    border-radius: 5px;
    border: 1px solid #ffffff;
    width: 70%;
    margin: 20px auto 10px;
    padding: 5px 0;
}
.location-map a{
    text-decoration: none!important;
}
/*電話帳ダウンロード*/
.serch-area{
    overflow: auto;
    margin: 10px 20px 10px 0;
    position: relative;
}
.serch-area::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "<i class="bx bx-search-alt-2"></i>";
    color:#D0D0D0;
    right:0;
    top: 2px;
}
.serch-area input[type="text"]{
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	border-radius: 3px;
	border:1px solid #aaa;
	padding:5px;
	margin-bottom: 10px;
    width: 70%;
    float: right;
}
input[type="text"]:focus{
	border: 1px solid #cccccc;
	outline: 0;
}
.phonebooklist{
    margin: 10px 20px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.checkbox{
    font-size: 16px;
}
.pb-telno,
.pb-mail{
    font-size: 12px;
    margin-left: 35px;
}
.pb-telno{
    margin-top: 1px;
}
.checkbox-input{
  display: none;
}
.checkbox-parts{
    margin-left: 20px;
    padding-left: 15px;
    position:relative;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 3px;
    margin-right: 10px;
}
.checkbox-input:checked + .checkbox-parts{
  color: #ffffff;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: -12px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
}
.call-icon{
    width: 40px;
}
.call-icon img{
    width: 60%;
    margin: 18px 0 0 10px;
}
.sendmail{
    margin-top: 50px;
}
.sendmail-btn{
    border-radius: 5px;
    border: 1px solid #ffffff;
    width: 60%;
    margin: 10px auto 10px;
    text-align: center;
    padding: 5px 0;
}
.sendmail-btn a{
    text-decoration: none!important;
    color: #ffffff;
    padding: 10px 30px;
}

/*宝探しゲーム*/
.hint-title{
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}
.hint-title i{
    margin-right: 5px;
}
.hint-title::before{
    position: absolute;
}
.hint-list{
    width: 85%;
    margin: 10px auto 20px;
    padding: 15px 15px 0 15px;
    border: 1px solid #A9A9A9;
}
.hint-list ul{
    margin:0 0 20px 25px;
}
.hint-list li{
    list-style-type:disc;
    list-style-position:inherit;
    font-size: 12px;
    line-height: 24px;
}

/*サービス一覧*/
#servicelist-page a{
    color: #ffffff;
}
.servicelist{
    margin:20px;
    border:1px solid #8E8E8E;
    padding: 5px 25px 5px 10px;
    border-radius: 5px;
    display: flex;
    position: relative;
}
.servicelist::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size:26px;
    content: "\f0da";
    color:#ee772c;
    right:7px;
    top: 50%;
    transform: translateY(-50%);
}
.service-icon{
    min-width:20%;
    position: relative;
}
.service-icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.service-text h3{
    font-size: 16px;
    margin-bottom: 0px!important;
    text-align: left;
    /*
    border-left: 5px solid #ee772c;
    padding-left: 5px;*/
}
.service-text p{
    font-size: 12px      
}
.service-arrow{
    position: relative;
}
.service-arrow img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*サービス詳細ページ共通*/
.servicepage-header-bk{
    background-image: url("../image/dokoiru/header-bk.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 200px;
}
.servicepage-header{
    text-align: center;
}
.servicepage-header h2{
    font-size: 12px;
    font-weight: normal;
    margin: 20px 0 10px 0!important;
}
p.service-title{
    font-size: 30px;
    margin: 0 auto;
    font-weight: bold;
}
p.service-title img{
    width: 6%;
    margin: 6px 10px 0 0;
}
p.service-lead{
    font-size: 12px;
    margin-top: 20px;
}
.servicepage-section{
    margin: 30px 0;
}
.servicepage-section h3{
    font-size: 20px;
}

/*入力フォーム*/
.inputform{
    background-color: #000000;
    margin-top: 30px;
}
.inputform input[type="text"],
.inputform input[type="tel"],
.inputform input[type="email"],
.inputform textarea{
    background-color: #000000;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: 10px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: 游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,Hiragino Sans,Meiryo,sans-serif;
    font-size: 14px;
    width: 89%;
    border-radius: 0;
}
.inputform input[type="text"]:focus,
.inputform input[type="tel"]:focus,
.inputform input[type="email"]:focus,
.inputform textarea:focus{
    border-top: none;
    border-right: none;
	border-left: 10px solid #ffffff;
    border-bottom: 1px solid #cccccc;
	outline: 0;
}
input[type="button"]{
    border-style: none;
    padding:10px;
    width:40%;
    border-radius: 5px;
    font-family: 游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,Hiragino Sans,Meiryo,sans-serif;
    margin: 0 10px;
}
button:focus{
    outline: none;
}
.inqform{
    margin: 0 20px;
}
.inqform div{
    margin-bottom:40px;
}
.inqform dl{
    margin-bottom: 40px;
    color: #cccccc;
    padding: 5px 5px 5px 10px;
    border-left: 10px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.inqform dt{
    font-size: 12px;
    color: #ADADAD;
}
.w-75{
    width: 70%!important;
}
.btnArea{
    display: flex;
    justify-content: center;
}
.btnArea  .submitConfirm {
    background: linear-gradient(to right,#bfbebe,#FFF 50%,#bfbebe); 
    background: -moz-linear-gradient(to right,#bfbebe,#FFF 50%,#bfbebe); 
    background: -webkit-linear-gradient(to right,#bfbebe,#FFF 50%,#bfbebe); 
    display: block;
    color: #000000;
}
.submitBack{
    background: linear-gradient(to right,#7b7b7b,#7b7b7b 50%,#7b7b7b); 
    background: -moz-linear-gradient(to right,#7b7b7b,#7b7b7b 50%,#7b7b7b); 
    background: -webkit-linear-gradient(to right,#7b7b7b,#7b7b7b 50%,#7b7b7b); 
    color: #ffffff;
    display: block;
}
.complete{
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 0 20px 30px;
    font-size: 12px;
}
/*404エラー画面*/
.undisclosedMain{height: 100vh;}
.undisclosed-logo{
    position: absolute;
    width: 40%;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.undisclosed-logo img{
    width: 100%;
}
.undisclosed-logo p{
    text-align: center;
}
.undisclosed-p{
    text-align: center;
    position: absolute;
    bottom:40%;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.copyright{
    text-align: center;
    position: absolute;
    bottom: 4%;
    width: 100%;
    font-size: 12px;
}

/*個人情報保護方針*/
.privacy-con{margin: 20px 20px 50px 20px;}
.privacy-con dl{
    border-bottom: 1px dotted #bbbbbb;
    display: block;
    margin-bottom: 20px;
    padding: 0 0 5px;
}
.privacy-con dt{font-size: 16px;}
.privacy-con dd{
    margin: 10px;
    font-size: 12px;
    line-height: 22px;
}
.privacy-con .text-line{
    text-decoration:underline;
    font-size: 14px;
}
.privacy-con p{
    margin: 10px 20px 20px;
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
}
.privacy-con ul{margin-bottom: 20px;}
.privacy-con li{
    list-style-position:outside;
    margin-left: 25px;
    font-size: 12px;
    line-height: 22px;
}
.mb-20{margin-bottom: 20px!important;}
@media (min-width: 768px){
    #top-img{
        background-size: 50%;
        height: 430px;
        background-image: url(../image/top-img-tab.png);
    }
    #top-main{
        background-size: 40%,
        40%,
        40%;
    background-position:left 0 top 0,
						right 0 top 1100px,
						right bottom;
    }
    .top-logo{
        left: 16%;
        top: 145px;
    }
    .top-logo .top-title img{width: 48%;}
    .top-logo .top-logomark img{
        margin: 20px 0 0 21px;
        width: 35%;
    }
    .tab_content img{width: 55%;}
    .menu-img img{width: 42%;}
    h2, h3{font-size: 18px;}
    p{font-size: 15px!important;}
    .tab_item{font-size: 14px;}
    .function-detail-btn{width: 50%!important;}
    .function-btn-area a{
        font-size: 14px;
        padding: 5px 0;
    }
    .function h4{font-size: 16px;}
    .function h4 img{width: 5%;}
    .qr-btn{width: 20%;}
    .readdisplay{
        width: 60%;
        margin: 0 auto;
    }
    .readdisplay dl{font-size: 16px;}
    .readdisplay .location-map a{
        font-size: 16px;
        padding: 5px 50px;
    }
    .inqform{
        width: 60%;
        margin: 0 auto;
    }
    .complete{
        width: 60%;
        margin: 0 auto;
    }
    .complete p{font-size: 15px!important;}
    .phonebooklist{
        width: 60%;
        margin: 10px auto;
    }
    .sendmail .sendmail-btn{width: 50%;}
    .sendmail .sendmail-btn a{padding: 10px 130px;}
    .hint-list{
        width: 60%;
        margin: 0 auto;
    }
    .hint-list li{font-size: 14px;}
    .undisclosed-logo{width: 30%;}
    .other-main .function-detail-btn{width: 30%!important;}
    .section5 a{font-size: 14px;}
    .privacy-con p,
    .privacy-con dd{font-size: 14px!important;}
    .privacy-con .text-line{font-size: 16px!important;}
}
@media (min-width: 1001px){
    #top-img{
        background-size: 40%;
        height: 445px;
    }
    .top-logo{
        left: 22%;
        top: 155px;
    }
    #top-main{background-size: 30%, 30%, 30%;}
    .menu-img img{width: 80%;}
    .tab_content img{width: 45%;}
    .menu-img{width: 40%;}
    .about-menu p{font-size: 20px!important;}
    h2, h3{font-size: 22px;}
    p{font-size: 17px!important;}
    .tabs{width: 50%;}
    .tab_item{font-size: 17px;}
    .function{width: 50%!important;}
    .function h4{font-size: 17px;}
    .function p{font-size: 17px!important;}
    .readdisplay{
        width: 50%;
        margin: 0 auto;
    }
    .sendmail .sendmail-btn{width: 40%;}
    .sendmail .sendmail-btn a{padding: 10px 150px;}
    .btnArea  .submitConfirm{width: 40%!important;}
    .section-header h2{font-size: 22px!important;}
    .privacy-con{
        width: 80%;
        margin: 20px auto 50px;
    }
    .servicelist{
        width: 60%;
        margin: 0 auto 20px;
        justify-content: flex-start;
    }
    .service-text p{font-size: 14px!important;}
    .undisclosed-logo{width: 20%;}
    .inqform{width: 50%;}
}
@media (max-width: 650px){
    .top-logo .top-title img{width: 80%;}
    .top-logo .top-logomark img{
        width: 50%;
    margin: 20px 0 0 30px;
    }
    #top-img{height: 700px;}
}
@media (max-width: 550px){
     .top-logo .top-title img{width: 45%;}
    .top-logo .top-logomark img{
        width: 40%;
    margin: 20px 0 0 5px;
    }
    #top-img{
        height: 400px;
        background-size: 60%;
    }
    .top-logo{top: 160px;}
    .about-menu p{font-size: 12px;}
    .tabs{width: 95%}
    .function{width: 85%;}
    .function-btn-area a{line-height: 20px;}
}