/*
 Theme Name: BusinessPress Child
 Template:businesspress
 Description: BusinessPress Child Theme
 Theme URI: https://businesspress.jp/theme/
 Author: BusinessPress
 Author URI: https://businesspress.jp/
 Version: 1.0.0
*/

/* ■■共通 */
p {
	margin-bottom: 0;
}
.bg-green {
	background: #A6D03D;
}
.bg-yellow {
	background: #F6D147;
}
.bg-pink {
	background: #F581AD;
}
.contents_wrap {
	padding: 0 20px;
}
/* 改行レスポンシブ対応 */
@media screen and (max-width: 768px){
.br-sp {display: none; }
}
@media screen and (max-width: 1199px){
.br-1200 {display: none; }
}
@media screen and (max-width: 550px){
.br-550 {display: none; }
}
/* ■■メニューバー */
.site-header {
	margin-bottom: 0;/* 余白を消す */
	border-bottom: none;
}
.main-header {
    padding-bottom: 20px;
    padding-top: 20px;
}
.main-header-content {
	justify-content: unset;
}
.site-branding {
	margin-right: auto;
}
.main-navigation {
	font-weight: bold;
}
.main-navigation .menu-item > a:hover {
	color: #A6D03D;
}
/* お役立ち資料 */
.menu-item-263 {
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 2.8;
    border-radius: 50PX;
    background-color: #444;
    font-size: 92%;
    padding: 0 3px;
	border: #444 2px solid;
}
.menu-item-263 a:visited{
	color: #fff;
}
/* お問い合わせ */
.menu-item-173 {
	 text-decoration: none;
    text-align: center;
    color: #444;
    font-weight: bold;
    line-height: 2.8;
	 border: #444 2px solid;
    border-radius: 50PX;
    background-color: #fff;
    font-size: 92%;
    padding: 0 3px;
	 margin: 0 1em;
}
.main-navigation div.menu > ul > li:last-child > a, .main-navigation ul.menu > li:last-child > a {
    padding-right: 15px;
}
/* 電話番号表示 */
.tell-number:before {
	color: #444;
	content: "\f095";
	font: normal 1.1em FontAwesome;
	margin-right: 0.3em;
}
.tell-number {
	font-weight: bold;
}
.tell-text {
	font-size: 11px;
}
/*モバイルメニュー*/
@media screen and (max-width: 1106px){
.pc-only {display: none;}
}
@media screen and (max-width: 979px){
.button-contact-design a {border: 2px solid #e5e5e5;}
.button-contact-design{margin-bottom:1em;}
/* お役立ち資料(モバイル) */
.menu-item-263 {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    border-radius: 40px;
    background-color: #444;
    font-size: 92%;
    padding: 1em 2em;
    border: #444 2px solid;
    margin: 0.8em auto;
}
/* お問い合わせ(モバイル)  */
.menu-item-173 {
	 text-decoration: none;
    color: #444;
    font-weight: bold;
    line-height: 1;
    border-radius: 40px;
    background-color: #fff;
    font-size: 92%;
    padding: 1em 2em;
    border: #444 2px solid;
    margin: 0.8em auto;
}
}
.drawer-btn-blc .button-contact,
.drawer-btn-blc .button-resources{
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

/* ■■トップページ */
.top-h1 {
	font-weight: bold;
	font-size: 36px;
}
.top-h2 {
	font-size: 21px;
}
@media screen and (max-width: 782px){
.top-h1 {
	font-size: 27px;
}
.top-h2 {
	font-size: 18px;
}
}

/* ■ヒーロー部*/
.top-hero-bg {
	position: relative;
   background: url(http://delivery-system.youmamori.life/wp-content/uploads/2022/07/header-map_20220727.png) no-repeat center/cover;
	min-height: 85vh;
	top: -120px;/* 全体を上にずらして、メニューバーと重ねる */
	z-index: -10;/* 全体を上にずらして、メニューバーと重ねる */
}
.top-hero-textbox {
	position: absolute;
	top: 200px;
}
.top-hero-text1 img {
	max-width: 310px;
	margin-bottom: 1em!important;
}
.top-hero-text2 img {
	max-width: 420px;
}
/* ヒーロー部(モバイル） */
@media screen and (max-width: 781px){
.top-hero-bg {
	position: relative;
   background: url(http://delivery-system.youmamori.life/wp-content/uploads/2022/07/header-map_20220727mb.png) no-repeat center/cover;
	min-height: 60vh;
	top: -120px;/* 全体を上にずらして、メニューバーと重ねる */
	z-index: -10;/* 全体を上にずらして、メニューバーと重ねる */
}
.top-hero-textbox {
	padding-left: 20px;
	position: absolute;
	top: 150px;
}
.top-hero-text1 img {
	max-width: 240px;
}
.top-hero-text2 img {
	max-width: 330px;
}
}
/* ■みんなのお悩み */
.top-onayami-bg {
	position: relative;
	top: -120px;/* 全体を上にずらして、メニューバーと重ねる */
}
.sectionOnayamiCardWrap__list {
    display: grid;
    place-content: center;
    grid-template-columns: repeat(auto-fit,346px);
    gap: 40px;
}
.onayamiCard {
	height: 100%;
}
.onayamiCard__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 15px;
    text-align: center;
	border-radius: 12px 12px 0 0;
}
.onayamiCard__header--title{
    font-size: 18px;
}
.onayamiCard__content {
    background: #fff;
    border: 1px solid #ebf1f5;
    border-radius: 0 0 12px 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 0;
    padding: 25px 30px 31px;
    position: relative;
}
.onayamiCard__content--summaryBefore {
    font-size: 17px;
    text-align: center;
}
.onayamiCard__content--imgBefore {
    width: 160px;
    height: 160px;
    margin: 17px auto 40px auto;
}
.onayamiCard__content--triangle-Green {
    background: url(http://delivery-system.youmamori.life/wp-content/uploads/2022/07/triangle-green.png) no-repeat bottom/contain;
    height: 85px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1em;
	margin-bottom: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.onayamiCard__content--triangle-Yellow {
    background: url(http://delivery-system.youmamori.life/wp-content/uploads/2022/07/triangle-yellow.png) no-repeat bottom/contain;
    height: 85px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1em;
	margin-bottom: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.onayamiCard__content--triangle-Pink {
    background: url(http://delivery-system.youmamori.life/wp-content/uploads/2022/07/triangle-pink.png) no-repeat bottom/contain;
    height: 85px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1em;
	margin-bottom: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.onayamiCard__content--triangle-text {
}
.onayamiCard__content--triangle-text-unit {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.onayamiCard__content--summaryAfter {
    font-size: 17px;
    text-align: center;
	height: 58px;
    font-weight: bold;
}
.onayamiCard__content--summaryAfter-unit-Green {
    font-size: 19px;
    text-align: center;
	height: 58px;
    font-weight: bold;
    color: #A6D03D;
}
.onayamiCard__content--summaryAfter-unit-Yellow {
    font-size: 19px;
    text-align: center;
	height: 58px;
    font-weight: bold;
    color: #F6D147;
}
.onayamiCard__content--summaryAfter-unit-Pink {
    font-size: 19px;
    text-align: center;
	height: 58px;
    font-weight: bold;
    color: #F581AD;
}
.onayamiCard__content--imgAfter {
    width: 160px;
    height: 160px;
    margin: 30px auto;
}
.onayamiCard__content--detailAfter {
	padding-left: 6px;
	margin-left: 0;
}
.onayamiCard__content--detailAfter-item {
    font-size: 16px;
    position: relative;
}
/* みんなのお悩み(スライダー) */
@media screen and (max-width: 1199px) {
.onayamiCard {
	margin: 0 10px;
	display: flex;
   flex-direction: column;
}
}
/* ■特徴 */
.sectionFeatureCardWrap__list {
	display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}
.featureCard {
	height: 100%;
	position: relative;
}
.featureCard__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 15px;
    text-align: center;
	border-radius: 12px 12px 0 0;
}
.featureCard__header--title{
    font-size: 18px;
}
.featureCard__content {
    background: #fff;
    border: 1px solid #ebf1f5;
    border-radius: 0 0 12px 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 0;
    padding: 25px 20px 31px;
    position: relative;
	 height: 70%;
}
.index_feature_inner_content_box_list_item_img{
    margin: 0 auto;
    width: 100%;
}
.index_feature_inner_content_box_list_item_img img{
	width: 100%;
   display: block;
}
.index_feature_inner_content_box_list_item_text {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}
.featureCard:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
.featureCard:before {
    top: 53%;
    right: -41px;
    transform: translateY(-50%);
    border-style: solid;
    FONT-WEIGHT: 100;
    border-width: 50px 0 50px 50px;
    border-color: transparent transparent transparent #D5D5D5;
    z-index: 10;
}
.featureCard:last-child:before {
    display:none;
}
/* 特徴（タブレット） */
@media screen and (max-width: 1199px) {
.featureCard:before {
    right: -30px;
    border-width: 40px 0 40px 40px;
}
}
/* 特徴（モバイル） */
.sectionFeatureMbCardWrap__list {
	display: block;
}
.featureMbCard {
	position: relative;
	margin-top: 40px;
}
.featureMbCard:first-child {
	margin-top: 0;
}
.featureMbCard__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 15px;
    text-align: center;
	border-radius: 12px 12px 0 0;
}
.featureMbCard__header--title{
    font-size: 18px;
}
.featureMbCard__content {
    background: #fff;
    border: 1px solid #ebf1f5;
    border-radius: 0 0 12px 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 0;
    padding: 25px 20px 31px;
    position: relative;
	 height: 70%;
}
.index_featureMb_inner_content_box_list_item_img{
    margin: 0 auto;
    width: 100%;
}
.index_featureMb_inner_content_box_list_item_img img{
	 width: auto!important;
    display: block;
    max-height: 200px;
    margin: 0 auto;
}
.index_featureMb_inner_content_box_list_item_text {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}
.featureMbCard:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
.featureMbCard:before {
    top: auto;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    FONT-WEIGHT: 100;
    border-width: 30px 50px 0 50px;
    border-color: #D5D5D5 transparent transparent transparent;
    z-index: 10;
}
.featureMbCard:last-child:before {
    display:none;
}
/* ■機能 */
.sectionFunCardWrap__list {
    display: grid;
    place-content: center;
    grid-template-columns: repeat(auto-fit,346px);
    gap: 40px;
}
.funCard {
    color: #4c4c4c;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 12px;
    border: none;
    background-color: #fff;
    transition: box-shadow .3s ease;
	text-decoration: none;
	 height: 100%;
}
.funCard__img {
	border-bottom: none;
    position: relative;
    overflow: hidden;
    padding: 30px 20px 0;
}
.funCard__img img {
	max-height: 95px;
    margin: 0 auto;
	width: auto!important;
}
.funCard__content {
    padding: 24px 20px;
	display: flex;
	flex-direction: column;/* 子要素を縦並べ */
}
.funCard__content--title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 22px 0;
	text-align: center;
}
.funCard__content--titleIcon {
	justify-content: center;
   display: flex;
}
.fun-titleIcon{
	display: inline-block;
	padding: 0 6px;
   border-radius: 3px;
   margin-bottom: 24px;
	text-align: center;
	font-size: 13px;
   font-weight: 400;
   color: #fff;
}
.funCard__content--text {
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 500;
    margin: 0 0 10px 0;
	flex-grow: 1;/* 余白の割り当て */
}
/* 機能(スライダー) */
@media screen and (max-width: 1199px) {
.funCard {
	margin: 0 10px;
}
}
/* ■料金プラン */
::marker {
	color: #A3AFA3;
}
dt {
    font-weight: 500!important;
    margin-bottom: 0;
}
dd {
	margin: 0;
}
.sectionPlanCardWrap__list {
    display: grid;
    place-content: center;
    grid-template-columns: repeat(auto-fit,346px);
    gap: 40px;
}
.planCard__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 15px;
    text-align: center;
	border-radius: 12px 12px 0 0;
}
.planCard__header--title{
    font-size: 18px;
}
.planCard__content {
    background: #fff;
    border: 1px solid #ebf1f5;
    border-radius: 0 0 12px 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 0;
    padding: 25px 15px 31px;
    position: relative;
}
.planCard__content--summary {
    font-size: 16px;
    text-align: center;
	height: 50.4px;
}
.planCard__content--price {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
}
.planCard__content--price-unit {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.95;
    margin-left: 2px;
    vertical-align: baseline;
}
.planCard__content--price-user {
    font-size: 14px;
}
.planCard__content--detail {
   min-height: ;
	border-top: 1px solid #ebf1f5;
	margin-top: 28px;
   padding-top: 25px;
}
.planCard__content--detail-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 13px;
    padding-left: 25px;
    position: relative;
}
.card1-detail-title::before {
    background: #A6D03D;
    content: "";
    display: block;
    height: 21px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 6px;
}
.card2-detail-title::before {
    background: #F6D147;
    content: "";
    display: block;
    height: 21px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 6px;
}
.card3-detail-title::before {
    background: #F581AD;
    content: "";
    display: block;
    height: 21px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 6px;
}
.planCard__content--detail-detail {
	padding: 0 25px;
}
.planCard__content--detail-detail-spec {
    font-size: 15px;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.planCard__content--detail-detail-spec+.planCard__content--detail-detail-spec {
	margin-top: 10px;
}
.planCard__content--detail-detail-spec-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
	font-weight: 500!important;
}
.planCard__content--detail-detail-spec-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.planCard__content--detail-detail-spec-content::before {
    background: url(http://delivery-system.youmamori.life/wp-content/uploads/2022/07/bg-pricing-dot.png) repeat-x center center;
    background-size: 6px 3px;
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 20px;
    margin: 0 8px;
    min-width: 15px;
}
.planCard__content--detail-detail-function {
    font-size: 15px;
	 margin-left: 0;
}
.planCard__content--detail-detail-function-item {
    position: relative;
}
.planCard__content--detail-detail-function-item+.planCard__content--detail-detail-function-item {
	margin-top: 7px;
}
/* 料金プラン（タブレット） */
.planTbCard {
	 margin-top: 40px;
}
.planTbCard__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 15px;
    text-align: center;
	border-radius: 12px 12px 0 0;
}
.planTbCard__header--title{
    font-size: 18px;
}
.planTbCard__content--summary {
    font-size: 16px;
    text-align: center;
	height: 50.4px;
}
.planTbCard__content--price {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
}
.planTbCard__content--price-unit {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.95;
    margin-left: 2px;
    vertical-align: baseline;
}
.planTbCard__content--price-user {
    font-size: 14px;
}
.planTbCard__content {
	display: flex;
	justify-content: space-around;
	background: #fff;
	border: 1px solid #ebf1f5;
	border-radius: 0 0 12px 12px;
	min-width: 0;
	padding: 25px 15px 31px;
	position: relative;
}
.planTbCard__content--detail1 {
	padding: 0 10px;
}
.planTbCard__content--detail2 {
	border-left: 1px solid #ebf1f5;
	padding: 0 10px;
}
.planTbCard__content--detail3 {
	border-left: 1px solid #ebf1f5;
	padding: 0 10px;
}
.planTbCard__content--detail-title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 13px;
    padding-left: 25px;
    position: relative;
}
.card1-detail-title::before {
    background: #A6D03D;
    content: "";
    display: block;
    height: 21px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 6px;
}
.card2-detail-title::before {
    background: #F6D147;
    content: "";
    display: block;
    height: 21px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 6px;
}
.card3-detail-title::before {
    background: #F581AD;
    content: "";
    display: block;
    height: 21px;
    left: 8px;
    position: absolute;
    top: 5px;
    width: 6px;
}
.planTbCard__content--detail-detail {
	padding: 0 25px;
}
.planTbCard__content--detail-detail-spec {
    font-size: 15px;
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.planTbCard__content--detail-detail-spec+.planTbCard__content--detail-detail-spec {
	margin-top: 10px;
}
.planTbCard__content--detail-detail-spec-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
	font-weight: 500!important;
}
.planTbCard__content--detail-detail-spec-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}
.planTbCard__content--detail-detail-spec-content::before {
    background: url(http://delivery-system.youmamori.life/wp-content/uploads/2022/07/bg-pricing-dot.png) repeat-x center center;
    background-size: 6px 3px;
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 20px;
    margin: 0 8px;
    min-width: 15px;
}
.planTbCard__content--detail-detail-function {
    font-size: 15px;
	 margin-left: 0;
}
.planTbCard__content--detail-detail-function-item {
    position: relative;
}
.planTbCard__content--detail-detail-function-item+.planTbCard__content--detail-detail-function-item {
	margin-top: 7px;
}
.sectionPlanTbCardWrap__list .planTbCard:first-child {
	margin-top:0;
}
/* ■お客様の声 */
.top-case-box {
	padding: 40px 30px;
	border-radius: 12px;
}
.top-case-title {
	font-size:23px;
	font-weight: bold;
}
.top-case-company {
	font-size: 17px;
}
.top-case-company::before {
	content: "";
	display: inline-block;
	width: 109px;
	height: 25px;
	background-image: url(http://delivery-system.youmamori.life/wp-content/uploads/2022/07/icon_company_kobashi.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5em;
}
.top-case-content-h {
	font-size:17px;
	font-weight: bold;
}
.top-case-content-p {
	font-size:16px;
	font-weight: 500;
	margin-top: 4px;
}
.top-case-content-p::before {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #333;
	border-radius: 50%;
	margin-right: 0.7em;
}
/* ■よくあるご質問 */
.accordion_area {}
.accordion_one {
	border-radius:12px;
	background-color: #fff;
}
.accordion_area .accordion_one .ac_header {
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: ;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: ;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
	border-radius: 12px;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #A3AFA3;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #A3AFA3;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  box-sizing: border-box;
}
/*　faq　*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(http://delivery-system.youmamori.life/wp-content/uploads/2022/07/icon_q.png);
	background-size: contain;
	vertical-align: middle;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 17px;
	margin-left: 1em;
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url(http://delivery-system.youmamori.life/wp-content/uploads/2022/07/icon_a.png);
	background-size: contain;
	vertical-align: middle;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 17px;
	margin-left: 1em;
}
/*　複数行で文字の空白と先頭を揃える　*/
.p-faq__a-txt-unit {
	display: inline-block;
	width: 7em;
}

/* ■■お問い合わせ */
.form_formBox_wrap {
	padding-top: 60px;
}
.form_conBox_wrap {
	padding-top: 60px;
}
@media(max-width:781px){
.form_conBox_wrap {
	padding: 60px 40px 0 40px
}
}
@media(max-width:495px){
.form_conBox_wrap {
	padding: 60px 40px 0 40px
}
}
/* 左右のコンテンツを入れ替える（レスポンシブで上下を変える） */
.reverse-container {
  display: flex;
	flex-direction: row-reverse;
}
/* 無料トライアル */
@media(max-width:495px){
.form_conBox_pr {
  display: flex;
	flex-direction: column;
}
}
.form_conBox_pr_text {
	line-height:2em;
}
.form_conBox_pr_text_p {
	display: inline-block;
}
.form_conBox_caution {
	padding: 20px 30px;
	border: 1px solid #BCBCBC;
	border-radius: 14px;
	background-color: #F8F8F8;
}
/* 背景色
@media(min-width:782px){
.form_bg {
	background: linear-gradient(to right, #fff 0%, #fff 70%, #A6D03D 70%, #A6D03D 100%);
}
}*/
/* 資料ダウンロードボタン*/
.a-download,.a-download:hover {
	text-decoration: none!important;
}
/* 影*/
.shadow {
  box-shadow:
	 0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092);
}
.resource-capture {
	padding-top: 20px;
}
.contactprivacy-a:hover {
	color: #000;
	opacity: 0.4;
}
/* ■Contact Form 7カスタマイズ*/
/* 全体 */
.wpcf7-form {
	font-size: 15px;
	flex-basis: 520px;
	flex-shrink: 0;
	flex: 0 1 520px;
	padding: 60px 0 20px 40px;
}
@media(max-width:781px){
.wpcf7-form {
	padding: 60px 40px 20px 40px
}
}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;
 background:#ffffff;
}
/*注釈*/
.annotation {
	font-size: 0.75em;
}
/* 入力枠 */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select{
	width: 100%;
	height: 40px;
	padding: 0 15px;
	margin-top: 16;
	margin-bottom: 0px;
	border: solid 1px #e6e6e6;
	color: #777;
	border-radius: 5px;
}
input[type="checkbox"] {
	margin-top: 16px;
}
textarea {
	height:120px;
	padding: 10px 15px;
}
/*必須・任意の調整*/
.haveto:after {
	color: #e26e3f;
   content: "*";
   margin: -0.2em 0 0 0.2em;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn ,#formbtn-contact{
 display: block;
 padding:1em 2em;
 margin:50px auto 0;
 background:#00B0F0;
 color:#fff;
 font-size:15px;
 font-weight:bold;	 
 border-radius:30em;
 border: none;
}
@media (max-width: 955px) {
#formbtn {
    font-size: 12px;
    padding: 2em 2em;
}
}
/*送信ボタンマウスホバー時*/
#formbtn-contact:hover{
 opacity: 0.8 ;
}
/*送信後メッセージ*/
.wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: none!important;
	text-align: center;
	font-size: 15px;
}
.wpcf7-not-valid-tip {
	font-size: 13px;
}
/* ■■投稿ページ */
.entry-title {
    margin-top: 80px;
}
/* ■■フッター */
.elementor a,.elementor p {
	 color: #fff;
    font-weight: 400;
}
element.style {
    background-color: #1D2F4F;
}
/* コンテンツとフッターの隙間を消す */
div#primary.content-area {
	margin-bottom: 0;
}
/*モバイルフッター調整*/
.elementor.elementor-287{
    display:none;
}
@media screen and (max-width: 770px){
.elementor.elementor-287{
	display:block;
}
.elementor.elementor-180{
	display:none;
}    
}
/* デザイン調整 */
.elementor-180 .elementor-element.elementor-element-36482326:not(.elementor-motion-effects-element-type-background) {
	padding: 0 20px;
}
@media(max-width:1170px){
.elementor-element-31e74eb1 .elementor-container.elementor-column-gap-default{
	width: 100vw;
	margin-left: calc( 50% - 50vw );
	max-width: none;
	padding: 0 20px;
}
.elementor-element-31e74eb1 .elementor-container.elementor-column-gap-default img,.elementor img {
	width: auto;
   max-width: 100%;
}
}
.elementor-element-31e74eb1 .elementor-container.elementor-column-gap-default img,.elementor img {
   width: 156px;
}
.footer_mb {
	padding: 0 20px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
   margin:40px auto;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
.slick-slider {
	margin-left: 0!important;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 10px;
}
/*各スライドの高さを合わせる*/
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -2%;
    transform: rotate(-135deg);
	z-index: 1;
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -2%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
	 position: absolute;
    bottom: -35px;
}
.slick-dots li {
    display:inline-block;
	margin:0 5px;
	box-shadow: none;
}
.slick-dots li button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ddd;/*ドットボタンの色*/
}
.slick-dots .slick-active li button{
    background:#444;/*ドットボタンの現在地表示の色*/
}