@charset "UTF-8";
/*メインビジュアル---------*/
.m-kv{
  display: flex;
  text-align: center;
  margin-bottom: 100px;
}
.m-kv .item01{
  flex-basis: 40%;
}
.m-kv .item01 .tl_logo{
width: 100%;
margin: 0% auto 0%;
}
.m-kv .item01 .tl_catch{
margin: 5% auto 0%;
z-index: 10000;
}
.m-kv .item02{
  flex-basis: 60%;
}
.m-kv .item03{  flex-basis: 100%;}
@media screen and (max-width:768px) {
.m-kv{
  margin-bottom: 0px;
}
}
.sp{display: none;}
@media only screen and (max-width: 599px) {
.sp{display: block;}
.pc{display: none;}
}


.TL-sub{
color: #ff5db6;
font-size: 1.3em;
font-weight: bold;
margin: 40px auto;
}
@media screen and (max-width:1024px){
.TL-sub{font-size: 1.2em;}
}
@media only screen and (max-width: 599px) {
.TL-sub{
font-size: 1.5em;
padding: 30px 0 5px;
}
}

#cardlayout-wrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
margin: 0em auto;
max-width: 1290px;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}
#cardlayout-wrap::before{
  content:"";
  display: block;
  width:100%;
  order:1;
}
#cardlayout-wrap::after{
  content:"";
  display: block;
  width:48%;
}

#cardlayout-wrap02 {
margin: 2em auto 100px;
width: 98%;
max-width: 1290px;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
border-radius: 20px;
padding-bottom: 30px;
}
.cardlayout-wrap02_flex {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
width: 92%;
margin: 0 auto
}
#cardlayout-wrap02 H1{
font-weight: bold;
padding: 30px 0 20px;
font-size: 1.2rem;
margin: 0 auto;
text-align: center;
color: #FF7E00;
}

.card-figure {
margin: 0;
padding: 0;
}

.card-title {
margin: 1.6em 2em 0;
color: #333;
text-align: left;
font-size: 1.3em;
line-height: 1.5em;
color: #FF7E00;
}

.card-title02 {
margin: 1.6em 2em 0;
color: #333;
text-align: left;
font-size: 1.3em;
line-height: 1.5em;
color: #FF7E00;
}
.card-title03 {
margin: 0.5em 1em;
color: #333;
text-align: left;
font-size: 0.8rem;
line-height: 1.5em;
color: #FF7E00;
}
.card-title01 {
margin: 1em 0.5em 0;
color: #FF7E00;
text-align: center;
font-size: 1.4rem;
line-height: 1.5em;
}
.card-title04 {
margin: 0.5em 1em 0;
color: #333;
text-align: center;
font-size: 1.05em;
line-height: 1.5em;
}
.card-title05 {
max-width: 300px;
width: 100%;
color: #FFF;
margin: 1.3em auto 1em;
padding: 0.5em;
font-size: 1em;
border-radius: 50px;
background-color: #000000;
}
.card-title06 {
text-align: left;
  background:url("../img/icon_c.png") no-repeat 0 0;
  background-size:auto 20px;
  background-position: 0% 16%;
  padding-left: 30px;
  padding-bottom: 20px;
  font-size: 1.3em;
}
.card-text-tax01 {
margin: 0 ;
text-align: left;
padding: 0.8em 1em 0;
font-size: 1rem;
line-height: 1.8rem;
font-weight: bold;
}
.card-text-tax01-prof {
margin: 2.8em 2em 1.5em 0em;
text-align: left;
font-size: 1rem;
line-height: 1.8rem;
font-weight: bold;
}
.card-text-tax02 {
margin: 0 ;
margin: 1em 2em 1em;
font-size: 0.9rem;
text-align: left;
}
.card-text-tax03 {
margin: 0 ;
margin: 0em 1em;
font-size: 0.75rem;
text-align: left;
}
.card-text-tax04 {
padding: 1.3em 1em 0;
color: #7C7C7C;
font-size: 0.75rem;
text-align: center;
line-height: 1.2rem;
margin-top: auto
}
.card-list02{
width: calc(100% / 1);/*追加*/
display:flex;
flex-direction: column;
margin: 0.5em auto;
}
.card-list02 div{
padding:0;
padding-bottom: 15px;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
border-radius: 20px;
}
.card-list03{
margin: 0em 0 1em;
width: calc(95% / 2);/*追加*/
display:flex;
flex-direction: column
}
.card-list03 div{
padding:0;
padding-bottom: 15px;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
border-radius: 20px;
}
.card-list02 a:hover,.card-list03 a:hover{ 
	opacity:0.5;
	transition:0.3s;
}
.card-list03 figure{
padding: 20px 20px 0;
}
.card-list04{
margin: 0.5em auto;
padding: 0;
padding-bottom: 25px;
width: 100%;
height: 400px;
background: #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
border-radius: 20px;
}

