
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*]폜*/
}


.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: "yu-gothic-pr6n","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
}

.wrap_content {
	width: 100%;
	/*max-width: 1200px;*/
	padding: 0;
	margin: 0 auto;	
	text-align: center;
}

.st_wrapper h1 {
    font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 85px;
	font-weight: 600;
	line-height: 1.0em;
	margin:1% auto 6%;
	text-align: center;
	color: #000;
    /*text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;*/
}

.sub {
    font-size: 23px;
    font-weight: 400;
    margin: 5% auto 2%;
    line-height: 1.5em;
}

.st_wrapper h2 {
    font-weight: 600;
	font-size: 26px;
	line-height: 1.5em;
	margin: 5% auto 2%;
	text-align: center;
	color: #000;
}

.st_wrapper h3 {
    font-family: 'Outfit', sans-serif;
	font-size: 33px;
    font-weight: 600;
	margin: 2% auto 6%;
	color: #000;
	text-align: center;
}

.st_wrapper h3 span {
    font-size: 70%;
    font-weight: 400;
}

.st_wrapper h4 {
	font-size: 18px;
	margin: 0 auto 2%;
	color: #003c91;
	text-align: center;
}

.st_wrapper p{
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8em;
    margin: 1% auto;
}

.bdr {
    padding-bottom: 4px; 
    border-bottom:  solid 2px #000;
}

.Lead {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.3em;
    margin: 2% auto;
}

.item_box {
    width: 90%;
    margin: 0 auto;
}

.gry_box {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: stretch;
}

.s_txt {
    width: 43%;
    padding: 4% 0;
    margin: 3%;
    border-radius: 20px;
    float: left;
    background-color: #eee;
}


.s_img {
    width: 100%;
    float: left;
}

.s_img img {
    width: 100%;
}

.s_img2 {
    width: 70%;
    padding: 3% 5%;
    float: left;
}

.s_img2 img {
    width: 100%;
}

.date {
    font-size: 50px;
    line-height: 0.8em;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 8% auto 10%;
}

.date span {
    font-size: 20px;
}

.txt {
    font-size: 13px;
    text-align: center;
    line-height: 1.7em;
    margin: 2% auto;
}

.item {
    font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 13px;
    text-align: center;
    line-height: 2.2em;
    margin: 5% auto;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
}

/* Button 1 */
.btn-1 {
	margin: 3% auto;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 600;
	color: #000;
    transition: .2s;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #fff;
}


.btn-1:hover {
  letter-spacing: 0.15em;
}
 

.btn-2 {
	width: 600px;
	margin: 5% auto 8%;
    padding: 10px;
	background-color: #FFFFFF;
	border: solid 2px #000;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
    .wrap_content {
        width: 100%;
    }
    
	.st_wrapper p {
		font-size: 12px;
        line-height: 1.3em;
	}
	
	.st_wrapper h1 {
		font-size: 30px;
        margin: 1% auto 8%;
	}
    
    .sub {
        font-size: 14px;
    }
	
	.st_wrapper h2 {
		font-size: 17px;
        margin: 8% auto 5%;
	}
	
	.st_wrapper h3 {
		font-size: 27px;
	}
    
    .st_wrapper h3 br {
        display: none;
    }
    
    .st_wrapper h3 span {
        margin-right: 10px;
    }
    
	.Lead {
		font-size: 14px;
		line-height: 1.7em;
        margin: 3% auto;
	}
    
    .item_box {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .gry_box {
        margin: 3% auto;
        float: none;
		display:flex;
  		flex-direction:column;
    }
    
    .s_txt {
        width: 90%;
        padding: 3% 0;
        margin: 3% auto;
        border-radius: 15px;
        float: none;
        order:2;
    }
    
    .s_img {
        width: 100%;
        padding: 2% 0;
        float: none;
        order:1;
    }
    
    
    .s_img2 {
        width: 85%;
        padding: 2% 0;
        margin: 0 auto;
        float: none;
        order:1;
    }
        
    
    .date {
        font-size: 36px;
        margin: 4% auto 3%;
    }
    
    .date span {
        font-size: 15px;
    }
    
    .txt {
        font-size: 12px;
    }
    
    .item {
        font-size: 11px;
        line-height: 1.5em;
    }
    
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}			
	
	/* Button 1 */
	.btn-1 {
		font-size: 11px;
        padding: 5px 10px;
	}
	
	
	.btn-2 {
		width: 65%;
		margin: 8% auto;
		padding: 3%;
		font-size: 11px;
		position: relative;
	}	
}

