@charset "utf-8";

/*
Theme Name: pcr_common
Description:
Version: 1.0
*/

/* ************************************************ 
*	基本設定
* ************************************************ */	
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	font-family: 'Roboto', 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Sans-Serif;
	font-size: 14px;
	background: url("./images/bg_all.png") top center;
	color: rgba(0,0,0,1.00);
	line-height: 180%;
	-webkit-text-size-adjust: 100%;
}

.box-white {
	background: #ffffff;
	color: rgba(0,0,0,1.00);
	line-height: 180%;
	-webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*フェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.fadein {
    opacity : 0;
    transform : translate(0, 0px);
    transition : all 1000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* リンク */

a{
	color: rgba(0,0,0,1.00);
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

a:hover{
	color: rgba(29,136,69,1.00);
}

a:active, a:focus {
	outline: 0;
}

/* 画像 */

img{
	border:0;
	padding:0px;
	margin:0px;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding:0px;
	margin: 0 0 10px 15px;
	display: inline;
}

img.alignleft {
	padding: 0px;
	margin: 0 15px 10px 0;
	display: inline;
}

p img {
	margin: 15px 0px 15px 0px;
}

/* Zoom In  */
.img_wrap {
	overflow: hidden;
	
}
.img_wrap img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;	
}
.img_wrap a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);	
}

div.wp-caption {
	margin:0px 0px 10px 0px;
}
div.alignright img {
	padding:0px;
	margin: 0px 0px 0px 15px;
}
div.alignleft img {
	padding:0px;
	margin: 0px 15px 0px 0px;
}

.wp-caption-text {
	text-align: center;
	font-size: 11px;
}


/* フロート */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* リスト */

ol{
margin: 0 0 0 5px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

li a{
	text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;

}

li a:hover{
	color: rgba(29,136,69,1.00);
}

/* ************************************************ 
*	全体Wrapper
* ************************************************ */	

.wrapper {
	margin: 86px auto 0px auto; /*header 高さ*/
	max-width: 1170px;
	padding: 0px 0px;
	_width: 1170px;
	background: rgba(255,255,255,1.00);
}
.wrapper-2 {
	margin: 86px auto 0px auto; /*header 高さ*/
	max-width: 1170px;
	padding: 0px 0px;
	_width: 1170px;
	background: rgba(255,255,255,1.00);
}

.wrapper-top {
	margin: 40px auto 40px auto; /*header 高さ*/
	max-width: 1170px;
	padding: 40px 40px;
	_width: 1170px;
	background: rgba(255,255,255,1.00);
}

.adj-head {
	padding-top: 20px;
}

.width100-gr {
	background-color: #f6f6f6;
}


/* ************************************************ 
*	ヘッダー
* ************************************************ */

.btm_fix_sp {
	display: none;
}

#header {
	width: 100%;
	/*position: fixed;
	top: 0;*/
	z-index: 99;
	text-align: center;
	/*height: 90px;*/
	border-top: 5px rgba(29,136,69,1.00) solid;
	background: rgba(255,255,255,0.8);
}

.site-header{
    background: rgba(255,255,255,0.0);
    display: flex;
    padding: 20px 0px;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
	top: 0;
}
.site-header.transform{
    background: rgba(255,255,255,1.0);
    padding: 10px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)!important;
}

.header {
    width: 1170px;
    height: 60px;
    z-index: 99999;
    transition: 0.25s;
	margin: 0px auto 0px auto;
	text-align: center;	
	/*background: rgba(255,255,255,1.0);*/
}

.no-line {
	border-bottom: none !important;
}

ul.head_r {
	float: right;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	list-style: none;
    width: auto;
    z-index: 999;
	cursor: pointer;
	font-size: 13px;
}
ul.head_r li {
	list-style: none;
	display: inline-block;
	margin-right: 8px;	
	text-align: left;
}
ul.head_r li a:hover {
	color: rgba(29,136,69,1.00);
}
ul.head_r li a {
	color: rgba(0,0,0,1.00);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
}
ul.head_r li a  img{
	display: block;
	width: 80px;
}
/*ul.head_r li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    padding-right: 6px;
    color: #000000;
}*/

ul.head_r li.freed_list{
	font-size: 21px;
	font-weight: bold;
	list-style: none;
	display: inline-block;
	margin-right: 8px;
	padding: 0px 0px 0px 25px;
	background: url(./images/ico_free_gr2.svg) no-repeat 0px -2px / 20px 20px;
	color: #000000;
	pointer-events: none;
	cursor: default;
}
ul.head_r li.freed_list:hover{
	pointer-events: none;
	cursor: default;
}

ul.head_r li.freed_list .freed_tex{
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-left: 5px;
}

/* ************************************************ 
*	トップナビゲーション
* ************************************************ */	

.logobox {
	position: relative;
	float: left;
	width: 250px;
	height: 85px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}
#header h1.logo {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background: none;
}

.logo img {
	width: 250px;
}

.main-menu__section {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-color: #333c45;
    color: #fefefe;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
	letter-spacing: 0.1em;
    padding: .15rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    width: 86px;
	height: 30px;
}

.sticky-box {
	position: relative;  
	width: 100%;
}

#nav {
	float: left;
    width: 520px;
    margin: 20px 0px 0px 60px;
	padding: 0px;
    z-index: 1;
    text-align: left;
    background: rgba(255,255,255,0.0);
}

#nav ul {
    list-style: none;
    margin: auto;
}

.main-navigation {
    margin: 0 auto;
    position: relative;
}

#nav ul.nav-menu,
#nav div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

#nav .nav-menu li {
    display: inline-block;
    position: relative;
    margin: 0 0;
}

#nav .nav-menu li a {
	color: rgba(0,0,0,1.00);
	display: block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 0px 10px 8px 0px;
	margin: 0px 10px 0px 0px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.0));
}
ul.nav-menu li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    padding-right: 6px;
    color: #000000;
}
#nav .nav-menu li a.angle-down::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 800;
    padding-left: 6px;
    color: #000000;
}
#nav .nav-menu li a:hover {
	color: rgba(29,136,69,1.00);
}

#nav .nav-menu .sub-menu,
#nav .nav-menu .children {
    background: rgba(255,255,255,1.00);
    display: none;
    padding: 0;
    position: absolute;
    z-index: 99999;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.05)!important;
}

#nav .nav-menu .sub-menu ul,
#nav .nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

#nav ul.nav-menu ul a,
#nav .nav-menu ul ul a {
    color: rgba(0,0,0,1.00);
    margin: 0;
	padding: 10px 15px 10px 15px;
    width: 150px;
}
#nav ul.nav-menu ul a:before,
#nav .nav-menu ul ul a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    padding-right: 6px;
    color: #000000;
}

#nav ul.nav-menu ul a:hover,
#nav .nav-menu ul ul a:hover {
	background: rgba(255,255,255,1.00);/*sub hover*/
}

#nav ul.nav-menu li:hover > ul,
#nav .nav-menu ul li:hover > ul {
	display: block;
	background: rgba(255,255,255,1.00);
}

#nav .nav-menu .current_page_item > a,
#nav .nav-menu .current_page_ancestor > a,
#nav .nav-menu .current-menu-item > a,
#nav .nav-menu .current-menu-ancestor > a,
#nav .nav-menu .current-post-ancestor > a {
    color: rgba(0,0,0,1.0);
    /*background: none;
	border-bottom: 1px rgba(33,33,33,0.6) dotted;*/
}
/*#nav .nav-menu .current_page_item > a::before,
#nav .nav-menu .current_page_ancestor > a::before,
#nav .nav-menu .current-menu-item > a::before,
#nav .nav-menu .current-menu-ancestor > a::before,
#nav .nav-menu .current-post-ancestor > a::before {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(33,33,33,0.6);
}*/

/* ************************************************ 
*	ヘッダー（SPフルスクリーンナビゲーション）
* ************************************************ */

.sp-header {
	display: none;
}

/*menu*/
.menusec .menu{
    height: 20px;
    position: absolute;
    left: 30px;
    top: 28px;
    width: 30px;
    z-index: 999999;
	cursor: pointer;
}
.menusec .menu__line{
	background: rgba(29,136,69,1.00);
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menusec .menu__line--center{
    top: 9px;
}
.menusec .menu__line--bottom{
    bottom: 0;
}
.menusec .menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
	background: rgba(255,255,255,1.00);
}
.menusec .menu__line--center.active{
    transform: scaleX(0);
	background: rgba(255,255,255,1.00);
}
.menusec .menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
	background: rgba(255,255,255,1.00);
}

