@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

.fcBasic {
	color:#113783;
}

.fcBasic2 {
	color:#ef454e;
}




/*---------------*/
/***** Roxy *****/
/*---------------*/

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.grid figure figcaption {
	box-sizing: border-box;
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*---------------*/
/***** Roxy *****/
/*---------------*/

/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.grid figure figcaption {
	box-sizing: border-box;
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Roxy  */


.f-roxy {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.f-roxy1-3 {
	box-sizing: border-box;
	width: 33.3%;
}

figure.effect-roxy {
	background:rgba(255,255,255,1);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	background:rgba(255,255,255,.8);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 0;
	text-align: center;
}
figure.effect-roxy figcaption p {
	padding:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}
figure.effect-roxy figcaption p img{
	height:auto;
	width:60%;
}

figure.effect-roxy h2 {
	padding: 30% 0 10px 0;
}

figure.effect-roxy p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure {
    margin: 0;
}
.grid a {
	display:block;
}

.figure {
	display:inline-block
}
.figure-img {
margin-bottom:.5rem;
	line-height:1
}
.figure-caption {
	font-size:90%;
	color:#868e96
}

@media screen and (max-width: 768px) {
	
	/* figure.effect-roxy figcaption {
		padding: 2em 3em;
		text-align: left;
	} */

	figure.effect-roxy figcaption p{
		padding-top:0px;
	}

	figure.effect-roxy img {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	figure.effect-roxy figcaption::before,
	figure.effect-roxy p {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

}


@media screen and (max-width: 600px) {
	
	/* figure.effect-roxy figcaption {
		padding: 3em;
		text-align: left;
	} */

	/* figure.effect-roxy figcaption p{
		padding-top:50px;
	} */
	.f-roxy1-3 {
		box-sizing: border-box;
		width: 100%;
	}
}

.productImg {
	box-sizing: border-box;
	width:50%;
	margin:0 auto 5px auto;
}

.productC {
	text-align:center;
	font-size:1.1em;
	color:#FB6D31;
	margin-bottom:5px;
	font-weight:bold;
}

@media screen and (max-width: 600px) {
	
.productImg {
	width:70%;
}

}

/* index */

.box-8 {
    background-color: #f7b434;
    border: 1px solid #e29a27;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset,
                0 0 4px rgba(255, 255, 255, .8) inset,
                2px 2px 2px rgba(0, 0, 0, .4);
    color: #fff;
    margin: 0;
    padding: 1em;
}
.box-8 p {
	font-size: 1.3em;
	text-align:center;
}

.txtPlus {
	font-size:3em;
	text-align:center;
	font-weight:bold
}


/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;	
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 2em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: .5em;
	color:var(--color-main-d);
	text-align:left;
	text-shadow:none;
	font-weight:bold;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;	
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
}

/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 96%, #c94f4e 96%);
   font-weight:600;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col > li{
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col-start > li{
  width:47.5%;
  margin:2% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-list2 {
  width:17.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:27.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list4 {
  width:37.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list5 {
  width:47.5% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:57.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list7 {
  width:67.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:77.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:87.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-3col > li{
  width:30%;
  margin:2% 0 0 0%;
}
.flex-reverse {
	flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto 8% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 8% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 8% !important;  
}

}
.box-sd {
    padding: 3rem;
    background-color: rgba(0,0,0,0.5);
    border: 0px solid #999;
    box-sizing: border-box;
}
.box-sd02 {
    padding: 3rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}
.box-sd03 {
    padding: 3rem 3rem 2rem 3rem;
    background-color: #f2f2f2;
    color: #333;
    border: 0px solid #999;
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
}
.box-sd04 {
    padding: 3rem;
    background-color: rgba(255,255,255,1.0);
    border: 1px dotted #999;
    box-sizing: border-box;

	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}

.box-sd04 p {
		color:#333 !important;
}
.box-sd05 {
    padding: 2rem;
    background-color: rgba(162,162,162,0.6);
    border: 1px dotted #999;
    box-sizing: border-box;

	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 3px 15px 0px rgb(0 0 0 / 8%), 0px 5px 28px 0px rgb(0 0 0 / 6%);
}
.box-sd06 {
    padding: 3rem;
    background-color: rgba(0,0,0,0.2);
    border: 0px solid #999;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03  {
    padding: 1.2rem 1.2rem 1.2rem;
    box-sizing: border-box;
}
	.box-sd04 {
    padding: 1.0rem 1.0rem 1.0rem;
    box-sizing: border-box;
	}
.box-sd05 {
    padding: 0.8rem 0.8rem 0.8rem;
    box-sizing: border-box;
}
.box-sd06 {
    padding: 0.3rem 0.3rem 0.3rem;
    box-sizing: border-box;
}
}
.wrap-h2 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:3% auto 6%;
}
@media only screen and (max-width: 768px) {
.wrap-h2 {
  width:100%;
  margin:3% auto;
}
.wrap-h3 {
  width:100%;
  margin:3% auto;
}
.wrap-h4 {
  width:100%;
  margin:3% auto;
}
}

.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.2em 1.8em 0.2em 1em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:300px;
    -webkit-transition: all .3s;
}
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
.btn-b a:hover {
    opacity:0.7;
}

ul.circle {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle > li:last-child {
	margin-bottom:0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--color-main-w);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.9em;
    border-bottom: 1px dashed #CCC;
    width:43%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:70%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 1em;
}

ul.circle-3col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:28%;
    margin-right:2%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 1em;
}

ul.circle-4col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-4col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:22%;
    margin-right:2%;
    position: relative;
}
ul.circle-4col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 1em;
}

ul.circle-5col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-5col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width: 16.9%;
    margin-right:1%;
    position: relative;

}
ul.circle-5col > li:nth-of-type(5n) {
    width: 17%;
	margin-right:0%;
}
ul.circle-5col > li.long {
	width:40%;
}
ul.circle-5col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 1em;
}


@media only screen and (max-width: 768px) {
ul.circle > li:before {
    margin-top: 0.6em;
}
	ul.circle-5col > li:before {
    margin-top: 0.6em;
}
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:98%;
	line-height: 1.6;
	margin-right:0%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
	line-height: 1.6;
	margin-right:0%;
}
ul.circle-4col > li,ul.circle-5col > li,ul.circle-5col > li.long,ul.circle-5col > li:nth-of-type(5n) {
    width:42%;
	line-height: 1.6;
	margin-right:0%;
}
}
@media only screen and (max-width: 450px) {
	ul.circle-4col > li,ul.circle-5col > li,ul.circle-5col > li.long,ul.circle-5col > li:nth-of-type(5n) {
    width:90%;
	line-height: 1.6;
	margin-right:0%;
}
}
.h2-ttl {
   font-size:2.4em;
   margin-bottom:50px;
   line-height:1.4;
   font-weight: 600;
}
.sub-ttl {
   font-size:1.0rem;
   color:var(--color-main-d);
   text-align:center;
   margin-top:5px;
   margin-bottom:30px;
}
.h2-ttl02 {
   margin-bottom:30px;
}


