﻿@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.content_p {
    width: 820px; /* 横幅 */
    margin: 0 auto; /* 余白 */
}

.contents_text {
	padding: 0;
	color: #333333;
	letter-spacing:0.1em; 
    line-height:3em;
}

.contents_public {
	border-top: 1px solid #D9D9D9;
	display: flex; 
	justify-content: center;
}

.contents_public2 {
	border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
	display: flex;
	margin-bottom: 200px;
	justify-content: center;
}

.main_title {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    padding-bottom: 12px;
    padding-top: 20px;
    width: 100%;
    border-bottom: 3px solid  #D5D0C9;
    margin-bottom: 50px;
}

.main_title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: 3px solid #172177;
    bottom: -3px;
    width: 15%;
}

@media screen and (max-width:990px){
	.content_p{
		width: 600px; /* 横幅 */
		margin: 0 auto; /* 余白 */
	}
}

@media screen and (max-width:550px){
    .content_p{
		width: 250px; /* 横幅 */
		margin: 0 auto; /* 余白 */
	}

    .contents_public2 {
	margin-bottom: 100px;
}
}