/*gnav*/
.menusec .gnav{
    background:rgba(29,136,69,1.00);
    display: none;
	top: 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99998;
}
.menusec .gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.menusec ul.gnav__menu {
	width: 100%;
}
.menusec ul.gnav__menu li {
	list-style: none;
	text-align: left;
	margin: 20px 0px 20px 25px;
}

/*3列
.menusec ul.gnav__menu {
	display: table;
	width: 100%;
}
.menusec ul.gnav__menu > li {
    display: table-cell;
    float: left;
    width: 33%;
}*/
/*2列
.menusec ul.gnav__menu {
	display:table;
	width:50%;
}
.menusec ul.gnav__menu > li:nth-child(2n+1) {
    clear: both;
}
.menusec ul.gnav__menu > li {
    display: table-cell;
    float: left;
    width: 50%;
}*/

.menusec ul.gnav__menu > li a {
	color: rgba(29,136,69,1.00);
	font-size: 18px;
    font-weight: normal;
	letter-spacing: 0.08em;
    padding: 0px;
    text-decoration: none;
    transition: .5s;
}
.menusec ul.gnav__menu > li a:hover {
	color: rgba(255,255,255,0.6);
}

.menusec ul.gnav__menu > li > li a {
	color: rgba(29,136,69,1.00);
	font-size: 18px;
    font-weight: normal;
	letter-spacing: 0.08em;
    padding: 0px;
    text-decoration: none;
    transition: .5s;
	list-style: none;
}

/*btm fix link---------*/
.btm_fix {
	position: fixed;
	bottom: 40px;
	right: 40px;
	width: 200px;
	z-index: 999;
	/*border-radius: 6px;*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.head-cont a {
	color: rgba(255,255,255,1.00);
	/*background: rgba(222,222,222,1.0) url("./images/ico_comp.svg") no-repeat 7px 11px / 35px 25px;*/
	border: 3px rgba(255,255,255,1.00) solid;
	/*border-radius: 50vh;*/
	display: block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-align: center;
	line-height: 120%;
	margin: 0px auto 10px auto;
	padding: 15px 20px 11px 45px;
}
.head-cont a:hover {
	color: rgba(255,255,255,1.00);
	border: 3px rgba(255,128,0,1.00) solid;
}

.head-cont-i a { /*お問い合わせ*/
	background: rgba(255,128,0,1.00) url("./images/ico_mail_w.svg") no-repeat 20px 14px / 15px 15px;
	box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 20%);
}
.head-cont-i:hover > a,
.head-cont-i a:hover {
	color: rgba(255,128,0,1.00);
	background: rgba(255,255,255,1.00) url("./images/ico_mail_or.svg") no-repeat 20px 14px / 15px 15px;
}

.head-cont-c a { /*無料お試し 紫*/
	color: rgba(255,255,255,1.00);
	background: rgba(29,136,69,1.00) url("./images/ico_check_w.svg") no-repeat 21px 20px / 17px 17px;
	box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 20%);
	/*background: url("./images/ico_check_w.svg") no-repeat 21px 21px / 17px 17px, linear-gradient(100.82deg, rgba(29,136,69,1.00) -43.95%, #FF3B3C 128.48%);
	border: none;*/
}
.head-cont-c:hover > a,
.head-cont-c a:hover {
	background: rgba(22,113,56,1.00) url("./images/ico_check_w.svg") no-repeat 21px 20px / 17px 17px;
	border: 3px rgba(22,113,56,1.00) solid;
	/*background: url("./images/ico_check_w.svg") no-repeat 21px 21px / 17px 17px, linear-gradient(100.82deg, rgba(29,136,69,1.00) -63.95%, #FF3B3C 108.48%);*/
}

.head-cont-f a {  /*オンライン商談*/
	background: rgba(255,255,255,1.00) url("./images/ico_shakehand_gr.svg") no-repeat 12px 10px / 35px 25px;
	box-shadow: 3px 3px 5px 0 rgb(0 0 0 / 20%);
}
.head-cont-f:hover > a,
.head-cont-f a:hover {
	background: rgba(29,136,69,1.00) url("./images/ico_shakehand_w.svg") no-repeat 12px 10px / 35px 25px;
}
/*---------btm fix link*/



/* ************************************************ 
*	レイアウト
* ************************************************ */
.top-card-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 20px;
}

.top-card {
	width: 48%;
	margin: 0px 0px 0px 0px;
	background: rgba(29,136,69,1.00);
	border: 5px solid rgba(29,136,69,1.00);
	position: relative;
	padding-bottom: 50px;
}

.cont-wrap {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 30px;
}

.item02 {
    width: 48%;
}

.item02:nth-child(n+3) {
    margin-top: 20px;
}

.item02-2 {
    width: 48%;
}

.item02-03 {
    width: 68%;
	padding-top: 10px;
}
.item01-03 {
    width: 30%;
	text-align: center;
}

.item65 {
    width: 65%;
	padding-top: 5px;
	margin-bottom: 20px;
}
.item35 {
    width: 33%;
	text-align: center;
	margin-bottom: 20px;
}

.item60 {
    width: 60%;
	padding-top: 5px;
	margin-bottom: 20px;
}
.item40 {
    width: 37%;
	text-align: center;
	margin-bottom: 20px;
}

.item04 {
  	width: 24%;
	margin-bottom: 20px;
}

.cont-wrap80 {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
	width: 70%;
}

.item03 {
  padding: 10px;
  width: 32%;
}
.item03:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item03:nth-child(n+4) {
  margin-top: 30px;
}



@media not all and (min-width: 768px) {
.top-card {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background: rgba(29,136,69,1.00);
	border: 5px solid rgba(29,136,69,1.00);
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 30px;
}
	
.item02 {
    width: 100%;
}

.item02:nth-child(n+2) {
    margin-top: 30px;
}
	
.item02-2 {
    width: 100%;
}

.item02-03 {
    width: 100%;
	padding-top: 0px;
}
.item01-03 {
    width: 100%;
	text-align: center;
}

.item65 {
    width: 100%;
	padding-top: 0px;
	margin-bottom: 20px;
}
.item35 {
    width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.item60 {
    width: 100%;
	padding-top: 0px;
	margin-bottom: 20px;
}
.item40 {
    width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.item04 {
  	width: 48%;
	margin-bottom: 20px;
}

.cont-wrap80 {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}

.item03 {
    width: 100%;
}

.item03:not(:nth-child(3n+3)) {
    margin-right: 0;
}

.item03:nth-child(n+2) {
    margin-top: 15px;
}

}

/* ************************************************ 
*	top-main
* ************************************************ */
.top-main {
	width: 100%;
	margin: 105px auto 0px auto; /*header高さ分のマージン*/
	padding: 0;
	background: rgba(22,113,56,1.00);
}

.top-main-banner {
	width: 1170px;
	margin: 0px auto 0px auto;
	padding: 0;
}
.top-main-banner img {
	margin: 0;
	padding: 0;
}

.top-main-pc {
	display: block;
}
.top-main-sp {
	display: none;
}

.button01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 20px 0px;
    padding: 1.1em 2em 0.9em 2em;
    width: 380px;
    color: white;
    font-size: 18px;
    font-weight: 800;
	letter-spacing: 0.05em;
	/*background: linear-gradient(100.82deg, rgba(29,136,69,1.00) -43.95%, #FF3B3C 128.48%);*/
    background-color: rgba(29,136,69,1.00);
    border-color: rgba(29,136,69,1.00);
    border-radius: 50vh;
}

.button01 a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: white;
}

.button01 a:hover {
    text-decoration: none;
	/*kground: linear-gradient(100.82deg, rgba(29,136,69,1.00) -63.95%, #FF3B3C 108.48%);*/
    background-color: rgba(22,113,56,1.00);
    border-color: rgba(22,113,56,1.00);
}

.button01_adj {
	margin: -20px 0px 50px 0px;
}

.button02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
    margin: 20px auto 20px auto;
    padding: 1em 2em;
    width: 280px;
    color: white;
    font-size: 16px;
    font-weight: 400;
	letter-spacing: 0.05em;
    background: linear-gradient(100.82deg, rgba(29,136,69,1.00) -43.95%, #FF3B3C 128.48%);
	transition: background 0.5s ease; 
    border-radius: 50vh;
}

.button02 a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: white;
}

