body {
  font-family: "Noto Sans Japanese" ,sans-serif;
  line-height: 1.8;
  font-size: 16px;
  background: #fff;
  color: #525252;
  font-weight: 300;
  overflow-x: hidden;
  margin: 0;
}
a {
  color: #ECA326;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #ECA326 !important;
}

.font_questrial{
  font-family: "Questrial";
}

.clearboth{
  clear: both;
}

.site_button {
    width: 150px;
    margin: 0 30px;
    padding: 10px 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}
.site_button:hover{
  color: #fff !important;
  cursor:pointer;
  filter: alpha(opacity=80);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";  /* ie 8 */
  -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;              /* Safari 1.x */
  opacity:0.8;
}
.site_button:active{
  filter: drop-shadow(0 0 0);
}
#button_apply,
#button_inquiry,
#button_send{
    background: #ECA326;
}
#button_return_finish,
#button_return_confirm{
    background: #666;
}
@media(max-width: 992px) {
  .site_button {
      width: 110px;
  }
}

.center_button_area{
  width: 100%;
  text-align: center;
}
.pagetop_image {
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  background-image: url(../images/page_top.jpg);
  /*background-position: 0px 0px;*/
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1100px) {
  .pagetop_image {
    background-image: url(../images/page_top2.jpg);
  }
}

.pagetop_image img {
  width: 100%;
}

.top_text {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  top: 400px;
  left:10%;
  position: absolute;
  width: 90%;
  z-index: 2;
  color: #fff;
  text-shadow: 2px 2px 10px #555;
}
@media screen and (max-width: 640px) {
  .top_text {
    font-size: 20px;
  }
}

/*ふわっと*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fuwatAnimeDisp{
  visibility: hidden;
}

.contents_area {
  width: 80%;
  margin-top: 30px;
  margin-left: 10%;
}

@media screen and (max-width: 640px) {
  .contents_area {
    width: 90%;
    margin-left: 5%;
  }
}

/*h2*/
.contents_area h2 {
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid #ECA326;
  margin: 25px 0;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 26px;
  }
}

/*---------- error page ------------*/
.error_page_text {
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  top: 20%;
  left:10%;
  position: absolute;
  width: 90%;
  z-index: 2;
  color: #555;
  text-shadow: 2px 2px 10px #999;
}
@media screen and (max-width: 640px) {
  .error_page_text {
    font-size: 20px;
  }
}


/*---------- simple header ------------*/
.inner {
    /*width: 980px;*/
		width:100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0 0;
		background-color: rgba(255,255,255,0.7);
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    margin: 0 2%;
}
#top-head .logo img{
    height: 50px;
		margin: 8px 0;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
		font-weight: bold;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 1em;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    /*padding: 0 20px;*/
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#sheader_space{
	height:70px;
}
@media screen and (max-width: 768px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
				background: rgba(255,255,255,.7);
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
    }
		#mobile-head .logo img{
			height: 40px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
				background: rgba(0,0,0,.7);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
				padding: 0 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 13px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

		#sheader_space{
			height:60px;
		}
}

/*---------- Responsive ------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.boxbox{
  float: left;
  width: 45%;
  margin: 2.5%;
}
@media(max-width: 992px) {
  .boxbox{
    float: none;
    width: 100%;
    margin: 30px 0 0 0;
  }
}

.formcontrol_50{
  float: left;
  width: 45%;
  margin: 5px 2.5%;
}
.formcontrol_100{
  float: left;
  width: 95%;
  margin: 5px 2.5%;
}
@media(max-width: 992px) {
  .formcontrol_50{
    width: 100%;
    margin: 5px 0;
  }
  .formcontrol_100{
    width: 100%;
    margin: 5px 0;
  }
}

/*---------- page top button ------------*/
/*パソコン・スマホ共通のCSS*/
#PageTopBtn {
position: fixed; /*ボタンの配置場所を固定*/
bottom: -10px; /*下からのボタンの配置場所を指定*/
right: 10px; /*右からのボタンの配置場所を指定*/
z-index: 20;
}
#PageTopBtn a {
display: block; /*配置の調整*/
text-decoration: none; /*文字の下線を消す*/
color: #fff; /*文字の色*/
background: #ECA326; /*ボタンの背景色*/
text-align: center; /*文字を中央に配置*/
border-radius: 50%; /*ボタンの角を少し丸くする*/
outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
text-decoration: none;
background: #F7DD43; /*マウスオーバー時の背景色*/
color: #fff !important; /*文字の色*/
}
#PageTopBtn {
font-size: 25px; /*文字のサイズ*/
}
#PageTopBtn a {
width: 50px; /*ボタンの幅*/
height: 50px; /*ボタンの高さ*/
}

