/* ---------------------------------------------------------------
start OUTLINE CSS
--------------------------------------------------------------- */

/* --------------- outline --------------- */


.bg_fixed.outline1 {
	background-image: url(../img/outline/bg_rinen.jpg);
}

.bg_fixed.outline2 {
	background-image: url(../img/outline/bg_info.jpg);
}

.bg_fixed.outline3 {
	background-image: url(../img/outline/bg_access.jpg);
}

.bg_Parallax_outline1 ,
.bg_Parallax_outline2 ,
.bg_Parallax_outline3 {
	width: 100%;
	background-color: #fef3ec;
}

.col_Parallax_outline1 {
	width: 100%;
	height: 622px;
	border-radius: 0 0 80px 0;
	background-image: url(../img/outline/bg_rinen.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.col_Parallax_outline2 {
	width: 100%;
	height: 622px;
	border-radius: 0 0 80px 0;
	background-image: url(../img/outline/bg_info.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.col_Parallax_outline3 {
	width: 100%;
	height: 622px;
	border-radius: 0 0 80px 0;
	background-image: url(../img/outline/bg_access.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.col_mainimg_outline {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	border-radius: 0 0 65px 0;
	overflow: hidden;
	background-image: url(../img/outline/mainimg.jpg);
}

.pagettl.outline {
	width: 335px;
	margin: 0 0 -88px;
	padding: 25px 0;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 0;
	top: -88px
}

.pagettl.outline h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
}

.pagettl.outline img {
	width: 90px;
	margin: 6px auto 0;
	display: block;
}

.mds_outline1 {
	margin: 0 auto 30px;
	padding: 0;
	text-align: center;
	line-height: 1.2;
}

.mds_outline1 .ja {
	margin: 0 0 5px;
	font-size: 30px;
	display: block;
	letter-spacing: 0.14em
}

.mds_outline1 .en {
	margin: 0;
	display: block;
}

.mds_outline1.profile .en {
	max-width: 45px;
	margin-left: auto;
	margin-right: auto;
}

.mds_outline1.history .en {
	max-width: 54px;
	margin-left: auto;
	margin-right: auto;
}

.mds_outline1.info .en {
	max-width: 87px;
	margin-left: auto;
	margin-right: auto;
}

.mds_outline1.newsletter .en {
	max-width: 76px;
	margin-left: auto;
	margin-right: auto;
}

.mds_outline1.access .en {
	max-width: 46px;
	margin-left: auto;
	margin-right: auto;
}


.col_outline1 {
	width: 90%;
	max-width: 854px;
	margin: 0 auto 65px;
	padding: 35px 0 45px 0;
	border-bottom: dotted 1px #ed743c;
}

.wrap_outline1 {
	max-width: 642px;
	width: 100%;
	margin: 0 auto;
}

.cont_outline1 {
	width: 100%;
	margin: 0 auto;
}

.cont_outline1 dl {
	width: 100%;
	margin: 0 auto 31px;
	padding: 0;
	font-weight: 500;
	font-size: 18px;
	display:flex;
	flex-wrap: wrap;
	border: 1px solid #b2b2b2;
	border-top: none;
}

.cont_outline1 dt {
	width: 140px;
	margin: 0;
	padding: 9px 20px;
	color: #ed743c;
	text-align: center;
	background: #fef2ea;
	box-sizing: border-box;
	border-top: 1px solid #b2b2b2;
}

.cont_outline1 dd {
	width: calc( 100% - 140px );
	margin: 0;
	padding: 9px 20px;
	border-left: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2; 
	box-sizing: border-box;
}


.col_outline2 {
	max-width: 540px;
	width: 82%;
	margin: 0 auto 60px;
}

.cont_outline2 ul {
	margin: 0;
	padding: 5px 0 0;
	list-style-type: none;
}

.cont_outline2 li {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.cont_outline2 li div {
	width: 150px;
	padding: 0 0 20px;
}

.cont_outline2 li span {
	width: calc( 100% - 150px );
	display: block;
	padding:  3px 0 0 45px;
}

.cont_outline2 li.first:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #ed743c;
	display:inline-block;
	position: absolute;
	top: 7px;
	left: 8px;
	z-index: -2;
}

.cont_outline2 li:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: #ed743c;
	display:inline-block;
	position: absolute;
	top: 3px;
	left: 8px;
	z-index: -2;
}

.cont_outline2 li.last:before {
	content: "";
	width: 1px;
	height: 10px;
	background-color: #ed743c;
	display:inline-block;
	position: absolute;
	top: 0;
	left: 8px;
	z-index: -2;
}

.txt_long p {
	margin: 0 0 21px 0;
	padding: 0;
}


.col_outline3 {
	width: 100%;
	margin: 0;
	padding: 0 0 100px;
	background-color: #fef3ec;
}

.bg_outline3 {
	width: 90%;
	max-width: 1068px;
	margin: 0 auto -74px;
	padding: 76px 68px 75px;
	background-color: #fff;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	position: relative;
	top: -74px;
}

.mds_outline3 {
	width: calc( 100% - 439px );
	margin: 0;
	padding: 5px 0 0;
	float: left;
}

.mds_outline3 img {
	width: 100%;
	max-width: 316px;
}

.img_outline3 {
	width: 394px;
	margin: 0 0 20px 45px;
	float: right;
}

.img_outline3 .img {
	width: 100%;
	max-width: 394px;
	margin: 0 0 10px;
	border-radius: 20px 0 20px;
	overflow: hidden;
}

.img_outline3 .box_name {
	width: 260px;
	margin: 0 auto;
}

.img_outline3 .name {
	width: 100%;
}

.txt_outline3 {
	width: 100%;
	margin: 0;
	padding: 0;
}

.txt_outline3 dt {
	margin: 0 0 30px;
	padding: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}

.txt_rinen {
	padding-bottom: 10px;
}

.txt_outline3 dd {
	margin: 0;
	padding: 0;
	line-height: 1.9;
	letter-spacing: 0.14em;
}

.txt_outline3 dd p {
	margin: 0 0 28px;
	padding: 0;
}


.col_outline4 {
	width: 100%;
	margin: 0;
	padding: 0 0 75px;
	background-color: #fef3ec;
}

.bg_outline4 {
	width: 90%;
	max-width: 1068px;
	margin: 0 auto -74px;
	padding: 76px 0 85px;
	background-color: #fff;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	position: relative;
	top: -74px;
}

.mds_outline1.info {
	margin: 0 auto 45px;
}

.wrap_information {
	max-width: 810px;
	width: 88%;
	margin: 0 auto;
}

.wrap_tab_information {
	max-width: 756px;
	margin: 0 auto;
}

ul.tab_information {
	width: 100%;
	margin: 0 0 55px;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

ul.tab_information li {
	width: 31%;
	height: 50px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
	transition: .3s;
	cursor: pointer;
}

ul.tab_information li.tab1 {
	border: solid 1px #ed743c;
	color: #ed743c;
}

ul.tab_information li.tab2 {
	border: solid 1px #0098d8;
	color: #0098d8;
}

ul.tab_information li.tab3 {
	border: solid 1px #e84b79;
	color: #e84b79;
}

ul.tab_information li.tab1.active {
	color: #fff;
	background-color: #ed743c;
}

ul.tab_information li.tab2.active {
	color: #fff;
	background-color: #0098d8;
}

ul.tab_information li.tab3.active {
	color: #fff;
	background-color: #e84b79;
}

ul.tab_information li.active:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 7px 0 7px;
	position: absolute;
	bottom: -12px;
	left: calc( 50% - 7px );
}

ul.tab_information li.tab1.active:after {
	border-color: #ed743c transparent transparent transparent;
}

ul.tab_information li.tab2.active:after {
	border-color: #0098d8 transparent transparent transparent;
}

ul.tab_information li.tab3.active:after {
	border-color: #e84b79 transparent transparent transparent;
}

ul.tab_information li.tab1:hover {
	color: #fff;
	background-color: #ed743c;
}
ul.tab_information li.tab2:hover {
	color: #fff;
	background-color: #0098d8;
}
ul.tab_information li.tab3:hover {
	color: #fff;
	background-color: #e84b79;
}


.cont_information {
	margin: 0;
	padding: 0;
	color: #000;
}

.list_information:first-of-type {
	border-top: solid 1px #b1adad;
}

.list_information {
	width: 100%;
	margin: 0;
	padding: 33px 60px 33px 20px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	border-bottom: solid 1px #b1adad;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 0;
	transition: .2s;
}

.list_information .date {
	width: 100px;
	flex-shrink: 0;
}

.list_information .tag {
	width: 90px;
	height: 20px;
	padding: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list_information .txt {
	width: calc( 100% - 290px );
	padding: 0 20px 0 20px;
	line-height: 1.5;
}

.list_information .link_pdf {
	width: 100px;
	padding: 0 0 0 16px;
	position: relative;
	text-decoration: underline;
	transition: .2s;
}

.list_information .link_pdf::before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	transform: rotate(45deg);
	transition: .2s;
}

.list_information .link_pdf.all::before {
	border-top: solid 2px #ed743c;
	border-right: solid 2px #ed743c;
}

.list_information .link_pdf.rules::before {
	border-top: solid 2px #0098d8;
	border-right: solid 2px #0098d8;
}

.list_information .link_pdf.report::before {
	border-top: solid 2px #e84b79;
	border-right: solid 2px #e84b79;
}

.list_information .link_pdf::after {
	content: "";
	width: 26px;
	height: 32px;
	background-image: url(../img/outline/icon_pdf.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0px;
	right: -20px;
}

.list_information .tag.all {
	background-color: #ed743c;
}

.list_information .tag.rules {
	background-color: #0098d8;
}

.list_information .tag.report {
	background-color: #e84b79;
	letter-spacing: -0.02em;
	font-feature-settings: "palt";
}

.list_information .tag.report span {
	letter-spacing: -0.2em;
}

.txt_noinformation {
	padding: 40px 0;
	text-align: center;
}

.col_outline5 {
	width: 100%;
	margin: 0;
	padding: 0 0 120px;
	background-color: #fef3ec;
}

.bg_outline5 {
	width: 90%;
	max-width: 1068px;
	margin: 0 auto 0;
	padding: 76px 0 85px;
	background-color: #fff;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	position: relative;
}

.lead_outline5 {
	max-width: 938x;
	width: 90%;
	margin: 0 auto 35px;
	display: flex;
}

.lead_outline5 .deco_left {
	width: 220px;
	margin-top: -80px;
}
.lead_outline5 .deco_right {
	width: 220px;
	margin-top: -80px;
}

.lead_outline5 .txt {
	width: calc( 100% - 440px );
	padding: 0 20px;
	text-align: center;
	line-height: 1.86;
	letter-spacing: 0.03em;
}

.cont_newsletter {
	max-width: 810px;
	width: 88%;
	margin: 0 auto 40px;
	padding: 0;
	color: #000;
}

.list_newsletter:first-of-type {
	border-top: solid 1px #b1adad;
}

.list_newsletter {
	width: 100%;
	margin: 0;
	padding: 33px 60px 33px 20px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	border-bottom: solid 1px #b1adad;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 0;
	transition: .2s;
}

.list_newsletter .date {
	width: 150px;
	flex-shrink: 0;
}

.list_newsletter .txt_title {
	width: 160px;
	padding: 0 20px 0 0;
	line-height: 1.5;
	font-size: 18px;
}

.list_newsletter .txt_filesize {
	width: calc( 100% - 420px );
	padding: 0 20px 0 0;
	line-height: 1.5;
}


.list_newsletter .link_pdf {
	width: 100px;
	padding: 0 0 0 16px;
	position: relative;
	text-decoration: underline;
	transition: .2s;
}

.list_newsletter .link_pdf::before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	transform: rotate(45deg);
	transition: .2s;
	border-top: solid 2px #ed743c;
	border-right: solid 2px #ed743c;
}

.list_newsletter .link_pdf::after {
	content: "";
	width: 26px;
	height: 32px;
	background-image: url(../img/outline/icon_pdf.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0px;
	right: -20px;
}

.backnumber_newsletter {
	text-align: center;
	padding: 0 0 10px;
}

.btn_backnumber_newsletter {
	width: 100px;
	padding: 0 0 0 16px;
	position: relative;
	text-decoration: underline;
	transition: .2s;
}

a.btn_backnumber_newsletter {
	color: #000;
}

.btn_backnumber_newsletter::before {
	content: "";
	width: 7px;
	height: 7px;
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	transform: rotate(45deg);
	transition: .2s;
	border-top: solid 2px #ed743c;
	border-right: solid 2px #ed743c;
}

.txt_noinformation {
	padding: 40px 0;
	text-align: center;
}


.col_outline6 {
	width: 100%;
	margin: 0;
	padding: 0 0 100px;
	background-color: #fef3ec;
}

.bg_outline6 {
	width: 90%;
	max-width: 1068px;
	margin: 0 auto -74px;
	padding: 76px 0 85px;
	background-color: #fff;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	position: relative;
	top: -74px;
}

.col_outline6 .map {
	max-width: 930px;
	height: 532px;
	width: 90%;
	margin: 0 auto;
}

.note_map {
	max-width: 930px;
	width: 90%;
	margin: 0 auto 55px;
	padding: 5px 0 0;
	text-align: right;
}

.col_outline6 dl {
	max-width: 812px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border-left: solid 1px #b2b2b2;
	border-bottom: solid 1px #b2b2b2;
	border-top: solid 1px #b2b2b2;
	box-sizing: border-box;
	display: flex;
}

.col_outline6 dl dt {
	width: 176px;
	margin: 0;
	padding: 7px 10px;
	background-color: #f5f5f5;
	border-right: solid 1px #b2b2b2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col_outline6 dl dd {
	width: calc( 100% - 176px );
	margin: 0;
	padding: 18px 28px;
	border-right: solid 1px #b2b2b2;
}

.col_outline6 dl dd .txt_access {
	width: 100%;
	display: flex;
	align-items: flex-start;
	
}	

.col_outline6 dl dd .txt_access:first-of-type {
	margin: 0 0 15px;
}

.txt_access .way {
	width: 45px;
	height: 20px;
	padding: 0 0 1px 0;
	margin-top: 2px;
	margin-right: 12px;
	background-color: #3e3a39;
	color: #fff;
	text-align: center;
	line-height: 1;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.txt_access .txt {
	width: calc( 100% - 45px );
	line-height: 1.6;
}



/* ---------------------------------------------------------------
start max 1260px
--------------------------------------------------------------- */

@media screen and ( max-width: 1260px ) {




}

/* ---------------------------------------------------------------
end max 1260px
--------------------------------------------------------------- */


/* ---------------------------------------------------------------
start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {

	.mds_outline3 {
		width: calc( 100% - 350px );
	}

	.img_outline3 {
		width: 320px;
		margin: 0 0 20px 30px;
	}

	.list_information {
		padding: 33px 50px 33px 10px;
	}

	.lead_outline5 .deco_left {
		width: 200px;
		margin-top: -50px;
	}
	.lead_outline5 .deco_right {
		width: 200px;
		margin-top: -50px;
	}

	.lead_outline5 .txt {
		width: calc( 100% - 400px );
	}

	.cont_newsletter {
		width: 94%;
	}

	.list_newsletter {
		padding: 33px 20px 33px 10px;
	}

	.col_outline6 .map {
		height: 360px;
	}


}

/* ---------------------------------------------------------------
end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {

	

	.mds_outline3 {
		width: calc( 100% - 280px );
	}

	.img_outline3 {
		width: 250px;
		margin: 0 0 20px 30px;
	}
	
	.img_outline3 .box_name {
		width: 200px;
	}

	.list_information {
		padding: 33px 30px 33px 10px;
	}

	.lead_outline5 .deco_left {
		width: 180px;
		margin-top: -20px;
	}
	.lead_outline5 .deco_right {
		width: 180px;
		margin-top: -20px;
	}

	.lead_outline5 .txt {
		width: calc( 100% - 360px );
		padding: 0 10px;
	}

	.list_newsletter {
		padding: 33px 25px 33px 10px;
	}

	.list_newsletter .date {
		width: 120px;
	}

	.list_newsletter .txt_title {
		width: 120px;
		padding: 0 10px 0 0;
		font-size: 17px;
	}

	.list_newsletter .txt_filesize {
		width: calc( 100% - 340px );
		padding: 0 10px 0 0;
		line-height: 1.5;
	}

	.list_newsletter .link_pdf {
		width: 100px;
	}




}

/* ---------------------------------------------------------------
end max 850px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	.list_information:hover {
		background-color: #f5f9f0;
		
	}


}

/* ---------------------------------------------------------------
end min 701px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {


	.bg_fixed.outline1 {
		background-image: url(../img/outline/sp/bg_rinen.jpg);
	}

	.bg_fixed.outline2 {
		background-image: url(../img/outline/sp/bg_info.jpg);
	}

	.bg_fixed.outline3 {
		background-image: url(../img/outline/sp/bg_access.jpg);
	}

	.col_mainimg_outline {
		max-height: 480px;
		background-size: 217%;
		background-position: top center;
		border-radius: 0;
	}

	.col_Parallax_outline1 ,
	.col_Parallax_outline2 ,
	.col_Parallax_outline3 {
		height: 74vh;
		position: relative;
		z-index: 0;
		background-image: none;
	}

	.col_Parallax_outline1 .bg ,
	.col_Parallax_outline2 .bg ,
	.col_Parallax_outline3 .bg {
		height: 100%;
		background-image: none;
	}
	
	.col_Parallax_outline1 .bg img ,
	.col_Parallax_outline2 .bg img ,
	.col_Parallax_outline3 .bg img {
		border-radius: 0 0 50px 0;
	}

	.col_Parallax_outline1 img ,
	.col_Parallax_outline2 img ,
	.col_Parallax_outline3 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.pagettl.outline {
		width: 240px;
		margin-bottom: -75px;
		padding: 16px 0;
		top: -75px;
	}

	.pagettl.outline h2 {
		font-size: 27px;
	}
	
	
	.mds_outline1 .ja {
		margin: 0 0 5px;
		font-size: 27px;
		letter-spacing: 0.14em
	}

	.col_outline1 {
		padding: 45px 0 40px 0;
		margin: 0 auto 40px;
	}

	.col_outline2 {
		margin: 0 auto 0;
	}

	.cont_outline2 li {
		line-height: 1;
		flex-direction: column;
	}

	.cont_outline2 li div {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.cont_outline2 li div img {
		width: 145px;
	}

	.cont_outline2 li span {
		width: 100%;
		padding:  10px 0 26px 45px;
		line-height: 1.4;
	}

	.cont_outline2 li:before {
		top: 5px;
		left: 7px;
	}

	.cont_outline2 li.last:before {
		top: 5px;
	}

	.col_outline3 {
	    padding: 0 0 40px;
    }

	.bg_outline3 {
		
		padding: 27px 22px 15px;
		top: -80px;
	}

	.mds_outline3 {
		width: 100%;
		margin: 0 auto 10px;
		padding: 0;
		display: flex;
		justify-content: center;
	}

	.mds_outline3 img {
		max-width: 262px;
	}

	.img_outline3 {
		width: 100%;
		margin: 0 auto 25px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.img_outline3 .img {
		max-width: 213px;
	}

	.txt_outline3 {
		width: 100%;
	}

	.txt_outline3 dt {
		margin: 0 0 20px;
		font-size: 22px;
		line-height: 1.4;
		text-align: center;
	}

	.txt_outline3 dd {
		line-height: 1.9;
		letter-spacing: 0.12em;
	}
	
	.col_outline4 {
		padding: 0 0 40px;
	}
	
	.bg_outline4 {
    	padding: 30px 0 45px;
    	top: -80px;
    }
	
	ul.tab_information {
		margin: 0 0 30px;
	}

	ul.tab_information li {
		width: 31%;
		height: 50px;
		font-size: 15px;
		font-weight: 500;
		line-height: 1.4;
	}

	.list_information {
		padding: 20px 10px 25px 10px;
	}

	.list_information .date {
		width: 100px;
	}

	.list_information .wrap_tag {
		width: calc( 100% - 100px );
	}

	.list_information .txt {
		width: 100%;
		padding: 0 0 0 100px;
	}

	.list_information .link_pdf {
		width: 100%;
		padding: 0 0 0 110px;
		position: relative;
	}

	.list_information .link_pdf::before {
		display: inline-block;
		position: relative;
		top: calc(50% - 2px);
		left: -10px;
	}

	.list_information .link_pdf::after {
		display: inline-block;
		position: relative;
		top: 10px;
		right: -8px;
	}

	.col_outline5 {
		padding: 0 0 60px;
	}

	.bg_outline5 {
    	padding: 35px 0 20px;
    	
    }

	.lead_outline5 {
		margin: 0 auto 15px;
	}

	.lead_outline5 .txt {
		width: 100%;
		padding: 0 10px;
	}

	.deco_news {
		max-width: 560px;
		width: 92%;
		margin: 0 auto 20px;
	}

	.list_newsletter {
		padding: 10px 0 10px 10px;
	}

	.list_newsletter .date {
		width: 110px;
	}

	.list_newsletter .txt_title {
		width: calc( 100% - 110px );
		padding: 0 10px 0 0;
		font-size: 18px;
	}

	.list_newsletter .txt_filesize {
		width: 100%;
		padding: 0 10px 0 100px;
		line-height: 1.5;
		letter-spacing: -0.05m;
		white-space: nowrap;
	}

	.list_newsletter .link_pdf {
		width: 100%;
		padding: 0 0 0 120px;
		position: relative;
	}

	.list_newsletter .link_pdf::before {
		display: inline-block;
		position: relative;
		top: calc(50% - 2px);
		left: -10px;
	}

	.list_newsletter .link_pdf::after {
		display: inline-block;
		position: relative;
		top: 10px;
		right: -8px;
	}
	
	.cont_newsletter {
		margin: 0 auto 15px;
	}
	
	.col_outline6 {
		padding: 0 0 30px
	}
	
	.bg_outline6 {
    	padding: 30px 0 45px;
    	top: -100px;
    }
	
	.col_outline6 .map {
		height: 268px;
	}

	.note_map {
		text-align: center;
		line-height: 1.5;
		margin: 0 auto 30px;
	}


	.col_outline6 dl {
		width: 88%;
		flex-direction: column;
	}

	.col_outline6 dl dt {
		width: 100%;
		margin: 0;
		padding: 3px 10px;
		border-bottom: solid 1px #b2b2b2;
		font-size: 17px;
	}

	.col_outline6 dl dd {
		width: 100%;
		margin: 0;
		padding: 16px 17px;
	}

	.col_outline6 dl dd .txt_access {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}	

	.col_outline6 dl dd .txt_access:first-of-type {
		margin: 0 0 18px;
	}

	.txt_access .way {
		margin-top: 2px;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.txt_access .txt {
		width: 100%;
		line-height: 1.6;
	}



}

/* ---------------------------------------------------------------
end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	
	.col_mainimg_outline {
		background-image: url(../img/outline/sp/mainimg.jpg);
		background-size: contain;
	}

	.cont_outline1 dl {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		font-size: 15px;
	}

	.cont_outline1 dt {
		width: 70px;
		padding: 10px 9px 7px 9px;
		line-height: 1.4;
	}

	.cont_outline1 dd {
		width: calc( 100% - 70px );
		padding: 10px 9px 7px 17px;
		line-height: 1.4;
	}

	.col_outline2 {
		width: 92%;
	}

	.cont_outline2 li {
	font-size: 17px;
	}


	.img_outline3 img {
		max-width: 212px;
	}

	.list_information {
		padding: 8px 30px 15px 10px;
	}

	.list_information .date {
		width: 85px;
	}

	.list_information .wrap_tag {
		width: calc( 100% - 85px );
	}

	.list_information .txt {
		padding: 0 0 0 85px;
	}

	.list_information .link_pdf {
		padding: 0 0 0 95px;
	}



}

/* ---------------------------------------------------------------
end max 450px
--------------------------------------------------------------- */


/* ---------------------------------------------------------------
start max 360px
--------------------------------------------------------------- */

@media screen and ( max-width: 360px ) {

	.list_newsletter .txt_filesize {
		font-size: 13px;
	}

}

/* ---------------------------------------------------------------
end max 360px
--------------------------------------------------------------- */



