.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.tx-flex {
    text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
    text-align:left !important;
}
}
.box-sd {
    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-sd02 {
    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-sd06 {
    padding: 4rem 4rem 2rem 4rem;
    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-sd07 {
    padding: 2rem 3rem 2rem 3rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd07 {
    padding: 2rem;
    box-sizing: border-box;
}
.box-sd06 {
    padding: 3rem 3rem 2rem 3rem;
    box-sizing: border-box;
}

}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left !important;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   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;
}
}
ol.circle_num {
    counter-reset: number;
    list-style-type: none!important;
    padding: 0em;
}
ol.circle_num li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.3em;
    font-size: 0.9em;
    width: 90%;
    display:inline-block;
	    border-bottom: 1px #c6c6c6 dotted;
    margin-right: 10px;
    margin-left: 5px;
	margin-bottom:20px;
}
ol.circle_num li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #333;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 10px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h2-ttl {
    font-family: 'Noto Serif JP', serif;
    color: #333;
    font-weight: 500;
    font-size: 3.4rem;
    letter-spacing: 0.08px;
    text-align: center;
	width:90%;
	margin:0px auto 30px;
}
.wrap-h2 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h3 {
  width:90%;
  margin:3% auto 6%;
}
.wrap-h4 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h {
  width:96%;
  margin:3% auto 6%;
}
@media only screen and (max-width: 768px) {
.h2-ttl {

    font-size: 2.4rem;
    letter-spacing: 0.08px;
	width:100%;
	margin:30px auto 30px;
}
.wrap-h2 {
  width:100%;
  margin:3% auto;
}
.wrap-h3 {
  width:100%;
  margin:6% auto;
}
.wrap-h4 {
  width:100%;
  margin:3% auto;
}
}
@media only screen and (max-width: 768px) {
.table-scroll {

    width: 100%;
    
	
	overflow-y: hidden;
	/*
	border-right: 5px solid #ccc;
    overflow-x: scroll;
	*/
    white-space: nowrap;
}
.table-scroll::-webkit-scrollbar {
    height: 5px;
	width:50px;
}
.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;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    margin-bottom:0px;
	display: block;
	overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-scroll table th {
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table th:first-child {
    display:table-cell;
    padding:2%;
    font-size:12px;
    border: 1px #ccc solid;
}
.table-scroll table td {

    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
	text-align:center;
	border: 1px #ccc solid;
}
.table-scroll table td:first-child {
    display:table-cell;
    font-size:12px;
    word-wrap: break-word;
	text-align:center;
}


}

ul.circle,ul.circle-s {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle > li,ul.circle-s > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:98%;
    margin-right:0%;
    position: relative;
	text-align: left !important;
	margin-bottom:1.2em;
}
ul.circle > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.1em;
  margin-top: 0.6em;
}
ul.circle-s > li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #222;
    border-radius: 50%;
    left: 0.1em;
  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.7em;
    border-bottom: 1px dashed #CCC;
    width:46%;
    margin-right:2%;
    position: relative;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #222;
    border-radius: 50%;
    left: 0.1em;
  margin-top: 0.6em;
}
ul.circle-2col > li.long {
    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-3col {
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:31%;
    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.1em;
    margin-top: 0.6em;
}
ul{
  padding-left:0;
}

li{
  list-style:none;
}

@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-3col > li {
    width:96%;
}
}
.link_btn3{
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #579A43;
	border-radius: 30px;
	color: #fff;
	width: 88%;
}
.flex_anchorlink_box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_anchorlink_box .item_btn{
	width: 33.3%;  /* 要調整 */
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.link_btn3{
	width: 100%;
}
.flex_anchorlink_box{
	display: block;
}
.flex_anchorlink_box .item_btn{
	width: 90%;
	margin:0 auto 10px;
}
}
.fa-chevron-circle-down {
  position:relative;
}
.fa-chevron-circle-down:before {
  position:absolute;
  left:5px;
  top:-12px;
}
/*===========================
anchor
===========================*/


#anchor01,#anchor02,#anchor03,#anchor04,#anchor05,#anchor06,#anchor07,#anchor08,#anchor09,#anchor10 {
	margin-top:-110px;
	padding-top:110px;
}