/*---------- footer ------------*/
#footermargin {
	height: 50px;
	line-height: 50px;
}
#footerwrapper01 {
  margin-top: 2em;
  overflow: auto;
	/*height: 60px;*/
	background-color: #393737;
}
#footerlogo {
	float: left;
	margin: 14px 0 0 2em;
}
#footerlogo img{
  height: 40px;
}
#footertitle{
  float: left;
  color: #FFF;
  font-size: 0.9em;
  margin: 25px 0 0 10px;
}
#footerinq {
  float: left;
  margin: 20px 0 0 3em;
  font-size: 13px;
  color: #fff;
}
#footerinq .coason_logo{
  height: 20px;
}
#footerinq .icon{
  margin-left: 20px;
}
#footerssl {
  float: left;
  margin: 14px 0 0 2em;
}
#footerssl #ssl_seal{
  float: left;
}
#footerssl #ssl_seal input[type=image]{
  width: 90px;
}
#footerssl #ssl_des{
  float: left;
  margin-left: 5px;
  font-size: 11px;
  color: #ddd;
  letter-spacing: -0.3px;
  line-height: 1.5em;
}

#footercopyright {
  text-align: right;
	font-size: 12px;
	color: #fff;
	margin: 5px 1em;
}
@media screen and (max-width: 640px) {
	#footerlogo {
		margin: 14px 0 0 1em;
	}
	#footerlogo img{
		height: 30px;
	}
  #footertitle{
    margin: 15px 0 0 10px;
  }
	#footercopyright {
		font-size: 11px;
	}
}

/*---------- 製品ページ(概要) ------------*/
#about_saiyo .center_logo{
  width: 80%;
  display: block;
  margin: 40px auto;
}
#about_saiyo .description{
  margin: 5% 15% 5% 15%;
  font-size: 1.2em;
}
.desc_under{
  /*background: linear-gradient(transparent 80%, #F7DD43 80%);*/
  box-shadow: 0px -6px 5px -5px #ff0 inset,0px 8px 4px -8px #FF0;
}
.desc_accent{
  font-size: 1.2em;
}
@media screen and (max-width: 992px) {
  #about_saiyo .description{
    margin: 0 5% 5% 5%;
    font-size: 1em;
  }
  .desc_accent{
    font-size: 1em;
  }
}

#trial_banner{
  font-size: 1.6em;
  font-weight: bold;
  width: 500px;
  background: #F7DD43;
  margin-bottom: 5%;
  text-align: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
@media screen and (max-width: 992px) {
  #trial_banner{
    font-size: 1.2em;
    width: 80%;
  }
}

