html {
	font-size: 75%;
}
body {
	font-size:1.2rem;
	line-height: 1.5em;
}

/*drawer-menu*/
.drawer-hamburger {
	background-color:#fff;
	border:1px solid #666;
	margin:1.6rem;
	z-index:10000;
	width:4rem;
}

.drawer-toggle {
	/*z-index:50;*/
}
.drawer-nav {
	z-index:100;
}
.drawer-menu li {
	font-size:2rem;
	line-height:2;
	border-bottom:1px solid #ccc;
    padding-left:2rem;
}
.gmenu ,.gmenu2{
    display: none;
    font-weight:bold;
}

@media screen and (min-width: 1000px) {
    .drawer-hamburger,.drawer-menu {
        display:none;
    }
    .btn-ak{
        font-size:1.6rem;
        color:#fff;
        background-color: #000;
        border-radius: 0;
    }
    a:hover.btn-ak {
        background-color: #ccc;
        text-decoration: none;
        color:#000;
    }
    .gmenu {
        display:inline-block;
        /*background-color: #000;*/
        color:#fff;
    }
    .gmenu li {
        float:left;
        display:inline-block;
        margin-left:10px;
        border-left:1px solid #ccc;
        padding-left:10px;
    }
    .gmenu li:first-child {
        border:none;
        margin-left:0;
        padding-left:0;
    }
    
    .mapzoom {
        max-width:600px;
    }
    
}



/*背景動画再生*/
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  background: url(/img/sm/top_img.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 700px) {
	.bg-video-wrap {
		background: url(/img/md/top_img.jpg) no-repeat center center/cover;
	}
}
@media screen and (min-width: 1200px) {
	.bg-video-wrap {
		background: url(/img/lg/top_img.jpg) no-repeat center center/cover;
	}
}



video {
	position: absolute;
	width:100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
	 left: 50%;
	transform: translateX(-50%);
}


.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}



.topttl {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
  height: 50px;
}
.toplogo {
  width: 150px;
}
@media screen and (min-width: 400px) {
	/* 960px以上:PC用CSS */
	.toplogo img {
		max-width: 400px;
	}
}

.ak-block {
	background-color:#f00;
}
.ak-test {
	display: block;
	padding:0.5rem;
}
.ak-test2 a {
	display: block;
	padding:0.5rem;
    color:#fff;
    border:none;
}


h1 {font-size:2.2rem;}
h2 {font-size:2.0rem !important;}
h3 {font-size:1.9rem;line-height:3rem;}
h4 {font-size:1.5rem;margin-bottom:0.5rem;}
h5 {font-size:1.6rem;margin-bottom:0.5rem;}
@media screen and (min-width: 960px) {	/* 960px以上:PC用CSS */
	h1 {font-size:2.8rem;}
	h2 {font-size:2.0rem !important;}
	h3 {font-size:2.4rem;line-height:3.8rem;}
	h4 {font-size:1.5rem;}
	h5 {font-size:2.0rem;}
}
@media screen and (max-width: 600px) {	/* 960px以上:PC用CSS */
	h1 {}
	h2 {}
	h3 {}
	h4 {font-size:1.3rem;}
	h5 {}
}

.ttl_shop {
    padding-top:3rem;
    padding-bottom:1rem;
}

.spc {
	height:5rem;
}

.box-ak {
	border:1px solid #ccc;
	border-collapse: collapse;
}
.bk_bg {
	color:#fff;
	width:100%;
}
.row-ak {
	padding:5rem 0.5rem;
}
.row-ak2 {
	padding:5rem 0;
}

.col3box div {
	padding:0;
	margin:0;
}

/* 非表示 */
.is-hide {
    display: none;
}
/* LOADING */
#loader-bg {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#loader {
  height: 120px;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  position: fixed;
  top: 50%;
  width: 120px;
}
#loader p {
    color: #454545;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}
#loader p img {
    display: inline-block;
}