#recruit {
    margin-top: -125px;
    padding-top: 125px;
}
#partner {
    margin-top: -125px;
    padding-top: 125px;
}

.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: -moz-linear-gradient(left, rgba(46,65,141,1) 0%, rgba(99,117,180,1) 100%);
  background: -webkit-linear-gradient(left, rgba(46,65,141,1) 0%,rgba(99,117,180,1) 100%);
  background: linear-gradient(to right, rgba(46,65,141,1) 0%,rgba(99,117,180,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e418d', endColorstr='#6375b4',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 #2e418d;
  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: #2e418d;
  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: 1.6rem;
  font-weight: 600;
  color: #2e418d;
  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:#2e418d  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;
}

}

.qaContainer dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: #cce6ff;
text-indent: -25px;
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
line-height:1.6;
}
.qaContainer dd:before {
content: "A.";
color: #1771c6;
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd.ex01 {
    margin: 0px 0px 0px 35px !important;
    text-indent: -25px;
    line-height: 1.6;
}
.qaContainer dd.ex01:before {
content: "";
color: #1771c6;
font-weight: bold;
margin-right: 7px;
}
.img-center {
	display:block;
	text-align:center;
	margin:auto;
}

.img-difframe-l, .img-difframe-r {
    position: relative;
}
.img-difframe-r:before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -50px;
    height: 80%;
    width: 80%;
	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%);
	
	    opacity: 0.2;
    background-image: -webkit-linear-gradient(-45deg, transparent 25%, #00609c 25%, #00609c 50%, transparent 50%, transparent 75%, #00609c 75%, #00609c);
    background-image: -moz-linear-gradient(-45deg, transparent 25%, #00609c 25%, #00609c 50%, transparent 50%, transparent 75%, #00609c 75%, #00609c);
    background-image: -o-linear-gradient(-45deg, transparent 25%, #00609c 25%, #00609c 50%, transparent 50%, transparent 75%, #00609c 75%, #00609c);
    background-image: linear-gradient(-45deg, transparent 25%, #00609c 25%, #00609c 50%, transparent 50%, transparent 75%, #00609c 75%, #00609c);
	
	
	
	background-color: #fff;
	    background-size: 3px 3px;
    z-index: 1;
}
.img-difframe-r img, .img-difframe-l img {
    z-index: 2;
    position: relative;
}
@media only screen and (max-width: 768px) {
.img-difframe-r:before {
    bottom: -10px;
    right: -10px;
}
}

.box-left {
    border-top: 0px solid #999;
    border-bottom: 0px solid #999;
    border-left: 0px solid #999;
    padding: 3em 3rem 4rem;
	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-right {
    border-top: 0px solid #999;
    border-bottom: 1px solid #999;
    border-left: 0px solid #999;
	border-right: 1px solid #999;
    padding: 3em 3rem 4rem;
	    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%);
}
@media only screen and (max-width: 768px) {
.box-left {
    padding: 2em 2rem 3rem;
	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%);
	margin-bottom:3em;
}

}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
    color: #333 !important;
    text-decoration: none;
}
.company_data .data a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tel-a a {
    color:#fff !important;
	text-decoration:none;
}
.tel-a a:hover {
    cursor: pointer;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    zoom: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.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;  
}
.res-img20 {
    width:60% !important;
	height:auto !important;
}

}
.indt {
	text-indent: 1em;
}
.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;
}
}
.tbl-1 th {
	text-align:center;
	white-space: nowrap;
}
.tbl-1 th.th-01 {
	background:#e2efda;
}
.tbl-1 th.th-02 {
	width:20% !important;
	background:#ddebf7;
    
}
.tbl-1 th.th-03 {
	background:#fce4d6;
}
.tbl-1 td {
	text-align:center;
}
.tbl-2 .th-01 {
		width:40%;
	}
.tbl-2 td,.tbl-6 td {
	text-align:center;
}

