@charset "UTF-8";
@import url('normalize.css');

/* CSS Document */
/*---------------共通レイアウト-----------------*/
body{
	background: url(/images/bg.png);
	margin:auto;
	color:#000;
	min-width: 1000px;
	font-size:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.wrap{
	margin: auto;
	overflow:hidden;
}
h2.center{
	text-align: center;
	margin: 50px 0 25px;
        color:#FF758F;  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
        font-size:250%;/*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
        font-weight:700;/*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
}
h3{
	margin: 5px 0 10px;/*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
 }
a {
	color:#000;
}
a:focus, *:focus { 
	outline:none; 
}
a:hover,
a img:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
img{
	max-width:100%;
	-webkit-backface-visibility: hidden;
}
.con_box{
	max-width: 1000px;
	margin: auto;
	position: relative;
}

/* header */
#menu_wrap{
	background:#fff;
}
#menu{
	max-width:1000px;
	margin: auto;
	padding: 18px 0 13px;
}
#menu:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
h1{
	margin: 0;
	float: left;
	line-height: 1.2;
}
#menu_right{
	float: right;
}
#detail_search{
	background: #B7B7B7;
	border-radius: 5px;
	float: left;
	height: 34px;
	width: 230px;
	position: relative;
    box-sizing: border-box;
	margin-right: 35px;
}
#detail_search .word input{
	margin: 0 -2px -10px 4px;
    position: absolute;
    top: 4px;
    left: -1px;
	height: 26px;
	width: 192px;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
}
#detail_search .btn input {
    float: right;
}
#menu_right .link{
	text-decoration: none;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
    letter-spacing: 1px;
	display: block;
	font-weight: bold;
}
#header_fontsize{
	float: left;
}
#header_fontsize img{
	margin: 7px 7px 0 0;
}
#fontSize{
	float: right;
	list-style: none;
	padding:0;
	margin: 0;
}
#fontSize li{
	display: inline-block;
	margin: 0 0 0 3px;
}
#fontSize li a{
	display: block;
	line-height: 1;
	overflow: hidden;
	width: 33px;
	height: 33px;
	text-indent: -999px;
}
#fontSize li a.small{
	background: url(/images/font01_off.png) no-repeat center center;
}
#fontSize li a.small:hover,
#fontSize li a.small.active{
	background: url(/images/font01_on.png) no-repeat center center;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#fontSize li a.medium{
	background: url(/images/font02_off.png) no-repeat center center;
}
#fontSize li a.medium:hover,
#fontSize li a.medium.active{
	background: url(/images/font02_on.png) no-repeat center center;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#fontSize li a.large{
	background: url(/images/font03_off.png) no-repeat center center;
}
#fontSize li a.large:hover,
#fontSize li a.large.active{
	background: url(/images/font03_on.png) no-repeat center center;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site-header{
	background: #fff;
	width: 100%;
	min-width: 1000px;
	box-shadow: 3px 3px 5px rgba(29,30,30,0.2);
}
.head_wrap{
	padding:10px 0;
}
.head_wrap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.site-header h1{
	float: left;
	margin: 20px 0 15px;
	line-height: 1;
}
.site-header ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 auto;
    max-width: 1031px;
}
.site-header ul li{
	float: left;
	line-height: 1;
}
.site-header ul li a{
	display: block;
	width: 143px;
	height: 59px;
	line-height: 1;
}
.site-header ul li.menu01 a{
	background: url(/images/menu01_pc_off.png) no-repeat center center;
}
.site-header ul li.menu01 a:hover,
.site-header ul li.menu01.active a{
	background: url(/images/pinkribon_menu01_pc_on.png) no-repeat center center;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site-header ul li.menu02 a{
	background: url(/images/menu02_pc_off.png) no-repeat center center;
}
.site-header ul li.menu02 a:hover,
.site-header ul li.menu02.active a{
	background: url(/images/pinkribon_menu02_pc_on.png) no-repeat center center;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site-header ul li.menu03 a{
	background: url(/images/menu03_pc_off.png) no-repeat center center;
}
.site-header ul li.menu03 a:hover,
.site-header ul li.menu03.active a{
	background: url(/images/pinkribon_menu03_pc_on.png) no-repeat center center;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site-header ul li.menu04 a{
	background: url(/images/menu04_pc_off.png) no-repeat center center;
}
.site-header ul li.menu04 a:hover,
.site-header ul li.menu04.active a{
	background: url(/images/pinkribon_menu04_pc_on.png) no-repeat center center;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site-header ul li.menu05 a{
	background: url(/images/menu05_pc_off.png) no-repeat center center;
}
.site-header ul li.menu05 a:hover,
.site-header ul li.menu05.active a{
	background: url(/images/pinkribon_menu05_pc_on.png) no-repeat center center;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site-header ul li.menu06 a{
	background: url(/images/menu06_pc_off.png) no-repeat center center;
	width: 142px;
}
.site-header ul li.menu06 a:hover,
.site-header ul li.menu06.active a{
	background: url(/images/pinkribon_menu06_pc_on.png) no-repeat center center;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.site-header ul li.menu07 a{
	background: url(/images/menu07_pc_off.png) no-repeat center center;
	width: 142px;
}
.site-header ul li.menu07 a:hover,
.site-header ul li.menu07.active a{
	background: url(/images/pinkribon_menu07_pc_on.png) no-repeat center center;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* footer */
.site-footer {
	padding-bottom: 20px;
}
.bc_wrap{
	position: relative;
	padding: 40px 0 30px;
	text-align: center;
}
.bc{
	max-width: 1180px;
	margin: auto;
	padding: 20px 0;
	box-sizing: border-box;
	max-height: 60px;
}
#pagetop{
	text-align: center;
}
#pagetop img:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	cursor: pointer;
}
.ft_bn{
	padding: 0;
    text-align: center;
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.ft_bn:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.ft_bn ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ft_bn ul li{
	display: inline-block;
	padding: 0;
	margin: 0 7px;
}
.ft_menu{
	max-width: 1000px;
	margin: auto;
	padding: 25px 0 10px;
}
.ft_menu:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.ft_menu > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 22px;
	text-align: center;
}
.ft_menu > ul > li{
	display: inline-block;
	margin: 0 12px;
}
.ft_menu > ul > li > a{
	font-size: 90%;
	margin: 0;
	display: block;
}
.site-footer p.cr{
	font-size: 90%;
}


/* top */
.top01{
	background: #FF758F;
	border-top: 15px solid #FF4962;
	border-bottom: 15px solid #FF4962;
	line-height: 1;
}
.top01 img{
	margin: 0 auto;
    display: block;
    height: 352px;
    max-width: 1000px;
}
.top02{
	padding-bottom: 33px;
}
#pankuzu{
	margin: 20px 0 40px;
	font-size: 110%;
}
#pankuzu a{
	text-decoration: none;
}

.top02 .intr_img{
	float: left;
	margin:5px 30px 35px 0;
}

.top02 .text h2{
	padding: 25px 0 22px;
	margin: 0;
}
.top02 .text p{
	font-size: 135%;
	line-height: 1.75;
	margin-bottom: 15px; /*國枝　20191025 すべて0→bottom15に変更--*/
}
.top02 .kome p{  /*國枝追記　20190926 ※印部分--*/
	font-size: 90%;

	margin: 0;
}
.top02 .jump{  /*國枝追記　20190926 他ページへの誘導枠--*/
	margin: 0;
	border : dashed 3px #ffccaa;
	background-color: #fdf5e6;
	padding: 8px 8px 10px;
	clear: both;
    line-height: 2.6em;
}
.top02 .jump p{ /*國枝追記　20190926--*/
	font-size: 120%;
	line-height: 1;
}
.top02 .jump pp{ /*國枝追記　20190926--*/
	font-size: 100%;
	line-height: 1;
}
.top03_wrap{
	clear: both;
	padding: 30px 0 10px;
	background: url(/images/bg_p.png);
	box-shadow: 0 0 5px rgba(12,11,12,0.2);
}
.title01_sub{
	display: block;
	margin: 10px auto 30px;
}
.cnp_end_txt{
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 180%;
	margin: 10px auto 30px;
}
.top03_wrap:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.top03_wrap h2{
	text-align: center;
	line-height: 1;
	margin: 0 0 30px;
	background: url(/images/line_white.png) repeat-x left center;
}
.top03 ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.top03 ul li{
	line-height: 1.7;
	color: #fff;
	font-size: 125%;
}
.info_con{
	background: url(/line_white.png) repeat-x center bottom;
	padding-bottom: 35px;
	margin-bottom: 30px;
	clear: both;
}
.info_list div:last-child{
	background: none;
	padding: 0;
}
.info_con:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.info_con .text{
	width: 570px;
	float: right;
}
.info_con .text H3{  /*國枝追記　20190911--ピンクリボンin東京　イベント案内のタイトル*/
	font-size: 160%;
	letter-spacing: 2px;
	color:#fff;
	margin-left:-1px;
}
.info_con .text H4{  /*國枝追記　20190911--ピンクリボンin東京　イベント案内のタイトル*/
	font-size: 135%;
	letter-spacing: 1.5px;
	color:#fff;
	margin-left:-1px;
}
.info_con .text_only{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	width: 1000px;
	float: left;
	line-height: 1.7;
}
.top03 .info_con .text_only ul{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	margin-left: 150px;
	font-size: 130%;
}
.top03 .info_con .text_only .text_only2{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	margin-left: 150px;
	font-size: 100%;
}
.info_con .text_only p{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	margin-left: 150px;
	font-size: 130%;
	margin-top:0;
	margin-bottom:10px;
	color:#fff;
}
.info_con .text_only ul{  /*國枝追記　20191025*/
	color:#fff;
}

.info_con .text_only a{  
	font-size: 130%;
	margin-top:0;
	margin-bottom:10px;
	color:#fff;
	text-decoration:underline;
}
.info_con .text_only a:hover{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	color:##ff6666;
	text-decoration:underline;
}

.info_con .text_only .imgfc{   /*國枝追記　20191021 FC東京とのコラボCP冒頭画像--*/
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.info_con .text_only2 {  /*國枝追記　20191021---ピンクリボンin東京*/
	margin-top:15px;
	margin-left: 165px;
	max-width: 700px;
	line-height: 1.7;
}
.info_con .text_only2 p{  /*國枝追記　20191021---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	font-size: 100%;
	margin-top:0;
	margin-bottom:10px;
	color:#fff;
}
.info_con .sponsor{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	font-size: 100%;
	margin-top:0;
	margin-bottom:10px;
	color:#fff;
}

.info_con h3{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	font-size: 180%;
	color:#fff;
	letter-spacing:0.5em;	
	margin-left:120px;
}

.info_con .text_v2{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	width: 520px;
	float: left;
	line-height: 1.7;
	margin-left: 150px;
}

.info_con .text_v2 p{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	font-size: 130%;
	margin-top:0;
	margin-bottom:10px;
	color:#fff;
}

.info_con .img_v2{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	width: 320px;
	float: right;
	overflow: hidden;
	text-align: center;
	color:#fff;
}

.info_con .img_v3{  /*石橋追記　20181207---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
        display: block;
	max-width: 320px;
	margin: 0 auto 50px;
	text-align: center;
	color:#fff;
}
.info_con h3{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/
	font-size: 180%;
	color:#fff;
	letter-spacing:0.5em;	
	margin-left:120px;
}

.info_con p{
	margin: 0;
	line-height: 1.7;
}
.info_con .date{
	background: #F9F800;
	margin: 0 0 10px;
	line-height: 1;
}
.info_con .img{
	width: 400px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.info_con .img .movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.info_con .img .movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.info_con .img p{
	font-size: 140%;
	margin:0 0 20px;
	text-align: center;
	font-weight: bold;
}
.info_con .img img{
	margin-bottom:15px;
}
.info_con .img p:last-child,
.info_con .img img:last-child{
	margin-bottom:0;
}
.info_con .oubo1 { /*國枝追記　20191021---ピンクリボンin東京*/
	border-bottom: solid 4px yellow;
	color: #a00000;
	font-weight:600;
	margin: 4px 2px 4px;
}
.info_con .text_only2 .detail {  /*國枝追記　20191021---ピンクリボンin東京*/
	border :solid 3px #ffccaa;
	background-color: #ff85a0;
	padding: 2px 8px 10px;
	margin-top:15px;
	margin-bottom: 30px;
}
.info_con .text_only2 .detail p{  /*國枝追記　20191021---ピンクリボンin東京*/
	margin-left: 2px;
	margin-bottom: 10px
}
ul.btn{
	margin-top: 20px;
}
ul.btn li{
	display: inline-block;
}
.actibity{
	background: #fff;
	border-radius: 20px;
	text-align: center;
	padding: 40px 55px;
	margin: 50px 0;
	box-sizing: border-box;
	box-shadow: 4px 4px 0 rgba(29,30,30,0.2);
}
.actibity h3{
	background: url(/images/line_pink.png) repeat-x center center;
	margin: 0 0 25px;
}
.actibity ul.btn + h3,
.actibity a + h3{
	margin-top: 40px;
}
.actibity ul.btn li{
	margin: 0 15px;
}
.pink_con{
	border:5px solid #fff;
	border-radius: 20px;
	padding: 20px 35px;
	color: #fff;
	box-sizing: border-box;
}
.pink_con h2{
	background: none;
	margin: 0 0 15px;
	clear: none;
}
.pink_con p{
	margin: 0;
	line-height: 1.6;
	font-size: 122%;
}
.pink_con .left{
	float: left;
	margin-right: 20px;
}
#pinkWrap {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
#pinkWrap .pink_con{
	width: 48%;
}
.pink01{
	float: left;
	width: 525px;
	min-height: 368px;
	margin: 0 50px 50px 0;
}
.pink01 .left{
	float: left;
	margin-right: 8px;
}
.pink01 .left h2{
	margin: 25px 0px 0px 0px;
}

.pink01 .right img{
	margin: 25px 0px 0px 0px;
}

.pink02{
	float: left;
	width: 425px;
	min-height: 311px;
	margin: 0 0 50px;
	text-align: center;
}
.pink02 ul li{
	margin-bottom: 5px;
}
.pink02 ul li a{
	background: url(../img/pink02_arr.png) no-repeat left center;
	padding-left:17px;
	color: #fff;
	font-size: 125%;
	letter-spacing: 1px;
}
.pink03{
	clear: both;
	float: left;
	width: 372px;
	min-height: 250px;
	margin: 0 50px 50px 0; 
}
.pink03 .left{
	width: 160px;
}
.pink04{
	float: left;
	width: 578px;
	min-height: 250px;
	margin: 0 0 50px;
}
.pink05{
	clear: both;
	margin-bottom: 50px;
	padding: 20px 140px;
}
.pink05 h2{
	margin-bottom:30px;
}

/* SP ここからスマホ版*/
@media (max-width: 640px) {
	body{
		min-width:320px;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	h2.center {
		margin: 6px 0 0;
	}
	.con_box{
		padding: 0 10px;
	}
	
	/* header */
	#menu_wrap {
		position: relative;
	}
	#menu{
		background: #fff;
		background-size: 100% auto;
		padding: 5px;
		width: 100%;
		box-sizing: border-box;
	}
	h1 {
		margin-right: 3%;
		line-height: 0;
		padding-top: 8px;
		box-sizing: border-box;
	}
	h1 img{
		height: 14px;
	}
	#menu_right {
		float: none;
	}
	#detail_search {
		width: 40%;
    	height: 27px;
		margin-right: 10px;
	}
	#detail_search .word input {
		margin: 0 -2px -10px 4px;
		top: 4px;
		height: 19px;
		width: 85%;
	}
	#detail_search .btn input{
		width: 25%;
		float: right;
		margin-top: 4px;
		max-width: 20px;
	}
	#menu_right .link {
		text-align: center;
		font-size: 8px;
		margin-top: 2px;
		margin-right: 5px;
		line-height: 1.4;
	}
	#menu .logo_sp{
		display: block;
		width: 47px;
	}
	#menu .logo_sp img{
		height: 40px;
		display: block;
	}
	.menu_btn{
		width: 25px;
		float: right;
	}
	.site-header {
		width: 100%;
		position: absolute;
		top: 37px;
		left: 0;
		z-index: 99;
		padding: 0;
		background: rgba(255,255,255,0.8);
		height: 100%;
		min-height: 1px;
		text-align: center;
		display: none;
		min-width: 270px;
		box-shadow: none;
	}
	.head_wrap{
		width: auto;
		height: auto;
		padding: 0;
		background: #fff;
		box-shadow: 0 5px 5px rgba(25,27,27,0.2);
	}
	.menu_close {
		position: absolute;
		top: -32px;
    	right: 5px;
		z-index: 1000;
	}
	.site-header ul li {
		display: block;
		float: none;
		margin: 0 auto;
		padding: 10px;
		border-top: 1px solid #dcdcdc;
	}
	.site-header ul li:last-child{
		border-bottom: none;
	}
	.site-header ul li a {
		background-position: right 10px center !important;
		background-image: url(../img/menu_arr.png) !important;
		background-size: 28px auto !important;
		width: 100% !important;
		height: auto;
		padding: 10px;
    	box-sizing: border-box;
	}
	.site-header ul li a img {
		width: 176px;
	}
	.site-header ul li.this a {
		padding-top: 20px;
		border-top: none;
	}
	.site-header ul li.btn_con {
		padding: 0;
	}
	
	/* footer */
	.bc_wrap {
		padding: 20px 0 25px;
	}
	#pagetop {
		width: 40%;
		margin: auto;
	}
	.bc {
		padding: 12px 5%;
		font-size: 10px;
	}
    
	.ft_bn{
		text-align: center;
	}
	.ft_bn ul {
		margin: 0 auto;
		padding:0 15%;
	}
	.ft_bn ul li {
		padding: 0 1%;
		margin: 0 0 2%;
	}
	.ft_bn ul li:nth-child(2):after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	.ft_bn ul li img {
		max-height: 25px;
	}
	
	.ft_menu {
		padding: 10px 0 5px;
	}
	.ft_menu > ul {
		padding: 0 10px;
		margin: 0 auto 0;
	}
	.ft_menu > ul > li {
		margin: 0 3px;
	}
	.ft_menu > ul > li > a {
		font-size: 60%;
	}
	.site-footer p {
		font-size: 70%;
		margin: 0 0 20px;
		line-height: 1.8;
	}
	.site-footer p.cr {
		font-size: 50%;
		padding: 0 10px;
	}
	
	/* top */
	.top01 {
		border-top: 8px solid #FF4962;
		border-bottom: 8px solid #FF4962;
	}
	.top01 .con_box{
		padding: 0;
	}
	.top01 img {
		height: auto;
		max-width: 100%;
	}
	#pankuzu {
		margin: 10px 0 20px;
		font-size: 70%;
	}
	.top02 .intr_img {
		float: none;
		display: block;
		width: 80%;
		margin: 3% auto;
	}
	.top02 .text {
		width: 57%;
		float: left;
	}
	.top02 .text h2 {
		padding: 0 0 10px;
		margin: 0;
	}
	.top02 .text h2 img{
		height: 55px;
	}
	.top02 .text {
		width: 100%;
		float: none;
	} 
	.top02 .text p{ 
		font-size: 85%; /*--20190927 80％→85％に変更--*/
		margin-bottom: 10px; /*--20191025 25px→10pxに変更--*/
	}
	.top02 .jump { /*--20190927國枝追記--*/
		float: left;
		font-size: 80%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.top02 .kome { /*--20190927國枝追記--*/
		float: left;
		font-size: 80%;
		margin-bottom: 20px;
	}
	.top03_wrap h2 {
		background-size: auto 3px;
	}
	.title01_sub,
	.top03_wrap h2 img{ /*--20190927 「今年度の取組」20px→35pxに変更--*/
		height: 35px;
	}
	.cnp_end_txt{
		font-size: 115%;
		margin: 0 auto 20px;
	}
	.top03 ul li { 
		font-size: 80%;
	}
	.top03 ul li p {
		font-size: 80%;
	}
	ul.btn li {
		display: block;
		text-align: center;
		margin: 5px 0;
	}
	ul.btn li a img{
		height: 35px;
	}
	.info_con {
		background-size: auto 3px;
	}
	.info_con .text,
	.info_con .img{
		width: 100%;
		float: none;
		margin: auto;
	}
	.info_con .imgfc{ /*國枝追記　20191025--*/
		width: 100%;
		float: none;
		margin: auto;
	}
	.info_con .img_v2{ /*追記　20181005---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/ 
		width: 100%;
		float: none;
		margin-bottom: 10px;
		font-size:16px;/*石橋追記　20181026---文字サイズ*/
	}
	.info_con .text{
		margin-top: 10px;
          font-size:16px;/*石橋追記　20181026---文字サイズ*/
	}
	.info_con .img iframe{
		margin: auto;
		display: block;
	}
	.info_con .img p{
	   font-size:16px;/*石橋追記　20181026---文字サイズ*/
	}
	.info_con p {
	    font-size:16px;/*石橋追記　20181026---文字サイズ*/
	}
	.info_con .date{
		text-align: center;
	}
	.info_con .img img {
		margin-bottom: 0;
	}


	.info_con h3{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/ ---*/
		letter-spacing:0.5em;	
		margin-left:3px;
		font-size:140%; /*國枝変更　20191025 100％→140％*/ 
	}
	.info_con .text_only{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/ 
		width: 100%;
		float: none;
		margin: auto; 
		font-size:14px ;/*石橋追記　20181026---文字サイズ*/  /*國枝変更　20191025 16px％→14px*/ 
	}
	.top03 .info_con .text_only ul{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/ 
		margin-left: 7px;
		font-size:14px;/*石橋追記　20181026---文字サイズ*/  /*國枝変更　20191025 16px％→14px*/ 
	}
	.top03 .info_con .text_only .text_only2{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/  
		margin: auto;
		font-size:14px;/*石橋追記　20181026---文字サイズ*/ 
	}
	.info_con .text_only p{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/ 
		margin: auto;
		font-size:14px;/*石橋追記　20181026---文字サイズ*/ /*國枝変更　20191025 16px％→14px*/ 
	}
	.info_con .text_only a{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/ --*/
		margin: auto;
		font-size:18px;/*石橋追記　20181026---文字サイズ*/  /*國枝変更　20191025 16px％→18px*/ 
	}
	.info_con .text_only a:hover{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/ 
		color:##ff6666;
		text-decoration:underline;
	}
	.info_con .text_only2{   /*國枝追記　20191025---ピンクリボンin東京*/
		margin-left:2px;
		width: 95vw;
		font-size:14px;
}
	.info_con .text_only2 .detail {  /*國枝追記　20191025---ピンクリボンin東京*/
		margin-left: 5px;
		margin-bottom: 10px;
		max-width:640px;
}
	.info_con .text_only2 .detail p{  /*國枝追記　20191025---ピンクリボンin東京*/
		margin-right: 5px;
		margin-bottom: 10px
}

	#pinkWrap {
		display:block;
	}
	#pinkWrap .pink_con{
		width: 100%;
	}