.center-l {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}
.center-l span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}
.center-l span::before,
.center-l span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #005bac;
}
.center-l span::before {
  right: 100%;
}
.center-l span::after {
  left: 100%;
}
.head-border {
    display: flex;
    align-items: center;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--color-main-w);
}
 
.head-border:before {
    margin-right: 2rem;
}
 
.head-border:after {
    margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
.h2-ttl {
   font-size:1.6em;
   line-height:1.2em;
   margin-bottom:0.5em;
}
	.h2-ttl02 {
		 font-size:1.2em !important;
   margin-bottom:16px;
}
.h2-ttl.h2-ttl02 {
   font-size:1.3rem;
   line-height:1.4em;
   margin-bottom:0.5em;
}
.center-l {
    margin-bottom: 10px;
}
.sub-ttl {
   font-size:0.9rem;
}
	.center-l span {
	text-align: center;
    margin: 0 2.5em;
    padding: 0 0.2em;
}
	.center-l span::before,
.center-l span::after {
  width: 50%;
}
.center-l span::before {
  right: 100%;
}
.center-l span::after {
  left: 100%;
}
	.head-border:before {
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}
}


.img-border {
  display: inline-block;
  padding: 5px;
  background: #fff;
	 box-shadow: 1px 0px 5px #bbbbbb;
  box-sizing:border-box;
}

