/*
 Theme Name:   SuntecBios theme
 Template:     onepress
 Version:      1.0.0
*/

/* Add your custom css below
-------------------------------------------------------------- */


/*基本設定-------------------------------------------------------------- */
/*.wf-notosansjapanese { font-family: "Noto Sans JP"; }*/
/*.wf-mplus1p { font-family: "M PLUS 1p"; }*/
*{font-family:   "Noto Sans JP", "Helvetica Neue",  Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;font-feature-settings: "palt";}
.site {background: #f9f7f3;}
body, button, input, select, textarea {color: #000;}
h1,h2,h3,h4,h5,h6 { font-family:   "Noto Sans JP", "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important; color: #000;}
h3{border-bottom: 1px solid #d27e3a;padding-bottom: 10px;margin-bottom: 20px;margin-top: 70px;}
h3:first-child{margin-top:20px;}
/* p{text-align: justify;text-justify: inter-ideograph;} */

@font-face {
  font-family: 'AudreyNormal';
  src: url('/wp-content/themes/onepress-child-master/fonts/Audrey-Normal.woff') format('woff');
}
.hero-sp,#ityped,#ityped-2,#ityped-3{font-family: AudreyNormal, kan415typos-std, sans-serif;font-weight: 400;font-style: normal;}

.wa{width:auto !important;}
.w50{width:50%;}
.w60{width:60%;}
.w70{width:70%;}
.w80{width:80%;}
.w90{width:90%;}

.lg-mw110{max-width:100%;}
.lg-mw120{max-width:100%;}
@media (min-width: 768px){
	.lg-mw110{max-width:110%;}
	.lg-mw120{max-width:120%;}
}

.t-c{text-align:center;}
.t-l{text-align:left !important;}
@media (min-width: 768px){.lg-tl{text-align:left !important;}}

.flex{display:flex;}
.d-b{display:block;}
.d-n{display:none;}

.fs40{font-size:40% !important;}
.fs50{font-size:50% !important;}
.fs60{font-size:60% !important;}
.fs70{font-size:70% !important;}
.fs80{font-size:80% !important;}
.fs90{font-size:90% !important;}
.fs120{font-size:120% !important;}
.fs140{font-size:140% !important;}
.fs170{font-size:170% !important;}
.fs300{font-size:300% !important;}

.m-c{margin:0 auto;}
.m-s5{margin:0 5px;}
.m-s10{margin:0 10px;}
.mt20{margin-top: 20px !important;}
.mt40{margin-top: 40px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb100{margin-bottom:100px !important;}

.p50{padding:50px !important;}
.pt50{padding-top:50px !important;}
.pt80{padding-top:80px !important;}


.op02{opacity: 0.2;}

.red { color:#b91414; }

.mb-only{display:block !important;}
@media (min-width: 1141px){.mb-only{display:none !important;}}

.section-meta{background-color: #e4d5cc;}

.su-button{border:none !important;}
.su-button span {padding: 5px 20px !important;}

a.su-button-style-default{color:#fff;background-color:#d27e3a !important;border-color:#d27e3a !important;border-radius:8px !important;-moz-border-radius:8px !important;-webkit-border-radius:8px !important;}
a.su-button-style-default span{color:#fff;padding:0px 22px;font-size:17px;line-height:34px;border-color:#d27e3a !important;border-radius:8px !important;-moz-border-radius:8px !important;-webkit-border-radius:8px !important;text-shadow:none;-moz-text-shadow:none;-webkit-text-shadow:none;}
input[type="submit"]{border-radius: 8px;}
@media (max-width: 767px){
	a.su-button-style-default{width:100%;}
	a.su-button-style-default span{padding:15px !important}
}
.sb-button{text-align: center;padding-top: 20px;}
.sb-button-style{
	padding: 5px 20px;
	border-radius: 2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	color: rgba(210, 126, 58, 1);
	text-decoration: none !important;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	width:100%;
	display: inline-block;
	box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
	-moz-box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
	-webkit-box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset; 
	-ms-box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
	-o-box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
}

.sb-button-style:hover{
	text-decoration: none;
    color: rgba(255, 255, 255, 1);
    box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
	-webkit-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset; 
	-ms-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
}
.ir-button:hover{
	text-decoration: none;
    color: rgba(255, 255, 255, 1);
    box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 110px inset;
	-moz-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 110px inset;
	-webkit-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 110px inset;
	-ms-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 110px inset;
	-o-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 110px inset;
}
.sb-button-icon{margin: 0 .5em 0 0 !important;}
@media (min-width: 768px){.sb-button-style{width:auto;}}


table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td{
	border: 1px solid #aaa;padding: 10px;display:block;
}
@media (min-width: 768px){
	table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td{display: table-cell;}
}
th{background: #dfdfdf;}

/*.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}*/

.v_hidden {
    visibility: hidden;
}

.grecaptcha-badge {
	visibility: hidden;
}
#autozip {
	display: none !important;
}

.max900 {
    max-width: 900px;
    margin: 0 auto;
}

/*オープニングアニメーション-------------------------------------------------------------- */
.anime {
	background-color: #E9E3E3;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
 
.anime img {
	position: fixed;
	max-width: 200px;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.anime svg {
	position: fixed;
	max-width: 200px;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}

@media (min-height: 668px){
	.anime img {top: 400px;}
	.anime svg {top: 580px;}
}
/*@media (min-height: 1025px){
	.anime svg {top: 60%;}
}*/


/***************************************************
 * Generated by SVG Artista on 9/25/2020, 5:07:42 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-1{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-1{-webkit-animation:animate-svg-fill-1 1s cubic-bezier(0.47,0,0.745,0.715) 5s both;animation:animate-svg-fill-1 1s cubic-bezier(0.47,0,0.745,0.715) 5s both}@-webkit-keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-2{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-2{-webkit-animation:animate-svg-fill-2 1s cubic-bezier(0.47,0,0.745,0.715) 5.1s both;animation:animate-svg-fill-2 1s cubic-bezier(0.47,0,0.745,0.715) 5.1s both}@-webkit-keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-3{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-3{-webkit-animation:animate-svg-fill-3 1s cubic-bezier(0.47,0,0.745,0.715) 5.2s both;animation:animate-svg-fill-3 1s cubic-bezier(0.47,0,0.745,0.715) 5.2s both}@-webkit-keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-4{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-4{-webkit-animation:animate-svg-fill-4 1s cubic-bezier(0.47,0,0.745,0.715) 5.3s both;animation:animate-svg-fill-4 1s cubic-bezier(0.47,0,0.745,0.715) 5.3s both}@-webkit-keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-5{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-5{-webkit-animation:animate-svg-fill-5 1s cubic-bezier(0.47,0,0.745,0.715) 5.4s both;animation:animate-svg-fill-5 1s cubic-bezier(0.47,0,0.745,0.715) 5.4s both}@-webkit-keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-6{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-6{-webkit-animation:animate-svg-fill-6 1s cubic-bezier(0.47,0,0.745,0.715) 5.5s both;animation:animate-svg-fill-6 1s cubic-bezier(0.47,0,0.745,0.715) 5.5s both}@-webkit-keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(255,255,255)}}@keyframes animate-svg-fill-7{0%{fill:transparent}100%{fill:rgb(255,255,255)}}.svg-elem-7{-webkit-animation:animate-svg-fill-7 1s cubic-bezier(0.47,0,0.745,0.715) 5.6s both;animation:animate-svg-fill-7 1s cubic-bezier(0.47,0,0.745,0.715) 5.6s both}

/*ヘッダー-------------------------------------------------------------- */
.site-header{border-bottom: 2px solid #d27e3a;}
.page-header{border-bottom:none;background: #f9f7f3; display: none;}
.page-header .container{margin: 70px auto;text-align: center;}
.hero-slideshow-wrapper .backstretch img{bottom:0 !important;}
@media (min-width: 940px){.hero-content-style1 h2{font-size:60px;}}

.site-content{border-top:none;margin-top:0;}
.btn.btn-secondary-outline{border:none;text-shadow: none;text-transform:none;margin:0;padding:0;}
@media (min-width: 768px){.btn.btn-secondary-outline{font-size:44px;}}

/*@media (min-width: 768px){
	ul.onepress-menu li a{display:inline;padding-top: 20px;padding-bottom: 20px;}
	ul.onepress-menu li a:hover{border: 1px solid #fff;color: #000;background: #fff;}
	.onepress-menu > li:last-child > a {padding-right: 17px;}
}*/

.footer-widgets {background: #e4d5cc;}
.footer-widgets .widget-title {
    color: #000;
}
#footer-1 p{color:#000;}
.hero-slideshow-fullscreen .container {
	top: 40%;
}
h2.hero-large-text img{
	width:80%;
	}
.site-logo-div img {
	height: 30px;
}
@media (min-width: 768px){
	h2.hero-large-text img{
		width:45%;
	}
	.site-logo-div img {
		height: 40px;
	}
}
.section-parallax .parallax-bg{
	text-align:center;
}
.section-parallax .parallax-bg img, #parallax-hero .parallax-bg img {
	/*padding-top: 50px;
	position: static;
	min-width: 20%;*/
}
/*.home .followWrap{height:0 !important;}*/
#masthead{background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;box-shadow: none;border: medium none;}
#masthead{background:#f9f7f387}
/*#masthead .container .site-branding{background: #f9f7f3;}*/
.site-branding img{transition:0.2s;}
/*#masthead .container .site-branding .site-brand-inner{padding-left: 15px;padding-right: 15px;}*/
#nav-toggle span {top: 54%;}

.page-header{border-top:none;}
.page-header .entry-title, .page-header .page-title {letter-spacing: 0.2em;}
.pro-icon{height: 40px;margin: 0 auto;}

/*ナビ下線アニメーション*/
.onepress-menu > li > a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 15px;/*テキストからの距離*/
  width: 0%;/*初期状態では下線非表示*/
  height: 2px;/*下線の高さ*/
  background: #d27e3a;/*下線の色*/
  transition: all 0.4s;/*アニメーション速度*/
}
.onepress-menu > li:hover a:after{width: 100%;/*hover時に表示*/}
.onepress-menu > li:last-child > a{padding-right:17px;}
.onepress-menu-mobile > li > a:after{content:none;}
/*ここまで*/

/*ナビ強制レスポンシブ設定*/
/*#masthead .container{padding-right: 0;padding-left: 0;}
#nav-toggle{display:block;padding-left: 40px;padding-right: 40px;transition: 0.2s;}
.onepress-menu{width: 30% !important;display: block;height: 0px;overflow: hidden;background: #fff;right: 0;position: fixed;}
.onepress-menu li{width: 100% !important;}
#nav-toggle:hover{padding-left: 50px;padding-right: 50px;padding-top: 20px;}
#nav-toggle:hover span{right: 30px;}
#nav-toggle.nav-is-visible{padding-left: 50px;padding-right: 50px;padding-top: 20px;}
#nav-toggle.nav-is-visible span::after{top: 13px;}
#nav-toggle.nav-is-visible span{right: 30px;}
#nav-toggle span{right: 21px;width: 32px;transition: 0.2s;}
#nav-toggle span::before, #nav-toggle span::after{width: 32px;}*/
/*ここまで*/

/*モバイルナビアイコン*/
@media (max-width: 1140px){
	.onepress-menu.onepress-menu-mobile li{width: 50% !important;border: 1px solid #e9e9e9;text-align: center;}
	.onepress-menu.onepress-menu-mobile li a{padding: 30px;}
	.onepress-menu.onepress-menu-mobile li a i{font-size: 40px;}
	.onepress-menu.onepress-menu-mobile > li:first-child {border-top: 1px solid #e9e9e9;;}
}
/*ここまで*/

#nav-toggle span{height: 2px;}
#nav-toggle span::before, #nav-toggle span::after{height: 2px;}
.is-transparent .site-header.no-scroll #nav-toggle span,.is-transparent .site-header.no-scroll #nav-toggle span::before, .is-transparent .site-header.no-scroll #nav-toggle span::after{background: #000000;}
.is-transparent .no-scroll.site-header .onepress-menu > li > a{color: #333333;}
.is-transparent .no-scroll.site-header .onepress-menu > li > a:hover{color: #d27e3a;}

/*ナビ検索窓*/
.onepress-menu .search-form{padding-left: 15px;padding-right: 15px;float:left;width: 100%;}
@media (min-width: 1141px){.onepress-menu .search-form{width: 300px;}}
input[type="button"].wpcf7-previous {
  cursor: pointer;
  background: #03c4eb;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 15px 23px 15px 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}
input[type="reset"], input[type="submit"], input[type="submit"], .pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit,input[type="button"].wpcf7-previous {
    background: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: rgba(210, 126, 58, 1);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
}
input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover, .pirate-forms-submit-button:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover,input[type="button"].wpcf7-previous:hover{
	color: rgba(255, 255, 255, 1);
    box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
}
/*ここまで*/

/*.onepress-menu .search-submit {
    background: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: rgba(210, 126, 58, 1);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
}
.onepress-menu .search-submit:hover{
	color: rgba(255, 255, 255, 1);
    box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
}*/

/*全体設定-------------------------------------------------------------- */
.feature-item .feature-media a span img{max-height: 200px !important;display: inline-block;margin: 0 auto;}
@media (min-width:940px){.section-title-area .section-title{font-size: 30px;}}

/*フッター-------------------------------------------------------------- */

/*フロントページ-------------------------------------------------------------- */
/*#hero, #hero .backstretch, #hero .backstretch img{height:100vh !important;}*/


#my_section h3,#my_section_2 h3,#my_section_3 h3,,#my_section_4 h3,
#my_section p,#my_section_2 p,#my_section_3 p,#my_section_4 p{
	letter-spacing: 0.12rem;
	color: #000;
}
#my_section h3,#my_section_2 h3,#my_section_3 h3{
	/*display: inline-block;*/
	border-bottom:none;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.5rem;
}
#my_section_4 h3{
	/*display: inline-block;*/
	border-bottom:none;
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: 0.2rem;
}
#my_section p,#my_section_2 p,#my_section_3 p,#my_section_4 p{
	font-size: 0.9rem;
}
@media (min-width: 768px){
	#my_section h3,#my_section_2 h3,#my_section_3 h3,#my_section_4 h3{
		font-size: 1.2rem;
	}
}
@media (min-width: 999px){
	#my_section h3,#my_section_2 h3,#my_section_3 h3,#my_section_4 h3{
		font-size: 1.7rem;
	}
	#my_section p,#my_section_2 p,#my_section_3 p,#my_section_4 p{
		font-size: 1rem;
	}
}
/*@media (min-width: 1201px){
	#my_section h3,#my_section_2 h3,#my_section_3 h3,#my_section_4 h3{
		font-size: 1.9rem;
	}
}*/
.sb_section_text{letter-spacing: 0.12rem;}
.sb_section_text a{letter-spacing: 0;}
.pr-text{padding-bottom: 3rem;}
@media (max-width: 767px){
	.sb_section_text{
		padding-top: 40px !important;
	}
}
@media (min-width: 768px){
	.pr-text{
			padding: 1rem;
			margin-top: auto !important;
			margin-bottom: auto !important;
	}
}
.pr-img{
	margin-top: auto !important;
	margin-bottom: auto !important;
}



#my_section_4 .pr-img::after,#my_section_2 .pr-img::after,#my_section_3 .pr-img::after {
    content: none;
}
@media (min-width: 768px){
	#my_section_4 .pr-img::after,#my_section_2 .pr-img::after,#my_section_3 .pr-img::after {
		content: "";
		position: absolute;
		top: 10%;
		bottom: 0;
		left: 10%;
		right: 0;
		margin: auto;
		width: 94%;
		height: 100%;
		background-color: #e4d5cc;
		z-index: -1;
	}
}
#my_section_4::after,#my_section_2::after,#my_section_3::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: auto;
    width: 50%;
    height: 100%;
    background-color: #e4d5cc;
    z-index: 1;
}
@media (min-width: 768px){
	#my_section_4::after,#my_section_2::after,#my_section_3::after {
		content: none;
	}
}
@media (min-width: 768px){
	.order0{order:0;}
	.order1{order:1;}
}

#about{
	/*background-image: url(/wp-content/uploads/2020/08/pr01_01.png);
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: bottom;*/
	padding: 10rem 0 5rem;
}
@media (min-width: 768px){
	#about{
		/*background-size: 40%;
		background-position: right 90% bottom;*/
		padding: 12rem 0;
	}
}
#about h3{
	border-bottom: 2px solid #d27e3a;
	letter-spacing: 0.5rem;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 800;
}
#about p{
	font-size: 0.9rem;
	color: #000;
}
@media (min-width: 768px){
	#about h3{
		font-size: 1.7rem;
	}
	#about p{
		font-size: 1.0rem;
	}
}
#my_section{
	background-image: url(/wp-content/uploads/2020/09/pr2.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
#my_section .my_section_img{
	/*background-image: url(/wp-content/uploads/2020/08/bioconc.png);
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: bottom;*/
}
#my_section .container img{display:none;}
@media (min-width: 768px){
	#my_section{
		/*background-size: 30%;
		background-position: left 16% bottom;*/
		/*padding: 10rem 0 0 0;*/
		padding:0;
		background-image:none;
	}
	#my_section .container img{display: inline-block;}
}
#my_section_4{
	/*background:none;*/
	padding: 5rem 0 0 0;
	margin-top:30px;
	background: #f9f3ef;
}
@media (min-width: 768px){
	/*#my_section_4 img{display:none;}*/
	#my_section_4{
		/*background-image: url(/wp-content/uploads/2020/08/photo04-1.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: left;*/
		padding: 3rem 0;
	}
}
#my_section_2{
	/*background:none;*/
	padding: 5rem 0 0 0;
	margin-top:30px;
	background: #f9f3ef;
}
@media (min-width: 768px){
	/*#my_section_2 img{display:none;}*/
	#my_section_2{
		/*background-image: url(/wp-content/uploads/2020/08/photo04-1.png);
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: left;*/
		padding: 3rem 0;
	}
}
#my_section_3{
	/*background:none;*/
	padding: 5rem 0 5rem;
	margin-top:30px;
	margin-bottom:30px;
	background: #f9f3ef;
}
@media (min-width: 768px){
	/*#my_section_3 img{display:none;}*/
	#my_section_3{
		/*background-image: url(/wp-content/uploads/2020/08/pr04.jpg);
		background-repeat: no-repeat;
		background-size: 35%;
		background-position: left;*/
		padding: 3rem 0;
	}
}

