body {
    letter-spacing: 0.00em;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}


/* スマートフォン 375px */
@media (max-width: 767px) {
.SubNav01 .SubNavList li a {
    font-size: var(--FontSizeP5);
}
/*フォームリストページ*/
.CntFrmList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em 1em;
    max-width: 100%;
    margin: 0 auto;
    padding: 2em 0;
}
.CntFrmListItem {
    flex: 0 1 calc((90% - 1em) / 1);
    overflow: hidden;
    letter-spacing: 0;
    margin: 0em 0 0em 0;
}
.CntFrmListItem p {
    align-items: center;
    font-size: var(--FontSizeP1);
    color: var(--color2);
    margin: 0 0 0 0;
    line-height: 1.8em;
    text-align: justify;
}
.CntFrmListLnk {
    color: var(--color3);
    border: 3px solid var(--color3);
    border-radius: 1rem;
    box-sizing: border-box;
    padding: 1em 0 0.5em 0;
    display: flex;
    flex-direction: column;
    margin: 0 0 0.2em 0;
}
.CntFrmListLnk h3 {
    font-size: var(--FontSizeH3_5);
    font-weight: 400;
    color: var(--color3);
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 0.5em 0;
    line-height: 1.2;
}
.CntFrmListLnk p {
    align-items: center;
    font-size: var(--FontSizeP4);
    color: var(--color3);
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1em;
    text-align: center;
}
.CntFrmDsc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	flex-flow: column;
	align-items: center;
    gap: 2em 1em;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
}
.CntFrmDsc p {
    width: 90%;
    font-size: var(--FontSizeP0);
    line-height: 2em;
    text-align: justify;
}
.CntFrmDsc .Offc {
    font-size: var(--FontSizeP0);
    line-height: 2em;
    text-align: center;
}
.CntFrmDsc .Offc address {
    font-style: normal;
}
.CntFrmDsc .Offc h2 {
    align-items: center;
    font-size: var(--FontSizeH3);
    font-weight: 400;
    color: var(--color8);
    line-height: 1.4em;
    margin: 1em 0 0.25em 0;
    text-align: center;
}
.CntFrmDsc .Offc p {
    width: 100%;
    font-size: var(--FontSizeP0);
    line-height: 2em;
    text-align: center;
}
.CntFrmDsc .TelFaxRow {
    display: flex;
    justify-content: center;
    gap: 0em;
    flex-wrap: wrap;
}
.CntFrmDsc .TelFaxRow span {
    white-space: nowrap;
}



.PrdListItem {
    aspect-ratio: 1 / 1.05;
    }
.PrdListImgWrap {
    aspect-ratio: 1 / 1.05;
}
.PrdListImgWrap img {
    padding: 1.5em 0 0 0;
}
.PrdListModel img {
    padding: 0;
}
.PrdListImgWrap img.PrdListImgN {
    padding: 0.75em 0 0 0;
}
.PrdListSubA {
    font-size: var(--FontSizeP6);
    line-height: 1.15em;
    padding: 0 3%
}
.HeadingLv4Cap {
    text-align: left;
}
.OptionItem6 .OptionItem6Inner .HeadingLvP_09 {
    text-align: left;
}
.TxtalgnL_Sp {
    text-align: left;
}
.FeatureItem .TxtalgnL_Sp, 
.FeatureText .TxtalgnL_Sp, 
.FeatureText21 .TxtalgnL_Sp, 
.CardItem .CardText .HeadingLv4Cap.TxtalgnL_Sp,
.FeatureItem .FeatureText .TxtalgnL_Sp.OptionItem  .TxtalgnL_Sp {
    text-align: left;
}
.OptionGrid6 .OptionItem6 .SizeAuto {
  aspect-ratio: auto;
}
    
    
    
}


