/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/*改行*/
.br-pc {
		display: none;
}
@media (min-width: 1024px) {
    .br-pc {
      display: block;
		
    }
}
.br-sp {
    display: none;
}
@media (max-width: 1024px) {
    .br-sp {
        display: block;
    }
}
@media screen and (max-width: 767px) {
#ast-scroll-top{
	margin-bottom: 35px;
	}
}

/*見出し*/
.h3price {
	font-size: 1.7em;
  position: relative;
  padding: 0.8rem 0.5rem;
  border-bottom: 3px solid #D2D2D2;
}
.h3price:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #2253C7;
}
/*料金表*/
table{
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}
.tb01 th,
.tb01 td{
  padding: 10px 30px;
  border: solid 1px #ccc;
  box-sizing:border-box;
}
.tb01 th {
  background: #2253C7;
	color: #fff;
	text-align:center;
}
.tb01 tr td:first-child {
	font-weight: bold;
}
.tb01 tr td:nth-child(3) {
	text-align: right;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
	text-align:center;
  }
  table.tb01 td:first-child{
    background: #2253C7;
    color:#fff;
    font-weight:bold;
  }
.tb01 tr td:nth-child(3) {
	text-align: center !important;
}
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
	box-shadow: 4px 4px 4px #c9c9c9;
	  border-radius: 0.5em;
}
.cp_qa03 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa03 .cp_actab label {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1.4em 3em 1.4em 3em;
  cursor: pointer;
  text-indent: 1em;
  background: #fff;
}
.cp_qa03 .cp_actab label::before {
  content: 'Q';
	color: #F2B705;
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
}
.cp_qa03 .cp_actab label:hover {
  color: #2253C7;
  transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 10px;
  right: 0;
  content: '+';
  color: #2253C7;
  font-size: 1.7em;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}
/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 3em;
  transition: max-height 0.2s;
}
.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: 'A';
  color: #131E3E;
  font-family: serif;
  font-size: 1.5em;
  margin: 0.5em 0 0 -1em;
  padding: 0;
}
.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  background: #fff;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #2253C7;
}
/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}
@media screen and (max-width: 767px) {
.cp_qa03 .cp_actab label {
  font-size: 1em;
} 
  }
/* 問合わせフォーム */
.p-form__items {
  padding-top: 2em;
}
@media only screen and (min-width: 1024px) {
  .p-form__items {
    display: flex;
  }
}
.p-form__items + .p-form__items {
  margin-top: 2em;
}
.p-form__heading {
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .p-form__heading {
    width: 200px;
  }
}
.p-form__label {
  font-size: 0.8em;
  display: inline-block;
  padding: 0 0.5em;
  color: #FFFFFF;
  margin-right: 1em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.p-form__label--required {
  background-color: #d44a4a;
}
.p-form__label--free {
  background-color: #666666;
}
@media only screen and (max-width: 1023px) {
  .p-form__detail {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .p-form__detail {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.p-form__submit {
  margin-top: 2em;
  margin-left: 2.9em;
  text-align: center;
}
.p-form input.wpcf7-form-control.wpcf7-text,
.p-form textarea.wpcf7-form-control.wpcf7-textarea {
  outline: 0;
  margin: 0;
  width: 100%;
  border: 1px solid #B3B3B3;
  padding: 1em;
  -webkit-border-radius: 2px;
  border-radius: 3px;
  transition: 0.36s;
}
.p-form input.wpcf7-form-control.wpcf7-text:focus,
.p-form textarea.wpcf7-form-control.wpcf7-textarea:focus {
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
}
.p-form span.wpcf7-not-valid-tip,
.p-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #d44a4a;
  font-weight: bold;
}
.p-form input.wpcf7-submit {
  cursor: pointer;
  outline: 0;
  margin: 0;
  border: none;
  padding: 1.2em 4em;
  background: #F2B705;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  -webkit-border-radius: 2px;
  border-radius: 5px;
  transition: 0.36s;
}
.p-form input.wpcf7-submit:hover {
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.1);
}