.wide-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .wide-container {
    width: 98%;
	box-sizing:border-box;
	  padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
}
.feature-txt {
	padding: 4.6rem 4.6rem 5rem 4.6rem;
    background-color: rgba(244,244,244,0.9);
	color:#333;
    border: 0px solid #999;
	box-shadow: 
		0px 1px 3px 0px rgba(0, 0, 0, .1), 
		0px 3px 15px 0px rgba(0, 0, 0, .08), 
		0px 5px 28px 0px rgba(0, 0, 0, .06);
    box-sizing: border-box;
	width:500px;
	height:auto;
	word-break: break-word;
	position:relative;
	z-index:100;

}
.feature-txt-center {
	padding: 5rem 5rem 6rem 5rem;
    background-color: rgba(244,244,244,0.8);
	color:#333;
    border: 0px solid #999;
	box-shadow: 
		0px 1px 3px 0px rgba(0, 0, 0, .1), 
		0px 3px 15px 0px rgba(0, 0, 0, .08), 
		0px 5px 28px 0px rgba(0, 0, 0, .06);
    box-sizing: border-box;
	width: 100%;
	height:auto;
	word-break: break-word;
	position:relative;
	z-index:100;
}
.feature-txt-center .p-ttl {
	font-size:1.6em;
}
.feature-txt.rgt {
   position:relative;
   left:-10vw;
   margin-top:-5%;
}
.feature-txt.lft {
   position:relative;
   right:-10vw;
   margin-top:-5%;
}

.feature-txt h3 {
	    margin-bottom: 1em;
		font-size: 250%;
	    text-align: left !important;
		font-family: 'Noto Serif JP', serif;
		line-height:1.4;
	    position: relative;
	    font-weight: 600;
}
.feature-txt h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 140px;
    height: 2px;
    left: 70px;
    transform: translateX(-50%);
    background-color: #acacac;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.Feature-Num {
    font-size: 70px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 6%;
    font-family: 'Noto Serif JP', serif;
    color: #004ba2;
    font-weight: 900;
    text-align: left !important;
}
.wrap-block-01 {
	    margin-top: 102px;
	margin-bottom: 52px;
	position: relative;
}

.wrap-block-01::before {
	top: -70px;
    height: calc(100% + 270px);
	width: 51.2%;
    right: 0;
    content: '';
    position: absolute;
    background-color: #fff;
    z-index: -1;
}

