@charset "utf-8";
/* CSS Document */

.wrapper{
	width: 100%;
	max-width: 1000px;
	margin: 3% auto;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.lead{
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	margin: 8% auto;
}

.line{
	font-size: 20px;
	font-weight: 600;
}

.date{
	background: linear-gradient(transparent 0%, #f0ede4 0%);
	padding: 0.5% 2%;
	font-size: 22px;
}

.text-left{
	display: inline-block;
	text-align: left;
	font-weight: 600;
	margin: 2% 0;
}

/*文字の脇にライン*/
    .title-border {
        width: 100%;
        margin: 0 auto 5%;
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 17px;
    }
    .title-border:before,
    .title-border:after {
        border-top: 1px solid;
        content: "";
        flex-grow: 1;
    }
    .title-border:before {
        margin-right: 1.5rem;
    }
    .title-border:after {
        margin-left: 1.5rem;
    }

.box{
	width: 96%;
	margin: 0 auto 5%;
	display: flex;
	align-items: center;
}

.flex2 {
  flex-flow: row-reverse;
}

.box img{
	display: block;
	width: 50%;
}

.box p{
	font-size: 12px;
	line-height: 1.6;
	box-sizing: border-box;
	padding: 0 2%;
}

.box .item{
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5%;
}

.box .tax{
	font-size: 10px;
}

.br_p{
	display: none;
}

@media(min-width:750px){
	
.main{
	display: block;
	width: 50%;
	margin: 0 auto;
}

.lead{
	font-size: 15px;
	line-height: 2;
	margin: 8% auto;
}
	
	.br_s{
		display: none;
	}

.line{
	font-size: 20px;
}

.text-left{
	margin: 1% 0;
}

.title-border {
	width: 90%;
	font-size: 20px;
}

.title-border:before {
	margin-right: 2rem;
}
.title-border:after {
	margin-left: 2rem;
}

.box{
	width: 90%;
	margin: 0 auto 5%;
}

.box p{
	font-size: 15px;
	width: 50%;
}

.box .item{
	font-size: 18px;
}
	
.box .tax{
	font-size: 13px;
}	
	
.br_p{
	display: inline;
}
}