.txt-box {
	padding:2rem;
	
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.shop-info a{
    color:#000;
    text-decoration: none;
    backgroud-color:#fff !important;
    display: block;
}
.shop-info a:hover {
    color:#00c473;
    backgroud-color:#00c473 !important;
}
.shop-info img {
    width:100%;
    margin:0;padding:0;
}
.shop-info p {
    padding:2rem 0;
}
.shop-spc{
    margin-bottom:2rem;
}
.whatsnew a {
    display:block;
    width:30%;
    height:450px;
}

.medianews{
    margin:0 auto;
    padding:0 2rem;
}

.medianews li {
    display:inline-block;
    width:100%;
    margin-bottom:3rem;
    color:#000;
    font-size:1.4rem;
    line-height:1.4;
}

.medianews img {
    width:100%;
    height:auto;
    margin-bottom:0.5rem;
}

@media screen and (min-width: 700px) {
    .medianews img {
        width:200px !important;
        height:auto;
    }
    .medianews li {
        display:inline-block;
        width:200px;
        float:left;
        margin-right:2rem;
        margin-bottom:1rem;
        color:#000;
        font-size:1.4rem;
        line-height:1.2;
    }
}


body {
    overflow-x: hidden;
}
.nopm {
    padding:0;
    margin:0;
}
.shop_info td,.shop_info th {
    padding:1rem;
}
.bg {
    background-image: url("/img/bg.jpg");
    background-size: cover;
    background-position: center;
}
.gallery h3 {
    margin-bottom:3rem;
    margin-top:3rem;
    color:#fff;
    text-align:center;
    border-bottom:1px solid #000;
    font-size:1.8rem;
    font-weight:bold;
}
.photo_pv{
    width:100%;
    padding-top:100%;
	background-size:cover;
	background-position:50% 50%;
}
#prn_page {
    color:#fff;
}
#prn_page a {
    color:#fff;
}
.contact {
    font-size:1.5rem;
    padding:0.5rem;
    width:100%;
}

.comment_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #fff;
    border-radius: 8px;
}
.comment_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #000;
    color: #fff;
    font-weight: bold;
}
.comment_box p {
    margin: 0; 
    padding: 2rem;
}

.footer_in {
    text-align: center;
    color:#000;
    background-color: #efefef;
    padding:1rem 0;
    font-size:1.1rem;
    margin-top:2rem;
}

.gmenu a {
    text-align:center;
    width:150px;
    color:#000;
}
.gmenu a:hover {
    text-decoration: none;
}