@media all and (min-width: 768px) {
#cardlayout-wrap02 {
width: 92%;
}
#cardlayout-wrap02 H1{
padding: 40px 0 20px 50px;
font-size: 1.8rem;
text-align: left;
}
.card-list,.card-list02,.card-list03,.card-list04 {
margin: 0.5em 0;
width: calc(94% / 2);
}
}

@media all and (min-width: 992px) {
.card-list02{
 width: calc(97% / 2);
 margin-bottom: 3%;
}
.card-list02 img{
width: 70%;
}
.card-list04 {
 width: calc(92% / 4);
 margin-bottom: 3%;
}
#cardlayout-wrap::after{
  content:"";
  display: block;
 width: calc(92% / 2);
}
.card-list03 {
 width: calc(92% / 3);
margin: 0em 0 2em;
}
.cardlayout-wrap02_flex::after{
 content: "";
 display: block;
 width: calc(92% / 4);
}
.card-title01 {
margin: 1.8em 0em 0;
font-size: 2rem;
}
.card-title03 {
margin: 1em 1.5em 0.5em;
font-size: 1.2rem;
}
.card-text-tax03 {
margin: 0em 2.5em;
font-size: 0.85rem;
}
.card-title04 {
font-size: 1.3em;
}
.card-title05 {
max-width: 400px;
width: 100%;
color: #FFF;
margin: 1.3em 0 1em;
padding: 0.5em;
font-size: 1.3em;
border-radius: 50px;
background-color: #000000;
}
.card-title06 {
text-align: left;
  background:url("../img/icon_c.png") no-repeat 0 0;
  background-size:auto 20px;
  background-position: 0% 16%;
  padding-left: 20px;
  padding-bottom: 30px;
  font-size: 2.53em;
  font-weight:900;
}
}
#cardlayout-wrap04 {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
margin: 1em auto 2rem;
max-width: 1290px;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}

.inner {
width: 90%;
margin: 30px auto 50px;
background-color: #f0f0f0;
border-radius: 20px;
}

.inner_main {
width: 90%;
margin: 0 auto;
padding: 0px;
}
.card__f-text-cont table {
  border-spacing: 20px;
}
.card__f-text-cont th {
background: #436daa;
font-size: 0.9em;
font-weight: bold;
color: #FFF;
border-radius: 10px;
}
.card__f-text-cont .tbl-r01 th {
width: 30%;
text-align: center;
vertical-align: middle;  /* 中央揃え */
}
.card__f-text-cont .tbl-r01 td {
width: 80%;
padding: 10px;
text-align: left;
color: #2E2E2E;
}

.card__f-text-cont .tbl-r01 .time {
font-size: 2em;
font-weight: 900;
}
.card__f-text-cont .tbl-r01 .time02 {
font-size: 1.5em;
font-weight: 900;
}
.card__f-text-cont .tbl-r01 .cxc {
font-size: 1rem;
padding: 5px 0 0;
font-weight: bold;
line-height: 1em;
}
@media screen and (max-width:1024px){
.inner_main {
width: 95%;
padding: 10px 0px;}
.card__f-text-cont .tbl-r01 th {padding: 5px 0;}
.card__f-text-cont .tbl-r01 th,
.card__f-text-cont .tbl-r01 td {
display: block;
width: 100%;
font-size: 1.3em;
}
}