/* タブレット・小型PC 1024px*/
@media (min-width: 768px) and (max-width: 1279px) {
    
    
.PageHeader {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    color: var(--color2);
    padding: 0em 0em;
	flex-flow: column;
}
.SubNav01 {
	justify-content: center;
}
.SubNav01 .SubNavList li a {
    padding: 1.5em 1em;
}
    
.SubNav01.PopupNav.Show {
    border-radius: 6em 6em 0 0;
}
.SubNav01.PopupNav.Show .SubNavList li a {
    padding: 1.5em 1em 1.5em 1em;
}
    
    
.PrdList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    max-width: 100%;
    margin: 0 auto;
    padding: 2em 0;
}
.PrdListItem {
    flex: 0 1 calc((100% - 3em) / 4);
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    border-radius: 0.5em;
    border: 1px solid #dddddd;
    letter-spacing: 0;
    aspect-ratio: 1 / 1.1;
    }
.PrdListLink {
    display: block;
    text-decoration: none;
    color: inherit;
}
.PrdListImgWrap {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%);
    aspect-ratio: 1 / 1.1;
}
.PrdListImgWrap img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1;
    padding: 1.75em 0 0 0;
}
.PrdListImgWrap img.PrdListImgN {
    padding: 0.75em 0 0 0;
}
    
.PrdOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--color2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.PrdListLabel {
    position: absolute;
    bottom: 0.6em;
    left: 0.6em;
    background: #FF0000;
    color: white;
    font-size: var(--FontSizeP5);
    font-weight: 400;
    line-height: 1em;
    padding: 0.4em 0.5em;
}
.PrdOverlayInner {
    text-align: center;
}
.PrdListSub {
    font-size: 0.4rem;
    line-height: 1.8em;
    font-weight: 400;
    position: absolute;
    width: 100%;
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
}
.PrdListSub.TextB {
    font-size: var(--FontSizeP3);
}
.PrdListModel img {
    height: 25px;
    max-width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 1 / 1;
    padding: 0;
}
.zoom-hover:hover .PrdListModel img {
    transform: translateX(-50%) !important;
}
.PrdListCatch {
    font-size: var(--FontSizeP5);
    color: var(--color2);
    font-weight: 300;
    position: absolute;
    bottom: 0.8em;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.2em;
    width: 94%;
    display: none;
}
.PrdListSubA {
    font-size: var(--FontSizeP7);
    padding: 0 0.3em;
}

    
/*フォームリストページ*/
.CntFrmList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em 1em;
    max-width: 100%;
    margin: 0 auto;
    padding: 2em 0;
}
.CntFrmListItem {
    flex: 0 1 calc((90% - 1em) / 2);
    overflow: hidden;
    letter-spacing: 0;
    margin: 2em 0 2em 0;
}
.CntFrmListItem p {
    align-items: center;
    font-size: var(--FontSizeP1);
    color: var(--color2);
    margin: 0 0 0 0;
    line-height: 1.8em;
    text-align: justify;
}
.CntFrmListLnk {
    color: var(--color3);
    border: 3px solid var(--color3);
    border-radius: 1rem;
    box-sizing: border-box;
    padding: 1em;
    display: flex;
    flex-direction: column;
    margin: 0 0 0.2em 0;
}
.CntFrmListLnk h3 {
    font-size: var(--FontSizeH3_5);
    font-weight: 400;
    color: var(--color3);
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 0.2em 0;
    line-height: 1.2;
}
.CntFrmListLnk p {
    align-items: center;
    font-size: var(--FontSizeP4);
    color: var(--color3);
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1em;
    text-align: center;
}
.CntFrmDsc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	flex-flow: column;
	align-items: center;
    gap: 2em 1em;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
}
.CntFrmDsc p {
    width: 90%;
    font-size: var(--FontSizeP0);
    line-height: 2em;
    text-align: justify;
}
.CntFrmDsc .Offc {
    font-size: var(--FontSizeP0);
    line-height: 2em;
    text-align: center;
}
.CntFrmDsc .Offc address {
    font-style: normal;
}
.CntFrmDsc .Offc h2 {
    align-items: center;
    font-size: var(--FontSizeH3);
    font-weight: 400;
    color: var(--color8);
    line-height: 1.4em;
    margin: 1em 0 0.25em 0;
    text-align: center;
}
.CntFrmDsc .Offc p {
    width: 100%;
    font-size: var(--FontSizeP0);
    line-height: 2em;
    text-align: center;
}
.CntFrmDsc .TelFaxRow {
    display: flex;
    justify-content: center;
    gap: 2em;
    flex-wrap: wrap;
}
.CntFrmDsc .TelFaxRow span {
    white-space: nowrap;
}
.OptionGrid6 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em 1em;
    margin: 7.5em 0 0em 0;
}
.TxtalgnL_Tab, 
.FeatureItem .TxtalgnL_Tab, 
.OptionItem  .TxtalgnL_Tab,
.FeatureText21 .TxtalgnL_Tab, 
.CardItem .CardText .HeadingLv4Cap.TxtalgnL_Tab,
.OptionItem6 .OptionItem6Inner .HeadingLvP_09
{
    text-align: left;
}
.HeadingLv4Cap.TxtalgnL_Tab {
    text-align: left;
}


}