.wrap-block-02 {
	margin-top: 152px;
	margin-bottom: 152px;
	position: relative;
}
.wrap-block-02::before {
	    top: -152px;
    height: calc(100% + 152px);
	width: 51.2%;
    right: 0;
    content: '';
    position: absolute;
    background-color: #f7f4f4;
    z-index: -1;
}
.wrap-block-03 {
	margin-bottom: 152px;
	position: relative;
}
.wrap-block-03::before {
	    top: -308px;
    bottom: -96px;
    width: 100%;
    height: calc(100% + 404px);
    right: 0;
    content: '';
    position: absolute;
    background-color: #f7f4f4;
    z-index: -1;
}
.wrap-block-04 {
	margin-bottom: 52px;
    padding-bottom: 52px;
	position: relative;
}
.wrap-block-04::before {
	top: -152px;
    height: calc(100% + 52px);
	width:51.2%;
    content: '';
    position: absolute;
    background-color: #f7f4f4;
    z-index: -1;
}
.wrap-block-05 {
	margin-bottom: 152px;

	position: relative;
}
.wrap-block-05::before {
	top: -152px;
    height: calc(100% + 278px);
	width:51.2%;
    content: '';
    position: absolute;
    background-color: #f7f4f4;
	z-index: -1;
}
.feature-wrap {
	    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content:center;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	    margin-left: auto;
    margin-right: auto;
	max-width: 1670px;
	width: 90%;
	margin-bottom: 152px;
}
.feature-wrap.dw {
	 margin-bottom: 50px;
}
.feature-wrap-reverse {
    flex-direction: row-reverse;
}
.feature-img {
	overflow: hidden;
	position: relative;
	width:auto;
    height: 530px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.feature-img02 {
	overflow: hidden;
	position: relative;
	width:auto;
    height: 530px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.feature-img:before {
	transform: translateX(-100%);
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    transition: all .4s ease-out;
}
.feature-img.rgt {
	right:-10vw;
	top:-10%;
}
.feature-img.lft {
	left:-10vw;
	top:-10%;
}
.img-frame {
    width:707px;
	height:530px;
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
.wrap-block-01 {
	margin-bottom: 32px;
		    margin-top: 0px;
}
.wrap-block-01::before {
	top: -30px;
	height: calc(100% + 62px);
}
.wrap-block-02 {
    margin-top: 0px;
	margin-bottom: 32px;
}
.wrap-block-02::before {
	top: -30px;
    height: calc(100% + 60px);
}
.wrap-block-03 {
	margin-bottom: 32px;
}
.wrap-block-03::before {
    top: -30px;
    bottom: 0px;
    width: 100%;
    height: calc(100% + 60px);
    right: 0;
    content: '';
    position: absolute;
    background-color: #f7f4f4;
    z-index: -1;
}
.wrap-block-04 {
	margin-bottom: 12px;
	padding-bottom: 0px;
}
.wrap-block-04::before {
	top: -32px;
    height: calc(100% + 20px);
}
.wrap-block-05 {
	margin-bottom: 32px;
}
.wrap-block-05::before {
	top: -32px;
    height: calc(100% + 60px);
}
.feature-wrap {
    flex-wrap:wrap;
	max-width: 100%;
	    width: 98%;
		    margin-bottom: 20px;
}
.feature-img {
    width: 100%;
    height: auto;
}
.feature-txt {
	padding: 2rem 2rem 3rem 2rem;
	width: 100%;
	word-break: break-word;
		margin-bottom:20px;
}
.feature-txt.rgt {
   position:relative;
   left:0px;
   margin-top:0%;
}
.feature-txt.lft {
   position:relative;
   right:0px;
   margin-top:0%;
}
.Feature-Num {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 4%;
}
.feature-txt h3 {
    margin-bottom: 1.0em;
    font-size: 140%;
    line-height: 1.2;
	padding-left:0px;
}
.feature-wrap.dw {
	margin-bottom: 40px;
}
.img-frame {
    width:100%;
	height:100%;
    object-fit: cover;
}
}
.tx-flex {
    text-align:center;
}
.col_white {
	color:#fff;
}
.p-cnt {
	text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
}
.greeting {
	text-align: right;
	font-weight: 700;
	font-size:1.1em;
}
@media only screen and (max-width: 768px) {
.tx-flex {
    text-align:left;
}
.greeting {
	font-size:1.0em;
}
}

dl.dl-flex,dl.dl-flex-02 {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 30%;
  text-align: center;
  font-weight: 600;
  padding:0.5em;
  background:#828282;
  color:#fff;
    box-sizing:border-box;
  border-bottom:1px dotted #fff;
}
dl.dl-flex dd {
  flex-basis: 70%;
  text-align: center;
   padding:0.5em;
   background:#aaaaaa;
  color:#fff;
  border-bottom:1px dotted #fff;
  box-sizing:border-box;

}
dl.dl-flex-02 dt {
  flex-basis: 60%;
  text-align: center;
  font-weight: 600;
   padding:0.5em;
  background:#828282;
  color:#fff;
    box-sizing:border-box;
  border-bottom:1px dotted #fff;
  
}
dl.dl-flex-02 dd {
  flex-basis: 40%;
  text-align: center;
   padding:0.5em;
   background:#aaaaaa;
  color:#fff;
    box-sizing:border-box;
  border-bottom:1px dotted #fff;
}
.tbl-1 th,.tbl-1 td {
	text-align: center;
}
.tbl-1 tr:last-child th {
	  vertical-align: middle;
}
.tbl-1 tr:last-child th,.tbl-1 tr:last-child td {
    border-bottom: 0px solid #e9ecef;
}
.tbl-3 th {
  background:#828282;
  color:#fff;
}
.tbl-3 td {
	   background:#aaaaaa;
  color:#fff;
}
@media screen and (max-width: 900px) {
.tbl-1 th, .tbl-1 td {
    width: auto !important;
    display: table-cell  !important;
    box-sizing: border-box;
}
}
@media screen and (max-width: 768px) {

 dl.dl-flex, dl.dl-flex-02 {
   flex-flow: column;
 }
}

.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 15px;
  font-weight:900;
  color: #fff;
  background: rgb(7,144,68);
  background: -moz-linear-gradient(left, rgba(7,144,68,1) 0%, rgba(80,212,139,1) 100%);
  background: -webkit-linear-gradient(left, rgba(7,144,68,1) 0%,rgba(80,212,139,1) 100%);
  background: linear-gradient(to right, var(--color-main) 0%,var(--color-main-l) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--color-main)', endColorstr='var(--color-main-l)',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--color-main-l);
  position: absolute;
  top: 37%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 1vh;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var(--color-main);
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-main);
  margin-right:1%;
  width:3%;
  
}
.flow > li > dl> dd {
  width:80%;
}
.flow > li > dl> dd  p {
 
}
@media only screen and (max-width: 768px) {
.flow {
    padding-left: 0px;
    position: relative;
}
.flow::before {
    content: "";
    width: 0px;
    height: 0%;
    background: #fff;
    margin-left: -8px;
    display: block;
    position: relative;
    top: 0;
    left: 100px;
}
.flow > li .icon {
    font-size: 16px;
	font-weight:800;
    color: #fff;
    padding: 8px 10px;
    display: block;
    position: relative;
    top: 0;
    left: 0px;
    z-index: 100;
	width:100%;
}
.flow > li .icon::after {
    content: "";
    border-style: solid;
    border-width: 10px 10px 0px 10px;
    border-color:var(--color-main)  transparent transparent transparent ;
    position: absolute;
    top:auto;
	bottom:-10%;
    left: 46%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.flow > li:not(:last-child) {
    margin-bottom: 5vh;
}
.flow > li dl {
    padding-left: 10px;
    position: relative;

}
.flow > li dl::before {
    width: 0px;
    height: 0px;
    margin-top: 0px;
    background: #6b90db;
    border-radius: 50%;
    left: 0px;
}
.flow > li dl dt {
	margin-top:10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0vh;
}
.flow > li dl::after {
    width: 0px;
    border-bottom: 1px dashed #999;
    position: relative;
    left: 0px;
}

}

.btn-d a  {
    z-index: 1;
    width: 60%;
    max-width: 90%;
    text-align: center;
    color: var(--color-main-w);
	   background-color: var(--color-main);
    border: 1px solid;
    font-size: 90.75%;
	   position: relative;
    display: block;
	   margin: auto;
	   text-decoration: none;
}
.btn-d.btn-d-l a  {
	   margin:inherit !important;
}
.btn-d a::before {
    right: 14px;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
}
.btn-d a::before, .btn-d a::after, .btn-d a span::before,
.btn-l a::before, .btn-l a::after, .btn-l a span::before{
    content: '';
    position: absolute;
    top: 50%;
}
.btn-d span,.btn-l span {
    padding: 0.7em 0.7em 0.5em;
				font-size:1.1em;
				font-weight:bold;
}
.btn-d a, .btn-d span,.btn-l a, .btn-l span  {
    position: relative;
    display: block;
}
.btn-d a span::before,.btn-l a span::before {
    right: 3vw;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 26px);
    border-right: 1px solid;
}
.btn-d.btn-w a span::before {
    right: 3vw;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 26px);
    border-right: 1px solid;
}
.btn-d.btn-w a::before {
    right: 14px;
    width: 6px;
    height: 6px;
    border-bottom: solid 1px;
    border-right: solid 1px;
	   border-top: solid 0px;
    transform: rotate(45deg) translateY(-50%);
}
.btn-d.btn-w a::after {
    background: #fff;
    right: 14px;
    top: 20px;
    width: 1px;
    height: 10px;
    border-bottom: 1px solid;
}
.btn-d a::after,.btn-l a::after {
    right: 9px;
    width: 15px;
    height: 1px;
    border-bottom: 1px solid;
}
.btn-d a:hover::before, .btn-d a:hover::after,.btn-l a:hover::before, .btn-l a:hover::after {
    animation: arrow .4s ease-out;
}
.btn-d a:hover::before, .btn a:hover:not([target="_blank"]):not([href$=".pdf"]):not([href^="#"])::after,
 .btn-f a:hover::before, .btn a:hover:not([target="_blank"]):not([href$=".pdf"]):not([href^="#"])::after,