.tbl-3 th {
	width:30%;
	text-align: center;
	vertical-align: middle;
}
.tbl-3 .td-01 {
	background: #F3FCFD;
	text-align: center;
}
@media only screen and (max-width: 768px) {
.tbl-1 th,.tbl-1 td{
   display:table-cell !important;
}
}
.box-wrap {
    background: #fcfaf5;
    box-sizing: border-box;
	padding:1em;
}
.box-wrap.p-0 {
    background: #fcfaf5;
    box-sizing: border-box;
	padding:0em;
}
.box-ttl {
	text-align:center !important;
	background:#228bc8;
	padding:0.6em;
	color:#fff;
	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;
}
.box-wrap div.box-cnt.box-cnt02 {
	width:100%;
	margin:0px auto 0em;
	padding:2em 3em 1.0em 3em;
	box-sizing:border-box;
}
.flex-1col {
    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; 
}
.flex-2col.flex-reverse > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col.flex-reverse > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}

@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;  
}

}
.ft-ttl {
  border-bottom: solid 2px #c8c8c8;
  position: relative;
  padding-bottom:6px;
  padding-left:10px;
  font-size:1.6em;
  font-weight: 600;
}

.ft-ttl:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #59b2ff;
  bottom: -3px;
  left:-0px;
  width: 50%;
}

@media only screen and (max-width: 768px) {
.box-wrap div.box-cnt,.box-wrap div.box-cnt.box-cnt02 {
    padding: 0.5em 0.8em 0.8em 0.8em;
    box-sizing: border-box;
}
.ft-ttl {
    padding-bottom: 6px;
    padding-left: 5px;
    font-size: 1.2em;
    line-height:1.3;
}
}

.p-profile {
	font-size:1.6em;
		text-align: left !important;
	padding-left:10px;
	font-weight:bold;
	padding-bottom:0.2em;
	border-bottom: 0px solid #999;
	border-left:0px solid #999;
	margin-bottom: 30px;
	position:  relative; 
}
.p-profile:before {
	    content:  '';           
    width: 300px;            
    height: 1px;            
    background-color: #2e418d; 
    display:  block;        
    position:  absolute;    
    left:  0;               
    bottom: 0px;           
}
.p-ttl {
	font-weight: bold;
	font-size:1.3em;
	text-align: center;
	color:#fff;
	margin-bottom:30px;
	margin-top:50px;
	letter-spacing: 0.2em;
}
.p-ttl02{
	font-weight: bold;
	font-size:1.1em;
	text-align: center;
	color:#333;
	margin-bottom:20px;
	margin-top:30px;
	letter-spacing: 0.2em;
}
.p-ttl06 {
	font-weight: bold;
	font-size:1.3em;
	text-align: left !important;
	color:#333;
	padding-left:5px;
	margin-bottom:10px;
	margin-top:10px;
	letter-spacing: 0.2em;
}
.p-ttl07 {
	font-weight: bold;
	font-size:1.3em;
	text-align:center;
    color:#F00;
}
.h3-ttl {
	    font-family: 'Noto Serif JP', serif;
	    background: linear-gradient(to right, rgba(255,255,255,0),#2e418d  50%,rgba(255,255,255,0));
	color:#fff;
	padding:0.5em;
	text-align: center;
	font-size:1.6em;
}

.h4-ttl {
	    font-family: 'Noto Serif JP', serif;
	position: relative;
	padding-bottom:5px;
	padding-left:5px;
}
.h4-ttl:after {
	    content: "";
    width: 300px;
    height: 2px;
    background: linear-gradient(to right, #2e418d, transparent) ;
    display: block;
    bottom: -6px;
    left: 0%;
    margin-left: 0px;
    position: absolute;
}

@media only screen and (max-width: 768px) {
.p-profile {
	font-size:1.2em;
	padding-left:10px;
	padding-bottom:0.2em;
	margin-bottom: 20px;
}
.p-profile:before {
	    content:  '';           
    width: 300px;            
    height: 1px;            
    background-color: #2e418d; 
    display:  block;        
    position:  absolute;    
    left:  0;               
    bottom: 0px;           
}
.p-ttl06 {
    font-size: 1.1em;
	margin-bottom:10px;
}
.p-ttl07 {
    font-size: 1.1em;
	margin-bottom:10px;
}
.h3-ttl {
	background: linear-gradient(to right, rgba(46,65,141,0.5),#2e418d 50%,rgba(46,65,141,0.5));
    font-size:1.2em;
	line-height:1.6;
	padding:0.5em;
}
h4 {
        font-size:1.6rem;
}
.h4-ttl {
    font-size:1.6rem;
}
	#business p,#profile1 p{
	line-height:1.6;
}
	.res-mb {
		margin-bottom:30px;
	}
	.tbl_01 th,.tbl_01 td {
    width:100%;
		display:block;
}

}
ul.check2,ul.check-2col,ul.check,ul.check-1col    {
    position: relative;
}

ul.check li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:96%;
    margin-right:2%;
    display:inline-block;
}
ul.check li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check-1col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-1col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:96%;
    margin-right:2%;
    position: relative;
}
ul.check-1col li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check2 li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:40%;
    margin-right:2%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:46%;
    margin-right:2%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

