@charset "utf-8";

.p-wrap{
    width:100%;
    max-width: 100%;
    display: flex;
    margin-top: 50px;
    }
@media screen and (max-width: 767px){
    .p-wrap{
    margin-top: 30px;
    }
    }
.p-main{
    width:100%;
    max-width: 100%;
    }
.p-side{
    width: 310px;
    max-width: 100%;
    }
@media (max-width: 1200px) {
    .fs-l-main {
    padding: 0 0px;
    }
    }


/*汎用セレクタ*/
.p-content-inner a{
    text-decoration:underline;
    }
.p-wrap h1{
    font-size: 2.9rem;
    font-weight: 600;
    color:#4D9FB9;
    letter-spacing: 0.2rem;
    padding: 0px 10px;
    margin-bottom: 70px;
    text-align: left;
    }
.p-wrap h2{
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    line-height: 2.5rem;
    padding: 0 0 10px;
    text-align: left;
    }
.p-wrap h3{
    font-size: 1.7rem/*2rem*/;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin-bottom: /*25px*//*10px*/;
    padding:0 0 10px;
    text-align: left;
    }
.p-em-h3_outlet{
    font-size:1.6rem!important;
    }
.p-em-h3::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left: 6px solid #333;
    padding: 0;
    margin: 0;
    top: -0px;
    position: relative;
    }
.p-em-h3_outlet:before{
    content: "⇒";
    border:none;
    border-left:none;
    }
.p-wrap h4{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.2rem;
    text-align: left;
    }
.p-wrap h5{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
    }
.p-content-headline{
    margin-bottom: 5px!important;
    }
.p-wrap p{
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    }
@media screen and (max-width: 767px){
    .p-wrap h1{
    font-size: 2.4rem;
    margin-bottom: 20px;
    }
    .p-wrap h2{
    padding: 13px 10px;
    font-size: 1.8rem;
    }
    .p-wrap h3{
    font-size: 1.6rem;
    margin-bottom: /*12px*/0;
    }
    .p-em-h3_outlet{
    font-size:1.5rem!important;
    }
    .p-wrap h4{
    font-size: 1.6rem;
    }
    }
@media screen and (max-width: 499px){
    .p-wrap h1{
    font-size: 2.1rem;
    margin-bottom: 20px;
    }
    .p-wrap h2{
    padding: 13px 10px 5px;
    }
    .p-wrap h3{
    padding: 0 0 0px;
    }
    .p-em-h3_outlet{
    margin-bottom: 5px !important;
    }
    .p-wrap p{
    line-height: 2rem;
    font-size: 13px;
    }
    }


/*ナビボタン*/
.nav_wrap{
    max-width: 100%;
    background-size: 40px 40px;
    background-repeat: repeat;
    }
.nav{
    width: 1020px;
    max-width: 1020px;
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0px 0 60px;
    gap: 10px 20px;
    padding: 0px 0 0 20px;
    }