.button02 a:hover {
    text-decoration: none;
    background: linear-gradient(100.82deg, rgba(29,136,69,1.00) -63.95%, #FF3B3C 108.48%); 
}

.top-card a:hover {
	opacity: 0.8;
}

.top-card-ph {
	height: 400px;
	margin: 0px auto;
	text-align: center;
	background: rgba(255,255,255,1.00);
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-card-ph img {
	width: auto;
	height: 100%;
	margin: 0px auto;
}

.top-card-ph img.top-card-ph-adj02 {
	width: 70%;
	height: auto;
	vertical-align: middle;
}

.top-card-box {
	background: rgba(29,136,69,1.00);
	color: rgba(255,255,255,1.00);
	padding: 30px;
	position: relative;
}

.bubble-position {
	/*text-align: right;
	margin: -65px 0px 0px 0px;*/
	position: absolute;
	top: -30px; /* #contents内の上から何pxか */
	right: 30px;
}
.bubble01 {
    position: relative;
    display: inline-block;
    width: 120px; 
    text-align: center;
    color:#FFF;
    padding: 10px;
    background-color: #C10D23;
    border-radius: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
.bubble01:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #C10D23 transparent;
    border-width: 20px 20px 0 0;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.top-card-lead {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.03em;
	margin: 0px 0px 5px 0px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.top-card-logo01 {
	width: 85%;
	margin: 0px 0px 15px 0px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
.top-card-logo02 {
	width: auto;
	margin: 0px 0px 10px 0px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.top-card-ico {
	display: flex;
	align-items: stretch; 
	justify-content: flex-start;
	margin: 0px 0px 20px 0px;
}
.top-card-icoitem {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 15px;
    color: #FFFFFF;
    margin: 0px 5px 0px 0px;
	text-align: center;
	background: rgba(138,183,76,1.00);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.top-card-icoitem-bmsa {
	width: 190px;
	font-weight: normal;
	padding: 5px 0px 0px 5px;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
	text-align: left;
	background: none;
	box-shadow: none;
}
.bmsa-l {
	float: left;
	width: 25%;
}
.bmsa-r {
	float: right;
	width: 72%;
	font-size: 10px;
	letter-spacing: 0.0em;
	line-height: 130%;
}

ul.top-card-list {
	list-style: disc;
	margin: 0px 0px 0px 20px;
}
ul.top-card-list li {
	font-size: 16px;
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}

.top-card-btn {
	position:absolute;
	bottom: 0;
	width: 100%;
}

.top-card-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 1.1em 2em 0.9em 2em;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 800;
	letter-spacing: 0.05em;
	/*background: linear-gradient(100.82deg, rgba(29,136,69,1.00) -43.95%, #FF3B3C 128.48%);*/
    background-color: rgba(255,128,0,1.00);
    border-color: rgba(255,128,0,1.00);
    /*border-radius: 50vh;*/
}

.top-card-btn a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: white;
}

.top-card-btn a:hover {
	color: rgba(255,128,0,1.00);
	background-color:rgba(255,255,255,1.00);
	opacity: 1.0;
}
.top-card-btn a:hover::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: rgba(255,128,0,1.00);
}


/* ************************************************ 
*	2nd~
* ************************************************ */

h2.h2_fukidashi {
	color: rgba(29,136,69,1.00);
	font-size: 24px;
    position: relative;
    padding: 1rem 1rem;
    border-bottom: 3px solid rgba(29,136,69,1.00);
	margin: 0px 0px 30px 0px;
}

h2.h2_fukidashi:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: rgba(29,136,69,1.00) transparent transparent transparent;
}

h2.h2_fukidashi:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.h2_s {
	font-size: 14px;
	margin-left: 1rem;
}

.img-time {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.img-time02 {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}
.img-time03 {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}


h3.h3_bold {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0px;
}

.box-grey {
	padding: 15px;
	background: #EEEEEE;
	margin: 20px 0px 30px 0px;
}

.as-border img {
	border: 1px solid rgba(222,222,222,1.00);
}

table.measure {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
table.measure th {
	border: none;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
table.measure td {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
}

.measure-day {
	color: #FFFFFF;
	background: #8CC11F;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
}

.measure-blue {
	font-weight: bold;
	color: blue;
}

.box-mov {
	width: 80%;
	margin: 30px auto 50px auto;
}

.img-flow {
	display: block;
	width: 100%;
	margin: 0px 0px 50px 0px;
}
.img-flow-sp {
	display: none;
}

.hr-line {
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	margin: 0px 0px 30px 0px;
}

table.door {
    width: 100%;
    border: 1px solid #DEDEDE;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 5px 0 20px 0;
    padding: 0 0 0 0;
}

table.door tr{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table.door th{
    text-align: left;
    vertical-align: top;
    line-height: 180%;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    border: 1px solid #DEDEDE;
    background: #F2F2F2;
}

table.door td{
    text-align: left;
    vertical-align: top;
    line-height: 180%;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    border: 1px solid #DEDEDE;
}

table.door td a{
	text-decoration: underline;
}

table.small {
	width: 100%;
	border: none;
}
table.small th,
table.small td {
	border: none;
	padding: 3px;
	font-size: 12px;
}

table.door02 {
	width: auto;
	border: none;
	margin-bottom: 20px;
}
table.door02 th,
table.door02 td {
	border: none;
	padding: 5px;
}


h2.h2_side {
	color: rgba(29,136,69,1.00);
	font-size: 24px;
	letter-spacing: 0.03em;
    position: relative;
    padding: 0 65px;
    text-align: center;
	width: 60%;
	margin: 0px auto 30px auto;
}

h2.h2_side:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: rgba(29,136,69,1.00);
}

h2.h2_side span {
    position: relative;
    padding: 0 1em;
    background: #FFFFFF;
}

h3.h3_bold02 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0px;
}

ul.list-direct-topic {
	list-style: disc;
	margin: 0px 0px 20px 20px;
}
ul.list-direct-topic li {
	font-size: 18px;
	font-weight: bold;
	color: rgba(29,136,69,1.00);
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}

h3.h3_bold03 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0px;
}

table.model {
	width: auto;
	border: none;
	margin-bottom: 10px;
}
table.model th,
table.model td {
	border: none;
	padding: 3px;
}


h3.h3_scale {
	font-size: 20px;
	color: rgba(29,136,69,1.00);
  	padding: 0.5rem 1rem;
  	border-left: 6px double rgba(29,136,69,1.00);
	margin-bottom: 30px;
}

h4.h4_scale {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #DEDEDE;
	margin: 0 0 20px 0px;
}

.caut_red {
	font-size: 20px;
	font-weight: bold;
	color: red;
}

.img-ctvalue {
	margin-bottom: 5px;
}

.box-ctvalue {
	text-align: center;
}

.caut-ctvalue {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: rgba(251,255,0,1.00);
	padding: 5px;
	margin-top: 5px;
}

.direct-btn {
	width: 100%;
}

.direct-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 1.1em 2em 0.9em 2em;
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 800;
	letter-spacing: 0.05em;
    background-color: rgba(255,128,0,1.00);
    border: 3px solid rgba(255,128,0,1.00);
    /*border-radius: 50vh;*/
}

.direct-btn a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: white;
}

.direct-btn a:hover {
	color: rgba(255,128,0,1.00);
	background-color:rgba(255,255,255,1.00);
}
.direct-btn a:hover::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: rgba(255,128,0,1.00);
}


.sec-main {
	width: 100%;
	margin: 105px auto 0px auto; /*header高さ分のマージン*/
	padding: 0;
	background: rgba(22,113,56,1.00);
}

.sec-main-banner {
	width: 1170px;
	height: 300px;
	margin: 0px auto 0px auto;
	padding: 0;
	background: url("./images/sec_ban_none1170.png") no-repeat center center;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	align-items: center;
}

.sec-tl-wrap {
    
}

.sec-tl {
	color: rgba(255,255,255,1.00);
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	margin-bottom: 10px;
}
.sec-tl-s {
	color: rgba(255,255,255,1.00);
	text-align: center;
	letter-spacing: 0.03em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}


table.pre {
    width: auto;
    border: 1px solid #DEDEDE;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 30px 0;
    padding: 0 0 0 0;
}

table.pre tr{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table.pre th{
    text-align: left;
    vertical-align: top;
    line-height: 180%;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    border: 1px solid #DEDEDE;
    background: #F2F2F2;
}

table.pre td{
    text-align: left;
    vertical-align: top;
    line-height: 180%;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    border: 1px solid #DEDEDE;
}

table.pre td a{
	text-decoration: underline;
}

.box-synth {
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
	background: rgba(233,233,233,1.00);
	border-radius: 10px;
	margin: 20px 0px 20px 0;
}
ul.list-synth {
	list-style: disc;
	margin: 0px 0px 0px 20px;
}
ul.list-synth li {
	font-weight: bold;
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 1rem;
}

.img-pip {
	width: 30%;
	text-align: center;
	margin: 0 auto;
}










/* ************************************************ 
*	swiper
* ************************************************ */
.swiper-slide {
	display: block;
}
.swiper-slide img {
  max-width: 100%;
}
/* サムネイルでアクティブなものには枠線を表示 */
.thumbs-slider .swiper-slide-thumb-active {
  background: rgba(233,229,255,1.00);
}
/* アクティブでないサムネイル */
.thumbs-slider .swiper-slide {
  opacity: 1;
}
/* アクティブなサムネイル */
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.thumbs-h {
	height: auto;
	display: block;
}

/* ナビゲーションボタン */
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    top: 50%;
    width: 50px;
    height: 50px;
    padding-top: 25px;
    /*margin-top: calc(-1 * var(--swiper-navigation-size) / 2);*/
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev:after {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 800;
  	content: "\f137";
  	color: rgba(255,255,255,1.00);  
  	margin-left: 20px;
}
.swiper-button-next:after {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 800;
  	content: "\f138";
  	color: rgba(255,255,255,1.00);
  	margin-right: 20px;
}


/* ************************************************ 
*	矢印アイコン
* ************************************************ */

.moreinfo {
	text-align: center;
	margin: 10px auto 0px auto;
}
.moreinfo a:hover {
	color: #afafaf;
}

.arrow01 {
	position: relative;
	display: inline-block;
	padding: 0px 0 0 18px;
	color: rgba(0,0,0,1.0);
	vertical-align: top;
	text-decoration: none;
	font-size: 14px;
}
.arrow01::before,
.arrow01::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: top;
}

.arrow02 {
	position: relative;
	display: inline-block;
	padding: 2px 0 0 18px;
	color: rgba(33,33,33,1.0);
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.arrow02::before,
.arrow02::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow-kuno::before{
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,1.0);
}
.arrow-kuno::after{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 1px solid rgba(28,35,43,1.0);
	border-right: 1px solid rgba(28,35,43,1.0);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* ************************************************ 
*	メイン（本文）コンテンツ
* ************************************************ */	

#main {
	width: 100%;
	margin: 0px 0px 50px 0px;
	padding: 0 0 0 0;
}

/*gallery haed-barなしの調整*/
.adj-gallery {
	padding-top: 120px;
}

/* ブログ記事幅 */
.adj-blog {
	width: 700px;
	margin-top: 0px;
}

.adj-blog h4 a {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.02em;
	display: block;
	width: 250px;
	padding: 0.8em 0.8em 0.6em 0.8em;
	margin: 5px 0px 5px 0px;
	text-align: center;
	text-decoration: none;
	background: rgba(33,33,33,1.0);
	color: #FFF;
	border-radius: 5px;
	transition: .5s;
}

.adj-blog h4 a:hover {
	background: #666;
	color: #FFF;
}

/* トップページウィジェットエリア */

.hairline {
	width: 100%;
	border-bottom: 1px rgba(77,77,77,1.00) solid;
	margin-bottom: 0px auto 0px auto;
}

/* ブログ記事部分 */	

p {
  line-height: 180%;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

p a {
  text-decoration:underline;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

p a:hover {
	color: rgba(29,136,69,1.00);
}

p a:active, a:focus {
outline: 0;
}

#date {
	font-family: 'Lora', 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:9px;
	font-weight:normal;
	text-align: left;
	padding: 0 0 0 0;
	color:#999;
	letter-spacing: 0.1em;
}

.pagetitle {
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	clear: both;
	color: #fefefe;
	letter-spacing: 0.05em;
}

.pagetitle a {
	margin: 20px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: normal;
	color: #fefefe;
	letter-spacing: 0.05em;
}

.box-title {
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px dotted #DEDEDE;
}
	

.blog-title {
	color: rgba(0,0,0,1.00);
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: 0.03em;
	
}

.blog-title a {
	text-decoration:none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

.blog-title a:hover {
}

.blog-auth {
	padding: 0px 0px 0px 0px;
	font-size: 93%;	
}

span.blog-tdate {
	color: rgba(33,33,33,0.6);
	margin: 0px 0px 0px 0px;
}

.subtitle {
	font-weight: normal;
	border-bottom:1px dotted #DEDEDE;
	padding: 0 0 0 0;
	margin: 30px 0 10px 0;
	letter-spacing: 0.1em;
	color: #666;
}

blockquote{
	color:#666;
	border:1px dotted #DEDEDE;
	margin:10px 0 10px 0;
	padding:10px 20px;
}

.blog-sns {
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 11px;
	border-top: 1px rgba(218,218,218,1.00) dotted;
}
.blog-sns p {
	font-size: 11px;
}

.blog-sns-fb {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 11px;
	vertical-align: middle;
}
.blog-sns-fb img {
	width: 20px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
.blog-sns-fb li {
	list-style: none;
	display: inline;
	margin: 0px 15px 0px 0px;
}
.blog-sns-fb li a {
	color: rgba(33,33,33,1.0);
}
.blog-sns-fb li a:hover {
	color: rgba(33,33,33,1.0);
}
.blog-sns-fb li.blog-sns-line img {
	width: 80px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
.blog-sns-fb li {
	list-style: none;
	display: block;
	margin: 0px 0px 10px 0px;
}
}

#blog-foot {
	font-size:11px;
	line-height: 160%;
	letter-spacing: 0.03em;
	text-align: left;
	margin:30px 0 0 0;
	padding: 10px 5px 10px 10px;
	font-weight:normal;
	color:#999;
	background: rgba(0,0,0,0.03);
	overflow:hidden;
	height:100%;
}

#blog-foot span,
#blog-foot-archives span{
	color:#999;
}

.single-thumbnail{
margin:14px 0 0 0;
}

.blog-foot-ec {
	float: left;
	margin: 0px 10px 0px 0px;
}

.blog-foot-ec img {
	width: 50px;
}

#blog-foot span.bolg-foot-tel {
	color: rgba(33,33,33,1.0);
}


span.fb_icon {
	margin: 0px 0px 0px 8px;
}

.teagarden_head {
	text-align: center;
	margin: 0px auto 20px auto;
}

/* ページャー*/
#next {
font-size:91.6%;
font-weight:lighter;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

#next-archives {
font-size:91.6%;
text-align: center;
margin-top: -50px;
padding-bottom: 30px;
}

