/*
Theme Name: SPEEDS
Version: 2.0.0
Author: OHASHI PLANNING
Template: businesspress
*/
/* 揺れるバナー */
.anime01 img {
 animation: fluffy1 2s ease infinite; 
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
/* フローティングバナーのラップ要素 */
#fixed_right_banner {
    position: fixed;
    right: 0;
    margin: 50vh auto 0;
    transform: translateY(-50%);
}
#fixed_right_banner img {
    width: 100%;
    float: left;
}
/* 画像の共通設定 */
#fixed_right_banner > *
{
    clear: both;
    float: right;
    /* 横幅 */
    width: 80px;
    /* 最初にあらかじめ右側を詰めて表示。 */
    margin-right: -15px;
    /* アニメーション設定を追加。 */
    -webkit-transition: margin .2s ease;
    transition: margin .2s ease;
}
/* 2個目以降の画像の上部に余白を作る */
#fixed_right_banner > * ~ * { margin-top: 20px; }
/* リンク要素 */
#fixed_right_banner > a
{
/* ブロック要素に変更 */
    display: block;
}
/* マウスオーバーで、詰めた右側のマージンをリセット。 */
#fixed_right_banner > *:hover
{
    margin-right: 0;
}
/* コンテンツに被らないようにするメディアクエリ */
@media (max-width: 1274px)
{
    #fixed_right_banner { display: none !important; }
}
a.wp-block-button__link {
    min-width: 180px;
}
.font700 {
    font-weight: 700 !important;
}
.orange {
    color: #ff8300 !important;
}
.max820 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.faq01:before {
    font-family: 'Font Awesome 6 Free';
   content: "\51";
    color: #ff8300;
    margin-right: 0.5rem;
}
body.page-template-page-lp01 .site-header {
    margin-bottom: 0;
}
.gap-zero {
    gap: 0 !important;
}
.mb-zero {
    margin-bottom: 0 !important;
}
.mt-zero {
    margin-top: 0 !important;
}
.mb-zero {
    margin-bottom : 0 !important;
}
.pd1em {
    padding: 1em !important;
}
.mt1em {
    margin-top: 1em !important;
}
.mb25rem {
    margin-bottom: 2.5rem !important;
}
body.page-template-page-lp01 h2.footer_headline {
    margin-top: 0;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 180%;
    font-weight: normal;
    padding: 0;
    border-left: unset;
    width: 100%;
}
body.page-template-page-lp01 .container-wrapper {
    padding-bottom: 3rem;
    padding-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 135%;
}
span.price_text {
    font-size: 180%;
    color: #277ebc;
}
@media screen and (max-width: 781px) {
body.page-template-page-lp01 h2.footer_headline {
    font-size: 120%;
	margin-bottom: 2rem;
}
body.page-template-page-lp01 .container-wrapper {
    padding-bottom: 2rem;
    padding-top: 2rem;
    font-size: 115%;
}
span.price_text {
    font-size: 150%;
}
}
.wp-block-group__inner-container a {
    text-decoration: none;
    color: #111;
}
.wp-block-group__inner-container a:hover {
	text-decoration: underline;
    color: #ff8300;
}
.wp-container-1.wp-block-column h3 {
    font-size: 1.5rem;
    margin-bottom: 1em;
    margin-top: 2.5em;
}
.wp-container-cb {display: flex;gap: 0.5em;flex-wrap: wrap;align-items: center;justify-content: center;}.wp-container-1 > * { margin: 0; }
.jumbotron-title {
    color: #feaf00;
}
.sidebar-area .widget {
    margin-bottom: 0;
}
ul.checkmark {
    list-style-type: none;
    margin-left: 2rem;
}
ul.checkmark li {
  position: relative;
}
ul.checkmark li::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: -1.5em;
    width: 10px;
    height: 5px;
    border-left: 3px solid #f88da7;
    border-bottom: 3px solid #f88da7;
    transform: rotate(-45deg);
}
.footer-widget.widget-area .wp-block-columns {
    margin-bottom: 0;
}
.footer-widget.widget-area .wp-block-latest-posts__post-excerpt {
    margin-bottom: 0;
}
.footer-widget-4.footer-widget.widget-area,
body.blog .footer-widget-3.footer-widget.widget-area {
    border-bottom: none;
}
body.page-id-19 .footer-widget-1.footer-widget.widget-area,
body.page-id-25 .footer-widget-2.footer-widget.widget-area,
body.page-id-11 .footer-widget-3.footer-widget.widget-area,
body.blog .footer-widget-3.footer-widget.widget-area {
    display: none;
}
h2,h3,h4 {
    font-family: Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
.entry-content h2 {
    padding: 1rem 2rem;
    border-left: 4px solid #ff8300;
}
a.wp-block-button__link {
    text-decoration: none;
}
.site-content {
    max-width: 820px;
}
.footer-widget.widget-area {
    border-bottom: 1px solid #e5e5e5;
}
.footer-widget-area {
    padding-top: 0;
	padding-bottom: 0;
}
h2.footer_headline {
    margin-top: 2em;
    margin-bottom: 0;
    text-align: center;
    font-size: 225%;
    font-weight: normal;
}
a.wp-block-button__link.has-vivid-cyan-blue-background-color.has-background {
    min-width: 250px;
    text-decoration: none;
}
.widget_recent_entries li a {
    border-bottom: unset;
    font-weight: 700;
}
.wp-block-latest-posts__featured-image {
    margin-bottom: 1em;
}
.wp-block-latest-posts {
    border-top: unset;
}
.jumbotron-content {
    padding-bottom: 90px;
    padding-top: 90px;
}
.mt4rem {
    margin-top: 4rem;
}
p.mb0 {
    margin-bottom: 0;
}
a.wp-block-button__link {
    color: #fff;
}
.w100p {
    width: 100vw;
    margin-left: calc( 50% - 50vw );
    max-width: none;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.bgc01 {
    background-color: #ffffff;
}
.bgc02 {
    background-color: #f4f5f6;
}
.table01 table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
}
.table01 th {
    background-color: #3f9ede;
    text-align: center;
    padding: 10px;
    border: 3px #555 solid;
    width: 25%;
    color: #fff;
}
.table01 td {
    padding: 10px;
    border: 3px #555 solid;
    text-align: center;
}
.table01 td:first-child {
    text-align: left;
}
.table01 table tr:last-child {
    background-color: #ffcb94;
}
a img:hover {
    opacity: 0.8;
}
body.page-id-204 .main-header-content .main-navigation {
    display: none !important;
}
body.page-id-204 .main-header-content button.drawer-hamburger {
    display: none;
}
@media screen and (min-width: 980px) {
.w100p .container-content {	max-width: 1120px; }
}
@media screen and (min-width: 782px) {
.br-pc {display:inline-block!important;} 
.br-sp {display:none!important;}
.forpc{display:inline-block!important;}
.forsp{display:none!important;} 
.main-navigation a {
    color: inherit;
    display: block;
    padding-left: 9px;
    padding-right: 9px;
    text-decoration: none;
}
li.btn-type01 a {
    background-color: #ff8300;
    color: #fff;
    padding: 0 30px !important;
    -webkit-border-radius: 25px;
    margin-left: 9px;
}
}
@media screen and (max-width: 781px) {
.br-sp {display:inline-block!important;} 
.br-pc {display:none!important;} 
.wp-block-latest-posts.is-grid li {margin-right: 0;}
.forpc{display:none!important;} 
.forsp{display:inline-block!important;} 
.table01 table {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
}
/************************************
** お問い合わせフォームの入力
************************************/
@media screen and (min-width:769px){
#cf-tbl{
width: 100%;
}
#cf-tbl table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    border-collapse: unset;
    margin-bottom: 1.5rem;
}
#cf-tbl table tr {
    width: 100%;
    float: left;
}
#cf-tbl table tr th {
    width: 35%;
    float: left;
    font-weight: 700;
    text-align: left;
    vertical-align: top;
    padding: 20px 10px 10px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: unset;
    background-color: unset;
}
#cf-tbl table tr td {
    width: 65%;
    float: left;
    padding: 20px 10px 10px 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: unset;
}
}
@media screen and (max-width:768px){
#cf-tbl table {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-collapse: unset;
    margin-bottom: 1.5rem;
    font-size: 100%;
}
#cf-tbl table tr {
    width: 100%;
    float: left;
}
#cf-tbl table th {
    width: 100%;
    float: left;
    text-align: left;
    border: 0;
    margin: 0 0 10px 0;
    padding: 0 0 1rem 0;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    background-color: unset;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cf-tbl table td {
    width: 100%;
    float: left;
    margin-bottom: 3rem;
    padding: 0;
    border: unset;
}
#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
span.wpcf7-list-item {
    display: block;
    margin: 0;
}
#cf-tbl table input.wpcf7-form-control.wpcf7-text,
#cf-tbl table textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 100%;
    margin: 0;
}
span.pp_text {
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 1rem 0;
}
span.wpcf7-list-item.first {
    margin-left: 0;
}
.required {
    font-size: .8em;
    padding: 5px;
    background: orange;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: normal;
}
/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #172f6a;
color: #fff;
border-radius: 3px;
margin-right: 5px;
    font-weight: normal;
}
/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}
/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 30px 15px;
    width: 400px;
    background: orange;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 15px auto 0;
    -webkit-border-radius: 50px;
}
@media screen and (max-width:768px){
input.wpcf7-submit {
    width: 250px;
    padding: 30px 15px;align-content
   -webkit-border-radius: 50px;
}
}
input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
@media screen and (min-width: 782px) {
}
@media screen and (min-width: 980px) {
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 540px) {
}
@media (max-width: 600px) {
}
@media (min-width: 782px) {
}
@media (min-width: 980px) {
}
@media (min-width: 1160px) {
}
@media screen and (max-width: 781px) {
}
@media screen and (min-width: 640px) {
}
@media screen and (min-width: 640px) {
}
@media screen and (min-width: 540px) {
}
@media screen and (min-width: 601px) and (max-width: 979px) {
}
@media screen and (min-width: 782px) {
}
@media screen and (min-width: 601px) {
}
@media screen and (min-width: 782px) {
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 640px) {
}
