@charset "utf-8";
/* CSS Document */

/*----------------------------
import fonts
-----------------------------*/
/* Noto Serif JP*/
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap);



/* 丸ゴシック font-family: 'Rounded Mplus 1c';*/
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

/* ゴシック体 font-family: 'Noto Sans Japanese'; */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* 明朝体 font-family: 'Sawarabi Mincho'; */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/* Noto Sans Japanese */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap);

/* KIWI font-family: 'Kiwi Maru'; */
@import url(https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap);

/* kosugi Maru font-family: 'Kosugi Maru'; */
@import url(https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap);

@import url(https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap);

/* Zen Kaku Gothic New */
@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);


@font-face {
    font-family: "myFont";
    src: url("../fonts/HurmeGeometricSans3.eot?") format('eot'), url("../fonts/HurmeGeometricSans3.woff2") format('woff2'), url("../fonts/HurmeGeometricSans3.woff") format('woff');
}
.myFontClass {
    font-family: "myFont";
    color: #b6db74;
}
.fontStyle_ZenMg {
	font-family: 'Zen Maru Gothic', sans-serif !important;
	font-weight:800 !important;	
}


.fontPlusR {
	 font-family: 'M PLUS Rounded 1c', sans-serif;
	 font-size:3em;
}
.fontStyle_NSJ {
	font-family: 'Noto Sans Japanese', sans-serif;
}

.fontStyle_NSFJ {
	font-family: 'Noto Serif JP', serif;
}
.fontStyle_KW {
	font-family: 'Kiwi Maru', serif  !important;
}
.fontStyle_KS {
	font-family: 'Kosugi Maru', sans-serif !important;
}
.fontStyle_BIZG {
	font-family: 'BIZ UDGothic', sans-serif !important;
	font-weight:700 !important;
}
.fontStyle_Zenk {
	font-family: 'Zen Kaku Gothic New', sans-serif !important;
	font-weight:700 !important;
}
.fontStyle_MPO {
	font-family: 'Mochiy Pop One', sans-serif !important;
}

/* 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 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
.tx_red {
   background:linear-gradient(transparent 85%, rgba(242,95,55,0.7) 85%);
	font-weight:bold;
   display:inline;
}
.tx_blue {
   background:linear-gradient(transparent 85%, rgba(47,68,215,0.7) 85%);
	font-weight:bold;
   display:inline;
}
.tx_green {
	 background:linear-gradient(transparent 85%, rgba(58,61,26,0.7) 85%);
	font-weight:bold;
   display:inline;

}
.tx_brown {
	 background:linear-gradient(transparent 75%, rgba(139,69,19,0.7) 75%);
	font-weight:bold;
   display:inline;
}
.fntbd {
	color:#333;
	font-weight:400;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Zen Kaku Gothic New', sans-serif !important;
    font-weight: 600;
    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;
	display:inline;
}
.col_green {
	color: #1a9651 !important;
	display:inline;
}
.col_blue {
	color: #06C;
	display:inline;
}
.col_orange {
	color: #F06000;
	display:inline;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
	display: inline-block !important;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
	display: inline-block !important;
}
.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;
}
.p-cnt01 {
	line-height:2;
	letter-spacing: 0.1em;
	font-weight: 600;
}

@media only screen and (max-width: 768px) {
.catchcopy {
    font-size: 1.6em;
}
.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;
}
}
.wrap-h2 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:2% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:2% 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;
}
}
.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:0% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:0% 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:0% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:0% 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;  
}

}
ul {
	list-style:none
}
ol.num_order {
 padding-left:20px;
}
ol.num_order li {
    padding: 5px 0 4px 0;
    list-style-type: decimal;
}
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:90%;
    margin-right:2%;
    position: relative;
}
ul.circle > li:last-child {
	margin-bottom:0px;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}

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:46%;
    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: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


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: #222;
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.6em;
}


@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}


.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: 14px;
  font-weight:900;
  color: #fff;
  background: rgb(42,171,110);
  background: -moz-linear-gradient(left, rgba(0,72,124,1) 0%, rgba(81,160,217,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,72,124,1) 0%,rgba(81,160,217,1) 100%);
  background: linear-gradient(to right, rgba(0,72,124,1) 0%,rgba(81,160,217,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00487c', endColorstr='#51a0d9',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 #00487c;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.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: #00487c;
  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: #00487c;
  margin-bottom: 1vh;
}


@media only screen and (max-width: 768px) {
.p-ttl02 {
    margin-top:1em !important;
    margin-bottom: 0.6em;
}
.flow {
    padding-left: 0px;
    position: relative;
}
.flow::before {
    content: "";
    width: 0px;
    height: 0%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: relative;
    top: 0;
    left: 100px;
}
.flow > li .icon {
    font-size: 14px;
	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:#00487c  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: 16px;
    font-weight: 600;
    margin-bottom: 1vh;
}
.flow > li dl::after {
    width: 0px;
    border-bottom: 1px dashed #999;
    position: relative;
    left: 0px;
}

}

.telno {
    position: relative;
    color: #636363;
    font-size: 3.4rem;
    line-height: 1.2;
    letter-spacing: 0.08rem;
    font-family: 'Anton', sans-serif;
    /* left: 3rem; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* text-align: center; */
    padding-left: 1.5rem;
    position: relative;
}
.telno:before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    left: calc(50% - 195px);
    padding: 0;
    font-size: 1.8rem;
    color: #636363;
    bottom: 0.5rem;
    transform: rotate(5deg);
}
/*===========================
spacer
===========================*/