.btn-l a:hover::before, .btn a:hover:not([target="_blank"]):not([href$=".pdf"]):not([href^="#"])::after
{
    animation: arrow .4s ease-out;
}
.btn-d a:hover,.btn-l a:hover {
    background-color: #0d5885;
    color: #fff;
}
.btn-d.btn-w a  {
    z-index: 1;
    width: 90%;
    max-width: 90%;
    text-align: center;
    color: var(--color-main-w);
	   background-color: var(--color-main);
    border: 1px solid;
    font-size: 90.75%;
	   position: relative;
    display: block;
	   margin: auto;
	   text-decoration: none;
}

@media only screen and (max-width: 1300px) {
.btn-l a  {
    width: 70vw;
}
}
@media only screen and (max-width: 700px) {
.btn-l span {
    padding: 0.7em 1.0em 0.8em 0.7em;
    font-size: 1.0em;
    line-height:1.2;
}
.btn-l a span::before {
    right: 2vw;
    height: calc(100% - 26px);
}
}
@media only screen and (max-width: 880px) {
.btn-d span {
    padding: 1em 2em 1em 1em;
    font-size: 1.0em;
}
.btn-d a span::before {
    right: 33px;
}

}
@media only screen and (max-width: 768px) {
.btn-d a {
    width: 80%;
    max-width: 90%;
	}
.btn-d.btn-w a {
    width: 100%;
    max-width: 100%;
}
.btn-d.btn-w a span::before {
    right: 4vw;
	}
.btn-d span {
    padding: 0.5em 2.0em 0.6em 0.5em;
    font-size: 1.0em;
	   line-height: 1.3;
}
.btn-d.btn-w span {
    padding: 0.7em 2.2em 0.7em 0em;
    font-size: 1.0em;
    line-height: 1.3;
}
.btn-d.btn-w a::before {
    right: 11px;
	}
.btn-d a span::before {
    right: 4vw;
}
	.btn-d.btn-w a::after {
    right: 11px;
    top: 11px;
    width: 1px;
}
.btn-d a::after, .btn-l a::after {
    right: 1.2vw;
    width: 10px;
}
.btn-d a::before {
    right: 1.1vw;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
}
}
@media only screen and (max-width: 500px) {
.btn-d a span::before {
    right: 6vw;
}
.btn-d.btn-w a span::before {
    right: 7vw;
}
.btn-d a {
    font-size: 80%;
}
.btn-d span {
    padding: 0.6em 1.8em 0.7em 0.5em;
    font-size: 1.0em;

}
.btn-d a span::before {
    right: 5vw;
}
.btn-d a::after {
    right: 7px;
    width: 5px;
    top: 47%;
}
.btn-d a::before {
    right: 7px;
    width: 6px;
    height: 6px;
	   top: 49%;
}
}