@media screen and (max-width:599px){
.card__f-text-cont .tbl-r01 th,
.card__f-text-cont .tbl-r01 td {
font-size: 0.85em;
}
}

.card__f {
display: flex;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
border-radius: 20px;
background-color: #FFFFFF;
line-height: 1.5;
}
.card__f-image {
display: flex;
justify-content: center;
align-items: center;
width: 50%;
margin: 0 auto;
padding: 3em 0em;
}
.card__f-text {
flex: 1;
min-width: 0;
display: flex;
padding: 0em 1em 2em;
}
@media screen and (max-width: 767px) {
.card__f {
display: block;
}
.card__f-image {
width: 100%;
border: 0;
padding: 1.5em 1.5em 0;
}
}


.noteList {
  display: table-cell;
  white-space: nowrap;
  padding-right: 10px;
  font-size: 0.8rem;
  color: #008cd6;
}
.noteText {
  display: table-cell;
    font-size: 0.8rem;
}







.flex-parent {
width:100%;
display:flex;
flex-wrap:wrap; /*折り返し*/
justify-content:space-between;/*両端揃え*/
}
.flex-parent::after{
  content:"";
  display: block;
  width:32%;
}
.flex-step {
width:32%;
display:flex;
flex-direction:column;
box-sizing:border-box;
margin-top: 30px;
}
.flex-grandchild-img {
width:100%;
height:auto;
position:relative;
}


.flex-grandchild-inner {
display:flex;
flex-direction:column;
flex-grow:1;
width:100%;
}
.flex-grandchild-inner h2 {
display:flex;
justify-content: center;
font-size:1.4rem;
margin:20px 30px 10px;
box-sizing:border-box;
color: #6fc3ec;
}
.flex-grandchild-inner h3 {
display:flex;
justify-content: center;
align-items:center;
min-height:56px;
font-size:1.6rem;
line-height:1.6;
padding:5px 5px 0px;
margin:0px 30px 5px;
box-sizing:border-box;
color: #e72420;
border-top: dotted 2px #e72420;
border-bottom: dotted 2px #e72420;
background-color: #ffe4e4;
}
.flex-grandchild-inner p {
padding:0px 10px;
margin:0px;
}
.flex-grandchild-innerText {
flex-grow:1;
padding:5px 30px;
box-sizing:border-box;
font-size: 1rem;
line-height:1.6;
word-break:normal;
}

.flex-grandchild-innerText02 {
padding:0px 30px 30px;
box-sizing:border-box;
font-size: 1.3rem;
line-height:1.6;
text-align: right;
}



@media screen and (max-width: 1280px) {
.flex-step {
width:49%;
display:flex;
flex-direction:column;
border:1px solid #ccc;
box-sizing:border-box;
border-radius:16px;
}
.flex-step:nth-of-type(n+3) {
margin-top:40px;
}
}

@media screen and (max-width: 896px) {
.flex-step {
width:100%;
display:flex;
flex-direction:row;
box-sizing:border-box;
}
.flex-step:nth-of-type(n+2) {
margin-top:40px;
}
.flex-grandchild-img img {
display:block;
width:100%;
height:100%;
object-fit:cover;
position:absolute;
top:0;left:0;
}
.flex-grandchild-inner h2 {
margin:15px 30px 5px;
}
.flex-grandchild-inner h3 {
line-height:1.3;
padding:0px 0;
margin:10px 30px 0px;
}
.flex-grandchild-innerText {
font-size: 1.2rem;
max-height: 250px;
overflow:hidden;
display:-webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:10;/* 4行以上は省略 */
padding:10px 30px;
}
}