.next-pagenavi{
text-align:center;
margin-top:10px;
}


/* ページャー追加 */
.pager{
	margin-top: 10px;
    margin-bottom: 20px;
    text-align:center}
 
a.page-numbers,
.pager .current{
    background-color: #FFF /*#edede3*/;
    border: solid 1px rgba(33,33,33,1.0);
    border-radius:3px;
    padding:5px 8px;
    margin:0 2px;
}
 
.pager .current{
    background-color: rgba(33,33,33,1.0);
    border: solid 1px rgba(33,33,33,1.0);
    color: #ffffff;
}
 
.pager a:hover{
    color: #ffffff;
    border: solid 1px rgba(33,33,33,1.0);
    background-color: rgba(33,33,33,1.0);
}

/* ************************************************ 
*	サイドバー
* ************************************************ */	

#sidebar {
	width: 100%;
	margin: 10px 0px 40px 0px;
	padding: 0 0 0 0;
}

#sidebar p{
	margin-bottom: 20px;
}

#sidebar h2 {
	font-size: 10px;
	font-weight: normal;
	color: rgba(33,33,33,1.0);
	letter-spacing: 0.05em;
	margin: 0px 0px 10px 0px;
	padding: 0 0 0 0;
	background: url() no-repeat;
	border-bottom:1px solid #DEDEDE;
}

.sidebar-title{
	color: rgba(33,33,33,1.0);
	font-weight:normal;
	letter-spacing: 0.05em;
	font-style:normal;
	margin: 0px 0px 10px 0px;
	padding: 0 0 3px 0;
	background: url() no-repeat;
	/*border-bottom:1px solid #DEDEDE;*/
}

#sidebar h3 {
	font-weight: normal;
	color: #999;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom:0px solid #DEDEDE;
}

#sidebar ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sidebar li{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	/*border-bottom: 1px dotted #DEDEDE;*/
	border-collapse: collapse;
}

#sidebar li a{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}