/* PC・ワイド画面 1280px*/
@media (min-width: 1280px) {
.PrdListSub {
    font-size: var(--FontSizeP3);
    line-height: 1em;
    font-weight: 400;
    position: absolute;
    width: 100%;
    bottom: 82%;
    left: 50%;
    transform: translateX(-50%);
}
.WrkListName h3 {
    font-size: var(--FontSizeH5);
    line-height: 1.1em;
    margin: 0 0 0.1em 0;
}
    
    
/*フォームリストページ*/
.CntFrmList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em 1em;
    max-width: 100%;
    margin: 0 auto;
    padding: 2em 0;
}
.CntFrmListItem {
    flex: 0 1 calc((70% - 1em) / 2);
    overflow: hidden;
    letter-spacing: 0;
    margin: 0 0 3em 0;
}
.CntFrmListItem p {
    align-items: center;
    font-size: var(--FontSizeP1);
    color: var(--color2);
    margin: 0 0 0 0;
    line-height: 1.8em;
    text-align: justify;
}
.CntFrmListLnk {
    color: var(--color3);
    border: 3px solid var(--color3);
    border-radius: 1rem;
    box-sizing: border-box;
    padding: 1em;
    display: flex;
    flex-direction: column;
    margin: 0 0 0.2em 0;
}
.CntFrmListLnk h3 {
    font-size: var(--FontSizeH3);
    font-weight: 400;
    color: var(--color3);
    min-height: 2.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 0.2em 0;
    line-height: 1.2;
}
.CntFrmListLnk p {
    align-items: center;
    font-size: var(--FontSizeP4);
    color: var(--color3);
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 1em;
    text-align: center;
}
.CntFrmDsc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	flex-flow: column;
	align-items: center;
    gap: 2em 1em;
    max-width: 100%;
    margin: 0 auto;
    padding: 0em 0;
}
.CntFrmDsc p {
    width: 70%;
    font-size: var(--FontSizeP0);
    line-height: 2em;
    text-align: center;
}
.CntFrmDsc .Offc {
    font-size: var(--FontSizeP0);
    line-height: 2em;
    text-align: center;
}
.CntFrmDsc .Offc address {
    font-style: normal;
}
.CntFrmDsc .Offc h2 {
    align-items: center;
    font-size: var(--FontSizeH3);
    font-weight: 400;
    color: var(--color8);
    line-height: 1.4em;
    margin: 1em 0 0.25em 0;
    text-align: center;
}
.CntFrmDsc .Offc p {
    width: 100%;
    font-size: var(--FontSizeP0);
    line-height: 2em;
    text-align: center;
    font-style: normal;
}
.CntFrmDsc .TelFaxRow {
    display: flex;
    justify-content: center;
    gap: 2em;
    flex-wrap: wrap;
}
.CntFrmDsc .TelFaxRow span {
    white-space: nowrap;
}
.PrdListSubWrap {
    font-size: var(--FontSizeP6);
    line-height: 1.2em;
    font-weight: 400;
    position: absolute;
    width: 100%;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
}
.PrdListSubA {
    font-size: var(--FontSizeP4);
    line-height: 1.15em;
}

.PrdListCatch {
    font-size: var(--FontSizeP5);
    color: var(--color2);
    font-weight: 300;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.1em;
    width: 94%;
}
.TxtalgnL_Pc
 {
    text-align: left;
}
.OptionItem6 .OptionItem6Inner .HeadingLvP_09 {
    text-align: left;
}
}




    