.wd40{
   width:40% !important;
   margin:auto;
}
.wd50 {
  width:50% !important;
  margin:0 auto;
}
.wd60 {
  width:60% !important;
  margin:0 auto;
}
.wd70 {
  width:70% !important;
  margin:0 auto;
}
.wd80 {
  width:80% !important;
  margin:0 auto;
}
.wd85 {
  width:85% !important;
  margin:0 auto;
}
.wd90 {
  width:90% !important;
  margin:0 auto;
}
.wd95 {
  width:95% !important;
  margin:0 auto;
}

@media only screen and (max-width: 768px) {
.wd40,.wd50,.wd60,.wd70,.wd80,.wd85,.wd90,.wd95{
   width:100% !important;
   margin:auto;
}
}
/**************FLOW**************/
.flow_content section {
    background: #d0d0d0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
  align-items: center;
}
.flow_content.flow_content_title section {
    background: #d0d0d0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
  align-items: normal !important;
}
@media only screen and (max-width: 768px) {
  .flow_content section {
    margin: 0 0 60px;
  }
  .box-wrap div.box-cnt {
	padding:0.2em 1.8em 0.2em;
}
}
@media only screen and (max-width: 640px) {
  .flow_content section,.flow_content.flow_content_title section {
    display: block;
    margin: 0 0 40px;
  }
}
.flow_content section:last-of-type {
  margin: 0;
}
.flow_content section:last-of-type::after {
  content: none;
}
.flow_content section::after {
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px var(--basic-color) solid;
  border-bottom: 2px var(--basic-color) solid;
  display: block;


  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .flow_content section::after {
    bottom: -37px;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section::after {
    width: 20px;
    height: 20px;
    bottom: -24px;
  }
}
.flow_content section .flow_num {
  background-color: var(--color-main);
  flex: 0 1 25%;
  padding: 20px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
}
.flow_content.flow_content_title section .flow_num {
  background-color: var(--color-main);
  flex: 0 1 25%;
  padding: 30px 10px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_num,.flow_content.flow_content_title section .flow_num  {
    border-radius: 10px 10px 0 0;
    padding: 10px 20px 5px 20px;
  }
}
.flow_content section .flow_num p {
  text-align: center;
  margin: 0;
}
.flow_content section .flow_num p span {
  display: block;
  color: #fff;
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom:0.1em;
}
@media only screen and (max-width: 768px) {
  .flow_content section .flow_num p span {
    font-size: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_num p span {
    display: inline-block;
    margin-right: 0.6em;
    line-height: 1.2em;
    font-size: 1.3em;
	padding-top:0.3em;
  }
}
.flow_content section .flow_num p img {
  width: 60px;
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_num p img {
    width: 35px;
    vertical-align: top;
  }
}
.flow_content section .flow_txt {
  flex: 0 1 75%;
  padding: 20px 20px 25px;
  background: #d0d0d0;
  color:#333;
  text-align: left;

}
.flow_content.flow_content_title section .flow_txt {
	  flex: 0 1 75%;
  padding: 30px 20px 35px;
  background: #d0d0d0;
  color:#333;
  text-align: center;
}
.flow_content.flow_content_title section .flow_txt .ex {
	line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_txt,.flow_content.flow_content_title section .flow_txt {
    padding: 20px;
  }
}
.flow_content section .flow_txt h3 {
  font-size:1.6em;
  text-align:left;
  color: var(--basic-color-h);
  font-weight: 500;
  border-bottom: 1px #333 double;
  padding: 0 0 0.3em ;
  margin: 0 0 0.4em;
}

.flow_content section .flow_txt h3:after {
	content:none;
}
@media only screen and (max-width: 768px) {
  .flow_content section .flow_txt h3 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_txt h3 {
    font-size: 1.3em;
    text-align: center;
  }
}
.flow_content section .flow_txt p {
  margin: 0;
}
.flow_content section .flow_txt .tel_num {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0 2em;
}
@media only screen and (max-width: 1000px) {
  .flow_content section .flow_txt .tel_num {
    flex-wrap: wrap;
    margin: 5px 0 0;
  }
}
.flow_content section .flow_txt .tel_num p {
  color: var(--basic-color);
  font-weight: 700;
  font-size: 2.2em;
  line-height: 1.2em;
}
@media only screen and (max-width: 900px) {
  .flow_content section .flow_txt .tel_num p {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 640px) {
  .flow_content section .flow_txt .tel_num p {
	  font-size: 1.8em;
  }
}
.flow_content section .flow_txt .tel_num p:last-child {
  flex: 1 1 auto;
  min-width: 120px;
}
@media only screen and (max-width: 1000px) {
  .flow_content section .flow_txt .tel_num p:last-child {
    margin: 15px 0 0;
  }
}
.flow_content section .flow_txt .tel_num p span {
  font-size: 0.6em;
}
.flow_content section .flow_txt .tel_num p span + a:hover {
  text-decoration: none;
  color: var(--basic-color);
}

.flow_content section .flow_txt .tel_num p .btn_contact {
  height: 60px;
  line-height: 60px;
  font-size: 1.6rem;
}
a {
	color:#97AEF8;
}
.p-ttl {
	  text-align: center;
	  font-weight:bold;
}
.p-ttl02 {
	font-size:1.2em;
	font-weight:600;
	color:#333 !important;
	text-align:center;
}
.p-ttl03 {
	  text-align: left;
	  font-weight:bold;
}
.line-h {
	line-height:1.2;
}
.circle-a li {
	line-height:1.5;
	font-size:0.9em;
}
.attention {
	line-height:1.5;
	font-size:0.9em;
}
.f-item1-h3ttl {
	  margin-bottom:0px !important;
}
@media only screen and (max-width: 768px) {
	.h3-ttl {
		  margin-top:0px;
		  margin-bottom:1.5em;
	}
	.h3-ttl02 {
		  margin-top:10px;
		  margin-bottom:2em;
	}
	.res-mb0 {
		margin-bottom:0px;
	}
}
.h4-ttl {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
	 width:100%;
}

.h4-ttl:before, .h4-ttl:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.h4-ttl:before {
  border-left: solid 2px var(--color-main-w);
  border-top: solid 2px var(--color-main-w);
  top:0;
  left: 0;
}

.h4-ttl:after {
  border-right: solid 2px var(--color-main-w);
  border-bottom: solid 2px var(--color-main-w);
  bottom:0;
  right: 0;
	 left: 90%;
  transform: inherit;
  background-color: inherit;
}



@media only screen and (max-width: 768px) {
.h4-ttl {
	 width:90%;
	 font-size:1.1em;
	 margin-left: auto;
	 margin-right: auto;
}

.h4-ttl:before, .h4-ttl:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

.h4-ttl:before {
  border-left: solid 2px var(--color-main-w);
  border-top: solid 2px var(--color-main-w);
  top:0;
  left: 2%;
}

.h4-ttl:after {
  border-right: solid 2px var(--color-main-w);
  border-bottom: solid 2px var(--color-main-w);
  bottom:0;
  right: 0;
	 left: 92%;
  transform: inherit;
  background-color: inherit;
}

}
/*===========================
anchor
===========================*/


#anch01 {
	margin-top:-110px;
	padding-top:110px;
}

#anch02 {
	margin-top:-95px;
	padding-top:95px;
}

#anch03 {
	margin-top:-95px;
	padding-top:95px;
}
#flow {
    margin-top: -125px;
    padding-top: 125px;
}
#partner {
    margin-top: -125px;
    padding-top: 125px;
}
/* 右フローティングバナー  */

