#main_content  {
    margin-top:30px;
}

#main_content .title_image  {
    margin-bottom:20px;
}

#main_content .page_link    {
    text-align:center;
    margin-bottom:48px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page_link .link01  {

}
.page_link .link02  {
    margin-left:0;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
    #main_content .page_link {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .page_link img {
        max-width: 90%;
        height: auto;
    }
    
    .box2 {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    
    .box2 img {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px !important;
        display: block !important;
    }
    
    .box2 .box_txt {
        clear: both;
        margin-left: 0px !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    
    .goshintoku01 {
        width: 100% !important;
        text-align: left;
        padding: 0 !important;
    }
    
    .goshintoku01 img {
        display: none !important;
    }
    
    .goshintoku02 {
        width: 100% !important;
        text-align: left !important;
        padding: 0 !important;
    }
    
    .goshintoku02 img {
        display: none !important;
    }
    
    #main_content p {
        font-size: 16px;
    }
}

#main_content p {
    font-size:14px;
    line-height:21px;
}

.box .box_l {
    float:left;
    width:367px;
}

.box .box_r {
    width:367px;
    margin-left:443px;
}

.box .box_txt   {
    margin-top:15px;
     border: 1px dotted #c5171e;
     padding:10px; 
     margin-bottom:42px;  
}

#main_content .sep  {
 	border-top-width: 1px;
	color: #231815;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #231815;
	margin-top:45px;
	margin-bottom:45px;
	padding:0px;
}

.box2 .box_txt  {
    margin-left:294px;
     border: 1px dotted #bf8d43;
     padding:10px; 
}

.box2 img   {
    float:left;
}

.goshintoku01   {
    width:790px;
    height:43px;
    position:relative;
    padding-left:20px;
    padding-right:20px;
}

.goshintoku01 .l_bow    {
    position:absolute;
    top:0px;
    left:0px;
}

.goshintoku01 .r_bow    {
    position:absolute;
    top:0px;
    left:822px;
}

.goshintoku02   {
    width:490px;
    height:33px;
    padding-top:10px;
    position:relative;
    padding-left:20px;
    padding-right:20px;
    text-align:center;
}

.goshintoku02 .l_bow    {
    position:absolute;
    top:0px;
    left:0px;
}

.goshintoku02 .r_bow    {
    position:absolute;
    top:0px;
    left:522px;
}