.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt70 { margin-top:70px !important;}
.mt80 { margin-top:80px !important;}
.mt90 { margin-top:90px !important;}
.mt100 { margin-top:100px !important;}
.mt0 { margin-top:0px !important;}

.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb40 { margin-bottom:40px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb70 { margin-bottom:70px !important;}
.mb80 { margin-bottom:80px !important;}
.mb90 { margin-bottom:90px !important;}
.mb100 { margin-bottom:100px !important;}
.mb0 { margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.telno {
    position: relative;
    color: #636363;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.08rem;
    font-family: 'Anton', sans-serif;
    /* left: 3rem; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* text-align: center; */
    padding-left: 1.5rem;
    position: relative;
	width:95%;
	margin:auto;
}
.telno:before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    left: 20px;
	top: 0px;
    padding: 0;
    font-size: 1.6rem;
    color: #636363;
    bottom: 0.5rem;
    transform: rotate(5deg);
}
.mt10,.mt20,.mt30 {
     margin-top:4% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:4% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:5% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:5% !important;
}
.mt70,.mt80,.mt90,.mt100 {  margin-top:8% !important;}
.mb70,.mb80,.mb90,.mb100 { margin-bottom:8% !important;}
}

.res-img {
	width:100%;
	height:auto;
}
.res-img-2 {
	width:80%;
	height:auto;
}
ul{
  padding-left:0;
}

li{
  list-style:none;
}
}
@media only screen and (max-width: 768px) {
.table-scroll {
    overflow-x: auto;
    width: 100%;
    border-right: 5px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background:#999;
}
.table-scroll table {
    table-layout: fixed;
    min-width: 100%;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
}
.table-scroll table th {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:0%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td {
    width: 90px;
    min-width: 130px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}
.table-scroll table th.th-01 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:0%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table th.th-02 {
    width:200px !important;
    min-width: 250px;
    display:table-cell;
    padding:0%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
    width: 160px;
    min-width: 200px;
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
    white-space:normal;
}

}




.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;
}
}
a.lnk {
	color:#F00;
	text-decoration:underline;
}
.catch01 {
	text-align:center;
	color:#F00;
	font-weight:800;
	font-size:1.2rem;
}
.catch02 {
	text-align:center;
	color:#F00;
	font-weight:300;
	font-size:1.1rem;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.5em 1.8em 0.5em 1em;
    line-height: 2;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:100%;
    -webkit-transition: all .3s;
	
box-sizing:border-box;
}
.btn-d a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.5em 1.8em 0.5em 1em;
    line-height: 1.6;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:50%;
    -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,.btn-d a:hover {
    opacity:0.7;
}
/*
.fa-file-pdf,.fa-envelope,.fa-phone {
  position:relative;
}
.fa-file-pdf:before,.fa-envelope:before,.fa-phone:before {
  position:absolute;
  left:5px;
  top:-12px;
}
*/

@media only screen and (max-width: 768px) {
	.catch01 {
	text-align:center;
	font-size:1.0rem;
}
	.btn-b a {
		line-height: 1.4;
		padding: 0.3em 1em 0.5em 1em;
		font-size:0.9em;
	}
	.btn-d a {
		width:90%;
	}
	img {
		width:100%;
		height:auto;
	}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
.tx-flex {
	text-align:center;
}
.navbar {
   padding:0px !important;
   height:85px !important;
}
@media only screen and (max-width: 768px) {
.tx-flex {
	text-align:left;
}
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
.wf-min {
    font-size:1.6rem;
	line-height:1.2;
	margin-bottom:1em;
}
.navbar {
   padding:0px !important;
   height:auto !important;
}
}
/*
.wrapper-top {
	 overflow-x: hidden;
 overflow-y: scroll; 
 -webkit-overflow-scrolling: touch
}
*/
h3 span.tx_red,h3 span.tx_blue,h3 span.txtbold {
	position: relative;
    display: inline;
    margin: 0 0em;
    padding: 0 0em;
    text-align: inherit;
}
@media only screen and (max-width: 768px) {
	h3 {
		line-height:1.4;
	}
}
.sns-bnr li{
	display:inline-block;
	margin-right:2%;
}

.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
	height: 100%;
}
.box-ttl {
	text-align:center !important;
/*
	background:#efefef;
	padding:0.6em;
	color:#333;
*/
	margin-bottom:0px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-wrap div.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1.2em 1.8em 1.8em 1.8em;
	box-sizing:border-box;
}
@media only screen and (max-width: 768px) {
.box-wrap div.box-cnt {
	padding:1.0em 1.0em 1.8em 1.0em;
	box-sizing:border-box;
}

}