.nav li {
    max-width: 95px;
    width:95px;
    height: 95px;
    position: relative;
	text-align: center;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #29211f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
.nav li p{
    padding: 10px 10px 15px;
    font-size: 1.3rem;
	font-weight: bold;
    letter-spacing: 0rem;
    line-height: 1.7rem!important;
    color:#29211f;
    }
.nav li p:after{
    content: "";
    position: absolute;
    top: 67px;
    left: 41px;
    border: 6px solid transparent;
    border-top: 7px solid #29211f;
    }
.nav li:hover {
opacity: 0.7;
    }
/*追従ナビ設定*/
.nav_stiky{
	margin: 50px auto 80px;
    position: fixed;
    z-index: 999;
    top: 20px;
    right: 0px;
    padding: 6px 80px;
    }
.nav_stiky a {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
	text-align: center;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #29211f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
.nav_stiky li p{
    max-width:100px;
    padding: 15px 15px 23px;
    color:#29211f;
    font-size: 1.4rem;
	font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 1.8rem!important;
    }
.nav_stiky li p:after{
    content: "";
    position: absolute;
    top: 70px;
    left: 43px;
    border: 6px solid transparent;
    border-top: 7px solid #29211f;
    }
@media only screen and (max-width: 1280px){
    .nav_stiky{
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: none;
    align-items: center;
    margin: 0;
    top: 0px;
    right: 0px;
    padding: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }
    .nav_stiky a {
    width: calc(20% - 10px);
    height: 80px;
    margin-bottom: 0px;
    border-radius: 0;
    font-size: 0.9em;
    box-shadow: none;
    border: none;
    border-right:1px solid #9b9b9b;

    }
    .nav_stiky a:first-child{
    border-left:1px solid #9b9b9b;
    }
    .nav_stiky li p{
    padding: 15px 15px 30px;
    }
    .nav_stiky li p:after{
    top: 59px;
    left: 47%;
    border-top: 5px solid #29211f;
    }
    }
@media only screen and (max-width: 780px){
    .nav li p{
    font-size: 1.3rem;
    }
    .nav_stiky a {
    width: 33%;
    font-size: 0.9em;
    letter-spacing: 0.3px;
    line-height: 1.1rem;
    }
    .nav_stiky a:first-child{
    border-left:none;
    }
    .nav_stiky a:last-child{
    border-right:none;
    }
    .nav_stiky li p:after{
    top: 58px;
    left: 46%;
    }
    }
@media only screen and (max-width: 767px){
    .nav{
	margin: 20px auto 30px;
    letter-spacing: 0.3px;
    }
    .nav li{
    max-width: 80px;
    width: 80px;
    height: 80px;
    }
    .nav li p:after{
    top: 58px;
    left: 33px;
    }
    }
@media only screen and (max-width: 499px){
    .nav{
	margin: 30px auto 10px;
    gap: 10px 10px;
    justify-content: center;
    padding: 0;
    }
    .nav li{
    max-width: 70px;
    width: 70px;
    height: 70px;
    }
    .nav li p{
    font-size: 1.2rem;
    letter-spacing: 0rem;
    line-height: 1.4rem!important;
    }
    .nav li p:after{
    top: 52px;
    left: 28px;
    border-top: 5px solid #29211f;
    }
    .nav_stiky a {
    height: 70px;
    }
    .nav_stiky.nav li {
    max-width: 100px;
    height: 100px;
    font-size: 0.7rem;
    line-height: 1.0rem;
    }
    .nav_stiky li p{
    padding: 10px 10px 23px;
    font-size: 1.2rem;
    line-height: 1.6rem!important;
    }
    .nav_stiky li p:after{
    top: 51px;
    left: 43%;
    }
    }

    
/*コンテンツ*/
.p-content{
    padding: 10px;
    margin-bottom: 40px;
    }
.p-content-inner{
    padding: 15px;
    margin-bottom: 20px;
    }
.p-content-inner p{
    text-align: left;
    margin-bottom: 10px;
    }
.p-em-h3{
    text-align: left;
    }
.p-content-block_wrap{
    background-color: #f7f6f6/*#f1f0f0*/;
    padding: 20px 0 20px;
    }
.p-content-block{

    }
/*
.p-content-block:first-child{
    margin: 0 10px 0px;
    }*/
@media screen and (max-width: 767px){
    .p-content-block_wrap{
    margin-bottom: 60px!important;
    }
    .p-content-block {
    margin: 0 10px 10px;
    }
    }
@media screen and (max-width: 499px){
    .p-content-block_wrap{
    margin-bottom: 50px!important;
    }
    .p-content{
    padding: 10px;
    margin-bottom: 0px;
    }
    .p-content-inner {
    padding: 15px 0;
    }
    .p-content-block{
    padding: 1rem;
    margin: 0 0px /*20px*/0;
    }
    .p-content-inner{
    margin-bottom: 10px;
    }
    }


.p-content-block_inner{
    width:590px;
    max-width: 590px;
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
.p-content-block_inner img {
    display: block;
    width: 100%;
    height: 330px;
    margin-bottom: 30px;
    object-fit: cover;
    }
/*画像4個表示
.p-content-block_inner img{
    display: block;
    width:calc(50% - 5px);
    height:calc(190px + 5px);
    margin-bottom: 5px;
    margin-right: 5px;
    object-fit: cover;
    }*/
.p-content-block_inner img:nth-of-type(n+3) {
    margin-bottom: 0px;
    }
@media screen and (max-width: 960px){
    .p-content-block_inner{
    width:90%;
    max-width: 90%;
    }
    }
@media screen and (max-width: 767px){
    .p-content-block_inner{
    width:100%;
    max-width: 100%;
    }
    .p-content-block_inner img{
    height:calc(200px);
    }
    }
@media screen and (max-width: 499px){
    .p-content-block_inner img{
    height:calc(170px);
    }
    }
@media screen and (max-width: 400px){
    .p-content-block_inner img{
    height:calc(120px + 5px);
    }
    }
.p-flowchart{
    width:500px;
    margin:0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.p-flowchart-item{
    background-color: #f1f0f0;
    width:150px;
    max-width: 150px;
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.0rem;
    letter-spacing: 0.1rem;
    }
.p-flowchart-arrow{
    margin: 0 10px;
    }
@media screen and (max-width: 600px){
    .p-flowchart{
    width:95%;
    margin:0 auto 20px;
    }
    }


.p-confirm{
    width:100%;
    max-width: 540px;
    margin:0 auto 20px;
    }
.p-confirm li{
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px dotted #333;
    }
.p-confirm li:first-child{
    padding: 5px 0;
    }
.p-confirm p{
    margin-bottom: 0px;
    }
@media screen and (max-width: 499px){
    .p-confirm{
    width:90%;
    }
    .p-confirm p{
    line-height: 1.8rem;
    }
    }

/*タイトル下文章*/
.p-main-cap{
    padding: 0 20px;
    text-align: left;
    font-size: 1.3rem;
    line-height: 2.1rem!important;
    margin: 0 auto 45px;
    }
.p-main-cap span{
    display: block;
    }
.p-main-cap span:first-child{
    margin-bottom: 9px;
    }
.p-main-cap span:last-child{
    margin-top: 9px;
    }




/**/
.card-list{
    margin-bottom:15px!important;
    }
.card-table{
    width:100%;
    display:flex;
    border:1px solid #8a8989;
    margin:0 0 10px;
    font-size:1.3rem;
    }
.card-table_left{
    background-color:#8a8989;
    display:flex;
    align-items:center;
    color:#fff;
    font-weight:600;
    line-height: 1.8rem;
    padding:15px;
    }
.card-table_right{
    display:flex;
    align-items:center;
    line-height:2.0rem;
    padding:15px;
    }
@media screen and (max-width: 499px){
    .card-table_left{
    font-size:1.2rem;
    }
    .card-table_right{
    font-size:1.2rem;
    }
    }

.guide-ex{
    display:block;
    font-size:1.4rem;
    line-height:2.2rem!important;
    padding:3px 0!important;
    }
.guide-table{
    display:flex;
    font-weight:600;
    line-height:2.0rem;
    }
.guide-table div:first-child{
    width:80px;
    }
.guide-table div:last-child{
    width:780px;
    }
.guide-ano{
    display:block;
    font-size:1.2rem;
    line-height:1.8rem!important;
    padding: 5px 0 0 1rem;
    }
.guide-ex.guide-table{
    display:flex;
    font-size:1.2rem;
    font-weight:normal;
    line-height:1.7rem!important;
    padding-top:0px;
    }
@media screen and (max-width: 767px){
    .guide-table div:first-child {
    width: 180px;
    }
    .guide-table div:last-child{
    width:680px;
    }
    }
@media screen and (max-width: 767px){
    .guide-ex{
    font-size:1.3rem;
    line-height:2rem!important;
    }
    }

.cod-table{
    width:100%;
    border:1px solid #8a8989;
    margin:0 0 10px;
    }
.cod-table_line{
    height:100%;
    display:flex;
    }
.cod-table_left{
    background-color:#8a8989;
    border-bottom: 1px solid #fff;
    width:20%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.3rem;
    color:#fff;
    text-align: center;
    line-height:1.7rem;
    font-weight:600;
    padding:10px;
    }
.cod-table_line:last-child .cod-table_left{
    border-bottom: none;
    }
.cod-table_right{
    background-color:#fff;
    width:80%;
    display: flex;
    align-items: center;
    border-bottom:1px dotted #8a8989;
    font-size:1.3rem;
    line-height:2.0rem;
    padding:10px;
    }
.cod-table_right-last{
    background-color:#fff;
    width:80%;
    display: flex;
    align-items: center;
    border-bottom:none;
    font-size:1.3rem;
    line-height:2.0rem;
    padding:10px;
    }
@media screen and (max-width: 499px){
    .cod-table_left{
    font-size:1.2rem;
    }
    .cod-table_right{
    font-size:1.2rem;
    line-height: 1.7rem;
    }
    .cod-table_right-last{
    font-size:1.2rem;
    line-height: 1.7rem;
    }
    }
    

.delivery-table_wrap{
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    }
.delivery-table_wrap::-webkit-scrollbar {
    display:none;
    }
.delivery-table_pc{
    width:100%;
    border:1px solid #8a8989;
    margin:0 0 30px;
    white-space: nowrap;
    }
.delivery-table_pc th{
    background-color:#8a8989;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    font-size:1.2rem;
    line-height:1.4rem;
    color:#fff;
    padding:10px;
    }
.delivery-table_pc th span{
    display:block;
    margin-bottom:-4px;
    }
.delivery-table_pc td{
    border:1px solid #8a8989;
    vertical-align: middle;
    font-size:1.2rem;
    text-align:right;
    line-height: 1.5rem;
    padding:10px;
    }
.delivery-table_wrap-sp{
    display:none;
    }
.delivery-table_sp{
    width: 100%;
    table-layout: fixed;
    border:1px solid #8a8989;
    margin:0 0 30px;
    }
.delivery-table_sp th{
    border-bottom:1px solid #8a8989;
    border-left:1px solid #8a8989;
    font-size:1.2rem;
    line-height:1.4rem;
    padding:10px;
    width:190px;
    }
.delivery-table_sp th span{
    display:block;
    margin-bottom:-4px;
    }
.delivery-table_sp td{
    border-bottom:1px solid #8a8989;
    border-left:1px solid #8a8989;
    border-right:1px solid #8a8989;
    vertical-align: middle;
    font-size:1.2rem;
    text-align:right;
    line-height: 1.5rem;
    padding:6px 10px 6px;
    }
.delivery-table_sp tr{
    background-color:#eeeeee;
    }
.delivery-table_sp .tr-white{
    background-color:#fff;
    }
.delivery-table_wrap-sp p {
    line-height:1.5rem!important;
    }
.delivery-table_wrap-sp .cod-table .cod-table_left{
    width: 40%;
    }
.delivery-table_wrap-sp .cod-table .cod-table_right{
    width: 60%;
    }
.delivery-table_wrap-sp .cod-table_right-last {
    width: 60%;
    }
hr{
    margin-bottom:70px;
    }
@media screen and (max-width: 900px){
    .delivery-table_wrap-pc{
    display:none;
    }
    .delivery-table_wrap-sp{
    display:block;
    }
    .delivery-table_wrap{
    scrollbar-width: auto;
    }
    .delivery-table_wrap::-webkit-scrollbar {
    display:none;
    }
    }
@media screen and (max-width: 499px){
    hr{
    margin-bottom:20px;
    }
    .delivery-table_sp th{
    width:150px;
    }
    }


/*レスポンシブ設定*/
.iframe-pc{
    margin-top: 50px;
    margin-bottom: 5px;
    }
.iframe-sp {
    display: none;
    height:230px;
    }

/*フッター iframe*/
.iframe-footer-pc{
    text-align: center;
    width:1020px;
    height: 1850px;
    margin: 0 auto;
    }
.iframe-footer-sp{
    display: none;
    }
@media only screen and (max-width: 767px) {
    .iframe-pc {
    display: none;
    }
    .iframe-sp{
    display: block;
    }
    .iframe-footer-pc{
    display: none;
    }
    .iframe-footer-sp{
    display: block;
    width:100%;
    height:1060px;
    }
    }




@media screen and (max-width: 960px){
    .p-side{
    display: none;
    }
    .p-main{
    width: 100%;
    padding-left: 0px;
    }
    }