@media only screen and (max-width: 768px) {
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:90%;
	margin-right:2%;
	display:inline-block;
}

}

a.btn-b {
  display: flex;
  margin:auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  padding: 0 25px 0 40px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  border-radius:5px;
  transition-duration: 0.3s;
 
}
/*
a.btn-b::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}

a.btn-b:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}
*/
a.btn-b:hover {
	background: #fff;
    color: #228bc8;
}
@media only screen and (max-width: 768px) {
a.btn-b {
  width: 90%;
      padding: 0 10px 0 10px;
	}
}

iframe.if-fra {
	width:100%;
	margin:30px auto 0px;
	height:200px;
}

iframe.if-fra dl {
	width:100%;
	padding-bottom: 2em;
}
iframe.if-fra dl dt {
	float: left;
	background-image: url(../img/top/bg_date.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	font-weight: bold;
	padding: 15px;
}
iframe.if-fra dl dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 8em;
}


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

iframe.if-fra dl dt {
	float:none;
	width: auto;
	padding: 5px 0 0.3em 0.75em;
	background-position:left center;
}

iframe.if-fra dl dd {
	border-bottom:1px dotted #CCC;
	padding:0.2em 0 0.8em 0;
	margin-bottom:0.5em;
	line-height:1.4em;
}
}
.p-cnt {
	line-height:2;
	letter-spacing:0.07em;
}

.wide-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .wide-container {
    width: 100%;
	max-width:100%;
  }
}
@media (min-width: 992px) {
  .wide-container {
    width: 100%;
	max-width:100%;
  }
}
@media (min-width: 1200px) {
  .wide-container {
    width: 100%;
	max-width:100%;
  }
}
@media (min-width: 1400px) {
  .wide-container {
    width: 100%;
	max-width:100%;
  }
}

@media (min-width: 1600px) {
  .wide-container {
    width: 100%;
	max-width:100%;
  }
}


.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: 90%;
	margin-bottom: 152px;
}
.feature-wrap.dw {
	 margin-bottom: 50px;
}
.feature-wrap-reverse {
	flex-direction: row-reverse;
}
.feature-img {
	overflow: hidden;
	position: relative;
	/*
    width: 40%;
	*/
	width:auto;
    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;
}
.feature-img.rgt {
	right:-10vw;
}
.feature-img.lft {
	left:-10vw;
}

.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%;
	*/
	width:642px;
	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;
}
.feature-txt.lft {
   position:relative;
   right:-10vw;
}

.feature-txt h3 {
	    margin-bottom: 1em;
		font-size: 300%;
		font-family: "秀英明朝 M", "Shuei Mincho M";
		line-height:1.4;
}
.Feature-Num {
    font-size: 84px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 6%;
    font-family: "Fira Sans",sans-serif;
    color: #2e418d;
    font-weight: 900;
    text-align: left !important;
}
.wrap-block-01 {
	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;
}