.pickuppoint{
  width: 100%;
  margin-top: 0;
  margin-bottom: 5%;
}
.pickuppoint img{
  width: 100px;
  margin-left: 30px;
  display: inline-block;
}
.pickuppoint span{
  width: calc(100% - 150px);
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

/*ロゴ画像の組み合わせで説明欄*/
.description_img{
  margin-top: 2%;
}
.description_img .body,
.description_img .heading-step{
  margin: 0 10%;
}
@media screen and (max-width: 992px) {
  .description_img .body,
  .description_img .heading-step{
    margin: 0 0;
  }
}

.flow-step {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
}
ul, ol {
  padding-left: 0;
  list-style: none;
}
.flow-step.steps-4>li:first-child {
  width: 25%;
}
.flow-step.steps-4>li {
  width: 25%;
}
.flow-step>li:nth-child(n+2) {
  padding-left: 2.4em;
  background-image: url(/image_common/bg_flow_step_arrow_01.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.flow-step>li {
  position: relative;
  display: table-cell;
  padding: 0 20px 20px 20px;
  background: #ddd;
}
.contents_area .lbl-step {
  background: #F7DD43;
}
.lbl-step {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  min-width: 70px;
  margin-right: 1em;
  padding: 2px 5px 4px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #999;
}
.lbl-step>b {
  font-size: 20px;
  padding-left: .2em;
}
i {
  font-style: normal;
}
.flow-step .txt {
  margin: 10px 0 0 0;
}
.txt {
  line-height: 1.5;
  margin-top: 1.2em;
}
@media screen and (max-width: 640px) {
  .flow-step {
    font-size: 80%;
  }
  .flow-step .lbl-step {
    margin-bottom: 10px;
  }
  .flow-step .lbl-step {
    font-size: 80%;
  }
  .flow-step .lbl-step>b {
    font-size: 80%;
  }
  .flow-step>li {
    padding: 0 0 5px 5px;
    background: #ddd;
  }
}
.heading-step {
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  border: none;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  -webkit-margin-after: 0.3em;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 24px;
  }
}

.container-img-txt, .container-txt-img {
  display: table;
}
.container-img-txt>[class^='col']:first-child, .container-img-txt>[class*=' col']:first-child {
  padding-right: 20px;
}
.container-img-txt>[class^='col'], .container-img-txt>[class*=' col'], .container-txt-img>[class^='col'], .container-txt-img>[class*=' col'] {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.u-ta-c {
  text-align: center !important;
}

.txt:first-child {
  margin-top: 0;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}
.box-bg-img {
  background-color: #f3f3f3;
}
.box-img {
  display: block;
  height: 140px;
  width: 255px;
  text-align: left;
  margin: 0 auto;
  position:relative;
}
.box-img svg{
  position:absolute;
}

@media screen and (max-width: 640px) {
  .container-img-txt.transform, .container-txt-img.transform {
    display: block;
  }
  .container-img-txt.transform>[class^='col'], .container-img-txt.transform>[class*=' col'], .container-txt-img.transform>[class^='col'], .container-txt-img.transform>[class*=' col'] {
    display: block;
    padding: 0;
  }
}
/*---------- 製品ページ(メリット) ------------*/
#contents_area_bg_merit{
  width: 100%;
  background-color: #f2f2f2;
  background-image: url(../images/ag-square.png);
  background-attachment:fixed;
}
#merit{
  padding-top:1px;
  padding-bottom: 25px;
}

#merit1{
  height: 300px;
  background-image: url(../images/merit1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#merit2{
  height: 300px;
  background-image: url(../images/merit2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media(max-width: 992px) {
  #merit2{
    height: 350px;
  }
}
.merit_screen{
  width: 100%;
  height: 100%;
  background-color: rgba(50,50,50,0.5);
}
.merit_desc{
  box-sizing: border-box;
  padding: 0.5em;

  font-size: 1.1em;
  color: #fff;
  text-shadow:
  2px 5px 6px rgba(0,0,0,0.6),
  0px -5px 20px rgba(200,200,200,0.4);
}
@media(max-width: 992px) {
  .merit_desc{
    font-size: 1em;
  }
}
.merit_row{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.merit_desc .icon{
  color: #F7DD43;
  font-size: 1.7em;
  margin: 0 5px 0 0 !important;
}

#newspaper{
  background-image: url(../images/newspaper.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.news_screen{
  width: 100%;
  height: 100%;
  background-color: rgba(20,20,20,0.6);
}
.news_desc{
  box-sizing: border-box;
  padding: 0.5em;
  font-size: 0.9em;
  color: #eee;
  text-shadow:
  0px -5px 20px rgba(200,200,200,0.4);
}
@media(max-width: 992px) {
  .news_desc{
    font-size: 0.8em;
  }
}
.news_graph{
  margin: 5px 1em;
  max-width: 90%;
}
.news_desc_under{
  margin-left: .2em;
  font-size: 1.2em;
  border-bottom: solid 1px #F7DD43;
}

.news_sum_hd {
  margin-top: 20px;
  margin-left: 0em;
  position: relative;
  padding: .5em 0;
  background-color: #fff;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 1.2em;
}
.news_sum_hd .icon {
  margin: 0 10px 0 1.5em !important;
  font-size: 1.3em;
  color:#ECA326 ;
}

@media(max-width: 992px) {
  .news_sum_hd {
    margin-left: 0em;
    padding: .5em .5em;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
  }
  .news_sum_hd .icon {
    margin: 0 10px 0 0.5em !important;
  }
  .news_desc{
    margin-left: 0.5em;
    font-size: 0.8em;
  }
}

/*---------- 製品ページ(デモサイト) ------------*/
.demo_preparation{
  margin-left: 1.5em;
  margin-bottom: .5em;
  color:#655E5E;
  font-size:1.2em;
}
@media(max-width: 992px) {
  .demo_preparation{
    text-align: center;
    margin: 0em;
    color:#655E5E;
    font-size:1.1em;
  }
}
#demosite .boxbox img{
  max-width: 100%;
  max-height: 100%;
}
.demo_div{
  color: #505050;/*文字色*/
  padding: 0.5em 1em 0.5em 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #F7DD43;/*背景色*/
  vertical-align: middle;/*上下中央*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  margin-top: 2.5em;
}
.demo_div:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

/*---------- 製品ページ(プラン・料金) ------------*/
#contents_area_bg_plan{
  width: 100%;
  background-color: #f2f2f2;
  background-image: url(../images/perforated-white-leather.png);
  background-attachment:fixed;
}
#plan{
  padding-top:1px;
}

.service-plan-wrapper .head{
    padding: 0.5em;
    color:#FFF;
    text-align:center;
}
.service-plan-wrapper .head .title{
    font-size:23px;
}
.service-plan-wrapper .head .title .plan{
    font-size:16px;
}
.service-plan-wrapper .head .initp{

}
.service-plan-wrapper .head .ranp{

}
.service-plan-wrapper .head .price{
    font-size:30px;
    font-weight:bold;
}

.service-plan-wrapper .function-list{
    padding:0.5em;
    font-size: 14px;
}
.service-plan-wrapper .function-list ul{
    margin-left:0;
    padding-left: 0;
    list-style:none;
}
.service-plan-wrapper .function-list ul li{
    padding: 0.5em 0 0.2em 40px;
    border-top: 1px solid #e5e5e5;
    background-image: url(../images/checkmark.svg);
    background-repeat: no-repeat;
    background-position: 15px 12px;
}
.service-plan-wrapper .divi{
    color: #525252;
    font-weight: bold;
    padding: 0.5em 0 0.5em 20px !important;
    background-image: url(../images/arrow_right.svg) !important;
    background-position: 3px 12px !important;
}
.service-plan-wrapper .none{
    color: #bbb;
    background-image: url(../images/cross.svg) !important;
}
@media screen and (min-width: 992px) {
  .service-plan-wrapper{
      margin-bottom:1em;
      display:flex;
      flex-wrap: wrap;
  }
  .service-plan-wrapper .inner{
      width: calc(33% - 10px);
      margin:5px;
      box-shadow: 0 0 20px rgba(0,0,0,.14);
      background:#FFF;
      border-radius: 5px;
  }

  .service-plan-wrapper .txt{
      padding:0.5em;
      height: 3.5em;
      font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .service-plan-wrapper{
    display: flex;
    flex-wrap: wrap;
  }
  .service-plan-wrapper .inner{
    margin:20px 5px 5px 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.14);
    background:#FFF;
    border-radius: 5px;
    width: 100%;
  }

  .service-plan-wrapper .txt{
    padding:0.5em;
  }
}

.preparation_inner{
  position:relative;
}
.preparation{
  position:absolute;
  z-index: 10;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background-color: rgba(50,50,50,0.6);

  display: flex;
	align-items: center;
  justify-content: center;

  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: #FFF;
}

.shiharaihoho{
  margin-top: 10px;
  font-size: 1.2em;
  color: #525252;
}
.otoku{
  margin-top: 10px;
  width: 60%;
}
@media(max-width: 992px) {
  .shiharaihoho{
    font-size: 1em;
  }
  .otoku{
    width: 80%;
  }
}
.shiharai_dtl {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 2em;
  position: relative;
  padding: .5em 1.5em;
  background-color: #fff;
  border-radius: 6px;
  display: block;
  width: 80%;
  font-size: 0.9em;
}
.shiharai_dtl::after {
  position: absolute;
  top: -25px;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 15px solid #fff;
}
.bland_logo{
  width: 100%;
  display: block;
}
.bland_logo img{
  width: 80px;
}
.notes{
  margin-top: 5px;
  color: #f06;
}
@media(max-width: 992px) {
  .shiharai_dtl {
    margin-left: 0em;
    padding: .5em .5em;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
  }
  .bland_logo img{
    width: 60px;
  }
}


/*---------- 製品ページ(カスタマイズ) ------------*/
#customize{
  padding-bottom: 25px;
}

.cust_hd {
  margin-top: 20px;
  margin-left: 2em;
  position: relative;
  padding: .5em 1.5em;
  background-color: #fff;
  border-radius: 6px;
  display: block;
  width: 80%;
  font-size: 1.2em;
}
.cust_hd::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #fff;
}
.cust_hd .icon {
  margin: 0 10px 0 0 !important;
  font-size: 1.3em;
}
.cust_hd .fa-wrench{color:#ECA326 ;}
.cust_hd .fa-edit{color:#0070AF ;}
.cust_desc{
  margin-top: 15px;
  margin-left: 3em;
  text-shadow:
  2px 5px 6px rgba(255,255,255,0.8),
  0px -5px 20px rgba(255,255,255,0.8);
}
@media(max-width: 992px) {
  .cust_hd {
    margin-left: 0em;
    padding: .5em .5em;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
  }
  .cust_desc{
    margin-left: 0.5em;
    font-size: 1em;
  }
}

/*---------- 製品ページ(お申込み、お問合せ) ------------*/
.application_banner{
  width: 70%;
  margin: 0 15%;
}
.application_banner_desc{
  width: 70%;
  margin: 0 15% 2% 15%;
}
@media(max-width: 992px) {
  .application_banner{
    width: 90%;
    margin: 2% 5%;
  }
  .application_banner_desc{
    width: 90%;
    margin: 0 5% 3% 5%;
  }
}

.coason_contact_logo{
  margin-top: 30px;
  margin-bottom: 10px;
  width: 180px;
}
#inquiry .icon{
  margin-left: 30px;
}
#inquiry .faq_icon{
  margin-left: 0px;
}
#button_apply,
#button_inquiry{
  margin: 20px auto;
}
#inquiry form{
  width: 80%;
  margin: 3% 10%;
}
@media(max-width: 992px) {
  #inquiry form{
    width: 100%;
    margin: 3% 0%;
  }
}
.form_control {
  font-family: inherit;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form_control:focus {
  outline: 0;
  border-color: #F7DD43;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:#bbb;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#bbb;
}
::placeholder{ /* Others */
  color:#bbb;
}
.select_place {
  color: #bbb;
}
.from_textarea{
  height: 120px;
}
/*css radio02*/
.css_radio{
  display: none;
}
.css_radio + label{
  font-size: 16px;
  padding-left: 25px;
  position:relative;
  margin-right: 30px;
}
.css_radio + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  margin-top: 1px;
}
.css_radio:checked + label{
  color: #ECA326;
}
.css_radio:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: #ECA326;
  border-radius: 50%;
}
/*radio選択による非表示*/
.radio_hidden{
  display:none;
}
#apply_email{
  width: 70%;
  margin: 0 15%;
}
/*エラー項目*/
.error_item{
  background-color:#ffe0ff ;
}
/* 送信確認 */
.confirm_area_hidden{
  display:none;
}
.confirm_area{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  transition: .3s linear;
}
.confirm_msg{
  text-align: left;
  font-size: 1.5em;
  margin: 10% 0 2% 30%;
  color: #fff;
  text-shadow: 2px 2px 10px #999;
}
.confirm_btn_area{
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.confirm_btn_area .site_button {
  margin: 0 20px;
  filter: drop-shadow(2px 2px 2px rgba(153,153,153,0.4));
}
@media(max-width: 992px) {
  #apply_email{
    width: 90%;
    margin: 0 4.5%;
  }
  .confirm_msg{
    font-size: 1.3em;
    margin: 5% 0 2% 5%;
  }
  .confirm_btn_area .site_button {
    margin: 0 10px;
  }
}
/*---------- 製品ページ(お問合せ完了) ------------*/
#finish_apply .center_logo{
  width: 40%;
  max-width: 350px;
  display: block;
  margin: 40px auto;
}
#finish_apply .thanks{
  margin: 5% 10% 3% 10%;
  font-size: 1.2em;
}
@media(max-width: 992px) {
  #finish_apply .thanks{
    margin: 0 5% 5% 5%;
    font-size: 1em;
  }
}
#finish_apply #button_return_finish{
  margin: 0px auto;
}
#apply_err_msg_area,
#err_msg_area{
  font-size: 1.1em;
  color: #ff7fbf;
}

/* google ロボット検証 */
.g-recaptcha{
  margin:20px 0;
}
.g-recaptcha div{
  margin:0 auto;
}
.btn_robot_disabled {
  pointer-events: none !important; /* aタグのリンクを無効にする */
  cursor: default !important;  /* マウスオーバー時のカーソルをdefaultに固定 */
  background-color: #ddd !important;
  box-shadow:none !important;
  text-shadow:none !important;
  filter: none !important;
}
.req_recaptcha_chak{
  margin-top:-20px;
  font-weight: bold;
  color: #ECA326;
}