/*===========================
flow 
===========================*/
.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: 14px;
  font-weight:900;
  color: #fff;
  background: rgb(42,171,110);
  background: -moz-linear-gradient(left, rgba(0,72,124,1) 0%, rgba(81,160,217,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,72,124,1) 0%,rgba(81,160,217,1) 100%);
  background: linear-gradient(to right, rgba(0,72,124,1) 0%,rgba(81,160,217,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00487c', endColorstr='#51a0d9',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 #00487c;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.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: #00487c;
  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: #00487c;
  margin-bottom: 1vh;
}


@media only screen and (max-width: 768px) {
.p-ttl02 {
    margin-top:1em !important;
    margin-bottom: 0.6em;
}
.flow {
    padding-left: 0px;
    position: relative;
}
.flow::before {
    content: "";
    width: 0px;
    height: 0%;
    background: #eee;
    margin-left: -8px;
    display: block;
    position: relative;
    top: 0;
    left: 100px;
}
.flow > li .icon {
    font-size: 14px;
	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:#00487c  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: 16px;
    font-weight: 600;
    margin-bottom: 1vh;
}
.flow > li dl::after {
    width: 0px;
    border-bottom: 1px dashed #999;
    position: relative;
    left: 0px;
}
}




.p-ttl {
	font-size:1.0em;
	font-weight: 600;
	text-align: center;
	border-bottom:1px solid #333;
	padding-bottom:10px;
	margin-bottom:20px;
}


.qa dt {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 600;
}

.qa dt::before,
.qa dd::before {
    margin-right: .4em;
}

.qa dt::before {
    content: "Q.";
}

.qa dd {
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #f2f2f2;
    color: #333333;
}

.qa dd::before {
    content: "A.";
}
.box-sd {
    padding: 3rem;
    background-color: rgba(255,255,255,0.9);
    border: 0px solid #999;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 5px 0px rgb(0 0 0 / 8%), 0px 5px 6px 0px rgb(0 0 0 / 6%);
    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;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 1.6rem 1.6rem 1.0rem 1.6rem;
    box-sizing: border-box;
}

}
.product-list  {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-list dt {
  width: 30%;
  text-align: center;
  padding: 10px;
  margin-bottom: 5px;
  background-color: #DADADA;
}

.product-list dd {
  width: 70%;
  /*text-align: center;*/
  padding: 10px;
  background-color: #F3F3F3;
  margin-bottom: 5px;
}
.product-list dd.dd-coment {
  width: 100%;
  text-align: left;
  padding: 10px;
  background-color: #F3F3F3;
  margin-bottom: 5px;
}
.h3-ttl {
	color:#333;
	background:none;
	text-align:left;
	margin-bottom: 1em;
	padding: 0.2em;
}
.h3-ttl02 {
/*
	background: #efefef;
    padding: 0.6em;
    color: #333;
*/
	margin-bottom:0px;
}
.h3-ttl03 {
    padding: 0.6em;
	margin-bottom:0px;
	font-family: 'Zen Kaku Gothic New', sans-serif !important;
}
.tbl-1 th{
	width:40%;
}
.tbl-1 td {
	text-align: center;
}
.tbl-2 th{
	width:60%;
}
.tbl-2 td {
	text-align: center;
}
.tbl-3 th{
	width:40%;
}
@media only screen and (max-width: 768px) {
.h3-ttl03 {
    padding: 0.5em;
    margin-bottom: 0px;
	margin-top:2em;
	font-size:1.2rem;
}
.h3-ttl03.add {
	margin-top:0em;
}
	/*
table th ,table td,.tbl-1 th,.tbl-2 th{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
	*/
	.table th {
    text-align: center;
    white-space: normal;
	font-size:80%;
}
	.tbl-1 th {
    width: 60%;
}
.tbl-3 th{
	width:40%;
}
}
.list-img {
 width:calc(100% / 2);
 padding:0 10px;
 margin-bottom:2rem;
 position:relative;
 width:80%;
 margin:0px auto 20px;
 height:0;
 padding-top:100%;
 overflow:hidden;
 display:block;
}
.list-img img {
 margin:0 auto;
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 width:100%;
 height:100%;
 object-fit:cover;
}
.inquiry .tel {
    text-align: center;
    font-size: 1.3em;
    font-family: 'Noto Sans Japanese', sans-serif;
    margin-bottom: 1em;
	font-weight: 700;
}

.fa-phone:before {
	font-size:1.2em;
	position: absolute;
	top:-27px;
	left:-32px;
	color:#070707;
}
.fa {
	position:relative;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
 	font-size:1.2em !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 768px) {
.fa-phone:before {
	font-size:1.0em;
	top:-22px;
}

}
.feature-wrap {
	    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	    margin-left: auto;
    margin-right: auto;
	max-width: 1670px;
	    width: inherit;
		    margin-bottom: 152px;
}
.wrap-block-04 .feature-wrap {
		    margin-bottom: 10px;
}
.feature-wrap-reverse {
	flex-direction: row-reverse;
}
.feature-img {
	overflow: hidden;
	position: relative;
    width: 60%;
    height: 632px;
	    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;
}
.img-frame {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.feature-txt {
	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: 60%;
	height:auto;
	word-break: break-word;
	position:relative;
	z-index:100;

}
.feature-txt.rgt {
   position:relative;
   left:-50px;
}
.feature-txt.lft {
   position:relative;
   right:-50px;
}

.feature-txt h3 {
	    margin-bottom: 1em;
		font-size: 200%;
	    font-family: 'Noto Sans Japanese', sans-serif;
		line-height:1.2;
}
.Feature-Num {
    font-size: 64px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 6%;
    font-family: 'Roboto', sans-serif;
    color: #FF7E00;
    font-weight: 900;
    text-align: left !important;
}
.wrap-block-01 {
	margin-top: 26px;
	margin-bottom: 152px;
	position: relative;
}
.wrap-block-01::before {
	top: -70px;
    height: calc(100% + 270px);
	    width: 51.2%;
		    right: 0;
			content: '';
    position: absolute;
    background-color: #f7f4f4;
    z-index: -1;
}
.wrap-block-02 {
	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: 152px;
	position: relative;
}
.wrap-block-04::before {
	top: -60px;
    height: calc(100% + 101px);
	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;
}

@media only screen and (max-width: 767px) {
.wrap-block-01 {
	margin-bottom: 32px;
}
.wrap-block-01::before {
	top: -30px;
	height: calc(100% + 62px);
}
.wrap-block-02 {
	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: 32px;
}
.wrap-block-04::before {
	top: -32px;
    height: calc(100% + 60px);
}
.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: 100%;
		    margin-bottom: 50px;
}
.feature-img {
    width: 100%;
    height: auto;
}
.feature-txt {
	padding: 2rem 2rem 2rem 2rem;
	width: 100%;
	word-break: break-word;
		margin-bottom:20px;
}
.feature-txt.rgt {
   position:relative;
   left:0px;
}
.feature-txt.lft {
   position:relative;
   right:0px;
}
.Feature-Num {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 2%;
}
.feature-txt h3 {
    margin-bottom: 0.7em;
    font-size: 130%;
    line-height: 1.4;
	padding-left:0px;
}
}
.obj-img {
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    display: block;
}
.obj-img img {
	margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.res-img90 {
    width:90% !important;
	height:auto !important;
}
.res-img80 {
    width:80% !important;
	height:auto !important;
}
.res-img70 {
    width:70% !important;
	height:auto !important;
}
.res-img60 {
    width:60% !important;
	height:auto !important;
}
.res-img50 {
    width:50% !important;
	height:auto !important;
}
.res-img40 {
    width:40% !important;
	height:auto !important;
}
.res-img30 {
    width:30% !important;
	height:auto !important;
}
.res-img20 {
    width:20% !important;
	height:auto !important;
}
@media only screen and (max-width: 768px) {
.res-img90,.res-img80,.res-img70,.res-img60{
     width:100% !important;
	height:auto !important;  
}
}
.box-wrap {
    background: #fff;
    box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background:#fff;
	color:#333;
	border-top:2px solid #0e9148;
	border-bottom:2px solid #0e9148;
	
	/*
	border-left:5px solid #0e9148;
	*/
	padding:0.5em;
	font-size:1.2em;
	
	margin-bottom:5px !important;
	display:flex;
	align-items:center;
	justify-content:center;
}
.box-ttl:before {
	width:0px;
	height:0px;
}
.box-wrap div.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:1em 1em 1em 1em;
	box-sizing:border-box;
}