@media only screen and (max-width: 767px) {
.wrap-block-01 {
	margin-bottom: 32px;
	padding-bottom
}
.wrap-block-01::before {
	top: -30px;
	height: calc(100% + 62px);
}
.wrap-block-02 {
    margin-top: 32px;
	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;
	padding-bottom: 12px;
}
.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: 90%;
		    margin-bottom: 50px;
}
.feature-img {
    width: 100%;
    height: auto;
}
.feature-txt {
	padding: 3rem 3rem 4rem 3rem;
	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: 170%;
    line-height: 1.4;
	padding-left:0px;
	margin-top:10px;
}
.feature-wrap.dw {
	margin-bottom: 40px;
}
}
.btn-d a {
    z-index: 1;
    width: 100%;
    max-width: 500px;
    text-align: center;
    color: #103306;
    border: 1px solid;
    font-size: 100%;
	padding:0.2em;
	    position: relative;
    display: block;
		text-decoration: none;
    color: #103306;
}
.btn-d a::before {
	/*
    right: 16px;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
	*/
	right: 25px;
    width: 6px;
    height: 6px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
}
.btn-d a::before, .btn-d a::after, .btn-d a span::before {
    content: '';
    position: absolute;
    top: 50%;
}
.btn-d span {
    padding: 0.8em;
}
.btn-d a, .btn-d span {
    position: relative;
    display: block;
}
.btn-d a span::before {
    right: 46px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 26px);
    border-right: 1px solid;
}
.btn-d a::before, .btn-d a::after, .btn-d a span::before {
    content: '';
    position: absolute;
    top: 50%;
}
.btn-d a::after {
    right: 1px;
    width: 1px;
    height: 10px;
    border-bottom: 1px solid;
}
.btn-d a::before, .btn-d a::after, .btn-d a span::before {
    content: '';
    position: absolute;
    top: 50%;
}

.btn-d a:hover::before, .btn-d a:hover::after {
    animation: 1s ease-out;
}
.btn-d a:hover::before, .btn a:hover:not([target="_blank"]):not([href$=".pdf"]):not([href^="#"])::after {
    animation: 1s ease-out;
}
.btn-d a:hover {
    background-color: #E40F00;
    color: #fff;
	animation: 1s ease-out;
}

.btn-ar a {
    z-index: 1;
    width: 30%;
    max-width: 100%;
    text-align: center;
    color: #103306;
    border: 1px solid;
    font-size: 100%;
	padding:0.2em;
	    position: relative;
    display: block;
	text-decoration: none;
    color: #103306;
}
.btn-ar a::before {
    right: 16px;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);

}
.btn-ar a::before, .btn-ar a::after, .btn-ar a span::before {
    content: '';
    position: absolute;
    top: 50%;
}
.btn-ar span {
    padding: 1em;
}
.btn-ar a, .btn-ar span {
    position: relative;
    display: block;
}
.btn-ar a span::before {
    right: 46px;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 26px);
    border-right: 1px solid;
}
.btn-ar a::before, .btn-ar a::after, .btn-ar a span::before {
    content: '';
    position: absolute;
    top: 50%;
}
.btn-ar a::after {
    right: 15px;
    width: 10px;
    height: 1px;
    border-bottom: 1px solid;
}
.btn-ar a::before, .btn-ar a::after, .btn-ar a span::before {
    content: '';
    position: absolute;
    top: 50%;
}

.btn-ar a:hover::before, .btn-ar a:hover::after {
    animation: arrow .5s ease-out;
}
.btn-ar a:hover::before, .btn a:hover:not([target="_blank"]):not([href$=".pdf"]):not([href^="#"])::after {
    animation: arrow .5s ease-out;
}
.btn-ar a:hover {
    background-color: #E40F00;
    color: #fff;
	transition: all .5s ease-out;
	
}

@media only screen and (max-width: 768px) {
.btn-d a,.btn-ar a {
    max-width: 100%;
    font-size: 100%;
	padding:0.2em;
	width:80%;
}
.btn-d span,.btn-ar span {
    padding: 0.5em;
}

}


.flex-1col {
    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-2col-start > li:nth-of-type(1),.flex-2col-start > li:nth-of-type(2){
  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-4col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:10px;
}
.flex-4col > li{
  width:22%;
  margin:2% 0 0 0%;
}
.flex-reverse {
	flex-direction:row-reverse;
}

@media only screen and (max-width: 768px) {
.flex-2col-start {
  width:98%; 
}
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto 2% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 2% !important; 
}
.flex-3col > li:not(:first-of-type){
  width:100%;
  margin:6% auto 2% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 2% !important;  
}
.flex-4col > li{
  width:100%;
  margin:2% 0 0 0%;
}

}