.section-inverse {
    background: #c4c2bf;
}
.section-videolightbox .videolightbox__heading {
	letter-spacing: 0.5rem;
}
.section-news .section-title-area h2,.section-news .section-title-area h5{letter-spacing: 0.5rem;}
/*ニュース-------------------------------------------------------------- */
.section-news{padding: 10rem 0;}
.section-news .list-article-content{display:block;}
.section-news .list-article-content .list-article-meta{font-size:1rem;margin-top: 0;}
.section-news .list-article-content .entry-title{font-size:1.2rem;}
.section-news  .entry-header .entry-title{margin: 0;}
.section-news .list-article-thumb{margin:0;}
@media (min-width: 768px){
	.section-news .list-article-content{display:flex;}
	.section-news .list-article-content .list-article-meta{font-size:1rem;margin-top: 0.9375rem;}
	.section-news .list-article-content .entry-title{font-size:1rem;}
	.section-news  .entry-header .entry-title{margin-top: 0.9375rem;}
}

.section-news .all-news .btn {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
    border: none !important;
}

.section-news .all-news .btn:hover{
    color: rgba(255, 255, 255, 1);
    box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
}
/*サンテックビオズのご紹介-------------------------------------------------------------- */
.sectionBox{margin-bottom:100px;padding-top: 50px;}