#sidebar li a:hover{
	color: rgba(33,33,33,1.0);
}


/* 階層表示 */

#sidebar ul.children{
margin-bottom: -6px;
display: block;
padding: 5px 0 0 0;
}

#sidebar ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #DEDEDE;
border-collapse: collapse;
}

/*サイド NEW POST*/
#s-catch li{
	overflow:hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	line-height: 130%;
}

#s-catch img{
	width:25%;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
}

#s-catch .title{
	width:65%;
	float:left;
	padding:0px 0px 5px 0px;
	font-size:11px;
	line-height:130%;
	letter-spacing: 0.02em;
}

#s-catch li .date{
	margin:0px 0px 3px 0px;
	color:rgba(33,33,33,0.6);
	font-size: 80%;
}


/* ************************************************ 
*	フッターエリア
* ************************************************ */	

#footer {
	background: rgba(29,136,69,1.00);
	color: rgba(255,255,255,1.00); 
	clear: both;
	width: 100%;
	font-size: 12px;
	margin: 0px auto 0px auto;
	padding: 0px 0 80px 0;
	border-top: solid 0px #DEDEDE;
}

.footer-top {
	width: 100%;
	background: rgba(207,233,219,1.00);
	padding: 10px 0px 10px 0px;
	color: rgba(0,0,0,1.00);
}
.footer-top-inner {
	margin: 0px auto 0px auto;
	padding: 10px 0px;
	max-width: 1170px;
	_width: 1170px;
	font-size: 14px;
}

.footer-inner {
	margin: 30px auto 0px auto;
	max-width: 1170px;
	_width: 1170px;
}

.footer-main {
	float: left;
	width: 800px;
	margin: 0px 0px 30px 0px;
}

.footer-sup {
	width: 300px;
	float: right;
	margin: 0px 0px 30px 0px;
}

#footlogo {
	text-align: left;
	position: relative;
	margin: 10px 0px 30px 0px;
	padding: 0 0 0 0;
}

#footlogo img {
	margin: 0px 0px 0px 0px;
	/*filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity:0.5;*/
	width: 200px;
}

.footer-nav {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

/*.footer-nav:after{
	clear: both;
}*/

.footer-navbox {
	width: auto;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

#footer ul.footer-navleft {
	list-style: none;
}

#footer ul.footer-navleft li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 10px 0px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
#footer ul.footer-navleft li a {
	/*background: url("./images/list-w.png") no-repeat 0px 7px;*/
	padding: 0px 10px 0px 0px;
}

#footer ul.footer-navleft li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 800;
    padding-right: 6px;
    color: #FFFFFF;
}

#footer ul.footer-navleft li a,
#footer ul.footer-navright li a {
	color: rgba(255,255,255,1.00);
}

#footer ul.footer-navleft li a:hover,
#footer ul.footer-navright li a:hover {
	color: rgba(255,255,255,0.6);
}

#footer ul.footer-navleft li.footer-list-adj {/*周辺機器マージン*/
	margin-right: 40px;
}

#footer ul.footer-navleft li ul {/*サブメニュー*/
	list-style: none;
	display: block;
	margin: 10px 0px 10px 0px;
}

#footer ul.footer-navleft li ul li {
	list-style: none;
	display: block;
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.05em;
}

#sociallink {
	text-align: left;
	position: relative;
	margin: 10px 0px 0px 0px;;
	padding: 0 0 0 0;
}
#sociallink img {
	height: 25px;
	margin: 0px 2px 0px 2px;
}
#sociallink a {
	opacity: 0.9;
}


.footer-sup-tl {
	color: rgba(255,255,255,0.6);
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
ul .footer-sup-list{
	
}

.footer-btm {
	text-align: right;
	letter-spacing: 0.05em;
}
.footer-btm a {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}
.footer-btm a:hover {
	color: rgba(255,255,255,0.6);
}

 img.footer-btm-logo {
	width: 80px;
	 margin: 10px 0px 20px 0px;
}

#copyright {
	font-size: 12px;
	letter-spacing: 0.05em;
	text-align: right;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* ************************************************ 
*	ウィジット
* ************************************************ */	

.widget{
margin: 0 0 30px 0;
}

#sidebox{
color:rgba(33,33,33,1.0);
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}

#sidebox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#sidebox li{
floate:left;
list-style: none;
margin: 0 0 0 0;
padding: 6px 0 5px 0px;
}

#sidebox li a{
color:rgba(33,33,33,1.0);
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

#sidebox li a:hover{
color:#B1B1B1;
}

#sidebox h2{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

#sidebox h3{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-top: 0px dotted #222;
border-bottom: 0px dotted #222;
}

#sidebox h4{
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: 0px dotted #222;
}

/* 階層表示 */

.widget .box_sns,
#sidebox .widget .box_sns{
	margin: 0px 0px 30px 0px;
}

.widget .box_snslink,
#sidebox .widget .box_snslink{
	margin: -5px 0px 30px 0px;
}

.widget .box_snslink li,
#sidebox .widget .box_snslink li {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px dotted #DEDEDE;
	vertical-align: middle;
	display: block;
}

.widget .box_snslink li a,
#sidebox .widget .box_snslink a {
	color: rgba(33,33,33,1.0);
	
}

.widget .box_snslink li a:hover,
#sidebox .widget .box_snslink a:hover {
	color: #B1B1B1;
}

.box_snslink img.b_sns {
	margin: 0px 0px 0px 5px;
	vertical-align: middle;
}

.widget .box_banner,
#sidebox .widget .box_banner {
	margin: 0px 0px 30px 0px;
}

.widget .box_banner ul,
#sidebox .widget .box_banner ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: auto;
}

.widget .box_banner li,
#sidebox .widget .box_banner li {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: auto;
}

.widget-top {
	padding: 0px 0px 0px 0px;
}

.widget-top p {
	line-height: 160%;
}