.navis1 {
    font-size:2rem;
    position: relative;
  color: #000;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}

.navis1:before {
     content: "";
  position: absolute;
  background: #d0e7e8;
  width: 200px;
  height: 12px;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.navis2 {
    font-size:2rem;
    position: relative;
  color: #000;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
.navis2:before {
     content: "";
  position: absolute;
  background: #feedc7;
  width: 200px;
  height: 12px;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.navis3 {
    font-size:2rem;
    position: relative;
  color: #000;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
.navis3:before {
     content: "";
  position: absolute;
  background: #c4e4df;
  width: 200px;
  height: 12px;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.navis4 {
    font-size:2rem;
    position: relative;
  color: #000;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
.navis4:before {
     content: "";
  position: absolute;
  background: #c8d8ef;
  width: 200px;
  height: 12px;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.navis5 {
    font-size:2rem;
    position: relative;
  color: #000;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
.navis5:before {
     content: "";
  position: absolute;
  background: #fce8dc;
  width: 200px;
  height: 12px;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

.navis6 {
    font-size:2rem;
    position: relative;
  color: #000;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}
.navis6:before {
     content: "";
  position: absolute;
  background: #dec7e0;
  width: 200px;
  height: 12px;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
.navis1:before,.navis2:before,.navis3:before,.navis4:before,.navis5:before,.navis6:before{
    width:100%;
}


@media screen and (min-width: 1000px) {
.navis1:before,.navis2:before,.navis3:before,.navis4:before,.navis5:before,.navis6:before{
    width:130px;
}
}

.outbox {
    margin-top:2rem;
    margin-bottom:2rem;
}

table, th, td {
    border-collapse: collapse;
}

.outborder {
    border:2px solid #231815;
    border-top:none;
    padding:0 3rem;
}
@media screen and ( max-width:600px ) {
    .outborder {
        padding:0 2px;
        margin:0 1px;
    }
    .col-sm-12 {
        padding:0 2px;
    }
    .outbox {
    padding-right:5px;
    padding-left:5px;
    }
}


.innerbox {
    margin-top:5rem;
    margin-bottom:7rem;
}
@media screen and ( max-width:600px ) {
    .innerbox {
        margin:2rem 0;
    }
}



h3 {
    font-size:2.5rem;
    position: relative;
  color: #000;
  margin: 3rem auto;
    padding-top:10px;
  text-shadow: 0 0 2px white;
    font-weight:bold;
    border-top:9px solid #231815;
    width:300px;
    text-align:center;
}
h3:before {
     content: "";
  position: absolute;
  background: #d0e7e8;
  min-width: 300px;
  height: 30px;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

h3.ttl2 {
    font-size:2.5rem;
    position: relative;
  color: #000;
  margin: 3rem auto;
    padding-top:10px;
  text-shadow: 0 0 2px white;
    font-weight:bold;
    border-top:9px solid #231815;
    width:300px;
    text-align:center;
}
h3.ttl2:before {
     content: "";
  position: absolute;
  background: #feedc7;
  min-width: 300px;
  height: 30px;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

@media screen and ( max-width:600px ) {
    h3 , h3.ttl2 , h3:before , h3.ttl2:before {
        width:100%;
        max-width:100%;
    }
}



p {
    font-size:1.2rem;
    line-height:1.6;
    margin:1rem 0;
    text-align:left;
}
h4 {
    background-image:url(/img/icon_search.png);
    background-repeat:no-repeat;
    color:#3cb9bf;
    font-weight:bold;
    height:30px;
    line-height:30px;
    text-align:left;
    padding-left:40px;
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:2px solid #231815;
}


.noicon {
    background-image:none;
    padding-left:0;
    width:100%;
    margin-bottom:0;
}

    .search-period li {
        list-style: none;
        float:left;
        width:100%;
        display: block;
        border:1px solid #231815;
        background-image: url(/img/icon_arrow.png);
        background-repeat:no-repeat;
        background-position:right;
        height:30px;
    }

@media screen and (min-width: 1000px) {
    .search-period li {
        list-style: none;
        float:left;
        width:22%;
        border:1px solid #231815;
        background-image: url(/img/icon_arrow.png);
        background-repeat:no-repeat;
        background-position:right;
        height:30px;
    }
}
.clr{
    clear: both;
}
ul {
    margin:0;
    padding:0;
}

a {
    color:#000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.arrowout a:hover {
    background-color:#3cb9bf;
}

.gmenu a:hover {
    border:1px solid #666;
}

.gmenu a {
    border:1px solid #fff;
}

    .arrowback {
        border:1px solid #231815;
        background-image: url(/img/icon_arrow.png);
        background-repeat:no-repeat;
        background-position:right;
        height:30px;
        width:100%;
        display:block;
    }
    .arrowback:last-child{
    }

    .arrowback2 {
        border:1px solid #231815;
        background-image: url(/img/icon_arrow.png);
        background-repeat:no-repeat;
        background-position:right;
        height:30px;
        width:100%;
        display:block;
        margin:1rem 0;
    }

.arrowout {
    padding:0;
    padding-bottom:10px;
}

    .disp_lg{
        display: none;
    }


@media screen and (min-width: 1000px) {
    
    .arrowout {
    padding:0 20px;
}

    .disp_lg{
        display: block;
    }

    .arrowback {
        border:1px solid #231815;
        background-image: url(/img/icon_arrow.png);
        background-repeat:no-repeat;
        background-position:right;
        height:30px;
        width:100%;
    }
    .arrowback2 {
        border:1px solid #231815;
        background-image: url(/img/icon_arrow.png);
        background-repeat:no-repeat;
        background-position:right;
        height:50px;
        line-height:50px;
        width:100%;
    }
.arrowout:first-child {
    padding-left:0;
}

.arrowout:last-child {
    padding-right:0;
}
}

label {
    font-size:17px;
    margin-right:20px;
    line-height:17px;
    float:left;
}

input[type=checkbox] {
    display: none;
}

.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 25px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #3cb9bf;
    border-bottom: 3px solid #3cb9bf;
    content: '';
    display: block;
    height: 13px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}

.search_btn {
    margin-top:1rem;
    width:300px;
    height:50px;
    border-radius: 0;
    background-color:#3cb9bf;
    border: none;
    font-size:2rem;
    font-weight: bold;
    color:#fff;
    background-image: url('/img/search_mark.png');
    background-repeat: no-repeat;
    background-position:left;
}
@media screen and (max-width: 600px) {
    .kodawari .clr {
        text-align: center;
    }
    .src_box {
        padding:0 15px;
    }
}
    .keyword_search {
        height:50px;
        line-height:50px;
        position:relative;
        margin-right:10px;
        font-size:2rem;
        width:100%;
    }

@media screen and (min-width: 1000px) {

    .keyword_search {
        width:69%;
    }
}

.subttl {
    font-size:2rem;
    text-align: center;
    margin:4rem 0;
}

@media screen and (max-width: 600px) {

    .subttl {
        font-size:1.4rem;
        text-align: center;
        margin:2rem 0;
        font-weight:bold;
    }
    .miryoku .col-sm-3 {
        text-align:center;
    }
    .foot_logo {
        width:50%;
    }
}


.about_txt {
    max-width:500px;
    margin:0 auto;
}
.qabox{
    border-top:1px solid #231815;
    padding:1rem 0;
}
.questions{
    
}
.answers{
    
}
.answers_txt{
    line-height:1.3;
    padding-left:2rem;
}
.ttl_q {
    color:#86c6be;
}
.ttl_a {
    color:#d18e70;
}
.ttl_q , .ttl_a ,.questions ,.answers {
    font-size:1.5rem;
    font-weight:bold;
}
.news li {
    list-style: none;
    border-top:1px solid #231815;
    font-size:1rem;
    height:30px;
    line-height:30px;
    background-image: url(/img/icon_arrow.png);
    background-repeat:no-repeat;
    background-position:right;
}
.news li:last-child {
    list-style: none;
    border-top:1px solid #231815;
    border-bottom:1px solid #231815;
}
.news a {
    display: block;
    color:#231815;
}

.news a:hover {
    background-color:#eee;
    background-image: url(/img/icon_arrow.png);
    background-repeat:no-repeat;
    background-position:right;
}

a:hover.news_link {
    color:#ccc;
}
.divide {
    border:2px solid #231815;
    margin:5rem 0;
}

    .company_txt {
        position:relative;
        bottom:0px;
        margin:0;
        padding:0;
        font-weight:bold;
    }

@media screen and (min-width: 1000px) {
    .company_txt {
        position:absolute;
    }
}

.tel {
    font-size:2rem;
    font-weight:bold;
    line-height:2rem;
}
.footer_navi a {
    font-size:1rem;
    list-style: none;
    display:inline;
    margin-right:2rem;
    font-weight:bold;
}
.footer_navi a:last-child {
    margin-right:0;
}
.footer_navi {
    display:inline;
    margin-top:1rem;
}

@media screen and (max-width: 600px) {
    .footer_navi a{
        display:inline-block;
    }
}



.recruit {
    margin:0 auto;
    padding:5px 15px;
    font-size:1.2rem;
    font-weight:bold;
    background-color:#ff7f7f;
    color:#fff !important;
    /*background-color:#3cb9c1;*/
    margin-top:2rem;
}

a.recruit {
    color:#231815;
}
a:hover.recruit {
    background-color:#ccc;
}

.news_link {
    color:#fff;
    width:200px;
    height:40px;
    background-color:#ec9f7c;
    border-radius: 0;
    border: none;
    font-size:1.5rem;
    font-weight: bold;
    display:block;
    position: relative;
    text-align:center;
    line-height:40px;
    margin:2rem auto;
}


@media screen and (min-width: 1000px) {
    .footer_navi {
        border-bottom:1px solid #231815;
        display:inline;
        margin-top:1rem;
    }
    
    .recruit {
        padding:5px 15px;
        font-size:1.2rem;
        font-weight:bold;
        margin-top:2rem;
    }
    
    .news_link {
    position:absolute;
    bottom:0;
    right:10px;
    }

}

h2 {
    margin:8rem auto;
    font-weight:bold;
}

.work_details p {
    line-height:1;
    margin:0;
    padding:0;
    margin-bottom:0.5rem;
}
.h3works {
    width:100%;
    border-top:7px solid #231815;
    text-align:left;
    font-size:1.6rem;
    line-height:1.8rem;
    padding-top:none;
    margin:0;
    margin-bottom:1rem;
}
.h3works:before {
    background:none;
}
.h4works {
    width:100%;
    border:none;
    text-align:left;
    font-size:1.8rem;
    line-height:2.4rem;
    letter-spacing: 2px;
    padding:0;
    margin:0;
    background:none;
    color:#231815;
    height:4.8rem;
    margin-bottom:1.5rem;
    min-height:2rem;
}
p.works_desc {
    line-height:2rem;
    letter-spacing: 0.5px;
    border-top:2px solid #231815;
    margin-top:2rem;
    padding-top:2rem;
}

p.works_desc {
    border-top:none;
}

.works_btn1 , .works_btn2 {
    margin:1rem 0;
    text-align:center;
    color:#fff;
    font-weight:bold;
    line-height:4rem;
    display: block;
}

.works_btn1 {
    background-color:#06c755;
    /*
    margin-top:3rem;
    padding:1rem 3rem;
    */
}

.workstxt {
    padding-left:4rem;
}
.works_btn2 {
    background-color:#3cb9bf;
}
.icontxt div {
    font-size:1rem;
    line-height:0.5;
    margin-bottom:15px;
}

.sort_btn a {
    text-align:center;
    color:#231815;
    font-weight:bold;
    line-height:4rem;
    background-color:#dcdddd;
    width:10rem;
    display:inline-block;
    margin-right:0.5rem;
    font-size:1rem;
}

@media screen and (min-width: 1000px) {
.sort_btn a {
    text-align:center;
    color:#231815;
    font-weight:bold;
    line-height:4rem;
    background-color:#dcdddd;
    width:15rem;
    display:inline-block;
    margin-right:0.5rem;
    font-size:1.5rem;
}
}

.clip_btn {
    background-color:#fff270;
    font-size:2rem;
    padding:1rem;
}

.detail_tbl {
    width:100%;
}
.detail_tbl th , .detail_tbl td {
    padding:1.5rem 0;
    padding-left :1rem;
    border-top:2px solid #231815;
}

.detail_tbl th {
    color:#3cb9bf;
    width:12rem;
}
.detail_tbl td {
    font-size:1.4rem;
}
.imgdesc {
    position: absolute;
    background: rgba(255,255,255,0.5);
    padding:1rem;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.carousel-indicators li {
    width:20px;
    height:20px;
    border-radius: 20px;
    border-top:none;
    border-bottom:none;
    background-color:#ccc;
    opacity: 1;
    margin:0 1rem;
}
.carousel-indicators .active{
    background-color:#3cb9bf;
}
.carousel-indicators {
    position:relative;
    margin-top:1rem;
}
.works_desc2 {
    margin:3rem 0;
}
.numtext {
    font-size:6rem;
    position: absolute;
    top:40%;
    left:20%;
    font-weight:bold;
}
.kodawari_in div {
    width:50%;
    float:left;
}
#klabel9 {
    font-size:1.1rem;
    white-space: nowrap;
}

@media screen and (min-width: 1000px) {
.numtext {
    font-size:10rem;
}
    .kodawari_in div {
    width:25%;
}

}

@media screen and (min-width: 1200px) {
.numtext {
    font-size:10rem;
}
    .kodawari_in div {
    width:20%;
}

}

@media screen and (max-width: 475px) {
        .kodawari_in div {
        width:100%;
    }
}

.bimg {
    text-align: center;
}

.works_menu a {
    font-size:1.2rem;
    font-weight:bold;
    background-color:#3cb9bf;
    text-align:center;
    color:#fff;
    width:100%;
    height:4rem;
    line-height:4rem;
    display:block;
    margin-bottom:10px;
}
a.green_btn {
    background-color:#06c755;
    width:200px;
    margin:2rem 0;
    font-size:1.8rem;
}
a.pink_btn {
    background-color:#E27E98;
    width:200px;
    margin:2rem 0;
    font-size:1.8rem;
}
a.blue_btn {
    background-color:#e0f0f1;
    width:300px;
    color:#000;
    font-size:2rem;
    margin:2rem 0;
}
a.outlink {
    background:none;
    line-height:2rem;
    height:2rem;
    color:#0068b7;
    font-weight:normal;
    display: inline;
}
.ad_info form {
    width:100%;
}
.ad_info textarea {
    min-height:10rem;
    border-radius:10px;
}
.ad_info input {
    border-radius:10px;
}
.ad_info {
    font-size:1.2rem;
}
.flow img {
    height:5rem;
    width:auto;
    margin-right:1rem;
}
.row.flow {
    margin-bottom:2rem;
}
a.keisai_btn {
    backbround-color:#3cb9bf;
    width:100%;
    display:inline-block;
    font-size:1.8rem;
}
a.form_btn {
    background-color:#dec7e0;
    width:100%;
    display:inline-block;
    font-size:1.8rem;
}
.exsam th {
    background-color:#fff270;
}
.exsam th , .exsam td {
    font-size:1rem;
    font-weight:normal;
    line-height:1.2;
    padding:3px;
    border:5px solid #fff;
}
.sticky {
    postion: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:100;
    background-color:#fff;
}
.sticky select {
    width:90%;
    line-height:2rem;
    font-size:1.3rem;
    margin:0 auto;
    font-weight:bold;
}
.sticky-spc {
        margin-top:70px;
    }
.mb-ak {
    margin-bottom:120px;
}
.ad_info label {
    font-size:1.2rem;
    margin-left:3px;
}
.txt_blue {
    color:#3cb9bf;
    font-weight:bold;
    font-size:1.8rem;
}
.txt_blue_big {
    color:#3cb9bf;
    font-weight:bold;
    font-size:2rem;
}
.works_menu h5 {
    font-weight:bold;
}
.price_txt {
    font-size:1.6rem;
    font-weight:bold;
}
.price {
    background-color:#e0f0f1;
    border-bottom: 2px solid #231815;
}
@media screen and (min-width: 600px) {
    .sticky-spc {
        margin-top:0;
    }
    a.keisai_btn {
    width:350px;
        margin-right:10px;
}
a.form_btn {
    width:350px;
}

}

.adv_ttl {
    font-size:1.4rem;
    line-height:1;
}
.adv_txt {
    font-size:1.2rem;
    line-height:1.5;
    margin-bottom:3rem;
}

    .detail_head {
        margin:5rem 0;
    }
@media screen and (max-width: 600px) {
    .detail_head {
        margin:2rem 0;
    }
    .clip_btn{
        font-size:1.4rem;
        font-weight:bold;
    }
}

.subttls {
    color:#B50003;font-size:1.5rem;
}

@media screen and (max-width: 600px) {
    .subttls {
        font-size:1.4rem;
        line-height:1.5;
    }
    .h4works {
        letter-spacing:0;
        height:auto;
        margin-bottom:15px;
    }
    .carousel-indicators {
        margin:15px;
    }
    .works_desc2 {
        margin-top:0;
    }
    .workstxt {
        padding:0;
    }
    .detail_tbl th, .detail_tbl td {
        padding-left:0;
    }
}

@media screen and (max-width: 600px) {
    p.works_desc {
        padding-top:0;
        margin-top:0;
    }
    .work_details {
        margin-top:1rem;
        margin-botom:1rem;
    }
}

.adv a {
    display: block;
    color: #3cb9bf;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 45px;
    margin-bottom: 15px;
    border-bottom: 2px solid #231815;
}
.adv a:first-child {
    border-top: 2px solid #231815;
    padding-top:15px;
}

@media screen and (max-width: 1000px) {
    .col-sm-6 .adv-col {
        max-width:100%;
    }
}
.dl_ttl {
color: #3cb9bf;
font-weight: bold;
height: 30px;
text-align: left;
    font-size:1.5rem;
    display: block;
width: 100%;
}
.icon-memo {
    background-image: url(/img/adimg/icon-memo.png);
    background-repeat:no-repeat;
    background-size:contain;
}
.icon-excel{
    background-image: url(/img/adimg/icon-excel.png);
    background-repeat:no-repeat;
    background-size:contain;
}
.icon-tabi {
    background-image: url(/img/adimg/icon-tabi.png);
    background-repeat:no-repeat;
    background-size:contain;
}
.flow .img-fluid {
    width:100%;
    height:auto;
    border:1px solid #ccc;
}
.txt_blue_big .small {
    font-size:1.2rem;
    font-weight:bold;
    margin-top:0;
}
.blueback {
    background-color: #E0F0F1;
}

.howto_entry {
    
}

.howto_entry .back-green {
    background-color: #59C463;
}
.entry_ttl {
    color:#fff;
    font-size:1.8rem;
    font-weight:bold;
}
.howto_entry img {
    max-width:100%;
    height:auto;
}


.icon-human {
    background-image: url(/img/contact/icon-human.png);
    background-repeat:no-repeat;
    background-size:contain;
}
.keisai_btn2 {
    font-weight:bold;
    text-align:center;
    color:#fff;
    line-height:4rem;
}
.contact_wrap * {
    font-weight:bold;
    font-size:1.7rem;
    text-align:center;
}

.mail_send h3 {
    width:100%;
    font-size:2rem;
    border:none;
}
.mail_send h3:before {
    background:none;
}
.mail_send p {
    margin-bottom:2rem;
}
.mail_send a {
    width:80%;
    max-width:300px;
    margin:0 auto;
}
.mform span {
    background-color:#AA0507;
    color:#fff;
    padding:0 2px;
    margin-right:5px;
    font-size:1rem;
    border-radius: 3px;
}

/* carousel clicks fix */
.carousel-control-prev, .carousel-control-next, .carousel-indicators { z-index: 10; }
.carousel-item .imgdesc { pointer-events: none; }

/* ニュース詳細ページのスマホでの左右はみ出し対策 */
@media screen and (max-width: 600px) {
  .container.outbox,
  .outbox {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .outbox .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container.outbox a {
    word-break: break-all;
  }
}