ul.fixRightBnr {
	position: fixed;
	z-index: 777;
	top: 18vmin; 
	right: 0;
}

ul.fixRightBnr li {
	display:block;
}

ul.fixRightBnr li a {
	display:block;	
	background-color:#999;
	opacity: .9;
	font-size:4.0vmin;
	box-sizing: border-box;
	width:100%;
	padding:0.2vmin 1.2vmin;
	margin-bottom:0.6vmin;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
ul.fixRightBnr li.shop a {
		padding:0.2vmin 1.2vmin 1.6vmin;
}
ul.fixRightBnr li span {
	display:block;
	box-sizing: border-box;
	margin-top:10px;
	font-size:1.6vmin;
	line-height:1em;
}

ul.fixRightBnr li a:hover {
opacity: .7;
}

ul.fixRightBnr li.insta a {
	/* background-color:#CF2E92; */
	 background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

ul.fixRightBnr li.twitter a {
	background-color:#0f1419;
}

ul.fixRightBnr li.facebook a {
	background-color:#1877f2;
}

ul.fixRightBnr li.youtube a {
	background-color:#da1725;
}

ul.fixRightBnr li.line a {
	background-color:#00B900;
}

ul.fixRightBnr li.tictok a {
	background-color:#000;
}

ul.fixRightBnr li.ameba a {
	background-color:#298737;
}
.res-mb-f {
	 margin-bottom:70px;
}
.res-mb-f02 {
	  margin-bottom:50px;
}



@media screen and (max-width: 768px) {
.res-mb-f {
	 margin-bottom:30px;
}
.res-mb-f02 {
	  margin-bottom:30px;
	}
ul.fixRightBnr {
	top: 14vmin; 
}
	
}

@media only screen and (max-width: 600px) {
	
ul.fixRightBnr {
	top: 45vmin; 
}

	
}