iframe.if_exschedule {
	border: none;
	width: auto;
	height: 490px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* ************************************************ 
*	文字サイズ
* ************************************************ */

.moji100px {font-size: 100px;line-height: 170%;}
.moji90px {font-size: 90px;line-height: 170%;}
.moji80px {font-size: 80px;line-height: 170%;}
.moji70px {font-size: 70px;line-height: 170%;}
.moji60px {font-size: 60px;line-height: 170%;}
.moji50px {font-size: 50px;line-height: 170%;}
.moji40px {font-size: 40px;line-height: 170%;}
.moji30px {font-size: 30px;line-height: 170%;}
.moji29px {font-size: 29px;line-height: 170%;}
.moji28px {font-size: 28px;line-height: 170%;}
.moji27px {font-size: 27px;line-height: 170%;}
.moji26px {font-size: 26px;line-height: 170%;}
.moji25px {font-size: 25px;line-height: 170%;}
.moji24px {font-size: 24px;line-height: 170%;}
.moji23px {font-size: 23px;line-height: 170%;}
.moji22px {font-size: 22px;line-height: 170%;}
.moji21px {font-size: 21px;line-height: 170%;}
.moji20px {font-size: 20px;line-height: 170%;}
.moji19px {font-size: 19px;line-height: 170%;}
.moji18px {font-size: 18px;line-height: 170%;}
.moji17px {font-size: 17px;line-height: 170%;}
.moji16px {font-size: 16px;line-height: 170%;}
.moji15px {font-size: 15px;line-height: 170%;}
.moji14px {font-size: 14px;line-height: 170%;}
.moji14px {font-size: 14px;line-height: 170%;}
.moji14px {font-size: 14px;line-height: 170%;}
.moji11px {font-size: 11px;line-height: 170%;}
.moji10px {font-size: 10px;line-height: 150%;}
.moji9px {font-size: 9px;line-height: 370%;}

.mincho {
}

.bold {
font-weight: bolder;
}

.italic {
font-style: italic; 
}

/* ************************************************ 
*	テーブル
* ************************************************ */
/*
table {
border: 0px;
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table tr{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

table td{
text-align: left;
vertical-align: top;
line-height: 170%;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
*/

input,
button,
select,
textarea {
	padding: 4px 6px;
}

/* コンタクトフォーム用 
.contact_staff_pc {
	display: block;
	width: 30%;
	float: right;
	margin: -30px 0px 10px 10px;
}
.contact_staff_sp {
	display: none;
}

table.inquiry {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

table.inquiry input[type=text],
table.inquiry input[type=email],
table.inquiry input[type=tel],
table.inquiry input[type=url],
table.inquiry textarea {
	width: 100%;
	border: 1px solid #DEDEDE;
	background: #FFF;
	z-index: 0;
	
	-moz-box-shadow: inset 0 0 0 rgba(0,0,0,0.0);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.0);
	box-shadow: inner 0 0 0 rgba(0, 0, 0, 0.0);
}

.inquiry th {
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	width: 30%;
	border-bottom: dotted 1px #DEDEDE;
}
.inquiry td {
	padding: 10px;
	border-bottom: dotted 1px #DEDEDE;
}

.haveto {
	font-size: 7pt;
	padding: 5px;
	background: #ff9393;
	color: #fff;
	border-radius: 2px;
	margin-right: 2px;
}

.any {
	font-size: 7pt;
	padding: 5px;
	background: #93c9ff;
	color: #fff;
	border-radius: 2px;
	margin-right: 2px;
}

.verticallist .wpcf7-list-item {
	display: block;
}

.submitbtn {
	text-align: center;
	margin: 20px auto 20px auto;
}
.soushinbtn{
	text-align: center;
	background: rgba(255,255,255,1.00);
	border: solid 1px #DEDEDE;
	padding: 15px 30px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
}

.soushinbtn:hover{
	background: rgba(33,33,33,1.0);
	color: #FFF;
	border: 1px solid rgba(33,33,33,1.0);
}*/	

/* スマホContact Form 7カスタマイズ 
@media screen and (max-width: 767px) {
.contact_staff_pc {
	display: none;
}
.contact_staff_sp {
	display: block;
	width: 45%;
	float: right;
	margin: 0px 0px 0px 0px;
}
	
.inquiry th, .inquiry td {
	display:block;
	width: 100%!important;
	border-top: none!important;
}
.inquiry th {
	background: rgba(255,255,255,0.2);
}
.inquiry tr:first-child th {
	border-top: 1px solid #DEDEDE!important;
}
.soushinbtn{
	width:70%!important;
}}
*/

/* ************************************************ 
*	ライン
* ************************************************ */

.line-dotted {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px dotted #DEDEDE;
}

.line-solid {
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom:1px solid #DEDEDE;
}

.line-footmenu {
margin: 0 0 5px 0;
padding: 0 0 3px 0;
border-bottom:1px dotted #DEDEDE;
}

/* ************************************************ 
*	画像装飾
* ************************************************ */

.pict_right {
margin:0 0 10px 20px; 
padding: 2px 2px 2px 2px; 
float: right;
border: 1px solid #DCDCDC;
}

.pict_left {
margin:0 10px 10px 0; 
padding: 2px 2px 2px 2px; 
float: left;
border: 1px solid #DCDCDC;
}

.pict1px{
margin: 0 0 5px 0; 
padding: 2px 2px 2px 2px; 
border: 1px solid #DEDEDE;
}

.pict_shadow{
background: #fff;
margin: 0px auto;
border: 1px solid #DEDEDE;
padding: 5px 5px 5px 5px;
border-radius: 1px; /* CSS3 */
 -webkit-border-radius: 1px; /* Firefox */
 -moz-border-radius: 1px; /* Safari,Chrome */
box-shadow: 2px 2px 3px #C0C0C0;
}

/* ************************************************ 
*	角丸
* ************************************************ */

.border-radius{
border-radius: 5px; /* CSS3 */
 -webkit-border-radius: 5px; /* Firefox */
 -moz-border-radius: 5px; /* Safari,Chrome */
}

/* ************************************************ 
*	ボックスシャドウ・テキストシャドウ
* ************************************************ */

.box-shadow{
box-shadow: 2px 2px 3px #DEDEDE; /* CSS3 */
 -webkit-box-shadow: 2px 2px 3px #DEDEDE; /* Safari,Chrome */
 -moz-box-shadow: 2px 2px 3px #DEDEDE; /* Firefox */
}

.box-shadow2{
box-shadow: 1px 2px 5px #DEDEDE; /* CSS3 */
 -webkit-box-shadow: 1px 2px 5px #DEDEDE; /* Safari,Chrome */
 -moz-box-shadow: 1px 2px 5px #DEDEDE; /* Firefox */
}

.text-shadow{
text-shadow: 1px 1px 3px #DEDEDE; /* CSS3 */
 -webkit-text-shadow: 1px 1px 3px #DEDEDE; /* Safari,Chrome */
 -moz-text-shadow: 1px 1px 3px #DEDEDE; /* Firefox */
}

/* ************************************************ 
*   google map
* ************************************************ */
#map_custmomize {
	max-width: 100%;
	width: 100%;
	height: 400px;
	margin: 0px 0px 30px 0px;
	/*display: block;*/
	/*border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; */
}

p.go_gmap {
	padding-top: 10px;
	padding-bottom: 5px;
}

/* ************************************************ 
*   トリミング
* ************************************************ */
.trim-feed {
    overflow: hidden;
    /*width: 300px;
    height: 300px;*/
	width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  	padding-top: 100%;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
    position: relative;
	margin-bottom: 10px;
}
 
.trim-feed img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* 画像の最大サイズは枠の1.5倍まで */
	max-width: 150%;
	max-height: 150%;
}

/* ************************************************ 
*	動画埋め込み
* ************************************************ */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* ************************************************ 
*	医療事業者アラート
* ************************************************ */

#modal 		{
	display:none;
	overflow-y:hidden;
	height: auto;
}

.modal_tl {
	text-align:center;
	margin: 10px auto 20px auto;
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0.01em;
}

#confirm_modal	 {
	width: 500px;
	height: 200px;
	background: #fff;
	/*background-size: 80px;*/
	padding:25px 25px 25px 25px;
	border:1px #ddd solid;
	-webkit-border-radius:10px;
	-mozborder-radius:10px;
	border-radius:10px;
	overflow-y:hidden;
}

#confirm_modal ul	{
	text-align:center;
	margin:20px auto 0px auto;
}
	
#confirm_modal ul li	{
	display:inline-block;
	/display:inline;
	/zoom:1;
	padding:0 10px;
}

#confirm_modal ul li a	{
	display:block;
	-webkit-border-radius:4px;
	-mozborder-radius:4px;
	border-radius:4px;
	padding:5px 15px;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}

#confirm_modal ul li a.yes	{
	background:rgba(29,136,69,1.00);
	color:#fff;
}

#confirm_modal ul li a.no	{
	background: #999;
	color:#fff;
}

#confirm_modal p	 {
	font-size: 12px;
	text-align: center;
	color: #333;
}

#confirm_modal p.model_chk	 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 15px 0px 0px 0px;
	text-align: center;
}

@media (max-width: 480px){

#modal 		{
	width: 260px;
	text-align: center;
	margin: 0px auto 0px auto;
}
	
.modal_tl {
	text-align:center;
	margin: 10px auto 20px auto;
	font-size: 21px;
	font-weight: 900;
	letter-spacing: 0.01em;
}
	
#confirm_modal	 {
	width:100%;
	height: 210px;
	background:#fefefe;
	/*background-size: 80px;*/
	padding:25px 25px 25px 25px;
	border:1px #ddd solid;
	-webkit-border-radius:10px;
	-mozborder-radius:10px;
	border-radius:10px;
	overflow-y:hidden;
}
#confirm_modal p.model_chk	 {
	font-size: 15px;
	font-weight: bold;
	color: rgba(29,136,69,1.00);
	margin: 15px 0px 0px 0px;
	text-align: center;
}
}


/* ************************************************ 
*   レスポンシブ
* ************************************************ */

/* 画面の横幅が980px〜1240pxまで 

@media only screen and (min-width: 980px) and (max-width: 1240px) {
.wrapper-2 { width: 95%;}
}*/


/* PC 画面の横幅が980px以上 */

@media only screen and (min-width: 980px) {

}

/* 画面の横幅が1023pxまで */
@media only screen and (max-width: 1023px) {

}

/* Tablet (Portrait) 画面の横幅が768px〜1134pxまで　nav用 */

@media only screen and (min-width: 768px) and (max-width: 1134px) {
#nav {
	float: left;
    width: 400px;
    margin: 5px 0px 0px 60px;
	padding: 0px;
    z-index: 1;
    text-align: left;
    background: rgba(255,255,255,0.0);
}
}

/* Mobile (Portrait) 画面の横幅が767pxまで */

@media only screen and (max-width: 767px) {
	
body {
	font-size: 13px;
}
	
.sp_br{
    display: none;
}
	
#header {
	width: 100%;
	background: rgba(255,255,255,1.0);
	/*position: fixed;
	top: auto;*/
	position: sticky;
	top: 0;
	z-index: 99;
	padding: 0px 0px 0px 0px;
	height: 70px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	border-top: 5px rgba(29,136,69,1.00) solid;
}
	