.flex-2col-brn {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	    margin-bottom: 100px;
	    position: relative;
}
.flex-2col-brn .img-wp {
	    width: 66.666%;
		margin-right:auto;
}
.flex-2col-brn .txt {
	width: 66.666%;
    height: 66.666%;
    position: absolute;
    top: 63.333%;
    right: calc(-12.333% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgba(243, 243, 243, 0.9);
}
.flex-2col-brn .txt p {
    padding: 20px 20px 0px;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
.flex-2col-brn {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	    margin-bottom: 0px;
}
.flex-2col-brn .txt {
	margin-bottom:20px;
}
.flex-2col-brn .img-wp {
	    width: 100%;
		margin-right:auto;
}
.flex-2col-brn .txt {
	width: 100%;
    height: auto;
    position: static;
    top: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
	background: rgba(243, 243, 243, 0.9);
	padding:2em;
}
.flex-2col-brn .txt p {
    padding: 0px 0px 0px;
    margin-bottom: 0;
}
.modal-img  {
	width:auto;
	max-width:100%;
}

}


	
/*tableをスクロールさせる*/
/* 	スクロール用テーブル  */

.scroll table th,.scroll table td {
	white-space: nowrap;
	text-align:center;
	vertical-align:middle;
}




/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar {
 height: 5px;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #BCBCBC;
}
.r-mt {
	margin-top:100px !important;
}	


@media screen and (max-width: 768px) {
/*tableのセル内にある文字の折り返しを禁止*/
.scroll {
	overflow: auto;
	white-space: nowrap;
	width:100% !important;
	box-sizing: border-box;
}


/*table右に線*/

.scroll {
	border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}

/*tableにスクロールバーを追加*/

.scroll table {
	overflow:scroll;
}
.scroll table th {
	white-space: nowrap;
	width:auto;
	display:table-cell;
	vertical-align:middle;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	box-sizing: border-box;
	padding:8px !important;
}
.scroll table td {
	width:auto;
	display:table-cell;
}
.scroll	.tbl_01 {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    border: none;
    table-layout: fixed;
}
.r-mt {
	margin-top:40px !important;
}

}

div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 5px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}


.before, .after {
    position: relative;
}
.before::after {
    width: 26%;
    height: 26%;
    bottom: 1%;
    left: 79%;
}
.before::after {
    position: absolute;
    content: " ";
    display: inline-block;
    background: url(../images/content/watermark_before.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.after::after {
    width: 26%;
    height: 26%;
    bottom: 1%;
    left: 79%;
}
.after::after {
    position: absolute;
    content: " ";
    display: inline-block;
    background: url(../images/content/watermark_after.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

@media only screen and (max-width: 768px) {
.before::after {
    width: 26%;
    height: 26%;
    bottom: 1%;
    left: 81%;
}
.after::after {
    width: 26%;
    height: 26%;
    bottom: 1%;
    left: 81%;
}

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


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

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

#anchor03 {
	margin-top:-95px;
	padding-top:95px;
}
#mailform {
    margin-top: -125px;
    padding-top: 125px;
}
#partner {
    margin-top: -125px;
    padding-top: 125px;
}
.col-sm-np {
	padding-left:0px !important;
	padding-right:0px !important;
}

ul.blog {
	/*
   max-height:440px;
   overflow: scroll;
   */
}

ul.blog li a {
 display:inline-block; 
 vertical-align: middle;
    text-decoration:none;
	color:#4054a1;
}
.titleWrap {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	gap:5%;
}
.thum-img {
	width:20%;
}
.data {
	width:25%;
}
.title {
	width:45%;
}
.btn-animation-02 span{
	color:#4054a1;
}
@media only screen and (max-width: 480px) {
/*
ul.blog {
  overflow-y: scroll;
  overflow-x: none;
}
ul.blog::-webkit-scrollbar {
    width: 5px;
}
 
ul.blog::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 1px;
}
 
ul.blog::-webkit-scrollbar-thumb {
    background-color: #888888;
    border-radius: 1px;
}
*/
ul.blog li  {
    text-align:center;
}
.thum-img {
	width:50%;
}
.data {
	width:50%;
}
.title {
	width:100%;
}	
.date {
    margin-left: 0;
    display: block;
}
.title {
    margin-left: 0;
    display: block;
}
.titleWrap {
	justify-content:center;
}
}