/*製品一覧-------------------------------------------------------------- */
.single-course #primary{border-right:none;width:100%;}
.single-course .page-header,.single-course .entry-meta,.single-course #secondary{display:none;}
.slick-prev::before, .slick-next::before{color:#d27e3a !important;}
.slider{margin: 100px auto;width: 80%;}
.entry-header .entry-title{letter-spacing: 1px;}
.course .entry-header .entry-title{border-bottom: 2px solid #000;margin-bottom: 5px;}
.entry-content .slider .slick-list .slick-track li{margin-left:0 !important;}
.entry-content .thumb .slick-list .slick-track li{margin: 0 1.75rem 6px;}
.slider,.thumb{padding:0;}
.slider img{height: 200px;}
.passster-form button[type="submit"]{
	padding: 5px 20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: rgba(210, 126, 58, 1);
	text-decoration: none !important;
	font-size: 16px;
	line-height: 34px;
	-moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	-o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
	width: 100%;
	display: inline-block;
	box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
	-moz-box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
	-webkit-box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
	-ms-box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
	-o-box-shadow: rgba(210, 126, 58, 1) 0 0px 0px 1px inset;
	background: none !important;
	color: rgb(210,126,58) !important;
}
.passster-form button[type="submit"]:hover{
	text-decoration: none;
    color: rgba(255, 255, 255, 1) !important;
    box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
	-moz-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
	-webkit-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset; 
	-ms-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
	-o-box-shadow: rgba(210, 126, 58, 0.8) 0 0px 0px 40px inset;
}
.bio-btn{
	display:none;
}
.postid-153 .bio-btn{
	display:inline-block;
}

@media (min-width: 768px){.slider img{height: 450px;}}
/*アーカイブ*/
.post-type-archive-course .list-article{border:none !important;}
@media (min-width: 768px){.post-type-archive-course .list-article{padding:40px !important;}}
.post-type-archive-course .list-article div a img {
    display: block;
    max-width: 300px;
    max-height: 300px;
	margin: 0 auto;
}

/*お問い合わせ関係-------------------------------------------------------------- */
.cform th,.cform td{padding:20px;}
.cform input,.cform textarea{border-radius:5px;}
.cform textarea{width:100%;}
.cform th{background-color: #f4f4f4;}
@media (max-width: 1200px){
	.cform th,.cform td{display:block; width:100% !important;}
	.cform textarea,.cform input[type="text"],.cform input[type="email"],.cform input[type="tel"]{width: 80vw !important;}
}
.required-cf7{
	padding: 5px;
	background: #b91414;
	color: #fff;
	font-size: 12px;
	line-height: 1.0em;
	border-radius: 3px;
	float: right;
}
.optional-cf7 {
	font-size: 0.7rem;
	margin-left: 10px;
	padding: 2px 5px;
	float: none;
	background-color: #eee;
	line-height: 1.0em;
	border-radius: 3px;
}
.cform .radio-other{margin-top: 10px;}
@media (min-width: 1141px){
	.cform th{width: 300px;}
	.cform .radio-other{width: 400px;margin-left: 10px;margin-top: 0;}
}
.numf{width:80px;}
.wpcf7-back {
    margin-top: 3px;
    position: relative;
    width: 70px;
    background: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    box-shadow: rgb(210, 126, 58) 0 0px 0px 25px inset;
    border: none;
    margin-right: 5px;
    padding: 12px 23px 12px 23px;
}
.wpcf7-back:hover {
    opacity: 0.7;
}
.form_name_half,
.form_kana,
.form_mini {
	width: calc(150px - 2rem);
}


/*lightbox-------------------------------------------------------------- */
.lb-nav,.lb-data .lb-details{display:none !important;}

/*アドバイザー-------------------------------------------------------------- */
.agent_cap{
	font-size: 20px;
	color: #000;
	text-align: center;
	margin:auto;
}
.agent_container{padding: 0 0 3rem 0 !important;border:none !important;}
.agent_container div div img {
    max-height: 550px;
}

.hero-content-style1 h2{text-transform: none;text-shadow:none;}
.hero-sp{display:inline-block;border-bottom:2px solid;}
.ityped-cursor {
    font-size: 1em;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}
.hero-content-style1{
	text-align:left;
}
.bcTitle{
	display: block;
	font-size: 12px;
	margin-top: 12px;
}
/*ルールブック-------------------------------------------------------------- */
#word{
	width: 100%;
}
.rule-btn{
	background: none;
	border: none;
	margin-top: 10px;
	margin-right:10px;
	width: auto;
}
@media (min-width: 768px){
	#word{
		width: auto;
	}
	.rule-btn{
		margin-left:10px;
		margin-right:0;
	}
}

/*会員登録・定期購入申し込み（規約）-------------------------------------------------------------- */
/*規約*/
.kiyaku-box {
	  height: 500px;
	  margin-bottom: 10px;
	  padding: 2.5em;
	  overflow-y: scroll;
	  box-sizing: border-box;
	  border: 1px solid #ccc;
	  font-size: 12px;
	text-transform: none;
}
.syomen-t{
	border: 2px solid #606060;
	border-radius: 2px;
	padding: 15px;
	margin-bottom: 20px;
}
.syomen-t p{
	margin:0;
	text-align: center;
}

/*部分パスワード-------------------------------------------------------------- */
/*.passster-form{background:none !important;}
.passster-form h4{display:none !important;}
.passster-form input[type="password"]{width: 50% !important;}
.passster-form button[type="submit"]{width:auto !important;}
.single-course .c-table td p{margin-bottom:0 !important;}*/

/*腸ケアアドバイザー---------------------------------------------*/
a.disabled{
    pointer-events: none;
}

/*パスワード保護---------------------------------------------*/
.post-password-form p label{text-align: start;}

/*印刷拒否設定---------------------------------------------*/
@media print{
    #slick-slide03 a img,#slick-slide04 a img{
        display: none !important;
    }
}