.adj-sp-head {
    height: 0px;
}
	
.adj-sp-head02 {
    height: 0px;
	clear: both;
}

.header {
	display: none;
}
.sticky-header {
    display: none;
}
.sp-header {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	padding: 0px 0px 0px 0px;
	height: auto;
}	

#header h1.logo02 {	
	float: none;
	width: auto;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
}

.logo02 img {
	width: 180px;
}

.menusec .menu{
    height: 20px;
    position: absolute;
    left: 15px;
    top: 22px;
    width: 30px;
    z-index: 99999;
}
.menusec .gnav{
    background: rgba(29,136,69,0.9);
}
.menusec ul.gnav__menu > li a {
	color: rgba(255,255,255,1.00);
	font-size: 16px;
    font-weight: normal;
	letter-spacing: 0.08em;
    padding: 0px;
    text-decoration: none;
    transition: .5s;
}

.menusec ul.gnav__menu li ul {
	list-style: none;
	margin-top: 10px;
}
.menusec ul.gnav__menu li ul li {
	color: rgba(255,255,255,1.00);
	font-size: 16px;
    font-weight: normal;
	letter-spacing: 0.08em;
    text-decoration: none;
    transition: .5s;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
	background: url(./images/list.png) no-repeat 0px 8px; 
}
	
ul.head_r {
	list-style: none;
	position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
    z-index: 999;
	cursor: pointer;
	font-size: 0;
}
	
.adj-blog {
	width: 100%;
}
	
.wrapper { 
	position: relative;
	width: 90%;
	padding: 0;
	margin: 30px auto 0px auto;
	clear: both;
}
.wrapper-2 { width: 90%; }
	
.wrapper-top {
	margin: 20px auto 0px auto;
	max-width: 95%;
	padding: 3% 3%;
	_width: 95%;
	background: rgba(255,255,255,1.00);
}
	
/*btm fix link---------*/
.btm_fix {
	position: fixed;
	bottom: 50px;
	right: 15px;
	/*bottom: 20px;
	right: 20px;*/
	width: 180px;
	
	/*border-radius: 6px;*/
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	
}

.head-cont a {
	color: rgba(29,136,69,1.00);
	border: 2px rgba(29,136,69,1.00) solid;
	border-radius: 50vh;
	display: block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 5px auto;
	padding: 8px 10px 8px 35px;
}
	
.head-cont-c a { /*無料お試し*/
	background: rgba(255,255,255,1.00) url("./images/ico_check_gr.svg") no-repeat 19px 14px / 15px 15px;
}
.head-cont-c:hover > a,
.head-cont-c a:hover {
	background: rgba(29,136,69,1.00) url("./images/ico_check_w.svg") no-repeat 19px 14px / 15px 15px;
}

.head-cont-i a {
	display: none;
}
	
.head-cont-f a {
	display: none;
}

/*---------btm fix link*/
	
.btm_fix_sp {
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0px;
}
ul.btm_list_sp {
	display: flex;
    flex-wrap: nowrap;
    list-style: none;
	border-top: 2px rgba(29,136,69,1.00) solid;
	background: rgba(255,255,255,1.0);
}
ul.btm_list_sp li {
    width: 100%;
	line-height: 120%;
}
ul.btm_list_sp li a {
    color: rgba(29,136,69,1.00);
}
ul.btm_list_sp li.head-cont-t-sp {
	color: rgba(29,136,69,1.00);
	background: rgba(255,255,255,1.0) url("./images/ico_free_gr.svg") no-repeat 8px 13px / 13px 13px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 13px 5px 14px 22px;
	border-right: 2px rgba(29,136,69,1.00) solid;
}

ul.btm_list_sp li.head-cont-i-sp {
	color: rgba(29,136,69,1.00);
	background: rgba(255,255,255,1.0) url("./images/ico_mail_gr.svg") no-repeat 9px 14px / 12px 12px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 13px 5px 14px 22px;
	/*border-right: 2px rgba(29,136,69,1.00) solid;*/
}

ul.btm_list_sp li.head-cont-f-sp {
	color: rgba(29,136,69,1.00);
	background: rgba(255,255,255,1.0) url("./images/ico_shakehand_gr.svg") no-repeat 6px 11px / 18px 18px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 13px 5px 14px 22px;
}
	
	
/* ************************************************ 
*	top-main sp
* ************************************************ */
.top-main {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

.top-main-banner {
	width: 100%;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
	
.top-main-pc {
	display: none;
}
.top-main-sp {
	display: block;
}

.button01 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px 20px 0px;
    padding: 1em 2em 0.8em 2em;
    width: 320px;
    color: white;
    font-size: 15px;
    font-weight: 800;
	letter-spacing: 0.05em;
}

.button01 a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: white;
}

.button02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
    margin: 20px auto 20px auto;
    padding: 1em 2em;
    width: 280px;
    color: white;
    font-size: 16px;
    font-weight: 400;
	letter-spacing: 0.05em;
    background: linear-gradient(100.82deg, rgba(29,136,69,1.00) -43.95%, #FF3B3C 128.48%);
	transition: background 0.5s ease; 
    border-radius: 50vh;
}

.button02 a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: white;
}

.button02 a:hover {
    text-decoration: none;
    background: linear-gradient(100.82deg, rgba(29,136,69,1.00) -63.95%, #FF3B3C 108.48%); 
}

	
	
.top-card-ph {
	height: 300px;
	margin: 0px auto;
	text-align: center;
	background: rgba(255,255,255,1.00);
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-card-ph img {
	width: auto;
	height: 100%;
	margin: 0px auto;
}

.top-card-ph img.top-card-ph-adj02 {
	width: 80%;
	height: auto;
	vertical-align: middle;
}

.top-card-box {
	background: rgba(29,136,69,1.00);
	color: rgba(255,255,255,1.00);
	padding: 20px;
	position: relative;
}

.bubble-position {
	/*text-align: right;
	margin: -65px 0px 0px 0px;*/
	position: absolute;
	top: -65px; /* #contents内の上から何pxか */
	right: 10px;
}
.bubble01 {
    position: relative;
    display: inline-block;
    width: 100px; 
    text-align: center;
    color:#FFF;
    padding: 10px;
    background-color: #C10D23;
    border-radius: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
.bubble01:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #C10D23 transparent;
    border-width: 15px 15px 0 0;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
}

.top-card-lead {
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.03em;
	margin: 0px 0px 5px 0px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.top-card-logo01 {
	width: 100%;
	margin: 0px 0px 15px 0px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}
.top-card-logo02 {
	width: auto;
	margin: 0px 0px 10px 0px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}

.top-card-ico {
	display: flex;
	align-items: stretch; 
	justify-content: flex-start;
	margin: 0px 0px 20px 0px;
}
.top-card-icoitem {
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	letter-spacing: 0.05em;
	padding: 15px;
    color: #FFFFFF;
    margin: 0px 5px 0px 0px;
	text-align: center;
	background: rgba(138,183,76,1.00);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.top-card-icoitem-bmsa {
	width: 200px;
	font-weight: normal;
	padding: 10px 0px 0px 10px;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
	text-align: left;
	background: none;
	box-shadow: none;
}
.bmsa-l {
	float: left;
	width: 50px;
}
.bmsa-r {
	display: none;
	float: right;
	width: 85%;
	font-size: 10px;
	letter-spacing: 0.0em;
	line-height: 130%;
}

ul.top-card-list {
	list-style: disc;
	margin: 0px 0px 0px 20px;
}
ul.top-card-list li {
	font-size: 15px;
	line-height: 130%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}

.top-card-btn {
	position: relative;
	bottom: 0;
	width: 100%;
}

.top-card-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 1.1em 2em 0.9em 2em;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 800;
	letter-spacing: 0.05em;
	/*background: linear-gradient(100.82deg, rgba(29,136,69,1.00) -43.95%, #FF3B3C 128.48%);*/
    background-color: rgba(255,128,0,1.00);
    border-color: rgba(255,128,0,1.00);
    /*border-radius: 50vh;*/
}

.top-card-btn a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: white;
}

.top-card-btn a:hover {
	color: rgba(255,128,0,1.00);
	background-color:rgba(255,255,255,1.00);
}
.top-card-btn a:hover::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: rgba(255,128,0,1.00);
}

/* ************************************************ 
*	2nd~ sp
* ************************************************ */

h2.h2_fukidashi {
	color: rgba(29,136,69,1.00);
	font-size: 20px;
    position: relative;
    padding: 1rem 1rem;
    border-bottom: 3px solid rgba(29,136,69,1.00);
	margin: 0px 0px 30px 0px;
}

h2.h2_fukidashi:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: rgba(29,136,69,1.00) transparent transparent transparent;
}