/*---	.info_con .text_v2{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/ --*/
/*---		width: 100%;
		float: none;
		margin: auto;
		font-size:16px;/*石橋追記　20181026---文字サイズ*/ ---*/
	}
/*---	.info_con .text_v2 p{  /*坂上追記　20180921---ピンクリボンin東京　読み込み箇所-イベントの個別案内のみ*/ --*/
/*---		font-size:16px;/*石橋追記　20181026---文字サイズ*/ ---*/
	}
	.slick-dots {
		position: relative;
		bottom: 7px;
		margin: 0;
	}
	.actibity {
		padding: 40px 5px;
	}
	.actibity h3{
		background-size: auto 3px;
	}
	.actibity h3 img{
		height: 13px;
	}
	.actibity ul.btn li {
		margin: 0 0 10px;
	}
	.actibity ul.btn + h3, .actibity a + h3 {
		margin-top: 22px;
	}
	.actibity a img{
		max-height: 35px;
	}
	.pink_con {
		border: 3px solid #fff;
		float: none !important;
		/*width: 100% !important;*/
		min-height: 50px !important;
		padding: 25px 18px 15px;
		margin:0 0 20px !important;
		border-radius: 10px;
	}
	.pink_con:after {
		content: '';
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	.pink_con p{
		font-size: 16px;/*石橋追記　20181026---文字サイズ*/
	}
	.pink01 h2 img{
		height: auto;
	}
	.pink01 .left{
		width: 52%;	
		margin-right: 5%;
	}
	.pink01 .right{
		width: 43%;
		float: right;
	}
	.pink02 ul li a{
		background-size: auto 9px;
		padding-left: 10px;
	}
	.pink03 .left{
		width: 70%;
		margin-right: 2%;
	}
	.pink03 .right{
		width: 28%;
		float: right;
	}
	.pink05 h2 img{
		height: 40px;
	}
}
@media (max-width: 374px) {
	#detail_search {
		width: 28%;
	}
	#detail_search .word input {
		width: 73%;
	}
}