* {text-transform: none;}

/* フォーム-------------------------------------------------------------- */
.form_list {
	font-size: 0.9rem;
	font-weight: 500;
}
.form_list .required-cf7 {
	font-size: 0.7rem;
	margin-left: 10px;
	padding: 2px 5px;
	float: none;
}
.form_list dt {
/* 	font-weight: 500; */
	letter-spacing: 0;
}
.form_list dd {
	margin: 0 0 1.5rem;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	padding-left: 1em;
}
.form_list .select_wrap {
	position: relative;
	margin-bottom: 1.5rem;
/* 	max-width: 250px;
	display: inline-block; */
}
.form_list .select_wrap .wpcf7-form-control-wrap {
	max-width: 100%;
	position:relative;
}
.form_list .select_wrap .wpcf7-form-control-wrap::after {
	content: "";
	display: block;
	width: 10px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: 15px;
	pointer-events: none;
	clip-path: polygon(0% 0%, 50% 50%, 100% 0%);
	background-color: #333;
/* 	transform: translateY(-25%); */
}
.form_list .select_wrap .wpcf7-form-control-wrap {
	
}
.form_list .select_wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	white-space: nowrap;
}
.form_list select {
	vertical-align: middle;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
/* 	min-width: 250px; */
	padding-right: 40px;
}
/* .master_dt {
	display: flex;
	align-items: center;
}
.master_dd,
.form_id_name {
	display: flex;
} */
.form_list .form_id {
	margin-bottom: 10px;
/* 	width: 40%; */
}
.form_list .form_name {
	margin-bottom: 10px;
}
.form_list .birth_cel {
    display: flex;
}
.form_list .birth_cel .select_wrap {
    margin-bottom: 0;
}
.form_list .birth_cel .select_wrap p {
    display: flex;
    align-items: center;
}
.form_list .birth_cel .select_wrap p > span {
    width: 100px;
}
.form_list .birth_cel .select_wrap .wpcf7-form-control-wrap::after {
	transform: translateY(-25%);
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

.master_dt p {
	margin-bottom: 0;
}
.master_dd > div:first-child p {
	margin-right: 10px;
}
.form_list input[type="text"],
.form_list select,
.form_list input[type="email"],
.form_list input[type="date"],
.form_list input[type="tel"],
.form_list input[type="number"],
.form_list textarea {
	border-radius: 5px;
}
.form_list select,
.form_list input[type="date"],
.form_list input[type="text"],
.form_list input[type="tel"],
.form_list input[type="email"],
.form_list input[type="number"],
.form_list textarea {
	background-color: #fff;
}
.form_list input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
}
.form_list .wpcf7-list-item.first {
	margin-left: 0;
}
.form_list span.wpcf7-radio .wpcf7-list-item {
	display: block;
	margin-left: 0;
}
.form_list span.wpcf7-radio .wpcf7-list-item input[type="radio"] {
	margin-left: 0;
}
.address_group > p {
	margin-bottom: 5px;
}
.address_group p > span {
	margin-bottom: 10px;
	display: inline-block;
}
.address_group .address_tel {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 10px;
}
.address_group .address_tel > span {
	margin-bottom: 0;
}
.branch_box select,
.branch_box input[type="text"],
.branch_box textarea,
.branch_box input[type="tel"],
.branch_box input[type="number"],
.branch_box input[type="email"] {
	border: none;
	background-color: #fff0 !important;
	pointer-events: none;
	padding: 0;
	box-shadow: none;
}
.branch_box select {
	appearance: none;
}
.branch_box input[type="radio"],
.branch_box input[type="radio"]:not(:checked) ~ span,
.branch_box input[type="checkbox"],
.branch_box input[type="checkbox"]:not(:checked) ~ span {
	display: none !important;
}
.branch_box label {
	pointer-events: none;
}
@media(max-width:767px){
	.inputw100 {
		width: 100%;
	}
/* 	.form_list .form_id {
		width: 50%;
	}
	.form_list input[type="text"],
	.form_list input[type="tel"] {
		width: 100%;
	}
	.form_list input[type="text"]#pref {
		width: 50%;
	} */
}

/* ASSOCIATE ページ */
.max800 {
	max-width: 800px;
	margin: 0 auto;
}
@media(min-width:767px){
	.associate_btn {
		margin-left: -30px;
		margin-right: -30px;
	}
}
.associate_btn > div {
	padding-left: 30px;
	padding-right: 30px;
}
.associate_link > div {
    margin-bottom: 2vh;
}
.associate_link > div > a {
/*     display: block; */
    color: #4b4b4b;
    font-size: 1.5em;
}
.associate_link > div > a i {
margin-right: 10px;
    color: #d27e3a;
}