h2.h2_fukidashi:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.h2_s {
	font-size: 14px;
	margin-left: 1rem;
}

.img-time {
	width: 30%;
	text-align: center;
	margin: 0 auto;
}
.img-time02 {
	width: 60%;
	text-align: center;
	margin: 0 auto;
}
.img-time08 {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

h3.h3_bold {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0px;
}

.box-grey {
	padding: 15px;
	background: #EEEEEE;
	margin: 20px 0px 30px 0px;
}

.as-border img {
	border: 1px solid rgba(222,222,222,1.00);
}

table.measure {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
table.measure th {
	border: none;
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
table.measure td {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
}

.measure-day {
	color: #FFFFFF;
	background: #8CC11F;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
}

.measure-blue {
	font-weight: bold;
	color: blue;
}

.box-mov {
	width: 100%;
	margin: 30px auto 50px auto;
}

.img-flow {
	display: none;
}
.img-flow-sp {
	display: block;
	width: 80%;
	margin: 0px auto 50px auto;
}

.hr-line {
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	margin: 0px 0px 30px 0px;
}

table.door {
    width: 100%;
    border: 1px solid #DEDEDE;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 5px 0 20px 0;
    padding: 0 0 0 0;
	font-size: 11px;
}

table.door tr{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table.door th{
    text-align: left;
    vertical-align: top;
    line-height: 150%;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    border: 1px solid #DEDEDE;
    background: #F2F2F2;
}

table.door td{
    text-align: left;
    vertical-align: top;
    line-height: 180%;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    border: 1px solid #DEDEDE;
}

table.door td a{
	text-decoration: underline;
}

table.small {
	width: 100%;
	border: none;
}
table.small th,
table.small td {
	border: none;
	padding: 3px;
	font-size: 12px;
}

table.door02 {
	width: auto;
	border: none;
	margin-bottom: 20px;
}
table.door02 th,
table.door02 td {
	border: none;
	padding: 5px;
}


h2.h2_side {
	color: rgba(29,136,69,1.00);
	font-size: 21px;
	letter-spacing: 0.03em;
    position: relative;
    padding: 0 20px;
    text-align: center;
	width: 100%;
	margin: 20px auto 30px auto;
}

h2.h2_side:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: rgba(29,136,69,1.00);
}

h2.h2_side span {
    position: relative;
    padding: 0 1em;
    background: #FFFFFF;
}

h3.h3_bold02 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0px;
}

ul.list-direct-topic {
	list-style: disc;
	margin: 0px 0px 20px 20px;
}
ul.list-direct-topic li {
	font-size: 16px;
	font-weight: bold;
	color: rgba(29,136,69,1.00);
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}

h3.h3_bold03 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0px;
}

table.model {
	width: auto;
	border: none;
	margin-bottom: 10px;
}
table.model th,
table.model td {
	border: none;
	padding: 3px;
}
table.model th {
    width: 50%;
}



h3.h3_scale {
	font-size: 18px;
	color: rgba(29,136,69,1.00);
  	padding: 0.5rem 1rem;
  	border-left: 6px double rgba(29,136,69,1.00);
	margin-bottom: 30px;
}

h4.h4_scale {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #DEDEDE;
	margin: 0 0 20px 0px;
}

.caut_red {
	font-size: 20px;
	font-weight: bold;
	color: red;
}

.img-ctvalue {
	margin-bottom: 10px;
}

.box-ctvalue {
	text-align: center;
}

.caut-ctvalue {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: rgba(251,255,0,1.00);
	padding: 5px;
}

.direct-btn {
	width: 100%;
}

.direct-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 1.1em 2em 0.9em 2em;
    width: 100%;
    color: white;
    font-size: 18px;
    font-weight: 800;
	letter-spacing: 0.05em;
    background-color: rgba(255,128,0,1.00);
    border: 3px solid rgba(255,128,0,1.00);
    /*border-radius: 50vh;*/
}

.direct-btn a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: white;
}

.direct-btn a:hover {
	color: rgba(255,128,0,1.00);
	background-color:rgba(255,255,255,1.00);
}
.direct-btn a:hover::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 800;
    padding-left: 6px;
    color: rgba(255,128,0,1.00);
}


.sec-main {
	width: 100%;
	margin: 0px auto 0px auto; /*header高さ分のマージン*/
	padding: 0;
	overflow: hidden;
	background: rgba(22,113,56,1.00);
}

.sec-main-banner {
	width: 100%;
	height: 150px;
	margin: 0px auto 0px auto;
	padding: 0;
	overflow: hidden;
	background: url("./images/sec_ban_none1170.png") no-repeat center center;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	align-items: center;
}

.sec-tl {
	color: rgba(255,255,255,1.00);
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	margin-bottom: 5px;
}
.sec-tl-s {
	color: rgba(255,255,255,1.00);
	text-align: center;
	letter-spacing: 0.03em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}


table.pre {
    width: auto;
    border: 1px solid #DEDEDE;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 30px 0;
    padding: 0 0 0 0;
}

table.pre tr{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

table.pre th{
    text-align: left;
    vertical-align: top;
    line-height: 180%;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    border: 1px solid #DEDEDE;
    background: #F2F2F2;
}

table.pre td{
    text-align: left;
    vertical-align: top;
    line-height: 180%;
    margin: 0 0 0 0;
    padding: 8px 10px 8px 10px;
    border: 1px solid #DEDEDE;
}

table.pre td a{
	text-decoration: underline;
}

.box-synth {
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
	background: rgba(233,233,233,1.00);
	border-radius: 10px;
	margin: 20px 0px 20px 0;
}
ul.list-synth {
	list-style: disc;
	margin: 0px 0px 0px 20px;
}
ul.list-synth li {
	font-weight: bold;
	line-height: 150%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 1rem;
}

.img-pip {
	width: 30%;
	text-align: center;
	margin: 0 auto;
}

	
/* ************************************************ 
*	swiper
* ************************************************ */
.swiper-slide {
	display: block;
}
.swiper-slide img {
  max-width: 100%;
}
/* サムネイルでアクティブなものには枠線を表示 */
.thumbs-slider .swiper-slide-thumb-active {
  background: rgba(233,229,255,1.00);
}
/* アクティブでないサムネイル */
.thumbs-slider .swiper-slide {
  opacity: 1;
}
/* アクティブなサムネイル */
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.thumbs-h {
	height: auto;
	display: block;
}

/* ナビゲーションボタン */
.swiper-button-prev,
.swiper-button-next {
    position: relative;
    top: 50%;
    width: 30px;
    height: 30px;
    padding-top: 30px;
    /*margin-top: calc(-1 * var(--swiper-navigation-size) / 2);*/
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev:after {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 800;
  	content: "\f137";
  	color: rgba(255,255,255,1.00);  
  	margin-left: 20px;
}
.swiper-button-next:after {
  	font-family: "Font Awesome 5 Free";
  	font-weight: 800;
  	content: "\f138";
  	color: rgba(255,255,255,1.00);
  	margin-right: 20px;
}


/* ************************************************ 
*	
* ************************************************ */	

.footer-inner { width: 90%;}
.footer-main {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.footer-top-inner {
	margin: 0px auto 0px auto;
	padding: 10px 0px;
	max-width: 90%;
	_width: 90%;
	font-size: 13px;
}
	
.footer-sup {
	float: none;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
#footlogo img {
	width: 150px;
}
#copyright {
	font-size: 10px;
}
	
#footer ul.footer-navleft li {
	display: block;
	margin: 0px 15px 10px 0px;
}
#footer ul.footer-navleft li ul {/*サブメニュー*/
	list-style: none;
	display: block;
	margin: 10px 0px 10px 20px;
}
	
.adj-blog {
	width: 100%;
	margin-top: 0px;
}


/************************************************* */

.adj-head {
	padding-top: 0px;
}

	
}


/* Mobile (Landscape) 画面の横幅が480px〜767pxまで */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper { width: 420px; }
.wrapper-2 { width: 420px; }

.cycle-slideshow { overflow: hidden; width: 95%; height: 280px; margin-bottom:-50px;}
.footer-inner { width: auto;}
}


@media only screen and (max-width: 767px) {

}